(picture-mode-exit): Run picture-mode-exit-hook.
[emacs.git] / lisp / ChangeLog
blob596e92eaa0e9972beb7322e016808f9c5f1787af
1 2006-04-09  Richard Stallman  <rms@gnu.org>
3         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6         Make them faces.
7         (lm-font-lock-keywords): Update appropriately.
9 2006-04-10  Kim F. Storm  <storm@cua.dk>
11         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12         it can also replace buffer-substring-no-properties.
14         * emulation/cua-base.el (cua-delete-region, cua-paste)
15         (cua-repeat-replace-region): Use filter-buffer-substring.
17         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
18         (cua-cut-region-to-global-mark): Likewise.
20         * emulation/cua-rect.el (cua--extract-rectangle)
21         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
23 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
26         entry-type.  Add field delimiters to numerical fields if they are
27         not present.
29 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
32         string-const to return value.
33         (bibtex-remove-delimiters): Use it.
35 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
37         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
38         cl-byte-compile-compiler-macro unless it exists.
40 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
42         * files.el (hack-local-variables-confirm) <offer-save>:
43         Clarify message text.  Suggested by Ralf Angeli.
45 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
47         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
48         (delete-extract-rectangle-line): Use `filter-buffer-substring'
49         instead of `buffer-substring' and `delete-region'.  (Most of the
50         code actually copied from `kill-region'.)
52 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
54         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
55         (rcirc-default-port): Rename from rcirc-port.
56         (rcirc-default-nick): Rename from rcirc-nick.
57         (rcirc-default-user-name): Rename from rcirc-user-name.
58         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
59         (rcirc-low-priority-flag): New variable.
60         (rcirc-decode-coding-system): New defcustom.
61         (rcirc-encode-coding-system): New defcustom.
62         (rcirc-coding-system-alist): New defcustom.
63         (rcirc-multiline-major-mode): New defcustom.
64         (rcirc-nick): New internal variable.
65         (rcirc-process): Remove variable.
66         (rcirc-server-buffer): New variable.
67         (rcirc): Update to use rcirc-default-* variables above.
68         (rcirc-connect): Do not add window-configuration-hook-here.
69         (rcirc-server): New internal variable.
70         (rcirc-connect): Do not send keepalive pings if
71         rcirc-keepalive-seconds is nil.
72         (with-rcirc-server-buffer): New macro.
73         (rcirc-send-string): Encode with rcirc-encode-coding-system.
74         (rcirc-server-name): Rename from rcirc-server.
75         (rcirc-buffer-process): New function.
76         (rcirc-buffer-nick): New function.
77         (rcirc-buffer-target): Remove function.
78         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
79         New commands.
80         (rcirc-mode-map): Change binding of C-c C-l to
81         rcirc-toggle-low-priority.
82         (rcirc-mode): Initialize coding system based on
83         rcirc-coding-system-alist.  New change-major-mode-hook to part the
84         channel on a mode change.  Make kill-buffer-hook buffer-local.
85         (rcirc-change-major-mode-hook): New function.
86         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
87         (rcirc-last-post-time): New variable.
88         (rcirc-process-message): Store the last time user posted a message
89         to this target.
90         (rcirc-multiline-minor-mode): New mode.
91         (rcirc-multiline-minor-mode-map): New mode map.
92         (rcirc-edit-multiline): Put multiline-edit buffer in
93         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
94         (rcirc-print): Any line starting with an ignored nick will be
95         ignored.
96         (rcirc-print): Decode using rcirc-decode-coding-system.
97         (rcirc-track-minor-mode): Update global-mode-string when disabling
98         this mode.
99         (minor-mode-alist): add LowPri indicator.
100         (rcirc-toggle-low-priority): New function.
101         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
102         next lowpriority buffer with activity.
103         (rcirc-record-activity): Sort buffers in rcirc-activity by the
104         last time the user posted a message in to the target.
105         (rcirc-update-activity-string): New formatting for low priority
106         buffers.
107         (rcirc-split-activity): New function.
108         (rcirc-handler-PART, rcirc-handler-KICK)
109         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
110         (rcirc-nick-away-alist): New variable.
111         (rcirc-handler-301): New handler.  Away messages are printed once
112         per change.
114 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
116         * info.el (Info-follow-nearest-node): Doc fix.
118         * international/mule-cmds.el (set-locale-environment): Make sure
119         the coding-system preferred by the locale's language has the same
120         EOL conversion type as the original buffer-file-coding-system.
121         (locale-language-names): Add a few MS Windows language codes.
123 2006-04-07  Richard Stallman  <rms@gnu.org>
125         * simple.el (eval-expression): Doc fix.
127         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
128         (eval-defun): Doc fixes.
130 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
132         * pgg-gpg.el: Revert to revision 1.8 to allow the use of
133         gpg-agent.
135 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
137         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
138         GDB list command without argument for greater generality.
140 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
142         * subr.el (string-or-null-p): New function.
144         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
146         * textmodes/ispell.el (ispell-local-dictionary): Use
147         string-or-null-p.
149         * files.el: Update comment about safe-local-variable declarations.
151 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
153         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.  See
154         idlwave.org.
156         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.  See
157         idlwave.org.  Includes code to obsolete idlw-rinfo.el.
159         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.  See
160         idlwave.org.
162         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
163         version 6.0 (minimal changes).  See idlwave.org.
165         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
166         6.0 (minimal changes).  See idlwave.org.
168         * progmodes/idlw-rinfo.el: File obsoleted and removed.
170 2006-04-06  Romain Francoise  <romain@orebokech.com>
172         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
173         symmetric encryption features and a new asynchronous interface to
174         GnuPG.  This new version is version 1.4, plus whitespace changes.
176 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
178         * files.el: Move some `safe-local-variable' declarations to the
179         respective files.
181         * textmodes/ispell.el (ispell-check-comments)
182         (ispell-local-dictionary): Mark as safe.
184         * abbrev.el (abbrev-mode): Mark as safe.
186         * add-log.el (change-log-default-name): Mark as safe.
188         * textmodes/reftex-vars.el (reftex-vref-is-default)
189         (reftex-fref-is-default, reftex-level-indent)
190         (reftex-guess-label-type): Mark as safe.
192         * textmodes/fill.el (colon-double-space): Mark as safe.
194         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
195         (sentence-end-double-space, sentence-end-without-period)
196         (sentence-end-without-space, sentence-end, sentence-end-base)
197         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
199 2006-04-06  Kim F. Storm  <storm@cua.dk>
201         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
202         the :set-after list.
203         (ido-downcase-unc-hosts): New user option.  Default on.
204         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
205         when it is set, as regexps are now applied on the fly.
206         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
207         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
208         on the fly, but only when ido-process-ignore-lists is set.
209         Do case insensitive filtering if ido-downcase-unc-hosts is set.
210         Only downcase names if ido-downcase-unc-hosts is set.
212 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
214         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
216         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
218 2006-04-05  Kim F. Storm  <storm@cua.dk>
220         * ido.el (ido-mode): Set after ido-unc-hosts and
221         ido-ignore-unc-host-regexps.
222         (ido-save-history): Save ido-unc-hosts-cache.
223         (ido-load-history): Load ido-unc-hosts-cache.
224         (ido-reread-directory): Refresh unc hosts cache in // dir.
226         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
227         to nil while displaying slash screen.
229 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
231         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
232         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
234 2006-04-05  Kenichi Handa  <handa@m17n.org>
236         * international/characters.el: Setup cases of Latin, Greek, and
237         Cyrillic characters in CJK charsets.
239 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
241         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
242         default-enable-multibyte-characters.  This reverts the change from
243         revision 6.17 which is no longer necessary because the passphrase
244         is sent separately now.  GnuPG messages are unreadable under
245         multibyte locales with default-enable-multibyte-characters set to
246         nil.
248 2006-04-04  Andreas Schwab  <schwab@suse.de>
250         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
251         and `byte-compile-warnings' as `safe-local-variable'.
253 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
255         * man.el (Man-mode-map): Restore the \r binding.
256         (Man-abstract-xref-man-page): If Man-target-string is a function,
257         call it.
258         (Man-highlight-references): Use Man-default-man-entry to get the
259         target. Deal with xrefs too.
260         (Man-highlight-references0): Don't call the target function.
262         * woman.el (WoMan-xref-man-page): Strip the section number, woman
263         cannot deal with it.
265 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
267         * pgg-gpg.el: Clean up process buffers every time gpg processes
268         complete.
270 2006-04-04  Kenichi Handa  <handa@m17n.org>
272         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
273         here.
274         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
275         Temporarily bind inhibit-field-text-motion to t.
277 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * startup.el (normal-splash-screen): Only set mode-line-format in the
280         splash buffer, so as not to interfere when debugging the code.
281         Ignore errors when switching buffer.
283 2006-04-03  Romain Francoise  <romain@orebokech.com>
285         * dired.el (dired-dnd-protocol-alist): Fix typo.
287 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
289         * savehist.el (savehist): Add :version.
290         (savehist-ignored-variables): New variable.
291         (savehist-minibuffer-hook): Don't save variables listed in
292         `savehist-ignored-variables'.
294         * dired.el (dired-dnd-protocol-alist): Mention that change does
295         only apply to new buffers in doc string.
297 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
299         * recentf.el (recentf-open-files-item): Include newline in button
300         field, so opening a file will work, when the point is at the end
301         of the file name.  Allow, for example, to [i]search a file by
302         extension and just push RET to open it.
304 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
306         * pgg-gpg.el (pgg-gpg-process-filter)
307         (pgg-gpg-wait-for-completion): Check if buffer is alive.
309         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
310         lines, temporary fix.
312 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
314         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
316 2006-04-02  Richard Stallman  <rms@gnu.org>
318         * progmodes/compile.el (compilation-message-face): Make it defcustom.
320 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
322         * ibuf-macs.el (define-ibuffer-column): Add a new key:
323         header-mouse-map.
325         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
326         (ibuffer-mode-header-map): New keymaps.
327         (ibuffer-update-title-and-summary): Enable mouse face highlighting
328         and keybindings for column headers.
329         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
330         property.
332 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
334         * speedbar.el (speedbar-after-create-hook): Doc fix.
336 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
338         * shell.el (shell-directory-tracker)
339         (shell-dynamic-complete-command): Doc fixes.
341 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
343         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
344         terminals.
346 2006-04-01  Kim F. Storm  <storm@cua.dk>
348         * ido.el (ido-unc-hosts-cache): New defvar.
349         (ido-unc-hosts): If value of defcustom is a function, call it to
350         get list of UNC hosts.  Add function-item choices to specify
351         ido-unc-hosts-net-view or user function.
352         (ido-ignore-unc-host-regexps): New defcustom.
353         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
354         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
355         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
357 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
360         wwidth.
362 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
364         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
365         (ido-max-work-file-list, ido-switch-buffer)
366         (ido-read-file-name-as-directory-commands):
367         Fix typos in docstrings.
369 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
371         * term/mac-win.el (mac-system-coding-system): Define and use after
372         Mac-specific coding systems are ready.
374 2006-03-27  Romain Francoise  <romain@orebokech.com>
376         * net/rcirc.el (rcirc-connect): Add autoload cookie.
378         * ldefs-boot.el: Update.
380 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
382         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
383         passphrases when it is not needed.
384         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
385         passphrase stuff from gpg, should only be necessary when you use
386         gpg with a smartcard.
388 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
390         * comint.el (comint-dynamic-list-completions): Allow user to
391         select *Completions* buffer.
393 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
395         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
397 2006-03-26  Andreas Schwab  <schwab@suse.de>
399         * progmodes/gud.el (gdb): Only complain about multiple debugging
400         when the gdb process is still running.
402 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
404         * mail/rmail.el (tool-bar-map): Defvar it.
405         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
406         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
408 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
410         * help.el (print-help-return-message): Suggest to use
411         display-buffer instead of switch-to-buffer-other-window to restore
412         the previous window without selecting it.
414 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
416         * frame.el (select-frame-by-name): Call x-focus-frame also when
417         window-system is mac.
419         * term/mac-win.el: Adjust Courier font specifications in
420         x-fixed-font-alist.
421         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
422         when directly encoding to UTF-16 in native byte order, no BOM.
424 2006-03-25  Kim F. Storm  <storm@cua.dk>
426         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
427         (cua--init-keymaps): Use it instead of fixed C-return.
428         (cua-mode): Set after it.
430         * emulation/cua-rect.el (cua--init-rectangles):
431         Use cua-rectangle-mark-key instead of fixed C-return.
433 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
435         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
436         "run" in .gdbinit.
437         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
439 2006-03-24  Romain Francoise  <romain@orebokech.com>
441         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
442         `display-buffer-other-frame'.
444 2006-03-24  Kim F. Storm  <storm@cua.dk>
446         * apropos.el (apropos-synonyms): Add selection => region.
448 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
450         * progmodes/gdb-ui.el (gdb-var-create-regexp)
451         (gdb-var-list-children-regexp, gdb-var-update-regexp)
452         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
453         (gdb-data-list-register-values-regexp)
454         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
455         Future proof against new fields being added to MI output.
456         (gdb-send): Don't treat backslashes for program input as
457         continuations.
458         (gdb-assembler-handler): Don't use window-start for this handler.
459         (gdb-frame-handler): Don't change to hollow arrow if overlay
460         arrow doesn't move to new frame.
462 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
464         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
465         prevent compiler warnings.
466         (gdb-stopped): Check for gud-last-last-frame (case: signal).
467         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
468         (gdb-assembler-custom): Use hollow-right-triangle for assembler
469         buffer too.
471 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
473         * pgg-gpg.el (pgg-gpg-update-agent): Check for
474         make-network-process, so we can use the same code in Gnus v5-10
475         too and have this file fully synchronized with that release.
477 2006-03-23  Romain Francoise  <romain@orebokech.com>
479         * ibuf-ext.el (ibuffer-read-filter-group-name):
480         Use `ibuffer-generate-filter-groups' to make completion list match
481         the filter groups that are really displayed in the Ibuffer buffer.
482         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
484 2006-03-23  Kenichi Handa  <handa@m17n.org>
486         * international/mule-cmds.el (sort-coding-systems): Describe that
487         the argument is modified in docstring.
489 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
491         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
492         (pgg-gpg-update-agent): New function.
493         (pgg-gpg-use-agent-p): New function.
494         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
495         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
496         (pgg-gpg-sign-region): Use it.
498 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
500         * cus-edit.el (custom-face-set): Call custom-push-theme before
501         face-spec set so that `changed' theme is correctly saved.
502         (custom-face-reset-standard): Reset to recalculated face rather
503         than defface spec.
505         * custom.el (custom-push-theme): Only save `changed' theme if the
506         current face does not match the defface specs.
508 2006-03-21  Simon Josefsson  <jas@extundo.com>
510         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
511         <wilde@sha-bang.de>.
512         (pgg-gpg-use-agent): New variable.
513         (pgg-gpg-process-region): Use it.
514         (pgg-gpg-encrypt-region): Likewise.
515         (pgg-gpg-encrypt-symmetric-region): Likewise.
516         (pgg-gpg-decrypt-region): Likewise.
517         (pgg-gpg-sign-region): Likewise.
518         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
520 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
522         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
523         bracket links.
525 2006-03-21  Kim F. Storm  <storm@cua.dk>
527         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
528         fringe-indicator-alist instead of modifying global value.
529         (gdb-frame-handler): Likewise.
531 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
533         * diff-mode.el (diff-function): Make it inherit from diff-header
534         instead of diff-context.
536         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
537         bitmap.
538         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
539         change names in macro above for consistency.
540         (gdb-frame-handler): Use hollow-right-triangle for all selected
541         frames which except the innermost (where execution has stopped).
542         (gdb-reset): Reset buffer-local values of overlay-arrow.
544 2006-03-20  Richard Stallman  <rms@gnu.org>
546         * simple.el (set-mark-command): Doc fix.
548         * files.el (display-buffer-other-frame): New command.
549         (ctl-x-4-map): Bind C-x 5 C-o to it.
551 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
554         rather than just defer-time, in case defer-time has been changed but
555         the timer isn't running yet.
556         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
558 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
560         * help-mode.el (help-follow-symbol): New function.
561         Essentially identical to the old `help-follow', but do not let
562         `push-button' do the work when on an xref.
563         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
565 2006-03-19  Richard Stallman  <rms@gnu.org>
567         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
568         preceded by the word `program'.
569         (help-follow-mouse, help-follow): Throw error if not on xref.
570         Delete no longer used args.
572 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
574         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
575         annotation ensure gud-overlay-arrow-position is redisplayed.
577 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
579         * textmodes/bibtex.el (bibtex-include-OPTkey)
580         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
581         (bibtex-autokey-name-case-convert)
582         (bibtex-autokey-titleword-case-convert): Make these the aliases
583         for the following two variables.
584         (bibtex-autokey-name-case-convert-function)
585         (bibtex-autokey-titleword-case-convert-function): Make these the
586         real names.
587         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
588         bibtex-font-lock-crossref sublists.
589         (bibtex-mode): Revert 2005-12-30 change (which made
590         completion-ignore-case buffer-local).
591         (bibtex-url): Simplify.
593 2006-03-19  Kim F. Storm  <storm@cua.dk>
595         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
596         cursor property value to 2 (to align with C level change).
598 2006-03-19  Bill Wohler  <wohler@newt.com>
600         * image.el (image-load-path-for-library): Shorten first line in
601         docstring.
603 2006-03-18  Richard Stallman  <rms@gnu.org>
605         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
607 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
609         * isearch.el (isearch-other-meta-char): Handle user bindings for
610         shifted control characters.
612 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
614         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
615         part that matches email addresses, file names, etc.
617 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
619         * term/w32-win.el (mouse-set-font):
620         Mention w32-list-proportional-fonts in the doc string.
622 2006-03-18  Kim F. Storm  <storm@cua.dk>
624         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
625         (ido-unc-hosts): New user option to explicitly define list of know
626         UNC-style hosts for completion.
627         (ido-cache-unc-host-shares-time): New user option.
628         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
629         New helper functions for UNC file-name support.
630         (ido-may-cache-directory): Check for UNC host.  Simplify.
631         (ido-wash-history): Clean out old UNC hosts.
632         (ido-nonreadable-directory-p): UNC hosts are always readable.
633         (ido-directory-too-big-p): UNC hosts are never too big.
634         (ido-set-current-directory): Handle UNC root path.
635         (ido-file-name-all-completions): Complete UNC host names from
636         ido-unc-hosts list.  Cache UNC host shares.
637         (ido-make-file-list-1): Don't filter UNC root.
638         (ido-exhibit): Check for // in root directory, and switch to UNC
639         mode by setting ido-current-directory to //.
641 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
643         * cus-edit.el (customize-changed-options): Mention explicit
644         version number as default in prompt.
646 2006-03-17  Bill Wohler  <wohler@newt.com>
648         * image.el (image-load-path-for-library): Minor docstring fix.
650 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
652         * textmodes/org.el (org-read-date): Include subgroup 5 into
653         replacement text.
654         (org-popup-calendar-for-date-prompt): Fix customization type.
656 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
658         * progmodes/gdb-ui.el (gud-watch): Provide completion.
659         (gdb-continuation): New variable.
660         (gdb-send): Deal with continuation lines.
662         * progmodes/gud.el (gud-gdb-complete-command)
663         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
664         expressions.
665         (gud-tooltip-mode): Use buffer-local value.
667 2006-03-16  Kim F. Storm  <storm@cua.dk>
669         * ido.el (ido-edit-input): Use selected match, if any.
671 2006-03-16  Bill Wohler  <wohler@newt.com>
673         * image.el (image-load-path-for-library): Prefer user's images in
674         image-load-path.
676 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
678         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
679         when checking for attempt to drag leftmost or rightmost scrollbar.
681 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
683         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
684         (gdb-force-mode-line-update): New function.
685         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
686         (gdb-exited): Use them.
687         (gdb-signal): New function.
688         (gdb-annotation-rules): Provide a rule for it.
690 2006-03-16  Kenichi Handa  <handa@m17n.org>
692         * international/mule.el (auto-coding-regexp-alist): Add entries
693         for Unicode BOM.
695         * sort.el (sort-build-lists): Temporarily bind
696         inhibit-field-text-motion to t.
698 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
700         * locate.el (locate-command, locate-make-command-line)
701         (locate-fcodes-file, locate-update-command)
702         (locate-prompt-for-command, locate, locate-with-filter)
703         (locate-get-file-positions): Doc fixes.
704         (locate-buffer-name, locate-header-face): Remove leading `*' in
705         defcustom.
706         (locate-filter-output): Use `keep-lines' instead of its alias
707         `delete-non-matching-lines'.
708         (locate-get-filename, locate-get-dirname): Add introductory comment.
709         (locate-find-directory-other-window): Give appropriate error
710         message if used outside main listing.
712 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
715         the new extend-region feature.
716         (font-lock-after-change-function): Update correspondingly.
717         * jit-lock.el (jit-lock-after-change): Update correspondingly.
718         * progmodes/grep.el (font-lock-lines-before): Don't disable.
720 2006-03-15  Bill Wohler  <wohler@newt.com>
722         * image.el (image-load-path-for-library): Fix example by not
723         recommending that one binds image-load-path.  Just defvar it to
724         placate compiler and only use it if previously defined.
726 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
728         * textmodes/org.el (org-insert-centered): Use `string-width' to
729         make underlining work for wide characters.
730         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
731         TAB to `org-cycle', to make sure that no binding in
732         `outline-mode-map' can supercede it.
734 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
736         * allout.el: Increment version to 2.2.1 in file commentary.
738         (allout-version): Increment to 2.2.1.
740         (allout-default-layout): New customization variable, used when the
741         file lacks a specific allout-layout.  Uses allout-layout-type for
742         recursively nested definition.
744         (allout-layout-type): Widget defining allout layouts, necessary for
745         self-recursive definition.
747         (allout-mode): Incorporate allout-default-layout as fallback for
748         allout-layout.
750         (allout-layout): Mark as 'safe-local-variable', and refer mention
751         fallback to `allout-default-layout' in absence of a specified value.
752         (allout-passphrase-verifier-string)
753         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
755         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
757         (allout-get-encryption-passphrase-verifier): Use correct name of
758         passphrase verifier in docstring.
760 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
762         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
763         elements.
764         (gdb-find-watch-expression): Make it work for arrays too.
765         Follow change to gdb-var-list.
766         (gud-watch): Allow the user to enter variable name with a prexix
767         arg.  Create keybindings.
768         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
769         (gdb-var-list-children-handler, gdb-var-update-handler)
770         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
771         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
772         Follow change to gdb-var-list.
773         (gdb-starting): Don't show the overlay arrows when program is running.
775         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
776         gdb-var-list.
778 2006-03-14  Bill Wohler  <wohler@newt.com>
780         * image.el (image-load-path-for-library): Pass value of path
781         rather than symbol.  Always return list of directories.
782         Guarantee that image directory comes first.
784 2006-03-14  Alan Mackenzie  <acm@muc.de>
786         * font-core.el (font-lock-extend-region\(-function\)?.):
787         New function/variable.
789         * font-lock.el (font-lock-after-change-function):
790         Call font-lock-extend-region.  Obey font-lock-lines-before.
791         (font-lock-default-fontify-region): Remove reference to
792         font-lock-lines-before.
794         * jit-lock.el (jit-lock-after-change):
795         Call font-lock-extend-region.  Obey font-lock-lines-before.
797 2006-03-14  David Ponce  <david@dponce.com>
799         * tree-widget.el (tree-widget-themes-load-path)
800         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
802 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
804         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
805         (rcirc-print): Mark the start of text at the end of the prompt.
806         (rcirc-track-minor-mode): Add autoload cookie.
807         (rcirc-update-activity-string): Add space to front of mode-line
808         indicator.
810 2006-03-13  Miles Bader  <miles@gnu.org>
812         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
813         (rcirc-abbrev-nick): Remove function.
814         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
816 2006-03-13  David Ponce  <david@dponce.com>
818         * tree-widget.el: Handle themes across all occurrences of the main
819         themes sub-directory found in tree-widget-themes-load-path.
820         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
821         (tree-widget--locate-sub-directory): Return all occurrences.
822         (tree-widget-themes-path): New function.
823         Replace tree-widget-themes-directory, and return a list of directories.
824         (tree-widget-set-parent-theme)
825         (tree-widget-lookup-image): Use it.
827 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
829         * textmodes/org.el (org-link-search): Avoid self-matching of
830         links, allow target text to be distributed over several lines.
831         (org-search-not-link): New function.
832         (org-set-regexps-and-options, org-get-current-options):
833         New startup options.
834         (org-export-as-html): Take odd-level setting from local variable.
835         (org-fontify-emphasized-text): New option.
836         (org-set-font-lock-defaults): Include emphasized text.
837         (org-follow-mhe-link): Allow folder-only links, fix folder name.
838         (org-font-lock): Customize group renamed from `org-faces'.
840 2006-03-13  John Paul Wallington  <jpw@pobox.com>
842         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
843         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
845 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
847         * cus-start.el (all): Delete :version keyword for members of the
848         fringe group, since the entire group is new in 22.1.
850 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
852         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
853         map if value is hexadecimal (an address).
854         (gud-watch): Only search roots for existing watch expressions.
855         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
856         prevent caching problems with speedbar-update-directory-contents.
858 2006-03-12  Juri Linkov  <juri@jurta.org>
860         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
861         before comparing with `low' and `warn'.
863         * info.el (Info-dir-remove-duplicates): Move point to the
864         beginning of the current line after deleting the entries from
865         redundant heading.  Use marker for `limit' and compare it with
866         point before calling `re-search-forward'.
868 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
870         * simple.el (yank): Fix typo in docstring.
872 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
874         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
875         messages, where "D" is the 6th character.
877 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
879         * simple.el (yank): Fix last change.
881 2006-03-11  David Ponce  <david@dponce.com>
883         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
884         merging elements from the standard ispell-dictionary-alist.
885         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
886         alist, and return the new alist.
888 2006-03-11  Richard Stallman  <rms@gnu.org>
890         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
892         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
893         the way it is implemented is too unclean.
895         * simple.el (kill-region, yank): Doc fix.
897         * battery.el (battery-echo-area-format): Doc fix.
898         (battery-mode-line-format): Likewise.
899         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
900         (battery-linux-proc-acpi): Ignore batteries that say "charged".
902 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
904         * progmodes/octave-mod.el (octave-indent-for-comment):
905         Behave according to do string.
907 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
909         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
910         Be visible only if major mode is Mail Mode.
912         * textmodes/flyspell.el (flyspell-external-point-words)
913         (flyspell-process-localwords): Fix last changes.
915 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
917         * calendar/holidays.el (list-holidays): Doc fix.
919         * international/mule.el (auto-coding-alist): Add .odt
920         (OpenOffice's open document) files.
922         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
923         document) files.  Mention in the doc string the need to sync with
924         auto-coding-alist.
926 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
928         * files.el (hack-local-variables-confirm): Don't prompt for ! if
929         enable-local-variables is set to always query, or there is no
930         savable variable.
932 2006-03-10  Bill Wohler  <wohler@newt.com>
934         * image.el (image-load-path-for-library): Merge at least three
935         functions from Gnus and MH-E into this one function that can now
936         be shared.
938 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
940         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
941         gdb-remove-mouse-face and remove help-echo too.
942         (gdb-enqueue-input): Correct conditional clause.
944 2006-03-10  Glenn Morris  <rgm@gnu.org>
946         * calendar/calendar.el (calendar-holidays): Doc fix.
947         * calendar/holidays.el (list-holidays): Doc fix.
949 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
951         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
952         it gets called in gdb-prompt anyway.
953         (gdb-use-separate-io-buffer): Only restore window arrangement for
954         gdb-many-windows.
955         (gdb-enqueue-input): Make it harder to send GDB input when program
956         is running.
957         (gdb-buffer-list): New variable.
958         (gdb-remove-mouse-face): New function.
959         (gdb-starting): Use it when GDB input won't get sent.
961 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
963         * help.el (view-lossage): Remove trailing whitespace before
964         inserting "\n".
966 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
968         * files.el (hack-local-variables-confirm):
969         Set coding-system-for-read to nil before writing to .emacs.
971         * arc-mode.el (archive-extract): Check if an existing buffer name
972         comes from a different archive.
974         * help.el (describe-key-briefly): If KEY is a down event, read and
975         discard the up event.
977 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
979         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
980         be edited and use font-lock-warning-face for any changes.
982         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
983         (gdb-edit-value): Use it to report any errors.
985 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
987         * help.el (describe-key): Remove leftover test code.
989 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
991         * textmodes/org.el: Move defvars out of eval-when-compile.
992         Use buffer-file-name variable.
993         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
994         arg `file'.
995         (org-level-faces): Remove startup dependency.
996         (org-cycle, org-map-tree, org-scan-tags)
997         (org-remember-handler): Don't call `outline-level' directly.
998         (org-mhe-search-all-folders): New option.
999         (org-mhe-get-message-folder-from-index)
1000         (org-mhe-get-message-folder): Fix indexing search.
1001         (org-format-agenda-item): Handle nil TAGS argument.
1002         (org-cleaned-string-for-export, org-activate-target-links)
1003         (org-make-target-link-regexp): Deal with empty radio target list.
1004         (org-tag): New face.
1005         (org-get-level-face): New function.
1006         (org-set-font-lock-defaults): Simplify setup for headlines.
1007         (org-complete): Pass common substring to `display-completion-list'.
1009 2006-03-06  David Ponce  <david@dponce.com>
1011         * tree-widget.el: Update Commentary header.
1012         (tree-widget-theme-name): Ignore parent themes.
1013         (tree-widget-set-parent-theme): New function.
1014         (tree-widget-set-theme): Use it.
1015         (tree-widget-set-image-properties): Move definition.  Does nothing
1016         if image properties have already been set.
1017         (tree-widget-image-properties): Move definition.  Receive an image
1018         name.  Set the :pointer property.
1019         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1020         Don't set the :pointer image property.
1021         (tree-widget-convert-widget): New function.  Handle :dynargs
1022         compatibility here.
1023         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1024         predicate to control when the :expander function is entered.
1025         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1026         (tree-widget-value-create): Handle :expander-p.  widget-apply
1027         :expander.
1028         (tree-widget-expander-p): New function.  Default value of the
1029         :expander-p property.
1031 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1033         * help.el (describe-key): Properly handle the return value of
1034         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1035         remaps.  Handle string and vector `follow-link' values.
1037 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * complete.el (PC-expand-many-files): Try be more careful when parsing
1040         the shell's output.
1042 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * outline.el (hide-sublevels): Provide better interactive default.
1046 2006-03-06  Kenichi Handa  <handa@m17n.org>
1048         * international/fontset.el (create-fontset-from-fontset-spec):
1049         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1051 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1053         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1054         backslashes instead of one in regexp.
1055         (gud-tooltip-dereference): Add missing optional argument.
1057 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1059         * wdired.el (toplevel): Require `cl' at compile-time.
1061 2006-03-04  Andreas Schwab  <schwab@suse.de>
1063         * server.el (server-process-filter): Handle errors during
1064         evaluation of the argument.
1066 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1068         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1069         escape parentheses at beginning of line.
1070         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1071         (t-mouse-mode): Remove period from end of error message.
1073 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1075         * textmodes/flyspell.el (flyspell-process-localwords):
1076         Be case-sensitive.
1078 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1080         * cus-edit.el (custom-quote): Remove function, since it has been
1081         moved to custom.el.
1083         * font-lock.el (lisp-font-lock-keywords-2)
1084         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1085         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1086         they have no special meaning.
1088         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1089         indirect buffer gets killed before indirect buffer.  Use dolist.
1091 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1093         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1094         value instead of a literal constant (1) on more pauses.
1096 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1098         * textmodes/flyspell.el (flyspell-external-point-words):
1099         Be case-sensitive.
1101 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1103         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1104         with "www".
1106 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1108         * allout.el: Restablish intermediate missing comment header to
1109         preserve outline structure.
1110         (allout-beginning-of-current-entry): Skip invisible text.
1111         (allout-open-topic): Fix opening a topic at end-of-buffer.
1112         (allout-minor-mode): Move nearer to allout-mode function.
1114 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1116         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1118 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1120         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1121         is nil.
1123         * progmodes/gud.el (gud-speedbar-menu-items):
1124         Use buffer-local-value and add missing :visible keyword.
1126         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1128 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1130         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1131         must be `follow-link'.
1133         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1135         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1136         formatting: No nested anchors.
1137         (org-all-targets): Fix bug with XEmacs compatibility.
1138         (org-read-date): Add (require 'parse-time).
1139         (org-set-tags): Fix bug with extra inserted space.
1140         (org-export-html-style): Define a style class for targets.
1141         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1142         (org-hide-leading-stars): New option.
1143         (org-hide): New face.
1144         (org-set-font-lock-defaults): Allow to hide leading stars.
1145         (org-get-legal-level, org-tr-level): New functions.
1146         (org-odd-levels-only): New option.
1147         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1148         (org-demote, org-promote): Deal with double-star levels.
1149         (org-convert-to-odd-levels): New command.
1151 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1153         * speedbar.el (speedbar-update-localized-contents): Try to
1154         preserve window-start.
1155         (speedbar-update-directory-contents): Try to preserve window-start
1156         and window-point.
1157         (speedbar-update-special-contents): Don't move back to start of window.
1159         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1160         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1161         speedbar-timer-fn.
1162         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1163         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1164         instead of gdb-speedbar-timer-fn.
1166 2006-02-28  Jay Belanger  <belanger@truman.edu>
1168         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1169         (math-compose-expr): Use latex option when calling
1170         `math-compose-tex-matrix' for latex mode.
1172 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1174         * speedbar.el: Re-instate comments about developing for speedbar
1175         [this is what info and gdb-ui use even if better methods exist now].
1177         * t-mouse.el: New file.
1178         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1179         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1180         (t-mouse-make-event-element): Use posn-at-x-y instead.
1181         (t-mouse-make-event): Deal with Fedora Core 3.
1182         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1183         (t-mouse-mouse-position-function): New function.  Use it instead
1184         of advising mouse-position.
1185         (t-mouse-mode): New minor mode.
1186         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1188 2006-02-27  Glenn Morris  <rgm@gnu.org>
1190         * calendar/calendar.el (calendar-holidays): Doc fix.
1192 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1194         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1195         Re-introduce the concept of a source window.
1196         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1197         consistency with get-buffer-create.
1198         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1199         (gdb-data-list-register-values-handler)
1200         (gdb-stack-list-locals-handler): Try to preserve window-start as
1201         well as window-point.
1202         (gdb-display-source-buffer): New function (old concept).
1203         (gdb-goto-breakpoint): Use it.
1205         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1206         for gdb-ui/gdb-mi (old concept).
1208 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1210         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1211         binding.
1213         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1215         * textmodes/reftex-sel.el (reftex-select-label-map)
1216         (reftex-select-bib-map): Add `follow-mouse' binding.
1218 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1220         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1221         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1222         Give :set functions to provide automatic updating.
1223         Update docstring.  Give compiler defvars early in the file
1224         and move the defcustoms to a later spot where all called functions
1225         are defined.
1226         (jka-compr-file-name-handler-entry): Doc fix.
1227         (jka-compr-compression-info-list--internal)
1228         (jka-compr-mode-alist-additions--internal)
1229         (jka-compr-load-suffixes--internal): New variables.
1230         (jka-compr-install): Set the three above variables.
1231         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1232         (jka-compr-update, jka-compr-set): New functions.
1233         (auto-compression-mode): Doc fix.
1235         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1236         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1237         Use jka-compr-compression-info-list--internal,
1238         jka-compr-mode-alist-additions--internal and
1239         jka-compr-load-suffixes--internal.
1241         * files.el (load-library):
1242         * loadhist.el (file-loadhist-lookup):
1243         * startup.el (command-line):
1244         * subr.el (locate-library):
1245         * emacs-lisp/autoload.el (update-directory-autoloads):
1246         * emacs-lisp/find-func.el (find-library-suffixes):
1247         Use `get-load-suffixes' instead of `load-suffixes'.
1249         * subr.el (locate-library):
1250         * emacs-lisp/find-func.el (find-library-name):
1251         Use `load-file-rep-suffixes' instead of '("").
1253 2006-02-26  Kim F. Storm  <storm@cua.dk>
1255         * ido.el (ido-save-history, ido-load-history): Simplify.
1256         Don't use find-file-noselect to avoid interference from other modes.
1258 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1260         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1261         to use the default shell if filename is not available.
1262         Reported by Giorgos Keramidas.
1264 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1266         * progmodes/etags.el (tags-completion-table): Do completion from
1267         all the tables in the current list, as documented in the manual.
1269 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1271         * CC Mode Update to 5.31.3.
1273 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1275         * progmodes/cc-mode.el (c-postprocess-file-styles):
1276         Bind inhibit-read-only to t, around the call to
1277         c-remove-any-local-eval-or-mode-variables, so that it works on a
1278         RO file.
1280 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1282         * progmodes/cc-awk.el: Correct a typo.
1284 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1286         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1287         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1288         name as an alias.
1290 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1292         * progmodes/cc-mode.el: Correct a typo.
1294 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1296         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1298 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1300         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1301         brace-else-brace (error due to mbeg, mend being undefined).
1303 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1305         * progmodes/cc-mode.el: File Local variables: Solve the problem
1306         where both `mode' and c-file-offsets are specified: `mode' will
1307         overwrite c-f-o's settings:
1308         (c-remove-any-local-eval-or-mode-variables): New function.
1309         (c-postprocess-file-styles): Call the above new function, within
1310         c-tentative-buffer-change, to splat `mode' and `eval' before the
1311         second hack-local-variables.
1313 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1315         * progmodes/cc-mode.el:
1316         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1317         (c-after-change): Protect the match data with save-match-data.
1318         It was getting corrupted by c-after-change-check-<>-operators.
1320         * cc-defs.el: [Supersedes patch V1.38]:
1321         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1322         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1324         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1325         with save-match-data.  It was being corrupted when Font Lock was
1326         not enabled.
1328 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1330         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1331         Mode and Subword Mode.
1333         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1334         real labels ("case 1:" or "foo:") from non-labels ("public:").
1335         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1336         coding; c-f-t-2 doesn't move over a token at EOB.
1338         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1340         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1341         (c-update-modeline): Concatenate the minor mode indicators
1342         directly onto mode-name, removing c-submode-indicators.
1343         Sometimes, c-s-i got separated from the mode name on the mode line.
1345         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1346         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1348 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1350         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1351         error message when there's an evaluation error to show whether
1352         it's loaded from source or not.
1353         (c-filter-ops): Make it available at runtime too to work when
1354         `c-make-init-lang-vars-fun' needs to evaluate from source.
1356 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1358         * help.el (help): Revert last part of 2006-02-23 change (deletion
1359         of the `provide' call).
1361 2006-02-23  Juri Linkov  <juri@jurta.org>
1363         * compare-w.el (compare-windows-highlight): Add new value
1364         `persistent' and change :type from `boolean' to `choice'.
1365         (compare-windows-overlays1, compare-windows-overlays2):
1366         New internal variables.
1367         (compare-windows-highlight): If compare-windows-highlight is
1368         `persistent', add current overlays to compare-windows-overlays[12]
1369         instead of adding compare-windows-dehighlight to pre-command-hook.
1370         (compare-windows-dehighlight): Delete all overlays from
1371         compare-windows-overlays[12].
1373         * info.el (Info-search): Don't bind search-spaces-regexp to
1374         Info-search-whitespace-regexp in non-regexp isearch mode.
1376 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1380 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1382         * textmodes/org.el (org-xemacs-p)
1383         (org-export-html-show-new-buffer, org-table-may-need-update)
1384         (org-insert-item, org-mhe-get-message-real-folder)
1385         (org-mhe-get-message-folder-from-index)
1386         (org-mhe-get-message-folder, org-mhe-get-message-num)
1387         (org-mhe-get-header, org-make-org-heading-search-string)
1388         (org-make-org-heading-camel, org-table-sort-lines)
1389         (org-format-org-table-html, org-format-table-table-html):
1390         Fix typos in docstrings.
1392 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1394         * textmodes/org.el (org-cleaned-string-for-export)
1395         (org-solidify-link-text): New function.
1396         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1397         XEmacs, just to silence the compiler.
1398         (org-export-as-ascii, org-export-as-html-and-open):
1399         Use `org-cleaned-string-for-export' and create internal links.
1400         (org-follow-mhe-link): Require mh-e, use folder.
1402 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1404         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1406         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1407         gdb-debug-log-length.
1408         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1409         it a real ring but...
1410         (gud-gdba-marker-filter): ...make it work like mark-ring.
1411         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1412         (gdb-mouse-jump): New function.  Add bindings.
1414 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1416         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1417         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1418         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1419         (gdb-debug-log-length): Customize it's length.
1420         (gud-watch, gdb-var-create-handler): Display function::var format
1421         but don't use to create variable object.
1422         (gdb-var-create-handler): Use message-box in place of message.
1423         (gdb-stopped): Call gdb-exited if signalled.
1425 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1427         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1429         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1431         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1432         if `reftex-try-all-extensions' is set.
1434         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1435         fail silently when there is no valid argument at point.
1436         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1437         `fail-silently' argument.  From a patch by David Reiter.
1439         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1440         New commands.
1441         (org-mark-ring): New variable.
1442         (org-mark-ring-length): New option.
1443         (org-open-at-point, org-goto, org-open-file): Push old position
1444         onto the mark ring.
1445         (org-add-hook): New function.
1446         (org-export-table-remove-special-lines): New option.
1447         (org-skip-comments, org-format-org-table-html): Respect new
1448         option `org-export-table-remove-special-lines'.
1449         (org-open-file): Allow special command configuration for
1450         directory link.
1451         (org-file-apps): Fix bugs in customize type, added setting
1452         for directories.
1453         (org-activate-tags, org-format-agenda-item, org-complete)
1454         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1455         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1456         (org-link-search, org-make-org-heading-search-string)
1457         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1458         (org-radio-targets, org-file-link-context-use-camel-case)
1459         (org-activate-camels): New options.
1460         (org-update-radio-target-regexp, org-all-targets)
1461         (org-make-target-link-regexp, org-activate-target-links):
1462         New functions.
1463         (org-make-org-heading-search-string): New function.
1464         (org-store-link, org-insert-link): Use new option
1465         `org-file-link-context-use-camel-case'.
1466         (org-activate-camels): Use new option `org-activate-camels'.
1467         (org-link-regexp): Add mhe prefix.
1468         (org-open-at-point, org-store-link): Support for mhe links.
1469         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1470         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1471         (org-mhe-get-header, org-follow-mhe-link): New functions.
1472         (org-remove-angle-brackets, org-add-angle-brackets):
1473         New functions.
1474         (org-bracket-link-regexp): New constant.
1475         (org-read-date): Fix bug that was rejecting all typed dates.
1476         (org-link-search): Make hierarchy above visible after a match.
1477         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1478         (org-store-link): Fix bug with link creation when cursor is in
1479         an empty line.
1480         (org-open-at-point): Fix bug with matching a link.
1481         Fixed buggy argument sequence in call to `org-view-tags'.
1482         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1483         (org-prefix-has-tag): New variable.
1484         (org-format-agenda-item): Remove tags from headline
1485         if appropriate.
1486         (org-agenda-remove-tags-when-in-prefix): New option.
1488 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1490         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1491         Fix the regular expressions.
1493 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1495         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1496         if there's no other specific basis.
1498         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1499         as variables at all.
1500         (unsafep-variable): Rename arg; doc fix.
1502         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1504         * calendar/appt.el (diary-selective-display): Add defvar.
1506         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1508         * isearch.el (search-whitespace-regexp): Fix custom type.
1510         * help.el (describe-key-briefly): Compute interactive args
1511         in same was as before previous change.
1513         * files.el (enable-local-variables): Doc fix.
1515 2006-02-21  Kim F. Storm  <storm@cua.dk>
1517         * fringe.el: Cleanup as file is now pre-loaded.
1518         (fringe-bitmaps): Initialize unconditionally.
1519         (fringe-mode, set-fringe-style): Remove autoload cookies.
1521 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1523         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1524         `horizontal-bar'.
1525         (fringe-cursor-alist): Use `horizontal-bar'.
1527 2006-02-20  Kim F. Storm  <storm@cua.dk>
1529         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1530         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1532         * loadup.el: Load "fringe" on window systems.
1534 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1536         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1537         out of scope components.
1539         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1540         default.
1542 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1544         * custom.el (customize-mark-to-save, customize-mark-as-set):
1545         Load the symbol first.
1547 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1549         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1550         strech spec so it doesn't display as "^J" on the header line
1551         when `Buffer-menu-use-header-line' is t.
1553 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1555         * speedbar.el (speedbar-make-button): Keep text properties
1556         of string arguments if desired.
1558         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1559         expessions.
1561         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1562         of speedbar.
1564 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1566         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1567         to value of `read-file-name-completion-ignore-case'.
1569 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1571         * custom.el (customize-mark-as-set): Push to `user' theme.
1573         * cus-edit.el (custom-save-variables): Allow unthemed values.
1574         (customize-set-variable): Push setting to `user' theme.
1576 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1578         * progmodes/gud.el: Don't require font-lock as it's now
1579         automatically loaded.
1580         (gud-speedbar-buttons): Replace gdb-var-changed with
1581         gdb-force-update.
1583         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1584         gdb-var-changed.
1585         (gdb-post-prompt): Use it.
1586         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1587         (gdb-var-update-handler, gdb-var-delete)
1588         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1589         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1590         gdb-force-update in gdb-post-prompt.
1591         (gdb-reset): Clear watch expressions from speedbar when quitting.
1593 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1595         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1596         (viper-change-state-to-vi, viper-change-state-to-emacs):
1597         Make aware of cursor coloring in the Emacs state.
1598         (viper-special-read-and-insert-char): Use read-char-exclusive.
1599         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1601         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1603         * viper-util.el (viper-save-cursor-color)
1604         (viper-get-saved-cursor-color-in-replace-mode)
1605         (viper-get-saved-cursor-color-in-insert-mode)
1606         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1607         state.
1608         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1610         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1611         (ediff-ignore-case-option3, ediff-actual-diff-options)
1612         (ediff-actual-diff3-options): New variables to control case sensitivity.
1613         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1614         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1615         (ediff-toggle-ignore-case): New function.
1616         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1618         * ediff-help.el (ediff-long-help-message-narrow2)
1619         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1620         (ediff-long-help-message-word-mode): Add ignore-case command.
1621         (ediff-help-for-quick-help): Add ignore-case command.
1623         * ediff-merg.el: Move provide to the end.
1625         * ediff-ptch.el: Move provide to the end.
1627         * ediff-wind.el: Move provide to the end.
1629         * ediff-mult.el: Move provide to the end.
1630         (ediff-set-meta-overlay): Enable follow-link.
1632         * ediff.el: Move provide to the end.
1633         Break recursive load cycle in eval-when-compile.
1634         (ediff-patch-buffer): Better heuristics.
1636         * ediff-util.el: Move provide to the end.
1637         Break recursive load cycle in eval-when-compile.
1638         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
1639         defuns.
1640         (ediff-submit-report): Pass the values of ediff-diff3-program,
1641         ediff-diff3-options.
1643 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
1645         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1646         the opening bracket of the following bracketing pairs: {}, [], (), <>,
1647         `' (for example, in the docstring of `windmove-default-keybindings').
1649 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1651         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1652         shadow face.  Don't provide binding to edit variable when it is
1653         out of scope.
1655         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1656         (gdb-var-update-handler): Detect out of scope variables with pre
1657         GDB 6.4 too.
1658         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1659         Reset status of variable objects to nil in update handlers.
1660         (gdb-var-update-handler-1): Detect when a variable object comes
1661         in scope.  setcar on var changes gdb-var-list directly.
1663 2006-02-17  Juri Linkov  <juri@jurta.org>
1665         * ffap.el (ffap) <defface>: Add explicit face declaration.
1666         (ffap-highlight): Use face `ffap' directly instead of checking
1667         for its existence.
1669         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1670         `visible-ok' of `other-buffer' to find the right original buffer.
1672         * info.el (Info-search): Skip `Local Variables' node.
1674 2006-02-17  Juri Linkov  <juri@jurta.org>
1676         * info.el (Info-find-file): Check for symbols `apropos', `history',
1677         `toc' in the input filename, and return these symbols as is.
1678         (Info-find-node-2): Set Info-current-file to symbols `apropos',
1679         `history', `toc' instead of strings.
1680         (Info-set-mode-line): For non-string Info-current-file use the
1681         symbol's name inside **.
1682         (Info-isearch-push-state): Add quote before Info-current-file and
1683         Info-current-node.
1684         (Info-isearch-pop-state): Use `equal' instead of `string='.
1685         (Info-extract-pointer, Info-following-node-name): Use
1686         `match-string-no-properties' instead of `match-string'.
1687         (Info-up): Check `old-file' for `stringp'.
1688         (Info-history): Use `equal' instead of `string-equal'.
1689         Check `file' for `stringp'.
1690         (Info-history): Use symbol `history' instead of string as first arg
1691         of `Info-find-node'.
1692         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
1693         `toc' instead of string.
1694         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1695         instead of `buffer-substring', and `match-string-no-properties'
1696         instead of `match-string'.
1697         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1698         instead of strings.
1699         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1700         Use symbol `apropos' instead of string.
1701         (Info-copy-current-node-name): Check `Info-current-file' for
1702         `stringp' and construct a command with `Info-find-node' from it.
1703         (Info-fontify-node): Use `match-string-no-properties' instead of
1704         `match-string' and check file names for `stringp'.
1705         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1706         `history', `toc' instead of strings.
1708 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
1710         * files.el: Rearrange functions and variables in the file local
1711         variables section.
1713 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
1715         * files.el: Add truncate-lines, ispell-check-comments and
1716         ispell-local-dictionary as safe local variables.
1718 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
1720         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1721         out of scope variables.
1722         (gud-speedbar-buttons): Use unless.
1724         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1725         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1726         (gdb-show-changed-values): Also use for out of scope variables.
1727         (gdb-var-update-handler-1): Note if variable goes out of scope.
1729 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
1731         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1732         default to global variable values for unsupplied args.
1733         (rcirc-get-buffer-create): Fix bug with setting the target.
1734         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1735         test for rcirc-always-use-server-buffer-flag here.
1736         (rcirc-response-formats): Add %N, which is a facified nick.  %n
1737         uses the default face.  Change the ACTION format string.  If the
1738         "nick" is the server, don't print anything for that field.
1739         Comment fixes.
1740         (rcirc-target-buffer): Don't test
1741         rcirc-always-use-server-buffer-flag here.
1742         (rcirc-print): Squeeze extra spaces out of the text before message.
1743         (rcirc-put-nick-channel): Strip potential "@" char from nick
1744         before adding them to nick table.
1745         (rcirc-url-regexp): Improve to match address like "foo.com".
1747 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
1749         * allout.el (allout-hidden-p): Move this defsubst before
1750         allout-overlay-interior-modification-handler, where it is first
1751         used.
1753 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
1755         * allout.el: Use allout invisible-text overlays instead of
1756         selective display for concealed text.  Also, lots of general
1757         cleanup, and improved compatibility code.
1759         (allout-version) Incremented, corrected, revised, and refined
1760         module commentary.
1762         (provide 'allout): Moved to the bottom, added a require of overlay.
1764         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1765         `except-current'.
1766         (allout-write-file-hook-handler): Minimize delay.
1767         (count-trailing-whitespace-region): New function so
1768         auto-encryption of current topic can resituate cursor exactly.
1769         PGP/GPG encryption trims trailing whitespace from lines, which
1770         must be accounted for across encryption then decryption.
1772         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1773         just plain "\C-c", to avoid intruding on user's keybinding space.
1775         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1776         parameter, so user request to provide a new password is done.
1778         (allout-outside-normal-auto-fill-function, allout-auto-fill):
1779         Refined mechanism for auto-filling behavior while in allout mode.
1781         (allout-mode): Explicitly specify the mode map in the docstring.
1782         Clarify provision for various write-file hook var names.
1783         Adjusted for invisible-text overlays instead of selective-display.
1785         (allout-depth): Really return 0 if not within any topic.  This
1786         rectifies `allout-beginning-of-level' and sequence numbering
1787         errors that occur when cutting and pasting numbered topics.
1788         Changed from a in-line subst to a regular function, as well.
1790         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1792         (allout-end-of-subtree, allout-end-of-subtree)
1793         (allout-end-of-entry, allout-end-of-current-heading)
1794         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1795         (allout-show-children, allout-show-to-offshoot)
1796         (allout-hide-current-entry, allout-show-current-entry): Rectified
1797         handling of trailing blank lines between items.
1799         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1800         (allout-current-depth, allout-unprotected, allout-hidden-p)
1801         (allout-on-current-heading-p, allout-listify-exposed)
1802         (allout-chart-subtree, allout-goto-prefix)
1803         (allout-back-to-current-heading, allout-get-body-text)
1804         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1805         (allout-hide-region-body, allout-toggle-subtree-encryption)
1806         (allout-encrypt-string, allout-encrypted-key-info)
1807         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1808         (allout-file-vars-section-data): Adjusted for use with
1809         invisible-text overlays instead of selective-display.
1811         (allout-kill-line, allout-kill-topic, allout-yank-processing):
1812         Reworked for use with invisible text overlays.
1814         (allout-current-topic-collapsed-p): New function.
1816         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1817         to know when to close the containing topic.
1819         (allout-pre-command-business, allout-post-command-business):
1820         Simplify undo-batching and dynamic isearch exposure.
1822         (allout-set-overlay-category): New for invisible-text overlays.
1823         Sets properties of allout-overlay-category, used by
1824         allout-flag-region to set invisible-text overlay properties.
1825         (allout-get-invisibility-overlay): Get the first qualifying
1826         invisibility overlay, so we can find the extent of it.
1827         (allout-back-to-visible-text): Get to just before the beginnining
1828         of the current invisibility overlay, if any.
1830         (allout-overlay-insert-in-front-handler)
1831         (allout-overlay-interior-modification-handler)
1832         (allout-before-change-handler, allout-isearch-end-handler): New
1833         functions to handle extraordinary actions affecting concealed
1834         text.
1836         (allout-flag-region): Use overlays instead of selective-display
1837         for invisible text - by inheritence from the properties of
1838         allout-overlay-category in mainline Emacs, and applied
1839         property-by-property in XEmacs, some recent versions of which
1840         don't inherit the properties from the category.  Provisions to
1841         respond to concealed-text edits simplified drastically.
1843         (allout-isearch-rectification, allout-isearch-was-font-lock)
1844         (allout-isearch-expose, allout-enwrap-isearch)
1845         (allout-isearch-abort, allout-pre-was-isearching)
1846         (allout-isearch-prior-pos, allout-isearch-did-quit)
1847         (allout-isearch-dynamic-expose)
1848         (allout-hide-current-entry-completely): Functions deleted.
1850         (allout-undo-aggregation): Explicit undo aggregation no longer
1851         necessary due to transition away from selective-display.
1853         (set-allout-regexp, allout-up-current-level)
1854         (allout-next-visible-heading, allout-forward-current-level)
1855         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1856         (allout-kill-line, allout-yank-processing, allout-show-children)
1857         (allout-expose-topic, allout-old-expose-topic)
1858         (allout-listify-exposed, allout-insert-latex-header)
1859         (allout-toggle-subtree-encryption, allout-encrypt-string)
1860         (remove-from-invisibility-spec, allout-hide-current-subtree):
1861         Ditched unused variables.
1863 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
1865         * textmodes/ispell.el (ispell-change-dictionary): Call
1866         ispell-buffer-local-dict instead of
1867         ispell-accept-buffer-local-defs.
1868         (ispell-local-dictionary-alist): Accept as valid any coding-system
1869         supported by Emacs.
1870         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1871         changed to iso-8859-3.
1873 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
1875         * speedbar.el (speedbar-frame-width): Make an inline function
1876         instead of a macro.  Use frame-width.
1877         (speedbar-try-completion, speedbar-update-contents)
1878         (speedbar-timer-fn): Use consp.
1879         (speedbar-update-localized-contents): Try to preserve point.
1881         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1882         (menu): Re-order menu items.
1883         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1884         field.
1885         (gdb-var-update-handler-1): Use it for GDB 6.4+.
1886         (gdb-post-prompt): Speed things by not forcing update.
1888 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
1890         * wid-edit.el (widget-button-click): For mouse-1, cancel button
1891         press and perform default action if we get a mouse movement event.
1893 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1895         * calendar/icalendar.el (icalendar--get-event-property)
1896         (icalendar--get-event-property-attributes): Fix typos in
1897         docstrings.
1899         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1900         docstring.
1902 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
1904         * bs.el (bs-mode): Use `buffer-disable-undo'.
1905         (bs--get-file-name): Simplify.
1906         (bs-show-in-buffer): Mark the buffer as not modified.
1908 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1910         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1911         widget-button-click.
1913         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1914         (custom-mode): Update docstring.
1916         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1917         binding.
1919         * files.el (hack-local-variables-confirm): Allow scrolling if the
1920         file variable list is too long.  Kill temp buffer after use.
1922 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
1924         * progmodes/gud.el (gdb): Improve doc string.
1925         (gdb-script-font-lock-keywords): Expand allowed character set.
1927         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1928         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1929         (gdb-separate-io-interrupt, gdb-separate-io-quit)
1930         (gdb-separate-io-stop, gdb-separate-io-eof):
1931         Rename from gdb-inferior-* to gdb-separate-*.
1932         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1934 2006-02-14  Jay Belanger  <belanger@truman.edu>
1936         * calc/calc-arith.el (math-check-known-scalarp): Make sure
1937         expression is a symbol before checking that it is bound.
1939         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1940         test to see if equation can be solved.
1942 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1944         * wid-edit.el (widget-button-click): Use :pressed-face property
1945         for overlay face, if it exists.
1947         * cus-edit.el (custom-manual, custom-add-see-also)
1948         (custom-add-parent-links, custom-group-link): Add :pressed-face
1949         property to links.
1951         * files.el (hack-local-variables): Remove ignored variables before
1952         checking if any variables need setting.
1954 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1956         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1958 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1960         * help.el (where-is): Fix message for remapped commands.
1962         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1963         Fix typos in docstrings.
1965 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1967         * files.el (safe-local-variable-values): New option.
1968         (hack-local-variables-prop-line): Return a list of variable-value
1969         pairs if MODE-ONLY is non-nil.
1970         (hack-local-variables): Construct list of variable-value pairs,
1971         and apply or reject them in one go.  Ask for confirmation if
1972         variables are not known safe.
1973         (hack-local-variables-confirm): Complete rewrite.  Support
1974         `safe-local-variable-values'.
1975         (enable-local-variables): Update docstring to reflect new
1976         behavior.
1977         (ignored-local-variables): Ignore ignored-local-variables and
1978         safe-local-variable-values.
1979         (safe-local-variable-p): New function.
1980         (risky-local-variable-p): `safe-local-variable' property check
1981         moved to safe-local-variable-p.
1982         (hack-one-local-variable): Checks moved to hack-local-variables.
1984         (byte-compile-dynamic, c-basic-offset, c-file-style)
1985         (c-indent-level, comment-column, fill-column, fill-prefix)
1986         (indent-tabs-mode, kept-new-versions, no-byte-compile)
1987         (no-update-autoloads, outline-regexp, page-delimiter)
1988         (paragraph-start, paragraph-separate, sentence-end)
1989         (sentence-end-double-space tab-width, version-control):
1990         Add `safe-local-variable' property.
1992         * find-lisp.el: Delete nonexistent `autocompile' file variable.
1994         * icomplete.el, play/landmark.el: Change nonexistent
1995         `outline-layout' file variable to `allout-layout'.
1997 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1999         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2000         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2001         to gud-comint-buffer.
2002         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2003         gdb-ui.el for gdb-mi.el.
2004         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2005         registers buffer to gdb-get-changed-registers.
2006         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2007         deletion of catchpoints (throw and catch).
2008         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2009         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2010         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2011         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2012         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2014 2006-02-13  Jay Belanger  <belanger@truman.edu>
2016         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2017         expression is a symbol before checking that it is bound.
2019 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2021         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2022         for the minibuffer too, but not if resize-mini-windows will interfere.
2024         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2025         inside `interactive' spec.
2026         (describe-key-briefly-internal, describe-key-internal):
2027         Functions merged back into their callers.
2029 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2031         * info.el (info-xref-visited): Inherit from info-xref too.
2032         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2033         when propertizing Info-current-file and Info-current-node.
2035 2006-02-13  Juri Linkov  <juri@jurta.org>
2037         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2038         (tumme-thumb-name): Fix per-directory format.
2040 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2042         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2044 2006-02-12  Miles Bader  <miles@gnu.org>
2046         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2048 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2050         * tumme.el: Remove history section.  If someone needs the it, it
2051         can always be found in CVS.
2053 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2055         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2056         about the Thumbnail Managing Standard option.
2058 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2060         * subr.el (substitute-key-definition): Doc fix.
2062         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2064         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2066         * info.el (Info-mode): Doc fix.
2068         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2070 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2072         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2073         because on Solaris a POSIX compatible "id" is needed.  Reported by
2074         Magnus Henoch <mange@freemail.hu>.
2076 2006-02-12  Juri Linkov  <juri@jurta.org>
2078         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2079         (tumme) <defgroup>: Change :group to `multimedia'.
2080         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2081         Managing Standard.
2082         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2083         Fix dostring.
2084         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2085         and %y.  Fix docstring.
2086         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2087         (tumme-cmd-create-standard-thumbnail-command): New user options.
2088         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2089         is `standard'.  Fix docstring.
2090         (tumme-thumb-width, tumme-thumb-height): New user options.
2091         (tumme-external-viewer): Try to find various viewers.
2092         (tumme-get-thumbnail-image): Use `create-image' instead of
2093         constructing the `image' structure.
2094         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2095         `standard'.
2096         (tumme-thumb-name): Add file name generation for standard storage.
2097         Simplify code for other storages.
2098         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2099         Add modification time %m and thumbnail-nq8 %q.
2100         Use `tumme-cmd-create-standard-thumbnail-command' if
2101         tumme-thumbnail-storage is `standard'.
2102         (tumme-dired-insert-marked-thumbs): New autoload command.
2103         (tumme-dired-after-readin-hook): New function.
2104         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2105         `tumme-thumb-size'.
2106         (tumme-display-image): Replace size-x %x and size-y %y with
2107         width %w and height %h.
2109         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2110         `tumme-dired-insert-marked-thumbs'.
2112 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2114         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2115         include path).
2116         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2117         matching tag.
2119 2006-02-12  Miles Bader  <miles@gnu.org>
2121         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2122         New variables.
2123         (rcirc-abbrev-nick): New function.
2124         (rcirc-format-response-string): Rewrite to use the formats in
2125         `rcirc-response-formats' and expand escape sequences therein.
2126         A text-property `rcirc-text' is added over the actual response
2127         text to make easy to find inside the returned string.
2128         (rcirc-print): When filling, just look for the `rcirc-text'
2129         text-property to find the appropriate fill prefix, instead of
2130         using hardwired patterns.
2132 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2134         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2135         Managing Standard.
2137 2006-02-11  Kim F. Storm  <storm@cua.dk>
2139         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2140         Don't use insert-buffer; do insert-buffer-substring directly.
2141         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2143 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2145         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2146         with inhibit-read-only.  Suggested by Stefan Monnier.
2147         (revert-buffer): Let insert-file-contents discard
2148         buffer-undo-list.  Simplify code.
2149         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2151 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2153         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2155         * help.el (describe-key-briefly): Now a wrapper for
2156         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2157         to t.  Populate yank-menu if empty.
2158         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2159         (describe-key): Now a wrapper for describe-key-internal.  Bind
2160         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2161         (describe-key-internal): Renamed from describe-key.
2163 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2165         * progmodes/glasses.el (glasses-separator): Doc fix.
2166         (glasses-original-separator): New defcustom.
2167         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2169 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2171         * mwheel.el (mouse-wheel-up-event): Doc fix.
2173 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2175         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2176         (tumme-dir): New function.  Copied from thumbs.el.
2178 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2180         * desktop.el (desktop-outvar): Fix typo.
2181         (desktop-save-buffer-p): Doc fix.
2183         * subr.el (substitute-key-definition): Fix typo.
2185 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2187         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2188         when window-system is mac.
2190         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2192 2006-02-10  Kim F. Storm  <storm@cua.dk>
2194         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2195         indirect-function instead of using condition-case.
2197 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2199         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2200         less `colloquial'...
2202 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2204         * tumme.el: Add a couple of todo items.
2206 2006-02-09  Lars Hansen  <larsh@soem.dk>
2208         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2209         (highlight-changes-mode): Don't change desktop-locals-to-save.
2211 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2213         * image-mode.el (image-toggle-display): Clear image cache if using
2214         filename.
2216 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2218         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2219         a `dired-man' target.
2221         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2222         boundary of symbols.
2224 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2226         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2228 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2230         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2231         `mapcar'; return nil.
2233 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2235         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2236         some other event.
2238 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2240         * net/rcirc.el (rcirc-startup-channels-alist):
2241         Add irc.freenode.net and #emacs as defaults.
2242         (rcirc-ignore-all-activity-flag): Remove variable.
2243         (rcirc-authinfo): New variable.
2244         (rcirc-authinfo-filename): Remove variable.
2245         (rcirc-always-use-server-buffer-flag): New flag.
2246         (rcirc): M-x rcirc will automatically connect without prompting.
2247         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2248         connection in lisp.
2249         (rcirc-process-server-response-1): Remove everything but the nick
2250         portion of the sender so it doesn't need to be done everywhere
2251         else.  Update related code.
2252         (global-map): Remove global keybindings.
2253         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2254         (rcirc-send-input): Split into several functions.
2255         (rcirc-process-input-line, rcirc-process-message)
2256         (rcirc-process-command): New functions.
2257         (rcirc-target-buffer): New function to determine where to route
2258         messages.
2259         (rcirc-user-nick): Save match data.
2260         (rcirc-toggle-ignore-buffer-activity)
2261         (rcirc-update-activity-string): Remove global ignore functionality,
2262         which can be done now by toggling rcirc-track-minor-mode.
2263         (rcirc-track-minor-mode-map): New keymap.
2264         (rcirc-track-minor-mode): New minor-mode.
2265         (ignore): Make the ignore output nicer.  Always print it when
2266         adding or removing nicks.
2267         (rcirc-url-regexp): Improve.
2268         (rcirc-mangle-text): Remove properties before using text in the
2269         modeline.
2270         (rcirc-authenticate): Authentication data comes from
2271         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2272         (rcirc-server-prefix): Inherit from rcirc-server.
2274 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2276         * Makefile.in (compile): Append "|| true" to the end of the `find'
2277         command, like compile-always does.
2279 2006-02-08  Sam Steingold  <sds@gnu.org>
2281         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2282         output from a dead connection.
2284 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2286         * dired.el (dired-mode-map): Add more bindings for tumme.
2288 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * wdired.el (wdired-mode-map): Use remap.
2291         (wdired-get-filename): Massage.
2292         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2293         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2294         `keymap' property rather than `local-map'.
2296 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2298         * tumme.el (tumme-get-thumbnail-image): New utility function.
2299         Suggested by from Chong Yidong.
2300         (tumme-dired-with-window-configuration): Rename from
2301         `tumme-dired'.  Add code to save window configuration.
2302         (tumme-restore-window-configuration): New command to restore the
2303         window configuration that `tumme-dired-with-window-configuration'
2304         saves before it changes the window configuration.
2305         (tumme-show-all-from-dir): New command to display thumbnails for
2306         all files in a directory entered by the user, like M-x thumbs.
2307         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2308         have been created.
2309         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2310         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2311         Remove obsolete test function.
2313 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2315         * vc.el (small-temporary-file-directory): Remove defvar; there's
2316         a defcustom for it in files.el.
2318         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2319         Fix typo in message.
2320         (tumme-gallery-generate): Fix typo in `error' message.
2321         (tumme-display-window-height-correction)
2322         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2323         (tumme-line-up-interactive): Dox fixes.
2324         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2325         (tumme-restore-window-configuration, tumme-format-properties-string)
2326         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2327         Fix typos in docstrings.
2329 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2331         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2333 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2335         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2336         User should use hook if desired.
2338         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2339         buffer if necessary.
2340         (gdb-delete-frame-or-window): New function.
2341         (gdb-breakpoints-mode-map): Bind "q" to it.
2343 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2345         * textmodes/nroff-mode.el: Clean up name space.
2346         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2347         (nroff-mode): Obey the global setting of nroff-electric-mode.
2348         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2350         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2352 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2354         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2356 2006-02-06  Lars Hansen  <larsh@soem.dk>
2358         * generic-x.el (etc-fstab-generic-mode): Add file system types
2359         cifs and usbdevfs.  Allow special chars in file names.
2361 2006-02-05  Jay Belanger  <belanger@truman.edu>
2363         Update copyright notices of the files in lisp/calc.
2365 2006-02-05  Romain Francoise  <romain@orebokech.com>
2367         Update copyright notices of all files in the lisp/play directory.
2369 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2371         * ldefs-boot.el: Regenerate.
2373         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2375 2006-02-05  Kim F. Storm  <storm@cua.dk>
2377         * files.el (magic-mode-regexp-match-limit): New defvar.
2378         (set-auto-mode): Use it to limit magic-mode-alist matching.
2380 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2382         * simple.el (display-message-or-buffer): Compare the number of
2383         characters to the frame width when determining whether a 1-line
2384         message string will fit in the echo area.  Count screen lines
2385         instead of buffer lines when determining whether a multi-line
2386         message will fit in the echo area/minibuffer window.
2388 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2390         * info.el (Info-index, Info-mode): Improve the description of the
2391         `i' command.
2393         * ldefs-boot.el: Regenerate.
2395 2006-02-03  Werner Lemberg  <wl@gnu.org>
2397         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2398         greedy to find the closing bracket in \*[...] and similar
2399         expressions.  This is a first rough fix -- many additional
2400         refinements are necessary to make nroff mode really usable with groff.
2402 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2404         * international/mule-cmds.el (set-locale-environment):
2405         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2406         libX11.
2408 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2410         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2411         archive are created in archive-tmpdir.
2413 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2415         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2416         (ibuffer-fontification-alist): Use it.
2417         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2418         to "* z" and the Ibuffer Mark menu.
2420         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2422 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * textmodes/table.el (*table--cell-describe-mode)
2425         (*table--cell-describe-bindings): Undo last change since
2426         print-help-return-message is not obsoleted by anything at all.
2428 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2430         * emulation/cua-base.el (cua-mode): Doc fix.
2432 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2434         * dframe.el (dframe-handle-make-frame-visible)
2435         (dframe-handle-iconify-frame, dframe-get-focus)
2436         (dframe-select-attached-frame, dframe-power-click)
2437         (dframe-frame-mode): Fix typos in docstrings.
2439         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2440         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2441         Fix typos in docstrings.
2443         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2444         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2445         (hi-lock-archaic-interface-message-used)
2446         (hi-lock-file-patterns-range): Fix typos in docstrings.
2448         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2449         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2451         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2452         Fix typo in docstring.
2454         * net/newsticker.el (newsticker--decode-iso8601-date)
2455         (newsticker--set-customvar, newsticker--buffer-insert-item)
2456         (newsticker--do-run-auto-mark-filter)
2457         (newsticker--parse-generic-feed): Doc fixes.
2458         (newsticker--retrieval-timer-list, newsticker-url-list)
2459         (newsticker-hide-immortal-items-in-echo-area)
2460         (newsticker-hide-obsolete-items-in-echo-area)
2461         (newsticker-new-item-face, newsticker--enclosure)
2462         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2463         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2464         (newsticker--parse-generic-feed, newsticker--cache-contains)
2465         (newsticker--stat-num-items, newsticker-download-enclosures):
2466         Fix typos in docstrings.
2468         * net/rcirc.el (rcirc-debug): Doc fix.
2469         (rcirc-fill-column, rcirc-receive-message-hooks)
2470         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2471         (rcirc-mode, rcirc-generate-new-buffer-name)
2472         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2473         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2474         Fix typos in docstrings.
2475         (rcirc-print): "?\ " -> "?\s".
2476         (rcirc-cmd-join): Improve argument/docstring consistency.
2478 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2480         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2481         before narrow-to-region.
2483 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2485         * simple.el (move-beginning-of-line): Scan properly for invis change.
2487         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2489 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2491         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2492         change bit only when id-format is 'integer.  Reported by Matt
2493         Hodges <M.P.Hodges@rl.ac.uk>.
2495 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2497         * hilit-chg.el (highlight-changes-initial-state)
2498         (highlight-changes-global-initial-state): Doc fixes.
2499         (highlight-changes-global-modes, global-highlight-changes):
2500         Fix typos in docstrings.
2502 2006-02-01  Kim F. Storm  <storm@cua.dk>
2504         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2505         transient-mark-mode in doc string.
2507 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2509         * replace.el (multi-occur): Doc fix.
2510         (multi-occur-in-matching-buffers): Rename from
2511         multi-occur-by-filename-regexp.  Prefix arg says match
2512         buffer names instead of file names.
2514 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2516         * bs.el: Allow non-default values of `bs-header-lines-length'.
2517         (bs--running-in-xemacs): Remove (not needed anymore).
2518         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2519         instead of `shrink-window', thus avoiding having to compute the
2520         height of the window.
2521         (bs--up): Wrap around even when there's no header.
2522         (bs--down): Use `forward-line' instead of `next-line'.
2524 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2526         * image-mode.el (image-toggle-display): Use file name if possible,
2527         instead of unnecessarily allocating a (possibly huge) lisp string.
2529 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2531         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2532         because the `assert' macro signals it at runtime.
2534         * emacs-lisp/cl.el (toplevel): Remove definition of
2535         `cl-assertion-failed' condition.
2537 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2539         * thumbs.el (thumbs-marked-list): Make buffer-local and
2540         permanent-local.
2541         (thumbs-insert-thumb): Make help-echo non-sticky.
2542         (thumbs-file-alist): Use eolp as check for (non)-image.
2544 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2546         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2547         (ediff-before-session-group-setup-hooks)
2548         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2549         Fix typos in docstrings.
2551         * window.el (bw-dir, bw-eqdir, balance-windows)
2552         (split-window-keep-point): Fix typos in docstrings.
2554         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2555         (org-quote-string, org-calendar-to-agenda-key)
2556         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2557         (org-show-following-heading, org-tags-column)
2558         (org-use-tag-inheritance, org, org-allow-space-in-links)
2559         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2560         (org-enable-table-editor, org-calc-default-modes)
2561         (org-table-allow-automatic-line-recalculation)
2562         (org-export-html-style, org-export-with-fixed-width)
2563         (org-export-with-sub-superscripts, org-special-keyword)
2564         (org-formula, org-time-grid, org-table-may-need-update)
2565         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2566         (org-goto-quit, org-get-indentation, org-end-of-item)
2567         (org-move-item-down, org-move-item-up)
2568         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2569         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2570         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2571         (org-agenda-log-mode, org-agenda-toggle-diary)
2572         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2573         (org-agenda-file-to-end, org-agenda-no-heading-message)
2574         (org-agenda-get-closed, org-format-agenda-item)
2575         (org-cmp-priority, org-cmp-category, org-cmp-time)
2576         (org-agenda-change-all-lines, org-agenda-diary-entry)
2577         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2578         (org-link-search, org-camel-to-words, org-open-file)
2579         (org-remember-handler, org-table-convert-region)
2580         (org-table-move-row-down, org-table-move-row-up)
2581         (org-table-copy-region, org-table-wrap-region)
2582         (org-table-toggle-vline-visibility)
2583         (org-table-get-vertical-vector, org-table-modify-formulas)
2584         (org-table-get-specials, org-recalc-commands)
2585         (org-table-rotate-recalc-marks, org-table-eval-formula)
2586         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2587         (org-level-color-stars-only, org-insert-heading):
2588         Fix typos in docstrings.
2589         (last-arg): Add defvar.
2591         * makefile.w32-in (WINS): Add erc.
2592         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2594 2006-01-29  Bill Wohler  <wohler@newt.com>
2596         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2597         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2598         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2599         (mh-autoloads): Don't use comments on otherwise empty lines.
2601 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2603         * emulation/viper.el (viper-major-mode-modifier-list): Add
2604         insert-state and vi-state entries for erc-mode.
2605         (viper-go-away, viper-set-hooks): Add and remove
2606         viper-comint-mode-hook from erc-mode-hook as appropriate.
2608         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2610 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2612         * bs.el (bs--format-aux): Implement `middle' alignment as
2613         described in the docstring for `bs-attributes-list'.
2614         (bs--get-name): Simplify.  Don't pad the buffer name.
2616 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2618         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2619         English aspell dictionary is installed, use the first entry of
2620         ispell-dictionary-alist-1.
2622 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2624         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2625         Doc fix.
2627 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2629         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2630         for `process-file', in order to let it work for older Emacsen too.
2632 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2634         * international/latexenc.el: Add a suitable `coding:' tag.
2635         (latexenc-find-file-coding-system): Undo last change.
2637 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2639         * international/latexenc.el (latexenc-find-file-coding-system):
2640         Make sure latexenc-main-file is a regular file and is readable.
2642 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
2644         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2645         Pass FILE to vc-user-login-name.
2647         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2649 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
2651         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2652         there are no more images to display.
2653         (thumbs-mark, thumbs-unmark): Revert change so that they move to
2654         the next image.
2656 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2658         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2660         * wid-edit.el (advertised-widget-backward): New alias.
2661         (widget-keymap): Use advertised-widget-backward for S-TAB.
2663         * tumme.el: Correct the keywords.
2664         (tumme-dir-max-size): Use defvar.
2665         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2667         * simple.el (move-beginning-of-line): Take account of fields.
2668         (clone-indirect-buffer-other-window): Take args like
2669         clone-indirect-buffer, and work like it.
2671         * help-fns.el (describe-function): Don't pass `nil' as default.
2673         * files.el (risky-local-variable-p): Follow var aliases.
2675         * subr.el (lazy-completion-table): Doc fix.
2677         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2678         global binding of `line'.
2680 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
2682         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2683         Tramp.
2685         * vc.el (vc-default-dired-state-info): Pass FILE to
2686         vc-user-login-name.
2687         (vc-default-update-changelog): Don't use vc-user-login-name, we
2688         don't need it here.
2690         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2691         no longer necessary.
2693 2006-01-25  Kenichi Handa  <handa@m17n.org>
2695         * international/mule.el (decode-char): Avoid the overhead of
2696         calling utf-lookup-subst-table-for-decode if
2697         utf-translate-cjk-mode is nil.
2698         (encode-char): Avoid the overhead of calling
2699         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2700         nil.
2702 2006-01-22  Kenichi Handa  <handa@m17n.org>
2704         * international/mule.el (make-subsidiary-coding-system): Reset
2705         `coding-system-define-form' property of subsidiaries to nil.
2706         Avoid duplicated entry in coding-system-alist.
2707         (make-coding-system): Avoid duplicated entry in
2708         coding-system-alist.
2709         (define-coding-system-alias): Likewise.
2711 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
2713         * completion.el: Minor fixes in introductory comment.
2714         (completion-def-wrapper): Fix alist.
2716 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
2718         * thumbs.el (thumbs-new-image-size): New function.
2719         (thumbs-increment-image-size-element)
2720         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2721         (thumbs-decrement-image-size): Delete.
2722         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
2723         temp files and use to resize.
2724         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2725         Use increment argument to enlarge/shrink.  Preserve point.
2726         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2727         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2728         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2729         (thumbs-mark, thumbs-unmark): Preserve point.
2730         (thumbs-modify-image): Keep old temp files and use to modify.
2731         Cleanup old temp files at load time.  Preserve point.
2732         (thumbs-view-image-mode-map): Use new command names.
2734 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2736         * log-view.el (log-view-minor-wrap): First rev is the one at point.
2738         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2739         the nastiest part of the cyclic dependency.
2740         (cal-menu-update): Use dotimes and calendar-increment-month.
2742         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2743         (calendar-week-start-day): Add an :initializer.
2744         (calendar-mode-map): Use suppress-keymap, and command remapping.
2745         (describe-calendar-mode): Setup xref-stack info for the back button.
2746         (calendar-star-date): Insert before delete.
2747         (calendar-set-mode-line): Add file-modified info if applicable.
2748         (calendar-increment-month): New function.
2750 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2752         * font-lock.el (lisp-font-lock-keywords-2):
2753         Recognize "& keywords" only at word boundaries.
2755 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
2757         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
2758         and permanent-local.
2759         (thumbs-max-image-number): New variable.
2760         (thumbs-do-thumbs-insertion): Use them.
2761         (thumbs-per-line): Change default to 4.
2762         (thumbs-marked-list): Rename from thumbs-markedL.
2763         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2764         (thumbs-rename-images): Use -list instead of L for internal variables.
2765         (thumbs-call-convert): Use call-process instead of shell-command.
2766         (thumbs-insert-thumb): Add filename as help-echo to each image.
2767         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2768         Give dir to thumbs-show-thumbs-list.
2769         (thumbs-show-thumbs-list): Set default-directory to that of images.
2770         (thumbs-dired-show): Rename from thumbs-dired-show-all.
2771         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2772         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2773         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2775 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         * ses.el (ses-read-cell): Provide a default value.
2779 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
2781         * term/w32-win.el (image-library-alist): Add additional names for
2782         GIF library.
2784 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2786         * international/latexenc.el (latexenc-find-file-coding-system):
2787         Add file-regular-p check.
2789 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * simple.el (clone-buffer): Don't show the new buffer in the same
2792         window.
2794 2006-01-23  Juri Linkov  <juri@jurta.org>
2796         * faces.el (link, link-visited): New faces based on default values
2797         of `info-xref' and `info-xref-visited'.
2799         * info.el (info-xref): Inherit from `link'.
2800         (info-xref-visited): Inherit from `link-visited'.
2802         * cus-edit.el (custom-buffer-create-internal): Use widget type
2803         `custom-manual' instead of `info-link' and don't set properties
2804         `button-face' and `mouse-face' explicitly.
2805         (custom-browse-group-tag, custom-browse-variable-tag)
2806         (custom-browse-face-tag): Inherit from widget class
2807         `custom-group-link' instead of `push-button'.
2808         (custom-button-unraised): Inherit from `underline' face.
2809         (custom-link): Inherit from `link' face.  Fix doc and group.
2810         (custom-add-parent-links, custom-group-value-create): Don't set
2811         properties `button-face' and `mouse-face' explicitly for
2812         `custom-group-link' widget.
2813         (custom-group-link): Add properties `button-face' and `mouse-face'
2814         to widget definition.
2815         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
2816         editable-field's :keymap property.
2817         (custom-mode): Fix docstring: substitute keybindings for
2818         `widget-forward' and `widget-backward' from `widget-keymap',
2819         `widget-complete' from `custom-field-keymap', replace old
2820         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
2822         * desktop.el (desktop-load-file): Check for `fboundp' before
2823         calling `symbol-function'.
2825         * simple.el (clone-buffer, clone-indirect-buffer)
2826         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2827         `read-string'.  Fix prompts.
2829         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2831 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
2833         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2835 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
2837         * startup.el (inhibit-splash-screen, initial-scratch-message):
2838         Doc fixes.
2840 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
2842         Sync with Tramp 2.0.52.
2844         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2845         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
2846         `tramp-unload-tramp' for checklist.
2848         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2849         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
2850         (tramp-unload-file-name-handler-alist)
2851         (tramp-unload-tramp): New defuns.
2852         (tramp-advice-PC-expand-many-files): New defadvice.
2853         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2854         removed.
2855         (tramp-handle-expand-file-name): Remove double slash.
2856         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2857         It doesn't matter, because it will be converted later on.
2858         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
2859         implementation was just heuristic.
2860         (tramp-post-connection): Set uid and gid properties.
2861         (tramp-convert-file-attributes): Set file's gid change bit.
2862         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2863         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2864         in case of su(do)? methods.  The home directory of the local user
2865         will be taken else.
2866         (tramp-open-connection-telnet)
2867         (tramp-open-connection-rsh, tramp-open-connection-su)
2868         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
2869         local shell prompt could hurt.  Reported by Romain Francoise
2870         <romain@orebokech.com>.
2871         (tramp-let-maybe): Add `edebug-form-spec' property.
2872         (tramp-handle-expand-file-name): Bind `default-directory' locally
2873         to "/" in order to avoid problems with UNC shares or Cygwin
2874         mounts.
2875         (tramp-md5-function): Fix typo in error message.
2877         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2879         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2880         for byte-compiler pacification.
2882 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
2884         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2885         ID-FORMAT `string'.  This allows us to get rid of
2886         `vc-user-login-name UID'.
2888         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2890 2006-01-22  John Paul Wallington  <jpw@pobox.com>
2892         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2894 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
2896         * emacs-lisp/find-func.el (find-definition-noselect)
2897         (find-variable-noselect): Search variables in C source code too.
2898         (find-function-C-source, find-function-noselect, find-function)
2899         (find-function-other-frame, find-variable-noselect, find-variable)
2900         (find-variable-other-frame, find-variable-at-point):
2901         Fix docstrings.
2903 2006-01-21  Francesco Potorti`  <pot@gnu.org>
2905         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2907 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
2909         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2910         Default to disabling the "Save affix" question.
2912 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
2914         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2915         the first arg to run-python.
2917 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
2919         * startup.el (command-line-1): Handle --no-desktop if desktop.el
2920         is not loaded.
2922 2006-01-20  Jay Belanger  <belanger@truman.edu>
2924         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2925         limit is 0.
2927         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2928         the correct variable.
2930 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
2932         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2933         link.  Fixed buggy argument sequence in call to `org-view-tags'.
2934         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2935         (org-prefix-has-tag): New variable.
2936         (org-format-agenda-item): Remove tags from headline if
2937         appropriate.
2938         (org-agenda-remove-tags-when-in-prefix): New option.
2939         (org-get-tags-at): New function.
2941 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
2943         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
2944         (thumbs-find-image): Move image name and number from buffer name
2945         to mode name.  Set thumbs-buffer.  Preserve point so that large
2946         images remain visible.
2947         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2948         order.
2949         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
2950         mode name.
2951         (thumbs-next-image, thumbs-previous-image): Make them work.
2953 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2955         * cus-edit.el (custom-buffer-create-internal): State in the text above
2956         the whole buffer buttons that they do not operate on hidden items.
2957         (custom-face-menu): Use `custom-face-save' instead of
2958         `custom-face-save-command'.
2959         (custom-face-save-command): Make it an alias for `custom-face-save'
2960         and declare it obsolete.
2961         (custom-face-save): Doc fix.
2963         * dired.el (dired-no-confirm): Add quote.
2964         (dired-subdir-alist-pre-R): Add quote in
2965         `make-variable-buffer-local' form and remove unbalanced parenthesis.
2967 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * textmodes/table.el (table-mode-indicator): Typo in last change.
2971 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2973         * outline.el (hide-leaves): Don't call outline-end-of-heading.
2974         Fixes bug reported in Nov 2005.
2976         * isearch.el (isearch-forward): Doc fix.
2978         * dired.el (dired-move-to-filename-regexp): Define as alias.
2979         (dired-no-confirm): Use defcustom.
2980         (dired-subdir-alist-pre-R): Put defvar at top level.
2982         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2984         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2985         Mark as risky.
2987         * simple.el (set-mark-command): Doc fix.
2988         (clone-indirect-buffer-other-window):
2989         Read arg like clone-indirect-buffer.
2990         (move-beginning-of-line): Skip invisible newlines.
2992 2006-01-19  Masatake YAMATO  <jet@gyve.org>
2994         * progmodes/cpp.el (cpp-edit-load): Make the order of
2995         listed conditions in a base C code buffer and its associate
2996         CPP Edit buffer the same.
2998 2006-01-19  Kenichi Handa  <handa@m17n.org>
3000         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3001         (rmail-mime-feature): Likewise.
3002         (rmail-require-mime-maybe): Use display-warning to show a warning
3003         message.
3005         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3006         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3008 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * array.el: Move defvars out of eval-when-compile.
3011         (array-make-template): Replace undeclared global var with a local one.
3012         (array-mode): Inline initialization functions.
3013         (array-init-local-variables, array-init-max-row)
3014         (array-init-max-column, array-init-columns-per-line)
3015         (array-init-field-width, array-init-rows-numbered)
3016         (array-init-line-length, array-init-lines-per-row): Remove.
3018         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3019         (doc-mode-map): Define explicitly.
3020         (doctor-txtype): Use mapc.
3022         * textmodes/table.el: Move defvars out of eval-when-compile.
3023         Remove harmful code meant to avoid byte-compiler warnings.
3024         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3025         specification that checks table-fixed-width-mode directly.
3026         (table-recognize-region, table-recognize-cell):
3027         Use restore-buffer-modified-p.
3028         (table-fixed-width-mode): Remove code that refreshes
3029         table-fixed-mode-indicator.
3030         (*table--cell-describe-bindings, *table--cell-describe-mode):
3031         Avoid obsolete name print-help-return-message.
3032         (table--test-cell-list): Don't use replace-regexp from elisp.
3033         (table--point-entered-cell-function, table--point-left-cell-function):
3034         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3036         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3037         that was after the end of file.  Use buffer-file-name variable.
3038         (org-timestamp-change): Use with-current-buffer.
3039         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3040         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3041         `file'.
3043         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3044         (fortran-break-line): Remove unused var `opoint'.
3045         (fortran-abbrev-start): Obey help-event-list.
3047 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3049         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3051 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3053         * progmodes/make-mode.el (makefile-imake-mode): New mode
3054         derived from makefile-mode.
3055         (makefile-imake-mode-syntax-table): New syntax table
3056         derived from makefile-mode-syntax-table.
3057         (makefile-mode): Write about makefile-imake-mode in doc string.
3058         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3059         (makefile-imake-font-lock-keywords): New font lock keywords.
3061         * files.el (auto-mode-alist): Add Imakefile.
3063 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3065         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3066         loading the file rather than when turning on flyspell-mode.
3068 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3070         * cus-edit.el (customize-rogue): Minor doc fix.
3072 2006-01-17  Juri Linkov  <juri@jurta.org>
3074         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3075         instead of the file at the mark as default if the file at the mark
3076         is the same as the file at point or if dired-dwim-target-directory
3077         is not the same as the current directory and the mark is not active.
3079         * log-view.el (log-view-minor-wrap): Use the same logic to get
3080         revisions as `log-view-diff'.
3082         * info.el (Info-revert-find-node): Check for Info-current-file
3083         before preserving new-history.
3085         * man.el (Man-heading-regexp): Add `/'.
3087         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3088         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3090 2006-01-16  Juri Linkov  <juri@jurta.org>
3092         * faces.el (mode-line-faces): New defgroup.
3093         (mode-line-highlight): Move definition after new defgroup.
3094         (mode-line, mode-line-inactive, mode-line-highlight):
3095         Replace :group `modeline' with `mode-line-faces'.
3096         (mode-line-buffer-id): New face.
3097         (modeline-buffer-id): New face alias.
3098         (vertical-border): Remove :group `modeline'.
3100         * bindings.el (propertized-buffer-identification): Use face
3101         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3102         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3103         (mode-line-buffer-identification-keymap): For mouse-1 replace
3104         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3105         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3106         mouse-3.
3108         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3109         Buffer-menu-buffer.  Doc fix.
3110         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3111         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3112         `Buffer-menu-buffer'.
3114         * info.el (Info-mode-line-node-keymap): New defvar.
3115         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3116         Propertize Info-current-node with `mode-line-buffer-id' and
3117         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3119         * time.el (display-time-mail-face): Replace :group `faces' with
3120         `mode-line-faces'.
3122 2006-01-16  Kenichi Handa  <handa@m17n.org>
3124         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3126         * language/european.el (cp1252): New alias for windows-1252.
3128         * international/mule.el (autoload-coding-system): Prepare for EOL
3129         variants.
3131 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3133         * term.el (term-raw-map): Add mapping for insert.
3134         (term-send-insert): New.
3135         (term-mode): Make variables local here instead of doing it in
3136         `term-emulate-terminal'.
3137         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3138         Scroll reverse needs to take into account the scroll region.
3139         Saving and restoring the cursor should save the color attributes too.
3140         (term-reset-terminal): Reset the scroll region.
3141         (term-handle-ansi-escape): Cursor up and down should take into
3142         account the scroll region.
3143         (term-set-scroll-region): Rename from `term-scroll-region'.
3144         Move to 0,0 after setting the region.
3145         (term-handle-scroll): Handle scroll up.
3146         (term-down): Fix off by one error.
3147         (term-delete-lines): Do not delete outside the scroll region.
3148         (term-insert-lines): Take into account the scroll region.
3150 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * textmodes/ispell.el (ispell-internal-change-dictionary)
3153         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3154         (start, end): Move declaration outside of eval-when-compile.
3156         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3157         (flyspell-mode-on): Use it.
3159         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3160         ispell-kill-ispell-hook.
3162 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3164         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3165         (Custom-reset-saved): Do not ask for confirmation in single option
3166         buffers.
3168 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3170         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3172 2006-01-13  Romain Francoise  <romain@orebokech.com>
3174         * add-log.el (add-change-log-entry, change-log-merge):
3175         Conditionally use `hard-newline'.
3177 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3179         * wid-edit.el (widget-field-end): If the overlay is no longer
3180         associated with a buffer, behave as if the overlay didn't exist.
3182         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3183         Make sure the links use the `custom-link' face.
3185 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3187         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3188         (ld-script-mode): Don't set indent-line-function since we don't
3189         have one.
3191 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3193         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3194         application.
3195         (org-file-apps-defaults-gnu): Use mailcap as the default for
3196         selecting an application on a UNIX system.
3197         (org-agenda-show-tags): New command.
3198         (org-table-insert-hline): Keep cursor in current table line.
3199         (org-table-convert): Offset effect of modifying
3200         `org-table-insert-hline'.
3201         (org-format-agenda-item): New optional argument TAG.
3202         (org-compile-prefix-format): Handle %T format for the tag.
3203         (org-expand-wide-chars): New function.
3204         (org-table-insert-row, org-table-insert-hline):
3205         Use `org-expand-wide-chars'.
3206         (org-open-file): Fix bug in program launch.
3207         (org-get-time-of-day): Fix bug with times before 1am.
3208         (org-agenda-menu): Add tags commands.
3210 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3212         * textmodes/ispell.el (ispell-init-process): Include the used
3213         dictionary in ispell process start message.
3214         (ispell-internal-change-dictionary): When flyspell-mode is active
3215         and dictionary is changed, make sure ispell process is restarted
3216         and flyspell word cache cleared out for the current buffer.
3217         (ispell-change-dictionary): Make sure flyspell word cache is
3218         cleared out in all buffers with active flyspell mode when
3219         dictionary is globally changed.
3220         Call ispell-internal-change-dictionary after dictionary change.
3222 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3224         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3226         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3227         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3228         years.  Fix small differences wrt Makefile.in.
3229         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3230         Makefile.in does.
3232 2006-01-12  Bill Wohler  <wohler@newt.com>
3234         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3235         mh-search.el.
3237 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3239         * progmodes/ld-script.el: Update copyright year.
3241 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3243         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3244         Don't add widget if setting undefined.
3246 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3248         * help-fns.el (describe-variable): Remove newlines from void
3249         variable output.
3251 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3253         * wdired.el (wdired-mode-map): Add help echo for
3254         wdired-abort-changes.
3256         * man.el (Man-file-name-regexp): Adjust for a list of files.
3258 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3260         * progmodes/ld-script.el (auto-mode-alist): Support
3261         suffix conventions used in netbsd and eCos.
3263 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3265         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3266         (custom-variable-menu, custom-face-menu, custom-group-menu)
3267         (Custom-mode-menu): Change names of menu items.  (As discussed on
3268         emacs-devel.)
3269         (custom-face-menu): Add "Undo Edits" item.
3271         * startup.el (init-file-user): defcustom -> defvar.
3273         * tooltip.el (tooltip-mode): Doc fix.
3275 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * reveal.el (reveal-post-command): window-buffer signals an error on
3278         dead windows rather than returning nil.
3279         (reveal-open-new-overlays): An overlay might die while we open others.
3281 2006-01-11  Bill Wohler  <wohler@newt.com>
3283         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3284         phrasing in docstring.
3286         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3287         can give some systems gas.  Add new file mh-buffers.el.
3289 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3291         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3292         C preprocessor forward ported from GNU Emacs 21.2.
3294         * progmodes/asm-mode.el (asm-font-lock-keywords):
3295         Use `cpp-font-lock-keywords'.
3297         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3299         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3300         of $ for "\\.ld[s]?".
3302 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3304         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3305         (tcl-indent-line): Return `noindent' if inside a string.
3307         * progmodes/flymake.el (flymake-split-string): Remove more than one
3308         empty string at beg/end of the result.
3309         (flymake-find-buildfile, flymake-find-possible-master-files):
3310         Use expand-file-name.
3311         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3312         since expand-file-name does it for us.  Use directory-file-name.
3313         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3314         (flymake-ler-get-type, flymake-ler-get-text)
3315         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3316         (flymake-current-line-no): Remove spurious interactive spec.
3317         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3318         (flymake-check-include): Remove arg inc-path merged into inc-name.
3319         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3320         Arg regexp-list replaced by a simple regexp.
3321         (flymake-master-make-header-init, flymake-master-tex-init):
3322         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3324 2006-01-10  Simon Josefsson  <jas@extundo.com>
3326         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3327         describing AUTH PLAIN fix.
3329 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3331         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3332         (report-emacs-bug): Don't record initial prompt text.
3333         Instead, add text properties to prompting text.
3334         (report-emacs-bug-hook): Delete prompting text.
3336 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3339         `dirs'.  Adjust callers.
3341 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3343         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3345 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * reveal.el (reveal-open-new-overlays): New extracted fun.
3348         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3349         using them.  Simplify the code.
3350         (reveal-post-command): Use them.  Fix up obsolete windows in
3351         reveal-open-spots.
3353         * progmodes/flymake.el: Use `require' rather than autoload for
3354         XEmacs's overlays.
3355         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3356         Delete.  Use file-relative-name instead.
3357         (flymake-get-syntax-check-program-args, flymake-perl-init):
3358         Simplify the resulting code.
3360         * log-view.el (log-view-file-re, log-view-message-re): Add support
3361         for DaRCS output.
3363 2006-01-09  Alex Schroeder  <alex@gnu.org>
3365         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3366         identifiers sometimes added in square brackets at the beginning of
3367         subject lines.
3369 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3371         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3372         (Custom-reset-current, Custom-reset-saved): Change question text.
3373         (Custom-reset-standard): Likewise.
3374         (custom-variable-reset-saved): Doc fix.
3376 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3378         * startup.el (init-file-user): Doc fix.
3380 2006-01-07  Alex Schroeder  <alex@gnu.org>
3382         * mail/rmail.el (rmail-current-subject): New function.
3383         (rmail-current-subject-regexp): New function.
3384         (rmail-next-same-subject): Use it.
3386         * mail/rmailsum.el (rmail-summary-by-topic):
3387         Use rmail-current-subject and rmail-current-subject-regexp.
3388         (rmail-summary-next-same-subject): Ditto.
3390         * net/rcirc.el (rcirc-send-input): No longer check whether the
3391         process is open, since not all commands need an open process.
3392         (rcirc-send-string): Check whether the process is open before
3393         sending anything.
3394         (rcirc-ignore-list): New option.
3395         (rcirc-ignore-list-automatic): New variable.
3396         (rcirc-print): Take rcirc-ignore-list into account.
3397         (rcirc-cmd-ignore): New command.
3398         (rcirc-ignore-update-automatic): New function.
3399         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3400         list if ignored nicks.
3401         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3403 2006-01-06  David Reitter  <david.reitter@gmail.com>
3405         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3406         reflect the address to which the report will be sent.
3408 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3410         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3411         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3413 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3415         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3417         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3418         the doc string: "functoin" => "function".
3419         * ldefs-boot.el: Likewise.
3421         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3422         message text: "Duplicat" => "Duplicate".
3424 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3426         * files.el (basic-save-buffer-2): If backing-up failed, reset
3427         buffer-backed-up to nil.
3429 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3431         * progmodes/gud.el (gdb-script-skip-to-head)
3432         (gdb-script-calculate-indentation): Indent for breakpoint command
3433         lists also.
3435 2006-01-05  Bill Wohler  <wohler@newt.com>
3437         * Makefile.in (compile-always): Add mh-autoloads dependency.
3438         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3439         provides it.
3440         (updates): Remove mh-autoloads dependency, since it probably has
3441         already run recently (via recompile).
3443 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3445         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3446         argument `force' to disable the flyspell-last-buffer optimization.
3447         (flyspell-mode-on): Use it.
3449         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3450         flymake-simple-cleanup.
3451         (flymake-allowed-file-name-masks): Use this new default.
3452         All the functions are now called in the right buffer rather than
3453         passing the buffer as argument.
3454         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3455         (flymake-parse-err-lines): Remove redundant buffer arg.
3456         (flymake-get-program-dir): Comment out unused function.
3457         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3458         Remove redundant buffer argument.
3459         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3460         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3462 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3464         * info.el (Info-find-node): Don't record previous node if have none.
3465         (info): Go to directory only if history is empty.
3467         * simple.el (mark): Doc fix.
3469 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3471         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3472         already of desired type.
3473         (mac-ae-list): Coerce parameter to "list" type.
3474         (mac-dispatch-apple-event): Replace cadr part of event with a
3475         dummy position so that event-start returns it.
3477 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3479         * textmodes/org.el (org-end-of-subtree): New function.
3480         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3481         Use `org-end-of-subtree'.
3482         (org-agenda, org-agenda-convert-date): Protect calls to
3483         `fit-window-to-buffer'.
3484         (org-tags-view): Force matching of sublevels when doing a
3485         todo-only search.  Define the correct redo command, including the
3486         arguments.
3487         (org-agenda-redo): Display message.
3488         (org-check-for-org-mode): New function.
3489         (org-agenda-type): New variable.
3490         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3491         Set `org-agenda-type'.
3492         (org-agenda-check-type): New function.
3493         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3494         (org-agenda-week-view, org-agenda-day-view)
3495         (org-agenda-next-date-line, org-agenda-previous-date-line)
3496         (org-agenda-log-mode, org-agenda-toggle-diary)
3497         (org-agenda-toggle-time-grid, org-agenda-date-later)
3498         (org-agenda-date-prompt, org-agenda-diary-entry)
3499         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3500         (org-agenda-convert-date, org-agenda-menu):
3501         Use `org-agenda-check-type'.
3502         (org-make-overlay, org-delete-overlay)
3503         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3504         New compatibility functions.
3505         (org-calendar-select-mouse): New command.
3507 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3509         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3510         (Custom-reset-standard): Fix y-or-n-p messages.
3511         (custom-link): New face for links.
3512         (custom-buffer-create-internal, custom-manual): Use it.
3513         (custom-face-save): Push to theme-face before setting face spec.
3515         * wid-edit.el (widget-default-mouse-face-get): New function.
3516         (widget-specify-button): Handle mouse-face like button-face.
3518         * custom.el (load-theme): Clear old theme settings if reloading.
3520 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3522         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3523         "Erase Customization" button back to same position it occupies in
3524         the individual State menus.
3526 2006-01-04  Kim F. Storm  <storm@cua.dk>
3528         * wid-edit.el (key-sequence): Rework widget to read key binding
3529         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3530         (widget-key-sequence-default-value): Default value for empty sequence.
3531         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3532         (widget-key-sequence-read-event): New command for C-q.
3533         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3534         (widget-key-sequence-value-to-external): New functions.
3536 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3539         Use expand-file-name.
3540         (flymake-delete-temp-directory): Use expand-file-name,
3541         file-name-directory, and directory-file-name.
3542         (flymake-strrchr): Delete.
3543         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3544         to the init-f function.
3545         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3546         (flymake-init-find-buildfile-dir)
3547         (flymake-init-create-temp-source-and-master-buffer-copy)
3548         (flymake-simple-make-init-impl, flymake-simple-make-init)
3549         (flymake-master-make-init, flymake-master-make-header-init)
3550         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3551         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3552         (flymake-xml-init): Remove corresponding redundant buffer argument.
3553         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3554         the default anyway.  Clean up regexps.
3556         * progmodes/flymake.el (flymake-temp-source-file-name)
3557         (flymake-master-file-name, flymake-temp-master-file-name)
3558         (flymake-base-dir): New buffer-local vars.
3559         (flymake-buffer-data, flymake-get-buffer-value)
3560         (flymake-set-buffer-value): Replace those hash-tables by the new
3561         buffer-local vars.  Update callers.
3563         * progmodes/flymake.el (flymake-check-start-time)
3564         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3565         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3566         Move definition, so we can remove redundant earlier declaration.
3567         (flymake-replace-regexp-in-string, flymake-split-string)
3568         (flymake-get-temp-dir): Use defalias.
3569         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3570         (flymake-xemacs-window-edges): Remove unused function.
3571         (flymake-get-point-pixel-pos): Move.
3572         (flymake-pid-to-names, flymake-reg-names)
3573         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3574         Replace by a simple list flymake-processes and by process-buffer.
3575         Update callers.  Other than simplify the code, it uses buffers rather
3576         than buffer-names so it doesn't get confused by uniquify.
3577         (flymake-buffer-data): The global value should just be nil.
3579         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3580         Optimize the body of a defalias like any other code.
3582         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3583         Make sure we've setup font-lock's vars.  It may influence which
3584         function we then call.
3585         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3586         here since it's too late anyway.
3588 2006-01-03  Romain Francoise  <romain@orebokech.com>
3590         * startup.el (fancy-splash-tail, normal-splash-screen):
3591         Update copyright year.
3593 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3595         * mouse.el (mouse-drag-track): Rename, from
3596         `mouse-drag-region-1'.  Includes optional argument required to
3597         enable post-drag event processing (e.g. delete region keys).
3598         Can be used without this argument to track a mouse region and operate
3599         on it as soon as the drag completes.
3600         (mouse-drag-region): Use `mouse-drag-track'.
3602 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3604         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3605         Move to `custom-buffer' group.
3607         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3608         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3609         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3610         (custom-theme-face-menu): New variables.
3611         (custom-theme-add-variable, custom-theme-variable-action)
3612         (custom-variable-reset-theme, custom-theme-delete-variable)
3613         (custom-face-reset-theme, custom-theme-face-action)
3614         (custom-theme-delete-face, custom-theme-merge-theme)
3615         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3617 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3619         * custom.el: Move Custom Themes commentary to start of theme code.
3620         (custom-known-themes): Rename `standard' theme to `changed'.
3621         (custom-push-theme): Caller no longer specifies what theme to use
3622         when doing `reset'---the setting is simply removed from the theme.
3623         Delete MODE from `theme-value' and `theme-settings' properties.
3624         (custom-declare-theme): Ignore &rest args since we don't use them.
3626         (custom-loaded-themes): Delete variable.
3627         (custom-theme-load-themes, custom-theme-loaded-p)
3628         (custom-theme-value): Delete functions.
3630         (custom-declare-theme): Signal error on invalid theme names.
3631         (provide-theme): custom-loaded-themes was deleted.
3632         (load-theme): Load the file unconditionally.
3633         (enable-theme): Call `load-theme' if theme is undefined.
3634         (custom-enabled-themes): Only update value for successful loads.
3635         (disable-theme): Complete from enabled themes when interactive.
3636         (custom-variable-theme-value): Calculate theme value directly.
3638         (custom-theme-reset-variables, custom-reset-variables): Mark as
3639         XEmacs compatibility functions.  We don't actually use these.
3641         * cus-edit.el (custom-variable-state-set):
3642         Use custom-variable-theme-value instead of custom-theme-value.
3643         (custom-face-state-set): Rename `standard' theme to `changed'.
3644         (custom-save-variables, custom-save-faces): Delete unneeded
3645         references to custom-reset-variables.
3646         (custom-save-resets): Delete function.
3647         (custom-save-variables, custom-save-faces): MODE argument deleted.
3648         (custom-save-variables, custom-save-faces): Ignore theme values.
3650         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3651         compatibility function.
3653 2006-01-01  Richard M. Stallman  <rms@gnu.org>
3655         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3656         (Custom-reset-current, Custom-reset-saved): Likewise.
3657         (Custom-reset-standard): Show message if aborted.
3658         (custom-mode): Doc fix, describing those commands.
3660         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3661         put on event-kind property.
3663 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
3665         * custom.el (provide-theme): Ban `user' theme name.
3666         (custom-enabling-themes): New variable.
3667         (enable-theme): Don't enable user if custom-enabling-themes is t.
3668         (custom-enabled-themes): Make it a defcustom.
3669         (custom-theme-recalc-face): No-op if face is undefined.
3671         * cus-edit.el (custom-button-mouse): New variable.
3672         (custom-button-mouse): New face.
3673         (custom-raised-buttons, custom-mode): Use it.
3675         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3677 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3679         * progmodes/gud.el (gud-display-line): Support hl-line in the
3680         source buffer.
3682 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3684         * mouse.el (mouse-drag-window-above): Verify that the found window
3685         overlaps with the given window in the horizontal dimension.
3687 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3689         * Makefile.in (cvs-update): New target.
3691         * makefile.w32-in (cvs-update): Ditto.
3693 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
3695         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3696         (custom-new-theme-mode-map): New variable.
3698 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3700         * custom.el (custom-load-themes): Function deleted.
3702         * cus-edit.el (custom-save-loaded-themes): Function deleted.
3703         (custom-save-variables): Don't delete or add custom-load-themes call.
3705 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * cus-start.el: Add `visible-cursor'.
3709         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3710         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3711         (flymake-process-filter): Switch to buffer before calling it instead.
3712         (flymake-post-syntax-check, flymake-highlight-err-lines)
3713         (flymake-delete-own-overlays, flymake-parse-err-lines)
3714         (flymake-start-syntax-check, flymake-start-syntax-check-process)
3715         (flymake-count-lines, flymake-parse-residual):
3716         Remove constant buffer argument.
3717         (flymake-start-syntax-check-for-current-buffer): Remove.
3718         Update callers to use flymake-start-syntax-check instead.
3719         (flymake-display-err-menu-for-current-line):
3720         Remove unused var `mouse-pos'.
3721         (flymake-restore-formatting): Comment out unused function.
3722         (flymake-report-status, flymake-report-fatal-status): Remove buffer
3723         argument, use current-buffer instead.  Update callers.
3725 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3727         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3728         buffer-local because choose-completion-delete-max-match requires
3729         that we set completion-ignore-case (i.e., binding via let is not
3730         sufficient).
3731         (bibtex-complete): Always set completion-ignore-case and
3732         choose-completion-string-functions.  The latter is needed because
3733         choose-completion-string-functions keeps its value if we quit the
3734         *Completions* buffer without requesting a completion.
3736 2005-12-30  Andreas Schwab  <schwab@suse.de>
3738         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3740 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
3742         * jit-lock.el (jit-lock-chunk-size): Doc fix.
3744 2005-12-30  Juri Linkov  <juri@jurta.org>
3746         * locate.el (locate-fcodes-file, locate-header-face)
3747         * progmodes/delphi.el (delphi-other-face)
3748         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3750         * paren.el (show-paren-match, show-paren-mismatch): Use existing
3751         group `paren-showing-faces'.
3753         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3754         (goto-address): Fix docstring.
3756         * net/webjump.el (webjump-sample-sites): Update URLs.
3758         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3760         * subr.el (cancel-change-group): Add listp around pending-undo-list.
3762 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3764         * font-lock.el (font-lock-compile-keywords): Signal an error when
3765         font-lock-set-defaults hasn't been called.
3767 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3769         * subr.el (noreturn, 1value): Doc fixes.
3771 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3773         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3774         that assoc-string returns nil.
3776 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3778         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3779         (bibtex-entry-type-str, bibtex-empty-field-re)
3780         (bibtex-search-backward-string, bibtex-preamble-prefix)
3781         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3782         (bibtex-any-valid-entry-type): New variable.
3783         (bibtex-parse-field-name): Simplify.
3784         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3785         (bibtex-preamble-prefix): Include left delimiter.
3786         (bibtex-search-forward-field, bibtex-search-backward-field):
3787         Allow unbounded search past entry boundaries (required by bibtex-pop).
3788         (bibtex-text-in-field-bounds): Use push.
3789         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3790         (bibtex-parse-preamble, bibtex-valid-entry)
3791         (bibtex-beginning-first-field): New functions.
3792         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
3793         (bibtex-map-entries): Fix docstring.
3794         (bibtex-flash-head): New arg prompt.  Simplify.
3795         (bibtex-enclosing-field): Include code of bibtex-inside-field.
3796         (bibtex-insert-kill): Simplify.  Always insert text past the
3797         current field or entry.
3798         (bibtex-format-entry): Use bibtex-parse-field.
3799         (bibtex-pop): Use bibtex-beginning-of-entry and
3800         bibtex-end-of-entry to initiate the search.  Insert empty field if
3801         we found ourselves.
3802         (bibtex-print-help-message): New args field and comma.
3803         Handle entry keys.
3804         (bibtex-make-field): Use bibtex-beginning-of-entry.
3805         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
3806         invalid entry.
3807         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3808         Handle preambles.  Simplify code for thorough test.
3809         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3810         New arg comma.  Handle entry heads.
3811         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3812         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3813         New arg comma.
3814         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3815         (bibtex-fill-field): Simplify.
3816         (bibtex-fill-entry): Use bibtex-beginning-first-field and
3817         bibtex-parse-field.
3818         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3819         (bibtex-complete): Use bibtex-parse-preamble.
3821 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
3823         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3824         Display name of expression instead of convenience variable.
3825         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3827         * progmodes/gud.el (gud-tooltip-dereference): Rename from
3828         toggle-gud-tooltip-dereference.
3829         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3830         (gud-tooltip-tips): ...here when dereferencing.
3832 2005-12-28  Bill Wohler  <wohler@newt.com>
3834         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3836 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3838         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3839         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
3840         (vc-annotate-display-autoscale): Adjust call.
3841         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
3842         Fix interactive spec.
3843         (vc-annotate-time-span): Remove.
3844         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3845         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3846         (vc-annotate-display-select): Use new name.
3848         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3849         (vc-annotate-mode-menu): Remove left-over redundant declaration.
3850         Correct the construction of span entries.  Simplify.
3851         (vc-annotate-display-select): Fix the nil case.
3852         (vc-annotate): Remove obsolete (and now broken) code.
3853         (vc-annotate-extract-revision-at-line): Remove obsolete code.
3854         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
3856 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
3858         * subr.el (lazy-completion-table): Correct typo in docstring.
3860         * startup.el (command-line): Use `custom-reevaluate-setting' for
3861         `send-mail-function'.
3863         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3865 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
3867         * mail/smtpmail.el (smtpmail-try-auth-methods):
3868         Send credentials together with "AUTH PLAIN" command.
3870 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3872         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3873         mouse-2, go back to previously selected window, so it's selected
3874         when mouse-2 command runs.
3876 2005-12-27  Juri Linkov  <juri@jurta.org>
3878         * descr-text.el (describe-text-sexp): Use square brackets for
3879         button [Show] to distinguish it from the property value `show'.
3880         (describe-property-list): Use `insert-text-button' with
3881         `help-face' type instead of putting face in quotes, because button
3882         is not created automatically for a list of faces.
3883         (describe-text-properties-1): Put button-type value in quotes to
3884         distinguish from plain text "button".
3885         (describe-char): Display code point values in hex.  Don't use
3886         `symbol-name' for `current-input-method' because it is a string.
3887         Use `insert-text-button' with `help-face' type instead of putting
3888         hardcoded face in quotes, because button is not created automatically.
3890 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3892         * progmodes/glasses.el (glasses-face): More specific custom type.
3894         * files.el (set-visited-file-name): Doc fix.
3896         * textmodes/flyspell.el (flyspell-external-point-words):
3897         Use local var buffer-scan-pos to advance scan for next misspelling.
3898         Advance it only after we find the misspelling.
3900 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
3902         * textmodes/flyspell.el (flyspell-external-point-words):
3903         New criteria for finding the misspelling in the buffer.
3905 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
3907         * help-mode.el (help-insert-string): Set help-xref-stack-item
3908         rather than call help-setup-xref.
3910         * descr-text.el (describe-char): Revert previous changes for
3911         optional buffer argument.
3913 2005-12-27  Juri Linkov  <juri@jurta.org>
3915         * help-mode.el (help-insert-string): New function.  Save buffer
3916         contents in cases where it is impossible to recompute the old contents.
3918         * descr-text.el (describe-char): Set help-xref-stack-item
3919         explicitly after buffer has been generated.
3921 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3923         * cus-start.el (all): Add x-gtk-show-hidden-files.
3925 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3927         * replace.el (perform-replace): Calculate match-again
3928         before skipping read-only matches.
3930         * paren.el (paren-showing-faces): New group.
3931         (show-paren-match, show-paren-mismatch): Move to that group.
3933         * button.el (button): Put into group `basic-faces'.
3935         * progmodes/make-mode.el: Remove faces from group `faces'.
3937         * apropos.el (apropos, apropos-value): Doc fix.
3938         (apropos-documentation): Doc fix.
3940 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3942         * subr.el (lazy-completion-table): Remove argument `args'.
3944         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3945         Don't use the `args' argument of lazy-completion-table.
3947 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
3949         * descr-text.el (describe-char): Add optional argument for buffer.
3950         Set buffer appropriately.  Call help-setup-xref.
3951         Suggested by Stefan Monnier.
3953 2005-12-26  Juri Linkov  <juri@jurta.org>
3955         * descr-text.el: Require `help-fns' at runtime.  Don't require
3956         `button' for byte compilation.
3957         (describe-text-widget): Add `help-echo' for first button.
3958         Use `help-info' for second.
3959         (describe-property-list): Use `help-argument-name' instead of `italic'.
3960         (describe-text-category): Add prompt to interactive spec.
3961         Call `help-setup-xref'.
3962         (describe-char): Use `help-character-set'.  Add `help-echo' for
3963         code point.  Use `help-input-method'.  Remove superfluous insert.
3965 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3967         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3968         at point, in case of narrowing.
3970         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3972         * locate.el (locate-header-face): Allow nil in type.
3974         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3976 2005-12-25  Romain Francoise  <romain@orebokech.com>
3978         * battery.el (battery-linux-proc-acpi): Also try
3979         `/proc/acpi/thermal_zone/THM0/temperature'.
3981 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
3983         * custom.el (custom-push-theme): Fix docstring.
3985         * cus-edit.el (custom-variable-set, custom-variable-save)
3986         (custom-variable-save): Custom-quote widget values.
3987         (customize-save-variable): Fix custom-push-theme call.
3989 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
3991         * w32-fns.el (w32-batch-update-autoloads): New function.
3993         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3994         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3995         from the command line.
3997 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3999         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4000         reset means to remove setting from theme entirely.  Don't keep
4001         expanding theme-settings list; delete old entries if necessary.
4003         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4004         customization" button one line up.
4005         (custom-themed): New face.
4006         (custom-magic-alist): New value, THEMED, for theme settings.
4007         (custom-variable-state-set, custom-face-state-set):
4008         Check theme-value instead of saved-value.
4009         (custom-variable-reset-standard, custom-face-reset-standard):
4010         Remove theme setting entirely.  Recalculate new values.
4011         (custom-variable-set, custom-variable-set)
4012         (custom-variable-reset-saved, custom-variable-reset-backup)
4013         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4014         (custom-variable-save): Fix typos.
4016 2005-12-23  Juri Linkov  <juri@jurta.org>
4018         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4019         Add autoload cookies.
4020         (edebug-outside-d-c-i-n-s-w): New variable.
4021         (edebug-display, edebug-outside-excursion): Use it to save the
4022         original value of default-cursor-in-non-selected-windows.
4023         Set default-cursor-in-non-selected-windows to t while Edebug
4024         is active.
4025         (edebug-mode, edebug-eval-mode): Doc fix.
4027         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4028         with `buffer-substring-no-properties' to remove common substring
4029         highlighting.
4031         * info.el (info-other-window, info): Rename function argument
4032         `file' to `file-or-node'.
4033         (Info-complete-menu-item): Use local variable `complete-nodes' to
4034         keep the global value of `Info-complete-nodes' unchanged for
4035         subsequent completions.
4036         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4038         * simple.el (get-next-valid-buffer, last-buffer)
4039         (next-error-buffer-p, next-error-find-buffer)
4040         (minibuffer-history-sexp-flag): Doc fix.
4042         * savehist.el (savehist-mode-hook): Add `:group'.
4044         * log-view.el: Call autoload for vc-find-version.
4045         (log-view-current-file): Adjust subgroup numbers.
4046         (log-view-current-tag): Add `length'.
4048 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4050         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4052 2005-12-23  Juri Linkov  <juri@jurta.org>
4054         * hi-lock.el (hi-lock-archaic-interface-message-used)
4055         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4056         (hi-lock-mode): Display "Hi" in the mode line only when
4057         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4058         (hi-lock-write-interactive-patterns):
4059         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4060         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4061         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4062         font-lock-add-keywords to t.
4064 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4066         * hi-lock.el (hi-lock-highlight-range): New variable.
4067         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4068         only if font-lock-fontified is non-nil.  Remove overlays.
4069         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4070         font-lock-fontified is non-nil, otherwise use overlays (instead of
4071         text properties).
4072         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4073         New variables.
4074         (hi-lock-string-serialize) New function.
4076 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4078         * menu-bar.el (menu-find-file-existing): New function.
4079         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4081         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4083 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * vc.el: Remove unnecessary leading * in docstrings.
4086         (vc-annotate-mode-map): Move initialization into declaration.
4087         (vc-static-header-alist): Nitpick on the regexp.
4088         (vc-default-init-version): New fun.
4089         (vc-register): Use it.
4090         (vc-insert-headers): Use dolist.
4091         (vc-annotate-get-backend): Remove unused function.
4092         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4093         (vc-annotate-mode): Remove corresponding call.
4094         (vc-annotate-car-last-cons): Simplify.
4095         (vc-annotate-buffers): Remove var.
4096         (vc-annotate-backend): Make it buffer-local.
4097         (vc-annotate): Move the interaction to the interactive spec.
4098         Add a `buf' argument.
4099         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4100         killing&creating a vc-annotate buffer, which is very disruptive when
4101         the buffers are shown in dedicated frames.
4103 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4105         * descr-text.el: Add FSF as maintainer.
4106         (describe-text-mode, describe-text-mode-map)
4107         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4108         help-mode.
4109         (describe-text-widget, describe-text-sexp)
4110         (describe-property-list, describe-text-category)
4111         (describe-text-properties, describe-text-properties-1)
4112         (describe-char): Use help buttons instead of widgets.
4113         (describe-char-unicodedata-file): Make URL link in doc string.
4115 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4117         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4118         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4119         Don't include buttons that write a file when there's no file.
4120         (custom-variable-menu, custom-face-menu, custom-group-menu):
4121         Don't include commands that write a file when there's no file.
4122         (customize-browse): Reword the top-of-buffer help intro.
4123         (custom-buffer-create-internal): Fix previous change.
4124         (customize-changed-options-previous-release): Prev release is 21.1.
4125         (customize-changed-options): Doc fix.
4126         (customize-changed): New alias.
4127         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4128         Say "standard values".
4129         (Custom-reset-standard): Doc fix.
4130         (custom-face-reset-standard): Doc fix.
4132 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4135         even if font-lock-mode is non-nil since it may be t without having
4136         turned on font-lock-mode-internal.
4137         (font-lock-choose-keywords): Minor optimization.
4138         (font-lock-add-keywords, font-lock-remove-keywords)
4139         (font-lock-set-defaults): Don't call make-local-variable on a variable
4140         that we know to already be local.
4142 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4144         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4145         messages if in the minibuffer.
4147 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4149         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4150         (tex-mode-flyspell-verify, flyspell-get-word)
4151         (flyspell-external-point-words): Don't use point-min/max uselessly.
4153         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4154         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4155         don't need to show it.
4157 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4159         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4161 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4164         delete-windows-on with an inexistent buffer.
4166 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4168         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4169         Delete defcustom variable :tag names.
4171 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4174         (log-view-font-lock-keywords): Ajust subgroup numbers.
4175         (log-view-current-tag): Don't hard code the number of subgroups.
4177 2005-12-20  Juri Linkov  <juri@jurta.org>
4179         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4180         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4182         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4183         (menu-bar-non-minibuffer-window-p): Instead of checking
4184         display-multi-frame-p, use selected-frame when menu-updating-frame
4185         is nil.
4187 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
4189         * align.el (align-rules-list): Use [ \t] instead of \s-
4190         for column separators in text mode.
4192 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4194         * help-mode.el (help-customize-variable, help-customize-face):
4195         Don't pop help-xref-stack as help-follow no longer pushes
4196         anything on to it.
4198 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4200         * textmodes/org.el (org-agenda-custom-commands): New option.
4201         (org-agenda): Offer custom commands on splash screen.
4202         (org-make-tags-matcher): Parser for Boolean logic added.
4203         (org-agenda-set-tags): New command.
4204         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4205         (org-set-tags): Efficiency improvements.
4206         (org-auto-align-tags): New option.
4207         (org-todo, org-demote, org-promote): Realign tags.
4208         (org-tags-completion-function): Use also "&" and "|" as separators.
4209         (org-org-menu): Agenda commands simplified.
4211 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4213         * cus-edit.el (customize-apropos, customize-apropos-options):
4214         Docstring changes.
4216         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4218 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4220         * longlines.el (longlines-mode): Wrap while widened.
4221         (longlines-decode-region, longlines-encode-region): Compute max
4222         just once.
4224 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4226         * cus-edit.el (mac): New group.
4228         * cus-start.el (all): Add user options in macterm.c.  Add test for
4229         Mac-related built-ins.  Fix test for GTK-related built-ins.
4231         * term/mac-win.el (mac-handle-language-change)
4232         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4233         (mac-services-open-selection, mac-services-mail-selection)
4234         (mac-services-mail-to, mac-services-insert-text)
4235         (mac-dispatch-apple-event): Add docstrings.
4236         (x-get-selection, mac-select-convert-to-string): Select coding
4237         system from `utf-16be' and `utf-16le' using `byteorder'.
4239 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4242         a "list" (lambda ...) rather than a real completion list.
4244         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4245         lexical-let when encountering ((lambda (...) ...) ...).
4247 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4249         * progmodes/sh-script.el (sh-mode):
4250         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4251         * textmodes/picture.el (picture-mode): Update docstrings.
4253 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4255         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4256         commands enclosed in $(ARGQUOTE)s should not be split between two
4257         lines, as that will break with GNU Make >3.80, when sh.exe is used
4258         and arg quoting is with '..'.
4259         (autoloads): Don't break the quoted --eval expression between
4260         several lines.
4262 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4264         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4265         Capture error from printing circular structures.
4267 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4269         * wid-edit.el (widget-checkbox-action): Clear undo info.
4271 2005-12-16  Bill Wohler  <wohler@newt.com>
4273         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4274         bar, not menubar in comment.
4276 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4279         After-change-functions should not clobber the match data.
4281 2005-12-16  Juri Linkov  <juri@jurta.org>
4283         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4284         instead of `buffer-substring'.
4285         (completion-common-substring): Doc fix.
4286         (completion-setup-function): Use minibuffer-completion-contents
4287         instead of minibuffer-contents.  Don't set common-string-length
4288         initially.  Remove special handling of partial-completion-mode.
4289         Move computation of completion-base-size into one cond.
4290         Call completion-base-size-function in mainbuf.  In computation of
4291         completion-base-size for file name completion don't move point to
4292         the end of the minibuffer.  Move computation of common-string-length
4293         into one cond.  Start putting faces only when common-string-length>=0.
4294         Add condition to put completions-common-part when
4295         common-string-length>0.
4297         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4298         place point at the first different character in the minibuffer
4299         even if this position is at the beginning of the minibuffer.
4301         * info.el (Info-read-node-name-1): In completion-base-size-function's
4302         lambda return 1 if common-substring or minibuffer-completion-contents
4303         starts with (, and 0 otherwise.
4305         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4306         Use `crm-current-element' for second arg of `display-completion-list'.
4308 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4310         * files.el (set-auto-mode): Look for an interpreter specified on
4311         the first line also if search for mode specification succeeded,
4312         but the mode is not known.
4314 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4316         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4317         (org-open-at-point): Implement tag searches as links.
4318         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4319         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4320         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4321         (org-agenda-dispatch): New commands.
4322         (org-use-tag-inheritance, org-tags-column): New options.
4323         (org-tab-follows-link, org-return-follows-link): New options.
4324         (org-tags): New customize group.
4325         (org-start-icalendar-file): Get local time zone.
4326         (org-tags-completion-function): New function.
4327         (org-set-font-lock-defaults): Make sure links will also be
4328         highlighted inside headlines.
4330 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4332         * term.el (term-emulate-terminal):
4333         Let term-handle-ansi-terminal-messages override what Bash says about
4334         its current directory.
4336 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4338         * bindings.el (last-buffer): Move to simple.el.
4339         * simple.el (last-buffer): Move here.
4340         (get-next-valid-buffer): New function.
4341         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4342         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4344         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4345         * bindings.el (global-map): Ditto.
4347 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4349         * cus-edit.el: Introductory comment change.
4350         (custom-magic-alist): Change message string for the `rogue' state.
4352 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4354         * tooltip.el: Delete defcustom variable :tag names.
4356         * complete.el (partial-completion-mode): Doc fix.
4358         * textmodes/flyspell.el (flyspell-external-point-words):
4359         Use save-excursion to ensure we don't move backward in the
4360         search loop, not even one character.
4361         (flyspell-delete-all-overlays): Use remove-overlays directly.
4363         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4364         (ispell-start-process): Set that variable.
4365         Clear ispell-buffer-local-name.
4366         (ispell-internal-change-dictionary):
4367         Set ispell-current-dictionary after killing process.
4368         (ispell-buffer-local-dict):
4369         Don't set spell-personal-dictionary after killing process.
4370         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4371         (ispell-tex-skip-alists, ispell-html-skip-alists)
4372         (ispell-skip-region-alist): Mark as risky.
4374         * net/newsticker.el (newsticker--retrieval-timer-list)
4375         (newsticker--display-timer, newsticker-running-p)
4376         (newsticker-ticker-running-p): Definitions moved up.
4378 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4380         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4382 2005-12-15  David Ponce  <david@dponce.com>
4384         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4385         (recentf-edit-list, recentf-open-files): Signal an error when
4386         there is no recent file.
4388 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4390         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4391         read-only except for texinfo-format-region evaluation.
4393 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4395         * vc.el (vc-default-previous-version, vc-default-next-version)
4396         (vc-do-command): Doc fixes.
4398 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4400         * textmodes/bibtex.el (bibtex-expand-strings)
4401         (bibtex-autokey-expand-string, bibtex-name-part)
4402         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4403         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4404         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4405         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4406         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4407         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4408         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4409         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4410         (bibtex-beginning-of-last-entry): Remove.
4411         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4412         message if comma is missing but buffer is read-only.
4413         (bibtex-parse-field-text): Handle whitespaces at the end of field
4414         text.  Return 3-element list with beginning and end of field text
4415         and end of field.
4416         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4417         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4418         (bibtex-search-forward-field, bibtex-search-backward-field):
4419         Search always delimited by limits of entry.  Use more efficient
4420         search algorithms.
4421         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4422         bibtex-end-of-name-in-field.
4423         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4424         extracting the content of a field.
4425         (bibtex-text-in-field): Use search limits.
4426         (bibtex-parse-string-prefix): Handle empty string keys based on
4427         bibtex-string-empty-key.
4428         (bibtex-parse-string): Fix docstring.
4429         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4430         (bibtex-preamble-prefix, bibtex-strings): New functions.
4431         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4432         BibTeX entries (consistent with other BibTeX functions).
4433         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4434         (bibtex-search-entry): Fix docstring.  Simplify.
4435         (bibtex-flash-head, bibtex-complete-string-cleanup)
4436         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4437         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4438         (bibtex-parse-entry): New optional arg content.
4439         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4440         Use bibtex-text-in-field-bounds.
4441         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4442         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4443         bibtex-parse-string-postfix.
4444         (bibtex-find-text-internal): New function.
4445         (bibtex-remove-delimiters): Use it.
4446         (bibtex-find-text): Use it.  New optional arg help.
4447         (bibtex-complete): Handle BibTeX string and preamble entries.
4448         (bibtex-Preamble): Fix order of closing delimiters.
4450 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4452         * vc.el (vc-default-revert): New fun.
4454         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4456 2005-12-14  Romain Francoise  <romain@orebokech.com>
4458         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4459         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4460         (font-lock-remove-keywords): Likewise.
4462 2005-12-14  Juri Linkov  <juri@jurta.org>
4464         * log-view.el (log-view-diff): Doc fix.
4466         * isearch.el (isearch-query-replace): Use (mark) instead of
4467         isearch-opoint if mark is active in transient-mark-mode.
4469 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4471         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4473 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4475         * progmodes/cpp.el (cpp-face): New widget.
4476         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4478 2005-12-14  Juri Linkov  <juri@jurta.org>
4480         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4481         around `erase-buffer' and `insert'.
4483         * descr-text.el (describe-text-properties): Replace buffer name
4484         "*Help-2*" with "*Help*<2>".
4485         (describe-char): Add functions print-help-return-message,
4486         toggle-read-only.  Use help-setup-xref with nil to not store
4487         describe-char in help-xref-stack.  Use help-make-xrefs to
4488         make [back] button.
4490         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4492         * wdired.el (wdired-old-point): New internal variable.
4493         (wdired-change-to-wdired-mode): Set it buffer-locally.
4494         (wdired-abort-changes): Restore point after aborting changes.
4496 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4498         * vc.el (vc-do-command): Add a new value t for okstatus.
4500         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4501         frame in case of errors.
4503 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4505         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4506         so it comes after "On the Left" in the menu.
4508 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4510         * cus-edit.el (customize-apropos, customize-apropos-options)
4511         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4513 2005-12-12  Bill Wohler  <wohler@newt.com>
4515         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4516         non-writable Subversion-controlled files by saving window
4517         configuration before calling vc-do-command.  vc-do-command calls
4518         pop-to-buffer on error which is unexpected during registration.
4520 2005-12-12  Jay Belanger  <belanger@truman.edu>
4522         * calc/README: Update the summary of changes.
4524 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * descr-text.el (describe-char): Rework last fix to solve the problem
4527         is the same way it's solved for everything else in that function
4528         (i.e. by extracting the info before setting up the *Help* buffer).
4530 2005-12-12  Kim F. Storm  <storm@cua.dk>
4532         * subr.el (version-regexp-alist): Allow space as separator before
4533         non-numeric part, e.g. "1.0 alpha".
4534         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4536 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4538         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4539         Implement Logging and the keep-modes setting.
4540         (org-get-category): Make sure a string is returned.
4541         (org-log-done): New function.
4542         (org-log-done, org-closed-string): New options.
4544 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4546         * tooltip.el (tooltip-y-offset): Change default to 20.
4548 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4550         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4552         * frame.el (display-hourglass): Doc fix.
4554         * help.el (help-for-help-internal): Simplify entry for `a'.
4556         * info.el (Info-on-current-buffer): Doc fix.
4557         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4559         * startup.el (inhibit-splash-screen): Make this the real name.
4560         (inhibit-startup-message): Make this the alias.
4561         (command-line): Find only simple.el, and use its directory
4562         to fill in other preloaded files' names.
4563         (command-line): Deactivate the mark if deactivate-mark is set.
4565         * international/mule.el (load-with-code-conversion):
4566         Bind deactivate-mark.
4568         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4570 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4572         * cus-edit.el (customize-apropos): Avoid listing an option more
4573         than once under different aliases.  No longer list user options
4574         that are not defined with defcustom (unless a prefix arg is given).
4575         Doc fix.
4576         (customize-apropos-options): Doc fix.
4578 2005-12-11  Juri Linkov  <juri@jurta.org>
4580         * frame.el (set-background-color, set-foreground-color)
4581         (set-cursor-color, set-mouse-color, set-border-color):
4582         Add explicit prompts to read colors by `facemenu-read-color'.
4583         (show-trailing-whitespace, blink-cursor-delay)
4584         (blink-cursor-interval, display-hourglass, hourglass-delay):
4585         Remove tags.
4586         (display-hourglass, hourglass-delay): Doc fix.
4587         (cursor-in-non-selected-windows): Capitalize words in tag.
4589         * faces.el (frame-background-mode): Replace `choice-item' keywords
4590         with `const' to not make [default] button.  Change default value tag
4591         from `default' to `automatic'.  Doc fix.
4592         (trailing-whitespace) <defface>: Change group `whitespace' to
4593         `whitespace-faces'.
4595 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4597         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4599 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4601         * term/mac-win.el: Create keymap for mac-apple-event-map.
4603 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4605         * tooltip.el (tooltip-mode): Move to start of file so that it
4606         appears at top of customize buffer.
4608         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4609         Add the gud groupname.
4610         (gud-tooltip-mode): Add the tooltip groupname.
4611         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4612         avoid conflict with tooltip-use-echo-area.
4614 2005-12-10  Romain Francoise  <romain@orebokech.com>
4616         * help.el (help-for-help-internal): Add `r' in doc string.
4618 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4620         * align.el (align-regexp, align-highlight-rule):
4621         Use region-beginning and region-end instead of point and mark, so that
4622         repetition (with `repeat-complex-command') recomputes the region
4623         bounds.
4625 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4627         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4628         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4629         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4630         (balance-windows): Rewrite using the above new functions.
4632 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4634         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4635         react if global-hi-lock-mode seems intended.
4636         (global-hi-lock-mode) Renamed from hi-lock-mode.
4637         (hi-lock-archaic-interface-message-used)
4638         (hi-lock-archaic-interface-deduce): New variables.
4639         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4640         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4641         (hi-lock-find-patterns, hi-lock-font-lock-hook):
4642         Replace hi-lock-buffer-mode with hi-lock-mode.
4644 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
4646         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4647         completion list, even after a partial completion has been
4648         inserted in the current buffer.  If there are more than 1
4649         completion, redisplay the *Completions* buffer; if the
4650         completion is unique, delete the *Completions* window.
4652 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
4654         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4655         strings and long subject lines that were broken into multiple
4656         lines at arbitrary places.  Handle subjects that have "Re: " in
4657         the middle.
4659 2005-12-10  John W. Eaton  <jwe@octave.org>
4661         * emacs/octave-mod.el (octave-electric-space): Don't indent
4662         comments or strings if octave-auto-indent is nil.
4664 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4666         * term/mac-win.el: Require url when compiling.
4667         Call mac-process-deferred-apple-events after loading init files.
4668         (mac-apple-event-map): New defvar.  Define event handlers in it.
4669         (core-event, internet-event): New Apple event class symbols.
4670         (open-application, reopen-application, open-documents)
4671         (print-documents, open-contents, quit-application)
4672         (application-died, show-preferences, autosave-now, get-url):
4673         New Apple event ID symbols.
4674         (about): New HICommand ID symbol.
4675         (mac-event-spec, mac-event-ae): New macros.
4676         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4677         (mac-ae-selection-range, mac-ae-text-for-search)
4678         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4679         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
4680         and Services menu events are now defined in mac-apple-event-map.
4681         (mac-drag-n-drop): Remove selection range handling.
4683 2005-12-10  Kenichi Handa  <handa@m17n.org>
4685         * simple.el (zap-to-char):
4686         * isearch.el (isearch-process-search-char): Translate CHAR by
4687         translation-table-for-input.
4689 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
4691         * foldout.el (foldout-exit-fold): Properly hide subtree.
4693 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4695         * files.el (save-buffer):
4696         * international/ucs-tables.el (ucs-set-table-for-input):
4697         * mail/mail-extr.el (mail-extract-address-components):
4698         * mail/sendmail.el (mail-mode): Reformat doc string.
4700 2005-12-09  Juri Linkov  <juri@jurta.org>
4702         * isearch.el (isearch-highlight): Change main overlay priority
4703         from 1 to 1001.  Simplify.
4704         (isearch-lazy-highlight-update): Change lazy overlay priority
4705         from 0 to 1000.
4707         * replace.el (replace-highlight): Change overlay priority from
4708         1 to 1001.
4710         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4711         Change overlay priority from 1 to 1001.  Reuse existing overlay.
4713         * compare-w.el (compare-windows-highlight): Change overlay
4714         priority from 1 to 1000.
4716         * menu-bar.el (menu-bar-edit-menu): Add listp around
4717         pending-undo-list to disable menu item "undo" when pending
4718         undo list is empty.
4720         * locate.el (locate): Disable undo in *Locate* buffer.
4722 2005-12-09  Kim F. Storm  <storm@cua.dk>
4724         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4726 2005-12-09  David Ponce  <david@dponce.com>
4728         * recentf.el: Improvement of the menu code.
4729         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
4730         instead of menu hook.
4731         (recentf-show-menu, recentf-hide-menu): New functions.
4732         (recentf-menu-customization-changed, recentf-mode): Use them.
4733         (recentf-menu-action, recentf-max-menu-items)
4734         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4735         (recentf-arrange-by-rule-others)
4736         (recentf-arrange-by-rules-min-items)
4737         (recentf-arrange-by-rule-subfilter) : Don't use
4738         `recentf-menu-customization-changed'.
4739         (recentf-arrange-rules): Likewise.  Accept functions to compute
4740         sub-menu titles.
4741         (recentf-menu-filter): Likewise.  Doc fix.
4742         (recentf-menu-value-shortcut): Doc fix.
4743         (recentf-dump-variable): Quote atom value.
4744         (recentf-make-menu-items): Update to use it as a menu filter.
4745         (recentf-match-rule): New function.
4746         (recentf-arrange-by-rule): Use it.
4747         (recentf-indirect-mode-rule): New function.
4748         (recentf-build-mode-rules): Use it.
4749         (recentf-dir-rule): New function.
4750         (recentf-arrange-by-dir): Use it.
4751         (recentf-filter-changer-current): Rename from
4752         `recentf-filter-changer-state'.  All references updated.
4753         (recentf-filter-changer-alist): Update filter names.
4754         (recentf-filter-changer-select): New function.
4755         (recentf-filter-changer): Use it.  Make a sub-menu from filters
4756         available in `recentf-filter-changer-alist'.
4757         (recentf-data-cache, recentf-clear-data)
4758         (recentf-update-menu): Remove.  All references updated.
4759         (recentf-match-rule-p, recentf-build-dir-rules)
4760         (recentf-filter-changer-goto-next)
4761         (recentf-filter-changer-get-current)
4762         (recentf-filter-changer-get-next): Remove.
4764 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
4766         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4767         buffer "Reset" button to "Reset to Current" for consistency with
4768         the State buttons.
4770 2005-12-08  John Paul Wallington  <jpw@pobox.com>
4772         * ibuf-ext.el (define-ibuffer-filter filename):
4773         If `dired-directory' is a list then really use its car.
4775 2005-12-08  Kim F. Storm  <storm@cua.dk>
4777         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4778         Fix indention of text on right side of replaced rectangle.
4780 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
4782         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4783         No need to check gud-comint-buffer is bound.
4784         (gdb): Prevent multiple debugging when first session uses gdba.
4786 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4788         CC Mode update to 5.31.
4790         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4791         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
4792         We might do this function properly in the future).
4794         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4795         New macros c-sentence-end and c-default-value-sentence end, to cope
4796         with Emacs 22's new function `sentence-end'.
4798 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4800         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4801         compat issue using `c-put-overlay' and `c-delete-overlay'.
4803         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4804         New compat macros to handle overlays/extents.
4806 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4808         * progmodes/cc-fix.el: Add definitions of the macros push and pop
4809         (for GNU Emacs 20.4)
4811         * progmodes/cc-defs.el:
4812         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4814         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4815         highlighting mechanism so it will work in XEmacs too.
4817         * progmodes/cc-defs.el: Insert c-int-to-char.
4819         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4820         call to the new macro c-int-to-char.  This solves XEmacs's
4821         regarding characters as different from integers.
4823 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4825         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4826         New internal helper.
4828         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4829         construct to make the indirect face lookup work in XEmacs.
4831         (c-cpp-matchers): Append the negation char face to the existing
4832         fontification, so that the cpp face doesn't disappear.
4833         Use `c-make-syntactic-matcher' to avoid negation chars in comments
4834         and strings.
4836         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4837         to map to `font-lock-negation-char-face' in emacsen where it exists.
4839 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4841         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4843         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4844         Rename "c-subword-move-mode" as "c-subword-mode".
4846         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4847         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
4849 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4851         * progmodes/cc-mode.el: Added autoload directive for
4852         `c-subword-move-mode' for use in older emacsen.
4854 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4856         * progmodes/cc-mode.el:
4857         (i) Insert a binding for C-c C-backspace into
4858         c-bind-special-erase-keys which works in TTYs.
4859         (ii) Make sure that when file styles are used, any explicitly
4860         given style variables take priority over those in the style.
4861         Do this by calling `hack-local-variables' a second time.
4863         * progmodes/cc-vars.el: Add language specific customization
4864         widgets for AWK to c-doc-comment-style, c-require-final-newline
4865         and c-default-style.  Add a defcustom for awk-mode-hook.
4866         Give c-syntactic-element and c-syntactic-context doc-strings by
4867         directly setting their `variable-documentation' propery.
4868         This allows Emacs 22.1 to read these with C-h v.
4870         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4872 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4874         * progmodes/cc-fonts.el, cc-vars.el
4875         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4876         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4877         Masatake YAMATO.
4879         (c-doc-comment-style): Made GtkDoc default in C mode.
4881         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4882         and C-c C-<delete>.
4884         (c-bind-special-erase-keys): New function for use on
4885         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4887         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4888         <delete> key behavior in XEmacs according to `delete-forward-p'.
4889         C.f. `c-electric-delete'.
4891 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4893         * progmodes/cc-mode.el: Give c-hungry-backspace and
4894         c-hungry-delete-forward permanent key bindings.
4896         * progmodes/cc-cmds.el (c-electric-semi&comma):
4897         Bind c-syntactic-context for calls to "criteria functions", for
4898         consistency with other calls to user functions.
4900         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4901         `current-prefix-arg', since this might be the prefix arg to a
4902         command which calls c-indent-command as a function.  Change the
4903         interactive spec from "p" to "P".
4905         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4906         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4907         was difficult to understand.
4909 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4911         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4912         first char of an identifier.
4914         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4915         +" syntax in C++.
4917 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4919         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4920         auto-fill doesn't split a c-comment's last word from a hanging
4921         "*/" when a space is typed between them after fill-column.
4923         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4925         * progmodes/cc-styles.el (c-set-style)
4926         (c-setup-paragraph-variables): Abort the command if we're not in a
4927         CC Mode buffer.
4929         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4930         with blank comment-prefix, and a blank line as the comment's
4931         second line.
4933 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4935         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4936         Incorporate the patterns added in the Emacs development branch
4937         for the new Emacs 22 face `font-lock-negation-char-face'.
4939         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4940         of "red" since it stands out better in xterms and DOS terminals.
4942         * progmodes/cc-engine.el (c-literal-faces):
4943         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4945 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4947         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4948         forcibly enable c-electric-flag.
4950         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4951         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4952         after the comment-prefix of a C-style comment will close that comment.
4954 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4956         * progmodes/cc-fonts.el (c-basic-matchers-before)
4957         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4958         in Pike.
4960         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4961         digraphs.
4963         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4964         (c-cpp-message-directives, c-cpp-include-directives)
4965         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4966         (c-cpp-expr-directives): Introduce new language constants to
4967         control cpp syntax in a cleaner way.
4969         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4971         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4973         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4974         (c-multiline-string-start-char): New language constants and
4975         variables to specify how newlines in string literals work.
4977         (c-font-lock-invalid-string): Use them.
4979         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4980         unbalanced close brace is entered.  Optimization by avoiding going
4981         back over arbitrarily large blocks.  Removed hints that this
4982         function only would be relevant/useful in AWK.
4984         (c-electric-brace): Indent syntactically after the cleanups since
4985         lineup functions might do it differently then.
4987         * progmodes/cc-engine.el, cc-langs.el
4988         (c-opt-op-identifier-prefix): New language constant and variable.
4990         (c-just-after-func-arglist-p, c-after-special-operator-id)
4991         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4993         * progmodes/cc-align.el, cc-engine.el
4994         (c-after-special-operator-id): New helper to handle C++ operator
4995         identifiers.
4997         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4998         (c-guess-basic-syntax): Handle C++ operator identifiers in
4999         declarations.
5001         * progmodes/cc-langs.el (c-assignment-operators): Add the
5002         trigraph version of ^= too.
5004         * progmodes/cc-langs.el (c-assignment-operators): Add the
5005         trigraph version of |= in C++.
5007         * progmodes/cc-fonts.el (c-font-lock-declarators):
5008         Handle `c-decl-hangon-kwds' after the identifier name.
5010         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5011         whether an arglist is "nonempty", ignore a comment after the open
5012         paren if it isn't followed by a non-comment token on the same line.
5014         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5015         Enable heuristics below the point to cope with classes inside special
5016         brace lists in Pike.
5018 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5020         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5022 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5024         * progmodes/cc-guess.el (cc-guess-install): New function to
5025         install an already guessed style in another buffer.
5027         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5028         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5029         anyway if the change always is undone.
5031 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5033         Implement togglable electricity:
5035         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5036         saying when it should be used.
5038         * progmodes/cc-engine.el: Add the new buffer-local variable,
5039         c-electric-flag.
5041         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5042         c-toggle-auto-newline.
5044         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5045         c-toggle-auto-newline.  Remove the binding for
5046         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5047         c-toggle-electric-state.
5049         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5051         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5052         c-\(forward\|backward\)-subword.
5053         (c-update-modeline): Add the new modeline flag `l' for
5054         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5055         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5056         Make the old name an alias of the new name.
5057         (c-toggle-electric-state): New function.
5058         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5059         Adapt these functions to do electric things only when
5060         c-electric-flag is non-nil.
5061         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5062         new functions from c-electric-brace.
5063         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5064         mode, so that the tentative extra newline doesn't change the
5065         syntax of the following brace.
5066         (c-electric-brace): Restructure by extracting the above functions.
5067         Tidy up the coding somewhat.
5068         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5069         restructure a bit.
5071 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5073         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5074         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5076         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5077         (c-submode-indicators): Change name from `c-auto-hungry-string'
5078         since it's now used to track another submode.
5080         (c-update-modeline): Convert to function and extended to check
5081         `c-subword-move-mode'.
5083         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5084         Convert to compat aliases for `c-forward-subword' and
5085         `c-backward-subword'.
5087         * progmodes/cc-subword.el: New functions and minor mode to handle
5088         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5090         (c-forward-subword, c-backward-subword, c-mark-subword)
5091         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5092         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5093         Functions corresponding to the standard word handling functions.
5095         (c-subword-move-mode): Minor mode that replaces all the standard
5096         word handling functions with their subword equivalences.
5098 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5100         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5101         entry for one-liner-defun.
5103         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5104         name in its def-edebug-spec.
5106         * progmodes/cc-cmds.el (c-electric-brace): Make the
5107         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5108         compacts space before a comment, if this will make things fit on
5109         one line.
5111         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5113         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5115         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5116         clean-up one-liner-defun.
5118         * progmodes/cc-styles.el: Add the new "awk" style.
5120         * progmodes/cc-vars.el: Add description of one-liner-defun to
5121         c-cleanup-list's doc-string.  New user options,
5122         c-max-one-liner-length.  In c-default-style, set the default style
5123         for AWK to "awk".
5125 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5128         macros inside labels.
5130         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5131         `c-at-statement-start-p' and `c-at-expression-start-p'.
5133         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5134         error if the mark isn't set.
5136         * progmodes/cc-engine.el (c-guess-continued-construct)
5137         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5138         accurately detect functions inside functions.
5140         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5141         like `c-at-statement-start-p' that additionally recognizes commas
5142         and expression parentheses as delimiters.
5144         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5145         to avoid heuristics that doesn't work for unclosed blocks.
5146         (c-at-statement-start-p): New function.
5148         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5149         Objective-C directives, e.g. directives spanning lines should work
5150         reasonably well now.
5152         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5154         (c-forward-objc-directive): New function to move over any ObjC
5155         directive.
5157         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5158         (c-basic-matchers-before): Use it.
5160         (c-font-lock-objc-iip-decl): Remove.
5162         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5163         in the template arglist recognition.
5165         * progmodes/cc-styles.el (c-style-alist): Fix several
5166         inconsistencies in the Whitesmith style.
5168         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5169         New lineup function to get lines after Whitesmith style blocks
5170         correctly indented.
5172         (c-lineup-whitesmith-in-block): Back out the compensation for
5173         opening parens since it's done using `add' lists in the style
5174         definition instead.  Don't use the anchor position since it varies
5175         too much between the syntactic symbols. :P
5177         * progmodes/cc-vars.el (c-valid-offset): Update.
5179         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5180         lists where the offsets are combined according to several
5181         different methods: `first', `min', `max', and `add'.
5182         Report offset evaluation errors with `c-benign-error' so that some kind
5183         of reindentation still is done.
5185         * progmodes/cc-engine.el (c-guess-basic-syntax):
5186         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5187         `arglist-close'.
5189         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5190         situations for `arglist-cont-nonempty' and `arglist-close'.
5192         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5194         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5195         cc-bytecomp-boundp' in a number of places.
5197         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5198         macro related issue.
5200 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5202         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5203         list is now [asdf], a char class [:alpha:].
5204         Include code for char classes.
5205         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5206         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5208         Remove (nearly all of) the cruft associated with AWK Mode's former
5209         concept of "virtual semicolons":
5211         Adapt c-beginning-of-statement, c-end-of-statement (together with
5212         subfunctions) to use the new notion of "virtual semicolon" in
5213         place of the old awkward special handling for AWK.  There remains
5214         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5215         * progmodes/cc-cmds.el:
5216         (c-ascertain-adjacent-literal): In the backwards direction, now
5217         recognises AWK regexp delimiters as string delimiters.
5218         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5219         check more rigorously for "end of macro".
5220         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5221         virtual semicolons;
5222         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5223         out the code for forward movement into ...
5224         (c-end-of-statement): Now contains the code for forward movement,
5225         adapted for virtual semicolons.
5227         * progmodes/cc-engine.el:
5228         (c-ws*-string-limit-regexp): New regexp.
5229         (c-forward-single-comment, c-backward-single-comment): Comment out
5230         the (now redundant) "special" AWK stuff.
5232         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5233         c-string-par-start, c-string-par-separate to be more like Text
5234         Mode than Fundamental Mode.
5236 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5238         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5239         to the fontified region so that fontification doesn't occur
5240         outside it (could happen e.g. when fontifying a line with an
5241         unfinished declaration).
5243 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5245         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5246         start of the file.  ^L now separate sections of the file.
5247         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5248         (c-awk-one-line-possibly-open-string-re)
5249         (c-awk-regexp-one-line-possibly-open-char-class-re)
5250         (c-awk-one-line-possibly-open-regexp-re)
5251         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5252         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5254         Amend the concept of "virtual semicolons" (in the indentation
5255         engine) for languages like AWK, such that they are now
5256         conceptually attached to end of the last token of a statement, not
5257         the end of the line.  (In AWK Mode, however, the pertinent text
5258         property is still physically set on the EOL.)  Remove the specific
5259         tests for awk-mode, thus facilitating the introduction of other
5260         language modes where EOLs can end statements.
5261         (Note: The funtionality in cc-cmds.el, specifically
5262         c-beginning/end-of-statement has yet to be amended.)
5264         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5265         New macros.
5267         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5268         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5269         c-vsemi-status-unknown-p-fn (in a new page).
5271         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5272         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5273         numerous awkward forms like
5274         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5275         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5276         variable before-ws-ip, the place just after char-before-ip appears.
5278         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5279         a comment.
5281 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5283         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5284         `c-tentative-buffer-changes'.
5286         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5287         convert to macro to choose between Emacs and XEmacs at compile time.
5289         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5291         (c-tentative-buffer-changes): New macro to handle temporary buffer
5292         changes in a convenient way.
5294         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5295         for `c-tentative-buffer-changes'.
5297         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5298         the checks for paren sexps between the point and the keyword, to
5299         avoid some false alarms.
5301         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5302         Fixed a situation where an error could be thrown for unbalanced
5303         parens.  Changed to make use of c-keyword-member' to avoid some
5304         repeated regexp matches.
5306         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5307         These language variable are no longer necessary.
5309         (c-block-stmt-kwds): New language constant used by
5310         c-looking-at-inexpr-block'.
5312         (c-guess-basic-syntax): Remove an optional check that looked at
5313         the existence of the now removed language variables.
5315         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5316         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5317         object instantiation expressions as declarations in some contexts.
5318         This bug only affected languages where the declarator can't be
5319         enclosed in parentheses.
5321         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5322         insert newlines before and after substatement braces.
5324         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5325         function declaration headers and the handling of C++ style member
5326         init lists.
5328         (c-just-after-func-arglist-p): Rewritten to use
5329         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5331         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5333         (c-guess-basic-syntax): Adapt case 5B for the new
5334         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5335         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5336         covers all cases now).
5338         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5340 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5342         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5343         c-string-par-start/separate c-sentence-end-with-esc-eol,
5344         initialised in c-setup-paragraph-variables, used in string
5345         scanning subroutines of c-beginning-of-statement.
5347         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5348         which precedes the newly inserted `{'.
5350 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5352         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5353         function for declaration level blocks.  It should now cope with
5354         templates better and also be a lot more comprehensible.
5356         (c-looking-at-decl-block): The new function.
5358         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5359         for compatibility.
5361         (c-add-class-syntax, c-guess-continued-construct)
5362         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5364         (c-decl-block-key): Change to tell apart ambiguous and
5365         unambiguous keywords.  Pike specials are now handled directly in
5366         the code instead.
5368         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5369         New language constants and variables to make the backward skip in
5370         `c-looking-at-decl-block' as tight as possible.
5372         (c-nonsymbol-token-char-list): New language constant.
5374         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5375         find balanced template arglists backwards.
5377         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5378         making char classes for `c-syntactic-skip-backward'.
5380         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5381         16D - can't be a class-close at that point.
5383         * progmodes/cc-engine.el (c-guess-basic-syntax)
5384         (c-add-class-syntax): Don't narrow out the enclosing declaration
5385         level.  This makes everything a lot easier, and it was actually
5386         only four small places that needed it to work.  Some places that
5387         previously did `widen' are removed now, which has the effect that
5388         `c-guess-basic-syntax' never will look at things outside the
5389         current narrowment now.  The anchor position for `topmost-intro'
5390         is affected by this, but it was so bogus it was basically useless
5391         before, and now it's equally bogus but in a slightly different way.
5393         (c-narrow-out-enclosing-class): Gone.
5395         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5396         the narrowed region.
5398         (c-least-enclosing-brace): Remove silly optional argument.
5400         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5401         the point could be left directly after an open paren when finding
5402         the beginning of the first decl in the block.
5404         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5405         Specify which submatch to use.
5407         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5409         (c-decl-start-re): No longer any need for special treatment of
5410         ObjC due to the above.
5412         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5413         presumably follows C in that regard.
5415         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5416         New language constants to specify operator tokens inside
5417         identifiers in a more high level way.
5419         (c-opt-identifier-prefix-key): New internal language constant.
5421         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5422         (c-identifier-start, c-identifier-key): Now completely calculated
5423         from other constants.
5425         (c-identifier-last-sym-match): Decommission since it's no longer used.
5427         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5429         * progmodes/cc-engine.el (c-forward-name): Remove the
5430         optimization when c-identifier-key is equal to c-symbol-key since
5431         it doesn't work in byte compiled files.  Don't record empty
5432         regions as identifiers.
5434         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5435         simplify access to `c-operators' and its likes.
5437         (c-operator-list, c-all-op-syntax-tokens)
5438         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5439         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5440         (c-primary-expr-regexp, c-cast-parens): Use it.
5442         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5443         an explicit language in functions.
5445         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5446         variant of adornment.
5448         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5449         variable.
5451         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5452         the Pike value.
5454         * progmodes/cc-engine.el (c-on-identifier)
5455         (c-simple-skip-symbol-backward): Small fix for handling "-"
5456         correctly in `skip-chars-backward'.  Affected the operator lfun
5457         syntax in Pike.
5459         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5460         diagnostic message about precompiled language vars not being used.
5462         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5463         "__attribute__" is followed by a parenthesis.
5465         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5466         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5467         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5469         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5470         Internal cleanups to properly detect the declared identifiers in
5471         various declarations.
5473         (c-decl-start-kwds): New language constant to recognize
5474         declarations that can start anywhere.  Used for class declarations
5475         in Pike.
5477         (c-specifier-key, c-not-decl-init-keywords)
5478         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5479         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5481         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5482         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5483         handling of the compiler specific extension keywords into a new
5484         language constant `c-decl-hangon-kwds' that defines keyword
5485         clauses to be ignored in declarations.
5487         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5488         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5489         Necessary to stop at the declared identifier in e.g. IDL valuetype
5490         declarations.
5492         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5493         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5494         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5495         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5496         class and enum declarations as such and not as part of the type.
5498         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5499         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5501         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5502         declarations when there's some syntax error later on.
5504         (c-complex-decl-matchers): Did away with a reference to
5505         `c-specifier-key'.
5507         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5508         value - this variable is always dynamically bound.
5510         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5511         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5512         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5513         functions that might do hidden buffer changes: All such internal
5514         functions are now marked instead of those that don't.
5516         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5517         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5518         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5519         (c-literal-type): Allow these functions to make hidden buffer changes,
5520         so that they are free to use text property caching later on.
5522         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5523         (c-electric-brace, c-electric-slash, c-electric-star)
5524         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5525         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5526         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5527         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5528         with the changed semantics of the functions above.
5530         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5531         when macros occur in obscure places.  Optimized the sexp movement
5532         a bit.
5534 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5536         Enhancements for c-beginning-of-statement to work in AWK Mode:
5538         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5539         (completed statement) with `}' (statement completed by closing
5540         brace or semicolon) and `$' (statement completed by EOL).
5542         (c-awk-virtual-semicolon-ends-prev-line-p)
5543         (c-awk-virtual-semicolon-ends-line-p)
5544         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5545         (c-awk-at-statement-end-p): New functions.
5547         * progmodes/cc-cmds.el: Simplify the structure of functions
5548         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5549         two functions and c-beginning-of-statement to handle AWK Mode.
5551         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5552         c-backward-single-comment for AWK mode.  Attempt to clarify their
5553         doc-strings.
5555         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5557 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5559         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5560         label handling.  Labels are now recognized in a uniform and more
5561         robust way, regardless of context.  Text properties are put on all
5562         labels to recognize the following declarations better.
5563         Multiword labels are handled both in indentation and fontification for
5564         the benefit of language extensions like Qt.  For consistency, keywords
5565         in labels are now fontified with the label face instead.
5566         That also applies to "case" and "default".
5568         (c-beginning-of-statement-1): Fix some bugs in the label
5569         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5570         with `c-label-kwds'.
5572         (c-find-decl-spots): Support that the callback adds more
5573         `c-decl-end' spots to find.
5575         (c-forward-decl-or-cast-1): Don't treat a list of plain
5576         identifiers followed by a colon as a declaration.
5578         (c-forward-label): New function to recognize labels.
5580         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5581         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5582         earlier since they aren't so context sensitive now.  Handle labels
5583         on the top level gracefully.  Moved access label recognition to
5584         the generic label case (CASE 15) - removed CASE 5E.
5586         (c-font-lock-declarations): Add recognition of labels in the
5587         same round since we need to handle labels in parallell with other
5588         declarations to recognize both accurately.  It should also improve
5589         speed.
5591         (c-simple-decl-matchers, c-basic-matchers-after):
5592         Move `c-font-lock-labels' so that it only is used on decoration level 2
5593         since `c-font-lock-declarations' handles it otherwise.
5595         (c-complex-decl-matchers): Remove the simplistic recognition of
5596         access labels.
5598         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5599         with labels earlier.
5601         (c-decl-start-re): New language variable to make
5602         `c-font-lock-declarations' stop for the special protection labels
5603         in Objective-C that start with `@'.
5605         (c-label-key): Remove since it's no longer used.
5607         (c-recognize-colon-labels, c-label-prefix-re): New language
5608         constants to support recognition of generic colon-terminated labels.
5610         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5611         are colon terminated labels.
5613         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5614         first argument starts with a special brace list.
5616         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5617         (c-font-lock-declarations): Break out the declaration and cast
5618         recognition from `c-font-lock-declarations' to a new function, so
5619         that it can be used in the indentation engine.
5621         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5622         up to the start of the literal.  Fixed bug with the point on the
5623         wrong side of the search limit that could happen when the start
5624         position is inside a literal.
5626         * progmodes/cc-engine.el (c-parse-state)
5627         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5628         so that it's kept a little bit back to increase the hit rate.
5630         (c-parse-state): Change the macro handling and fixed some
5631         glitches.  Macro context is checked more often than necessary now,
5632         but otoh less garbage conses are generated.
5634         * progmodes/cc-engine.el (c-parse-state)
5635         (c-invalidate-state-cache): Cache the last position where
5636         `c-state-cache' applies.  This can speed up refontification quite
5637         a bit in blocks where there are many non-brace parens before the point.
5639         (c-state-cache-end): New variable for this.
5641         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5642         cache variable.
5644         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5645         get close initial continue positions when the start position is
5646         inside a literal or macro.  Do not call the callback for spots
5647         before the start position (which can happen e.g. for `c-decl-end'
5648         spots inside comments).  Optimize better in special cases when the
5649         region is a single line inside a literal or macro (typically when
5650         the current line is refontified).
5652         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5653         to `c-add-stmt-syntax' - there's no need to explicitly whack off
5654         entries from the paren state.
5656         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5657         special case for "else if" clauses.
5659         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5660         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5662         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5663         New language variable to recognize the gcc extension with statement
5664         blocks inside expressions.
5666         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5667         it somewhat more comprehensible.  The argument AT-BLOCK-START is
5668         no longer used and hence removed.
5670         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5671         to `c-add-stmt-syntax'.
5673         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5674         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5675         This fixes bogus label recognition.
5677         * progmodes/cc-engine.el (c-add-type, c-check-type)
5678         (c-forward-name, c-forward-type): Improve storage of template
5679         types in `c-found-types' so that they can be recognized better.
5681         (c-syntactic-content): Add option to skip past nested parens.
5683         * progmodes/cc-engine.el (c-forward-name):
5684         Set `c-last-identifier-range' all the time.  It's less work that way.
5685         Handle that there might not be an identifier to store in
5686         `c-last-identifier-range'.
5688         (c-forward-type): Handle that `c-last-identifier-range' might be
5689         nil from `c-forward-name'.
5691         * progmodes/cc-defs.el (c-safe-scan-lists)
5692         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5694         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5695         to work even if the form fails.
5697         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5698         down in a large file in one go.
5700         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5702         * progmodes/cc-align.el (c-lineup-assignments): New lineup
5703         function which is like `c-lineup-math' but returns nil instead of
5704         `c-basic-offset' when it doesn't match.
5706         (c-lineup-math): Change to use `c-lineup-assignments'.
5708 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5710         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5711         c-beginning-of-statement.  New subfunctions
5712         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5714 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5716         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5717         hardcoded char classes whereever possible.  Changed a couple of
5718         places to use skip by syntax instead of skip by char class.
5720         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5721         Fix a bug in the regexp that caused extreme backtracking.
5723         * progmodes/cc-langs.el (c-block-comment-starter)
5724         (c-block-comment-ender): New language constants to specify in a
5725         single place how block comments look.
5727         (c-comment-start-regexp, c-block-comment-start-regexp)
5728         (comment-start, comment-end, comment-start-skip)
5729         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5730         (c-syntactic-ws, c-nonempty-syntactic-ws)
5731         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5732         `c-line-comment-starter', `c-block-comment-starter' and
5733         `c-block-comment-ender'.
5735         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5736         New language constants to break up things a bit.
5738         (c-simple-ws): New language constant for simple whitespace.
5740         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5742         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5743         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5744         newlines.  Allow and ignore nil elements in the list.
5746 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5748         * progmodes/cc-cmds.el: Comment out a (n almost certainly
5749         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5751         * progmodes/cc-cmds.el: Tidy up the comments in
5752         c-beginning-of-statement and subfunctions.
5754         * progmodes/cc-awk.el: Replace calls to put-text-property to the
5755         more flexible c-put-char-property and c-clear-char-properties.
5756         Add the author's email address.
5758         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5760         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5761         closing "*/" of a block comment.
5763         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5764         subfunctions) so that it works at BOB and EOB.
5766         * progmodes/cc-cmds.el, cc-vars.el: More updating of
5767         c-beginning-of-statement, including new variable
5768         c-block-comment-start-regexp.
5770 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5772         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5773         symbols from `*-font-lock-extra-types' so that there's no need to
5774         use `regexp-opt' on those lists.
5776         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5777         `c-type-modifier-kwds' is empty.
5779         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5780         there are several strings on the same line.
5782         * progmodes/cc-engine.el (c-literal-limits): Remove the
5783         compatibility function for older emacsen.  `c-literal-limits-fast'
5784         has now taken the place of this function.
5786         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5787         with older emacsen: We now require `pps-extended-state'.
5789 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5791         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5792         which obviates the need to hack sentence-end.  This now handles
5793         escaped newlines in strings correctly.  Correct minor bugs in
5794         c-move-over-sentence and in c-beginning-of-statement.
5796         * progmodes/cc-cmds.el (c-beginning-of-statement (and
5797         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5798         that movement over macros and code are rigorously separated from
5799         eachother.  Correct a few incidental bugs.
5801         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5802         Improve its doc-string.  Improve the handling of certain specific cases.
5804 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5806         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5807         (c-guess-basic-syntax): Change the way class-level labels are
5808         recognized; they can now contain essentially any symbols.
5810         (c-opt-extra-label-key): New language variable to cope with the
5811         special protection label syntax in Objective-C.
5813         (c-opt-access-key): Remove; this is now handled better by
5814         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5816         (c-complex-decl-matchers): Update to handle that
5817         `c-opt-access-key' no longer exists.
5819         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5820         improved label recognition in `c-beginning-of-statement-1'.
5822         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5823         Recognize bitfields better.
5825         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5826         Remove some cruft and fixed a bug that could cause it to go to a
5827         position further down.
5829         * progmodes/cc-langs.el, cc-engine.el
5830         (c-beginning-of-statement-1): Improve detection of labels in
5831         declaration contexts.
5833         (c-beginning-of-decl-1): Use it.
5835         (c-nonlabel-token-key): New language constant and variable needed
5836         by `c-beginning-of-statement-1'.
5838         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5839         manifested itself due to the correction in `c-forward-sexp'.
5841         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5842         Make these behave as documented when used at the buffer limits.
5844         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5845         (c-type-decl-end-used): Made this a language variable.
5847         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5848         correctly when `combine-after-change-calls' is used together with
5849         temporary narrowings.
5851         * progmodes/cc-engine.el (c-beginning-of-statement-1):
5852         Report labels correctly when the start point is immediately after the
5853         colon.
5855         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5856         Remove since it isn't used anymore.
5858         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5859         bracket arglists such as template parens in C++.
5861         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5862         in the last check-in.  Some optimization.
5864         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5865         where it could stop at the same level in a preceding sexp when
5866         PAREN-LEVEL is set.
5868         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5869         text property lookup only when it's needed.
5871         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5872         Change the policy for paren marked angle brackets to be more
5873         persistent; once marked they remain marked even when they're found
5874         to be unbalanced in the searched region.  This should keep the
5875         paren syntax around even when individual lines are refontified in
5876         multiline template arglists.
5878         (c-parse-and-markup-<>-arglists): New dynamically bound variable
5879         to control markup so that incorrect angle bracket arglists aren't
5880         marked in contexts where the correct value for
5881         `c-disallow-comma-in-<>-arglists' isn't known.
5883         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5884         argument has become `c-parse-and-markup-<>-arglists'.
5886         (c-remove-<>-arglist-properties): Remove - no longer used.
5888         (c-after-change-check-<>-operators): New function used on
5889         `after-change-functions' to avoid that "<" and ">" characters that
5890         are part of longer operators have paren syntax.
5892         (c-<>-multichar-token-regexp): New language variable used by
5893         `c-after-change-check-<>-operators'.
5895         (c-after-change): Call `c-after-change-check-<>-operators'.
5897         (c-font-lock-<>-arglists): Use the context properties set by
5898         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5899         correctly to avoid doing invalid markup.
5901         (c-font-lock-declarations): Remove code that undoes the invalid
5902         markup done by `c-font-lock-<>-arglists'.
5904         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5905         after `c-font-lock-declarations'.
5907         * progmodes/cc-engine.el (c-syntactic-skip-backward):
5908         Add paren-level feature.
5910         (c-guess-basic-syntax): Improve the anchor position for
5911         `template-args-cont' in nested template arglists.  There's still
5912         much to be desired in this area, though.
5914 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5916         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5917         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5919 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5921         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5922         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5924         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5925         it doesn't work no longer are supported.
5927         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5928         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5929         requires support for the syntax-table' text property, which rules
5930         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
5931         cruft associated with those versions.
5933         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5934         for the `syntax-table' text property, which rules out Emacs 19 and
5935         XEmacs < 21.4.  Removed various compatibility cruft associated
5936         with those versions.
5938         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5939         support for the `syntax-table' text property.
5941         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5942         variable and use an extra quoted face name instead.  All the
5943         emacsen flavors handle that correctly.
5945         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5946         (c-font-lock-declarators, c-font-lock-declarations)
5947         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5948         property to mark the items in in declarator lists to handle
5949         refontification inside multiline declarations better.
5951         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5952         construct like "a * b = c;" as a declaration.
5954 2005-12-08  Kim F. Storm  <storm@cua.dk>
5956         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5957         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
5958         select either meta, hyper, or super modifier for rectangle commands.
5959         (cua--rectangle-modifier-key): New defvar.
5960         (cua--M/H-key): Use it.  Remove special case for `space'.
5961         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5962         on X, to meta otherwise.  Always bind C-return to toggle
5963         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
5965         * emulation/cua-rect.el (cua-help-for-rectangle):
5966         Use cua--rectangle-modifier-key.  Handle super modifier too.
5967         (cua--init-rectangles): Always bind C-return to toggle rectangle.
5968         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5970         * ido.el: Move Acknowledgements and History after Commentary.
5971         Minor changes to Commentary.
5973         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5974         keymap if cua--prefix-override-timer is `shift'.
5975         (cua--shift-control-prefix): New function; emulate "type prefix
5976         key twice" functionality to handle shifted prefix key override.
5977         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5978         New commands.
5979         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5981 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
5983         * textmodes/org.el (org-insert-heading): Try to do items before
5984         headings.
5985         (org-agenda-mode): Quote `org-agenda-mode-hook'.
5986         (org-insert-item): New function.
5987         (org-renumber-ordered-list): Don't skip to higher level lists.
5989 2005-12-08  Juri Linkov  <juri@jurta.org>
5991         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5993         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5995         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5997         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5998         the constructed function name fun-1.
6000         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6001         because such links don't lead to parent documentation.
6003 2005-12-08  Kenichi Handa  <handa@m17n.org>
6005         * descr-text.el (describe-char): Use *Help-2* buffer if the
6006         current buffer is *Help*.  Call describe-text-properties while
6007         setting the original buffer.
6009 2005-12-07  Bill Wohler  <wohler@newt.com>
6011         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6012         and causes problems with non-MH users (such as Gnus users).
6014 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6016         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6017         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6018         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6019         command "info sources".  Move calls to GDB command "list".
6020         (gdb-find-file-hook): Just use gdb-source-file-list.
6021         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6022         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6023         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6024         (gdb-data-list-register-values-handler): Use correct trigger name.
6026 2005-12-07  Kim F. Storm  <storm@cua.dk>
6028         * ido.el (ido-completion-map): Rename from ido-mode-map.
6029         (ido-common-completion-map, ido-file-completion-map)
6030         (ido-file-dir-completion-map, ido-buffer-completion-map):
6031         Rename from ido-mode-....-map.
6032         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6033         (ido-setup-completion-map): Rename from ido-define-mode-map.
6034         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6035         to ido-completion-map.
6037 2005-12-07  Kenichi Handa  <handa@m17n.org>
6039         * international/mule-cmds.el
6040         (set-display-table-and-terminal-coding-system): If the coding
6041         system specified in `unibyte-display' property is different from
6042         the arg coding-system, don't setup standard-display-table.
6044 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6047         that comments end at \n, regardless of selective-display.
6049 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6051         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6052         (gdb-version): New variables.
6053         (gdb-source-file-list, gdb-register-names)
6054         (gdb-changed-registers): New variables for use with GDB 6.4+.
6055         (gdb-ann3): Replace with...
6056         (gdb-init-1, gdb-init-2): ...two new functions.
6057         (gdba, gdb-prompt): Call gdb-init-1.
6058         (gdb-get-version): New function.  Call gdb-init-2 from here.
6059         (gud-watch): Make it work with mouse events too.
6060         (gdb-post-prompt): Don't add to queue until GDB version is known.
6061         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6062         (gdb-locals-mode): Use gdb-version.
6063         (gdb-memory-format-map, gdb-memory-unit-map)
6064         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6065         (gdb-locals-font-lock-keywords-1)
6066         (gdb-locals-font-lock-keywords-2): New variables.
6067         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6068         (gdb-set-gud-minor-mode-existing-buffers-1)
6069         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6070         (gdb-var-update-1, gdb-var-update-handler-1)
6071         (gdb-data-list-register-values-handler)
6072         (gdb-data-list-register-values-custom)
6073         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6074         (gdb-stack-list-locals-handler, gdb-get-register-names):
6075         New functions for use with GDB 6.4+.
6076         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6077         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6078         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6079         (gdb-stack-list-locals-regexp)
6080         (gdb-data-list-register-names-regexp): New regexps for use with
6081         GDB 6.4+.
6083 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6087 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6089         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6090         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6091         <seallan@verizon.net>.
6093 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6095         * frame.el (set-frame-parameter): Add doc string.
6097 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6099         * textmodes/org.el (org-occur-highlights): New variable.
6100         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6101         (org-highlight-sparse-tree-matches): New option.
6102         (org-do-occur): New function.
6103         (org-get-heading): Make it work also at beginning of line.
6104         (org-category-table): New variable.
6105         (org-get-category-table, org-get-category)
6106         (org-camel-to-words, org-link-search): New functions.
6107         (org-select-this-todo-keyword): New variable.
6108         (org-todo-list): New command.
6109         (org-shiftright, org-shiftleft): New commands.
6110         (org-agenda-todo): Add prefix argument.
6111         (org-show-hierarchy-above): New option.
6112         (org-show-todo-tree): Numerical prefix creates tree for specific
6113         TODO keyword.
6114         (org-outline-level): New function, to assign a level to plain
6115         lists items.
6116         (org-cycle-include-plain-lists): New option.
6117         (org-mode): Use `org-outline-level' as value of `outline-level'.
6118         (org-cycle): Temporarily switch `outline-regexp' if
6119         `org-cycle-include-plain-lists' is non-nil.
6120         (org-start-icalendar-file): Fix format bug.
6121         (org-agenda-get-day-entries): Create category table.
6122         (org-agenda-get-todos, org-agenda-get-timestamps)
6123         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6124         (org-agenda-get-blocks): Use `org-get-category'.
6125         (org-context-in-file-links): Rename from
6126         `org-line-numbers-in-file-links'.
6128 2005-12-06  Romain Francoise  <romain@orebokech.com>
6130         * window.el (balance-windows): Delete extraneous third arg in call
6131         to `enlarge-window'.
6133 2005-12-06  Kenichi Handa  <handa@m17n.org>
6135         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6137 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6139         * progmodes/gdb-ui.el (gdb-var-create-handler)
6140         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6141         (gdb-var-list-children-handler, gdb-var-update-handler):
6142         Current buffer is already gdb-partial-output-buffer, don't
6143         make it current again.
6145 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6147         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6148         (list-buffers-noselect): Use it.
6150 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6153         (mail-yank-ignored-headers): Use regexp-opt.
6154         (mail-mode-map): Move initialization into declaration.
6155         (mail-sent-via): Remove unused shadowed var `to-line'.
6156         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6157         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6158         (mail-do-fcc): Use dolist and push.
6159         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6160         (mail-yank-ignored-headers): Don't autoload.
6162 2005-12-05  Kenichi Handa  <handa@m17n.org>
6164         * international/mule-cmds.el (set-language-info-internal): New fun.
6165         (set-language-info): Call set-language-info-internal to update
6166         language-info-alist.  If LANG-ENV is the current one, call
6167         set-language-environment to make INFO effective now.
6168         (set-language-info-alist): Likewise.
6169         (locale-language-names): With locale "en", use English
6170         lang. env. but set the default codings to iso-8859-1.
6172 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6174         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6175         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6176         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6177         for plain strings.
6178         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6179         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6180         Create registers buffer if necessary.  Echo new state in minibuffer.
6181         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6183 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6185         * info.el (Info-fontify-node): Match external links using
6186         non-directory part of filename.
6188 2005-12-04  Juri Linkov  <juri@jurta.org>
6190         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6191         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6192         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6193         because there is no customization option for it.
6195         * font-lock.el (lisp-font-lock-keywords-1):
6196         Add define-global-minor-mode.
6198         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6200         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6201         properties on the constructed variable names.
6203         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6204         Put `definition-name' properties on the constructed function names
6205         next-sym and prev-sym.
6207         * emacs-lisp/find-func.el (find-function-regexp):
6208         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6209         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6210         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6211         and easy-menu-define.
6213         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6214         easy-mmode-define-global-mode and define-global-minor-mode.
6215         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6217         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6218         instead of easy-mmode-define-global-mode.
6220         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6221         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6223         * cus-edit.el (customize-group, customize-group-other-window):
6224         Filter out autoloaded options from the group completion list by
6225         using heuristics that autoloaded groups don't have `custom-autoload'
6226         property on their symbols (they have only `custom-loads').
6228         * simple.el (completion-setup-function): Put completions-common-part
6229         face on complete completion string too (i.e. completion string
6230         without completions-first-difference face).
6232         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6234 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6236         * view.el (view-mode): Doc fix.
6238         * disp-table.el (standard-display-european): Add to the warning
6239         message a reference to the doc string.
6241         * play/yow.el (apropos-zippy): Call print-help-return-message,
6242         similar to other Help and Apropos commands.
6244         * help.el (print-help-return-message): If pop-up-frames is
6245         non-nil, set up help-return-method to delete the help window and,
6246         possibly, its frame as well, and don't display message about
6247         scrolling the help window.  Doc fix.
6248         (help-return-method): Doc fix.
6250 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6252         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6253         whereby names of length one or names starting with a
6254         symbol-constituent character would not be returned.
6256 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6258         * subr.el (atomic-change-group): Add edebug and indentation spec.
6260 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6262         * completion.el (save-completions-file-name): Fix typo in last change.
6264 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6266         * info.el: Move back/forward history to the beginning of the tool bar.
6268 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6270         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6271         Add fset of allout-real-isearch-abort during compile to fix
6272         byte-compilation warnings.
6273         (allout-mode-p): Move definition of this macro above all uses, or
6274         byte compilation in barren emacs (eg, during emacs build) will
6275         lack the definition.
6276         (allout-mode): Move this variable above any uses, or byte
6277         compilation will fail.
6278         (allout-resolve-xref): Remove use of personal file-reference function.
6279         (allout-toggle-current-subtree-encryption): Do the current (ie,
6280         visible containing) topic, rather than nearest around point.  Doc fix.
6281         (allout-toggle-subtree-encryption): New function, workhorse that
6282         works on nearest topic containing point.
6283         (allout-encrypt-string): Signal requirement for newer version of pgg.
6284         (allout-resumptions): Doc fix.
6286 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6288         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6290 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6292         * textmodes/flyspell.el (flyspell-external-point-words):
6293         Consider a misspelling as found in the string search if: (a) misspelling
6294         and found string lengths match, or (b) misspelling is found as
6295         element in a boundary-chars separated longer string, or (c)
6296         ispell-program-name is really ispell and misspelling is found as
6297         part of a TeX string.  After successful match move beginning of
6298         search region to end of match.  Warn about not found misspellings
6299         once the process is done.
6300         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6302 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6304         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6305         tool bar (removed inadvertently).
6307 2005-12-02  Juri Linkov  <juri@jurta.org>
6309         * log-view.el (log-view-diff): Clarify doc string.
6311 2005-12-01  Bill Wohler  <wohler@newt.com>
6313         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6314         triggers lm-verify errors.
6316 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6318         * simple.el (transient-mark-mode, line-number-mode)
6319         (column-number-mode, size-indication-mode): Remove `:require nil'.
6321 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6323         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6324         in the margin also.
6325         (gdb-breakpoints-mode-map): Use D instead of d for
6326         gdb-delete-breakpoint.
6327         (gdb-get-frame-number): Require a number to match on.
6328         (gdb-threads-mode-map): Add follow-link binding.
6330 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6332         * isearch.el (isearch-mode-map): Avoid exiting search on
6333         language-change event.
6335 2005-11-30  Romain Francoise  <romain@orebokech.com>
6337         * speedbar.el (speedbar-default-position): New defcustom.
6338         (speedbar-frame-reposition-smartly): Use it.
6340         * dframe.el (dframe-reposition-frame-emacs): Fix position
6341         computation for `left' location.
6342         Update copyright year.
6344 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6346         * help.el (help-map): Move initialization into declaration.
6348         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6350         * help-fns.el (help-argument-name): Don't autoload.
6351         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6352         to be re-loaded when customizing the `help' group.
6354 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6356         * help-fns.el (describe-function-1): Fill arglist output.
6358 2005-11-30  Kim F. Storm  <storm@cua.dk>
6360         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6361         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6362         after revert-buffer (or anything else which kills all local variables).
6364         * apropos.el (apropos-parse-pattern): Doc fix.
6365         Set apropos-regexp directly, rather than expecting callers to do so.
6366         (apropos-command, apropos, apropos-value, apropos-documentation):
6367         Simplify calls to apropos-parse-pattern.
6369 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6371         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6372         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6373         (hi-lock-write-interactive-patterns): Use comment-region.
6375         * longlines.el (longlines-mode): Add mail-setup-hook.
6377         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6379         * simple.el (sendmail-user-agent-compose, next-line):
6380         Conditionally use hard-newline.
6382 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6384         * international/latexenc.el (latex-inputenc-coding-alist):
6385         Reword doc string.
6387 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6389         * help.el (describe-key-briefly, describe-key): Recognize default
6390         bindings.
6392 2005-11-29  Romain Francoise  <romain@orebokech.com>
6394         * view.el (view-inhibit-help-message): New defcustom.
6395         (view-mode-enter): Use it.
6397 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6399         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6400         Preserve user position.
6402 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6404         * font-lock.el: Throw error if facemenu is not loaded to prevent
6405         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6407         * loadup.el: Add comment explaining why facemenu must be loaded
6408         before font-lock.
6410 2005-11-28  Jay Belanger  <belanger@truman.edu>
6412         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6413         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6415         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6417         * calc/calc-embed.el (calc-do-embedded): Update help message.
6419         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6421 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6425         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6426         called-interactively-p.
6427         (elp-profilable-p): Rename from elp-not-profilable-p.
6428         Invert result and take into account macros and autoloaded functions.
6429         (elp-instrument-function): Update call.
6430         (elp-instrument-package): Update call.  Add completion.
6431         (elp-pack-number): Use match-string.
6432         (elp-results-jump-to-definition-by-mouse): Merge into
6433         elp-results-jump-to-definition and then remove.
6434         (elp-output-insert-symname): Make help echo text single-line.
6436         * replace.el (query-replace-map): Move initialization into declaration.
6437         (occur-engine): Use with-current-buffer.
6438         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6439         (occur-mode-mouse-goto): Replace with an alias.
6441 2005-11-28  Juri Linkov  <juri@jurta.org>
6443         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6445         * term/w32-win.el: Bind [S-tab] to [backtab].
6447         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6448         `Info-find-file' to t.
6450         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6451         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6452         and same-window-regexps.
6453         (occur-next-error): Don't move point for arg 0.
6455 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6457         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6459 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * log-edit.el (log-edit-changelog-use-first): New var.
6462         (log-edit-changelog-ours-p): Use it.
6463         (log-edit-insert-changelog): Set it with new arg `use-first'.
6464         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6465         (log-edit-hook): Add them to the list of suggested options.
6467         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6468         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6469         redundant work.
6470         (flyspell-mode-on): Use add-hook for after-change-functions.
6471         (flyspell-mode-off): Use remove-hook for after-change-functions.
6472         (flyspell-changes): Make it buffer-local.
6473         (flyspell-after-change-function): Make it non-interactive.  Use push.
6474         (flyspell-post-command-hook): Check input-pending-p while processing
6475         the potentially long list of buffer changes.
6477 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6479         * buff-menu.el (list-buffers-noselect): Display the selected
6480         frame's buffer list, not the global one.
6482 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6484         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6485         that (list last-input-event) works as in interactive spec.
6487 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6489         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6490         `facemenu-keymap' needs to be defined when font-lock is loaded.
6491         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6493 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * completion.el: Remove useless leading * in defcustom docstrings.
6496         (save-completions-file-name): Use ~/.emacs.d if available.
6497         (completion-standard-syntax-table): Rename from
6498         cmpl-standard-syntax-table and fold initialization into declaration,
6499         thus removing cmpl-make-standard-completion-syntax-table.
6500         (completion-lisp-syntax-table, completion-c-syntax-table)
6501         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6502         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6503         (symbol-under-point, symbol-before-point)
6504         (symbol-under-or-before-point, symbol-before-point-for-complete)
6505         (add-completions-from-c-buffer): Use with-syntax-table.
6506         (make-completion): Don't return a list of completion entries.
6507         Update callers.
6508         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6509         (completion-initialize): Rename from initialize-completions.
6510         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6511         (kill-emacs-save-completions): Collect stats here.
6512         (save-completions-to-file, load-completions-from-file):
6513         Use with-current-buffer.
6514         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6515         into a function.  Move all calls to toplevel.
6516         (completion-lisp-mode-hook): New fun.
6517         (completion-c-mode-hook, completion-setup-fortran-mode):
6518         Set the syntax-table here.  Use local-set-key.
6519         (completion-saved-bindings): New var.
6520         (dynamic-completion-mode): Make it into a proper minor mode.
6521         (load-completions-from-file): Remove unused var `num-uses'.
6523         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6524         constructor if it is explicitly overridden.
6526         * complete.el (PC-completion-as-file-name-predicate):
6527         Use minibuffer-completing-file-name.
6528         (partial-completion-mode): Use find-file-not-found-functions.
6529         (PC-lisp-complete-symbol): Use with-syntax-table.
6530         (PC-look-for-include-file): Remove dead setq.
6531         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6532         (PC-complete): Use with-current-buffer.
6534         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6535         escape single quotes.
6537 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6539         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6540         of `if' whose condition always returned nil.  Doc fix.
6542         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6543         window's buffer the current buffer around the call to
6544         `list-buffers-noselect'.  This is necessary to mark that buffer
6545         with a `.' in the Buffer Menu when called from Lisp, for instance
6546         by Auto Revert Mode.
6548 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6550         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6551         attaching to it.
6552         (gdb-pre-prompt): Make sure gdb-error is reset.
6554         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6555         with a child process, detect it.
6556         (gud-speedbar-buttons): Match regexp more carefully.
6558 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6560         * mouse.el (mouse-drag-move-window-bottom):
6561         Use adjust-window-trailing-edge.
6563 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6565         * simple.el (blink-matching-open): Ignore
6566         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6567         (blink-matching-paren-on-screen): Update docstring.
6569         * paren.el (show-paren-mode): No longer change
6570         `blink-matching-paren-on-screen'.
6572 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6574         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6575         (gdb-threads-select, gdb-edit-register-value):
6576         Use `posn-set-point' instead of `mouse-set-point' because the
6577         latter is not fbound when configured without X.
6579 2005-11-27  Kim F. Storm  <storm@cua.dk>
6581         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6582         existing face when partially highlighting a TAB in a rectangle.
6584 2005-11-26  Kim F. Storm  <storm@cua.dk>
6586         * ido.el (ido-mode-map): Doc fix.
6587         (ido-mode-common-map, ido-mode-file-map)
6588         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6589         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6590         parent for ido-mode-map instead of building from scratch.
6591         (ido-init-mode-maps): New defun to initialize new maps.
6592         (ido-mode): Call it.
6593         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6594         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6596 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6598         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6599         `mouse-set-point' because the latter is not fbound when configured
6600         without X.
6602 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6604         * files.el (file-relative-name): Doc fix.
6606 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6608         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6609         non-empty string for secondary prompt PS2.
6611 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6613         * progmodes/compile.el (compilation-setup): Fix last change.
6615 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6617         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6618         (gdb-mouse-toggle-breakpoint-margin)
6619         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6620         Add gdb-server-prefix to keep out of command history.
6621         (gdb-edit-register-value): New function.
6622         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6623         (gdb-info-registers-custom): Use above map.
6625 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6627         * custom.el (enable-theme): Signal error if argument is not a
6628         theme.  Don't recalculate a face if it's not loaded yet.
6630         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6631         the `user' theme is in effect.
6633         * info.el (Info-on-current-buffer): Record actual filename in
6634         Info-current-file, instead of t, or a fake filename if a non-file
6635         buffer.  Make autoload.
6636         (Info-find-node, Info-revert-find-node): No need to check for
6637         Info-current-file nil.
6638         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6639         Info-current-file is now never `t'.
6640         (Info-fontify-node): Many simplifications due to Info-current-file
6641         always being valid.  Use Info-find-file to find node filename.
6643 2005-11-25  David Kastrup  <dak@gnu.org>
6645         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6646         new character, then delete" in order to preserve markers.
6648 2005-11-25  David Ponce  <david@dponce.com>
6650         * recentf.el (recentf-arrange-by-rule): Handle a special
6651         `auto-mode-alist'-like "strip suffix" rule.
6652         (recentf-build-mode-rules): Handle second level auto-mode entries.
6654 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6656         * viper-keym.el (viper-ESC-key): Use different values in terminal and
6657         window modes.
6659         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6660         jde-javadoc-checker-report-mode.
6662         * ediff-wind (ediff-make-wide-display): Slight simplification.
6664         * ediff.el (ediff-date): Change the date of last update.
6666 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
6668         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6669         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
6670         (hi-lock-mode): New global minor mode.
6671         (turn-on-hi-lock-if-enabled): New function.
6672         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6673         Change arguments to regexp and face instead of a font-lock pattern.
6674         Directly set face property, instead of refontifying.
6675         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6676         (hi-lock-find-patterns): Use line-number-at-pos.
6678         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
6679         arguments for hi-lock-set-pattern.
6680         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6681         Call font-lock-fontify-buffer.
6682         (hi-lock-find-file-hook, hi-lock-current-line)
6683         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6685         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6686         turned off.
6688         * progmodes/compile.el (compilation-setup): Don't fiddle with
6689         font-lock-defaults.
6691 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
6693         * progmodes/gdb-ui.el (gdb-var-create-handler)
6694         (gdb-var-list-children-handler): Find values for all variable
6695         objects.  gud-speedbar-buttons decides whether to display them.
6697 2005-11-24  Romain Francoise  <romain@orebokech.com>
6699         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6700         buffer name with a space.
6702 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
6704         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6705         `org-export-local-list-max-depth'.  Change default value to 3.
6706         (org-auto-renumber-ordered-lists)
6707         (org-plain-list-ordered-item-terminator): New options.
6708         (org-at-item-p, org-beginning-of-item, org-end-of-item)
6709         (org-get-indentation, org-get-string-indentation)
6710         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6711         New functions.
6712         (org-move-item-down, org-move-item-up): New commands.
6713         (org-export-as-html): New classes for CSS support.  Bug fix in
6714         regular expression detecting fixed-width regions.  Respect
6715         `org-local-list-ordered-item-terminator'.
6716         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6717         also a list item.
6718         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6719         New item moving functions.
6721 2005-11-24  Juri Linkov  <juri@jurta.org>
6723         * isearch.el (isearch-repeat): With empty search ring set
6724         `isearch-error' to the error string instead of signaling error
6725         with the function `error'.
6727 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6729         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6731 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
6733         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6734         and variable.
6735         (gdb-var-create-handler, gdb-var-list-children-handler):
6736         Don't match on "char **...".
6737         (gdb-var-update-handler): Find values for all variable objects.
6738         (gdb-info-frames-custom): Identify frames by leading "#".
6740         * progmodes/gud.el (gud-speedbar-menu-items): Add
6741         gdb-speedbar-auto-raise as radio button.
6742         (gud-speedbar-buttons): Raise speedbar if requested.
6743         Don't match on "char **...".
6744         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6745         Make it editable.
6747 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
6749         * info.el (Info-fontify-node): Handle the case where
6750         Info-current-file is t.
6752 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6754         * simple.el (blink-matching-open): Fix off-by-one in last change.
6756 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6758         * term/mac-win.el: Don't change default directory.
6760 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
6762         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6763         buffers correctly.  (It used to throw an error in such buffers.)
6764         Make it ask for confirmation in group buffers and other Custom
6765         buffers containing more than one customization item.
6767 2005-11-22  John Paul Wallington  <jpw@gnu.org>
6769         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6770         property on mail and url overlays.
6771         (goto-address-at-point): Use `posn-set-point' instead of
6772         `mouse-set-point' because the latter is not fbound when configured
6773         without X.
6775 2005-11-22  Lars Hansen  <larsh@soem.dk>
6777         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6778         (ls-lisp-classify, ls-lisp-format): Delete call to
6779         ls-lisp-parse-symlink.
6780         (ls-lisp-handle-switches): Handle symlinks to directories as
6781         directories when ls-lisp-dirs-first in non-nil.
6783 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
6785         * startup.el (command-line): Make sure that loaddefs.el is handled
6786         correctly in load-history.
6788 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
6790         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6791         (gdb-struct-string, gdb-array-string): New constants.
6792         (gdb-info-locals-handler): Use them.
6793         (gdb-reset): Reset gdb-var-list to nil.
6795 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6797         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6798         in patterns.
6800 2005-11-21  Juri Linkov  <juri@jurta.org>
6802         * custom.el (defcustom): Update link types in docstring.
6804 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6806         * custom.el (defgroup): Add doc-string-elt info.
6808         * widget.el (define-widget): Don't use declare for the doc-string-elt.
6810 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6812         * newcomment.el (comment-enter-backward): Fix last fix.
6814         * simple.el (blink-matching-open):
6815         * paren.el (show-paren-function): Allow new paren-class info.
6817 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6819         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
6820         handled automagically.
6822 2005-11-20  Andreas Schwab  <schwab@suse.de>
6824         * descr-text.el (describe-char): When copying overlays put them
6825         over the full char description instead of just the first character
6826         of it.
6828 2005-11-20  Juri Linkov  <juri@jurta.org>
6830         * simple.el (what-cursor-position):
6831         * descr-text.el (describe-char): Use Lisp-readable syntax
6832         for octal and hex.  Reorder decimal, octal and hex values.
6833         Remove excess whitespace in the output.  Use `=' in `column='
6834         like in `point=' and `Hscroll='.
6836         * international/mule-cmds.el (encoded-string-description):
6837         Use Lisp-readable syntax for hex.
6839 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * newcomment.el (comment-enter-backward): Handle the case where the
6842         comment is closed by EOB.
6844 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6846         * longlines.el (longlines-before-revert-hook)
6847         (longlines-after-revert-hook): New functions.
6848         (longlines-mode): Turn off longlines temporarily when reverting.
6849         Add a message-setup-hook.
6850         (longlines-decode-buffer): New function.
6851         (longlines-wrap-line): Preserve marker positions.
6853 2005-11-19  Andreas Schwab  <schwab@suse.de>
6855         * emacs-lisp/shadow.el: Handle compressed files.
6857 2005-11-19  Romain Francoise  <romain@orebokech.com>
6859         * net/browse-url.el (browse-url-default-browser): Signal an error
6860         if no usable browser can be found, rather than try to load w3.
6862 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
6864         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6865         replacing existing properties.
6866         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6867         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6868         tty specs.
6869         (rcirc-server-prefix, rcirc-server): New faces.
6870         (rcirc-url-regexp): Generate with rx macro.
6871         (rcirc-last-server-message-time): New variable.
6872         (rcirc-filter): Record time of last message.
6873         (rcirc-keepalive): Kill processes that did not send a message
6874         since the last ping.
6875         (rcirc-mode): Give rcirc-topic a local binding here.
6877 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
6879         * subr.el (read-passwd): Fontify the prompt as we do with other
6880         prompts.
6882 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
6884         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6885         binding buffer-read-only to nil.
6887 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6889         * complete.el (partial-completion-mode):
6890         Mention completion-auto-help in the doc string.
6892         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
6893         more Lisp-ish way.
6895 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6897         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6898         digits, not 8, to avoid misalignment for files larger than 100MB.
6900 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6902         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6903         Mention "keyboard shortcuts" in the help text.
6905 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6907         * startup.el (fancy-splash-default-action): Discard only
6908         mouse-down and succeeding mouse-up events in the splash screen
6909         window so that drag-n-drop event can be processed.
6911 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
6913         * longlines.el (longlines-mode): Add hacks for mail-mode and
6914         message-mode.
6916 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6918         * textmodes/org.el (org-table-sort-lines): New command.
6919         (org-tbl-menu): Add entry for `org-table-sort-lines'.
6920         (org-add-file): Command removed, use `org-agenda-file-to-front'
6921         instead.
6922         (org-export-icalendar): Use `org-icalendar-combined-name'.
6923         (org-cycle-agenda-files, org-agenda-file-to-end)
6924         (org-agenda-file-to-front): New commands.
6925         (org-table-tab-jumps-over-hlines, org-export-html-style):
6926         New options.
6927         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6928         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6929         New functions.
6930         (org-fill-paragraph): Call `org-table-align' in tables.
6931         (org-mode): Call `org-set-autofill-regexps'.
6932         (org-export-as-html): Support for local handformatted lists.
6933         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
6934         (org-export-local-list-max-depth): New option.
6935         (org-html-expand): Use `org-html-protect'.
6937 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
6939         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6940         to "p".
6941         (gdb): Move definition of gud-pp to...
6943         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
6944         speedbar.
6945         (gdb-find-watch-expression): New function.
6947 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6949         * faces.el (face-attribute, set-face-attribute): Mention existence
6950         of `:ignore-defface' setting in docstring.
6952 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * simple.el (completion-setup-function): Fix last change.
6956 2005-11-17  John Paul Wallington  <jpw@pobox.com>
6958         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6959         Use `posn-set-point' instead of `mouse-set-point' because the
6960         latter is not fbound when configured without X.
6962         * comint.el (comint-insert-input): Likewise.
6964 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6966         * simple.el (hard-newline): New variable.
6967         (sendmail-user-agent-compose, next-line): Use it.
6969         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6970         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6971         (mail-mail-reply-to, mail-mail-followup-to)
6972         (mail-position-on-field, mail-signature, mail-yank-original)
6973         (mail-attach-file): Likewise.
6975         * mail/mailheader.el (mail-header-format)
6976         (mail-header-format-function): Likewise.
6978         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6980 2005-11-17  Juri Linkov  <juri@jurta.org>
6982         * font-lock.el (font-lock-faces): Rename this defgroup from
6983         `font-lock-highlighting-faces'.
6984         (font-lock-comment-face, font-lock-comment-delimiter-face)
6985         (font-lock-string-face, font-lock-doc-face)
6986         (font-lock-keyword-face, font-lock-builtin-face)
6987         (font-lock-function-name-face, font-lock-variable-name-face)
6988         (font-lock-type-face, font-lock-constant-face)
6989         (font-lock-warning-face, font-lock-negation-char-face)
6990         (font-lock-preprocessor-face)
6991         (font-lock-regexp-grouping-backslash)
6992         (font-lock-regexp-grouping-construct): Rename :group from
6993         `font-lock-highlighting-faces' to `font-lock-faces'.
6995         * cus-edit.el (lisp, c, tex):
6996         * progmodes/ada-mode.el (ada):
6997         * progmodes/asm-mode.el (asm):
6998         * progmodes/cperl-mode.el (cperl-faces):
6999         * progmodes/cpp.el (cpp):
7000         * progmodes/dcl-mode.el (dcl):
7001         * progmodes/f90.el (f90):
7002         * progmodes/fortran.el (fortran):
7003         * progmodes/icon.el (icon):
7004         * progmodes/idlwave.el (idlwave-misc):
7005         * progmodes/m4-mode.el (m4):
7006         * progmodes/make-mode.el (makefile):
7007         * progmodes/meta-mode.el (meta-font):
7008         * progmodes/modula2.el (modula2):
7009         * progmodes/octave-mod.el (octave):
7010         * progmodes/pascal.el (pascal):
7011         * progmodes/perl-mode.el (perl):
7012         * progmodes/prolog.el (prolog):
7013         * progmodes/ps-mode.el (PostScript-edit):
7014         * progmodes/scheme.el (scheme):
7015         * progmodes/sh-script.el (sh-script):
7016         * progmodes/simula.el (simula):
7017         * progmodes/tcl.el (tcl):
7018         * textmodes/nroff-mode.el (nroff):
7019         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7020         * textmodes/sgml-mode.el (sgml):
7021         * textmodes/texinfo.el (texinfo):
7022         Add :link (custom-group-link font-lock-faces) to defgroup.
7024         * hi-lock.el (hi-lock): Rename this defgroup from
7025         `hi-lock-interactive-text-highlighting'.  Change parent group from
7026         `faces' to `font-lock'.  Add link to the manual.
7027         (hi-lock-mode, hi-lock-file-patterns-range)
7028         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7029         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7030         (hi-lock-faces): Add :group `faces'.
7032         * cus-edit.el (custom-variable-prompt): Clarify the code.
7034         * faces.el (face-read-string): Set the default value arg of
7035         completing-read.
7037 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7039         * rfn-eshadow.el (file-name-shadow-properties)
7040         (file-name-shadow-tty-properties, file-name-shadow-mode):
7041         Remove autoloads, because the file is now preloaded.
7043 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7045         * printing.el (easy-menu-intern): Don't define.
7046         (pr-get-symbol): Use easy-menu-intern only if defined.
7048         * simple.el (blink-matching-open): Simplify a bit.
7049         (completion-setup-function): Fix the case of partial-completion-mode
7050         when the minibuffer's contents start with "-".
7051         Obey completion-base-size-function even when
7052         minibuffer-completing-file-name is non-nil.
7054 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7056         * net/eudcb-ph.el (eudc-ph-open-session):
7057         Use set-process-query-on-exit-flag.
7059         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7061         * international/ucs-tables.el (ucs-set-table-for-input):
7062         Use make-local-variable, not make-variable-buffer-local.
7064         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7065         Improve warning message text.
7067         * savehist.el (savehist-save-hook): Add :group.
7069         * menu-bar.el (menu-bar-help-menu):
7070         Rename Find Extra Packages to External Packages.
7072         * cus-edit.el (Custom-reset-standard): Verify that
7073         :custom-standard-value prop exists before calling it.
7075         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7077 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7079         * wid-edit.el (color): Enclose %t in %{...%}.
7081         * cus-edit.el (face): Enclose %t in %{...%}.
7083 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7085         * savehist.el (savehist-mode-hook): Re-add the var.
7086         (savehist-mode): Use it.
7088 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7090         * textmodes/flyspell.el: Fix commenting convention.
7091         Remove unnecessary leading * in custom docstrings.
7092         (flyspell-emacs): Remove unused var.
7093         (flyspell-delete-region-overlays): Use remove-overlays.
7094         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7095         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7096         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7097         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7098         (make-flyspell-overlay): Don't locally reuse a global name.
7099         (flyspell-highlight-incorrect-region)
7100         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7101         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7102         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7103         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7104         Wrap calls to accept-process-output inside with-local-quit since it's
7105         often called from a post-command-hook.
7106         (flyspell-correct-word, flyspell-auto-correct-word):
7107         Use ispell-send-string.
7108         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7110         * calendar/diary-lib.el (diary-list-entries): Also hide the
7111         terminating newline.
7113 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7115         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7116         window-system, to allow fonts on tty.
7118 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7120         * progmodes/gud.el (gud-speedbar-item-info): New function.
7121         (gud-install-speedbar-variables): Use it to display data type
7122         of watch expression as a tooltip in speedbar.
7124 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7126         * font-core.el (global-font-lock-mode): Add :version keyword,
7127         because default was changed.
7129         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7131         * startup.el (command-line): Use `custom-reevaluate-setting' for
7132         `file-name-shadow-mode'.
7134         * loadup.el: Preload rfn-eshadow.
7136         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7137         Add :version keyword.
7138         (file-name-shadow-properties, file-name-shadow-tty-properties)
7139         (file-name-shadow): Add :version keyword.
7141         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7142         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7143         in the custom-group property of the symbol frames and the fringe
7144         group got no link to its parent group frames.
7145         Doc fix.
7147 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7149         * progmodes/gud.el (gud-stop-subjob): New function.
7150         (gud-menu-map, gud-tool-bar-map): Use it.
7152 2005-11-16  Kim F. Storm  <storm@cua.dk>
7154         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7155         than kill it.
7156         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7157         to a more useful/logical place.
7159 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7161         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7162         go buttons complementary.
7164 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7167         (rfn-eshadow-sifn-equal): New function.
7168         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7170 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7172         * viper-utils.el (viper-non-word-characters-reformed-vi):
7173         Quote `-' in string.
7175         * viper.el (viper-emacs-state-mode-list): Ensure that
7176         rcirc-mode buffers come up in Emacs state.
7178         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7179         operation.
7181 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7183         * term.el (term-termcap-format): Fix typos.
7184         (term-down): Fix the negative argument case.
7186 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7188         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7189         2005-08-15.
7190         (gdb-ann3): New command gud-go.
7191         (menu): Accomodate gdb-mi.el.
7192         (gdb-assembler-custom): Make buffer of selected window current
7193         so that set-window-point works.
7195         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7196         buttons and include new ones.
7198 2005-11-16  Kim F. Storm  <storm@cua.dk>
7200         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7201         (gud-menu-map): Use it.
7203 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7205         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7206         that works correctly for Custom and that does not override a user
7207         who disables it.
7209         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7210         (help-xref-interned, help-follow): Make hyperlinks for variables
7211         that are unbound, but have a non-nil variable-documentation property.
7213         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7214         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7215         Use the `variable-documentation' property to give the mode hook a
7216         docstring and expand that docstring.
7218 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7220         * savehist.el (savehist-mode): Don't bother with
7221         `custom-set-minor-mode'.
7222         (savehist-coding-system): Check XEmacs version.
7223         (history-length): Declare also at run time.
7224         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7225         Don't set the customize state.
7226         (savehist-minibuffer-hook): Special case for when
7227         minibuffer-history-variable is equal to t.
7229 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * files.el (write-file): Refresh VC status.
7233         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7234         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7235         than fundamental-mode to see if the mode was set.
7237 2005-11-14  Romain Francoise  <romain@orebokech.com>
7239         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7240         dummy function in `eval-when-compile' to avoid compiler warning.
7241         Require `man' at compile time.
7243 2005-11-14  Jay Belanger  <belanger@truman.edu>
7245         * calc-alg.el (calcFunc-write-out-power): Rename it to
7246         calcFunc-powerexpand.
7247         (math-write-out-power): Rename it to math-powerexpand; have it
7248         handle negative exponents.
7249         (calc-writeoutpower): Rename it to calc-powerexpand.
7251         * calc-ext.el: Change calcFunc-writeoutpower and
7252         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7253         autoloads.
7254         Add calcFunc-ldiv to autoloads.
7256         * calc-arith.el (calcFunc-ldiv): New function.
7258         * calc.el (calc-left-divide): New function.
7260 2005-11-14  Juri Linkov  <juri@jurta.org>
7262         * cus-edit.el (custom-variable-prompt): Set the default value arg
7263         of completing-read.
7265         * cus-dep.el (custom-make-dependencies): Reverse the list of
7266         found dependencies.
7268 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7270         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7271         Highlighting" entry, it is on by default now.
7272         (menu-bar-options-save): Do not save global-font-lock-mode.
7274 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7276         * textmodes/flyspell.el (flyspell-large-region):
7277         Call flyspell-accept-buffer-local-defs.
7279 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7281         * textmodes/flyspell.el (flyspell-notify-misspell):
7282         Fix misspelling of "Misspelling".
7283         (flyspell-process-localwords): New function.
7284         (flyspell-large-region): Call flyspell-process-localwords and
7285         flyspell-delete-region-overlays.
7286         (flyspell-delete-region-overlays): New function.
7287         (flyspell-delete-all-overlays): Call that.
7289 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7291         * help.el (help-for-help-internal): Improve doc of C-h a.
7292         (describe-key): Improve prompt; doc fix.
7294 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7296         * vc-svn.el (vc-svn-registered): Catch all errors.
7298         * cus-dep.el (custom-make-dependencies): Typo.
7300 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7302         * net/tramp-util.el (top): Fix compilation warning.
7304 2005-11-13  Kim F. Storm  <storm@cua.dk>
7306         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7308 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7310         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7311         (gud-speedbar-buttons): Match on "const char *" too.
7313         * progmodes/gdb-ui.el (gdb-var-create-handler)
7314         (gdb-var-list-children-handler): Match on "const char *" too.
7315         (gdb-var-evaluate-expression-handler): Match on empty string.
7316         (gdb-var-update-handler): Only call
7317         gdb-var-evaluate-expression-handler when required.
7319 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7321         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7322         selected window.  This still doesn't work for speedbar.
7323         (gud-speedbar-buttons): Handle string expressions properly.
7325         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7326         (gdb-var-create-handler): Handle string expressions properly.
7327         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7328         Handle string expressions properly.  Move "type" field into regexp.
7330 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7332         * bookmark.el (bookmark-maybe-message): New function to reduce
7333         code duplication: invokes `message' iff baud-rate is high enough.
7334         (bookmark-write-file): Use above instead of an inline conditional.
7335         (bookmark-load): Same.
7337 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7339         * bookmark.el (bookmark-write-file): Don't visit the destination
7340         file, just write the data to it using write-region.  This is
7341         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7342         change to avoid visiting the file in the first place.
7344 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7346         * hi-lock.el (hi-lock-mode): Set the default value of
7347         font-lock-defaults.
7349 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7351         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7352         arg to `file-attributes'.
7353         (find-lisp-format): The UID and GID can now be strings.
7355 2005-11-12  Kim F. Storm  <storm@cua.dk>
7357         * help.el (help-map): Bind C-h d to apropos-documentation.
7359         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7360         when point is at end-of-buffer.
7362         * apropos.el (apropos-match-face): Doc fix.
7363         (apropos-sort-by-scores): Add new choice `verbose'.
7364         (apropos-documentation-sort-by-scores): New defcustom.
7365         (apropos-pattern): Now contains the pattern entered by the user.
7366         (apropos-pattern-quoted): New defvar.
7367         (apropos-regexp): New defvar, containing the regexp corresponding
7368         to apropos-pattern.
7369         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7370         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7371         interactive calls; returns list of words for a word list, and
7372         string for a regexp.
7373         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7374         parses a list of words or regexp as returned by apropos-read-pattern.
7375         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7376         (apropos-score-doc): Return a very high score if the string
7377         entered by the user matches literally.
7378         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7379         (apropos-command): Doc fix.  Use apropos-read-pattern and
7380         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7381         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7382         apropos-parse-pattern.
7383         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7384         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7385         apropos-documentation-sort-by-scores.  Call apropos-print with
7386         nosubst=t.
7387         (apropos-documentation-internal): Pass doc string through
7388         substitute-key-definition before adding text properties.
7389         Highlight substring matching literal user input if possible.
7390         (apropos-documentation-check-doc-file): Remove locals beg and end.
7391         Fix calculation of score (as added twice).  Pass doc string through
7392         substitute-key-definition before adding text properties.
7393         (apropos-documentation-check-elc-file): Pass doc string through
7394         substitute-key-definition before adding text properties.
7395         Highlight substring matching literal user input if possible.
7396         (apropos-print): Add new arg NOSUBST; if set, command and variable
7397         doc strings have already been passed through substitute-key-definition.
7398         Add code to handle apropos-accumulator items without score element
7399         for backwards compatibility (e.g. with woman package).
7400         Only show scores if apropos-sort-by-scores is `verbose'.
7402 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7404         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7405         Add jka-compr-load-suffixes to load-suffixes.
7407         * jka-compr.el: Require jka-cmpr-hook.
7408         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7409         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7410         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7411         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7412         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7413         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7414         (jka-compr-uninstall): Remove entries from
7415         jka-compr-added-to-file-coding-system-alist after they are used.
7416         (jka-compr-error): Remove unused var `curbuf'.
7417         (jka-compr-file-local-copy): Remove unused var `notfound'.
7419 2005-11-10  Romain Francoise  <romain@orebokech.com>
7421         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7423 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7425         * progmodes/gud.el (gud-menu-map): Move parentheses.
7426         (gdb): New command gud-pv.
7428 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * tar-mode.el: Remove spurious or unnecessary leading stars
7431         in docstrings.
7432         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7433         (tar-parse-octal-integer-safe): Use mapc.
7434         (tar-header-block-summarize): Remove unused var `ck'.
7435         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7436         cleared before.  Obey default-enable-multibyte-characters.
7437         Use mapconcat.  Simplify setting of tar-header-offset.
7438         (tar-mode-map): Move initialization inside delcaration.
7439         (tar-flag-deleted): Use `abs'.
7440         (tar-expunge-internal): Remove unused var `line'.
7441         (tar-expunge-internal): Don't hardcode point-min==1.
7442         (tar-expunge): Widen while doing set-buffer-multibyte.
7443         (tar-rename-entry): Use file-name-coding-system.
7444         (tar-alter-one-field): Don't hardcode point-min==1.
7445         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7446         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7448 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7450         * add-log.el (add-log-current-defun): Handle class::method
7451         notation of c++.  Fix incorrect comment.
7453 2005-11-10  Alan Mackenzie  <acm@muc.de>
7455         * help-fns.el (describe-variable): Make C-h v work when a variable
7456         has variable documentation yet is unbound.
7458 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7460         * man.el (Man-highlight-references): Set an empty
7461         string to `Man-arguments' if it is nil.
7462         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7464 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7466         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7467         commenting conventions.
7469         * cus-dep.el (custom-make-dependencies): Simplify.
7470         Better follow the commenting conventions.
7472 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7474         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7475         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7476         All uses changed.
7477         (apropos-rewrite-regexp): Doc fix.
7478         (apropos-variable, apropos-command, apropos, apropos-value):
7479         Change prompt; carry through the argument renaming.
7481 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7483         * find-lisp.el: Require dired.
7484         (find-lisp-find-dired-internal): Do not call
7485         `abbreviate-file-name' on DIR.
7487 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7489         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7491 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7493         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7494         when using the speedbar.
7495         (gdb): New command gud-pp.
7496         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7498 2005-11-09  Juri Linkov  <juri@jurta.org>
7500         * replace.el (occur-excluded-properties): New defcustom.
7501         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7503 2005-11-08  Jay Belanger  <belanger@truman.edu>
7505         * calc/calc-units.el (math-convert-units): Replace any composite
7506         unit by its definition.
7508 2005-11-08  Lars Hansen  <larsh@soem.dk>
7510         * emacs-lisp/autoload.el (update-directory-autoloads):
7511         Add obsolete function alias.
7513 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7515         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7516         comment-indent-function.
7517         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7519         * reveal.el (reveal-post-command): Rework the handling of
7520         reveal-open-spots, so as to be more reliable.  There were several
7521         tricky corner cases where an open spot might be lost, or where
7522         a closed spot might end up on the list of open spots.
7523         Only reveal text that's ellipsised.
7525 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7527         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7529 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7531         * ibuffer.el (ibuffer): Search iconified frames too when
7532         getting Ibuffer buffer's window.
7534 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7536         * progmodes/compile.el (compilation-internal-error-properties):
7537         save-excursion around the computation of MARKER.
7539 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7541         * textmodes/flyspell.el (flyspell-external-point-words):
7542         flyspell-get-word returns a list, not just a string.
7544 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7546         * ibuffer.el (ibuffer): Search all visible frames when getting
7547         Ibuffer buffer's window.
7549 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7551         * man.el (Man-reference-regexp): Accept spaces between
7552         `Man-name-regexp' and `Man-section-regexp'.
7553         (Man-apropos-regexp): New variable.
7554         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7555         if available.
7556         (Man-highlight-references, Man-highlight-references0):
7557         Handle the case when `Man-arguments' includes "-k".
7558         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7559         `TARGET'. `TARGET' can be a number, function or nil.
7561 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7563         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7564         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7565         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7566         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7567         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7568         (gdb-send-item): Use buffer-local-value and simplify.
7570 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7572         * startup.el (command-line): Use `custom-reevaluate-setting' for
7573         `global-font-lock-mode'.
7575         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7576         by default, except in batch mode or when the -D option is given.
7578         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7579         specified keyword args on to `define-minor-mode'.  Update docstring.
7581 2005-11-05  Romain Francoise  <romain@orebokech.com>
7583         * replace.el (occur-engine): Add marker at end of line, too.
7585 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7587         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7588         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7589         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7590         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7591         argument to all these routines, so the passphrase can be managed
7592         externally and passed in to the system.
7593         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7594         pgg-add-passphrase-to-cache function.
7596         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7597         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7598         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7599         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7600         argument to all these routines, so the passphrase can be managed
7601         externally and passed in to the system.
7602         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7603         function.
7605 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7607         * font-lock.el: Don't deal with font-lock-face-attributes here,
7608         move the code ...
7610         * startup.el (command-line): ... here.  Use face-spec-set instead
7611         of custom-declare-face.
7613         * faces.el (face-spec-set): Reset the face if spec is not nil.
7615 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * newcomment.el (comment-region-internal): Box more tightly in the
7618         common case where there's no TAB in the boxed text.
7620 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7622         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7623         up-node.
7625 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7627         * newsticker.el: Commentary updated.  Code formatting changed.
7628         (newsticker-version): Change to "1.9".
7629         (newsticker, newsticker-feed): Doc fix.
7630         (newsticker-url-list): Doc fix.  Add option "Weekly".
7631         (newsticker-retrieval-interval): Add option "Weekly".
7632         (newsticker-headline-processing): Doc fix.
7633         (newsticker-auto-mark-filter): Remove.
7634         (newsticker-auto-mark-filter-list): New.
7635         (newsticker-layout, newsticker-sort-method): Doc fix.
7636         (newsticker-hide-old-items-in-newsticker-buffer)
7637         (newsticker-heading-format, newsticker-item-format)
7638         (newsticker-desc-format): Doc fix.
7639         (newsticker-show-all-rss-elements): Remove.
7640         (newsticker-show-all-news-elements): New.
7641         (newsticker-faces, newsticker-ticker): Doc fix.
7642         (remove-from-invisibility-spec): Code formatting.
7643         (newsticker--process-ids): New.
7644         (newsticker-mode): Doc fix.
7645         (newsticker-mode): Change mode-line-format.
7646         (newsticker-start): Remove debug output.
7647         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
7648         (newsticker-w3m-show-inline-images): Code formatting.
7649         (newsticker-next-item): Call `force-mode-line-update'.
7650         (newsticker-previous-item): Call `force-mode-line-update'.
7651         (newsticker-next-feed): Call `force-mode-line-update'.
7652         (newsticker-previous-feed): Call `force-mode-line-update'.
7653         (newsticker-mark-all-items-at-point-as-read): Code formatting.
7654         (newsticker-show-old-items): Do not show descs.
7655         (newsticker-hide-entry): Hide too much.
7656         (newsticker-hide-entry, newsticker-show-entry)
7657         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7658         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7659         (newsticker-toggle-auto-narrow-to-item): Code formatting.
7660         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7661         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7662         (newsticker-get-news): Call `force-mode-line-update'.
7663         Collect process ids.
7664         (newsticker--sentinel): Change coding system handling.
7665         Move image retrieval to new functions newsticker--get-logo-url-*.
7666         Move feed parsing to new functions newsticker--parse-*.
7667         Update list of process ids.
7668         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7669         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7670         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7671         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7672         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7673         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7674         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7675         (newsticker--decode-coding-string): Remove.
7676         (newsticker--decode-numeric-entities): Check input.  Format code.
7677         (newsticker--remove-whitespace): Check input.
7678         (newsticker--do-forget-preformatted): Doc fix.
7679         (newsticker--decode-rfc822-date): Allow for missing time.
7680         (newsticker--update-process-ids): New.
7681         (newsticker--image-sentinel): Change comment.
7682         (newsticker--image-read): Change error message.
7683         (newsticker--imenu-goto): Doc fix.  Show headline title.
7684         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7685         (newsticker--buffer-do-insert-text): Clean whitespace in
7686         html-rendered headline title.  Code formatting.
7687         Call `newsticker--buffer-print-extra-elements'.
7688         (newsticker--buffer-print-extra-element): Remove.
7689         (newsticker--buffer-print-extra-elements): New.
7690         (newsticker--buffer-do-print-extra-element): New.
7691         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
7692         large sizes.
7693         (newsticker--run-auto-mark-filter)
7694         (newsticker--do-run-auto-mark-filter):
7695         Use `newsticker-auto-mark-filter-list'.
7697 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
7699         * net/rcirc.el: Use split-string OMIT-NULLS argument.
7700         (rcirc-print): Force redisplay before running hooks.  Do long
7701         buffer truncation after making new text read-only.  Deal with nil
7702         text when decoding strings.  If TARGET is nil, use either the
7703         currently selected buffer, if it is an rcirc buffer and of the
7704         same process or the process buffer.
7705         (rcirc-mode): Remove header-line.  Recompute short buffer names.
7706         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7707         (rcirc-short-buffer-name): Add variable.
7708         (rcirc-kill-buffer-hook): Recompute short buffer names.
7709         Remove nick from private channel.
7710         (rcirc-send-input): Send command text to current-buffer.
7711         Don't clear overlay arrow here.
7712         (rcirc-short-buffer-name): Return a short buffer name.
7713         (rcirc-update-short-buffer-names, rcirc-abbreviate)
7714         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7715         buffer-name abbreviations.
7716         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7717         Do not touch nick-table when killing a parted channel.
7718         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7719         Clear arrow from current buffer if it is now hidden.
7720         (rcirc-current-buffer): Add variable.
7721         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7722         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7723         Remove -face from names.
7724         (rcirc-update-activity-string): Print "DND" when globally ignoring
7725         activity.
7726         (rcirc-ignore-buffer-activity-flag): Rename from
7727         rcirc-ignore-channel-activity.
7728         (rcirc-ignore-all-activity-flag): Doc fix.
7729         (rcirc-channels): Remove variable.
7730         (rcirc-kill-buffer-hook):
7731         (rcirc-get-buffer-create): Add nick to private channel.
7732         (rcirc-multiline-edit-submit): Remove tabs.
7733         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7734         folded.
7735         (rcirc-remove-nick-channel): Bug fix.
7736         (rcirc-toggle-ignore-buffer-activity): Rename from
7737         rcirc-toggle-ignore-channel-activity.
7738         (rcirc-record-activity): Add buffers to the front of the list.
7739         (rcirc-update-activity): Remove killed buffers from list.
7740         (rcirc-process-server-response-1): Remove last argument if it is
7741         null before calling handler.
7742         (rcirc): Add "rcirc" defcustom prefix.
7743         (rcirc-prompt): Simplify default prompt.
7744         Use custom-initialize-default.
7745         (rcirc-private-chats): Remove variable.
7746         (rcirc-prompt): Change initialization.
7747         (rcirc-version): Remove function.
7748         (rcirc-id-string): Add constant.
7749         (rcirc-last-buffer): Remove variable.
7750         (rcirc-buffer-alist): Add variable.
7751         (rcirc-connect): Update variable setup.
7752         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7753         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7754         default.
7755         (rcirc-handler-generic): Trigger activity.
7756         (rcirc-send-message): Create the buffor of the target.
7757         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7758         (rcirc-get-buffer): Just return nil if there is no matching buffer.
7759         (rcirc-multiline-edit-cancel): Remove function.
7760         (rcirc-set-last-buffer): Remove function.
7761         (rcirc-get-any-buffer): Add function.
7762         (rcirc-join-channels): Don't print /join text.
7763         (rcirc-toggle-ignore-channel-activity): Add and update echo area
7764         messages.
7765         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7766         (rcirc-handler-NOTICE): Recognize CTCP responses.
7767         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7768         constructing TOPIC string for buffers we are not JOINed.
7769         (rcirc-handler-CTCP-response): Add handler.
7770         (rcirc-multiline-edit-submit): Restore the window-configuration
7771         before adjusting point.
7772         (rcirc): Add customization group.
7773         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7774         (rcirc-user-full-name, rcirc-startup-channels-alist)
7775         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7776         (rcirc-ignore-all-activity-flag, rcirc-time-format)
7777         (rcirc-input-ring-size, rcirc-read-only-flag)
7778         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7779         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7780         Change defvar to defcustom.
7781         (rcirc-update-prompt): Add optional ALL arg, which will update
7782         prompts in all rcirc buffers.  Regexp quote replacement text.
7783         (rcirc-fill-column): Accept frame-width as a value.
7784         (rcirc-set-changed): Add function.
7785         (rcirc-next-active-buffer): Write more meaningful messages.
7786         (rcirc-faces): Add customization group.
7787         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7788         (rcirc-nick-in-message-face, rcirc-prompt-face)
7789         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7790         (with-rcirc-process-buffer): Move before first usage.
7791         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7792         (rcirc-debug-flag): Rename from `rcirc-log-p'.
7793         (rcirc-debug): Rename from `rcirc-log'.
7794         (rcirc-format-response-string): Do not print `-' chars for a
7795         NOTICE with no sender.  Simplify output of server responses.
7797 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
7799         (rcirc-browse-url-map, rcirc-browse-url-at-point)
7800         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7801         Make urls mouse and RET clickable.
7803 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
7805         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7807 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7809         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7810         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7811         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7812         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7813         argument to all these routines, so the passphrase can be managed
7814         externally and passed in to the system.
7815         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7816         pgg-add-passphrase-to-cache function.
7818         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7819         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7820         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7821         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7822         argument to all these routines, so the passphrase can be managed
7823         externally and passed in to the system.
7824         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7825         function.
7827 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7829         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7830         from goto-address-url-regexp.
7832 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7834         * textmodes/org.el (org-read-date, org-goto-calendar)
7835         (org-recenter-calendar, org-agenda-goto-calendar):
7836         Temporarily clear `calendar-move-hook'.
7838 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
7840         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7841         merging.
7843         * ediff-util.el (ediff-previous-difference): Don't skip regions that
7844         have merge clashes.
7846 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7848         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7849         Undo previous change.
7851         * startup.el (command-line): Use `custom-reevaluate-setting' for
7852         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
7853         tty-register-default-colors on Mac.
7855 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7857         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7858         (gdb-buffer-type): Make it automatically buffer local...
7859         (gdb-get-create-buffer): ...and set it accordingly.
7860         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7861         actually work.
7863 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
7865         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7866         not red.
7868 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7870         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7871         case GUD buffer is not visible.
7872         (gdb-goto-breakpoint): Try to force display in source buffer.
7873         (gdb-frame-gdb-buffer): Copy other similar functions.
7874         (gdb-restore-windows): Don't display source if not asked for.
7875         (gdb-assembler-buffer-name): Don't capitalise.
7877 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7879         * wid-edit.el (key-sequence): New widget type.
7881         * simple.el (set-mark-command-repeat-pop): New variable.
7882         (set-mark-command): Only interpret plan C-@ after a pop as a pop
7883         if set-mark-command-repeat-pop is true.
7885         * info.el (Info-fontify-node): Don't display extra "see" if there
7886         already is one here.
7888         * mouse.el: Fix special handling of DEL after dragging a region:
7889         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7890         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
7892         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7894         * textmodes/ispell.el (ispell-command-loop): Change `i' description
7895         not to assume it pertains to an affix.
7897         * textmodes/flyspell.el (flyspell-post-command-hook):
7898         Bind deactivate-mark to prevent deactivation.
7900 2005-11-03  Lars Hansen  <larsh@soem.dk>
7902         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7903         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7904         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7906 2005-11-03  Romain Francoise  <romain@orebokech.com>
7908         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
7909         Update copyright years.
7911 2005-11-03  Sam Steingold  <sds@gnu.org>
7913         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7914         Use system-type instead of window-system because window-system is not
7915         correctly defined during loadup.
7917 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
7919         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7920         (xml-parse-tag): Join strings separated by a comment properly.
7922 2005-11-02  Andreas Schwab  <schwab@suse.de>
7924         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7926 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7929         (byte-optimize-pure-func): Quote the eval'd value.
7931         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7932         Rename from perl-font-lock-syntactic-face-function.
7933         Change the calling convention so it can be used as a font-lock MATCHER.
7934         Do the parse-partial-sexp loop outselves.
7935         (perl-font-lock-syntactic-keywords): Use it.
7936         (perl-mode): Don't set font-lock-syntactic-face-function any more.
7938 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
7940         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7941         disassembly buffer too.
7942         (gdb-exited): Remove overlay arrows when execution has finished.
7943         (gdb-info-frames-custom, gdb-info-threads-custom)
7944         (gdb-info-registers-custom): Don't add inappropriate text
7945         properties if inferior is not active.
7947 2005-11-02  Glenn Morris  <rgm@gnu.org>
7949         * progmodes/fortran.el (fortran-blink-match):
7950         Use `blink-matching-delay'.
7952 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
7954         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7956 2005-11-02  Lars Hansen  <larsh@soem.dk>
7958         * net/tramp.el (tramp-action-out-of-band): Handle scp message
7959         "Permission denied".
7961 2005-11-01  Richard M. Stallman  <rms@gnu.org>
7963         * textmodes/flyspell.el (flyspell-external-point-words):
7964         Pass nil to flyspell-get-word.
7966 2005-11-02  Kim F. Storm  <storm@cua.dk>
7968         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7969         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7971 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7973         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7974         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7975         (calendar-mouse-print-dates): Add optional `event' argument.
7976         Update interactive-spec.
7977         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7978         Use `calendar-event-to-date' instead of `event'.
7980 2005-11-02  Masatake YAMATO  <jet@gyve.org>
7982         * progmodes/ld-script.el (ld-script-builtins):
7983         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7984         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7985         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7987 2005-11-01  Romain Francoise  <romain@orebokech.com>
7989         * vc-sccs.el: Update copyright year.
7990         * ezimage.el: Likewise.
7992 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
7994         * info.el (Info-fontify-node): Use `string-width' for fontifying
7995         underlined titles.
7997 2005-11-01  Juri Linkov  <juri@jurta.org>
7999         * info.el (Info-fontify-node): Downcase node header keywords Node,
8000         Prev, Next, Up before comparison.
8001         (Info-history): Insert absolute directory name, and put invisible
8002         property on it.
8004 2005-11-01  Juri Linkov  <juri@jurta.org>
8006         * info.el (Info-file-supports-index-cookies): New variable.
8007         (Info-find-node-2): Check makeinfo version for index cookie support.
8008         (Info-index-nodes): Search for nodes with index cookies only when
8009         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8010         with "Index" in the node name.
8011         (Info-index-node): Search index cookie in the current node only when
8012         Info-file-supports-index-cookies is t.  Otherwise, check the word
8013         "Index" in the node name.
8014         (Info-find-emacs-command-nodes): Remove code that searches nodes
8015         with "Index" node name in the top menu.
8017 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8019         * progmodes/scheme.el (scheme-mode-variables): Use the default
8020         comment-indent-function.
8022         * faces.el (face-attribute): Handle the case where a face inherits from
8023         a non-existent face.
8025         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8026         for octal and hexa output, and merge the char into the paren.
8027         (kill-new): Use push.
8028         (copy-to-buffer): Use with-current-buffer.
8029         (completion-setup-function): Move code in loop to remove redundancy.
8030         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8031         those inherited from minibuffer-local-completion-map.
8033         * savehist.el (savehist-mode) <defcustom>:
8034         Use custom-set-minor-mode if available.
8035         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8036         and emit a message if applicable.
8038 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8040         * savehist.el: Sync up to version 19.
8041         (savehist-mode): New minor mode.
8042         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8043         (savehist-length): Remove (use history-length instead).
8044         (savehist-file-modes): Rename from savehist-modes.
8045         (savehist-save-hook, savehist-loaded): New vars.
8046         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8047         old format to new format.
8048         (savehist-install): Allow savehist-autosave-interval to be nil.
8049         (savehist-save): Run the new hook.  Be more careful to only trim the
8050         history variables.
8051         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8052         (savehist-printable): Print into a buffer rather than char-by-char.
8054 2005-11-01  John Wiegley  <johnw@newartisans.com>
8056         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8057         toggle-ignore keybinding (C-a).  The author said it had been
8058         disabled much earlier due to a possible incompatibility, but after
8059         many months of usage I have encountered no problems (and it is a
8060         rather useful option, especially for switching to " *temp*").
8062         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8063         support for OS/X's AddressBook, by calling out to the open source
8064         program "contacts" (installable through Fink).
8066         * net/eudc.el (eudc-expand-inline): If the
8067         `eudc-multiple-match-handling-method' is set to `all', delete the
8068         query string before inserting the query result.
8070         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8071         flag, to prevent Eshell from using the system ls when
8072         `eshell-ls-insert-directory' is in used.
8073         (eshell-ls-insert-directory): Disable font-lock in directory
8074         buffer so that Eshell's own fontification is seen.  This broke
8075         recently due to changes in font-lock, so this goes back to version
8076         21 behavior.
8078 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8080         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8081         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8082         (gdb-many-windows): Doc fix.
8084 2005-10-31  Romain Francoise  <romain@orebokech.com>
8086         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8088 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8090         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8091         that global-font-lock-mode can be enabled by default.
8093         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8094         (font-lock-add-keywords, font-lock-remove-keywords)
8095         (font-lock-fontify-buffer): Remove autoload cookies.
8097         * jit-lock.el (jit-lock-register): Likewise.
8099         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8101 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8103         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8104         intact if there is no gud-comint-buffer.
8106 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8108         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8109         old prompt comint-prompt-read-only is t and GDB commands are
8110         issued from tool bar etc.
8112 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8114         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8116 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8118         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8119         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8121 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8123         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8124         starting at beginning of line.  Fontification is messed up when
8125         `open-paren-in-column-0-is-defun-start' set to t.
8126         Reported by John Paul Wallington <jpw@pobox.com>.
8128 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8130         * comint.el (comint-send-input): Call `comint-update-fence' when
8131         `comint-process-echoes' and `comint-prompt-read-only' are both
8132         non-nil, to avoid leftover read-only newline.
8134 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8136         * textmodes/flyspell.el (flyspell-external-point-words):
8137         Detect when WORD can't be checked properly because
8138         flyspell-get-word finds just part of it, and move on.
8140         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8141         boundarychar for Polish.
8142         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8143         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8145 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8147         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8148         (gdb-registers-font-lock-keywords): Delete.
8149         (gdb-registers-mode): Don't fontify.
8150         (gdb-info-registers-custom): Use text properties instead as, in
8151         future, changed register values will use font-lock-warning-face.
8152         (gdb-local-font-lock-keywords): Rename to...
8153         (gdb-locals-font-lock-keywords): ...for consistency.
8155 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8157         * vc.el (vc-switch-backend): Better error message if the buffer is
8158         not visiting a file under version control.
8160         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8162 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8164         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8165         ~/.emacs.d/.emacs.
8167 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8169         * replace.el (occur-mode-mouse-goto): Always go to other window.
8170         (occur-mode-goto-occurrence): Always switch in same window.
8172         * simple.el (undo): Display message at end, not at start.
8174         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8175         New arg REUSE-CELL.
8176         (cancel-timer-internal): New function.
8177         (timer-event-handler): Use cancel-timer-internal,
8178         and pass the cell it returns to timer-activate...
8180         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8181         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8182         (jit-lock-after-change): Test memory-full.
8184 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8186         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8187         part of the decoded armor to find the key-identifier.
8188         (pgg-gpg-lookup-key-owner): New function to return the
8189         human-readable identifier of a key owner.
8190         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8191         key itself.
8192         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8193         the key value) if we have a key and can match it against a secret
8194         key.  Also, added a note pointing out fact that the prompt only
8195         indicates the first matching key.
8197         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8198         pgg-decrypt-region.
8199         (pgg-pending-timers): A new hash for tracking the passphrase cache
8200         timers, so that new ones supercede old ones.
8201         (pgg-add-passphrase-to-cache): Rename from
8202         `pgg-add-passphrase-cache' to reduce confusion (all callers
8203         changed).  Modified to cancel old timers when new ones are added.
8204         (pgg-remove-passphrase-from-cache): Rename from
8205         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8206         changed).  Modified to cancel old timers when their keys are
8207         removed from the cache.
8208         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8209         XEmacs, an indirection to delete-itimer.
8210         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8211         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8212         users can only check cache without risk of prompting.  Correct bug in
8213         notruncate behavior.
8214         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8215         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8216         Add informative docstrings.
8217         (pgg-decrypt): Convey provided passphrase in subordinate call to
8218         pgg-decrypt-region.
8220         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8221         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8222         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8223         `passphrase' argument, so the passphrase can be managed externally
8224         and then passed in to the system.
8226         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8227         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8228         so the passphrase cache can be used reliably with identifiers
8229         besides a pgp packet's key id.
8231         * pgg-gpg.el (pgg-pgp-encrypt-region)
8232         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8233         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8234         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8235         argument to all these routines, so the passphrase can be managed
8236         externally and passed in to the system.
8238         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8239         `notruncate' argument, so the passphrase cache can be used
8240         reliably with identifiers besides a pgp packet's key id.
8242 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8244         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8245         symmetric encryption.
8246         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8247         encrypted session key.
8248         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8249         message ask for the passphrase in a proper way.
8251         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8252         New user commands for symmetric encryption.
8254 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8256         * textmodes/conf-mode.el (conf-assignment-sign)
8257         (conf-assignment-regexp): Fix docstrings.
8258         (conf-mode-initialize): New function.
8259         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8260         recognize recursive calls.
8261         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8262         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8263         (conf-xdefaults-mode): Use define-derived-mode and
8264         conf-mode-initialize.
8266 2005-10-29  Romain Francoise  <romain@orebokech.com>
8268         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8270 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8272         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8273         part of the decoded armor to find the key-identifier.
8274         (pgg-gpg-lookup-key-owner): New function to return the
8275         human-readable identifier of a key owner.
8276         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8277         key itself.
8278         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8279         the key value) if we have a key and can match it against a secret
8280         key.  Also, added a note pointing out fact that the prompt only
8281         indicates the first matching key.
8283         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8284         pgg-decrypt-region.
8285         (pgg-pending-timers): A new hash for tracking the passphrase cache
8286         timers, so that new ones supercede old ones.
8287         (pgg-add-passphrase-to-cache): Rename from
8288         `pgg-add-passphrase-cache' to reduce confusion (all callers
8289         changed).  Modified to cancel old timers when new ones are added.
8290         (pgg-remove-passphrase-from-cache): Rename from
8291         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8292         changed).  Modified to cancel old timers when their keys are
8293         removed from the cache.
8294         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8295         XEmacs, an indirection to delete-itimer.
8296         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8297         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8298         users can only check cache without risk of prompting.  Correct bug in
8299         notruncate behavior.
8300         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8301         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8302         Add informative docstrings.
8303         (pgg-decrypt): Convey provided passphrase in subordinate call to
8304         pgg-decrypt-region.
8306 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8308         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8309         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8310         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8311         `passphrase' argument, so the passphrase can be managed externally
8312         and then passed in to the system.
8314         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8315         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8316         so the passphrase cache can be used reliably with identifiers
8317         besides a pgp packet's key id.
8319         * pgg-gpg.el (pgg-pgp-encrypt-region)
8320         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8321         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8322         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8323         argument to all these routines, so the passphrase can be managed
8324         externally and passed in to the system.
8326         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8327         `notruncate' argument, so the passphrase cache can be used
8328         reliably with identifiers besides a pgp packet's key id.
8330 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8332         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8333         symmetric encryption.
8334         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8335         encrypted session key.
8336         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8337         message ask for the passphrase in a proper way.
8339         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8340         New user commands for symmetric encryption.
8342 2005-10-28  Bill Wohler  <wohler@newt.com>
8344         * help-mode.el (help-url): New button type.  Calls browse-url.
8345         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8346         Similar to Info nodes: URL `url'.
8347         (help-make-xrefs): Create help-url buttons for
8348         help-xref-url-regexp matches.
8350 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8352         * tool-bar.el (tool-bar-add-item-from-menu)
8353         (tool-bar-local-item-from-menu): Fix doc strings.
8355 2005-10-28  Romain Francoise  <romain@orebokech.com>
8357         * ldefs-boot.el: Update.
8359         * subr.el (locate-library): Move from help-fns.el.
8360         * help-fns.el (locate-library): Move to subr.el.
8362 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8364         * net/tramp.el (tramp-completion-mode): defvar moved up.
8366         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8368         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8370         * files.el (find-file-noselect): Use %d to format large file size.
8372         * bindings.el (mode-line-format): Add %e.
8374         * loadup.el ("facemenu"): Load unconditionally.
8375         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8376         ("x-dnd"): Load, when appropriate.
8378         * startup.el (command-line): Call before-init-hook earlier.
8379         Warn about some bad characters in -u user name.
8381         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8382         (flyspell-external-point-words): Error if misspelled word is not found.
8383         Set flyspell-large-region-beg at end of word.
8385 2005-10-28  Andreas Schwab  <schwab@suse.de>
8387         * view.el (View-revert-buffer-scroll-page-forward):
8388         Use view-page-size-default.
8390 2005-10-28  Juri Linkov  <juri@jurta.org>
8392         * international/quail.el (quail-get-current-str): Translate last
8393         raw character for deterministic input methods.
8395 2005-10-27  Jay Belanger  <belanger@truman.edu>
8397         * calc/calc-ext.el: Add functions to autoloads.
8398         (math-identity-matrix-p, math-ident-row-p): New functions.
8400         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8401         multiplication by an identity matrix; don't turn multiplication by
8402         an inverse matrix into division.
8403         (math-div-symbol-fancy): Replace division by matrices with
8404         multiplication by inverse.
8406         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8408         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8409         (calc-writeoutpower): New functions.
8411 2005-10-27  Romain Francoise  <romain@orebokech.com>
8413         * replace.el (occur-engine): Include colon in mouse-face highlight.
8415         * dired-x.el: Change Maintainer field.
8417 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8419         * longlines.el (longlines-mode): Bind after-change-functions to
8420         nil during initial decoding and final encoding.
8422 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8424         * term.el (term-emulate-terminal, term-handle-colors-array)
8425         (term-handle-ansi-escape): Specify the terminfo capabilities
8426         implemented.
8428 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8430         * info.el (Info-fontify-node): Fix detection of sentence-break
8431         before *Note.
8433 2005-10-26  Romain Francoise  <romain@orebokech.com>
8435         * smerge-mode.el: Add `tools' to file keywords.
8437 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8439         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8440         when the fringe is not available.
8442         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8443         (def-gdb-auto-update-trigger): Simplify construction.
8444         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8445         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8446         defined explicitly.
8447         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8448         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8449         defined explicitly.
8450         (gdb-info-locals-custom): Remove as it's a no-op.
8452 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8454         * longlines.el (longlines-mode): Remove narrowing before
8455         performing the initial decoding or final encoding.
8457 2005-10-25  Romain Francoise  <romain@orebokech.com>
8459         * emacs-lisp/find-func.el (find-library-name): Also strip
8460         extension if library name ends in .el, to take advantage of
8461         `find-library-suffixes'.
8463 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8465         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8467 2005-10-25  Juri Linkov  <juri@jurta.org>
8469         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8470         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8472 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8475         (blackbox-redefine-key): Add argument `map'.
8477         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8478         regions when moving the jit-lock-context-unfontify-pos boundary.
8480 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8482         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8484 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8486         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8488 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8490         * play/blackbox.el (blackbox-redefine-key): New function.
8491         (blackbox-mode-map): Use it to remap existing bindings for cursor
8492         motion instead of binding literal keys.
8494 2005-10-25  Glenn Morris  <rgm@gnu.org>
8496         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8497         diary does not end in a newline.  Do not assume a blank line at
8498         the start of the diary file.
8500 2005-10-25  Kenichi Handa  <handa@m17n.org>
8502         * international/quail.el (quail-translate-key): If the input
8503         method is deterministic and failed to handle the last key, restart
8504         the key handling loop from an appropriate key.
8506 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8508         * vc.el (vc-dired-mode): Extend comment for binding of
8509         `directory-listing-before-filename-regexp'.
8511 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8513         * textmodes/texinfo.el (texinfo-mode):
8514         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8515         not to unnecessarily expose emacs-mule's internal char codes.
8517 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8519         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8520         Display hand pointer and help-echo on disabled icon too.
8521         (gdb-mouse-until): New function.
8522         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8524 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8526         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8527         with 2005-10-23 change to doctor.el.
8529         * finder.el (finder-mode-map): Add follow-link binding.
8531 2005-10-25  Kim F. Storm  <storm@cua.dk>
8533         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8534         to gdb-mouse-toggle-breakpoint-fringe.
8535         (gdb-mouse-toggle-breakpoint-margin): Rename from
8536         gdb-mouse-toggle-breakpoint.  Fix doc.
8537         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8538         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8539         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8540         string properties also for fringe breakpoint bitmaps.
8542 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8544         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8546 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8548         * simple.el (completion-common-substring):
8549         Use `completion-common-substring' prior to `completion-base-size'.
8551 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8553         * savehist.el: Require CL while compiling.
8554         (savehist-history-variables): Remove.
8555         (savehist-save-minibuffer-history, savehist-additional-variables)
8556         (savehist-minibuffer-history-variables): New vars.
8557         (savehist-save): Use them.
8558         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8559         (savehist-install): New fun, extracted from savehist-load.
8560         (savehist-load): Use them.
8562 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8565         a dummy doc-string-elt property.
8566         (defalias, defvaralias, define-category): Add a docstring property.
8568         * image.el (defimage):
8569         * widget.el (define-widget):
8570         * custom.el (defface, defcustom): Add `doc-string' declaration.
8572         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8573         (defadvice): Add `doc-string' declaration.
8575         * emacs-lisp/byte-run.el (macro-declaration-function):
8576         Handle `doc-string' declarations.
8577         (define-obsolete-function-alias, define-obsolete-variable-alias):
8578         Add `doc-string' declaration.
8580 2005-10-24  Kenichi Handa  <handa@m17n.org>
8582         * international/utf-7.el (utf-7): Add autoload cookie.
8584         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8586 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8588         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8589         list of directories passed to batch-update-autoloads.  Add "." to
8590         the list of the echoed directories.
8592         * pgg-def.el:
8593         * pgg-gpg.el:
8594         * pgg-parse.el:
8595         * pgg-pgp.el:
8596         * pgg-pgp5.el:
8597         * pgg.el: Moved here from the gnus subdirectory.
8599 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8601         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8602         in case comint-prompt-read-only is set to t.
8604         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8605         in case comint-prompt-read-only is set to t.
8607 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8609         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8610         Now a string.
8611         (icalendar-import-format): Handle CLASS, STATUS, URL.
8612         Rename `subject' to `summary'.
8613         (icalendar-import-format-summary): Rename from
8614         `icalendar-import-format-subject'.
8615         (icalendar-import-format-url, icalendar-import-format-status)
8616         (icalendar-import-format-class): New variables.
8617         (icalendar--rris): Take variable argument list.
8618         (icalendar--datestring-to-isodate): Remove unnecessary
8619         calendar-style check when converting dates with explicit month names.
8620         (icalendar-export-region): Change return type of conversion
8621         subroutines.  Bury current buffer unless error occurred.
8622         (icalendar--convert-to-ical)
8623         (icalendar--parse-summary-and-rest): New functions.
8624         (icalendar--convert-ordinary-to-ical)
8625         (icalendar--convert-weekly-to-ical)
8626         (icalendar--convert-yearly-to-ical)
8627         (icalendar--convert-block-to-ical)
8628         (icalendar--convert-cyclic-to-ical)
8629         (icalendar--convert-anniversary-to-ical): Change return type.
8630         Strip trailing blanks from subject.
8631         (icalendar--convert-sexp-to-ical): Change return type.
8632         Strip trailing blanks from subject.  Handle simple sexp
8633         entries as generated by icalendar.el.
8634         (icalendar--convert-float-to-ical)
8635         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8636         (icalendar-import-file): Doc fix.
8637         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8638         Correct call to icalendar--rris.
8639         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
8640         `summary'.
8641         (icalendar--add-diary-entry): Rename `subject' to `summary'.
8643 2005-10-24  Romain Francoise  <romain@orebokech.com>
8645         * server.el (server-sentinel): Set query-on-exit flag to nil on
8646         new client processes (it isn't inherited from the server process).
8648         * replace.el (occur-engine): Rearrange text properties.
8650 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8653         case-fold-search is nil.
8654         (debug-help-follow): Use help-xref-interned directly.
8656 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8658         * thumbs.el (thumbs-image-type): Add .pbm.
8660 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8662         * faces.el (inhibit-face-set-after-frame-default): New variable.
8663         (set-face-attribute): Bind it.
8664         (face-set-after-frame-default): Test it.
8666         * help-fns.el (describe-simplify-lib-file-name): New function.
8667         (describe-function-1, describe-variable): Use it.
8669         * faces.el (describe-face): Use describe-simplify-lib-file-name.
8671         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8672         Eliminate nil as possible value.
8673         (tooltip-hide-delay): Reduce internal-border-width.
8675         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8676         (menu-bar-file-menu) <new-file>: Likewise.
8678         * simple.el (line-move-finish): Ignore fields computing LINE-END.
8680         * international/mule.el (load-with-code-conversion):
8681         Pass full file name to `eval-buffer' unless preloading.
8683         * textmodes/flyspell.el (flyspell-large-region):
8684         Call ispell-check-version.
8686         * textmodes/ispell.el (ispell-local-dictionary-overridden):
8687         Fix the make-variable-buffer-local call that was supposed
8688         to be for this variable.
8689         (ispell-aspell-supports-utf8): Doc fix.
8690         (ispell-find-aspell-dictionaries): Preserve elements of
8691         ispell-dictionary-alist for dictionaries that aspell doesn't report.
8692         (ispell-aspell-find-dictionary): Return nil on error.
8694         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8695         (doctor-symptoms): Likewise.
8697         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8699 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8701         * cus-edit.el (custom-button, custom-button-pressed): New vars.
8702         (custom-raised-buttons): Add :set spec.
8703         (custom-button-unraised, custom-button-pressed-unraised):
8704         New faces, so that custom-raised-buttons actually does something.
8705         (custom-mode): Use custom-button and custom-button-pressed.
8707         * wid-edit.el (widget-specify-button): Don't ignore
8708         widget-mouse-face on graphic terminals.
8709         (widget-move-and-invoke): Cleanup.
8711 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
8713         * whitespace.el (whitespace-cleanup): Doc fix.
8715 2005-10-23  Romain Francoise  <romain@orebokech.com>
8717         * emulation/viper.el (viper-set-hooks): Quote forms passed to
8718         `eval-after-load' to avoid evaluating their result.
8720 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
8722         * files.el (directory-listing-before-filename-regexp):
8723         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
8725         * dired.el (dired-move-to-filename-regexp): Remove.
8726         All occurences replaced by `directory-listing-before-filename-regexp'.
8728         * dired-x.el, locate.el, vc.el:
8729         Replace `dired-move-to-filename-regexp' by
8730         `directory-listing-before-filename-regexp'.  In vc.el it is
8731         overwritten locally; maybe this can be handled in files.el too.
8733         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
8734         replaced by `directory-listing-before-filename-regexp'.
8736 2005-10-23  Andreas Schwab  <schwab@suse.de>
8738         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8739         and eval-next-after-load.
8741 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8743         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8744         exist, create it.
8746 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
8748         * allout.el: Remove autoloads for mailcrypt and crypt++.
8749         Require pgg, pgg-gpg during compilation.
8750         (allout-version): Increment version number to 2.1, and use a literal
8751         rather than RCS Id.
8752         (allout-default-encryption-scheme): Remove.
8753         (allout-passphrase-verifier-handling)
8754         (allout-passphrase-verifier-string)
8755         (allout-file-passphrase-verifier-string)
8756         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8757         (allout-passphrase-hint-handling): Rename and simplify.
8758         (allout-init): Use `find-file-hook' if available, otherwise
8759         `find-file-hooks'.
8760         (allout-mode): Use `write-file-functions' if available, otherwise
8761         `local-write-file-hooks' and, instead of making auto-save-hook
8762         buffer local, make the write-file-hook activity contingent to
8763         allout-mode.
8764         (allout-mode): Use key-binding substitution in the docstring.
8765         (allout-kill-line): Spell-out kill ring data structure mutation
8766         instead of using byte-compiler-complaint-provoking `pop'.
8767         (allout-insert-listified): Use `insert' rather than `insert-string'
8768         (allout-toggle-current-subtree-encryption): Update docstring, adjust
8769         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8770         (allout-encrypt-string): Totally revamped vis new underlying
8771         encryption facilities.
8772         (allout-mc-activate-passwd): Remove.
8773         (allout-obtain-passphrase): New, more or less replaces
8774         allout-mc-activate-passwd.
8775         (allout-encrypted-key-info): More or less replaces
8776         allout-encrypted-text-type.
8777         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8778         (my-mark-marker): Use `(featurep 'xemacs)'.
8780 2005-10-23  Lars Hansen  <larsh@soem.dk>
8782         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8783         (byte-compile-file-form-defmumble, byte-compile-defun)
8784         (byte-compile-defmacro): Use it.
8785         (byte-compile-form): Don't call byte-compile-set-symbol-position
8786         when a byte-compile handler is called.
8788 2005-10-22  Romain Francoise  <romain@orebokech.com>
8790         * savehist.el (savehist-history-variables): Add `grep-find-history'.
8792         * subr.el (eval-after-load): Convert library name to an absolute
8793         file name using locate-library, since load-history no longer has
8794         library names in it.
8796 2005-10-22  Richard M. Stallman  <rms@gnu.org>
8798         * files.el (make-temp-file): Move from subr.el.
8799         * subr.el (make-temp-file): Move to files.el.
8801         * window.el (get-buffer-window-list): Move from subr.el.
8802         * subr.el (get-buffer-window-list): Move to window.el.
8804         * image.el (image-load-path): Use eval-at-startup to initialize.
8806         * subr.el (eval-at-startup): New macro.
8808         * subr.el: Much rearrangement of functions and division
8809         into pages.  No code changes.
8811 2005-10-22  Kenichi Handa  <handa@m17n.org>
8813         * tar-mode.el (tar-extract): Be sure to call
8814         find-operation-coding-system if set-auto-coding doesn't find a
8815         coding system.
8817 2005-10-22  Kim F. Storm  <storm@cua.dk>
8819         * image.el (image-type-header-regexps): Rename from image-type-regexps.
8820         Change users.
8821         (image-type-file-name-regexps): New defconst.
8822         (image-type-from-data): Simplify loop.
8823         (image-type-from-buffer): New defun.
8824         (image-type-from-file-header): Use it instead of image-type-from-data.
8825         Use image-search-load-path instead of only looking in data-directory.
8826         (image-type-from-file-name): New defun.
8827         (image-search-load-path): Change `pathname' to `filename'.
8828         Make PATH arg optional, default to image-load-path.
8830 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8832         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8834         * textmodes/paragraphs.el (sentence-end-base): New variable.
8835         (sentence-end): Use sentence-end-base.
8837 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * font-lock.el (font-lock-default-fontify-region): Check the multiline
8840         property independently from the font-lock-multiline variable.
8842 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8844         * emacs-lisp/find-func.el (find-library-name): Doc fix.
8846         * startup.el (command-line): Convert library names
8847         in `load-history' to absolute file names.
8849         * subr.el (symbol-file): Doc fix.
8851         * loadhist.el (file-loadhist-lookup): Call locate-library
8852         instead of find-library-name.  Don't try converting
8853         abs file names to library names, since load-history no longer
8854         has library names in it.
8855         (file-dependents, file-provides, file-requires): Doc fixes.
8857 2005-10-21  Juri Linkov  <juri@jurta.org>
8859         * progmodes/etags.el (tags-table-mode): New function.
8860         (tags-verify-table): Replace initialize-new-tags-table with
8861         tags-table-mode.
8863         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8864         default value.
8865         (desktop-modes-not-to-save): Add tags-table-mode to the
8866         default value.
8868         * info.el (Info-index-next): Add total number of index
8869         alternatives to the message.
8871         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8872         backward only space (instead of space and period) before looking
8873         at sentence end.
8875         * simple.el (set-variable): Use user-variable-p instead of symbolp.
8876         Add the old variable value as 4th default-value arg of read-string.
8878 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8880         * cus-face.el (custom-declare-face): Make face from X resources
8881         also on Mac.
8883         * disp-table.el (standard-display-g1, standard-display-graphic):
8884         Refuse to use string glyphs also on Mac.
8885         (standard-display-european): Don't set terminal coding system also
8886         on Mac.
8888         * frame.el (display-screens): Use x-display-screens also on Mac.
8890 2005-10-21  Romain Francoise  <romain@orebokech.com>
8892         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
8894 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8896         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8897         and $? into sexps.
8899         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8900         warning face on open-paren-in-column-0.
8902         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8903         boundary case.  Fix typo.
8904         Suggested by Martin Rudalics <rudalics@gmx.at>.
8906 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8908         * textmodes/org.el (org-combined-agenda-icalendar-file)
8909         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8910         (org-export-icalendar-this-file)
8911         (org-export-icalendar-all-agenda-files)
8912         (org-export-icalendar-combine-agenda-files): New commands.
8913         (org-export-icalendar, org-print-icalendar-entries)
8914         (org-start-icalendar-file, org-finish-icalendar-file)
8915         (org-ical-ts-to-string): New functions.
8916         (org-read-date, org-goto-calendar)
8917         (org-agenda-goto-calendar): Inhibit displaying diary entries by
8918         call to `calendar'.
8919         (orgtbl-setup): Remove the :keys arguments from the menu description.
8920         (org-after-save-iCalendar-file-hook): New variable.
8922 2005-10-21  Kenichi Handa  <handa@m17n.org>
8924         * language/vietnamese.el (tcvn-5712): Make it an alias of
8925         vietnamese-tcvn coding-system.
8927 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
8929         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8930         group id is given.
8932 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8934         * progmodes/sh-script.el (sh-escaped-line-re): New var.
8935         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8936         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8937         whose line is either continued or ends with a comment.
8939 2005-10-20  Romain Francoise  <romain@orebokech.com>
8941         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8943         * replace.el (occur-engine): Add follow-link property.
8945         * font-core.el (font-lock-mode): Doc fix.
8947 2005-10-20  Richard M. Stallman  <rms@gnu.org>
8949         * net/rcirc.el: New file.
8951 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
8953         * term.el (term-term-name): Initialize to "eterm-color".
8955 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
8957         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8958         for encryption functionality.
8959         Move allout customization subgroup from `editing' to `outlines' group.
8960         Fix commentary keywords to legitimate ones.
8961         Update author info (using my current email address, obscurified).
8962         (allout-encrypt-string, allout-encryption-produce-work-buffer)
8963         (allout-encrypted-topic-p, allout-encrypted-text-type)
8964         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8965         (allout-situate-encryption-key-verifier)
8966         (allout-get-encryption-key-verifier, allout-verify-key)
8967         (allout-next-topic-pending-encryption)
8968         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8969         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8970         (outline-key-verifier-handling, outline-key-hint-handling)
8971         (outline-encrypt-unencrypted-on-saves): New defcustoms.
8972         (allout-file-key-verifier-string, allout-encryption-scheme)
8973         (allout-key-verifier-string, allout-key-hint-string)
8974         (allout-after-save-decrypt): New variables.
8975         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8976         (allout-after-saves-handler): New hook functions.
8977         (allout-post-command-business): Do allout-after-save-decrypt.
8978         (allout-enable-file-variable-adjustment): Custom var to enable
8979         mechanism for adding and adjusting settings of Emacs file variables.
8980         (allout-adjust-file-variable, allout-file-vars-section-data):
8981         New functions, implement the mechanism.
8982         (outlineify-sticky): Use the file vars mechanism.
8983         (allout-inhibit-protection, allout-during-write-cue)
8984         (allout-override-protect, allout-before-change-protect): Remove.
8985         (allout-flag-region, allout-open-topic): Adjust read-only text.
8986         (allout-open-line-not-read-only): Add to facilitate read-only
8987         text based protection.
8988         (allout-kill-line): Revise to adjust read-only text, clue the
8989         user about the inhibition.
8990         (allout-unprotected): Use unwind-protect.
8991         (allout-shift-in, allout-shift-out): Disallow manually shifting a
8992         topic deeper than the offspring depth of the previous topic -
8993         avoiding confusing "containment discontinuities".
8994         (allout-reindent-bodies): Fix retention of body relative hanging
8995         indent during promotion of collapsed bodies.
8996         (allout-open-topic): Make it easy to open new topic with same
8997         bullet as current topic - topic creation functions provided with
8998         any universal argument provokes now prompt for bullet, defaulting
8999         to the bullet of the previous topic.
9000         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9001         Plain bullet alternates `.' period and `,' comma only.  All other
9002         bullets are relegated to special status (but customizable).
9003         (allout-end-of-entry): Rename from allout-end-of-current-entry
9004         since it actually operates w.r.t. most immediately containing
9005         entry, visible or not.
9006         (allout-hide-current-entry, allout-show-current-entry): Use the
9007         revised version.
9008         (allout-old-expose-topic): Solidify deprecation.
9009         (allout-end-of-subtree): Add so we can span concealed as well
9010         as visible topics.
9011         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9012         (allout-end-of-current-heading): Tweak to just respect the first line.
9013         (allout-get-body-text): Add.
9014         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9015         when invoked interactively.
9016         (allout-up-current-level): Use `interactive-p'.
9017         (allout-mode, allout-init): Miscellaneous docstring and
9018         operational refinements, as well as hookups of new encryption stuff.
9019         (allout-beginning-of-current-entry): Now works as advertised.
9020         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9021         (allout-isearch-rectification): Refine condition for isearching.
9022         (allout-isearch-abort, allout-enwrap-isearch)
9023         (allout-flag-region, my-region-active-p): Relocate some macros.
9024         (allout-title): Fallback title is (buffer-name), not
9025         non-existing (current-buffer-name).
9026         (subst-char-in-string): Define if absent (for some XEmacs versions).
9028 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9030         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9031         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9032         (mail-citation-prefix-regexp, mail-signature-file)
9033         (mail-default-headers, mail-bury-selects-summary)
9034         (mail-send-nonascii): Add autoload cookies.
9036 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9038         * frame.el (blink-cursor-mode): Add `mac' to the list of
9039         window-system's that support blinking cursor.
9041 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9043         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9045 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9047         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9048         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9049         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9051 2005-10-20  Kim F. Storm  <storm@cua.dk>
9053         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9054         (ido-set-current-directory): Don't add / after final @.
9055         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9056         Explicitly handle ange-ftp completion oddities.
9057         (ido-make-file-list): Don't rotate list at tramp root to avoid
9058         triggering tramp file handler for expand-file-name via get-file-buffer.
9060 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9062         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9064 2005-10-19  Jay Belanger  <belanger@truman.edu>
9066         * calc/calc-units.el (math-standard-units): Add units, adjust
9067         symbols and update values.
9068         (math-unit-prefixes): Add more prefixes.
9070 2005-10-19  Romain Francoise  <romain@orebokech.com>
9072         * bookmark.el (bookmark-menu-heading): New face.
9073         (bookmark-bmenu-list): Use it.
9074         Don't fiddle with `baud-rate' at top-level.
9076 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9078         * image.el (create-image, find-image): Mention max-image-size in
9079         docstring.
9081 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * savehist.el (savehist-load): Revert to checking XEmacs.
9085         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9086         Various docstring and line-width fixups.
9087         (conf-mode): Use cond.
9088         Set font-lock-defaults.  Don't set comment-use-syntax.
9090 2005-10-18  David Ponce  <david@dponce.com>
9092         * tree-widget.el (tree-widget-button-click): New function.
9093         (tree-widget-button-keymap): Use it.
9095 2005-10-18  Romain Francoise  <romain@orebokech.com>
9097         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9098         (bookmark-bmenu-hide-filenames): Add follow-link property.
9099         Improve help-echo text.
9101         * ffap.el (find-file-at-point): Doc fix.
9103 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9105         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9107 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9109         Install to the CVS repository what I forgot to install in my
9110         2005-10-16 changes.
9112         * progmodes/python.el (python-complete-symbol): Pass the common
9113         prefix substring of completion to `display-completion-list'.
9115         * textmodes/org.el (org-complete): Ditto.
9117 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9119         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9121         * woman.el (WoMan-xref-man-page): New button type derived
9122         from `Man-abstract-xref-man-page'.
9123         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9125         * man.el (Man-abstract-xref-man-page): New button type.
9126         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9127         (Man-highlight-references): Add new optional argument `xref-man-type'.
9129 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9131         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9133 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9135         * cus-edit.el (Custom-move-and-invoke): Delete.
9136         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9138         * wid-edit.el (widget-move-and-invoke): New function, from
9139         Custom-move-and-invoke.
9141 2005-10-17  Bill Wohler  <wohler@newt.com>
9143         Move all remaining images from lisp/toolbar to etc/images, move
9144         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9145         the low resolution images in their own directory (low-color).
9147         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9148         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9149         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9150         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9151         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9152         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9153         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9155         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9156         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9157         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9158         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9159         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9160         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9161         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9162         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9163         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9164         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9165         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9166         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9167         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9168         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9169         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9171         To conform with convention, replace the underscore (_) in the
9172         following image names with dash (-) or (/) as appropriate.
9174         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9175         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9176         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9177         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9178         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9179         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9180         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9181         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9182         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9183         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9184         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9185         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9186         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9187         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9188         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9190         * info.el (info-tool-bar-map): Replace underscores in image names
9191         with dashes.
9193         * makefile.w32-in (WINS): Remove toolbar.
9195         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9197         * tool-bar.el: Move to lisp from toolbar.  Now that
9198         toolbar is empty, it should be deleted when folks run "cvs up -P".
9200 2005-10-18  Jay Belanger  <belanger@truman.edu>
9202         * calc/calc-store.el (calc-store-into): Get the proper variable name
9203         to display in message.
9205 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9207         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9208         expressions display in speedbar for all buffers when debugging.
9209         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9211         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9212         (speedbar-insert-button, speedbar-make-button):
9213         Use add-text-properties.
9214         (speedbar-update-localized-contents)
9215         (speedbar-update-directory-contents)
9216         (speedbar-update-special-contents): Use dolist.
9217         (speedbar-buffer-easymenu-definition): Add a menu separator.
9219 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9221         * makefile.w32-in: Use $(lisp) consistently.
9222         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9223         for shell specific generation of mh-autoloads.
9225 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9227         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9229 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * jit-lock.el (jit-lock-fontify-now):
9232         Move jit-lock-context-unfontify-pos to avoid wasted work.
9234 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9236         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9237         `tramp-completion-mode' for checking if we are in completion mode.
9238         (tramp-completion-handle-file-name-all-completions): Reorder code
9239         in order to complete for file names only in case there are no
9240         method/user/host completions.  This is necessary for cooperation
9241         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9243 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9245         * longlines.el (longlines-search-forward)
9246         (longlines-search-backward): Match any number of spaces.
9248 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9250         * diff-mode.el (diff-mode): Doc fix.
9252 2005-10-16  David Reitter  <david.reitter@gmail.com>
9254         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9255         as default on darwin and windows systems.
9257 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9259         * arc-mode.el (archive-zip-extract): Doc fix.
9261 2005-10-16  Romain Francoise  <romain@orebokech.com>
9263         * mouse.el (mouse-1-click-follows-link): Doc fix.
9265 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * savehist.el: Don't require CL at runtime.
9268         (savehist-xemacs): Remove.
9269         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9270         (savehist-no-conversion): Use (featurep 'xemacs).
9271         (savehist-load): Check existence of start-itimer rather than XEmacs.
9272         Use an idle timer.
9273         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9274         `delete-if-not'.
9276 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9278         * savehist.el: Newer version.
9279         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9280         (savehist-last-checksum, savehist-no-conversion): New vars.
9281         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9282         New functions.
9283         (savehist-load, savehist-save): Use them.
9284         (savehist-delimit): Remove.
9286 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * progmodes/compile.el (compilation-goto-locus): Display the
9289         compilation buffer first and the source buffer second, in case they're
9290         in overlapping frames.  Don't raise the compilation frame if it was the
9291         selected window upon entry.  Pass the `other-window' arg to
9292         pop-to-buffer.
9294         * info.el (Info-fontify-node): Use dolist.
9295         Change add-text-properties to put-text-property.
9297 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9299         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9300         bound of search.
9302 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9304         * dabbrev.el (dabbrev-completion): Pass the common
9305         prefix substring of completion to `display-completion-list'.
9307         * filecache.el (file-cache-minibuffer-complete)
9308         (file-cache-complete): Ditto.
9310         * tempo.el (tempo-display-completions): Ditto.
9312         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9314         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9316         * eshell/em-hist.el (eshell-list-history): Ditto.
9318         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9320         * mail/mailalias.el (mail-complete): Ditto.
9322         * progmodes/etags.el (complete-tag): Ditto.
9324         * progmodes/make-mode.el (makefile-complete): Ditto.
9326         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9328         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9330         * progmodes/pascal.el (pascal-complete-word)
9331         (pascal-show-completions): Ditto.
9333         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9335         * simple.el (completion-common-substring): New variable.
9336         (completion-setup-function): Use `completion-common-substring'
9337         to put faces.
9339 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9341         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9342         (x-get-selection, mac-select-convert-to-string): Convert from/to
9343         UTF-16 clipboard data as in native byte order, no BOM.
9345 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9347         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9348         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9349         (gud-sentinel): Use speedbar-frame to check for speedbar.
9351 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9353         * savehist.el: New file.
9355 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9357         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9358         Fix bug in \bf fontification.
9360 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         * pcvs.el (cvs-edit-log-files): New var.
9363         (cvs-mode-edit-log): New arg `file'.
9364         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9365         Instead force the use of the original file and nothing else.
9366         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9367         the cvs-minor-wrap-function is set.
9368         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9370 2005-10-14  Bill Wohler  <wohler@newt.com>
9372         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9373         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9374         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9375         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9376         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9377         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9378         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9379         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9380         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9381         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9382         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9383         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9384         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9385         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9386         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9388         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9389         appropriately (for example, gud-break to gud/break).
9391 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9393         * longlines.el (longlinges-search-function)
9394         (longlines-search-forward, longlines-search-backward): New functions.
9395         (longlines-mode): Set isearch-search-fun-function to
9396         longlinges-search-function.
9398         * mouse.el (mouse-drag-region-1): Handle the case where a
9399         double-click event is bound to an arbitrary function.
9401 2005-10-14  David Ponce  <david@dponce.com>
9403         * recentf.el (recentf-track-opened-file)
9404         (recentf-track-closed-file, recentf-update-menu)
9405         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9406         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9407         mouse-1-click-follows-link.
9409 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9411         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9412         Gnome file-manager.png.  Suggested by
9413         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9415         * toolbar/README: Add diropen.xpm.
9417 2005-10-13  Bill Wohler  <wohler@newt.com>
9419         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9420         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9422 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9424         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9425         Don't waste the byte-compiler's time on constant data.
9427 2005-10-13  Kenichi Handa  <handa@m17n.org>
9429         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9430         byte with `escape-glyph' face.
9432         * international/fontset.el (ccl-encode-unicode-font):
9433         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9434         Handle the case that ucs-mule-to-mule-unicode translates a character to
9435         ASCII (usually for IPA characters).
9437 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9440         Don't hide the underline of titles if font-lock-mode is disabled.
9442 2005-10-12  Bill Wohler  <wohler@newt.com>
9444         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9445         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9446         files in MH-E-SRC have been updated.
9447         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9449 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9452         (mixal-mode-syntax-table): Add \n as end-comment.
9453         (mixal-operation-codes-alist): Immediately initialize to full value.
9454         (mixal-add-operation-code): Remove.
9455         (mixal-describe-operation-code): Make the arg non-optional.
9456         Use the interactive spec instead.
9457         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9458         (mixal-font-lock-keywords): Don't highlight comments here any more.
9459         (mixal-font-lock-syntactic-keywords): New var.
9460         (mixal-mode): Use it.  Fix comment-start-skip.
9462 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9464         * startup.el (command-line-x-option-alist): -nb => -nbi
9466 2005-10-12  Kim F. Storm  <storm@cua.dk>
9468         * startup.el (fancy-splash-default-action): Discard mouse click in
9469         the splash screen window, as it has no sensible meaning in the
9470         next window to be selected.  Fixes error reported by Jan D.
9472 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9474         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9476 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9479         Try to fix up minor layout issues like indentation, line break, etc...
9480         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9481         because it doesn't work.
9482         (mixal-operation-codes): Add some more codes.
9483         (mixal-font-lock-keywords): Process comments here.
9484         (mixal-mode): mixasm no longer needs -g option.
9486 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9488         * progmodes/sh-script.el (sh-tmp-file):
9489         Use mktemp -t.  Finish support for es and rc shells.
9491 2005-10-11  Jay Belanger  <belanger@truman.edu>
9493         * calc/calcalg2.el (calc-integral): With an argument, compute the
9494         definite integral.
9496 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9498         * mouse.el (mouse-drag-region-1): Don't try to catch a
9499         double-click when doing follow-link (it's overridden anyway).
9501 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9503         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9504         (autoload-print-form-outbuf): Add docstring.
9506 2005-10-11  Juri Linkov  <juri@jurta.org>
9508         * info.el (Info-mode-menu): Delete menu item "Edit".
9509         (Info-mode): Delete description of Info-edit from docstring,
9510         and rearrange descriptions of Info commands in the order
9511         they are documented in the Info manual.
9513 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9515         * calendar/appt.el (appt-check): Use diary-selective-display var.
9517 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9519         * net/newsticker.el (newsticker-start, newsticker-show-news):
9520         Add autoload cookies.
9522 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9524         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9526 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9528         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9530 2005-10-10  Jay Belanger  <belanger@truman.edu>
9532         * calc/calc-arith.el (math-check-known-scalarp)
9533         (math-check-known-matrixp): Check the values of arguments that are
9534         variables.
9535         (math-check-known-square-matrixp): New function.
9536         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9537         (math-super-types): Add sqmatrix type.
9539         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9540         mode name `square' to `sqmatrix'.
9542         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9543         mode name `square' to `sqmatrix'.
9545 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * progmodes/etags.el (select-tags-table-mode): Don't use
9548         selective-display.
9549         (tags-select-tags-table): Pass `button' to the action function.
9550         (select-tags-table): Place the side-info on button properties rather
9551         than in hidden text.  Abbreviate file names.
9552         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9553         (select-tags-table-select): Add `button' argument.
9554         Get side-info from the button property rather than from hidden text.
9556 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9558         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9559         (gud-speedbar-buttons): Preserve point if possible.
9560         (gud-sentinel): Restore previous speedbar display type.
9562         * progmodes/gdb-ui.el (gdba): Improve diagram.
9563         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9564         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9565         Call get-buffer-window once.
9567 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9569         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9570         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9571         (pascal-indent-command): Remove unused var `ind'.
9572         (pascal-indent-case): Remove unused var `oldpos'.
9573         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9574         since it's now used as a proper minor mode map.
9575         (pascal-outline): Rename to pascal-outline-mode.
9576         (pascal-outline-mode): Use define-minor-mode.
9577         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9578         selective-display.
9580 2005-10-10  Andreas Schwab  <schwab@suse.de>
9582         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9583         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9585         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9586         outside source directory.
9588 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9590         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9591         C-x' as a prefix.
9592         (orgtbl-mode-map): Full keymap instead of sparse, because all
9593         `self-insert-command' keys are redefined in this map.
9594         (org-export-as-html): Specify charset for HTML file, by taking it
9595         from the coding system.
9597 2005-10-10  Kenichi Handa  <handa@m17n.org>
9599         * textmodes/flyspell.el (flyspell-check-word-p):
9600         If unread-command-events is non-empty, don't call sit-for.
9602 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9604         * font-lock.el (font-lock-syntactic-keywords)
9605         (font-lock-keywords): Doc fixes.
9607         * textmodes/flyspell.el (flyspell-external-point-words):
9608         Simplify logic, and don't try to check for consecutive appearances
9609         of one incorrect word.
9611 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9613         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9614         separator.
9616         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9617         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9618         (gud-expansion-speedbar-buttons): New function.
9619         (gud-speedbar-buttons): Check for gud-comint-buffer.
9621 2005-10-09  Bill Wohler  <wohler@newt.com>
9623         * Makefile.in (updates): Add mh-loaddefs dependency.
9625 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9627         * speedbar.el (speedbar-file-key-map): Fix typo.
9629 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9631         * cus-start.el (line-spacing): Add custom spec.
9633 2005-10-09  Romain Francoise  <romain@orebokech.com>
9635         * textmodes/ispell.el (ispell-check-version): Fix last change.
9637 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9639         * term/x-win.el: Remove -i, --icon-type from comment.
9641         * startup.el (command-line-x-option-alist): Remove options -i,
9642         -itype, --icon-type, added -nb, --no-bitmap-icon
9644 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
9646         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9647         instead of :active.
9649 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9651         * textmodes/ispell.el (ispell-check-version):
9652         Ignore hyphen, and all that follows, in aspell's version text.
9654 2005-10-08  Jay Belanger  <belanger@truman.edu>
9656         * calc/calc-arith.el (math-known-square-matrixp): New function.
9657         (math-pow-fancy): Check for matrices before distributing exponent
9658         across products.
9660         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9661         fullscreen keypad.  Suggested by Luc Teirlinck.
9662         (calc-keypad-show-input): Add space for formatting.
9664         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9665         Add square matrix option.
9667         * calc/calc-poly.el (math-expand-term): Check for matrices instead
9668         of checking calc-matrix-mode when deciding how to expand.
9670         * calc/calc.el (calc-set-mode-line): Add square matrix option.
9672 2005-10-08  Lars Hansen  <larsh@soem.dk>
9674         * net/tramp.el (tramp-perl-directory-files-and-attributes):
9675         Add error handling.
9676         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9678 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9680         Sync with Tramp 2.0.51.
9682         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9683         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9684         Insert special handling for `last-coding-system-used', again
9685         it still seems to be necessary (unlike stated before).
9686         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9687         (tramp-password-prompt-regexp): There might be other words before
9688         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9689         (tramp-chunksize): Improve docstring.
9690         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9691         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
9692         Christian Joergensen <bugs@razor.dk>.
9694 2005-10-07  Glenn Morris  <rgm@gnu.org>
9696         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9697         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9698         precision'.
9700 2005-10-07  Romain Francoise  <romain@orebokech.com>
9702         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9703         (ibuffer-do-shell-command-pipe-replace)
9704         (ibuffer-do-shell-command-file, ibuffer-do-eval)
9705         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9706         (ibuffer-do-revert, ibuffer-do-replace-regexp)
9707         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9708         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9709         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9710         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9711         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9712         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9713         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9714         Autoload file sans suffix.
9716         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9718 2005-10-07  David Ponce  <david@dponce.com>
9720         * recentf.el (recentf-menu-open-all-flag): New option.
9721         (recentf-digit-shortcut-command-name): New function.
9722         (recentf--shortcuts-keymap): New variable.
9723         (recentf-menu-shortcuts): New variable.
9724         (recentf-make-menu-items): Initialize it.  Replace the "More..."
9725         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9726         (recentf-menu-value-shortcut): New function.
9727         (recentf-make-menu-item): Use it.  No more in-lined.
9728         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9729         (recentf-open-most-recent-file): Rename from
9730         `recentf-open-file-with-key'.  Don't depend on key binding.
9731         (recentf-mode-map): New variable.
9732         (recentf-mode): Use it.
9734 2005-10-06  Bill Wohler  <wohler@newt.com>
9736         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
9738         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9739         (MH-E-SRC): New.  Used by mh-autoloads.
9740         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9741         files in MH-E-SRC have been updated.
9742         (compile, recompile, bootstrap): Depend on mh-autoloads.
9744 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
9746         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9747         gud-break and gud-remove icons when the fringe is not available.
9749         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9750         Typo.
9752 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
9754         * play/zone.el (zone): Wrap body with save-window-excursion.
9756 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9759         Use the new `list-only' arg to diary-list-entries.
9761         * calendar/diary-lib.el: Use overlays rather than selective-display.
9762         (diary-selective-display): New var.
9763         (diary-header-line-format): Use it.
9764         (diary-list-entries): Add argument `list-only'.
9765         Put the buffer in diary-mode.  Don't add \^M at beg and end.
9766         Replace \^M by invisible overlays.
9767         (diary-unhide-everything): Replace \^M by invisible overlays.
9768         (print-diary-entries): Look for overlays rather than \^M.
9769         Add a space to the temp buffer name.
9770         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9771         Put the buffer in diary-mode.
9772         (list-sexp-diary-entries): Replace \^M by invisible overlays.
9773         (diary-anniversary): Make the year arg optional.
9774         (diary-time-regexp): New const.
9775         (diary-font-lock-keywords): Use it to accept a few more time formats.
9777         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9779 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
9781         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9782         Fix bug introduced 2005-07-03: Use (car (last ...))
9783         to faithfully reproduce replaced artist-last.
9784         (artist-set-arrow-points-for-poly): Likewise.
9785         Suggested by Johan Bockg\e,Ae\e(Brd.
9787 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
9789         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9790         * wid-edit.el (widget):
9791         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9792         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9794 2005-10-06  Kenichi Handa  <handa@m17n.org>
9796         * international/mule-cmds.el (set-language-environment):
9797         Fix setting up of case-table for unibyte mode.
9799         * simple.el (what-cursor-position): If the character is displayed
9800         by some `display' text property, show that.  Don't use
9801         single-key-description for eight-bit characters in multibyte mode.
9803 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
9805         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9806         (gdb-ann3): Set it.
9807         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9808         (gdb-info-frames-custom): Use inverse-video for first five
9809         characters of selected frame only.
9810         (gdb-get-frame-number): Select frame even when point is on frame
9811         number.
9813 2005-10-06  Masatake YAMATO  <jet@gyve.org>
9815         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9816         Put `font-lock-function-name-face'.
9817         (gdb-info-frames-custom): Put `font-lock-function-name-face'
9818         and `font-lock-variable-name-face'
9819         (gdb-registers-font-lock-keywords): New font lock keywords definition.
9820         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9821         (gdb-memory-font-lock-keywords): New font lock keywords definition.
9822         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9823         (gdb-local-font-lock-keywords): New font lock keywords definition.
9824         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9825         (gdb-threads-font-lock-keywords): New font lock keywords definition.
9826         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9828 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
9830         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9831         (ediff-merge-region-is-non-clash-to-skip): Previously called
9832         ediff-merge-region-is-non-clash.
9834         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9835         Use insert-buffer-substring.
9837         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9838         selecting files to patch.  Also bug fixes.
9840         * ediff-util.el (ediff-setup): Bug fix.
9841         (ediff-next-difference): Never skip clashes that differ in white
9842         space only.
9844         * ediff-wind.el (ediff-setup-control-frame)
9845         (ediff-destroy-control-frame): Check the menubar feature.
9847         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9848         (viper-refresh-mode-line): Use make-local-variable to localize
9849         some vars instead of make-variable-buffer-local.  Suggested by
9850         Stefan Monnier.
9852         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9853         (viper-restore-cursor-type, viper-set-insert-cursor-type):
9854         Use make-local-variable instead of make-variable-buffer-local.
9855         Suggested by Stefan Monnier.
9857         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9858         (viper-comint-mode-hook): Use make-local-variable on
9859         require-final-newline.
9860         (viper-non-hook-settings): Don't use make-variable-buffer-local.
9862 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9865         also the second char of a comment-start sequence.
9866         (scheme-sexp-comment-syntax-table): New var.
9867         (lambda, define): Set their scheme-doc-string-elt property.
9868         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9869         Use lisp-font-lock-syntactic-face-function now that it properly
9870         handles |...| symbols.
9871         (scheme-mode-variables): Set lisp-doc-string-elt-property,
9872         parse-sexp-lookup-properties and font-lock-extra-managed-props.
9874         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9875         bit from # to |.
9876         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9878         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9879         (lisp-doc-string-elt-property): New var.
9880         (lisp-font-lock-syntactic-face-function): Use it.
9881         Rewrite to recognize docstrings even for forms not at toplevel.
9883         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9884         annotation on the | part of #| rather than on the # part.
9885         (scheme-font-lock-syntactic-face-function): New function, to
9886         distinguish strings from |...| symbols.
9887         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
9888         syntax-table so that #|...|# is properly highlighted.
9890         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9891         Don't mark as docstring the 3rd elem of an unknown toplevel form.
9893 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9896         and C-e.
9898         * emacs-lisp/eldoc.el: Move comments into docstrings.
9899         (eldoc-message-commands): Initialize in its declaration.
9900         Add move-beginning-of-line and move-end-of-line.
9901         (eldoc-add-command, eldoc-add-command-completions)
9902         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9904         * outline.el (outline-mark-subtree): Activate the mark.
9906         * calendar/appt.el (appt-time-regexp): New var.
9907         (appt-add, appt-make-list): Use it.
9908         (appt-convert-time): Clean up.
9910         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9911         Don't set any syntax-table property here.
9912         (tex-font-lock-verb): New function.  Do it here.
9913         (tex-font-lock-syntactic-keywords): Use it.
9915 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9917         * wid-edit.el (widget-file-complete): Get the widget start point
9918         the right way.  Default directory to `/' if file has none.
9920         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9922         * textmodes/flyspell.el (flyspell-mode-on):
9923         Call ispell-maybe-find-aspell-dictionaries.
9925         * textmodes/ispell.el (ispell-word, ispell-region):
9926         Call ispell-maybe-find-aspell-dictionaries.
9927         (ispell-accept-buffer-local-defs):
9928         Don't call ispell-maybe-find-aspell-dictionaries
9930 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9932         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9934 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
9936         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9937         instead of `fboundp' in order to allow for anonymous functions.
9939 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
9941         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9942         case the user clicks on the link while another window is selected.
9943         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9945         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9946         functionality.
9947         (dframe-help-echo): Save point in case mouse tracking is off.
9949 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
9951         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9953 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9955         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9956         not change the global value of those vars.
9958         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9959         make-local-variable which we do not need any more.
9961 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
9963         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9964         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9965         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9966         (speedbar-path-line): Define obsolete aliases.
9967         (speedbar-line-directory): Doc fix.
9969         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9970         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9971         instead of speedbar-line-path.
9973 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9975         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9976         to nil if dropping on a window.  Handle dropping on a minibuffer window
9977         like dropping on a non-window part of Emacs.
9979 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9981         * net/ange-ftp.el: Use with-current-buffer.
9982         (ange-ftp-insert-directory): Do not follow symlinks any more.
9984         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9985         Remove interactive spec.
9987 2005-10-03  Kim F. Storm  <storm@cua.dk>
9989         * ido.el (ido-mode): Use custom-initialize-set.
9991 2005-10-02  Richard M. Stallman  <rms@gnu.org>
9993         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9994         Use insert-buffer-substring.
9996         * net/tramp.el: Pacify byte compiler warnings in pacification code.
9997         (tramp-handle-file-local-copy): Use insert-buffer-substring.
9999 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10001         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10002         in last change.
10003         (ange-ftp-insert-directory): Fix up the search for the case where
10004         `file' is absolute.
10006 2005-10-02  Romain Francoise  <romain@orebokech.com>
10008         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10010 2005-10-02  Andreas Schwab  <schwab@suse.de>
10012         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10013         directory component in the session info.
10015 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10017         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10019         * simple.el (next-error-internal): New function.
10021         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10022         (compilation-start): Pass new arg to compilation-buffer-name.
10023         (compile-goto-error): Use next-error-internal.
10025 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10027         * speedbar.el: Remove RCS tag.
10028         (speedbar-check-read-only): Handle non-existent files.
10030         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10032         * info.el (Info-speedbar-hierarchy-buttons)
10033         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10035 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10037         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10038         Do not match newline.
10039         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10040         (bibtex-summary): Remove unnecessary save-excursion.
10041         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10043 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10045         * term/mac-win.el: Add charset info for "iso10646-1".
10046         Modify default fontset to use ATSUI-compatible fonts for some charsets
10047         if available.
10049 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10051         * speedbar.el: Re-apply arch tag.
10052         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10053         M. Ludlam.
10054         Reapply two changes from Emacs CVS' version of speedbar lost
10055         during the merge:
10056         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10057         (speedbar-frame-parameters): Improve customize type.
10059 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10062         (ange-ftp-file-directory-p): Fix the symlink case.
10063         (ange-ftp-insert-directory): When listing a single file, get a list of
10064         the parent buffer and extract the relevant line.  Inspired from a patch
10065         by Katsumi Yamaoka <yamaoka@jpl.org>.
10066         (ange-ftp-file-name-sans-versions): Simplify.
10068 2005-09-30  Bill Wohler  <wohler@newt.com>
10070         Move MH-E image files from toolbar and mail directories into
10071         etc/images.
10073         * mail/reply2.*: Move to etc/images/mail/reply*.
10075         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10076         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10077         etc/images.
10079         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10080         * toolbar/reply*: Move to etc/images/mail.
10082         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10084 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10086         * speedbar.el: New version 1.0pre3.
10088         Frame management code (including timer, and mouse click specifics)
10089         moved to dframe.el:
10090         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10091         (speedbar-timer): Removed.  Use dframe-timer.
10092         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10093         (speedbar-activity-change-focus-flag): Removed.  Use
10094         dframe-activity-change-focus-flag.
10095         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10096         dframe-update-speed.
10098         (speedbar-current-frame): New macro.  Use this instead of the
10099         variable speedbar-frame.
10101         (speedbar-use-images, speedbar-expand-image-button-alist)
10102         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10104         (speedbar-find-image-on-load-path): Removed.  Replaced by
10105         defezimage in ezimage.el.
10106         (speedbar-expand-image-button-alist): Removed.  Replaced by
10107         ezimage-expand-image-button-alist in ezimage.el.
10109         (speedbar-ignored-directory-regexp)
10110         (speedbar-add-ignored-directory-regexp)
10111         (speedbar-ignored-directory-expressions)
10112         (speedbar-line-directory, speedbar-buffers-line-directory)
10113         (speedbar-directory-line, speedbar-buffers-line-directory):
10114         Renamed, replacing `path' with `directory'.
10116         (speedbar-create-directory, speedbar-expand-line-descendants)
10117         (speedbar-toggle-line-expansion)
10118         (speedbar-contract-line-descendants): New commands.
10120         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10121         (speedbar-use-tool-tips-flag): New options.
10123         (speedbar-check-read-only, speedbar-require-version)
10124         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10125         (speedbar-handle-delete-frame, speedbar-try-completion)
10126         (speedbar-update-localized-contents): New functions.
10128         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10129         (speedbar-object-read-only-indicator): New variables.
10131         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10132         New hooks.
10134         (speedbar-separator-face): New face.
10136         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10137         (speedbar-ignored-modes): Add fundamental-mode.
10138         (speedbar-directory-unshown-regexp): Add . directories.
10140         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10141         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10142         `]' for full expand/close.
10143         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10145         (speedbar-check-vc): Support hidden files.
10146         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10147         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10148         state is nil, it is not checked out.
10150         (speedbar-line-text, speedbar-line-token): Support expand buttons
10151         with no text.
10152         (speedbar-refresh): Universal argument acts as power-click.
10153         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10154         that buffer to get variable values.
10156         And many other bugfixes.
10158         * dframe.el, ezimage.el, sb-image.el: New files.
10160         * sb-*.xpm: Remove files.  New image files installed into
10161         etc/images/ezimage.
10163 2005-09-30  Kenichi Handa  <handa@m17n.org>
10165         * ps-mule.el (ps-mule-show-warning): If a character is in
10166         ps-print-translation-table, don't treat it as non-printable.
10168 2005-09-30  David Ponce  <david@dponce.com>
10170         * tree-widget.el (tree-widget-themes-load-path): New variable.
10171         (tree-widget-themes-directory): Doc fix.
10172         (tree-widget-image-formats) [Emacs]: Doc fix.
10173         (tree-widget--locate-sub-directory): New function.
10174         (tree-widget-themes-directory): Use it.
10176         * recentf.el (recentf-filename-handlers): Rename from
10177         `recentf-filename-handler'.  Allow a list of functions.
10178         (recentf-menu-items-for-commands): Fix :help strings.
10179         (recentf-apply-filename-handlers): New function.
10180         (recentf-expand-file-name): Use it.
10181         (recentf-cleanup): Remove duplicates too.
10183 2005-09-29  Juri Linkov  <juri@jurta.org>
10185         * faces.el: Rearrange face definitions to be in the same order as
10186         their face descriptions in "(emacs)Standard Faces".
10188         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10190         * tooltip.el (tooltip): Add group `basic-faces'.
10192         * buff-menu.el (Buffer-menu-buffer): Remove group
10193         `font-lock-highlighting-faces'.
10195         * progmodes/compile.el (compilation-error, compilation-warning)
10196         (compilation-info, compilation-line-number, compilation-column-number):
10197         Change group from `font-lock-highlighting-faces' to `compilation'.
10199         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10200         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10201         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10202         (vhdl-font-lock-reserved-words-face)
10203         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10204         `font-lock-highlighting-faces'.
10206         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10208 2005-09-28  Kim F. Storm  <storm@cua.dk>
10210         * emulation/cua-base.el: Set CUA move property on additional commands:
10211         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10212         forward-sexp, backward-sexp, forward-list, backward-list.
10214 2005-09-28  Romain Francoise  <romain@orebokech.com>
10216         * comint.el (comint-show-output): Really set point at the
10217         beginning of the output when not using `comint-use-prompt-regexp'.
10219 2005-09-27  Jay Belanger  <belanger@truman.edu>
10221         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10222         in TeX mode.
10224 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10226         * textmodes/org.el (org-table-sum): Fix format string.
10228         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10229         Quote face names.
10231 2005-09-26  Romain Francoise  <romain@orebokech.com>
10233         * isearch.el (isearch-forward-regexp): Close doc string.
10235 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10237         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10239         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10241         * progmodes/compile.el (compilation-error-properties):
10242         When getting the file from the previous error message,
10243         correctly decode the new data format.
10245         * progmodes/cc-cmds.el (c-electric-paren):
10246         Call old-blink-paren only for close-paren.
10248 2005-09-24  Andreas Schwab  <schwab@suse.de>
10250         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10251         condition.
10253 2005-09-25  Romain Francoise  <romain@orebokech.com>
10255         * dired-aux.el (dired-copy-file-recursive):
10256         * dired.el (dired-delete-file):
10257         * ediff-mult.el (ediff-dir-diff-copy-file):
10258         * ediff-util.el (ediff-test-save-region):
10259         * forms.el (forms-mode):
10260         * ido.el (ido-file-internal, ido-delete-file-at-head):
10261         * log-edit.el (log-edit-done):
10262         * ses.el (ses-yank-resize):
10263         * play/gomoku.el (gomoku-human-plays, gomoku)
10264         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10265         (gomoku-offer-a-draw):
10266         * play/landmark.el (lm-human-resigns, lm):
10267         * net/eudcb-ldap.el (eudc-ldap-check-base):
10268         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10269         * progmodes/ebrowse.el (ebrowse-find-pattern):
10270         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10271         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10272         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10274         * vc.el (vc-delete-file):
10275         * play/gomoku.el (gomoku-terminate-game, gomoku)
10276         (gomoku-prompt-for-move, gomoku-human-takes-back):
10277         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10278         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10280 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10282         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10283         color rxvt terminals by using the code xterm.el used to use before
10284         2005-04-09 in order to match the colors used by rxvt.
10286 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10288         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10289         colors rxvt-unicode terminals by using the same code as xterm.el.
10291 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10293         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10294         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10295         new symbol used for the tex-verbatim face.
10297 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10299         * woman.el (woman-file-name):
10300         * wid-edit.el (widget-file-prompt-value)
10301         (widget-coding-system-prompt-value):
10302         * w32-fns.el (set-w32-system-coding-system):
10303         * vc.el (vc-version-diff, vc-annotate):
10304         * textmodes/reftex-auc.el (reftex-arg-cite)
10305         (reftex-arg-index-tag):
10306         * textmodes/refer.el (refer-get-bib-files):
10307         * textmodes/artist.el (artist-figlet-choose-font):
10308         * terminal.el (terminal-emulator):
10309         * replace.el (occur-read-primary-args):
10310         * rect.el (string-rectangle, string-insert-rectangle):
10311         * ps-print.el (ps-print-preprint):
10312         * progmodes/pascal.el (pascal-goto-defun):
10313         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10314         * progmodes/compile.el (compilation-find-file):
10315         * printing.el (pr-interactive-n-up):
10316         * play/animate.el (animate-birthday-present):
10317         * net/rcompile.el (remote-compile):
10318         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10319         * mail/rmailsum.el (rmail-summary-search-backward)
10320         (rmail-summary-search):
10321         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10322         (rmail-output-read-file-name):
10323         * mail/rmail.el (rmail-search, rmail-search-backwards):
10324         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10325         * locate.el (locate):
10326         * international/quail.el (quail-show-keyboard-layout):
10327         * international/mule.el (set-buffer-file-coding-system)
10328         (revert-buffer-with-coding-system, set-file-name-coding-system)
10329         (set-terminal-coding-system, set-keyboard-coding-system)
10330         (set-next-selection-coding-system):
10331         * international/mule-diag.el (describe-coding-system)
10332         (describe-font, describe-fontset):
10333         * international/mule-cmds.el (universal-coding-system-argument)
10334         (search-unencodable-char, describe-input-method)
10335         (set-language-environment, describe-language-environment):
10336         * international/codepage.el (codepage-setup):
10337         * international/code-pages.el (codepage-setup):
10338         * info.el (Info-search, Info-follow-reference)
10339         (Info-search-backward):
10340         * emacs-lisp/advice.el (ad-read-advised-function)
10341         (ad-read-advice-class, ad-clear-cache, ad-activate)
10342         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10343         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10344         (ad-read-regexp):
10345         * ediff-util.el (ediff-toggle-regexp-match):
10346         * ediff-ptch.el (ediff-prompt-for-patch-file):
10347         * dired-aux.el (dired-diff):
10348         * diff.el (diff):
10349         * cus-edit.el (custom-variable-prompt):
10350         * calendar/timeclock.el (timeclock-ask-for-project):
10351         * calc/calcalg3.el (calc-get-fit-variables):
10352         * calc/calc-store.el (calc-edit-variable)
10353         (calc-permanent-variable):
10354         * vc-mcvs.el (vc-mcvs-register):
10355         * shadowfile.el (shadow-define-literal-group):
10356         * woman.el (woman-file-name):
10357         * vc.el (vc-version-diff, vc-merge):
10358         * textmodes/reftex-index.el (reftex-index-complete-tag):
10359         * format.el (format-decode-buffer, format-decode-region):
10360         * emulation/viper-cmd.el (viper-read-string-with-history):
10361         * emacs-lisp/debug.el (cancel-debug-on-entry):
10362         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10363         * ediff.el (ediff-merge-revisions)
10364         (ediff-merge-revisions-with-ancestor, ediff-revision):
10365         * completion.el (interactive-completion-string-reader):
10366         * calc/calc-prog.el (calc-user-define-formula):
10367         Follow convention for reading with the minibuffer.
10369 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10371         * progmodes/python.el (python-describe-symbol): Add globals() and
10372         locals() to the arguments of emacs.ehelp.
10374 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10376         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10377         New function, code extracted from ispell-valid-dictionary-list.
10378         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10379         Call it.
10381 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10383         * subr.el (version-regexp-alist): Extend valid syntax for version
10384         strings: allow any of the characters -,_,+ to separate the
10385         alpha/beta/rc part from the version part.  Doc fix.
10386         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10388 2005-09-23  David Reitter  <david.reitter@gmail.com>
10390         * mail/mailclient.el: New file.
10392 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10394         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10395         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10396         Doc fixes.
10398         * progmodes/cc-mode.el (c-font-lock-init):
10399         Specify font-lock-lines-before.
10401 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10403         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10404         whole conflict.
10406 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10408         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10409         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10410         of `remap' feature when available.  Additional key bindings for
10411         better tty support.
10412         (org-mode-restart, org-force-self-insert): New commands.
10413         (org-time-stamp-inactive): New command.
10414         (org-remap): New function.
10415         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10416         (org-enable-fixed-width-editor): Move to `org-structure'
10417         customization group.
10418         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10419         blank field after field motion commands.
10421 2005-09-23  Kenichi Handa  <handa@m17n.org>
10423         * international/mule-cmds.el (set-language-environment):
10424         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10425         have to call utf-translate-cjk-load-tables.
10427 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10429         * mouse.el (mouse-move-drag-overlay): Fix last change.
10431 2005-09-22  David Ponce  <david@dponce.com>
10433         * tree-widget.el (tree-widget-value-create): Fix previous change.
10435 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10437         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10439 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10441         * mouse.el (mouse-move-drag-overlay): New function.
10442         (mouse-drag-region-1): Use it.
10443         Try to simplify a bit the state handling.  Handle clicks on links
10444         inside intangible areas.
10445         (mouse-save-then-kill): Minor simplification.
10446         (mouse-secondary-overlay): Make it always non-nil instead of
10447         recreating it each time.
10448         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10449         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10450         Simplify accordingly.
10452 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10454         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10456 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10458         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10459         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10460         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10461         to patch.
10463         * ediff-util.el: Use insert-buffer-substring.
10465         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10467         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10468         field boundaries in the minibuffer.
10469         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10470         (viper-minibuffer-post-command-hook): New hook.
10471         (viper-line): Don't move cursor at bolp.
10473         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10475         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10476         avoid compiler warnings.
10478         * emulation/viper-macs.el (ex-map): Better messages.
10480         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10482         * emulation/viper.el: Replace make-variable-buffer-local with
10483         viper-make-variable-buffer-local everywhere, to avoid warnings.
10485 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10487         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10488         Delete unused var `old-selected-window'.
10489         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10490         (mouse-drag-secondary): Delete unused var `start-frame'.
10492 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10494         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10496 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10498         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10499         Re-indent within 80 columns.  Use inhibit-read-only.
10501 2005-09-19  Romain Francoise  <romain@orebokech.com>
10503         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10505 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10507         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10508         unconditionally, since the after-change-function already did it.
10510 2005-09-19  Miles Bader  <miles@gnu.org>
10512         * net/newsticker.el: Get rid of CVS keyword.
10514 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10516         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10517         The prompt is formatted later.
10519 2005-09-19  David Ponce  <david@dponce.com>
10521         * tree-widget.el (tree-widget-value-create): Save the converted
10522         tree :node widget.
10524 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10526         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10527         variable `message'.
10529 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10531         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10532         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10533         <slawomir.nowaczyk.847@student.lu.se>.
10535 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10537         * image.el (image-load-path): Use symbol `data-directory' instead
10538         of its value, for backward compatibility with packages that bind
10539         it during `find-image'.  Suggested by Katsumi Yamaoka.
10540         (image-search-load-path): Handle symbols whose values are strings.
10542 2005-09-18  Romain Francoise  <romain@orebokech.com>
10544         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10545         with-current-buffer form in save-excursion.
10547 2005-09-18  D Goel  <deego@gnufans.org>
10549         * apropos.el (apropos-command): Fix `message' call: first arg
10550         should be a format spec.  In this and all other cases that appear
10551         below and elsewhere in the source code, I made a change only when
10552         two conditions were satisfied: [1] I can think of a possibility
10553         that the arguments would cause an error, for example, the code in
10554         question relies on external variables such as filenames.  [2] I
10555         was sure that the arg to `message' could not have been nil in the code.
10557         * textmodes/tildify.el (tildify-region): Ditto.
10559         * textmodes/reftex-index.el (reftex-index-change-entry)
10560         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10561         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10562         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10563         (org-priority, org-table-sum):
10564         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10565         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10566         (flyspell-word, flyspell-display-next-corrections):
10567         * textmodes/bibtex.el (bibtex-print-help-message):
10568         * textmodes/artist.el (artist-key-set-point-poly):
10569         * term/mac-win.el (mac-services-insert-text):
10570         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10571         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10572         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10573         (vhdl-compose-configuration):
10574         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10575         (sh-set-indent, sh-learn-line-indent):
10576         * progmodes/ps-mode.el (ps-mode-target-column):
10577         * progmodes/idlwave.el (idlwave-make-tags)
10578         (idlwave-scan-library-catalogs):
10579         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10580         * progmodes/gud.el (gud-jdb-analyze-source):
10581         * progmodes/flymake.el (flymake-log):
10582         * progmodes/ebnf2ps.el (ebnf-generate-region):
10583         * progmodes/cmacexp.el (c-macro-expansion):
10584         * progmodes/ada-xref.el (ada-treat-cmd-string):
10585         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10586         (ada-justified-indent-current, ada-batch-reformat):
10587         * play/zone.el (zone):
10588         * play/landmark.el (lm-move):
10589         * play/decipher.el (decipher-show-alphabet):
10590         * net/newsticker.el (newsticker--display-jump)
10591         (newsticker--display-scroll):
10592         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10593         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10594         * mail/feedmail.el (feedmail-dump-message-to-queue):
10595         * eshell/esh-proc.el (eshell-remove-process-entry):
10596         * emulation/ws-mode.el (ws-last-error):
10597         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10598         (viper-record-kbd-macro):
10599         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10600         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10601         * emacs-lisp/find-func.el (find-function-noselect):
10602         * calendar/timeclock.el (timeclock-status-string)
10603         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10604         (timeclock-when-to-leave-string):
10605         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10606         * calc/calc-units.el (calc-enter-units-table):
10607         * calc/calc-mode.el (calc-mode-record-mode):
10608         * woman.el (woman-mini-help):
10609         * wdired.el (wdired-change-to-wdired-mode):
10610         * vc.el (vc-retrieve-snapshot):
10611         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10612         * startup.el (display-startup-echo-area-message):
10613         * simple.el (set-goal-column):
10614         * ses.el (ses-command-hook, ses-recalculate-cell):
10615         * server.el (server-process-filter):
10616         * printing.el (pr-interface-txt-print, pr-interface-printify)
10617         (pr-interface-ps):
10618         * pcvs.el (cvs-help):
10619         * log-edit.el (log-edit, log-edit-mode-help):
10620         * iswitchb.el (iswitchb-possible-new-buffer):
10621         * isearch.el (isearch-edit-string):
10622         * image-mode.el (image-mode, image-minor-mode):
10623         * ibuf-macs.el (define-ibuffer-filter):
10624         * hi-lock.el (hi-lock-find-patterns):
10625         * files.el (toggle-read-only):
10626         * ediff-util.el (ediff-copy-diff)
10627         (ediff-write-merge-buffer-and-maybe-kill):
10628         * echistory.el (Electric-history-undefined):
10629         * dnd.el (dnd-insert-text):
10630         * dired-aux.el (dired-query):
10631         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10632         * bookmark.el (bookmark-bmenu-locate):
10633         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10634         Fix `message' calls to ensure first arg is a format string.
10635         The change was made only when these two conditions were satisfied:
10636         [1] when there is a possibility that the arguments would cause an error
10637         for example, if the code in question relies on external variables
10638         such as filenames, and
10639         [2] if the arg to `message' could not have been nil in the code.
10641         * pcomplete.el (pcomplete--help): Fix `message' format spec.
10642         Not having a %s would be weird, though not technically wrong.
10644 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10646         * term/mac-win.el (mac-add-charset-info): Doc fix.
10648 2005-09-17  Romain Francoise  <romain@orebokech.com>
10650         * shell.el (shell-resync-dirs): Handle echoing processes more
10651         reliably.  Don't insert resync command if `comint-process-echoes'
10652         is non-nil.
10654 2005-09-17  Magnus Henoch  <mange@freemail.hu>
10656         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10657         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10658         aspell versions >= 0.60.
10659         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10660         only if ispell-aspell-supports-utf8 is non-nil.
10662 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10664         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10665         buffer-local value to lisp-indent-function.
10667 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
10669         * progmodes/glasses.el (glasses-make-readable): If
10670         glasses-separator differs from underscore, put appropriate
10671         overlays over underscore characters.
10672         (glasses-convert-to-unreadable): If glasses-separator differs from
10673         underscore, try to convert glasses-separator characters to
10674         underscores.
10676 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10679         Use with-syntax-table and dolist.
10681 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
10683         * textmodes/reftex-auc.el:
10684         * textmodes/reftex-cite.el:
10685         * textmodes/reftex-dcr.el:
10686         * textmodes/reftex-global.el:
10687         * textmodes/reftex-parse.el:
10688         * textmodes/reftex-ref.el:
10689         * textmodes/reftex-sel.el:
10690         * textmodes/reftex-toc.el:
10691         * textmodes/reftex-vars.el:
10692         * textmodes/reftex.el: Small changes to remove compiler warnings.
10694         * textmodes/reftex-index.el: Likewise.
10695         (reftex-query-index-phrase): More efficient use of markers.
10697 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10699         * image.el (image-load-path): New variable.
10700         (image-search-load-path): New function.
10701         (find-image): Search for images in `image-load-path'.
10703 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10705         * follow.el: Change Maintainer field.
10707 2005-09-15  David Ponce  <david@dponce.com>
10709         * recentf.el (recentf-save-file-modes): New option.
10710         (recentf-save-list): Use it.
10712 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
10714         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10715         (mode-line-mule-info, mode-line-modified): Move bindings from
10716         mouse-3 to mouse-1.
10718 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10720         * simple.el (sendmail-user-agent-compose): Revert last change.
10722 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10724         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10725         Use with-current-buffer.
10726         (ange-ftp-gwp-start): Remove unused var `gw-user'.
10727         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10728         (ange-ftp-insert-directory): Remove unused var `short'.
10729         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10731         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10732         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10734         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10735         (check-calendar-holidays, diary-list-entries): Autoload.
10736         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10737         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10739         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10740         which mistakenly removed a call to display-buffer.
10742 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
10744         * obsolete/iso-insert.el: Move to obsolete/ from international/.
10746 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
10748         * progmodes/hideshow.el
10749         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10750         (hs-allow-nesting): New user var.
10751         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10752         (hs-hide-block-at-point): When nesting allowed,
10753         if there is already an overlay in place, delete it.
10754         (hs-safety-is-job-n): Delete func; remove call sites.
10755         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10756         (hs-overlay-at): New func.
10757         (hs-already-hidden-p, hs-show-block): Use it.
10758         (hs-hide-all): Don't pre-clean if nesting allowed.
10759         (hs-show-all): Temporarily disallow
10760         nesting around call to `hs-discard-overlays'.
10762 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
10764         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10765         Delete unused local var.
10767 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
10769         * help-fns.el (describe-categories): "?\ " -> "?\s".
10770         (help-do-arg-highlight): Recognize also ARG-n, as in
10771         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
10773         * international/codepage.el (dos-unsupported-char-glyph):
10774         * net/newsticker.el (tool-bar-map, w3-mode-map)
10775         (w3m-minor-mode-map):
10776         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10777         (ent-alist):
10778         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10780 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
10782         * custom.el (custom-push-theme): Handle the case where a symbol is
10783         bound but face properties have not yet been assigned.
10785         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10786         Fix behavior if noerase is `t' and there is no mail buffer.
10788         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10789         if `continue' is nil, rather than signal an error.
10791 2005-09-12  Richard M. Stallman  <rms@gnu.org>
10793         * font-lock.el (font-lock-keywords): Add autoload.
10795         * help-fns.el (describe-variable): Rearrange to put source link
10796         in a predictable place.
10798         * net/newsticker.el: New file.
10800 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10802         * calendar/calendar.el (calendar-for-loop): Add edebug info.
10803         (calendar-basic-setup): Use the new nil arg.
10804         (number-of-diary-entries): Move to diary-lib.el.
10806         * calendar/diary-lib.el: Use with-current-buffer, match-string.
10807         (diary-list-entries): Use with-syntax-table and dolist.
10808         Rename from list-diary-entries.
10809         Use number-of-diary-entries if `number' is nil.
10810         (diary, diary-view-entries): Use this new name and new nil arg value.
10811         (number-of-diary-entries): Move from calendar.el.
10812         (diary-unhide-everything): New function.
10813         (include-other-diary-files, fancy-diary-display)
10814         (diary-show-all-entries, make-diary-entry): Use it.
10815         (diary-mail-entries): Use buffer-string.
10816         (mark-diary-entries): Fix long standing paren typo.
10817         (diary-sexp-entry): Use count-lines.
10818         (make-diary-entry): Avoid `previous-line'.
10819         (diary-mode-map): New var.
10820         (diary-mode): Redraw cal after saving.  Setup header-line.
10821         (fancy-diary-display-mode): Use local-set-key.
10823         * startup.el (command-line): Try calling various terminal-init-foo-bar
10824         functions by stripping hyphenated suffixes from $TERM.
10826         * files.el (normal-mode): Check boundness of font-lock-keywords.
10828 2005-09-12  Richard M. Stallman  <rms@gnu.org>
10830         * progmodes/compile.el: Don't decide a file's directory
10831         until the user actually tries to go there.
10832         (compilation-next-error-function):
10833         Pass compilation-find-file the directory from the file-struct.
10834         (compilation-internal-error-properties): Separate local FILE-STRUCT
10835         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
10836         (compilation-find-file): Arg DIR renamed to DIRECTORY.
10837         Expand it, and if nil, use default-directory.
10838         (compilation-get-file-structure): Don't mix specified directory
10839         with default directory.  Put specified directory into
10840         file-struct.  Don't make the file name absolute.
10842         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10843         (compile-command): Add autoload.
10844         (compilation-disable-input): Add autoload.
10846 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
10848         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10849         strings of the variables it can override.
10850         (time-stamp): New (as yet undocumented) time-stamp-format escapes
10851         %Q and %q, for fully-qualified domain name and unqualified host name.
10853 2005-09-11  Kim F. Storm  <storm@cua.dk>
10855         * emacs-lisp/authors.el (authors-aliases): Update list.
10856         (authors-fixed-entries): Update mldrag.el entry.
10858 2005-09-10  Alan Mackenzie  <acm@muc.de>
10860         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10861         from the region narrowed to.
10863 2005-09-10  Magnus Henoch  <mange@freemail.hu>
10865         * textmodes/ispell.el (ispell-check-version): Signal an error if
10866         aspell version is less than 0.60.
10868 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
10870         * progmodes/octave-inf.el (inferior-octave-startup):
10871         Resync current dir at the end.
10873 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
10875         * woman.el (woman-topic-at-point-default):
10876         Rename to woman-use-topic-at-point-default.
10877         (woman-topic-at-point): Rename to woman-use-topic-at-point.
10878         (woman-file-name): Reflect renames above.  Automatically use the
10879         word at point as topic if woman-use-topic-at-point is non-nil.
10880         Otherwise offer it as default but don't insert it in the
10881         minibuffer.  Also use `test-completion' instead of `assoc' as
10882         suggested by Stefan Monnier.
10884 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
10886         * vc.el (vc-directory, vc-update-change-log): Throw an error on
10887         the attempt to do it over Tramp.  This is not yet supported.
10889 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
10891         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10892         (menu-bar-non-minibuffer-window-p): New functions.
10893         ("Split Window", "Save As..."): Use them.
10894         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10895         ("Print Buffer", "Truncate Long Lines in this Buffer"):
10896         Use menu-bar-menu-frame-live-and-visible-p.
10897         ("Save Buffer", "Insert File", "Open Directory...")
10898         ("Open File...", "Visit New File..."):
10899         Use menu-bar-non-minibuffer-window-p.
10900         (kill-this-buffer-enabled-p, dired <menu-enable>):
10901         Use menu-bar-non-minibuffer-window-p.
10903 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10905         * cus-start.el (all): Don't complain about fringe-related
10906         built-ins if fringes are not supported.  Ditto about
10907         selection-related built-ins.  Fix the test for GTK-related built-ins.
10909         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10910         ("Postscript Print Buffer", "Print Region", "Save As...")
10911         ("Save", "Insert File...", "Open Directory...")
10912         ("Open File...", "Visit New File..."")
10913         ("Truncate Long Lines in this Buffer"): Don't look at
10914         menu-updating-frame if this display does not support multiple frames.
10916 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10918         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10920 2005-09-09  Emilio Lopes  <eclig@gmx.net>
10922         * woman.el: Format- and whitespace-related changes.
10924 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10926         * woman.el: Fix my email address.
10928 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10930         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10931         (sh-mode): Locally set skeleton-pair-default-alist.
10933         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10935         * progmodes/flymake.el: Require `compile' unconditionally.
10937         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10939         * woman.el (woman-file-name): Provide a default, not initial input.
10941         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10943         * font-lock.el (font-lock-support-mode): Doc fix.
10945         * descr-text.el (describe-property-list): Handle non-symbol prop names.
10947 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10949         * simple.el (blink-matching-open): Get rid of text props from
10950         the string shown in echo area.  Don't permanently set point.
10951         Some rearrangements.
10953 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10955         * recentf.el (recentf-filename-handler): Add custom choice
10956         `abbreviate-file-name'.
10958         * msb.el (msb--very-many-menus): Fix typo.
10960         * disp-table.el (standard-display-european): Don't set
10961         enable-multibyte-characters to nil.
10963 2005-09-08  David Ponce  <david@dponce.com>
10965         * recentf.el (recentf-show-file-shortcuts-flag): New option.
10966         (recentf-expand-file-name): Doc fix.
10967         (recentf-dialog-mode-map): Define digit shortcuts.
10968         (recentf--files-with-key): New variable.
10969         (recentf-show-digit-shortcut-filter): New function.
10970         (recentf-open-files-items): New function.
10971         (recentf-open-files): Use it.
10972         (recentf-open-file-with-key): New command.
10974 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10976         * buff-menu.el (Buffer-menu-sort-by-column): New function.
10977         Suggested by Kim F. Storm.
10978         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10979         (Buffer-menu-make-sort-button): Use global keymap.
10981 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
10983         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10984         (Man-getpage-in-background-advice): Remove defadvice; it isn't
10985         necessary any longer with the remapped command.
10986         (Man-bgproc-sentinel-advice): Remove defadvice which counts
10987         formatting time only.
10989         * net/tramp.el (tramp-action-password)
10990         (tramp-multi-action-password): Compile the password prompt from
10991         `method', `user' and `host'.  Sometimes it isn't obvious which
10992         password to enter, for example with remote files offered by
10993         recentf.el, or with multiple steps.  Suggested by Robert Marshall
10994         <robert@chezmarshall.freeserve.co.uk>.
10996 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10999         Fix regexp for when "s///" is at the beginning of line.
11001 2005-09-07  Jay Belanger  <belanger@truman.edu>
11003         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11004         when in matrix mode.
11006 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11009         non-anonymous functions.
11011 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11013         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11014         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11016         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11017         can't be moved; don't signal an error.
11019 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11021         * cus-theme.el (custom-theme-write-faces): Save the current face
11022         spec, not the defface spec.
11024         * custom.el (custom-known-themes): Clarify meaning of "standard".
11025         (custom-push-theme): Save old values in the standard theme.
11026         (disable-theme): Correct typo.
11027         (custom-face-theme-value) Deleted unused function.
11028         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11030 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11032         * progmodes/compile.el (compilation-goto-locus): Take into account
11033         iconified frames when determining whether the buffer is
11034         already visible.
11035         Don't reset window height if the window already existed.
11037 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11039         * custom.el (load-theme): Rename from require-theme.
11040         Add interactive spec.
11041         (enable-theme): Rename from custom-enable-theme.
11042         Add interactive spec.
11043         (disable-theme): Rename from custom-disable-theme.
11044         Add interactive spec.
11045         (custom-make-theme-feature): Doc fix.
11046         (custom-theme-directory): Doc fix.
11047         (provide-theme): Call enable-theme.
11049 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11051         * obsolete/lazy-lock.el (lazy-lock-mode):
11052         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11053         font-lock-mode if it's off.  Print a warning instead.
11055         * progmodes/compile.el (compilation-start): Ignore errors if the
11056         process died before we get to send-eof.
11058         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11059         Undo last change.  Enclosing the result in quotes broke things on Unix
11060         since tex-send-command passes it through shell-quote-argument.
11061         (tex-send-command): Pass `file' through convert-standard-filename
11062         when possible.
11063         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11064         info in a transcript.
11066 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11068         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11069         fix compilation warning.  Reorder the key definitions to group
11070         together keys emitted by the current version of xterm.
11072         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11073         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11074         Reorder predicates to correct min-color usage.
11076 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11078         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11079         Kill local variables when longlines-mode is turned off.
11081 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11083         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11085         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11087         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11089         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11090         (font-lock-lines-before): Change default to being inactive.
11091         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11092         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11094 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11096         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11097         Deactivate temporarily advice if active (not needed for Emacs 22,
11098         but for backwards compatibility).
11099         (tramp-exists-file-name-handler): Rewrite.  First implementation
11100         was too simple.
11101         (tramp-advice-make-auto-save-file-name):
11102         Call `tramp-handle-make-auto-save-file-name' (again, just for
11103         backwards compatibility).
11105 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11107         * progmodes/vhdl-mode.el
11108         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11109         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11110         (vhdl-set-default-project): New function (easier setting of default).
11111         (vhdl-port-copy): Handle extended identifiers for generics.
11112         (vhdl-compiler-alist): Better description for error message regexp.
11113         (vhdl-make): Query for target, use previous as default.
11114         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11115         (vhdl-font-lock-keywords-2): Fix fontification for record
11116         el. assign.
11117         (vhdl-speedbar-make-subpack-line): Add package body link.
11118         (vhdl-generate-makefile-1): Not include itself as dependency.
11119         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11120         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11121         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11122         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11123         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11124         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11125         (vhdl-import-project): Add string argument for `error'.
11126         (vhdl-compose-configuration)
11127         (vhdl-compose-configuration-architecture): Add configuration
11128         declaration generation.
11129         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11130         (vhdl-trailer-re): Add "record" keyword (better indentation).
11131         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11132         "[^ \t-\"]+".
11133         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11134         (vhdl-testbench-entity-file-name)
11135         (vhdl-testbench-architecture-file-name): Allow separate
11136         customization of testbench file names.
11137         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11138         (vhdl-get-visible-signals): Allow newline within alias declaration.
11139         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11140         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11141         (member-ignore-case): Alias for missing function in XEmacs.
11142         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11143         (vhdl-update-sensitivity-list): Ignore case on read signals.
11144         (vhdl-replace-string): Adjust case only for file names.
11145         (vhdl-update-sensitivity-list): Fix search for read signals.
11146         (vhdl-update-sensitivity-list): Exclude formal parameters.
11147         (vhdl-get-visible-signals): Include aliases of signals.
11148         (vhdl-get-visible-signals): Fix signal name searching.
11149         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11150         (vhdl-fixup-whitespace-region): Fix for character
11151         literals (e.g. `:').
11153 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11155         * ansi-color.el (comint-last-output-start):
11156         * bs.el (font-lock-verbose):
11157         * diff-mode.el (add-log-buffer-file-name-function):
11158         * dired-x.el (vm-folder-directory):
11159         * faces.el (help-xref-stack-item):
11160         * files.el (font-lock-keywords):
11161         * find-lisp.el (dired-buffers, dired-subdir-alist):
11162         * ido.el (cua-inhibit-cua-keys):
11163         * log-view.el (cvs-minor-wrap-function):
11164         * outline.el (font-lock-warning-face):
11165         * simple.el (compilation-current-error):
11166         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11167         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11168         * tooltip.el (comint-prompt-regexp):
11169         * w32-fns.el (explicit-shell-file-name):
11170         * term/mac-win.el (mac-charset-info-alist)
11171         (mac-services-selection, mac-system-script-code):
11172         * term/tty-colors.el (msdos-color-values):
11173         * term/w32-win.el (xlfd-regexp-registry-subnum):
11174         * term/x-win.el (x-keysym-table, x-selection-timeout)
11175         (x-session-id, x-session-previous-id):
11176         * textmodes/ispell.el (mail-yank-prefix):
11177         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11178         * textmodes/org.el (calc-embedded-close-formula)
11179         (calc-embedded-open-formula)
11180         (font-lock-unfontify-region-function):
11181         * textmodes/reftex-global.el (isearch-next-buffer-function)
11182         (TeX-master):
11183         * textmodes/reftex.el (font-lock-keywords):
11184         * textmodes/tex-mode.el (font-lock-comment-face)
11185         (font-lock-doc-face):
11186         * textmodes/texinfo.el (outline-heading-alist):
11187         Add defvars.
11189         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11190         (artist-spray-chars, artist-mode-init, artist-replace-string)
11191         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11192         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11193         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11195         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11196         (conf-align-assignments): "?\ " -> "?\s".
11198         * textmodes/reftex-index.el (TeX-master): Add defvar.
11199         (reftex-index-phrases-marker): Move up defvar.
11201         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11202         (reftex-toc-include-labels-indicator)
11203         (reftex-toc-include-index-indicator)
11204         (reftex-toc-max-level-indicator): Move up declarations.
11206         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11207         of args to `tramp-run-real-handler', even if it's empty in this case.
11209 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11211         * dired.el (dired-move-to-filename-regexp): Add date format for
11212         Mac OS X 10.3 in East Asian locales.
11214 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11216         * files.el (make-auto-save-file-name): Add file name handler call
11217         if applicable.
11219         * net/tramp.el (tramp-file-name-handler-alist)
11220         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11221         (tramp-handle-make-auto-save-file-name): Rename from
11222         `tramp-make-auto-save-file-name'.
11223         (tramp-exists-file-name-handler): New defun.
11224         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11225         `make-auto-save-file-name' is not a magic file name operation.
11227 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11229         * files.el (risky-local-variable-p):
11230         Match `-predicates' and `-commands.
11232         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11233         (custom-save-all): Visit the file if necessary;
11234         kill the buffer if we created it.
11235         (custom-save-delete): Don't visit file or kill buffer here.
11237 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11239         * textmodes/org.el (org-special-keyword): New face.
11240         (org-table-copy-down, org-table-eval-formula)
11241         (org-table-recalculate, org-init-section-numbers):
11242         Use `string-to-number' instead of `string-to-int'.
11243         (org-get-location): Use `insert-buffer-substring' instead of
11244         `insert-buffer'.
11245         (org-modify-diary-entry-string): New function.
11246         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11247         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11248         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11249         active region.
11250         (org-export-as-html): Handle QUOTE keyword.
11251         (org-quote-string): New option.
11252         (org-bookmark-jump-unhide): New function, used for
11253         `bookmark-after-jump-hook'.
11254         (org-diary-default-entry): Apply only when not called through
11255         `org-agenda'.
11257 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11259         * net/eudc.el (mode-popup-menu):
11260         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11261         * progmodes/ada-mode.el (compile-auto-highlight)
11262         (skeleton-further-elements):
11263         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11264         * progmodes/cmacexp.el (msdos-shells):
11265         * progmodes/compile.el (font-lock-extra-managed-props)
11266         (font-lock-keywords, font-lock-maximum-size)
11267         (font-lock-support-mode):
11268         * progmodes/grep.el (font-lock-lines-before):
11269         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11270         * progmodes/mixal-mode.el (compile-command):
11271         * progmodes/perl-mode.el (font-lock-comment-face)
11272         (font-lock-doc-face, font-lock-string-face):
11273         * progmodes/prolog.el (comint-prompt-regexp):
11274         * progmodes/sh-script.el (font-lock-comment-face)
11275         (font-lock-set-defaults, font-lock-string-face):
11276         * progmodes/sql.el (font-lock-keyword-face)
11277         (font-lock-set-defaults, font-lock-string-face):
11278         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11279         (itimer-version, lazy-lock-defer-contextually)
11280         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11281         Add defvars.
11283         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11284         (cperl-electric-keyword, cperl-electric-pod)
11285         (cperl-electric-backspace, cperl-forward-re)
11286         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11287         (vc-rcs-header, vc-sccs-header): Add defvars.
11289         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11290         (font-lock-syntactic-keywords, gud-find-expr-function):
11291         Add defvars.
11293         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11294         (gdb-frame-parameters): Declare before use.
11296         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11297         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11298         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11299         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11301         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11302         (idlwave-help-with-source): Use `insert-buffer-substring', not
11303         `insert-buffer'.
11305 2005-08-29  Juri Linkov  <juri@jurta.org>
11307         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11308         Put outline-back-to-heading function call inside save-excursion.
11310 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11312         * man.el (Man-init-defvars, Man-translate-references)
11313         (Man-support-local-filenames, Man-highlight-references):
11314         * progmodes/sql.el (sql-interactive-mode):
11315         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11317         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11318         (compilation-mode-font-lock-keywords): Add defvars.
11319         (checkdoc-interactive-loop): "?\ " -> "?\s".
11321         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11322         (font-lock-doc-face, font-lock-string-face)
11323         (font-lock-keywords-case-fold-search): Add defvars.
11324         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11326         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11327         Don't pass X and Y (they are ignored anyway).
11328         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11329         (mouse-delete-window): Make arguments optional.
11331         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11332         (caesar-translate-table, minor-modes, news-buffer-save)
11333         (news-group-name, news-minor-modes): Add defvars.
11335         * emacs-lisp/lselect.el (mouse-highlight-priority)
11336         (x-lost-selection-functions, zmacs-regions):
11337         * emacs-lisp/pp.el (font-lock-verbose):
11338         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11339         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11340         (ses-mode-map):
11341         * emacs-lisp/tcover-unsafep.el (safe-functions):
11342         * international/mule-cmds.el (mac-system-coding-system)
11343         (mac-system-locale):
11344         * language/ethio-util.el (rmail-current-message)
11345         (rmail-message-vector):
11346         * language/thai-util.el (thai-auto-composition-mode):
11347         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11348         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11349         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11350         (vm-primary-inbox, vm-spool-files):
11351         * mail/rmail.el (deleted-head, font-lock-fontified)
11352         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11353         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11354         (total-messages):
11355         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11356         (rmail-summary-mode-map):
11357         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11358         (rmail-last-label, rmail-last-multi-labels)
11359         (rmail-summary-vector, rmail-total-messages):
11360         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11361         * mail/rmailsum.el (msgnum):
11362         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11363         (rmail-current-message):
11364         * obsolete/fast-lock.el (font-lock-face-list):
11365         * obsolete/rnewspost.el (mail-reply-buffer):
11366         * obsolete/scribe.el (compile-command):
11367         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11369 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11371         * ibuf-ext.el (ibuffer-auto-update-changed):
11372         Use `frame-or-buffer-changed-p' to check whether we need to update.
11373         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11374         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11375         as a `frame-or-buffer-changed-p' state vector instead.
11377 2005-08-27  Romain Francoise  <romain@orebokech.com>
11379         * textmodes/makeinfo.el (makeinfo-compile):
11380         Use `compilation-start'.  Set `next-error-function' according to
11381         `disable-errors'.
11382         (makeinfo-next-error): New function.
11383         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11384         (makeinfo-buffer): Likewise.
11386         * progmodes/compile.el (compilation-start): Add autoload cookie.
11388         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11389         * textmodes/sgml-mode.el: Likewise.
11390         * progmodes/python.el: Likewise.
11392 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11394         * simple.el (blink-matching-paren-distance): Document the meaning
11395         of nil value, and allow to customize to nil.
11397         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11398         command.com, not command.exe.
11400 2005-08-26  John Wiegley  <johnw@newartisans.com>
11402         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11403         code around a bit so that an extraneous nil argument is not added
11404         to a command when no args are given.
11406         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11407         double-quoted argument resolves to nil, return it as an empty
11408         string rather than as nil.  This made it impossible to pass "" to
11409         a shell script as a null string argument.
11411 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11413         * outline.el (outline-invent-heading): New fun.
11414         (outline-promote, outline-demote): Use it.
11415         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11416         (outline-end-of-subtree): Remove unused var `opoint'.
11418 2005-08-26  David Reitter  <david.reitter@gmail.com>
11420         * menu-bar.el (truncate-lines, write-file, print-buffer)
11421         (ps-print-buffer-faces, ps-print-buffer, split-window):
11422         Disable menu items when the frame they refer to is invisible, or when
11423         they refer to a buffer and the minibuffer is selected.
11425 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11427         * progmodes/flymake.el (flymake-highlight-err-lines):
11428         Use save-excursion around flymake-highlight-line to preserve point.
11430 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11432         * progmodes/octave-mod.el: Change Author and Maintainer address.
11433         (octave-maintainer-address): Change Kurt's email address.
11434         * progmodes/octave-inf.el: Change Author and Maintainer address.
11435         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11437 2005-08-26  Kim F. Storm  <storm@cua.dk>
11439         * subr.el (version-list-<, version-list-<=, version-list-=):
11440         Rename from integer-list-*.
11441         (version-list-not-zero): Likewise.  Fix while loop.
11442         (version=): Use version-list-= instead of string-equal.
11444 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11446         * outline.el (outline-promote): Try shortening the heading.
11447         As last resort, read the heading to use.
11448         (outline-demote): As last resort, read the heading to use.
11450 2005-08-26  Romain Francoise  <romain@orebokech.com>
11452         * progmodes/compile.el (compilation-start): Doc fix.
11454         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11455         (antlr-font-lock-additional-keywords): Fix reference to
11456         `antlr-font-lock-literal-regexp' erroneously changed during the
11457         mass face rename.
11458         (antlr-run-tool): Use `compilation-start'.
11460         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11461         instead of the obsolete `compile-internal'.
11463 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11465         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11466         (number, original-date):
11467         * calendar/cal-china.el (date):
11468         * calendar/cal-coptic.el (date):
11469         * calendar/cal-french.el (date):
11470         * calendar/cal-hebrew.el (date, entry, number, original-date):
11471         * calendar/cal-islam.el (date, number, original-date):
11472         * calendar/cal-iso.el (date):
11473         * calendar/cal-julian.el (date):
11474         * calendar/cal-mayan.el (date):
11475         * calendar/cal-menu.el (date, event):
11476         * calendar/cal-persia.el (date):
11477         * calendar/lunar.el (date):
11478         * calendar/solar.el (date): Add defvars.
11480         * emerge.el:
11481         * ibuffer.el:
11482         * info-xref.el:
11483         * obsolete/bg-mouse.el:
11484         * obsolete/sun-curs.el:
11485         * obsolete/swedish.el: Move the `defvar's to the top level.
11487         * smerge-mode.el (smerge-refined-change): Add :group.
11489 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11492         (smerge-keep-n): Remove props.
11493         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11494         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11495         now that it's done in smerge-keep-n.
11496         (smerge-refined-change): New face.
11497         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11498         (smerge-refine): New funs.
11499         (smerge-basic-map): Bind smerge-refine.
11501 2005-08-25  Juri Linkov  <juri@jurta.org>
11503         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11504         compilation-process-setup-function and compilation-disable-input
11505         in grep-mode instead of let-bindings in grep.
11507         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11508         Delete "Automatic File De/compression" (auto-compression-mode).
11510 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11512         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11513         Silence warning about non-existent variable.
11515 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11517         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11518         Rename "Describe Key" to "Describe Key or Mouse Operation".
11520         * mail/mailalias.el (build-mail-aliases): Delete comments
11521         from the contents before processing them.
11523         * isearch.el (isearch-edit-string): Erase the Search prompt
11524         if user enters an empty string and there is no default.
11526         * comint.el (comint-file-name-prefix): Add autoload.
11528 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11530         * subr.el (play-sound): Rearrange to avoid warning.
11532 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11534         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11535         New hook.
11536         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11538 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11540         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11542         * custom.el (custom-theme-set-variables): Sort minor modes last.
11544 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11546         * subr.el (version-separator, version-regexp-alist): New vars used by
11547         version comparison funs.
11548         (integer-list-<, integer-list-=, integer-list-<=)
11549         (integer-list-not-zero): New funs for integer list comparison.
11550         (version-to-list, version=, version<, version<=): New funs for version
11551         comparison.
11553 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11555         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11556         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11557         time to silence the byte-compiler.
11559         * ibuffer.el (ibuffer-compile-make-eliding-form)
11560         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11561         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11562         so it's silly to get warnings for it).
11563         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11564         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11565         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11566         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11567         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11568         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11569         Defvar at compile time.
11570         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11571         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11572         Declare them before use.
11574         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11575         (info-xref-good, info-xref-bad): Defvar at compile time.
11577         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11578         Use `let*' instead of `let'.
11580         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11581         (*mouse-y*, menu, char): Defvar at compile time.
11582         (sc::menu): Declare it before use.
11583         (sc::pack-one-line): Use `let', not `let*'.
11585         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11586         (mail-send-hook): Defvar at compile time.
11588         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11589         Defvar at compile time.
11591         * term/sun-mouse.el (current-global-mousemap)
11592         (current-local-mousemap): Declare them before use.
11594 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11596         * bookmark.el (bookmark-after-jump-hook): New hook.
11597         (bookmark-jump): Run `bookmark-after-jump-hook'.
11599 2005-08-23  Juri Linkov  <juri@jurta.org>
11601         * faces.el (minibuffer-prompt): Doc fix.
11603 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11605         * progmodes/xscheme.el: Trivial changes to silence warnings.
11606         (xscheme-previous-mode, xscheme-previous-process-state):
11607         Add defvars.
11608         (xscheme-last-input-end, xscheme-process-command-line)
11609         (xscheme-process-name, xscheme-buffer-name)
11610         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11611         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11612         (xscheme-control-g-synchronization-p)
11613         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11614         (default-xscheme-runlight, xscheme-runlight)
11615         (xscheme-runlight-string, xscheme-process-filter-state)
11616         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11617         Move to beginning of file.
11618         (scheme-interaction-mode-commands-alist)
11619         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11620         Declare them before use.  Note: the initialization code for the variables
11621         has not been moved because it uses functions that reference the variables.
11622         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11623         (xscheme-prompt-for-expression-map): Declare them before use.
11624         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11626 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11628         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11630 2005-08-22  Juri Linkov  <juri@jurta.org>
11632         * faces.el (set-face-underline): Delete this duplicate function
11633         and make an obsolete alias to set-face-underline-p.
11634         (set-face-underline-p): Use docstring of set-face-underline.
11635         (describe-face): Create hyperlink to parent face.
11637         * info.el (Info-insert-dir): Use save-excursion around
11638         insert-buffer-substring.
11639         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11640         (Info-escape-percent): Delete function.
11641         (Info-fontify-node): Replace Info-escape-percent by
11642         replace-regexp-in-string with REP arg set to lambda that
11643         duplicates `%' and preserves text properties.
11645         * progmodes/compile.el (compilation-disable-input): Doc fix.
11646         (define-compilation-mode): Doc fix and refill.
11647         (kill-compilation): Use `mode-name' in the error message.
11648         (compilation-find-file): Use `compilation-error' in the
11649         read-file-name's prompt.
11651 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11653         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11654         (smerge-auto-leave): Make undo re-enable the mode.
11655         (debug-ignored-errors): Add the user-error of impossible resolution.
11656         (smerge-resolve): Move things around a bit, in preparation for later.
11657         (smerge-diff): Don't fail if the buffer has no associated file.
11658         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11659         (smerge-conflict-overlay): New function.
11660         (smerge-match-conflict): Don't add text properties here.
11661         (smerge-find-conflict): Instead, add an overlay here.
11662         Also check for the case where we're inside a conflict already, so as to
11663         obviate the need for font-lock-multiline, which is unbearably slow with
11664         large conflicts and ciomplex font-lock patterns.
11665         (smerge-remove-props): Remove overlay rather than text-properties.
11666         (smerge-mode): Don't set font-lock-multiline.
11667         Remove overlays when turned off.
11669 2005-08-21  Kim F. Storm  <storm@cua.dk>
11671         * ido.el (ido-ignore-item-p): Use save-match-data.
11672         Bind case-fold-search to ido-case-fold locally.
11674 2005-08-20  Richard M. Stallman  <rms@gnu.org>
11676         * files.el (normal-mode): If font lock is on, turn it off and on.
11678         * subr.el (replace-regexp-in-string): Doc fix.
11680         * startup.el (command-line-1): Don't suppress startup screen
11681         due to existing processes.
11683         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11685         * progmodes/compile.el (compilation-disable-input): Default to nil.
11687 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11689         * progmodes/compile.el (compilation-disable-input): New defcustom.
11690         (compilation-start): If compilation-disable-input is non-nil, send
11691         EOF to the compilation process.
11693 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
11695         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11696         Run the argument of tex-shell-cd-command through
11697         convert-standard-filename, to get the correct style of slashes on
11698         Windows, and enclose the result in quotes, in case the file name
11699         includes whitespace or other special characters.
11701 2005-08-19  Andreas Schwab  <schwab@suse.de>
11703         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11704         process.
11706 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
11708         * cus-start.el (minibuffer-prompt-properties): Correct typo.
11710 2005-08-18  Kim F. Storm  <storm@cua.dk>
11712         * scroll-lock.el: Fix errors due to incorrect line wrapping.
11714 2005-08-18  Richard M. Stallman  <rms@gnu.org>
11716         * scroll-lock.el: New file.
11718 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
11720         * dired.el (dired-move-to-end-of-filename):
11721         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11723 2005-08-18  Kim F. Storm  <storm@cua.dk>
11725         * ido.el (ido-everywhere): Fix defcustom :set function to disable
11726         rather than toggle mode when custom value is nil.
11727         (ido-everywhere): Fix defun doc string.
11729 2005-08-17  Richard M. Stallman  <rms@gnu.org>
11731         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11732         as tag instead of "Inviolable".
11734 2005-08-17  Kim F. Storm  <storm@cua.dk>
11736         * windmove.el (windmove-coordinates-of-position): Remove.
11737         (windmove-coordinates-of-window-position): Remove.
11738         (windmove-reference-loc): Use posn-at-point instead.
11740         * subr.el (insert-for-yank-1): Doc fix.
11742         * ido.el (ido-enter-matching-directory): Rename from
11743         ido-enter-single-matching-directory.  Change `slash' choice to
11744         `only'.  Add `first' choice.
11745         (ido-exhibit): Adapt to above changes.
11747 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
11749         * Makefile.in: Expand comment about building loaddefs.el.
11751 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
11753         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11754         Comment use of defadvice.
11756         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11758 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
11760         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11761         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11762         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11763         * progmodes/idlw-shell.el, progmodes/ld-script.el,
11764         * progmodes/which-func.el, ruler-mode.el, strokes.el,
11765         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11766         for backward compatibility for faces that did not appear in the
11767         previous Emacs release.
11769         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11771 2005-08-15  Kim F. Storm  <storm@cua.dk>
11773         * emulation/cua-base.el (cua-delete-region): Return t if
11774         deleted region was non-empty.
11775         (cua-replace-region): Inhibit overwrite-mode for
11776         self-insert-command if replaced region was non-empty.
11777         (cua--explicit-region-start, cua--status-string): Make them
11778         buffer-local at top-level...
11779         (cua-mode): ...rather than when mode is enabled.
11781 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
11783         * progmodes/vhdl-mode.el (vhdl-emacs-21):
11784         Set t for Emacs 21, 22, and so on.
11786 2005-08-15  David Ponce  <david@dponce.com>
11788         * tree-widget.el: Update Commentary header.
11789         (tree-widget-theme): Doc fix.
11790         (tree-widget-space-width): New option.
11791         (tree-widget-image-properties): Look up in the default theme too.
11792         (tree-widget--cursors): Only for images with arrow pointer shape.
11793         (tree-widget-lookup-image): Pointer shape is hand by default.
11794         (tree-widget-icon): Rename generic icon widget from
11795         `tree-widget-control'.
11796         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11797         derive from `tree-widget-icon'.
11798         (tree-widget-handle): Improve default look and feel of the text
11799         representation.
11800         (tree-widget): Rename :*-control properties to :*-icon properties.
11801         Add :action and :help-echo properties.
11802         (tree-widget-after-toggle-functions): Move.
11803         (tree-widget-close-node, tree-widget-open-node): Remove.
11804         (tree-widget-before-create-icon-functions): New hook.
11805         (tree-widget-value-create): Update to allow customization of icons
11806         and nodes at run-time via that new hook.
11807         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11808         (tree-widget-icon-action, tree-widget-icon-help-echo)
11809         (tree-widget-action, tree-widget-help-echo): New functions.
11811 2005-08-15  Kim F. Storm  <storm@cua.dk>
11813         * ido.el (ido-buffer-internal): Use with-no-warnings.
11814         (ido-make-merged-file-list): Use while-no-input.
11816 2005-08-15  Richard M. Stallman  <rms@gnu.org>
11818         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11819         (flyspell-large-region): Fix doc and custom type.
11821 2005-08-14  Richard M. Stallman  <rms@gnu.org>
11823         * files.el (interpreter-mode-alist): Doc fix.
11825         * mail/rmail.el (rmail-nonignored-headers): New variable.
11826         (rmail-clear-headers): Use it.
11827         (rmail-reply): Better handling of mail-followup-to header.
11829         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11830         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
11831         don't try to refer to executable-font-lock-keywords.
11832         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11833         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11834         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11835         (sh-mode): Set comment-start-skip, local-abbrev-table,
11836         imenu-case-fold-search.
11837         (sh-set-shell): Don't set them here.
11838         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
11839         Don't cache the results in the original alist; don't ever modify
11840         that alist.
11842         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11844         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11845         empty.
11847 2005-08-15  Andreas Schwab  <schwab@suse.de>
11849         * desktop.el: Put autoload cookie at risky-local-variable declarations.
11851         * dired.el, info.el, mail/rmail.el: Revert last change.
11853 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
11855         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11856         modification in `eval-after-load' form.
11857         * info.el: Likewise.
11858         * mail/rmail.el: Likewise.
11860 2005-08-14  Juri Linkov  <juri@jurta.org>
11862         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11863         Remove highlighting of "Compilation started".  Highlight only
11864         the word "finished" in "Compilation finished".  Add highlighting
11865         of "interrupt", "killed", "terminated" and the exit code.
11866         (compilation-start): Add newline after header.  Use exactly the
11867         same time stamp format as the finishing message.
11868         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11870         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11871         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11872         Add highlighting of "interrupt", "killed", "terminated".
11874         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11875         enabled and the current command is self-insert-command, call it
11876         explicitly with overwrite-mode bound to nil, to not allow it
11877         to delete the character after the selected region.
11879 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
11881         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11882         move-end-of-line, end-of-line, and beginning-of-line to the list
11883         of commands after which the echo area is updated.
11885 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
11887         * cus-edit.el (custom-save-all, custom-save-delete):
11888         Bind recentf-exclude to exclude custom-file.
11890 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
11892         * mail/rmailsum.el (rmail-summary-end-of-message): New command
11893         to go to the bottom of the mail message.  Added to
11894         `rmail-summary-mode-map' with key "/".
11895         (rmail-summary-show-message): New (internal) function for use by
11896         both `rmail-summary-beginning/end-of-message'.
11897         (rmail-summary-beginning-of-message): Change to use
11898         rmail-summary-show-message.
11900         * mail/rmail.el (rmail-end-of-message): New command to go to the
11901         end of the current message.  Added to `rmail-mode-map' with key "/".
11902         (rmail-beginning-of-message): Fix to work as documented.
11903         (rmail-mode): Change documentation.
11905         * progmodes/compile.el (compilation-start): Add the line
11906         "Compilation started" with compilation start time.
11907         (compilation-mode-font-lock-keywords): Add `started' to keywords.
11909 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
11911         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11912         of menu items.
11914 2005-08-11  Richard M. Stallman  <rms@gnu.org>
11916         * simple.el (pop-global-mark): Reverse test of widen-automatically.
11918         * battery.el (battery-status-function): Don't use ignore-errors.
11920 2005-08-11  Lute Kamstra  <lute@gnu.org>
11922         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11923         define-obsolete-variable-alias.
11925 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11928         (ange-ftp-send-cmd): Revert last change, and expand
11929         the comment explaining the problem.
11931 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11933         * ldefs-boot.el: Update.
11935         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11936         item to "Time, Load and Mail".  Change help echo text.
11938         * time.el (display-time-use-mail-icon, display-time-format)
11939         (display-time-string-forms): Shorten first line of docstrings.
11941 2005-08-10  Lars Hansen  <larsh@soem.dk>
11943         * desktop.el (desktop-buffer-mode-handlers):
11944         Make non-customizable.  Add autoload cookie.  Change initial value to
11945         nil; add elements in respective modules instead.  Fix doc string.
11946         (desktop-load-file): New function.
11947         (desktop-minor-mode-handlers): New autoloaded variable.
11948         (desktop-create-buffer): Call minor mode handlers.
11949         Use desktop-load-file to load major and minor mode modules prior to
11950         checking for a handler.
11951         (desktop-save): Don't add nil to desktop-minor-modes for minor
11952         modes with nil function in desktop-minor-mode-table.  Don't delete
11953         desktop file before rewriting it.
11954         (desktop-locals-to-save): Add autoload cookie.  Don't make
11955         automatically buffer-local.  Add variables column-number-mode,
11956         size-indication-mode, indent-tabs-mode,
11957         indicate-buffer-boundaries, indicate-empty-lines and
11958         show-trailing-whitespace.
11959         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11960         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
11961         (desktop-clear-preserve-buffers-regexp): Delete.
11962         (desktop-clear-preserve-buffers): Update initial value and docstring.
11963         (desktop-save-buffer): Fix doc string.
11965         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11966         (hilit-chg-desktop-restore): New function.
11967         (highlight-changes-mode): Add highlight-changes-mode to
11968         desktop-locals-to-save.
11970         * dired.el: Add handler to desktop-buffer-mode-handlers.
11971         (dired-restore-desktop-buffer): Remove autoload cookie.
11972         (dired-mode): Add autoload cookie.
11974         * info.el: Add handler to desktop-buffer-mode-handlers.
11975         (Info-restore-desktop-buffer): Remove autoload cookie.
11976         (Info-mode): Add autoload cookie.
11978         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11979         (mh-restore-desktop-buffer): Remove autoload cookie.
11980         (mh-folder-mode): Add autoload cookie.
11982         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11983         (rmail-restore-desktop-buffer): Remove autoload cookie.
11985 2005-08-11  Masatake YAMATO  <jet@gyve.org>
11987         * hexl.el (hexl-address-region):
11988         (hexl-ascii-region, hexl-font-lock-keywords):
11989         (hexl-highlight-line-range): Use the term "region"
11990         instead of "area" for consistency with the other symbols
11991         defined in hexl.el.
11993 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11995         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11996         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11997         out by Juri Linkov).  Add `display-battery-mode'.
11999 2005-08-09  Juri Linkov  <juri@jurta.org>
12001         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12002         Remove `-text' from face variable names.
12003         (compilation-error-file-name, compilation-warning-file-name)
12004         (compilation-info-file-name): Delete faces.
12005         (compilation-line-number, compilation-column-number):
12006         Remove face underlining.
12007         (compilation-message-face): Set to `underline' value by default.
12008         (compilation-error-face, compilation-warning-face)
12009         (compilation-info-face): Remove `-file-name' from face names.
12010         (compilation-error-text-face, compilation-warning-text-face)
12011         (compilation-info-text-face): Delete face variables.
12012         (compilation-text-face): Delete function.
12014         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12015         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12016         (grep-error-face): Set to `compilation-error' instead of
12017         `compilation-error-face' (which is redefined to `grep-hit-face' in
12018         grep buffers).
12019         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12020         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12022         * dired-aux.el (dired-do-query-replace-regexp):
12023         Use `query-replace-read-args'.
12025         * replace.el (query-replace-read-from, query-replace-read-to)
12026         (query-replace-read-args): Rename arg `string' to `prompt'.
12028         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12030 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12032         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12033         uploading files.
12034         (ange-ftp-canonize-filename): Handle file names beginning with ~
12035         correctly.
12037 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12039         * textmodes/fill.el (canonically-space-region)
12040         (fill-context-prefix, fill-french-nobreak-p)
12041         (fill-delete-newlines, fill-comment-paragraph)
12042         (justify-current-line): "?\ " -> "?\s".
12044 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12046         * textmodes/fill.el (fill-nonuniform-paragraphs):
12047         Improve argument/docstring consistency.
12049 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12051         * textmodes/ispell.el (ispell-word): More fboundp checks.
12053         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12054         (find-file-noselect-1): Call it here, only if RAWFILE.
12055         (normal-mode): Always set some major mode.
12056         (save-some-buffers-action-alist): Change some explanation strings.
12057         (file-name-non-special): In the `quote' method, use unwind-protect.
12059 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12061         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12062         (ispell-have-aspell-dictionaries): New variable.
12063         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12064         (ispell-get-aspell-config-value): New function.
12065         (ispell-aspell-find-dictionary): New function.
12066         (ispell-aspell-add-aliases): New function.
12067         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12068         appropriate.  Don't look for ispell dictionaries if we use aspell.
12069         (ispell-menu-map): Don't build a submenu of dictionaries.
12071 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12073         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12074         (sql-read-passwd): Use read-passwd.
12076         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12077         (idlwave-toolbar-is-possible): Add defvars.
12079         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12080         Avoid warnings.
12082         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12083         (idlwave-system-class-info, idlwave-executive-commands-alist):
12084         Use defvar.
12086         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12088         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12089         Avoid warnings.
12091         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12092         and content-type: headers.
12094         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12096         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12097         and rename some of them to be more self-explanatory.
12099         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12101         * startup.el (command-line-1): Implement -scriptload.
12103         * replace.el (occur-engine): Initial *Occur* output not undoable.
12105         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12106         and improve help strings.
12108         * isearch.el (isearch-repeat): When changing direction,
12109         mark search successful.
12111         * ediff-init.el: Use (featurep 'xemacs).
12113         * comint.el (send-invisible): Identify buffer, if not selected.
12115         * align.el: Delete autoload for c-guess-basic-syntax.
12117 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12119         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12120         Improve argument/docstring consistency.  Doc fixes.
12121         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12122         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12123         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12124         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12125         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12126         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12127         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12128         Defvar at compile time.
12130 2005-08-09  Juri Linkov  <juri@jurta.org>
12132         * info.el: Replace `info' with upper-case `Info' where appropriate.
12133         (info-title-1, info-title-2, info-title-3, info-title-4)
12134         (info-menu-header): Move up face definitions.
12135         (info-menu-star): Rename from `info-menu-5'.
12136         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12137         (Info-fontify-visited-nodes): Fix docstring.
12138         (Info-hide-note-references): Fix docstring.
12139         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12140         menu items in the same way as on cross-references.
12141         (info-apropos): Fix sorting order and formatting to be like in the
12142         stand-alone Info browser.  Display error messages for 1 sec.
12143         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12144         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12145         from the menu bar.
12146         (Info-insert-dir): Restore point after calling
12147         `insert-buffer-substring'.
12149 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12151         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12152         (recompute-lucid-menubar): Add defvars.
12154         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12156         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12158         * net/net-utils.el (run-dig): Rename from `dig'.
12160         * play/gametree.el (gametree-mode): Use make-local-variable,
12161         not make-variable-buffer-local.
12163         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12165         * ansi-color.el (ansi-color-make-extent)
12166         (ansi-color-set-extent-face): Use fboundp, not functionp.
12168         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12169         not make-variable-buffer-local.
12171         * bookmark.el (Info-current-file): Add defvar.
12172         (bookmark-jump-noselect): Use with-no-warnings.
12174         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12176         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12178         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12180         * find-file.el (ada-procedure-start-regexp)
12181         (ada-package-start-regexp): Add defvars.
12183         * info.el (Info-insert-dir): Use insert-buffer-substring.
12185         * xml.el (xml-att-def-re): Add defvar.
12187         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12188         calling convention.
12190         * subr.el (while-no-input): Return t if there is input.
12192 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12194         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12196 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12198         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12199         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12201 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12203         * cmuscheme.el (scheme-start-file): Replace reference to
12204         `user-emacs-directory' by "~/.emacs.d/".
12206 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12208         * info.el (Info-dir-remove-duplicates): Avoid case folding
12209         in loop; instead, keep downcased strings for comparison.
12210         Suggested by Helmut Eller.
12212 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12214         Sync with Tramp 2.0.50.
12216         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12217         XEmacs case; not necessary anymore.
12218         (tramp-user-regexp): Allow "@" as part of user name.
12219         (tramp-handle-set-visited-file-modtime)
12220         (tramp-handle-insert-file-contents)
12221         (tramp-handle-write-region): No special handling for
12222         `last-coding-system-used, because this is done in
12223         `tramp-accept-process-output' now.
12224         (tramp-accept-process-output): New defun.
12225         (tramp-process-one-action, tramp-process-one-multi-action)
12226         (tramp-wait-for-regexp, tramp-wait-for-output)
12227         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12228         Howells <dhowells@redhat.com>.
12229         (clear-visited-file-modtime): Defadvice removed.  The check for
12230         unset buffer's modtime does not need to be based on
12231         `tramp-buffer-file-attributes'.  Suggested by RMS.
12232         (tramp-message): Insert "\n" if not being at beginning of line.
12233         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12234         sequence with same logic.
12235         (tramp-completion-handle-expand-file-name): Discard call of
12236         `tramp-drop-volume-letter'.  It is not necessary, and there have
12237         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12238         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12239         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12240         should always be visible.
12241         (tramp-handle-insert-directory, tramp-setup-complete)
12242         (tramp-set-process-query-on-exit-flag)
12243         (tramp-append-tramp-buffers): Pacify byte-compiler.
12244         (tramp-bug): Delete non-existing variables from list.
12245         Apply `tramp-load-report-modules' as pre-hook.
12246         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12247         `shell-prompt-pattern' because of non-7bit characters.
12248         Reported by Sebastian Luque <sluque@mun.ca>.
12249         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12250         (tramp-match-string-list): Remove function.
12251         (tramp-wait-for-regexp): Remove call of that function.
12252         Suggested by Kim F. Storm <storm@cua.dk>.
12253         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12254         instead of octal character code ?\600.  The latter resulted in a
12255         syntax error with XEmacs.
12257         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12258         XEmacs case; not necessary anymore.
12259         (tramp-smb-handle-write-region): No special handling for
12260         `last-coding-system-used, because this is done in
12261         `tramp-accept-process-output' now.
12262         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12264 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12266         * wid-edit.el (widget-choice-value-create):
12267         Unconditionally respect user choice.  Set :explicit-choice back to nil
12268         when no longer needed.
12269         (widget-choice-action): Unconditionally respect user choice.
12270         Eliminate :explicit-choice-value.
12272         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12274         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12275         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12276         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12277         running new function `toggle-indicate-empty-lines'.
12278         Rename "Customize" item to "Customize fringe".
12279         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12280         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12281         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12282         Delete "Empty lines only" item.
12283         (menu-bar-showhide-fringe-ind-customize): New function.
12284         (menu-bar-showhide-fringe-ind-mixed)
12285         (menu-bar-showhide-fringe-ind-box)
12286         (menu-bar-showhide-fringe-ind-right)
12287         (menu-bar-showhide-fringe-ind-left)
12288         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12289         instead of `fringe-indicators'.
12291 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12293         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12294         Change the date of last update.
12296 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12298         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12299         (viper-exec-yank, viper-put-back): Don't display modification msg
12300         if in the minibuffer.
12302         * viper-init.el (viper-replace-overlay-cursor-color)
12303         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12304         Make variables frame local.
12306         * viper-util.el (viper-append-filter-alist): Use append instead of
12307         nconc.
12309         * viper.el (viper-vi-state-mode-list)
12310         (viper-emacs-state-mode-list): Move help-mode and
12311         completion-list-mode from the first list to the second.
12312         (viper-mode): Docstring.
12313         (viper-go-away, viper-non-hook-settings): Don't localize
12314         minor-mode-alist in newer Emacsen.  Add advice to
12315         set-cursor-color.  Don't bind "\C-c\\".
12317 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12319         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12320         (scheme-macro-expand-command): New user options.
12321         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12322         (scheme-form-at-point, scheme-start-file)
12323         (scheme-interactively-start-process): New functions.
12324         (scheme-get-process): New function, extracted from `scheme-proc'.
12325         (run-scheme): Call `scheme-start-file' to get start file, and pass
12326         it to `make-comint'.
12327         (switch-to-scheme, scheme-proc):
12328         Call `scheme-interactively-start-process' if no Scheme buffer/process
12329         is available.
12331 2005-08-06  Juri Linkov  <juri@jurta.org>
12333         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12334         Use `compilation-text-face', `compilation-info-text-face' and
12335         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12336         (compilation-error): New face.
12337         (compilation-error-file-name): Inherit from
12338         `compilation-error' instead of `font-lock-warning-face'.
12339         (compilation-warning-file-name): Inherit from
12340         `compilation-warning' instead of `font-lock-warning-face'.
12341         (compilation-info, compilation-error-file-name)
12342         (compilation-warning-file-name, compilation-info-file-name)
12343         (compilation-line-number, compilation-column-number): Doc fix.
12344         (compilation-error-text-face, compilation-warning-text-face)
12345         (compilation-info-text-face): New face variables.
12346         (compilation-line-face, compilation-column-face)
12347         (compilation-enter-directory-face)
12348         (compilation-leave-directory-face): Doc fix.
12349         (compilation-text-face): New function.
12351         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12352         instead of 1 to display binary file names as info file links.
12353         (grep-error-face): Use `compilation-error-face' instead of
12354         `font-lock-keyword-face'.
12355         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12356         and `compilation-warning-text-face' instead of
12357         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12358         instead of `grep-error-face'.
12360 2005-08-05  Kenichi Handa  <handa@m17n.org>
12362         * international/code-pages.el: Add autoload cookies for all coding
12363         systems.
12365 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12367         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12369 2005-08-04  Juri Linkov  <juri@jurta.org>
12371         * progmodes/compile.el (compilation-mode-map):
12372         * progmodes/grep.el (grep-mode-map):
12373         Bind TAB to `compilation-next-error' and [backtab] to
12374         `compilation-previous-error'.
12376         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12377         matching line numbers, column numbers and their ranges with regexp
12378         matching only line numbers.
12379         (grep-context-face): New face variable.
12380         (grep-mode-font-lock-keywords): Use it.
12382         * faces.el (read-face-name): Delete duplicate faces.
12384 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12386         * thumbs.el (thumbs-find-image): Don't make variables
12387         automatically buffer local.
12388         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12389         (thumbs-image-num): Make automatically buffer local.
12390         (thumbs-show-thumbs-list): Use `make-local-variable', not
12391         `make-variable-buffer-local'.
12392         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12394         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12395         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12396         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12397         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12398         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12399         (feelings-about, foullst, found, hello, history, howareyoulst)
12400         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12401         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12402         (neglst, obj, object, owner, please, problems, qlist)
12403         (random-adjective, relation, remlst, repetitive-shortness)
12404         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12405         (shortlst, something, sportslst, stallmanlst, states, subj)
12406         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12407         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12408         Defvar at compile time.
12410         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12411         not `make-variable-buffer-local'.
12413 2005-08-02  Kim F. Storm  <storm@cua.dk>
12415         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12416         rectangle overlay in selected window.
12418 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12420         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12421         instead of display group.  Make `indicate-buffer-boundaries'
12422         customizable through Custom.
12424 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12426         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12427         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12428         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12429         (gdb-put-string): Fix typos in docstrings.
12431 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12433         Update copyright notices of files in progmodes directory for
12434         release of Emacs 22.1.
12436         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12438         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12439         Don't barf if the GUD buffer has been killed.
12441 2005-08-01  Kim F. Storm  <storm@cua.dk>
12443         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12445 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12447         * simple.el (next-error-follow-minor-mode):
12448         make-variable-buffer-local -> make-local-variable.
12450         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12452         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12453         (byte-compile-form-make-variable-buffer-local): New functions to warn
12454         about misuses of make-variable-buffer-local where make-local-variable
12455         was meant.
12457 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12459         * bs.el (bs-attributes-list): Doc fix.
12460         (bs): Update url-link.
12462         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12463         (desktop-load-default): Simplify.
12465         * ibuffer.el (ibuffer-columnize-and-insert-list)
12466         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12467         (ibuffer-unmark-all, ibuffer-toggle-marks)
12468         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12469         (ibuffer-compile-make-format-form, ibuffer-format-column)
12470         (ibuffer-current-buffers-with-marks)
12471         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12472         (ibuffer): Doc fix.
12473         (ibuffer-mode): Fix typo in docstring.
12474         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12475         with `define-obsolete-variable-alias'.
12476         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12478 2005-07-29  Kenichi Handa  <handa@m17n.org>
12480         * international/mule-cmds.el (select-message-coding-system):
12481         Be sure to use LF for end-of-line.  If no coding system is decided,
12482         return iso-8859-1-unix.
12484 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12487         (ange-ftp-pending-error-line): New vars.
12488         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12489         to handle the non-fatal no-route-to-host messages.
12490         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12492 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12494         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12495         (isearch-quote-char, isearch-printing-char)
12496         (isearch-text-char-description): "?\ " -> "?\s".
12497         (isearch-lazy-highlight-cleanup)
12498         (isearch-lazy-highlight-initial-delay)
12499         (isearch-lazy-highlight-interval)
12500         (isearch-lazy-highlight-max-at-a-time)
12501         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12502         Declare with define-obsolete-*-alias macros.
12503         (isearch-forward): Fix typo in docstring.
12504         (search-invisible, search-ring-yank-pointer)
12505         (regexp-search-ring-yank-pointer): Doc fixes.
12507         * recentf.el (recentf-menu-append-commands-p): Declare with
12508         `define-obsolete-variable-alias'.
12509         (recentf-max-saved-items, recentf-menu-filter)
12510         (recentf-arrange-by-rule-subfilter): Doc fixes.
12511         (recentf-menu-append-commands-flag)
12512         (recentf-initialize-file-name-history, recentf-expand-file-name)
12513         (recentf-clear-data): Fix typos in docstrings.
12515 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12517         * progmodes/gdb-ui.el: Smarten comments.
12518         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12520 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12522         * term/apollo.el (terminal-init-apollo): New function containing
12523         all former top level forms in the file.
12524         * term/bobcat.el (terminal-init-bobcat):
12525         * term/cygwin.el (terminal-init-cygwin):
12526         * term/iris-ansi.el (terminal-init-iris-ansi):
12527         * term/linux.el (terminal-init-linux):
12528         * term/news.el (terminal-init-news):
12529         * term/rxvt.el (terminal-init-rxvt):
12530         * term/sun.el (terminal-init-sun):
12531         * term/tvi970.el (terminal-init-tvi970):
12532         * term/vt100.el (terminal-init-vt100):
12533         * term/vt102.el (terminal-init-vt102):
12534         * term/vt125.el (terminal-init-vt125):
12535         * term/vt200.el (terminal-init-vt200):
12536         * term/vt201.el (terminal-init-vt201):
12537         * term/vt220.el (terminal-init-vt220):
12538         * term/vt240.el (terminal-init-vt240):
12539         * term/vt300.el (terminal-init-vt300):
12540         * term/vt320.el (terminal-init-vt320):
12541         * term/vt400.el (terminal-init-vt400):
12542         * term/vt420.el (terminal-init-vt420):
12543         * term/wyse50.el (terminal-init-wyse50):
12544         * term/xterm.el (terminal-init-xterm): Likewise.
12546         * term/README: Describe the terminal-init-* functionality.
12548         * startup.el (command-line): After loading the terminal initialization
12549         file call the corresponding terminal initialization function.
12551 2005-07-27  Kenichi Handa  <handa@m17n.org>
12553         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12554         negative.
12556         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12557         (ps-mule-composition-prologue): Fix for the case that
12558         RelativeCompose is false.
12560 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12562         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12564         * descr-text.el (describe-char): Handle the case where the list of
12565         chars is displayed in a separate frame.
12566         Be a bit more discriminating when looking for the char.
12568 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12570         * bookmark.el (bookmark-automatically-show-annotations)
12571         (bookmark-read-annotation-text-func): Doc fixes.
12572         (bookmark-save): Improve argument/docstring consistency.
12573         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12574         (bookmark-alist-from-buffer)
12575         (bookmark-upgrade-file-format-from-0)
12576         (bookmark-grok-file-format-version)
12577         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12578         (bookmark-read-annotation-mode)
12579         (bookmark-insert-current-bookmark, bookmark-jump)
12580         (bookmark-exit-hook): Fix typos in docstrings.
12581         (bookmark-exit-hooks): Define as obsolete alias.
12582         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12583         not `bookmark-exit-hooks'.  Fix docstring.
12584         (bookmark-bmenu-select): "?\ " -> "?\s".
12586 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12588         * startup.el (command-line): Fix typo.
12590 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12592         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12593         not emacs-quick-startup.
12595 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12597         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12598         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12599         instead of `reb-with-current-window'.
12600         (reb-prev-match): Likewise.  Also, don't move left if the search
12601         was unsuccessful.
12602         (reb-initialize-buffer): New function.
12603         (re-builder, reb-change-syntax): Use it.
12605         * man.el (Man-goto-page): Make second argument NOERROR optional.
12607 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12609         * man.el (Man-bgproc-sentinel): Check here for failure to find
12610         any man page in the output, and report the error here.
12611         (Man-arguments): Make it permanent local.
12612         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12613         (Man-mode): Pass t for NOERROR.
12615         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12616         (grep-mode-font-lock-keywords):
12617         Don't use compilation-...-face for messages that are not file names.
12619         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12620         Don't use compilation-...-face for messages that are not file names.
12622 2005-07-22  Juri Linkov  <juri@jurta.org>
12624         * startup.el (normal-splash-screen): Update menu name.
12626         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12628 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12630         * term/xterm.el: Load term/rxvt if the terminal is actually an
12631         rxvt terminal.
12632         (xterm-rxvt-set-background-mode): Remove, not used anymore.
12634         * term/rxvt.el (function-key-map): Use substitute-key-definition
12635         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
12637         * term/cygwin.el: New file.
12639 2005-07-22  Kim F. Storm  <storm@cua.dk>
12641         * image-file.el (insert-image-file, image-file-yank-handler):
12642         Fix last change to maintain a (unique) yank-handler on yanked images.
12644 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
12646         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12647         of the file size (as in "177B" for 177 bytes).  This happens with
12648         "ls -lh" on FreeBSD.
12650 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
12652         * hilit-chg.el (highlight-changes-global-initial-state)
12653         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12654         (hilit-chg-fixup, highlight-changes-mode):
12655         Fix typos in docstrings.
12656         (highlight-changes-global-modes, highlight-changes-rotate-faces):
12657         Doc fixes.
12659 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
12661         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12662         mode function using `eval-after-load'.
12664 2005-07-21  Kim F. Storm  <storm@cua.dk>
12666         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12667         included when reporting an emacs crash, and tell about the DEBUG file.
12669         * image-file.el (insert-image-file): Add yank-handler.
12670         (image-file-yank-handler): Yank handler to make unique copies of
12671         images when they are yanked into a buffer next to each other.
12673 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
12675         * comint.el (comint-use-prompt-regexp, comint-send-input)
12676         (comint-source-default, comint-extract-string)
12677         (comint-get-source, comint-word, comint-completion)
12678         (comint-source, comint-prompt-read-only, comint-update-fence):
12679         Fix typos in docstrings.
12680         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12681         Declare with define-obsolete-*-alias macros.
12682         (comint-previous-matching-input-from-input)
12683         (comint-next-matching-input-from-input)
12684         (comint-previous-matching-input, comint-next-matching-input)
12685         (comint-forward-matching-input):
12686         Improve argument/docstring consistency.
12688         * desktop.el (desktop-clear-preserve-buffers-regexp):
12689         Also preserve the *server* buffer.
12691         * simple.el (clone-indirect-buffer): Doc fix.
12692         (fixup-whitespace, just-one-space)
12693         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12694         (next-error, next-error-highlight)
12695         (next-error-highlight-no-select, next-error-last-buffer)
12696         (next-error-buffer-p, next-error-find-buffer, next-error)
12697         (previous-error, next-error-no-select, previous-error-no-select)
12698         (open-line, split-line, minibuffer-prompt-width, kill-new)
12699         (binary-overwrite-mode): Fix typos in docstrings.
12700         (set-fill-column): Fix typo in message.
12702         * skeleton.el (skeleton-proxy-new): Doc fix.
12704         * strokes.el (strokes-load-hook): Doc fix.
12705         (strokes-grid-resolution, strokes-get-grid-position)
12706         (strokes-renormalize-to-grid, strokes-read-stroke)
12707         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12708         (strokes-global-map): Fix typos in docstrings.
12709         (strokes-help): Doc fix.  Fix help message and pass it through
12710         `substitute-command-keys'.
12712         * tempo.el (tempo-insert-prompt, tempo-interactive)
12713         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12714         (tempo-insert-string-functions, tempo-local-tags)
12715         (tempo-define-template, tempo-insert-template)
12716         (tempo-insert-prompt-compat, tempo-is-user-element)
12717         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12718         Fix typos in docstrings.
12720         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12721         (vcursor-key-bindings, vcursor-use-vcursor-map)
12722         (vcursor-find-window, vcursor-scroll-down)
12723         (vcursor-disable, vcursor-beginning-of-buffer)
12724         (vcursor-end-of-buffer): Fix typos in docstrings.
12725         (vcursor-relative-move, vcursor-get-char-count):
12726         Improve argument/docstring consistency.
12728         * version.el: "?\ " -> "?\s".
12730         * wid-edit.el (widget-default-create, widget-after-change)
12731         (widget-default-format-handler, widget-checklist-add-item)
12732         (widget-radio-add-item, widget-choose, widget-specify-secret)
12733         (widget-field-value-create, widget-field-value-get)
12734         (widget-editable-list-format-handler)
12735         (widget-editable-list-entry-create, widget-group-value-create)
12736         (widget-documentation-link-add)
12737         (widget-documentation-string-value-create): "?\ " -> "?\s".
12738         (widget-convert-text): Doc fix.
12739         (widget-narrow-to-field, widget-field-find)
12740         (widget-url-link-action, widget-emacs-library-link-action)
12741         (widget-color-notify): Fix typos in docstrings.
12743         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12744         (x-select-text, set-w32-system-coding-system)
12745         (w32-add-charset-info): Fix typos in docstrings.
12747         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12748         (cua-enable-cua-keys, cua-use-hyper-key)
12749         (cua-virtual-rectangle-edges): Fix typos in docstrings.
12750         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12752         * net/tramp.el (tramp-handle-load): Fix typo in error message.
12754         * emacs-lisp/re-builder.el (regexp-builder): Declare with
12755         `defalias' instead of faking it.
12757         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12758         (eshell-ls-missing, eshell-ls-dired-initial-args)
12759         (eshell-ls-use-in-dired): Fix typos in docstrings.
12761 2005-07-20  Kim F. Storm  <storm@cua.dk>
12763         * emulation/cua-base.el (cua-mode): Improve doc string.
12765 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
12767         * abbrev.el (expand-region-abbrevs): Doc fix.
12768         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12769         Improve argument/docstring consistency.
12771         * arc-mode.el (archive-get-descr, archive-alternate-display):
12772         Doc fixes.
12773         (archive-l-e): Improve argument/docstring consistency.
12774         (archive-tmpdir, archive-unixdate, archive-unixtime)
12775         (archive-chmod-entry): Fix typos in docstrings.
12776         (archive-unflag, archive-unflag-backwards)
12777         (archive-unmark-all-files): "?\ " -> "?\s".
12779         * buff-menu.el (Buffer-menu-unmark): Doc fix.
12780         (Buffer-menu-not-modified, Buffer-menu-execute)
12781         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12782         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12784         * composite.el (compose-string, encode-composition-rule)
12785         (compose-last-chars): Fix typos in docstrings.
12787         * desktop.el (desktop-enable, desktop-basefilename):
12788         Declare with `define-obsolete-variable-alias'.
12789         (desktop-internal-v2s): Don't quote keywords.
12790         (desktop-clear): "?\ " -> "?\s".
12792         * dired.el (dired-align-file, dired-flag-backup-files)
12793         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12794         (dired-listing-switches, dired-ls-F-marks-symlinks)
12795         (dired-dwim-target, dired-load-hook, dired-mode-hook)
12796         (dired-directory, dired-faces, dired, dired-revert)
12797         (dired-mode, dired-summary, dired-view-file)
12798         (dired-copy-filename-as-kill, dired-delete-file)
12799         (dired-no-confirm, dired-unmark-all-marks)
12800         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12801         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12802         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12803         Fix typos in message strings.
12805         * dired-x.el (virtual-dired): Declare with `defalias'.
12806         (dired-mark-unmarked-files, dired-local-variables-file)
12807         (dired-omit-here-always): Doc fix.
12808         (dired-omit-mode, dired-find-subdir)
12809         (dired-enable-local-variables, dired-clean-up-buffers-too)
12810         (dired-extra-startup, dired-mark-extension, dired-jump)
12811         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12812         (dired-smart-shell-command, dired-guess-shell-alist-user)
12813         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12814         (dired-x-bind-find-file, dired-x-submit-report):
12815         Fix typos in docstrings.
12816         (dired-mark-unmarked-files): "?\ " -> "?\s".
12818         * dirtrack.el (dirtrack-list): Fix typos in docstring.
12820         * faces.el (describe-face): "?\ " -> "?\s".
12821         (read-all-face-attributes, read-face-font, modify-face)
12822         (face-attr-construct, italic): Fix typos in docstrings.
12823         (frame-update-face-colors): Declare with
12824         `define-obsolete-function-alias'.
12826         * files.el (find-file-noselect, recode-file-name): Doc fixes.
12827         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12828         (magic-mode-alist, buffer-file-numbers-unique)
12829         (write-file-functions, get-free-disk-space):
12830         Fix typos in docstrings.
12831         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12832         (write-contents-hooks, write-file-hooks):
12833         Declare with `define-obsolete-variable-alias'.
12835         * forms-d2.el (arch-rj): Fix typo in docstrings.
12836         (arch-tocol): Likewise.  "?\ " -> "?\s".
12838         * frame.el (set-frame-font, cursor-in-non-selected-windows):
12839         Fix typo in docstring.
12840         (set-screen-width, set-screen-height): Delete redundant info in
12841         doctrings.
12842         (new-frame, screen-height, screen-width): Declare with
12843         `define-obsolete-function-alias'.
12844         (delete-frame-hook, blink-cursor): Declare with
12845         `define-obsolete-variable-alias'.
12847         * paths.el (prune-directory-list): Fix typos in docstring.
12849         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12850         (cvs-prefix-get): Fix typos in docstrings.
12852         * ps-print.el (ps-extend-face-list, ps-extend-face)
12853         (ps-print-background-image): Fix typos in docstrings.
12854         (ps-default-fg, ps-default-bg): Doc fixes.
12856         * s-region.el (s-region-bind): Doc fix.
12857         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12859         * textmodes/org.el (org-table-formula-substitute-names)
12860         (org-table-get-vertical-vector): Doc fixes.
12861         (org-table-recalculate): Remove unused argument to `message'.
12863 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
12865         * textmodes/org.el (org-table-column-names)
12866         (org-table-column-name-regexp)
12867         (org-table-named-field-locations): New variables.
12868         (org-archive-subtree): Protect `this-command' when calling
12869         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12870         the kill buffer.
12871         (org-complete): Remove fixed-formula completion.
12872         (org-edit-formulas-map): New variable.
12873         (org-table-edit-formulas): New command.
12874         (org-finish-edit-formulas, org-abort-edit-formulas)
12875         (org-show-variable, org-table-get-vertical-vector): New functions.
12876         (org-table-maybe-eval-formula): Handle `:=' fields.
12877         (org-table-get-stored-formulas, org-table-store-formulas)
12878         (org-table-get-formula, org-table-modify-formulas)
12879         (org-table-replace-in-formulas): Handle named field formulas.
12880         (org-table-get-specials): Store locations of named fields.
12882 2005-07-19  Juri Linkov  <juri@jurta.org>
12884         * progmodes/grep.el (grep-regexp-alist)
12885         (grep-mode-font-lock-keywords, grep-process-setup):
12886         Use default GNU grep match color "01;31m" instead of "01;41m".
12887         (grep-regexp-alist, grep-mode-font-lock-keywords):
12888         Use `\\[[0-9]*m' instead of `\\[00m'.
12889         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12890         sgr_start where its handling is more important.  Use the real
12891         length of sgr_start instead of constant 8.
12892         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12893         specially.  Delete all remaining escape sequences.
12894         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12895         (grep-regexp-alist): Make hyperlink only for binary file name
12896         instead of the whole line.
12897         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12898         (grep-mode): Add autoload.
12900         * emacs-lisp/find-func.el (find-function-regexp):
12901         Add `define-compilation-mode'.
12903 2005-07-19  Juri Linkov  <juri@jurta.org>
12905         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12906         (compare-windows-sync-string-size, compare-windows-recenter)
12907         (compare-windows-highlight, compare-windows): Add version 22.1.
12908         (compare-windows) <defface>: Inherit from lazy-highlight instead
12909         of duplicating its default value.
12911         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12912         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12914         * descr-text.el (describe-char): Create link buttons for `charset'
12915         and `code point'.  Add the current input method name with a link
12916         button to `to input' field.  Print face names of display table
12917         characters in `The display table entry is displayed by' section
12918         instead of printing face-id in the `display' field.
12919         Guess hardcoded faces and create a link button for them.
12920         Skip empty fields when calculating max-width.
12921         Treat `widget-create' specially while inserting strings from the
12922         collected field list.
12923         (describe-char-after): Made obsolete in version 22.1, not 21.5.
12925         * diff-mode.el (diff-file-header): Change foreground color from
12926         yellow to green on light backgrounds.
12927         (diff-context): Inherit from `shadow' only for color/grayscale
12928         with more than 88 colors.
12929         (diff-indicator-removed, diff-indicator-added)
12930         (diff-indicator-changed): New faces.
12931         (diff-font-lock-keywords): Use new faces.  Regroup rules.
12932         Add "^---$" for `normal' diff format.  Fontify `#' lines with
12933         font-lock-comment-delimiter-face and font-lock-comment-face.
12934         Add `#' to ^[^...] in the rule for `diff-context-face'.
12936         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12937         a button-like box.  Inherit from `highlight' on low colors.
12938         (shadow): Use shades of gray only for color/grayscale with
12939         more than 88 colors.  Use green for light backgrounds with
12940         8 colors, and yellow for dark backgrounds with 8 colors.
12942         * font-lock.el (font-lock-regexp-grouping-backslash):
12943         Don't inherit from escape-glyph (use bold for all cases).
12945         * info.el (info-xref-visited): Use light foreground color `violet'
12946         for dark backgrounds instead of dark color `magenta3'.
12947         (info-title-1): Use `yellow' color for dark backgrounds.
12949         * isearch.el (isearch): Use not-too-dark magenta3 instead of
12950         too-light magenta2.
12952         * replace.el (match): Use slightly more light RoyalBlue3 instead
12953         of dark RoyalBlue4.
12955         * wid-edit.el (widget-inactive): Inherit from `shadow'.
12957 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
12959         * novice.el (disabled-command-hook): Declare it with
12960         `define-obsolete-variable-alias'.
12962         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12963         (desktop-buffer-misc-functions, desktop-buffer-handlers)
12964         (desktop-load-default): Add release to obsolescence info.
12965         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12966         (desktop-append-buffer-args, desktop-read):
12967         Fix typos in docstrings.
12968         (desktop-kill): Fix typo in message.
12969         (desktop-save): Doc fix.
12971 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12973         * viper-cmd.el (viper-escape-to-state): Bug fix.
12974         (viper-envelop-ESC-key): Change the definition of fast
12975         keysequence so it'll work with keyboard macros.
12977         * ediff.el (ediff-patch-buffer): Change the docstring.
12979 2005-07-19  Kenichi Handa  <handa@m17n.org>
12981         * international/mule-cmds.el (select-safe-coding-system): Try to
12982         use an auto-coding (if any) before anything else.  If the found
12983         auto-coding is invalid, show a warning message.
12985         * international/mule.el (find-auto-coding): New function created
12986         by modifying the body of set-auto-coding.
12987         (set-auto-coding): Use find-auto-coding to find a coding.
12989 2005-07-18  Richard M. Stallman  <rms@gnu.org>
12991         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12992         not isearch-mode-end-hook-error.
12993         (allout-before-change-protect): Fix error message.
12995 2005-07-18  Juri Linkov  <juri@jurta.org>
12997         * allout.el (allout-mode):
12998         * calculator.el (calculator-copy):
12999         * custom.el (custom-known-themes):
13000         * dired.el (dired-desktop-buffer-misc-data)
13001         (dired-restore-desktop-buffer):
13002         * dired-x.el (dired-omit-marker-char):
13003         * files.el (basic-save-buffer):
13004         * font-core.el (font-lock-mode):
13005         * calendar/calendar.el (calendar-goto-hebrew-date)
13006         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13007         (calendar-goto-persian-date):
13008         * language/ethio-util.el (ethio-sera-to-fidel-region):
13009         * textmodes/picture.el (picture-mode):
13010         Delete duplicate duplicate words.
13012 2005-07-18  Juri Linkov  <juri@jurta.org>
13014         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13015         chars * ? } |.
13016         (isearch-fallback): Don't call `isearch-process-search-char'.
13017         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13018         (isearch-process-search-char): Call `isearch-fallback' for regexp
13019         chars * ? } |.
13020         (isearch-return-char): Make obsolete with `make-obsolete' instead
13021         of simply documenting it as obsolete in the docstring.
13022         (isearch-fallback): Refill docstring.
13024         * international/isearch-x.el
13025         (isearch-process-search-multibyte-characters): Remove unneeded
13026         `concat'.  Add intermediate values to `junk-hist' instead of
13027         `minibuffer-history'.  Test the length of `str'.
13029 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13031         * allout.el (allout-resolve-xref): Fix typos in error strings.
13032         (allout-before-change-protect): Remove unneeded `concat'.
13034         * array.el (array-mode, array-reconfigure-rows)
13035         (untabify-backward): Fix typos in docstrings.
13036         (array-reconfigure-rows): Use `insert-buffer-substring', not
13037         `insert-buffer'.
13039         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13040         * progmodes/ada-mode.el (ada-make-body):
13041         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13043         * dired.el (dired-log):
13044         * tar-mode.el (tar-subfile-save-buffer):
13045         * play/zone.el (zone-pgm-stress-destress):
13046         Use `insert-buffer-substring', not `insert-buffer'.
13048 2005-07-17  Simon Josefsson  <jas@extundo.com>
13050         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13052 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13054         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13055         Add plain auth method.
13056         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13058 2005-07-17  Kim F. Storm  <storm@cua.dk>
13060         * ido.el (dired-other-window): Add ido property.
13062 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13064         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13065         Fix typo in docstring.
13066         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13067         `insert-file-literally'.
13069         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13070         info and delete redundant message.  Doc fix.
13071         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13072         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13074 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13076         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13077         (byte-compile-and): Use byte-compile-and-recursion.
13078         (byte-compile-or-recursion): New function.
13079         (byte-compile-or): Use that.
13080         (byte-compile-if): Guard the else-clause too.
13081         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13083         * isearch.el (isearch-mode-end-hook-quit): New variable.
13084         (isearch-done): Bind it.
13085         (isearch-mode-end-hook): Doc fix.
13087         * allout.el (allout-isearch-did-quit): Variable deleted.
13088         (allout-real-isearch-abort): Function name no longer used.
13089         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13090         (allout-isearch-rectification): isearch-mode always exists.
13091         Don't set allout-isearch-did-quit.
13092         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13093         allout-isearch-did-quit.
13094         (allout-enwrap-isearch): Just add the hook.
13095         (allout-isearch-abort): Function deleted.
13096         (allout-pre-command-business): Avoid warning.
13098         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13099         Correctly avoid warnings.
13100         (pascal-outline): Likewise.
13102         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13104         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13106         * play/tetris.el (tetris-mode): Avoid warning.
13108         * play/snake.el (snake-mode): Avoid warning.
13110         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13111         (gamegrid-set-display-table): Avoid warning.
13112         (gamegrid-set-timer): Likewise.
13113         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13114         (gamegrid-add-score-with-update-game-score-1): Take FILE
13115         as argument.
13116         (gamegrid-add-score-with-update-game-score): Pass that argument.
13117         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13119         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13121         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13122         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13124         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13125         and insert-file.
13127         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13128         (sc-ask): Avoid warnings.
13130         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13131         (eshell-hist-initialize): Use that var the natural way.
13133         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13135         * emacs-lisp/re-builder.el (reb-cook-regexp):
13136         Avoid warning calling lre-compile-string.
13137         (reb-color-display-p): Avoid warning.
13139         * calculator.el (calculator-last-input): Guard uses
13140         of event-key and key-press-event-p.
13141         (event-key, key-press-event-p): Delete definitions.
13143         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13144         (find-gc-source-directory, find-gc-subrs-callers)
13145         (find-gc-noreturn-list, find-gc-source-files)
13146         (find-gc-subrs-called): Vars renamed and defvar'd.
13148         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13149         (checkdoc-overlay-put, checkdoc-delete-overlay)
13150         (checkdoc-overlay-start, checkdoc-overlay-end)
13151         (checkdoc-mode-line-update, checkdoc-char=):
13152         Define such that compiler knows they are defined.
13153         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13154         (checkdoc-read-event): Delete.  Use read-event directly.
13156         * whitespace.el (whitespace-make-overlay)
13157         (whitespace-overlay-put, whitespace-delete-overlay)
13158         (whitespace-overlay-start, whitespace-overlay-end):
13159         Define such that compiler knows they are defined.
13160         (whitespace): Move conditional inside.
13162         * tempo.el (tempo-insert-template): Suppress warning.
13164         * ediff-diff.el (longlines-mode): Add defvar.
13166 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13168         * server.el: Bind "C-x #" in a way that works even if C-x is
13169         redefined to a command key, not a prefix key.
13171 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13173         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13174         cl-make-type-test till execution time.
13176 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13178         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13179         arg ARG and use it.
13181 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13183         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13185 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13187         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13188         a defcustom with two :set or :type keywords.
13190 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13192         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13193         Don't give ^M comment-end syntax.
13195 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13197         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13198         Don't consider gdbmi (gdb-mi.el has its own update functions).
13199         (gdb-var-delete): Make it work for gdbmi as well.
13200         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13202         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13203         (gud-speedbar-menu-items): Correct logic for enabling items.
13205 2005-07-15  Kim F. Storm  <storm@cua.dk>
13207         * ido.el: Fix commentary.
13208         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13209         Use with-no-warnings around ffap-guesser.
13210         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13211         Let bind minibuffer-completing-file-name to t.
13213 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13215         * startup.el (site-run-file, keyboard-type): Doc fixes.
13216         (command-line): Check for "--basic-display" argument; also for
13217         "--quick", not "--bare-bones" (which was renamed).
13218         (fancy-splash-text): Add missing item "Getting New Versions".
13219         (normal-splash-screen): Fix typos and improve consistency with
13220         `fancy-splash-text'.  Update copyright year.
13222         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13223         valid binding for `help-char'.
13225         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13227 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13229         * term.el (term-mode): Disable cua-mode for term buffers.
13231 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13233         * add-log.el (add-log-mailing-address, change-log-merge):
13234         Doc fixes.
13235         (change-log-get-method-definition): Fix typo in docstring.
13237 2005-07-14  Kim F. Storm  <storm@cua.dk>
13239         * emulation/cua-base.el:
13240         (cua--pre-command-handler-1, cua--pre-command-handler)
13241         (cua--post-command-handler-1, cua--post-command-handler):
13242         Split in two.  Check (buffer local) value of cua-mode.
13243         (cua-selection-mode): New command.
13245 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13247         * custom.el (custom-initialize-safe-set)
13248         (custom-initialize-safe-default): Doc fixes.
13250         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13251         and simplify :init-value again.
13253         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13254         and simplify :init-value again.  Delete autoload.
13256         * startup.el (command-line): Use `custom-reevaluate-setting' again
13257         for tooltip-mode.
13259         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13260         a defcustom with two :initialize keywords.
13262 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13264         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13265         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13266         (allout-post-command-business, allout-flag-region)
13267         (isearch-reenable-font-lock, allout-yank)
13268         (allout-insert-latex-header, allout-insert-latex-trailer)
13269         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13270         (allout-latex-verb-quote): Fix typos in docstrings.
13271         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13272         (allout-unprotected, allout-prefix-data):
13273         Improve argument/docstring consistency.
13274         (allout-chart-subtree): Fix argument spec.
13275         (allout-open-topic): Rename `use_sib_bullet' argument to
13276         `use-sib-bullet'.  Doc fix.
13278         * whitespace.el (whitespace-check-buffer-leading)
13279         (whitespace-check-buffer-trailing)
13280         (whitespace-check-buffer-indent)
13281         (whitespace-check-buffer-spacetab)
13282         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13283         (whitespace-check-leading-whitespace)
13284         (whitespace-check-trailing-whitespace)
13285         (whitespace-check-spacetab-whitespace)
13286         (whitespace-check-indent-whitespace)
13287         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13288         (whitespace-modes): Fix typos in docstrings.
13289         (defgroup, defcustom): Doc fixes.
13291         * winner.el (winner-mode, winner-boring-buffers)
13292         (winner-pending-undo-ring): Doc fixes.
13293         (winner-ring): Remove unneeded `progn'.
13294         (winner-equal): `defsubst' it.
13295         (winner-redo): Fix message.
13297 2005-07-13  Kim F. Storm  <storm@cua.dk>
13299         * simple.el (line-move-1): Always use vertical-motion to
13300         do the last (or only) line move to ensure some movement.
13301         Undo 2005-06-23 change--don't check for overlays.
13303 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13305         * term/mac-win.el (ccl-encode-mac-roman-font)
13306         (ccl-encode-mac-centraleurroman-font)
13307         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13308         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13309         Change charset-id boundary of dimension to ?\xef.
13310         (mac-char-fontspec-list): New constant.
13311         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13312         argument.  Nil uses itself as family in font-spec.  Previous
13313         behavior for nil is now provided by non-nil non-string argument.
13314         All callers changed.  Add font-specs for Mac fonts to
13315         "fontset-default" unless iso8859-1 fonts are installed.
13317 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13319         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13320         a continuation line if the \ is preceded by SPC or TAB.
13321         (sh-get-indent-info): Simplify.
13322         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13323         Use with-current-buffer.
13325         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13326         when the matched text is empty.
13328 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13330         * startup.el (command-line): Revert to previous handling of
13331         tooltip-mode.  Explain in comment why the complexity is needed.
13333         * tooltip.el (tooltip-mode): Revert to previous implementation of
13334         its defcustom.
13336         * frame.el (blink-cursor-mode): Revert to previous implementation
13337         of its defcustom.  Update comment.
13339 2005-07-12  Lars Hansen  <larsh@soem.dk>
13341         * desktop.el: Update e-mail address.
13343 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13345         * term/mac-win.el (mac-services-mail-selection)
13346         (mac-services-mail-to): New functions.
13347         (mac-application-menu-map): Bind them.
13349 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13351         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13353 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13355         * custom.el (custom-reevaluate-setting): Doc fix.
13357 2005-07-11  Jay Belanger  <belanger@truman.edu>
13359         * calc/calc.el (calc-embedded-announce-formula-alist)
13360         (calc-embedded-open-close-plain-alist)
13361         (calc-embedded-open-close-mode-alist): Add checks for additional
13362         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13364 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13366         * custom.el (custom-enable-theme): Don't add theme to
13367         `custom-enabled-themes' with `push' because there is no
13368         setf-method for `delq'.
13370 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13372         * custom.el (custom-declare-variable): Doc fix.
13374         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13375         from the alists.
13377         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13378         Do nothing if edebug-active.
13380         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13381         (edebug-display): Do it here instead.
13383 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13385         * cus-face.el (custom-theme-set-faces): Make it work.
13386         (custom-reset-faces): Doc fix.
13387         (custom-theme-reset-internal-face, custom-theme-face-value):
13388         Functions deleted.
13390         * custom.el (custom-push-theme): Maintain list of the settings
13391         of a given theme in its theme-settings property.
13392         Maintain position of old settings in the theme-value
13393         or theme-face property.
13394         (custom-enabled-themes): New variable.
13395         (custom-theme-enabled-p): New function.
13396         (provide-theme): Update custom-enabled-themes.
13397         Disable and reenable the `user' theme.
13398         (require-theme): Doc fix.
13399         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13400         (custom-theme-value, custom-theme-variable-value): Likewise.
13401         (custom-theme-reset-internal): Likewise.
13402         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13403         (custom-enable-theme, custom-disable-theme): New functions.
13404         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13405         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13406         (custom-theme-reset-variables): Simplify.
13407         (deftheme, custom-declare-theme, custom-make-theme-feature):
13408         Definitions moved.
13410 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13412         * longlines.el (longlines-show-region)
13413         (longlines-unshow-hard-newlines): Recognize hard newlines by
13414         non-nil hard property, instead of t.
13416 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13418         * viper-cmd.el (viper--key-maps): New variable.
13419         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13420         emulation-mode-map-alists.
13421         (viper-envelop-ESC-key): Use viper-subseq.
13422         (viper-search-forward/backward/next): Disable debug-on-error.
13424         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13425         (viper-ESC-key): New defcustoms.
13427         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13429         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13430         (viper-subseq): Copy of subseq from cl.el.
13432         * viper.el (viper-go-away, viper-set-hooks): Use
13433         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13435         * viper-mous.el (viper-current-frame-saved): Use defvar.
13437         * viper-init.el: Get rid of -face in face names.
13439         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13440         Make it work with longlines mode
13442         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13444         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13446         * ediff-init.el: Get rid of -face in face names.
13448 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13450         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13451         and with-timeout-unsuspend.
13453         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13454         and with-timeout-unsuspend.
13456         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13457         (with-timeout): Bind that variable to record timers.
13458         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13460         * emacs-lisp/debug.el (debug-help-follow): New function.
13461         (debugger-mode-map): Use that instead of help-follow.
13462         (debugger-setup-buffer): Use eval-buffer-list
13463         to handle eval-buffer frames.
13465 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13467         * timezone.el (timezone-parse-date): Change first regexp
13468         so it will not mistakenly match dates with no time zone.
13470 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13472         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13474 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13476         * custom.el (custom-initialize-safe-set)
13477         (custom-initialize-safe-default): New functions.
13479         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13480         and simplify :init-value.
13482         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13483         and simplify :init-value.  Delete obsolete comment.
13485         * startup.el (command-line): Use `custom-reevaluate-setting' to
13486         handle `tooltip-mode'.  Delete obsolete comment.
13488         * files.el (set-visited-file-name): Avoid calling
13489         `file-name-nondirectory' with a nil argument.
13491 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13493         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13494         was called with nil for the buffer, handle the read position right.
13495         Handle read position for eval-region, too.
13497 2005-07-09  Juri Linkov  <juri@jurta.org>
13499         * fringe.el (fringe-mode): Add period in docstring.
13500         (fringe-query-style): Build prompt depending on `all-frames' arg.
13502         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13503         to not create links to unrelated functions in the Help buffer.
13505         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13506         Doc fix.
13508         * simple.el (next-error-hook): New variable.
13509         (next-error): Use it.  Doc fix.
13511         * textmodes/ispell.el (ispell-command-loop): Add current
13512         dictionary name and program name to mode-line-format.
13513         (ispell-region, ispell-process-line): Add current dictionary name
13514         and program name to messages.
13516 2005-07-08  Jay Belanger  <belanger@truman.edu>
13518         * calc/calc.el (calc-embedded-announce-formula-alist)
13519         (calc-embedded-open-close-formula-alist)
13520         (calc-embedded-open-close-word-alist)
13521         (calc-embedded-open-close-plain-alist)
13522         (calc-embedded-open-close-new-formula-alist)
13523         (calc-embedded-open-close-mode-alist)
13524         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13525         (calc-embedded-mode-hook): New variables.
13527         * calc/calc-embed.el (calc-embedded-firsttime)
13528         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13529         New variables.
13530         (calc-do-embedded): Use calc-embedded-firsttime,
13531         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13532         determine whether or not to run hooks.
13533         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13534         calc-embedded-firsttime-formula appropriately.
13535         Set calc-embedded delimiter variables according to mode.
13537 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13539         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13540         Check for "emacs", etc., as entire symbol, not just as word.
13541         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13543         * files.el (set-visited-file-name): Report the error
13544         for "empty filename" earlier.
13545         (kill-some-buffers): Ignore buffers already dead.
13547         * fringe.el (fringe-mode): Doc fix.
13549         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13550         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13551         Use unwind-protect to ensure byte-compile-unresolved-functions
13552         is updated.
13554         * whitespace.el (whitespace-buffer-leading-cleanup):
13555         Simplify w/ skip-chars-forward.
13556         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13558         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13559         Unconditionally try to leave point at the same old place.
13561 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13563         * comint.el (comint-postoutput-scroll-to-bottom)
13564         (comint-show-maximum-output): Take scroll-margin into consideration.
13566 2005-07-08  Kim F. Storm  <storm@cua.dk>
13568         * ido.el (ido-use-filename-at-point): New choice `guess'.
13569         (ido-file-internal): Try ffap-guesser if selected.
13571         * ido.el (ido-before-fallback-functions): New hook.
13572         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13573         (ido-read-file-name): Run it.
13575 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13577         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13578         strings rather than a list of symbols to the completion function.
13580 2005-07-07  Jay Belanger  <belanger@truman.edu>
13582         * calc/calc-units.el (math-apply-units): Change the places in
13583         which units are simplified.
13585 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13587         * cus-edit.el (customize-option, customize-option-other-window):
13588         Make them handle aliases.
13590         * custom.el (custom-variable-p): Make it recursively follow
13591         aliases.  Mention that in the docstring.
13593 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13595         * cus-start.el (exec-path): Use `directory' instead of `file'.
13596         Fix tag for nil.
13598 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13600         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13601         when called non-interactively.  Doc fix.
13603 2005-07-07  Lute Kamstra  <lute@gnu.org>
13605         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13606         new address as well.
13608 2005-07-07  Kenichi Handa  <handa@m17n.org>
13610         * international/mule.el (make-coding-system):
13611         Describe `ascii-incompatible' property in the docstring.
13612         (set-file-name-coding-system): Signal an error if coding-system is
13613         ascii-incompatible.
13614         (set-keyboard-coding-system): Likewise.
13616         * international/mule-cmds.el (set-default-coding-systems):
13617         Don't set default-file-name-coding-system and
13618         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13620         * international/utf-16.el: Declare that all UTF-16-based coding
13621         systems are ASCII-incompatible.
13623 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13625         * progmodes/gud.el: Require font-lock for displaying errors.
13626         Used by gdb-ui.el.
13628 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13630         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13631         values for the pattern lists which are `read'able but not
13632         `append'able (like symbols).
13634 2005-07-06  Richard M. Stallman  <rms@gnu.org>
13636         * progmodes/flymake.el (flymake-float-time): Instead of
13637         with-no-warnings, test for xemacs.
13638         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13639         to avoid warning.
13641 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
13643         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13645 2005-07-05  Lute Kamstra  <lute@gnu.org>
13647         * battery.el: Add support for Darwin (with much debugging help
13648         from Samuel Lauber <sam124@operamail.com>).
13649         (battery-status-function, battery-echo-area-format)
13650         (battery-mode-line-format): Add support for pmset on Darwin.
13651         (battery-load-low, battery-load-critical): New user options.
13652         (battery-pmset): New function.
13654 2005-07-05  Lute Kamstra  <lute@gnu.org>
13656         Update FSF's address in GPL notices.
13658         * textmodes/page-ext.el: Update FSF's address.
13660 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13662         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13663         filling from using prefix when filling a single-line docstring.
13665         * progmodes/flymake.el: Remove useless eval-when-compile.
13667         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13669 2005-07-04  Richard M. Stallman  <rms@gnu.org>
13671         * textmodes/org.el (org-file-apps-defaults-gnu):
13672         Rename from org-file-apps-defaults-linux.
13673         (org-default-apps): Don't test system-type for `linux'.
13674         (org-file-apps): Doc fix.
13676 2005-07-04  David Ponce  <david@dponce.com>
13678         * tree-widget.el: Improve header Commentary section.
13679         (tree-widget) [defgroup]
13680         (tree-widget-image-enable, tree-widget-themes-directory)
13681         (tree-widget-theme, tree-widget-image-properties-emacs)
13682         (tree-widget-image-properties-xemacs, tree-widget-create-image)
13683         (tree-widget-image-formats, tree-widget-control)
13684         (tree-widget-empty-control, tree-widget-leaf-control
13685         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13686         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13687         (tree-widget-keep, tree-widget-after-toggle-functions)
13688         (tree-widget-open-node, tree-widget-close-node): Doc fix.
13689         (tree-widget-open-control, tree-widget-close-control): Fix doc and
13690         :help-echo message.
13691         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
13692         (tree-widget-image-properties): Doc fix.  Clearer implementation.
13693         (tree-widget--cursors): New constant.
13694         (tree-widget-lookup-image): New function split from
13695         `tree-widget-find-image'.  Clearer implementation.
13696         (tree-widget-find-image): Use it.
13697         (tree-widget-button-keymap): Use `set-keymap-parent'.
13698         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13699         Define the sub-widgets here.
13700         (tree-widget-node): Check that :node is not a tree-widget.
13701         (tree-widget-get-super, tree-widget-open-control)
13702         (tree-widget-close-control, tree-widget-empty-control)
13703         (tree-widget-leaf-control, tree-widget-guide)
13704         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13705         (tree-widget-no-handle, tree-widget-value-delete)
13706         (tree-widget-map): Remove.
13707         (tree-widget-children-value-save): Doc fix.  Simplified.
13708         (tree-widget-value-create): Update according to previous changes.
13710 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
13712         * textmodes/org.el: Leading space replaced by TABS.
13713         (org-recalc-marks, org-table-rotate-recalc-marks)
13714         (org-table-get-specials): Treat "^" and "_" marks.
13715         (org-table-justify-field-maybe): Optional argument NEW.
13716         (org-table-eval-formula): Parsing of the format simplified.
13717         New modes C,I.  Honor the %= parameter in the current table.
13718         Avoid unnecessary re-align by using the NEW argument to
13719         `org-table-justify-field-maybe'.
13720         (org-calc-default-modes): Default for date-format mimicks org-mode.
13721         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13723 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13725         * cus-face.el (custom-theme-set-faces): Make it handle face
13726         aliases whose alias declarations are pre- or autoloaded.
13728 2005-07-04  Juri Linkov  <juri@jurta.org>
13730         * faces.el (read-face-name): Put the code for getting a face name
13731         from the buffer before adding the faces from the `face' property.
13732         Use `completing-read-multiple' instead of `completing-read'.
13733         Require `crm'.  Add default value and post-process the returned
13734         list of faces.
13736         * emacs-lisp/crm.el (crm-find-current-element)
13737         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13739         * emacs-lisp/lisp-mode.el (eval-defun-1):
13740         * emacs-lisp/edebug.el (edebug-eval-defun):
13741         Remove unnecessary quotes.
13743 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13745         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13746         (prolog-indent-level): Fix typo in docstring.
13748         * info.el (Info-history, Info-history-forward)
13749         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13751         * add-log.el (add-change-log-entry):
13752         * comint.el (comint-dynamic-list-input-ring)
13753         (comint-dynamic-list-completions):
13754         * dabbrev.el (dabbrev-expand):
13755         * delim-col.el (delimit-columns-rectangle-line):
13756         * diff-mode.el (diff-context->unified, diff-reverse-direction)
13757         (diff-unified->context):
13758         * ediff-init.el (ediff-abbrev-jobname):
13759         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13760         (ediff-replace-session-activity-marker-in-meta-buffer):
13761         * info.el (Info-summary):
13762         * lpr.el (printify-region):
13763         * printing.el (pr-create-interface):
13764         * ps-print.el (ps-print-quote):
13765         * ses.el (ses-column-widths, ses-print-cell)
13766         (ses-adjust-print-width, ses-center):
13767         * shell.el (shell-file-name-quote-list):
13768         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13769         (strokes-fill-current-buffer-with-whitespace)
13770         (strokes-xpm-for-stroke, strokes-list-strokes)
13771         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13772         * term.el (term-dynamic-list-input-ring)
13773         (term-dynamic-list-completions):
13774         * calc/calc.el (math-format-stack-value):
13775         * emacs-lisp/edebug.el (edebug-display-freq-count):
13776         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13777         (delphi-new-comment-line):
13778         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13779         * progmodes/executable.el (executable-set-magic):
13780         * progmodes/python.el (inferior-python-mode):
13781         * progmodes/scheme.el (scheme-mode-syntax-table):
13782         * progmodes/sh-script.el (sh-maybe-here-document):
13783         * progmodes/sql.el (sql-copy-column):
13784         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13785         * textmodes/bibtex.el (bibtex-mode):
13786         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13787         (sgml-auto-attributes):
13788         * textmodes/table.el (table-insert, table-shorten-cell)
13789         (table--generate-source-scan-lines, table-delete-row)
13790         (*table--cell-delete-char, table--spacify-frame)
13791         (table--horizontally-shift-above-and-below)
13792         (table--cell-insert-char, table--cell-blank-str)
13793         (table--fill-region-strictly):
13794         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13795         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13797         * add-log.el (change-log):
13798         * apropos.el (apropos):
13799         * comint.el (comint-completion, comint-source):
13800         * dabbrev.el (dabbrev):
13801         * delim-col.el (columns):
13802         * diff-mode.el (diff-mode):
13803         * ediff.el (ediff):
13804         * ediff-diff.el (ediff-diff):
13805         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13806         * ediff-mult.el (ediff-mult):
13807         * ediff-ptch.el (ediff-ptch):
13808         * ediff-wind.el (ediff-window):
13809         * facemenu.el (facemenu):
13810         * indent.el (indent):
13811         * info.el (info):
13812         * jka-cmpr-hook.el (compression, jka-compr):
13813         * lpr.el (lpr):
13814         * outline.el (outlines):
13815         * pcmpl-cvs.el (pcmpl-cvs):
13816         * pcmpl-rpm.el (pcmpl-rpm):
13817         * printing.el (printing):
13818         * ps-print.el (postscript, ps-print, ps-print-horizontal)
13819         (ps-print-vertical, ps-print-headers, ps-print-font)
13820         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13821         (ps-print-background, ps-print-printer, ps-print-page)
13822         (ps-print-miscellany):
13823         * ses.el (ses):
13824         * shell.el (shell, shell-directories, shell-faces):
13825         * startup.el (initialization):
13826         * strokes.el (strokes):
13827         * term.el (term):
13828         * uniquify.el (uniquify):
13829         * w32-vars.el (w32):
13830         * calc/calc.el (calc):
13831         * emacs-lisp/bytecomp.el (bytecomp):
13832         * emacs-lisp/cl-indent.el (lisp-indent):
13833         * emacs-lisp/edebug.el (edebug):
13834         * emacs-lisp/elp.el (elp):
13835         * emacs-lisp/testcover.el (testcover):
13836         * emacs-lisp/trace.el (trace):
13837         * emulation/viper-ex.el (viper-ex):
13838         * emulation/viper-mous.el (viper-mouse):
13839         * mail/mailalias.el (mailalias):
13840         * mail/supercite.el (supercite, supercite-frames)
13841         (supercite-attr, supercite-cite, supercite-hooks):
13842         * net/rcompile.el (remote-compile):
13843         * net/rlogin.el (rlogin):
13844         * obsolete/ooutline.el (outlines):
13845         * progmodes/delphi.el (delphi):
13846         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13847         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13848         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13849         (ebnf-optimization):
13850         * progmodes/etags.el (etags):
13851         * progmodes/executable.el (executable):
13852         * progmodes/idlwave.el (idlwave):
13853         * progmodes/pascal.el (pascal):
13854         * progmodes/prolog.el (prolog):
13855         * progmodes/python.el (python):
13856         * progmodes/scheme.el (scheme):
13857         * progmodes/sh-script.el (sh, sh-script):
13858         * progmodes/sql.el (SQL):
13859         * progmodes/tcl.el (tcl):
13860         * textmodes/bibtex.el (bibtex, bibtex-autokey):
13861         * textmodes/enriched.el (enriched):
13862         * textmodes/makeinfo.el (makeinfo):
13863         * textmodes/sgml-mode.el (sgml):
13864         * textmodes/table.el (table-hooks):
13865         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13866         * textmodes/texinfo.el (texinfo):
13867         * textmodes/two-column.el (two-column):
13868         Finish `defgroup' description with period.
13870         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13871         * eshell/esh-var.el (eshell-var):
13872         * progmodes/vhdl-mode.el (vhdl-testbench):
13873         * textmodes/org.el (org): Fix typos in docstrings.
13875         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13876         consistency.
13878         * progmodes/flymake.el (flymake-find-file): Remove.
13879         (flymake-float-time): Use `with-no-warnings'.
13880         (flymake-check-start-time, flymake-check-was-interrupted)
13881         (flymake-err-info, flymake-is-running, flymake-last-change-time)
13882         (flymake-new-err-info): `defvar' at compile time.
13884 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
13886         * replace.el (occur-hook): Doc fix.
13887         (occur-1): Don't call `occur-hook' if there are no matches.
13889 2005-07-03  Richard M. Stallman  <rms@gnu.org>
13891         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13892         global-map, save the same map.
13893         (global-map): Don't alter it at top level.
13894         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13895         Then alter it here instead.
13896         (tpu-edt-off): Set global-map to the saved one.
13898         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13899         All references simplified.
13900         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
13901         (zmacs-regions): Add defvar.
13902         (repeat-complex-command-map): Everything about that deleted.
13904         * textmodes/artist.el (artist-key-is-drawing)
13905         (artist-key-endpoint1, artist-key-poly-point-list)
13906         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13907         (artist-key-compl-table, artist-rb-save-data)
13908         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13909         Don't put them in eval-when-compile.
13910         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13912         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13913         Use with-no-warnings.
13915         * net/browse-url.el (dos-windows-version): Add defvar.
13917         * mail/supercite.el (filladapt-prefix-table): Add defvar.
13919         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13920         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13921         (rmail-new-summary-line-count): Rename from new-summary-line-count.
13922         Add defvar.
13923         (rmail-summary-beginning-of-message): Use with-no-warnings.
13924         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13926         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13927         Use with-no-warnings.
13929         * emulation/vi.el (vi-mark-region): Use c-mark-function.
13930         (c-mark-function): Add point-moving-unit property.
13931         (vi-goto-line): Use with-no-warnings.
13933         * emulation/edt.el (edt-last-copied-word): Add defvar.
13934         (zmacs-region-stays): Likewise.
13935         (edt-mark-section-wisely): Use c-mark-function for C.
13936         Use makr-defun for Fortran.
13937         (time-string): defvar deleted.
13938         (edt-display-the-time): Don't set time-string.
13940         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13942         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13943         Don't warn when name is not constant
13944         or for defining the group `emacs'.
13946         * tooltip.el (gud-tooltip-mode): Add defvar.
13948         * startup.el (default-frame-background-mode): Add defvar.
13950         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13952         * info.el (tool-bar-map): Add defvar.
13954         * dired.el (dnd-protocol-alist): Add defvar.
13956         * dired-aux.el (dired-query): Display question with answer, when
13957         the user answers.
13959         * custom.el (custom-add-option): Doc fix.
13961         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13963 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
13965         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13966         bogus name from the last change.
13968 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
13970         * custom.el (custom-declare-variable): Fix typos in comment.
13971         (custom-known-themes): Doc fix.
13972         (custom-theme-directory): New defcustom.
13973         (require-theme): Make it check `custom-theme-directory'.
13975         * cus-theme.el (custom-new-theme-mode): New function.
13976         (custom-theme-name, custom-theme-variables, custom-theme-faces)
13977         (custom-theme-description): Add compiler defvars.
13978         (customize-create-theme): Add doc to the "*New Custom Theme*"
13979         buffer.  Use `custom-new-theme-mode'.
13980         (custom-theme-write): Put the created buffer in emacs-lisp-mode
13981         and save it to the `custom-theme-directory'.  Make this the
13982         default directory of the buffer.
13984 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
13986         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13987         Fix unbalanced parentheses.
13989 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13992         into flymake-mode and delegate to flymake-mode.
13994         * find-file.el (ff-which-function-are-we-in): Clean up.
13996 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
13998         * replace.el (occur-rename-buffer): Fix docstring.
14000         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14001         (edt-last-copied-word, edt-learn-macro-count)
14002         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14003         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14004         (time-string, zmacs-region-stays):
14005         * emulation/edt-mapper.el (edt-save-function-key-map)
14006         (EDT-key-name): `defvar' to silence the byte-compiler.
14008 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
14010         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14011         font-lock-regexp-backslash.  Doc fix.
14012         (font-lock-regexp-backslash-grouping-construct): Rename from
14013         font-lock-regexp-backslash-construct.  Doc fix.
14014         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14015         grouping constructs.
14017 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14019         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14020         updating all the prerequisites.
14022 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14024         * textmodes/org.el (org-agenda-start-on-weekday)
14025         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14026         (org-agenda-use-time-grid, org-archive-location)
14027         (org-allow-space-in-links, org-usenet-links-prefer-google)
14028         (org-enable-table-editor, org-export-default-language)
14029         (org-export-html-show-new-buffer, org-fill-paragraph)
14030         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14031         (org-goto-quit, org-occur, org-eval-in-calendar)
14032         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14033         (org-agenda-diary-entry, org-remember-help)
14034         (org-table-convert-region, org-at-table-p)
14035         (org-table-move-row-down, org-table-move-row-up)
14036         (org-table-copy-region, org-table-toggle-vline-visibility)
14037         (org-table-get-stored-formulas, org-table-get-specials)
14038         (org-recalc-commands, org-table-eval-formula)
14039         (org-table-formula-substitute-names, orgtbl-make-binding)
14040         (org-format-org-table-html, org-format-table-table-html)
14041         (org-format-table-table-html-using-table-generate-source)
14042         (org-customize): Fix typos in docstrings.
14043         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14044         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14045         (org-back-to-heading): Doc fixes.
14046         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14047         (org-agenda-change-all-lines, org-get-header):
14048         Improve argument/docstring consistency.
14049         (orgtbl-error): Fix error message.
14051         * progmodes/flymake.el (flymake-find-possible-master-files)
14052         (flymake-master-file-compare, flymake-get-line-err-count)
14053         (flymake-highlight-line, flymake-gui-warnings-enabled):
14054         Fix typos in docstrings.
14055         (flymake-parse-line, flymake-get-project-include-dirs-function)
14056         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14057         Doc fixes.
14058         (flymake-get-project-include-dirs-function)
14059         (flymake-make-err-menu-data):
14060         Improve argument/docstring consistency.
14062 2005-07-01  Lute Kamstra  <lute@gnu.org>
14064         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14065         Catch errors with ignore-errors.  Use temporary buffer.
14066         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14068         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14069         background color faces.
14070         (facemenu-set-foreground, facemenu-set-background):
14071         Use facemenu-set-face-from-menu.
14072         (facemenu-set-face-from-menu): Treat face names that start with
14073         "fg:" or "bg:" as special.
14074         (facemenu-add-new-color): Don't create faces.  Simplify.
14076 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14078         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14079         (crm-find-current-element): Likewise.
14081 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14083         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14085 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14087         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14088         (archive-mouse-extract): Make it an obsolete alias.
14089         (archive-mode-map): Don't use archive-mouse-extract any more.
14090         (archive-mode, archive-extract): write-contents-hooks ->
14091         write-contents-functions.
14092         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14093         first arg.
14094         (archive-rename-entry): Update the call.
14095         (archive-zip-summarize): Remove unused var `method'.
14096         (archive-lzh-summarize): Remove unused var `creator'.
14098         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14099         dedicated frame upon exit.
14101         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14102         (archive-zip-extract, archive-zip-expunge)
14103         (archive-zip-update, archive-zip-update-case): Use executable-find.
14104         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14105         Use restore-buffer-modified-p.
14106         (archive-extract, archive-add-new-member, archive-write-file-member):
14107         Use with-current-buffer.
14108         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14110 2005-06-30  Andreas Schwab  <schwab@suse.de>
14112         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14114 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14116         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14118 2005-06-30  Juri Linkov  <juri@jurta.org>
14120         * faces.el (vertical-border): Inherit from mode-line-inactive
14121         only on tty.
14123 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14125         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14126         example, -NLINES in the `occur' docstring).
14128         * replace.el (occur-1): When no matches are found, do not set the
14129         `buffer-read-only' and modified flags for the occur buffer,
14130         because it is deleted.
14132         * emulation/cua-base.el (cua-check-pending-input)
14133         (cua-repeat-replace-region, cua-mode, cua-debug)
14134         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14135         Fix typos in docstrings.
14137         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14138         (cua-cut-region-to-global-mark)
14139         (cua--cut-rectangle-to-global-mark):
14140         Remove period from end of messages.
14142         * emulation/cua-rect.el (cua-do-rectangle-padding):
14143         Remove period from end of messages.
14144         (cua--rectangle-seq-format): Fix typo in docstring.
14145         (cua-sequence-rectangle, cua-fill-char-rectangle):
14146         Improve argument/docstring consistency.
14148 2005-06-29  Juri Linkov  <juri@jurta.org>
14150         * faces.el (default-frame-background-mode): New internal variable.
14151         (frame-set-background-mode): Use it.
14153         * startup.el (normal-top-level): Set default-frame-background-mode
14154         instead of frame-background-mode.  Before setting it, test for its
14155         nil value.  Remove tests for frame-background-mode and frame
14156         parameter `reverse'.  Add test for "unspecified-fg".
14158         * term/xterm.el (xterm-rxvt-set-background-mode):
14159         * term/rxvt.el (rxvt-set-background-mode):
14160         Set default-frame-background-mode instead of frame-background-mode.
14162 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14164         * simple.el (set-variable): Warn about obsolete user variables.
14166         * imenu.el (imenu--completion-buffer):
14167         * mouse.el (mouse-buffer-menu-alist):
14168         * msb.el (msb-invisible-buffer-p):
14169         * calendar/diary-lib.el (diary-header-line-format):
14170         * emacs-lisp/pp.el (pp-buffer):
14171         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14172         * textmodes/picture.el (picture-replace-match):
14173         Change space constants followed by a sexp to "?\s ".
14175         * play/decipher.el (decipher-loop-with-breaks):
14176         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14177         constants "protected" from end of line by a comment to "?\s".
14179 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14181         * font-lock.el (save-buffer-state): Use `declare'.
14183         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14184         reset the syntax-table to cperl-mode-syntax-table.
14185         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14186         "foo_print_bar" is not matched as a reserved keyword.
14188 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14190         * textmodes/org.el (orgtbl-setup): New function, for delayed
14191         setup for the orgtbl commands.
14192         (org-calc-default-modes): New option.
14193         (orgtbl-make-binding): Use `defun' to get better help display.
14194         (org-diary): Call `org-compile-prefix-format'.
14195         (org-table-formula-substitute-names): New function.
14196         (org-agenda-day-view, org-agenda-week-view): New commands.
14197         (org-agenda-toggle-week-view): Command removed.
14198         (org-tbl-menu): Split off from org-org-menu.
14199         (org-mode): Move removal of outline-mode menus to here.
14200         (org-table-formula-debug): New option.
14201         (org-table-insert-row): Keep first field if just "#" or "*".
14202         (org-mode): Paragraph regexps fixed.
14203         (org-table-recalculate-regexp): New constant.
14204         (org-table-justify-field-maybe): Avoid replace if not necessary.
14205         (org-copy-special, org-cut-special): Use `call-interactively'.
14206         (org-table-copy-region): Take region from `interactive' call.
14207         (org-trim): Return string even if no match.
14208         (org-formula): New face.
14209         (org-set-font-lock-defaults): No longer highlight "FIXME".
14210         But highlight formula-related fields in table.
14211         (org-table-p): Use regexp, not fontification.
14212         (org-table-align): Handle white space at end of line.
14213         (org-table-formula-evaluate-inline): New option.
14214         (org-mode): Auto-wrapping in comment lines turned off.
14215         (org-table-copy-down): Evaluate only in copied field, not in
14216         destination.
14217         (org-table-current-formula): Variable removed.
14218         (org-table-store-formulas, org-table-get-stored-formulas)
14219         (org-table-modify-formulas, org-table-replace-in-formulas)
14220         (org-table-maybe-eval-formula): New functions.
14221         (org-table-get-formula): Modify to use stored formulas.
14222         (org-table-insert-column, org-table-delete-column)
14223         (org-table-move-column): Call `org-table-modify-formulas'.
14224         (org-complete): Add completion for keyword formulas.
14225         (orgtbl-mode): Pull orgtbl-mode-map to start of
14226         minor-mode-map-alist.
14228 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14230         * progmodes/python.el (python-check): Require `compile' before
14231         modifying its variables.
14233         * newcomment.el (comment-indent-default): Don't get fooled by an early
14234         end of buffer.
14236 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14238         * ps-print.el (ps-print-version): Fix version number.
14240 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14242         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14244 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14246         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14247         (flyspell-local-mouse-map): Declaration deleted.
14248         (flyspell-mouse-map): Bind only mouse-2.
14249         (flyspell-mode-map): Don't test flyspell-use-local-map.
14250         (flyspell-overlay-keymap-property-name): Var deleted.
14251         (flyspell-mode-on): Don't make local bindings for
14252         flyspell-mouse-map and flyspell-mode-map.
14253         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14255         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14257         * progmodes/compile.el (compilation-next-error-function):
14258         Don't switch buffers; operate on the current buffer.
14260         * progmodes/compile.el (compilation-error-file-name)
14261         (compilation-warning-file-name, compilation-info-file-name)
14262         (compilation-line-number, compilation-column-number): New faces.
14263         (compilation-error-face, compilation-warning-face)
14264         (compilation-info-face, compilation-line-face)
14265         (compilation-column-face): Use them.
14267         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14269         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14271         * bindings.el (global-map): Bind insertchar and its variants.
14273 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14275         * textmodes/artist.el (artist-text-overwrite)
14276         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14278 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14280         * ps-print.el: It was not working the page selection for printing.
14281         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14282         (ps-print-version): New version 6.6.7.
14283         (ps-end-sheet): New fun.
14284         (ps-header-sheet, ps-end-job): Call it.
14286 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14288         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14290 2005-06-27  Lute Kamstra  <lute@gnu.org>
14292         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14293         background color faces.
14294         (facemenu-get-face): Delete function.
14295         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14296         (facemenu-add-new-color): Make second argument mandatory.
14297         Create the appropriate face and return it.  Simplify.
14298         (facemenu-set-foreground, facemenu-set-background): Don't check if
14299         color is defined.  Use return value of facemenu-add-new-color.
14301 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14303         * progmodes/gud.el (gud-filter): Add missing argument to
14304         with-selected-window.
14306 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14308         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14309         a :require to the defcustom.
14311         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14312         defcustoms corresponding to minor modes.
14314 2005-06-26  David Ponce  <david@dponce.com>
14316         * recentf.el: Require tree-widget instead of wid-edit.
14317         (recentf-filename-handler): Fix widget :type.
14318         (recentf-cancel-dialog, recentf-open-more-files)
14319         (recentf-open-files-action): Doc fix.
14320         (recentf-dialog-goto-first): New function.
14321         (recentf-dialog-mode-map): Set parent keymap first.
14322         (recentf-dialog-mode): Define with define-derived-mode.
14323         Don't display continuation lines in dialogs.
14324         (recentf-edit-list): Rename from recentf-edit-selected-items.
14325         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14326         Simplify.
14327         (recentf-edit-list-validate): New function.
14328         (recentf-edit-list): Update accordingly.
14329         (recentf-open-files-item-shift): Remove.
14330         (recentf-open-files-item): Convert menu elements into tree and
14331         link widgets.  Don't create the widgets.
14332         (recentf-open-files): Update accordingly.
14333         (recentf-save-list): Untabify.
14335 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14337         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14338         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14339         partially contained in the active region.  Do not take active
14340         region into account when called from Lisp, unless INTERACTIVE arg
14341         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14342         avoid trouble with fields.  Make marker point nowhere when no
14343         longer used.  Always return nil.  Doc fix.
14344         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14345         into account when called from Lisp, unless INTERACTIVE arg is
14346         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14347         avoid trouble with fields.  Make marker point nowhere when no
14348         longer used.  Always return nil.  Doc fix.
14349         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14350         interchangeable.  Do not take active region into account when
14351         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14352         message in echo area when called from Lisp, unless INTERACTIVE arg
14353         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14354         Return the number of matches.  Doc fix.
14355         (occur): Doc fix.
14356         (perform-replace): Make comment follow double space convention for
14357         the sake of `outline-minor-mode'.
14359         * faces.el (facep): Doc fix.
14361 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14363         * facemenu.el (facemenu-enable-faces-p): New function.
14364         (facemenu-background-menu, facemenu-foreground-menu)
14365         (facemenu-face-menu): Add menu-enable property.
14367         * jka-compr.el (jka-compr-insert-file-contents):
14368         Special handling if cannot find the uncompression program.
14370         * cus-face.el (custom-face-attributes): Add autoload.
14372         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14373         Bind comment-indent-function locally.
14375         * window.el (save-selected-window): Use save-current-buffer.
14377         * subr.el (with-selected-window): Use save-current-buffer.
14379         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14380         and with-current-buffer.
14382 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14384         * simple.el (line-move-1): Fix previous change.
14386 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14388         * replace.el (occur-1): Set `buffer-read-only' and the
14389         buffer-modified flag before running `occur-hook' to protect
14390         against unintentional buffer switches that can lead to data loss.
14392 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14394         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14395         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14396         initial error.
14398         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14399         after fresh input.
14400         (gdb-var-create-handler): Put name of expression in quotes.
14402 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14404         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14405         elements of RING in order, and without bogus nil elements.
14407 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14409         * simple.el (set-variable): Args renamed; doc fix.
14410         (line-move-1): When there are overlays around, use vertical-motion.
14412         * faces.el (escape-glyph): Use brown against light background.
14413         (nobreak-space): Rename from no-break-space.
14414         Fix previous change.
14416         * dired-aux.el (dired-do-copy): Fix arg prompt.
14418         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14420 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14422         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14423         rather than "Distributor".
14425 2005-06-23  Lute Kamstra  <lute@gnu.org>
14427         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14428         (debug-on-entry): Use it.  New interactive declaration that uses
14429         function-called-at-point.
14431 2005-06-23  Kim F. Storm  <storm@cua.dk>
14433         * subr.el (save-match-data): Add comment about using evaporate arg
14434         to set-match-data.
14436 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14438         * cus-edit.el (customize-face)
14439         (customize-face-other-window): Handle face aliases.
14441         * faces.el (face-documentation, set-face-attribute)
14442         (face-spec-set): Handle face aliases.
14444 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14446         * help-mode.el (help-make-xrefs): If a symbol representing a face
14447         name is not followed by the word "face", it could still be a
14448         function or variable name, so don't bypass other checks.
14450 2005-06-22  Juri Linkov  <juri@jurta.org>
14452         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14453         Replace aliased functions with calls where second arg `inherit' is t.
14455 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14457         * progmodes/gdb-ui.el (gdb-error): New variable.
14458         (gdb-error): New function.
14459         (gdb-annotation-rules): Act on error-begin and error annotations.
14460         (gdb-concat-output): Use font-lock-warning-face for errors.
14462 2005-06-22  Miles Bader  <miles@gnu.org>
14464         * bindings.el (propertized-buffer-identification): Use renamed
14465         `Buffer-menu-buffer' face.
14467         * faces.el (vertical-border): Rename from `vertical-divider'.
14468         (escape-glyph): Change dark-background color back to `cyan'.
14470 2005-06-21  Juri Linkov  <juri@jurta.org>
14472         * faces.el (face-user-default-spec): Try getting `customized-face'
14473         prior to `saved-face'.
14474         (frame-background-mode): Refill docstring.
14476         * emacs-lisp/lisp-mode.el (eval-defun-1):
14477         * emacs-lisp/edebug.el (edebug-eval-defun):
14478         Set `saved-face' temporarily to nil before calling form.
14479         Set `customized-face' to the new spec after that.
14481 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14483         * subr.el (1value, lambda, key-substitution-in-progress):
14484         Doc fixes.
14486         * autoinsert.el (auto-insert-alist):
14487         * ses.el (ses-call-printer):
14488         * subr.el (noreturn):
14489         * emacs-lisp/lisp.el (check-parens):
14490         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14491         * net/browse-url.el (browse-url-mosaic):
14492         * progmodes/cc-defs.el (c-safe-scan-lists):
14493         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14494         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14495         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14496         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14497         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14498         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14500 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14502         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14504 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14506         * calendar/appt.el (appt-make-list): Activate the package, if
14507         not already active (for backwards compatibility).
14509 2005-06-20  Kim F. Storm  <storm@cua.dk>
14511         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14513 2005-06-20  Miles Bader  <miles@gnu.org>
14515         * faces.el (vertical-divider): New face.
14517 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14519         * simple.el (kill-whole-line): Doc fix.
14520         (next-error-buffer-p, next-error-find-buffer)
14521         (clone-indirect-buffer): Fix typos in docstrings.
14522         (comment-line-break-function): Doc fix: don't say variable
14523         is automatically buffer-local (it isn't).
14525 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14527         * net/tramp-ftp.el (top):
14528         * net/tramp-smb.el (top):
14529         * net/tramp-util.el (top):
14530         * net/tramp-uu.el (top):
14531         * net/tramp-vc.el (top):
14532         * net/tramp.el (top): Revert copyright years back to original
14533         ones.  Tramp has a life outside GNU Emacs.
14535 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14537         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14539 2005-06-18  Juri Linkov  <juri@jurta.org>
14541         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14542         end of first regexp to limit the match to the position between
14543         line number and source line with same separator character as used
14544         between file name and line number.  In the second regexp limit
14545         mouse-face area to file name and line number by adding new group
14546         for them and referring it in HYPERLINK arg.
14547         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14548         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14549         previous line where grep markers may be already removed.
14551 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14553         * progmodes/ps-mode.el: Update version and maintainer's email address.
14555 2005-06-18  Steve Youngs  <steve@xemacs.org>
14557         * net/browse-url.el (browse-url-browser-function)
14558         (browse-url-default-browser): Add firefox.
14559         (browse-url-firefox-program, browse-url-firefox-arguments)
14560         (browse-url-firefox-startup-arguments)
14561         (browse-url-firefox-new-window-is-tab): New defcustoms.
14562         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14564 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14566         * startup.el (command-line): Warn if specified user name has
14567         no home directory.
14569         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14570         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14572         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14573         Doc fixes.
14575         * faces.el (underline): Try bold if terminal doesn't support underline.
14577         * mail/sendmail.el (mail-setup-with-from): New variable.
14578         (mail-insert-from-field): New function.
14579         (sendmail-send-it): Call it.
14580         (mail-setup): Optionally call it here.
14582         * term/linux.el: Call tty-no-underline.
14584 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14586         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14588 2005-06-17  Miles Bader  <miles@gnu.org>
14590         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14591         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14592         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14593         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14594         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14595         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14596         Remove "-face" suffix from face names.
14597         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14598         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14599         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14600         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14601         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14602         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14603         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14604         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14605         New backward-compatibility aliases for renamed faces.
14606         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14607         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14608         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14609         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14610         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14611         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14612         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14613         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14614         Use renamed ediff faces.
14616         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14617         Remove "-face" suffix from face names.
14618         (eshell-test-ok-face, eshell-test-failed-face):
14619         New backward-compatibility aliases for renamed faces.
14620         (eshell-run-test): Use renamed eshell-test faces.
14622         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14623         face name.
14624         (eshell-prompt-face): New backward-compatibility alias for renamed
14625         face.
14626         (eshell-emit-prompt): Use renamed eshell-prompt face.
14628         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14629         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14630         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14631         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14632         Remove "-face" suffix from face names.
14633         (eshell-ls-directory-face, eshell-ls-symlink-face)
14634         (eshell-ls-executable-face, eshell-ls-readonly-face)
14635         (eshell-ls-unreadable-face, eshell-ls-special-face)
14636         (eshell-ls-missing-face, eshell-ls-archive-face)
14637         (eshell-ls-backup-face, eshell-ls-product-face)
14638         (eshell-ls-clutter-face):
14639         New backward-compatibility aliases for renamed faces.
14640         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14642         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14643         Remove "-face" suffix from face name.
14644         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14645         instead of literal face.
14647 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
14649         * emacs-lisp/warnings.el (display-warning, lwarn)
14650         (warning-minimum-log-level): Doc fixes.
14651         (warning-minimum-level, warning-minimum-log-level):
14652         Add :debug to :type choices.
14654         * progmodes/ada-mode.el (ada-format-paramlist)
14655         (ada-get-indent-case, ada-check-matching-start)
14656         (ada-check-defun-name, ada-goto-matching-decl-start)
14657         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14658         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14659         (ada-make-subprogram-body): Follow error conventions.
14660         (ada-case-exception-file, ada-indent-comment-as-code)
14661         (ada-indent-handle-comment-special, ada-indent-renames)
14662         (ada-indent-return, ada-search-directories-internal)
14663         (ada-tab-policy, ada-case-exception-substring)
14664         (ada-other-file-alist, ada-matching-start-re)
14665         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14666         (ada-imenu-generic-expression, ada-compile-goto-error)
14667         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14668         (ada-popup-menu, ada-add-extensions, ada-mode)
14669         (ada-region-selected, ada-create-case-exception)
14670         (ada-create-case-exception-substring, ada-after-keyword-p)
14671         (ada-activate-keys-for-case, ada-adjust-case-region)
14672         (ada-adjust-case-buffer, ada-format-paramlist)
14673         (ada-scan-paramlist, ada-insert-paramlist)
14674         (ada-indent-newline-indent)
14675         (ada-indent-newline-indent-conditional)
14676         (ada-justified-indent-current, ada-goto-previous-word)
14677         (ada-indent-current, ada-get-indent-open-paren)
14678         (ada-get-indent-paramlist, ada-get-indent-end)
14679         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14680         (ada-get-indent-block-start, ada-get-indent-subprog)
14681         (ada-get-indent-noindent, ada-get-indent-label)
14682         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14683         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14684         (ada-goto-stmt-end, ada-goto-next-word)
14685         (ada-check-matching-start, ada-check-defun-name)
14686         (ada-goto-matching-decl-start, ada-goto-matching-start)
14687         (ada-goto-matching-end, ada-search-ignore-string-comment)
14688         (ada-in-decl-p, ada-looking-at-semi-or)
14689         (ada-looking-at-semi-private, ada-in-paramlist-p)
14690         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14691         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14692         (ada-next-procedure, ada-previous-procedure, ada-next-package)
14693         (ada-previous-package, ada-create-menu)
14694         (ada-fill-comment-paragraph-justify)
14695         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14696         (ada-other-file-name, ada-last-which-function-line)
14697         (ada-last-which-function-subprog, ada-which-function)
14698         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14699         (ada-gen-treat-proc, ada-check-emacs-version)
14700         (ada-continuation-indent, ada-align-region-separate):
14701         Fix typos in docstrings.
14702         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14704 2005-06-16  Lute Kamstra  <lute@gnu.org>
14706         * simple.el (fundamental-mode): Run after-change-major-mode-hook
14707         conditionally.
14709 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14711         * comint.el (comint-replace-by-expanded-filename)
14712         (comint-prompt-regexp, comint-delimiter-argument-list)
14713         (comint-preinput-scroll-to-bottom):
14714         * info.el (Info-hide-cookies-node):
14715         * ls-lisp.el (ls-lisp-classify):
14716         * find-file.el (ff-search-directories, ff-special-constructs)
14717         (ff-find-other-file):
14718         * font-lock.el (font-lock-keywords):
14719         * shell.el (shell-prompt-pattern)
14720         (shell-dynamic-complete-functions, shell-mode)
14721         (shell-delimiter-argument-list):
14722         * term.el (term-replace-by-expanded-filename)
14723         (term-prompt-regexp, term-delimiter-argument-list):
14724         * woman.el (woman-ignore, woman0-if):
14725         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14726         * emacs-lisp/elint.el (elint-init-env):
14727         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14728         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14729         * language/ethio-util.el (ethio-tilde-escape)
14730         (ethio-use-three-dot-question):
14731         * net/zone-mode.el (zone-mode-load-time-setup):
14732         * progmodes/cc-align.el (c-lineup-argcont):
14733         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14734         * progmodes/cperl-mode.el (cperl-set-style-back):
14735         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14736         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14737         Fix spellings in docstrings.
14739         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14740         * progmodes/modula2.el (m2-for): Fix spellings.
14742         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14744         * simple.el (undo-more): Don't use `format' on `error' arguments.
14745         Improve argument/docstring consistency.
14746         (pending-undo-list): Doc fix.
14748         * smerge-mode.el (smerge-ensure-match):
14749         * emulation/vip.el (vip-ex):
14750         * net/zone-mode.el (zone-mode-update-serial):
14751         * progmodes/idlwave.el (idlwave-complete):
14752         * progmodes/vhdl-mode.el (vhdl-visit-file)
14753         (vhdl-compose-wire-components):
14754         Don't use `format' on `error' arguments.
14756         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14757         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14758         (tooltip-help-tips): Fix typos in docstrings.
14760 2005-06-16  David Ponce  <david@dponce.com>
14762         * tree-widget.el (tree-widget-value-create): Simplify last change.
14764 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
14766         * ido.el (ido-incomplete-regexp): New variable.
14767         (ido-set-matches-1): Handle invalid-regexp error and set
14768         ido-incomplete-regexp.
14769         (ido-incomplete-regexp): New face.
14770         (ido-completions): Use it.
14771         (ido-complete, ido-exit-minibuffer, ido-completions):
14772         Handle incomplete regexps.
14773         (ido-completions): Add check for complete match when entering a regexp.
14775 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14779 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14781         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14782         by field delimiters.
14784 2005-06-15  David Ponce  <david@dponce.com>
14786         * tree-widget.el: eval-and-compile inlined functions so they will
14787         be available at run-time too.
14788         (tree-widget-super-format-handler)
14789         (tree-widget-format-handler): Remove.
14790         (tree-widget-value-create): Handle the :indent property.
14792 2005-06-15  Miles Bader  <miles@gnu.org>
14794         * progmodes/which-func.el (which-func): Only inherit
14795         `font-lock-function-name-face' when that makes sense against the
14796         default mode-line face, otherwise set the face color explicitly.
14798         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14799         faces instead of (non-existent) variables.
14801 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14803         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14804         (iswitchb-get-matched-buffers): Likewise.  Simplify.
14806 2005-06-14  Miles Bader  <miles@gnu.org>
14808         * progmodes/ld-script.el (ld-script-location-counter):
14809         Remove "-face" suffix from face name.
14810         (ld-script-location-counter-face):
14811         New backward-compatibility alias for renamed face.
14812         (ld-script-location-counter-face): Use renamed face.
14814         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14815         (cperl-hash): Remove "-face" suffix from face names.
14816         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14817         New backward-compatibility aliases for renamed faces.
14818         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14819         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14821         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14822         name.
14823         (which-func-face): New backward-compatibility alias for renamed face.
14824         (which-func-format): Use renamed which-func face.
14826         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14827         (vhdl-function, vhdl-directive, vhdl-reserved-word)
14828         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14829         names.
14830         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14831         (vhdl-speedbar-configuration, vhdl-speedbar-package)
14832         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14833         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14834         (vhdl-speedbar-architecture-selected)
14835         (vhdl-speedbar-configuration-selected)
14836         (vhdl-speedbar-package-selected)
14837         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14838         names.
14839         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14840         Use renamed faces.
14841         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14842         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14843         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14844         Use renamed faces.
14845         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14846         names.
14847         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14848         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14849         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14850         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14851         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14852         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14854         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14855         face name.
14856         (sh-heredoc-face): New backward-compatibility alias for renamed face.
14857         (sh-heredoc-face): Use renamed sh-heredoc face.
14859         * progmodes/idlw-help.el (idlwave-help-link):
14860         Remove "-face" suffix from face name.
14861         (idlwave-help-link-face):
14862         New backward-compatibility alias for renamed face.
14863         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14865         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14866         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14867         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14868         New backward-compatibility aliases for renamed faces.
14869         (idlwave-shell-disabled-breakpoint-face)
14870         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14872         * progmodes/flymake.el (flymake-errline, flymake-warnline):
14873         Remove "-face" suffix from face names.
14874         (flymake-errline-face, flymake-warnline-face):
14875         New backward-compatibility aliases for renamed faces.
14876         (flymake-highlight-line): Use renamed flymake faces.
14878         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14879         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14880         (ebrowse-member-class, ebrowse-progress):
14881         Remove "-face" suffix from face names.
14882         (ebrowse-tree-mark-face, ebrowse-root-class-face)
14883         (ebrowse-file-name-face, ebrowse-default-face)
14884         (ebrowse-member-attribute-face, ebrowse-member-class-face)
14885         (ebrowse-progress-face):
14886         New backward-compatibility aliases for renamed faces.
14887         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14888         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14889         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14890         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14892         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14893         antlr-syntax)
14894         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14895         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14896         names.
14897         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14898         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14899         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14900         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14901         backward-compatibility aliases for renamed faces.
14902         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14903         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14904         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14905         remove "font-lock-".  Use renamed antlr-mode faces.
14906         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
14907         literal face-names with face variable references.
14909         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14910         face name.
14911         (Buffer-menu-buffer-face): New backward-compatibility alias for
14912         renamed face.
14913         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14915 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
14917         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14918         Eliminate "-face" suffix.
14919         (makefile-targets): Inherit from font-lock-function-name-face and
14920         eliminate "-face" suffix.
14921         (makefile-shell): Remove attributes and eliminate "-face" suffix.
14922         (makefile-*-font-lock-keywords): Append makefile-targets in rule
14923         actions, instead of prepending, to make it less visible.
14924         (makefile-previous-dependency, makefile-match-dependency):
14925         Don't match a target on a continuation line.
14927         * files.el (auto-mode-alist): Put Makefile in gmake mode.
14929 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
14931         * progmodes/gdb-ui.el (menu): Re-order menu items.
14932         (gdb-tooltip-print): Respect tooltip-use-echo-area.
14934         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14935         Define in tooltip.el.
14936         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14937         (gud-tooltip-tips): Respect tooltip-use-echo-area and
14938         gud-tooltip-echo-area.
14940         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14941         backward compatibility and make obsolete.
14942         (tooltip-help-tips): Use tooltip-use-echo-area.
14943         (tooltip-show-help-function): Rename to...
14944         (tooltip-show-help): ...this, because it is a function.
14945         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14947 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
14949         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14950         (edebug-print-length, edebug-print-level, edebug-print-circle)
14951         (edebug-modify-breakpoint, edebug-eval-last-sexp)
14952         (edebug-eval-print-last-sexp): Doc fixes.
14954 2005-06-14  Kim F. Storm  <storm@cua.dk>
14956         * ido.el (ido-mode): Make a new keymap every time we enable ido,
14957         as the coverage buffer/file/both may change.
14959 2005-06-14  Lute Kamstra  <lute@gnu.org>
14961         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14962         and run-mode-hooks.  Simplify.
14964         * mail/rmailedit.el (rmail-edit-mode):
14965         * progmodes/octave-inf.el (inferior-octave-mode):
14966         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14968         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14969         and run-mode-hooks.
14970         (recentf-edit-list, recentf-open-files): Don't call
14971         kill-all-local-variables directly.
14973         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14975 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14977         * emacs-lisp/byte-run.el (make-obsolete)
14978         (define-obsolete-function-alias): Rename arguments FUNCTION and
14979         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14980         (make-obsolete-variable, define-obsolete-variable-alias):
14981         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14982         respectively.
14984         * isearchb.el (isearchb-activate):
14985         * pcvs.el (cvs-mode):
14986         * ses.el (ses-load):
14987         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14988         * net/tramp.el (tramp-find-file-exists-command)
14989         (tramp-find-shell):
14990         * progmodes/ada-mode.el (ada-create-case-exception)
14991         (ada-create-case-exception-substring, ada-make-subprogram-body):
14992         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14993         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14994         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14995         * textmodes/org.el (org-promote, org-evaluate-time-range)
14996         (org-agenda-next-date-line, org-agenda-previous-date-line)
14997         (org-agenda-error, org-open-at-point, org-table-move-row)
14998         (org-format-table-table-html-using-table-generate-source)
14999         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15000         * textmodes/reftex.el (reftex-access-scan-info):
15001         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15002         (reftex-toc-promote-prepare): Follow error conventions.
15004         * diff-mode.el (diff-mode): Fix typo in docstring.
15006         * forms.el (forms--intuit-from-file): Fix reference to
15007         `forms-number-of-fields' in error message.
15008         (forms-print): Fix quoting in error message.
15010         * forms.el (forms-mode):
15011         * emulation/vi.el (vi-goto-insert-state):
15012         * progmodes/flymake.el (flymake-new-err-info)
15013         (flymake-start-syntax-check-for-current-buffer)
15014         (flymake-simple-cleanup):
15015         * eshell/esh-var.el (eshell/export):
15016         * progmodes/gud.el (xdb):
15017         * textmodes/flyspell.el (flyspell-incorrect-hook)
15018         (flyspell-maybe-correct-transposition)
15019         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15021 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15023         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15024         minibuffer prompt.
15026 2005-06-13  Kim F. Storm  <storm@cua.dk>
15028         * subr.el (add-to-ordered-list): New defun.
15030         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15031         add cua--keymap-alist to emulation-mode-map-alists.
15033 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15035         * subr.el (complete-in-turn): New macro.
15036         (dynamic-completion-table, lazy-completion-table): Add debug info.
15038         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15039         in preference to face aliases.
15041         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15042         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15043         Remove unused vars `start' and `firstline'.
15044         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15045         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15047 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15049         * cus-start.el (all): Don't complain about missing GTK-related
15050         variables, unless either `gtk' is boundp or this isn't a
15051         `windows-nt' build.
15053 2005-06-13  Lute Kamstra  <lute@gnu.org>
15055         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15056         run-mode-hooks.
15058         * ediff-mult.el (ediff-meta-mode):
15059         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15061         * ledit.el (ledit-mode): Use delay-mode-hooks.
15063         * woman.el (woman-mode-line-format): Delete constant.
15064         (woman-mode-map): Initialize it properly.
15065         (woman-mode): Set mode-class property to special.
15066         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15067         Set major-mode and mode-name.  Don't set mode-line-format directly.
15068         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15070         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15071         string argument obsolete.
15073 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15075         * textmodes/org.el (org-CUA-compatible): New option.
15076         (org-disputed-keys): New variable.
15077         (org-key): New function.
15078         (orgtbl-make-binding): Add docstring to the created function.
15079         (org-mode): Set paragraph start/separate regexps.
15080         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15081         (org-archive-location, org-archive-mark-done)
15082         (org-archive-stamp-time): New options.
15083         (org-archive-subtree): New command.
15084         (org-fill-paragraph): New function.
15085         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15086         (org-fake-empty-table-line): Function removed.
15087         (org-format-org-table-html): Do not create empty table lines at
15088         separator lines.  Improved table header treatment.
15089         (org-link-format): New option.
15090         (org-make-link): New function.
15091         (org-insert-link, org-store-link): Use org-make-link.
15092         (org-open-file): Quote file name for shell command, to allow
15093         spaces in file names.
15094         (org-link-regexp): Fix bug with mailto link.
15095         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15096         New constants.
15097         (org-export-as-html): Deal with the optional angles around a link.
15098         Better treatment of file: links.
15099         (org-open-at-point): Replace @{ and @} with < and >.
15100         (org-run-mode-hooks): Function removed.
15101         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15103 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15105         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15106         MI command -data-list-register-values.
15107         (gdb-post-prompt): Indent properly.
15109 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15111         * hilit-chg.el (highlight-changes-colors): Rename from
15112         `highlight-changes-colours'.
15113         (highlight-changes-colours): Keep as obsolete alias.
15114         (highlight-changes-face-list): Doc fix.
15115         (hilit-chg-make-list): Use `highlight-changes-colors'.
15117 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15119         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15120         defun-prompt-regexp.
15122 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15124         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15125         and cygwin.
15127         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15128         Don't use an old loaddefs.el, as in Makefile.in.
15130 2005-06-12  Lute Kamstra  <lute@gnu.org>
15132         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15134         * man.el (Man-mode-map): Initialize it properly.
15135         (Man-mode): Set mode-class property to special.
15137         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15139 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15141         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15142         A newline is needed in the docstring there.
15144         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15145         Doc fixes.
15147 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15149         * printing.el: Doc fix.  The menubar is no more changed when printing
15150         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15151         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15152         (pr-version): New version number (6.8.4).
15153         (pr-menu-bind): New command.
15154         (pr-update-menus): Docstring and code fix.
15155         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15156         Docstring fix.
15157         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15158         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15160 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15162         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15163         "Returns" to "return", document useful return values, etc.
15165 2005-06-11  Alan Mackenzie  <acm@muc.de>
15167         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15168         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15169         (adaptive-file-function): Minor amendment to doc-string.
15171 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15173         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15174         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15175         Fix :type--it is `integer', not `string'.
15177         * faces.el (modeline-highlight): Rename from (the erroneous)
15178         `modeline-higilight'.
15180 2005-06-11  Lute Kamstra  <lute@gnu.org>
15182         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15183         lisp-interaction-mode-map but make it the parent.
15184         (edebug-eval-mode): Use define-derived-mode.
15186 2005-06-11  Andreas Schwab  <schwab@suse.de>
15188         * bindings.el: Add binding of `ESC functionkey' for every
15189         `M-functionkey'.
15190         * hexl.el (hexl-mode-map): Likewise.
15192 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15194         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15195         [msft]: update regexp for newer msft compilers.
15197 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15199         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15200         ATTLIST portions of included DTDs.
15201         (xml-parse-dtd): Eliminate use of inefficient match-data.
15203 2005-06-10  Miles Bader  <miles@gnu.org>
15205         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15206         (mpuz-text): Remove "-face" suffix from face names.
15207         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15208         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15209         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15211         * play/gomoku.el (gomoku-O, gomoku-X):
15212         Remove "-face" suffix from face names.
15213         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15214         New backward-compatibility aliases for renamed faces.
15215         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15217 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15219         * thumbs.el: Fixes for changes of 2005-06-09.
15220         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15221         as a directory.
15222         (thumbs-thumbname): Remove directory separator from format string;
15223         `thumbs-thumbsdir' now returns a valid directory name.
15224         (thumbs-temp-dir): New defsubst.
15225         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15226         Use it.
15228         * cus-edit.el (minibuffer):
15229         * files.el (make-backup-file-name-function):
15230         * filesets.el (filesets-external-viewers):
15231         * hilit-chg.el (highlight-changes-colours)
15232         (highlight-changes-face-list, highlight-changes-rotate-faces):
15233         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15234         * kmacro.el (kmacro-call-macro):
15235         * log-edit.el (log-edit-changelog-full-paragraphs):
15236         * mouse.el (mouse-1-click-follows-link):
15237         * skeleton.el (skeleton-autowrap):
15238         * subr.el (insert-for-yank-1):
15239         * tempo.el (tempo-insert-region):
15240         * terminal.el (terminal-emulator):
15241         * time.el (display-time-mail-face):
15242         * vc.el (vc-annotate):
15243         * vcursor.el (vcursor-copy-line):
15244         * woman.el (woman-bold-headings, woman-ignore)
15245         (woman-default-faces, woman-monochrome-faces):
15246         * calendar/todo-mode.el (todo-insert-threshold):
15247         * emulation/pc-select.el (pc-select-selection-keys-only)
15248         (pc-selection-mode):
15249         * emulation/vip.el (vip-find-char-forward):
15250         * emulation/viper-cmd.el (viper-find-char-forward):
15251         * international/mule-cmds.el
15252         (select-safe-coding-system-accept-default-p)
15253         (input-method-exit-on-invalid-key):
15254         * international/mule-diag.el (describe-coding-system):
15255         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15256         * net/browse-url.el (browse-url-xterm-program):
15257         * obsolete/lazy-lock.el (lazy-lock-mode):
15258         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15259         (cperl-mode):
15260         * progmodes/cpp.el (cpp-face-light-name-list)
15261         (cpp-face-dark-name-list):
15262         * progmodes/delphi.el (delphi-newline-always-indents):
15263         Fix spellings in docstrings.
15265         * ido.el (ido-mode, ido-file-extensions-order)
15266         (ido-default-file-method, ido-default-buffer-method)
15267         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15268         (ido-decorations, ido-read-file-name-as-directory-commands)
15269         (ido-read-file-name-non-ido, ido-work-directory-list)
15270         (ido-ignore-item-temp-list, ido-current-directory)
15271         (ido-magic-forward-char, ido-enter-find-file)
15272         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15273         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15275 2005-06-10  Lute Kamstra  <lute@gnu.org>
15277         * play/dunnet.el (dun-mode): Use define-derived-mode.
15278         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15279         obsolete alias.
15281         * play/doctor.el (doctor-mode-map): Remove defvar.
15282         (doctor-mode): Use define-derived-mode.
15284         * mail/mspools.el (mspools-mode):
15285         * net/eudc-hotlist.el (eudc-hotlist-mode):
15286         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15288 2005-06-10  Miles Bader  <miles@gnu.org>
15290         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15291         Remove "-face" suffix from face names.
15292         (flyspell-incorrect-face, flyspell-duplicate-face):
15293         New backward-compatibility aliases for renamed faces.
15294         (flyspell-mode-on, make-flyspell-overlay)
15295         (flyspell-highlight-incorrect-region)
15296         (flyspell-highlight-duplicate-region)
15297         (flyspell-display-next-corrections)
15298         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15300         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15301         from face name.
15302         (texinfo-heading-face): New backward-compatibility alias for
15303         renamed face.
15304         (texinfo-heading-face): Use renamed texinfo-heading face.
15306         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15307         suffix from face names.
15308         (tex-math-face, tex-verbatim-face):
15309         New backward-compatibility aliases for renamed faces.
15310         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15311         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15312         literal face name.
15314         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15315         name.
15316         (table-cell-face): New backward-compatibility alias for renamed face.
15317         (table--put-cell-face-property, table--update-cell-face):
15318         Use renamed table-cell face.
15320         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15321         from face name.
15322         (sgml-namespace-face): New backward-compatibility alias for
15323         renamed face.
15324         (sgml-namespace-face): Use renamed sgml-namespace face.
15326         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15327         (org-level-4, org-level-5, org-level-6, org-level-7)
15328         (org-level-8, org-warning, org-headline-done)
15329         (org-deadline-announce, org-scheduled-today)
15330         (org-scheduled-previously, org-link, org-done, org-table)
15331         (org-time-grid): Remove "-face" suffix from face names.
15332         (org-level-1-face, org-level-2-face, org-level-3-face)
15333         (org-level-4-face, org-level-5-face, org-level-6-face)
15334         (org-level-7-face, org-level-8-face, org-warning-face)
15335         (org-headline-done-face, org-deadline-announce-face)
15336         (org-scheduled-today-face, org-scheduled-previously-face)
15337         (org-link-face, org-done-face, org-table-face)
15338         (org-time-grid-face):
15339         New backward-compatibility aliases for renamed faces.
15340         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15341         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15342         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15343         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15345         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15346         (viper-minibuffer-emacs, viper-minibuffer-insert)
15347         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15348         (viper-search-face, viper-replace-overlay-face)
15349         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15350         (viper-minibuffer-vi-face):
15351         New backward-compatibility aliases for renamed faces.
15352         (viper-search-face, viper-replace-overlay-face)
15353         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15354         (viper-minibuffer-vi-face): Use renamed viper faces.
15356         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15357         Remove "-face" suffix from face names.
15358         (testcover-nohits-face, testcover-1value-face):
15359         New backward-compatibility aliases for renamed faces.
15360         (testcover-mark): Use renamed testcover faces.
15362         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15363         face name.
15364         (diary-button-face): New backward-compatibility alias for renamed face.
15365         (diary-entry): Use renamed diary-button face.
15367         * calendar/calendar.el (diary, calendar-today, holiday)
15368         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15369         (diary-face, calendar-today-face, holiday-face):
15370         New backward-compatibility aliases for renamed faces.
15371         (eval-after-load "facemenu", diary-entry-marker)
15372         (calendar-today-marker, calendar-holiday-marker, diary-face):
15373         Use renamed calendar faces.
15375         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15376         (compare-windows-face): New backward-compatibility alias for
15377         renamed face.
15378         (compare-windows-highlight): Use renamed compare-windows face.
15380         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15381         (strokes-char-face): New backward-compatibility alias for renamed face.
15382         (strokes-encode-buffer): Use renamed strokes-char face.
15384         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15385         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15386         Remove "-face" suffix from face names.
15387         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15388         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15389         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15390         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15391         Use renamed pcvs faces.
15392         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15393         * pcvs-defs.el (cvs-mode-map): Likewise.
15394         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15396         * info.el (info-title-1, info-title-2, info-title-3)
15397         (info-title-4): Remove "-face" suffix from and downcase face names.
15398         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15399         (Info-title-4-face):
15400         New backward-compatibility aliases for renamed faces.
15401         (Info-fontify-node): Use renamed info faces.
15403         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15404         Remove "-face" suffix from face names.
15405         (highlight-changes-face, highlight-changes-delete-face):
15406         New backward-compatibility aliases for renamed faces.
15407         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15408         (hilit-chg-make-list): Use renamed highlight-changes faces.
15410         * generic-x.el (show-tabs-tab, show-tabs-space):
15411         Remove "-face" suffix from face names.
15412         (show-tabs-tab-face, show-tabs-space-face):
15413         New backward-compatibility aliases for renamed faces.
15414         (show-tabs-generic-mode-font-lock-defaults-1)
15415         (show-tabs-generic-mode-font-lock-defaults-2):
15416         Use renamed show-tabs faces.
15418         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15419         (smerge-markers): Remove "-face" suffix from face names.
15420         (smerge-mine-face, smerge-other-face, smerge-base-face)
15421         (smerge-markers-face):
15422         New backward-compatibility aliases for renamed faces.
15423         (smerge-mine-face, smerge-other-face, smerge-base-face)
15424         (smerge-markers-face): Use renamed smerge faces.
15426         * log-view.el (log-view-file, log-view-message): Remove "-face"
15427         suffix from face names.
15428         (log-view-file-face, log-view-message-face):
15429         New backward-compatibility aliases for renamed faces.
15430         (log-view-file-face, log-view-message-face): Use renamed log-view
15431         faces.
15433         * paren.el (show-paren-match, show-paren-mismatch):
15434         Remove "-face" suffix from face names.
15435         (show-paren-match-face, show-paren-mismatch-face):
15436         New backward-compatibility aliases for renamed faces.
15437         (show-paren-function): Use renamed show-paren faces.
15439         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15440         (ruler-mode-margins, ruler-mode-fringes)
15441         (ruler-mode-column-number, ruler-mode-fill-column)
15442         (ruler-mode-comment-column, ruler-mode-goal-column)
15443         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15444         suffix from face names.
15445         (ruler-mode-default-face, ruler-mode-pad-face)
15446         (ruler-mode-margins-face, ruler-mode-fringes-face)
15447         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15448         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15449         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15450         New backward-compatibility aliases for renamed faces.
15451         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15452         (ruler-mode-column-number, ruler-mode-fill-column)
15453         (ruler-mode-comment-column, ruler-mode-goal-column)
15454         (ruler-mode-tab-stop, ruler-mode-current-column)
15455         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15456         faces.
15458         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15459         face name.
15460         (whitespace-highlight-the-space): Use renamed face.
15461         (whitespace-highlight-face): New backward-compatibility alias for
15462         renamed face.
15464         * woman.el (woman-italic, woman-bold, woman-unknown)
15465         (woman-addition, woman-symbol-face):
15466         Remove "-face" suffix from face names.
15467         (woman-italic-face, woman-bold-face, woman-unknown-face)
15468         (woman-addition-face):
15469         New backward-compatibility aliases for renamed faces.
15470         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15471         (woman-decode-region, woman-replace-match)
15472         (woman-display-extended-fonts, woman-special-characters)
15473         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15474         Use renamed woman faces.
15476         * longlines.el (longlines-visible-face): Face removed.
15478         * diff-mode.el (diff-header, diff-file-header, diff-index)
15479         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15480         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15481         suffix from face names.
15482         (diff-header-face, diff-file-header-face, diff-index-face)
15483         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15484         (diff-changed-face, diff-function-face, diff-context-face)
15485         (diff-nonexistent-face): New backward-compatibility aliases for
15486         renamed faces.
15487         (diff-header-face, diff-file-header-face)
15488         (diff-index, diff-index-face, diff-hunk-header)
15489         (diff-hunk-header-face, diff-removed, diff-removed-face)
15490         (diff-added, diff-added-face, diff-changed-face, diff-function)
15491         (diff-function-face, diff-context-face, diff-nonexistent)
15492         (diff-nonexistent-face): Use renamed diff-mode faces.
15494         * progmodes/compile.el (compilation-warning-face)
15495         (compilation-info-face): Remove "-face" suffix from face names.
15496         (compilation-warning-face, compilation-info-face):
15497         New backward-compatibility aliases for renamed faces.
15498         (compilation-warning-face, compilation-info-face):
15499         Use renamed compilation faces.
15501         * add-log.el (change-log-date, change-log-name)
15502         (change-log-email, change-log-file, change-log-list)
15503         (change-log-conditionals, change-log-function)
15504         (change-log-acknowledgement): Remove "-face" suffix from face names.
15505         (change-log-date-face, change-log-name-face)
15506         (change-log-email-face, change-log-file-face)
15507         (change-log-list-face, change-log-conditionals-face)
15508         (change-log-function-face, change-log-acknowledgement-face):
15509         New backward-compatibility aliases for renamed faces.
15510         (change-log-font-lock-keywords): Use renamed change-log faces.
15512         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15513         (custom-set, custom-changed, custom-saved, custom-button)
15514         (custom-button-pressed, custom-documentation, custom-state)
15515         (custom-comment, custom-comment-tag, custom-variable-tag)
15516         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15517         (custom-group-tag): Remove "-face" suffix from face names.
15518         (custom-magic-alist, custom-magic-value-create)
15519         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15520         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15521         (custom-set-face, custom-changed-face, custom-saved-face)
15522         (custom-button-face, custom-button-pressed-face)
15523         (custom-documentation-face, custom-state-face)
15524         (custom-comment-face, custom-comment-tag-face)
15525         (custom-variable-tag-face, custom-variable-button-face)
15526         (custom-face-tag-face, custom-group-tag-face-1)
15527         (custom-group-tag-face):
15528         New backward-compatibility aliases for renamed faces.
15530         * wid-edit.el (widget-documentation, widget-button)
15531         (widget-field, widget-single-line-field, widget-inactive)
15532         (widget-button-pressed): "-face" suffix removed from face names.
15533         (widget-documentation-face, widget-button-face)
15534         (widget-field-face, widget-single-line-field-face)
15535         (widget-inactive-face, widget-button-pressed-face):
15536         New backward-compatibility aliases for renamed faces.
15537         (widget-documentation-face, widget-button-face)
15538         (widget-button-pressed-face, widget-specify-field)
15539         (widget-specify-inactive): Use renamed widget faces.
15541 2005-06-10  Kenichi Handa  <handa@m17n.org>
15543         * term/x-win.el (x-clipboard-yank): Remove condition-case
15544         wrapping.
15546 2005-06-11  Kenichi Handa  <handa@m17n.org>
15548         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15549         date lines stricter.
15551 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15553         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15554         of x-get-selection.
15556 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15558         * comint.el (comint-mode, comint-snapshot-last-prompt):
15559         * frame.el (frame-current-scroll-bars):
15560         * term.el (term-mode, term-check-proc, term-input-sender)
15561         (term-simple-send, term-extract-string, term-word)
15562         (term-match-partial-filename):
15563         * window.el (window-current-scroll-bars):
15564         * emulation/cua-base.el (cua-normal-cursor-color)
15565         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15566         (cua-global-mark-cursor-color):
15567         * mail/undigest.el (rmail-forward-separator-regex):
15568         Fix typos in docstrings.
15570         * comint.el (comint-check-proc, make-comint-in-buffer)
15571         (comint-source-default): Doc fixes.
15573         * term.el (term-send-string): Improve argument/docstring consistency.
15575 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15577         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15578         call to `delete-region'.
15579         (comint-mode-hook): Do not enable Font Lock by default.
15581 2005-06-09  Lute Kamstra  <lute@gnu.org>
15583         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15584         could be void.
15586 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15588         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15589         (debug): Use it.
15590         (debugger-step-through, debugger-continue, debugger-jump)
15591         (debugger-return-value): Set it when needed.
15592         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15593         Use inhibit-read-only.
15595 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15597         * window.el (shrink-window-if-larger-than-buffer)
15598         (window-size-fixed): Fix typo in docstring.
15600         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15601         thumbnails directory on loading.
15602         (thumbs-conversion-program): Use `eq' to check the system type,
15603         not `equal'.
15604         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15605         not "/tmp".  Fix docstring.
15606         (thumbs-thumbsdir): New function to return the thumbnails
15607         directory, creating it if needed.
15608         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15609         (thumbs-temp-file): Delete variable and make it into a function.
15610         (thumbs-resize-image, thumbs-modify-image): Use it.
15611         (thumbs-kill-buffer): Simplify.
15612         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15613         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15614         docstrings.
15616 2005-06-09  Kim F. Storm  <storm@cua.dk>
15618         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15619         set-match-data to free markers in match-data.
15621         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15622         match-data to unchain markers in match-data.
15624 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15626         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15627         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15628         unnecessary now.
15630 2005-06-08  Richard M. Stallman  <rms@gnu.org>
15632         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15633         give the variable a doc string that doesn't say don't set it directly.
15635         * textmodes/ispell.el (ispell-check-version):
15636         Use match-string-no-properties.
15637         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15638         (ispell-buffer-local-words): Likewise.
15640         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15641         except on terminals with enough colors to really display it.
15642         (makefile-dependency-regex): Delete spurious `bb'.
15644         * faces.el (escape-glyph): Use blue once again in last case.
15645         (no-break-space): Redefine so that it isn't invisible on a tty.
15647 2005-06-08  Kim F. Storm  <storm@cua.dk>
15649         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15650         also when reading directory name.
15652 2005-06-08  Lute Kamstra  <lute@gnu.org>
15654         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15655         (flyspell-mode-line-string): Remove autoload cookie.
15656         (flyspell-mode): Remove defvar.
15658 2005-06-07  Lute Kamstra  <lute@gnu.org>
15660         * textmodes/org.el (org-run-mode-hooks): New function.
15661         (org-agenda-mode): Use it.
15663 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
15665         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15667 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15671 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
15673         * font-lock.el (font-lock-add-keywords): Doc fix.
15675 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15678         (tex-compile-default): In the absence of any history, use the order in
15679         tex-compile-alist to choose the preferred command.
15680         (tex-compile-commands): Reorder a bit.
15682         * textmodes/flyspell.el (flyspell-auto-correct-binding)
15683         (flyspell-incorrect-face, flyspell-duplicate-face):
15684         Use (X)Emacs-agnostic code.
15685         (flyspell-mode-map): Don't overwrite at each load.  Remove code
15686         redundant with the subsequent add-minor-mode.  Merge Emacs and
15687         XEmacs code.
15688         (flyspell-word): Minor simplification.
15689         (flyspell-math-tex-command-p): Quieten the byte-compiler.
15690         (flyspell-external-point-words): Remove unused vars `size' and `start'.
15691         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15692         Merge the corresponding Emacs code.
15693         (flyspell-correct-word, flyspell-xemacs-popup):
15694         Use flyspell-do-correct.
15696         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15697         a dedicated window.
15699         * international/latexenc.el (latexenc-find-file-coding-system):
15700         Undo part of last patch, to turn off a compiler warning.
15702 2005-06-06  Juri Linkov  <juri@jurta.org>
15704         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15705         Rename `tmm-inactive-face' to `tmm-inactive'.
15707 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
15709         * iswitchb.el: Rename faces.
15711 2005-06-06  Kim F. Storm  <storm@cua.dk>
15713         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15714         (cua-global-mark): Remove -face suffix from face names.
15716         * emulation/cua-gmrk.el (cua--init-global-mark):
15717         Remove cua-global-mark face setup.
15719 2005-06-06  Richard M. Stallman  <rms@gnu.org>
15721         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15722         just like other allowed characters.
15723         (makefile-match-dependency): Exclude leading and training whitespace
15724         from the range of regexp subexp 1.
15725         (makefile-macroassign-regex): Don't try to match the body,
15726         just the name of the macro being defined.
15728         * info.el (Info-read-node-name-2): New function.
15729         (Info-read-node-name-1): Use that.
15730         Add a completion-base-size-function property.
15732         * simple.el (completion-setup-function): Look for
15733         completion-base-size-function property of minibuffer-completion-table.
15735         * files.el (locate-file-completion): Doc fix.
15737         * printing.el: Don't call pr-update-menus; user must do that.
15739         * emacs-lisp/debug.el (debugger-window): New variable.
15740         (debug): Use debugger-window if it is set and still alive.
15741         Record debugger-window for next entry.
15743         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15745 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
15747         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15748         (hack-one-local-variable, hack-local-variables)
15749         (hack-local-variables-prop-line): Pass that arg.
15751 2005-06-06  Kim F. Storm  <storm@cua.dk>
15753         * ido.el (ido-first-match, ido-only-match, ido-subdir)
15754         (ido-indicator): Remove -face suffix from face names.
15756 2005-06-06  Juri Linkov  <juri@jurta.org>
15758         * font-lock.el (font-lock-regexp-backslash)
15759         (font-lock-regexp-backslash-construct): New faces.
15760         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
15761         after `('.  Add `while-no-input' to control structures.
15763         * faces.el (no-break-space, shadow): New faces.
15764         (escape-glyph): Use less loud colors pink2 and red4.
15766         * diff-mode.el (diff-context-face)
15767         * dired.el (dired-ignored)
15768         * rfn-eshadow.el (file-name-shadow)
15769         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15771         * info.el (Info-title-1-face): Use green instead of yellow because
15772         bold yellow is not readable on light backgrounds.
15774         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15775         before selecting the desired mode to not spend time fontifying
15776         old contents.
15778 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
15780         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15781         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15783         * ps-print.el (ps-default-fg, ps-default-bg):
15784         Fix typos in docstrings.
15786         * isearchb.el (isearchb): Don't pass a spurious second argument to
15787         `iswitchb-completions'.
15789 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
15791         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15792         to preserve point.
15793         (gdb-find-file-hook): Add doc string.
15795         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15796         C dereferenced pointer expression.
15797         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
15799         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15801         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15802         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15803         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15804         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15805         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15806         Make background transparent.
15808 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15810         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
15811         (font-lock-remove-keywords): Doc fix.
15812         (font-lock-mode-major-mode): Compiler defvar.
15813         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15815         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15816         (font-lock-mode): Update `font-lock-mode-major-mode'.
15817         (font-lock-set-defaults): Compiler defvar.
15818         (font-lock-default-function): Take `font-lock-mode-major-mode'
15819         into account.
15821         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15822         keep track of which major mode it enabled the minor mode for.
15823         Use find-file-hook again.  Update docstring.
15825         * simple.el (eval-expression-print-level)
15826         (eval-expression-print-length, eval-expression-debug-on-error):
15827         Doc fixes.
15829 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
15831         * iswitchb.el (iswitchb-single-match-face)
15832         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15833         (iswitchb-invalid-regexp-face): New faces.
15834         (iswitchb-completions): Use them.
15835         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15836         now marked as an obsolete alias.
15837         (iswitchb-read-buffer): Remove check for bound font variables.
15838         (iswitchb-invalid-regexp): New free variable.
15839         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15840         set iswitchb-invalid-regexp.
15841         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15842         invalid regexps.
15843         (iswitchb-completions): Add check for complete match when entering
15844         a regexp.
15845         (iswitchb-completions): Remove require-match argument.
15846         (iswitchb-exhibit): Fix caller.
15847         (iswitchb-common-match-inserted): New variable.
15848         (iswitchb-complete, iswitchb-completion-help): Use it.
15850 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
15852         * url-http.el (url-http-chunked-encoding-after-change-function):
15853         Use `url-http-debug' instead of `message'.
15855 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
15857         * url-http.el (url-http-parse-headers): Pass redirected URL as a
15858         callback argument.
15860 2005-06-04  Kim F. Storm  <storm@cua.dk>
15862         * simple.el (line-move): Only call sit-for when moving backwards.
15864         * ido.el (ido-make-merged-file-list-1): New defun split from
15865         ido-make-merged-file-list.
15866         (ido-make-merged-file-list): Bind throw-on-input around call to
15867         ido-make-merged-file-list-1.  Return input-pending-p if
15868         interrupted by more input available.
15869         (ido-read-internal): Handle input-pending-p return value from
15870         ido-make-merged-file-list.
15872 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15874         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15875         compatibility code.
15877         * international/latexenc.el (latexenc-find-file-coding-system):
15878         Don't inherit the EOL part of the coding-system from the
15879         tex-main buffer.  Fit within 80 columns.
15881 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
15883         * tmm.el (tmm-inactive-face): New face.
15884         (tmm-remove-inactive-mouse-face): New function.
15885         (tmm-prompt, tmm-add-one-shortcut)
15886         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15887         but not selectable.
15889 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
15891         * faces.el (face-equal): Improve argument/docstring consistency.
15893 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
15895         * progmodes/make-mode.el (makefile-targets-face)
15896         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15897         (makefile-bsdmake-dependency-regex)
15898         (makefile-makepp-rule-action-regex)
15899         (makefile-bsdmake-rule-action-regex): New constants.
15900         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15902         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15903         Allow (...) within `...' for makepp messages.
15905 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15907         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15909         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15910         "." files are deleted from all file lists before comparison.
15912         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15913         (viper-ESC-key): Made them customizable.
15915         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15917 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
15919         * autorevert.el (auto-revert-buffers): Use save-match-data.
15921 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15923         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15924         menu items with a nil command binding.
15926 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
15928         * emacs-lisp/cl-macs.el (defsetf):
15929         Improve argument/docstring consistency.
15931         * faces.el (list-faces-display): Improve the formatting by
15932         computing the maximum length required for any face-name (reworked
15933         patch of 1999-01-11, accidentally deleted on 1999-07-21).
15934         (internal-find-face): Remove redundant info in docstring.
15936 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
15938         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15939         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15940         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15941         (gdb-assembler-custom): Improve regexps.
15942         (def-gdb-auto-update-handler): Use window point to preserve point.
15944 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15946         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15948 2005-05-31  Jay Belanger  <belanger@truman.edu>
15950         * calc/calc-embed.el (calc-embedded-word): Change argument passed
15951         to calc-embedded.
15952         (calc-embedded-make-info): Have plain prefix argument select
15953         entire line.
15955 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
15957         * faces.el (list-faces-display): Signal error if passed a regexp
15958         that matches no face name.
15960         * simple.el (filter-buffer-substring): Fix typo in docstring.
15962 2005-05-31  Richard M. Stallman  <rms@gnu.org>
15964         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15965         (vhdl-emacs-21): Doc fix.
15966         (vhdl-mode): Unconditionally set comment-padding.
15967         (vhdl-fixup-whitespace-region): Insert spaces only where
15968         there are none.
15969         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15971 2005-05-30  John Wiegley  <johnw@newartisans.com>
15973         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15974         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15975         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15976         `directory-sep-char' to ?/, and all uses of `string-to-int' to
15977         `string-to-number'.
15979 2005-05-30  Jay Belanger  <belanger@truman.edu>
15981         * calc/calc.el (calc-bug-address): Fix docstring.
15982         (calc-window-hook, calc-trail-window-hook): New variables.
15983         (calc-trail-display): Restore use of calc-trail-window-hook.
15984         (calc): Restore use of calc-window-hook.
15986 2005-05-31  Masatake YAMATO  <jet@gyve.org>
15988         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15990         * help-fns.el (help-C-file-name): Add autoload mark for
15991         `find-function-noselect'.
15993 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15995         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15996         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15998 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16000         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16001         included diary buffer if it was not already being visited.
16002         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16004         * calendar/icalendar.el (top-level): Do not require appt.
16006         * mail/supercite.el (sc-select-attribution): Only use a list
16007         element from sc-attrib-selection-list if it returns a string.
16008         Reported by Davide G. M. Salvetti <salve@debian.org>.
16010 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16012         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16013         includes a hash value to improve its uniqueness, and has a ".jpg"
16014         extension.  Also, it is now a valid filename on all systems.
16015         (thumbs-make-thumb): Use `let', not `let*'.
16016         (thumbs-show-thumbs-list): Check for JPEG availability.
16018 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16020         * filesets.el (filesets-menu-ensure-use-cached):
16021         Prevent warning when emacs-version>= is undefined.
16023         * printing.el (pr-interactive-n-up): Use string-to-number.
16025         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16027         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16028         Warn only when name to be defined is quoted.
16030 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16032         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16033         Make regexp more robust.
16034         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16035         Force regeneration of disassembly.
16037 2005-05-29  Jay Belanger  <belanger@truman.edu>
16039         * calc/calc.el (calc-user-invocation): Check if
16040         calc-invocation-macro is non-nil.
16042 2005-05-29  Juri Linkov  <juri@jurta.org>
16044         * add-log.el (change-log-font-lock-keywords):
16045         Add `+' to e-mail regexp to accept mail address with keywords.
16047         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16049 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16051         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16053         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16055 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16057         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16058         Undo the change that moves to end of the current word.
16060 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16062         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16063         Throw error when count <= 0 to ensure input is a number.
16064         (gdb-read-memory-custom): Pick up address from buffer.
16065         (gdb-memory-mode): Allow user to increment and decrement
16066         memory address from header line.
16068 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16070         * flyspell.el (flyspell-version): Function deleted.
16071         (flyspell-auto-correct-previous-hook): Doc fix.
16073         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16074         Do nothing if memory is full.
16076         * font-lock.el (font-lock-fontify-syntactically-region):
16077         Pass t for GREEDY to looking-back.
16079         * saveplace.el (save-place-alist-to-file): Write the file
16080         using write-region.
16082         * subr.el (looking-back): New argument GREEDY.
16084         * progmodes/compile.el (compilation-start): Set the mode
16085         before inserting the initial text.
16087         * progmodes/which-func.el (which-func-update-1): Turn the mode
16088         off in case of error by setting which-func-mode.
16090 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16092         * flyspell.el (flyspell-auto-correct-previous-word):
16093         Narrow down to what's on the screen, and recenter overlays
16094         at the end of the next word.
16096 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16098         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16099         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16100         (flyspell-abbrev-p): Default to nil.
16101         (flyspell-use-global-abbrev-table-p): Doc fix.
16102         (flyspell-large-region): Allow nil as value.
16103         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16105         (mail-mode-flyspell-verify): More robust handling
16106         of `mail-header-separator'.  More efficient signature detection.
16107         Allow for regexp metacharacters in message-header-separator.
16108         Adding `To' not to be checked in mail-mode-flyspell-verify.
16110         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16111         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16112         Bind flyspell-auto-correct-binding.
16113         Bind C-. and C-, .
16114         (flyspell-mode-map): Likewise.
16115         (flyspell-mode): Doc fix.
16116         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16117         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16118         (flyspell-word-cache-result): New var, always local.
16119         (flyspell-check-pre-word-p): Doc fix.
16120         (flyspell-check-changed-word-p): Handle spc like newline.
16121         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16122         (flyspell-word-search-backward, flyspell-word-search-forward):
16123         New functions.
16124         (flyspell-word): Return t if nothing to check.
16125         When parsing TeX code, check for after } or \.
16126         Use flyspell-word-search-backward to find previous word.
16127         Return nil if duplicated word.
16128         For word already checked, return same value as last time.
16129         Set flyspell-word-cache-result after checking.
16130         Don't clobber the return value.
16131         (flyspell-get-word): Major rewrite.
16132         (flyspell-external-point-words): New locals pword, pcount.
16133         Fix size used in progress message.
16134         Find the proper corresponding word in flyspell-large-region-buffer.
16135         (flyspell-region): Check for flyspell-large-region = nil.
16136         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16137         (flyspell-auto-correct-word): Check that WORD is a cons.
16138         (flyspell-correct-word): Likewise.
16140 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16142         * progmodes/make-mode.el (makefile-rule-action-regex)
16143         (makefile-macroassign-regex, makefile-makepp-mode)
16144         (makefile-bsdmake-mode): Continuation lines may be empty.
16145         Reported by Joshua Varner.
16146         (makefile-makepp-font-lock-keywords): Add $(stem).
16148 2005-05-28  Karl Berry  <karl@gnu.org>
16150         * textmodes/tex-mode.el: Now that tex-send-command calls
16151         shell-quote-argument (2005-03-31 change), remove all calls to
16152         shell-quote-argument; they all end up invoking tex-send-command.
16153         The double quoting loses on filenames with non-safe characters,
16154         such as "@".  Reported by Frederik Fouvry.
16156 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16158         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16159         about preserving point.
16161 2005-05-27  Jay Belanger  <belanger@truman.edu>
16163         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16164         Info-goto-node.
16166         * calc/calc-embed.el (calc-embed-arg): New variable.
16167         (calc-do-embedded-activate, calc-embedded-activate-formula)
16168         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16169         variable by new variable.
16170         (calc-embedded-make-info): Replace undeclared variable by new
16171         variable.  When selecting region with positive prefix
16172         argument, use end of previous line instead of beginning of line.
16174         * calc/calc-aent.el (calc-arg-values): Declare it.
16176         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16177         Declare them.
16179         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16181         * calc/calc.el (calc-alg-map): Declare it.
16183         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16185 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16187         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16188         (gdb-registers-buffer, toggle-gdb-all-registers):
16189         Toggle display of floating point registers.
16190         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16192         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16193         (toggle-gud-tooltip-dereference):
16194         Rename from gud-toggle-tooltip-dereference.
16196 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16198         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16200 2005-05-27  Jay Belanger  <belanger@truman.edu>
16202         * calc/calc-prog.el (calc-kbd-report): Remove.
16203         (calc-kbd-query): Rewrite.
16205 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16207         * image.el (image-library-alist): Move to image.c.
16208         (image-type-available-p): Doc fix.
16210 2005-05-27  Lute Kamstra  <lute@gnu.org>
16212         * calc/calc.el (calc):
16213         * outline.el (outline-1, outline-2, outline-3, outline-4)
16214         (outline-5, outline-6, outline-7, outline-8):
16215         * textmodes/dns-mode.el (dns-mode):
16216         * textmodes/sgml-mode.el (sgml-namespace-face):
16217         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16218         (tex-verbatim-face, tex-use-reftex):
16219         * textmodes/texinfo.el (texinfo-heading-face):
16220         Specify customization group.
16222         * longlines.el: Don't require easy-mmode.
16223         (longlines-visible-face): Specify customization group.
16225 2005-05-27  Kenichi Handa  <handa@m17n.org>
16227         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16228         encoding table of windows-1251.
16230         * international/ucs-tables.el (ucs-set-table-for-input):
16231         If translation-table-for-input of a coding system is a symbol, get
16232         its translation-table property.
16234         * international/code-pages.el: Don't register a coding system into
16235         non-iso-charset-alist more than once.
16236         (cp-make-coding-system): Likewise.
16238 2005-05-26  John Wiegley  <johnw@newartisans.com>
16240         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16241         `eshell-resume-eval' is wrapped in a list, it indicates that the
16242         command was run asynchronously.  In that case, unwrap the value
16243         before checking the delimiter value.
16245         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16246         character before a space at the end of a line is \, assume the space
16247         is part of the last argument rather than a final argument separator.
16249         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16250         is in use, and the target is `t' or `nil' (which are the most common
16251         values), don't assume that the symbol target is a buffer.
16253 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16255         * calendar/calendar.el (calendar-mode-line-format):
16256         Use mode-line-highlight as mouse-face.
16258         * time.el (display-time-string-forms, display-time-update):
16259         Use mode-line-highlight as mouse-face.
16261 2005-05-26  Jay Belanger  <belanger@truman.edu>
16263         * calc/calc.el (calc-language-alist): Remove extra defvar.
16265 2005-05-26  Lute Kamstra  <lute@gnu.org>
16267         * arc-mode.el (archive-mode):
16268         * bookmark.el (bookmark-read-annotation-mode)
16269         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16270         * bs.el (bs-mode):
16271         * calc/calc-yank.el (calc-edit-mode):
16272         * calc/calc.el (calc-mode, calc-trail-mode):
16273         * calculator.el (calculator-mode):
16274         * chistory.el (command-history-mode):
16275         * comint.el:
16276         * cus-edit.el (custom-mode):
16277         * descr-text.el (describe-text-mode):
16278         * ebuff-menu.el (Electric-buffer-menu-mode):
16279         * ediff-util.el (ediff-mode):
16280         * emacs-lisp/re-builder.el (reb-mode):
16281         * emulation/vi.el (vi-mode-setup):
16282         * emulation/ws-mode.el (wordstar-mode):
16283         * eshell/esh-mode.el (eshell-mode):
16284         * forms.el (forms-mode):
16285         * help-mode.el (help-mode):
16286         * hexl.el (hexl-mode):
16287         * ibuffer.el (ibuffer-mode):
16288         * ielm.el (inferior-emacs-lisp-mode):
16289         * info.el (Info-mode, Info-edit-mode):
16290         * international/swedish.el:
16291         * ledit.el (ledit-from-lisp-mode):
16292         * locate.el (locate-mode):
16293         * mail/rmail.el (rmail-mode):
16294         * mail/rmailedit.el (rmail-edit-mode):
16295         * mail/rmailsum.el (rmail-summary-mode):
16296         * mail/supercite.el (sc-electric-mode):
16297         * net/eudc.el (eudc-mode):
16298         * net/quickurl.el (quickurl-list-mode):
16299         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16300         * obsolete/ooutline.el (outline-mode):
16301         * obsolete/options.el (Edit-options-mode):
16302         * obsolete/rnews.el (news-mode):
16303         * obsolete/rnewspost.el (news-reply-mode):
16304         * play/5x5.el (5x5-mode):
16305         * play/decipher.el (decipher-mode, decipher-stats-mode):
16306         * play/gomoku.el (gomoku-mode):
16307         * play/snake.el (snake-mode):
16308         * play/solitaire.el (solitaire-mode):
16309         * play/tetris.el (tetris-mode):
16310         * progmodes/ada-mode.el (ada-mode):
16311         * progmodes/antlr-mode.el (antlr-mode):
16312         * progmodes/autoconf.el (autoconf-mode):
16313         * progmodes/dcl-mode.el (dcl-mode):
16314         * progmodes/delphi.el (delphi-mode):
16315         * progmodes/ebrowse.el (ebrowse-tree-mode)
16316         (ebrowse-electric-list-mode, ebrowse-member-mode)
16317         (ebrowse-electric-position-mode):
16318         * progmodes/f90.el (f90-mode):
16319         * progmodes/fortran.el (fortran-mode):
16320         * progmodes/icon.el (icon-mode):
16321         * progmodes/idlw-help.el (idlwave-help-mode):
16322         * progmodes/idlw-shell.el (idlwave-shell-mode):
16323         * progmodes/idlwave.el (idlwave-mode):
16324         * progmodes/inf-lisp.el (inferior-lisp-mode):
16325         * progmodes/m4-mode.el (m4-mode):
16326         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16327         * progmodes/modula2.el (modula-2-mode):
16328         * progmodes/octave-inf.el (inferior-octave-mode):
16329         * progmodes/octave-mod.el (octave-mode):
16330         * progmodes/pascal.el (pascal-mode):
16331         * progmodes/sh-script.el (sh-mode):
16332         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16333         * progmodes/vhdl-mode.el (vhdl-mode):
16334         * progmodes/xscheme.el (scheme-interaction-mode):
16335         * replace.el (occur-mode):
16336         * ses.el (ses-mode):
16337         * simple.el (completion-list-mode):
16338         * skeleton.el:
16339         * speedbar.el (speedbar-mode):
16340         * term.el (term-mode):
16341         * terminal.el (terminal-edit-mode):
16342         * textmodes/reftex-index.el (reftex-index-mode)
16343         (reftex-index-phrases-mode):
16344         * textmodes/reftex-sel.el (reftex-select-label-mode)
16345         (reftex-select-bib-mode):
16346         * textmodes/reftex-toc.el (reftex-toc-mode):
16347         * wdired.el (wdired-change-to-wdired-mode):
16348         * wid-browse.el (widget-browse-mode):
16349         Use run-mode-hooks.
16351         * array.el (array-mode):
16352         * calendar/todo-mode.el (todo-mode):
16353         * man.el (Man-mode):
16354         * play/landmark.el (lm-mode):
16355         * play/mpuz.el (mpuz-mode):
16356         Use kill-all-local-variables and run-mode-hooks.
16358         * subr.el (delay-mode-hooks): Specify indentation.
16360 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16362         * xml.el (xml-substitute-special): Don't die for undefined xml
16363         entities.
16365 2005-05-26  Jay Belanger  <belanger@truman.edu>
16367         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16368         of nil.
16370 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16372         * progmodes/gdb-ui.el (gdb-frame-address):
16373         Rename from gdb-current-address.
16374         (gdb-previous-frame-address): Rename from gdb-previous-address.
16375         (gdb-selected-frame): Rename from gdb-current-frame.
16376         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16377         (gdb-frame-number): Rename from gdb-current-stack-level.
16378         (gdb-ann3): Match new mode-name for disassembly buffer.
16379         Extend initialization of variables.
16380         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16381         (gdb-memory-mode): Use mouse-face in header line.
16382         (gdb-assembler-buffer-name): Call it disassembly and give frame
16383         in mode line.
16384         (gdb-source-spec-regexp, gdb-assembler-custom)
16385         (gdb-invalidate-assembler, gdb-frame-handler):
16386         Make robust to leading zeroes in address format.
16388 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16390         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16391         define `org-mode'.
16392         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16394 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16396         * log-edit.el (log-edit-changelog-entries): Distinguish between
16397         filenames like xfns.c and fns.c.
16399 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16401         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16402         point after reverting.
16403         (Buffer-menu-make-sort-button): Handle the case where
16404         `Buffer-menu-use-header-line' is nil.
16406 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16408         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16409         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16410         and `:' to them.
16412 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16414         * startup.el (normal-top-level): Allow modification of load-path while
16415         we're iterating over it.
16417 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16419         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16420         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16421         (thumbs-resize-interactive, thumbs-insert-image)
16422         (thumbs-insert-thumb, thumbs-dired-show-marked)
16423         (thumbs-find-image-at-point, thumbs-delete-images)
16424         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16425         (thumbs-increment-image-size, thumbs-decrement-image-size):
16426         Fix typos in docstrings.
16428 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16430         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16431         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16432         (cperl-mode): Use them.
16434 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16436         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16437         Doc fixes.
16439 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16441         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16442         Bind C-d to gdb-inferior-io-eof.
16444         * dired.el (dired-dnd-popup-notice): Use message-box.
16446 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16448         * bindings.el (mode-line-major-mode-keymap):
16449         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16451         * faces.el (mode-line-highlight): New face.
16453         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16454         as mouse-face.
16456         * bindings.el (top-level, help-echo, mode-line-modified)
16457         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16458         as mouse-face.
16460 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16462         * progmodes/cc-engine.el (c-guess-basic-syntax):
16463         Remove spurious call to `zerop'.
16465         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16467 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16469         CC Mode update to 5.30.10:
16471         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16472         could go past the limit in decoration level 2, thereby causing
16473         errors during interactive fontification.
16475         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16476         the file is evaluated interactively.
16478         * cc-engine.el (c-guess-basic-syntax): Handle operator
16479         declarations somewhat better in C++.
16481         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16482         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16483         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16484         (awk-mode): Use it.
16485         (make-local-hook): Suppress warning about obsoleteness.
16487         * cc-engine.el, cc-align.el, cc-cmds.el
16488         (c-append-backslashes-forward, c-delete-backslashes-forward)
16489         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16490         Compensate for return value from `forward-line' when it has moved
16491         but not to a different line due to eob.
16493         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16494         `objc-method-intro' and `objc-method-args-cont'.
16496 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16498         CC Mode update to 5.30.10:
16500         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16501         in the copyright statement.  Incidentally, change "along with GNU
16502         Emacs" to "along with this program" where it occurs.
16504         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16505         so that it is interactive, hence can be found by M-x awk-mode
16506         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16507         <gmorris+emacs@ast.cam.ac.uk>.
16509         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16510         Mode's regexps.
16512 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16514         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16515         c-parse-state, to avoid a lisp error (on bad code).
16517 2005-05-23  Lute Kamstra  <lute@gnu.org>
16519         * subr.el (font-lock-defaults): Remove defvar as it's already
16520         defined in font-core.el.
16522         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16524 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16526         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16527         more general and work when GDB variable "print pretty" is on,
16528         as with Emacs, for example.
16530 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16532         * font-core.el: Update comment.
16534         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16535         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16537         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16539 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16541         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16542         and `yank-handler' in the doc strings.
16544 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16546         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16548 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16550         * help.el (describe-key): Move print-help-return-message call
16551         out of conditional.
16553         * progmodes/etags.el (list-tags): Use with-no-warnings.
16555         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16556         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16557         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16559         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16561         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16562         Add defvar.
16564         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16565         Use defvar, not defconst.
16567         * hexl.el (hexl-follow-line): Use with-no-warnings.
16569         * emulation/tpu-extras.el: Use write-file-functions instead of
16570         write-file-hooks.
16572         * dired.el (dired-font-lock-keywords): Fontify files with junk
16573         extensions even if marked by -F.
16575 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16577         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16578         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16579         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16580         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16581         (concatenate, list-length, get*, getf, cl-remprop):
16582         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16583         (etypecase, progv, lexical-let, lexical-let*)
16584         (multiple-value-bind, multiple-value-setq, shiftf):
16585         Improve argument/docstring consistency.
16587         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16589 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16591         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16592         doesn't exist.
16594         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16595         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16597 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16599         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16600         already deleted variables: auto-fill-hook, blink-paren-hook,
16601         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16602         suspend-hooks, comment-indent-hook, meta-flag,
16603         before-change-function, after-change-function,
16604         font-lock-doc-string-face.
16606 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16608         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16610 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16612         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16613         rmail-dont-reply-to.
16615 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16617         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16618         literal blank when splitting new-header-values.
16620 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16622         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16623         string so that tmm doesn't create a completion entry for it.
16625         * textmodes/table.el (table-disable-menu): Ditto.
16627 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16629         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16631         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16633         * net/rcompile.el (remote-compile): Use compilation-start.
16635         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16637 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
16639         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16640         Default to makefile-bsdmake-mode on BSD systems.
16642         * imenu.el (imenu-generic-expression, imenu--generic-function'):
16643         REGEXP may also be a search function now.  The part of doc-string
16644         for describing the structure was 95% identical to that of
16645         `imenu--generic-function'.  Unify it there.
16647         * progmodes/make-mode.el (makefile-imenu-generic-expression):
16648         Use function to find dependencies, because regexp alone is so complex,
16649         it easily goes into an endless loop.
16650         (makefile-makepp-mode): Also add submenu for Perl functions
16651         defined in the makefile.
16652         (makefile-bsdmake-mode): Special imenu-generic-expression no
16653         longer needed, due to function call.
16654         (makefile-match-dependency): Take BOUND into account when checking
16655         if we're through.
16657 2005-05-20  Jay Belanger  <belanger@truman.edu>
16659         * calc/calc-units.el (calc-invalidate-units-table):
16660         Use inhibit-read-only.
16661         (math-build-units-table-buffer): Use view-mode.
16663 2005-05-20  David Kastrup  <dak@gnu.org>
16665         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16666         easy-menu-add is not a nop on Emacs; and clarify when to call it.
16668 2005-05-20  Lute Kamstra  <lute@gnu.org>
16670         * diff-mode.el (diff-header-face, diff-file-header-face)
16671         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16672         (diff-added-face, diff-changed-face, diff-function-face)
16673         (diff-context-face, diff-nonexistent-face): Put them in the
16674         diff-mode customization group.
16676 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16678         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16680         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16682         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16683         Minor regexp-optimization.
16685 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
16687         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16688         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16689         (org-agenda-add-time-grid-maybe): New function.
16690         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16691         (org-table-create): `dotimes' instead of `mapcar'.
16692         (org-xor): Simplify implementation.
16693         (org-agenda): `inhibit-redisplay' turned on.
16694         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16695         a consistent line after a state change.
16696         (org-agenda-remove-times-when-in-prefix): New option.
16697         (org-prefix-has-time): New variable.
16698         (org-parse-time-string): Optional argument NODEFAULT.
16699         (org-format-agenda-item): Parse items for time-of-day
16700         specifications and move these into the prefix if possible.
16701         (org-agenda-priority): Get current heading, not previous heading
16702         during agenda remote editing.
16704 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
16706         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16707         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16708         (remove-duplicates, delete-duplicates, substitute)
16709         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16710         (nsubstitute-if-not, find, find-if, find-if-not, position)
16711         (position-if, position-if-not, count, count-if, count-if-not)
16712         (mismatch, search, sort*, stable-sort, merge, member*)
16713         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16714         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16715         (intersection, nintersection, set-difference, nset-difference)
16716         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16717         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16718         (nsublis, tree-equal): Improve argument/docstring consistency.
16720         * subr.el (send-string, send-region): Remove obsolescence declaration.
16721         (window-dot, set-window-dot, read-input, show-buffer)
16722         (eval-current-buffer, string-to-int):
16723         Add release number to obsolescence declarations.
16725 2005-05-19  Kim F. Storm  <storm@cua.dk>
16727         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16728         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16730 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
16732         * faces.el (list-faces-display): Make back button respect optional
16733         regexp arg.
16735 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
16737         * calculator.el (calculator-radix-grouping-mode)
16738         (calculator-radix-grouping-digits, calculator-displayer)
16739         (calculator-radix-grouping-separator, calculator-copy-displayer):
16740         * dabbrev.el (dabbrev-search-these-buffers-only):
16741         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16742         (diff-advance-after-apply-hunk, diff-mode-hook)
16743         (diff-minor-mode-prefix):
16744         * imenu.el (imenu-use-popup-menu):
16745         * jit-lock.el (jit-lock-context-time):
16746         * newcomment.el (comment-fill-column, comment-column)
16747         (comment-style, comment-padding, comment-multi-line)
16748         (comment-empty-lines, comment-auto-fill-only-comments):
16749         * reveal.el (reveal-around-mark):
16750         * uniquify.el (uniquify-buffer-name-style)
16751         (uniquify-after-kill-buffer-p)
16752         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16753         (uniquify-min-dir-content, uniquify-separator)
16754         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16755         * w32-vars.el (w32-fixed-font-alist):
16756         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16757         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16758         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16759         * progmodes/perl-mode.el (perl-indent-level)
16760         (perl-continued-statement-offset, perl-continued-brace-offset)
16761         (perl-brace-offset, perl-brace-imaginary-offset)
16762         (perl-label-offset, perl-indent-continued-arguments)
16763         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16764         * progmodes/tcl.el (tcl-indent-level)
16765         (tcl-continued-indent-level, tcl-auto-newline)
16766         (tcl-tab-always-indent, tcl-electric-hash-style)
16767         (tcl-help-directory-list, tcl-use-smart-word-finder)
16768         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16769         (inferior-tcl-source-command):
16770         * textmodes/fill.el (enable-kinsoku):
16771         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16772         * textmodes/table.el (table-yank-handler):
16773         Specify missing group (and type, if simple) in defcustom.
16775 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
16777         * progmodes/compile.el (compilation-finish-function): Fix defvar.
16779 2005-05-19  Richard M. Stallman  <rms@gnu.org>
16781         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16783         * subr.el (event-basic-type): Don't get an error.
16784         (left-fringe-p): Function deleted.
16786         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16787         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16789         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16790         in recursive copy.
16792         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16794         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16796         * emacs-lisp/bytecomp.el
16797         (byte-compile-file-form-custom-declare-variable):
16798         Call byte-compile-nogroup-warn if appropriate.
16800         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16801         (compilation-set-window): Don't call left-fringe-p; do it directly.
16803 2005-05-19  Jay Belanger  <belanger@truman.edu>
16805         * calc/calc-graph.el (calc-graph-format-data): Make sure
16806         var-PlotRejects is bound before trying to check its value.
16808 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
16810         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16811         definition of this variable from reftex-global.el to reftex.el,
16812         because it is needed in the menu.
16814 2005-05-19  Lute Kamstra  <lute@gnu.org>
16816         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16817         years are fixed.  Don't insert a space after a dash.
16819 2005-05-19  Kim F. Storm  <storm@cua.dk>
16821         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16823 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
16825         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16826         strings, because (eq ... ?\\) is fairly frequent.
16828         * progmodes/make-mode.el (makefile-add-this-line-targets):
16829         Simplify and integrate into `makefile-pickup-targets'.
16830         (makefile-add-this-line-macro): Simplify and integrate into
16831         `makefile-pickup-macros.
16832         (makefile-pickup-filenames-as-targets): Simplify.
16833         (makefile-previous-dependency, makefile-match-dependency):
16834         Don't stumble over `::'.
16836 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
16838         * subr.el (post-command-idle-hook, post-command-idle-delay):
16839         Remove obsoletion of post-command-idle-hook and
16840         post-command-idle-delay.
16842         * faces.el (list-faces-display): Provide button when describe-face
16843         is called to take user back to the list of faces.
16845         * help-fns.el (describe-variable): Remove hyperlinks in a
16846         variable's value as these are quite frequently inappropriate.
16848         * follow.el (follow-submit-feedback, follow-mode):
16849         Remove references to post-command-idle-hook.
16851 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
16853         * progmodes/make-mode.el (makefile-previous-dependency)
16854         (makefile-match-dependency): Check for := (and in bsd mode also
16855         !=) to give a better result, even when font-lock is not on.
16857 2005-05-18  Jay Belanger  <belanger@truman.edu>
16859         * calc/calc-help.el (calc-s-prefix-help):
16860         Add `calc-copy-special-constant' to help string.
16862 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
16864         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16866 2005-05-18  Jay Belanger  <belanger@truman.edu>
16868         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16869         in linear factors are in proper order.
16871 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
16873         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16874         Support for jurabib.
16876         * textmodes/reftex.el (featurep): Define aliases for overlay
16877         commands, for XEmacs compatibility, and use these aliases in
16878         overlay initializations.
16879         (reftex-highlight): Use `reftex-move-overlay'.
16880         (reftex-unhighlight): Use `reftex-delete-overlay'.
16881         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
16882         (reftex-access-search-path): Use `reftex-uniquify' instead of
16883         `reftex-uniq'
16885         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16886         `before-string' property modification enables for Emacs as well.
16887         (reftex-select-item): Use `reftex-delete-overlay'.
16888         (reftex-select-mark): Use `reftex-make-overlay' and
16889         `reftex-overlay-put'.
16890         (reftex-select-unmark): Use `reftex-delete-overlay' and
16891         `reftex-overlay-put'.
16893 2005-05-18  Lute Kamstra  <lute@gnu.org>
16895         * emacs-lisp/lisp.el (check-parens): Fix docstring.
16897 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
16899         * add-log.el (add-change-log-entry):
16900         * array.el (array-make-template, array-reconfigure-rows)
16901         (array-init-max-row, array-init-max-column)
16902         (array-init-columns-per-line, array-init-field-width):
16903         * replace.el (replace-match-maybe-edit, perform-replace):
16904         * textmodes/spell.el (spell-region):
16905         Replace `read-input' by `read-string'.
16907         * forms.el (forms-mode):
16908         * finder.el (finder-compile-keywords):
16909         * shadowfile.el (shadow-read-files):
16910         Replace `eval-current-buffer' by `eval-buffer'.
16912         * terminal.el (te-pass-through):
16913         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16914         (ange-ftp-raw-send-cmd):
16915         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16916         (send-process-next-char, telnet-initial-filter, telnet):
16917         Replace `send-string' by `process-send-string'.
16919         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16920         (prolog-consult-region): Replace `send-string' by
16921         `process-send-string'; replace `send-region' by `process-send-region'.
16923         * progmodes/delphi.el (delphi-log-msg):
16924         Replace `set-window-dot' by `set-window-point'.
16926         * subr.el (window-dot, set-window-dot, read-input, send-string)
16927         (send-region, show-buffer, eval-current-buffer):
16928         Make really obsolete, as the comment says.
16930 2005-05-17  Kim F. Storm  <storm@cua.dk>
16932         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16933         (cua--init-keymaps): Bind C-return instead of S-return to set
16934         rectangle mark.
16936         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16937         instead of S-return to toggle/clear rectangle mark.
16939 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
16941         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16942         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16943         Also fontify plain strings assigned to variables, mostly so that a
16944         colon has a face and is thus not taken as a dependency separator.
16945         (makefile-previous-dependency): Inline the new matcher, because it
16946         is too complex to work in both directions.
16947         (makefile-match-dependency): Eliminate `backward' arg (see above).
16948         Completely reimplemented so as to not sometimes go into an endless
16949         loop.  It should also be more efficient, because first it only
16950         searches for `:', instead of applying the very complex regexp.
16951         (makefile-mode): Cancel `font-lock-support-mode', because blocks
16952         to be fontified in one piece can be too long for JIT.
16953         Makefiles are never *that* big.
16955 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
16957         * dired.el (dired-mode): Simplify.
16959 2005-05-17  Lute Kamstra  <lute@gnu.org>
16961         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16962         defcustom for the mode hook variable.
16964         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16965         Emacs Lisp Reference Manual.
16967 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
16969         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16970         (evenp, list*):
16971         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16972         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16974         * net/tramp-smb.el (tramp-smb-open-connection):
16975         Pass `tramp-chunksize' as fifth (required) argument.
16977 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
16979         * font-lock.el (lisp-font-lock-keywords-1):
16980         Set `font-lock-negation-char-face' for [^...] char group.
16981         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16983         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16984         a var, and refine it to mask one more level of nested vars.
16985         (makefile-rule-action-regex): Turn it into a var, and refine it so
16986         it recognizes backslashed continuation lines as belonging to the
16987         same command.
16988         (makefile-macroassign-regex): Refine it so it recognizes
16989         backslashed continuation lines as belonging to the same command.
16990         (makefile-var-use-regex): Don't look at the next char, because it
16991         might be the same one to be skipped by the initial [^$], leading
16992         to an overlooked variable use.
16993         (makefile-make-font-lock-keywords): Remove two parameters, which
16994         are now variables that some of the modes set locally.
16995         Handle dependency and rule action matching through functions, because
16996         regexps alone match too often.  Dependency matching now comes
16997         last, so it can check, whether a colon already matched something else.
16998         (makefile-mode): Inform that font-lock improves makefile parsing
16999         capabilities.
17000         (makefile-match-dependency, makefile-match-action): New functions.
17002 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17004         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17006         * align.el (align-regexp):
17007         * ansi-color.el (ansi-color-get-face):
17008         * array.el (array-reconfigure-rows, array-init-max-row)
17009         (array-init-max-column, array-init-columns-per-line)
17010         (array-init-field-width):
17011         * dired-aux.el (dired-trample-file-versions):
17012         * dired-x.el (dired-mark-sexp):
17013         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17014         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17015         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17016         * faces.el (face-read-integer):
17017         * files.el (backup-extract-version, insert-directory):
17018         * hexl.el (hexl-insert-decimal-char):
17019         * server.el (server-process-filter):
17020         * shell.el (shell-extract-num):
17021         * startup.el (command-line-1):
17022         * term.el (term-command-hook):
17023         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17024         (time-stamp-do-number):
17025         * time.el (display-time-update):
17026         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17027         (timezone-fix-time):
17028         * vms-patch.el (vms-suspend-resume-hook):
17029         * calendar/appt.el (appt-convert-time):
17030         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17031         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17032         * calendar/cal-islam.el (mark-islamic-diary-entries):
17033         * calendar/calendar.el (calendar-cursor-to-date)
17034         (calendar-star-date):
17035         * calendar/diary-lib.el (diary-attrtype-convert)
17036         (mark-diary-entries, diary-entry-time):
17037         * calendar/solar.el (solar-get-number):
17038         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17039         * emacs-lisp/re-builder.el (reb-display-subexp):
17040         * emulation/edt.el (edt-set-scroll-margins):
17041         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17042         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17043         (vip-get-ex-count):
17044         * emulation/viper-ex.el (viper-get-ex-token)
17045         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17046         * international/fontset.el (fontset-plain-name):
17047         * mail/feedmail.el (feedmail-look-at-queue-directory):
17048         * mail/mailalias.el (mail-get-names):
17049         * mail/rmail.el (rmail-convert-to-babyl-format):
17050         * mail/rmailsum.el (rmail-make-basic-summary-line)
17051         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17052         (rmail-summary-goto-msg):
17053         * mail/smtpmail.el (smtpmail-read-response):
17054         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17055         (ange-ftp-vms-add-file-entry):
17056         * play/gametree.el (gametree-looking-at-ply)
17057         (gametree-current-branch-score):
17058         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17059         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17060         * progmodes/cperl-mode.el (condition-case):
17061         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17062         (ebrowse-set-member-buffer-column-width)
17063         (ebrowse-select-1st-to-9nth):
17064         * progmodes/etags.el (etags-snarf-tag):
17065         * progmodes/flymake.el (flymake-parse-line):
17066         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17067         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17068         (idlwave-shell-menu-def):
17069         * progmodes/ps-mode.el (ps-run-goto-error):
17070         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17071         (vhdl-speedbar-contract-level):
17072         * term/mac-win.el (x-handle-numeric-switch):
17073         * term/sun-mouse.el (sun-get-frame-data):
17074         * term/w32-win.el (x-handle-numeric-switch):
17075         * term/x-win.el (x-handle-numeric-switch):
17076         * textmodes/ispell.el (ispell-parse-output):
17077         * textmodes/nroff-mode.el (nroff-outline-level):
17078         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17079         (reftex-bib-sort-year-reverse, reftex-format-citation):
17080         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17081         (reftex-section-number):
17082         * textmodes/texinfmt.el (texinfo-paragraphindent):
17083         Replace `string-to-int' by `string-to-number'.
17085         * international/latexenc.el: Add page marker to force the "Local
17086         Variables:" string out of the last page.
17088 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17090         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17091         tooltip-change-major-mode.
17092         (gud-tooltip-print-command): Remove case where gud-minor-mode
17093         is gdb ("--fullname").
17094         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17095         explain to user.
17097 2005-05-16  Jay Belanger  <belanger@truman.edu>
17099         * calc/calc-store.el (calc-copy-special-constant): New function.
17101         * calc/calc-ext.el (calc-init-extensions): Add binding for
17102         `calc-copy-special-constant'.
17104         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17105         for the `calc-copy-special-constant' command.
17107 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17109         * subr.el (left-fringe-p): New function.
17111         * progmodes/compile.el (compilation-setup): Set local value of
17112         overlay-arrow-string to "" always.
17113         (compilation-set-window): Left fringe then don't scroll.
17114         No left fringe then no arrow and scroll message to top.
17115         (compilation-context-lines): Adjust doc string accordingly.
17117 2005-05-16  Kim F. Storm  <storm@cua.dk>
17119         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17120         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17121         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17122         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17123         (ido-read-file-name): Handle commands with ido property value
17124         equal to find-file as reading a file name, to allow C-d to enter dired.
17125         (ibuffer-find-file): Add ido property with value find-file.
17127 2005-05-15  Kim F. Storm  <storm@cua.dk>
17129         * subr.el (open-network-stream-nowait): Remove.
17130         (open-network-stream-server): Remove.
17132 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17134         * faces.el (describe-face): Output a definition link button.
17136         * help-mode.el (help-face-def): New button type.
17138         * emacs-lisp/copyright.el (copyright-fix-years):
17139         Match properly if the first year is 2-digit.
17140         Don't mess up the whitespace after the years by filling.
17142         * dired-aux.el (dired-mark-confirm):
17143         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17145         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17146         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17147         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17149         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17150         Set font-lock-comment-start-skip.
17152         * font-lock.el (font-lock-comment-start-skip): New variable.
17153         (font-lock-comment-end-skip): New variable.
17154         (font-lock-fontify-syntactically-region): Use them if non-nil.
17156 2005-05-15  Jay Belanger  <belanger@truman.edu>
17158         * calc/calc-store.el (calc-store-value): Return a string rather
17159         than display it as a message.
17160         Use calc-var-name for variable name.
17161         (calc-store-into): Add the result of calc-store-value to message.
17162         (calc-copy-variable): Add a message.
17163         (calc-store-exchange): Improve error messages.
17164         (calc-store-binary, calc-store-map): Don't reset the values of
17165         special constants.
17167 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17169         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17170         manual to docstring.
17172         * files.el (hack-local-variables-confirm): Add STRING argument.
17173         Make the function handle non file visiting buffers correctly.
17174         (hack-local-variables-prop-line, hack-local-variables)
17175         (hack-one-local-variable): Use STRING arg of
17176         `hack-local-variables-confirm'.
17178 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17180         Sync with Tramp 2.0.49.
17182         * net/tramp.el (tramp-handle-dired-call-process)
17183         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17184         because the contents of the Tramp buffer is changed before
17185         insertion (`expand-file' and alike).
17186         (tramp-handle-insert-directory): If `localname' has an empty
17187         nondirectory name, it must not be quoted.
17188         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17189         variable `tramp-chunksize'.  Change callees.
17190         (tramp-open-connection-setup-interactive-shell): Check remote host
17191         for buggy `send-process-string' implementation.
17192         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17193         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17194         (tramp-handle-shell-command): `insert-buffer' cannot be used
17195         because the contents of the Tramp buffer is changed before
17196         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17197         <frederic.bothamy@free.fr>.
17198         (tramp-set-auto-save): Actions should be done for Tramp file name
17199         handler only.  Ange-FTP has its own auto-save mechanism.
17200         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17201         (tramp-set-auto-save-file-modes): Set file modes of
17202         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17203         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17204         (tramp-bug): Remove obsolete variable.
17205         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17206         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17208 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17210         * ibuf-ext.el (define-ibuffer-filter filename):
17211         If `dired-directory' is a list, use its car.
17213 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17215         * ibuffer.el (define-ibuffer-column filename):
17216         If `dired-directory' is a list, use its car.
17218 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17220         * subr.el (symbol-file): Doc fix.
17222         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17223         (byte-compile-form): Call byte-compile-nogroup-warn.
17224         (byte-compile-warning-types): Doc fix.
17226         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17228         * progmodes/cc-engine.el (c-literal-faces):
17229         Add font-lock-comment-delimiter-face.
17231         * net/net-utils.el (dig): Use with-no-warnings.
17233         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17234         (sc-recite-frame-alist, sc-default-cite-frame)
17235         (sc-default-uncite-frame, sc-default-recite-frame)
17236         (sc-attrib-selection-list, sc-rewrite-header-list):
17237         Mark as risky-local-variable.
17239         * international/ogonek.el (ogonek-jak, ogonek-how):
17240         Don't use beginning-of-buffer.
17242         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17244         * calendar/solar.el (solar-data-list): Move definition up.
17246         * dnd.el (dnd-protocol-alist): Add autoload.
17248         * progmodes/sh-script.el: Many doc usage fixes.
17249         (sh-indent-after-do): Change default to match common styles.
17251 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17253         * files.el (interpreter-mode-alist)
17254         (auto-mode-interpreter-regexp): Doc fixes.
17256 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17258         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17260         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17262 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17264         * dired.el (dired-mode): make-variable-buffer-local =>
17265         make-local-variable.
17267 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17269         * term/mac-win.el (mac-select-convert-to-string): Try coding
17270         systems in mac-script-code-coding-systems if specified one cannot
17271         encode string for `com.apple.traditional-mac-plain-text'.
17273 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17275         * progmodes/make-mode.el (makefile-targets-face)
17276         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17277         (makefile-dependency-regex): Fix it to not make the colon in
17278         $(var:a=b) special.
17279         (makefile-rule-action-regex): New regexp for highlighting embedded
17280         Shell strings.
17281         (makefile-macroassign-regex): Handle != for highlighting as
17282         embedded Shell strings.
17283         (makefile-var-use-regex): New const.
17284         (makefile-statements, makefile-automake-statements)
17285         (makefile-gmake-statements, makefile-makepp-statements)
17286         (makefile-bsdmake-statements): New consts.
17287         (makefile-make-font-lock-keywords): New function.
17288         (makefile-automake-font-lock-keywords)
17289         (makefile-gmake-font-lock-keywords)
17290         (makefile-makepp-font-lock-keywords)
17291         (makefile-bsdmake-font-lock-keywords): New consts.
17292         (makefile-mode-map): Add switchers between the various submodes.
17293         (makefile-mode): Document the availability of the variants.
17294         (makefile-automake-mode, makefile-gmake-mode)
17295         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17297         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17298         new variants of makefile-mode.
17300 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17302         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17303         the inheritance.
17305 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17307         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17308         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17310         * files.el (normal-mode): Extend the scope of the
17311         `enable-local-variables' binding to include the `set-auto-mode' call.
17312         (magic-mode-alist): Doc fix.
17314 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17316         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17317         font-lock-comment-face rather than copying its setting.
17319 2005-05-12  Andreas Schwab  <schwab@suse.de>
17321         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17323 2005-05-12  Lute Kamstra  <lute@gnu.org>
17325         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17326         defcustom for the mode hook variable.  Delete the last argument.
17327         * generic-x.el: Fix callers of define-generic-mode.
17328         (generic-x-modes): Delete group.
17329         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17330         generic-x customization group.
17332 2005-05-12  Kim F. Storm  <storm@cua.dk>
17334         * font-lock.el (font-lock-negation-char-face): Default to "off".
17336         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17337         font-lock-negation-char-face to ! in !=.
17339 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17341         * add-log.el (find-change-log): Fix typos in the docstring
17342         of function.
17344 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17346         * international/latexenc.el (latexenc-find-file-coding-system):
17347         Avoid `re-search-forward' when looking for input encoding because
17348         of speed and safety.  Better regular expressions for recognizing
17349         input encoding.  Limit a search for TeX-master/tex-main-file to
17350         the local variable section.
17352 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17354         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17355         syntax of $ to "'" (quote).
17357 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17359         * dnd.el (dnd-protocol-alist): Improve custom type.
17361         * dired.el (dired-dnd-protocol-alist): New variable.
17362         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17363         `dired-mode-hook' to the end.
17365 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17367         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17368         comment-end if comment-start-skip is not set.
17369         Obey the font-lock-comment-delimiter-face variables.
17371 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17373         * files.el (executable-find): Move from executable.el.  Use
17374         locate-file.
17375         * progmodes/executable.el (executable-find): Move to files.el.
17377         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17378         when trying to ensure forward progress.
17380 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17382         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17383         (mouse-select, mouse-select-internal, mouse-extend-internal):
17384         Use it to implement mouse-1-click-follows-link functionality.
17386 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17388         * font-lock.el (font-lock-fontify-syntactically-region):
17389         Use font-lock-comment-delimiter-face for comment delimiters.
17391 2005-05-10  Jay Belanger  <belanger@truman.edu>
17393         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17394         preserving embedded modes.
17396 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17398         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17400         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17401         Move from ada-stmt.el.
17402         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17404         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17405         Move to ada-mode.el.
17406         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17408         * cus-edit.el (custom-file): Call file-chase-links.
17410         * files.el (read-directory-name): Fix previous change.
17411         (hack-local-variables-confirm): New function.
17412         (hack-local-variables-prop-line, hack-local-variables)
17413         (hack-one-local-variable): Use it.
17415 2005-05-10  Lute Kamstra  <lute@gnu.org>
17417         * font-lock.el (font-lock-keywords-alist)
17418         (font-lock-removed-keywords-alist): Clarify docstrings.
17420 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17422         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17423         (gdb-source-info): Check for preprocessor info.
17424         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17425         a macro for a function.
17426         (gdb-info-breakpoints-custom): Try to find file again if not already
17427         found (user might have used GDB dir command).
17428         (gdb-get-location): Update gdb-location-alist correctly for change
17429         to gdb-info-breakpoints-custom.
17431         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17432         (gud-tooltip-print-command): Add gdbmi case.
17433         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17434         preprocessor info.
17436 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17438         * startup.el (fancy-splash-insert): Fix typo in doc string.
17440 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17442         * obsolete/float.el (string-to-float):
17443         * obsolete/hilit19.el (hilit-add-pattern):
17444         * obsolete/rnews.el (news-parse-range, news-select-message)
17445         (news-get-pruned-list-of-files): Replace `string-to-int' by
17446         `string-to-number'.
17448         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17449         `find-file-not-found-hooks'; use `add-hook'.
17450         (uncompress-while-visiting): Set `write-file-functions', not
17451         `write-file-hooks'; use `add-hook'.
17453 2005-05-09  Kim F. Storm  <storm@cua.dk>
17455         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17456         (cua-paste): Handle clipboard action.
17457         (cua--init-keymaps): Remap clipboard-kill-region and
17458         clipboard-kill-ring-save.
17460 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17462         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17463         Improve commentary.
17465         * simple.el (next-error-overlay-arrow-position): Revert the change
17466         made on 2005-04-30.
17468 2005-05-07  Jay Belanger  <belanger@truman.edu>
17470         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17471         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17472         `calc-sel-reselect'.
17474         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17475         Calc is in embedded mode.
17477 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17479         * progmodes/compile.el (compilation-setup):
17480         Set overlay-arrow-string to an empty string on text terminals.
17482         * textmodes/ispell.el (ispell-program-name): Try looking for
17483         "aspell" along exec-path, and if found, use it as the default
17484         speller program.
17486 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17488         * international/mule.el (sgml-xml-auto-coding-function):
17489         Recognize encoding='FOO' in single quotes as well as in double quotes.
17491 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17493         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17494         as well as `interactive', so that defmacro* would recognize
17495         `declare' forms.
17497 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17499         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17500         Explain more about the LIGHTER arg's usage in the doc string.
17501         Add commentary to clarify what the code does.  Fix the regexp that
17502         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17503         since it could have characters special to regular expressions.
17505 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17507         * replace.el (occur-1): Bind inhibit-read-only so that
17508         erase-buffer doesn't barf on read-only text properties (likewise
17509         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17510         (occur-engine): Don't set buffer-read-only here.
17512 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17514         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17515         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17516         sometimes mistakenly reused as a *cvs* buffer.
17518 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17520         * tooltip.el: Move code for GUD tooltips into gud.el.
17521         (require): CL no longer needed to compile case.
17522         (tooltip-mode): Do not toggle functions for GUD tooltips.
17523         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17524         gud-tooltip-mode in gud.el.
17525         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17526         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17527         tooltip-gud prefix with gud-tooltip and obsolete.
17528         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17529         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17530         (tooltip-mouse-motion): Mouse movement functions/variable.
17531         Rename in gud.el by adding gud prefix.
17532         (tooltip-gud-original-filter, tooltip-gud-dereference)
17533         (tooltip-gud-event, tooltip-toggle-gud-tips)
17534         (tooltip-gud-process-output, tooltip-gud-print-command)
17535         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17536         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17537         (gdb-tooltip-print): Move to gdb-ui.el.
17539         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17540         (require): CL needed to compile case.
17541         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17542         tooltip-gud-tips-p.  Make it a minor-mode.
17543         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17544         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17545         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17546         (gud-tooltip-change-major-mode)
17547         (gud-tooltip-activate-mouse-motions-if-enabled)
17548         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17549         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17550         (gud-tooltip-original-filter, gud-tooltip-dereference)
17551         (gud-tooltip-event, tooltip-toggle-gud-tips)
17552         (gud-tooltip-process-output, gud-tooltip-print-command)
17553         (gud-tooltip-tips): Move from tooltip.el.
17555         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17556         (gdb-cpp-define-alist-flags): Doc fix.
17557         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17558         gud-tooltip-mode is t.
17560 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17562         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17563         evaporate if their text is deleted.
17564         (goto-address-at-point): Make it work as a mouse binding as well.
17565         (goto-address-at-mouse): Obsolete it.  Update users.
17567 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17569         * calendar/appt.el (top-level): No longer activate on load.
17571 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17573         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17574         * net/webjump.el (webjump):
17575         * progmodes/idlw-help.el (idlwave-do-context-help1)
17576         (idlwave-highlight-linked-completions):
17577         * textmodes/po.el (po-find-file-coding-system-guts):
17578         Replace `assoc-ignore-case' by `assoc-string'.
17580 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17582         * files.el (locate-file): Doc fix.
17584         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17585         Remove the redundant test for ms-dos.
17587         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17588         look for the preprocessor with exec-suffixes.  If not found in
17589         standard places, look in exec-path.  Remove most of the tests that
17590         used system-type.
17592         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17594         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17596         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17597         file-name clash with jka-compr.el on 8+3 filesystems.
17599 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17601         * term/mac-win.el: Don't define or bind scroll bar functions if
17602         x-toolkit-scroll-bars is t.
17603         (x-select-text, x-get-selection-value): Clear
17604         x-last-selected-text-clipboard if x-select-enable-clipboard is
17605         nil.
17606         (PRIMARY): Put mac-scrap-name property.
17607         (mac-select-convert-to-file-url): New function.
17608         (public.file-url): New selection target type.  Add to
17609         selection-converter-alist.
17610         (x-get-selection, x-selection-value): Handle it.
17611         (x-cut-buffer-or-selection-value): New alias.
17613 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17615         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17616         entry to avoid calling bibtex-find-entry with arg global
17617         being t.  Remove arg key.
17618         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17619         (bibtex-copy-summary-as-kill): Change accordingly.
17621 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17623         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17624         (org-agenda-date-later): Use with-current-buffer.
17626 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17628         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17629         (define-obsolete-variable-alias): Doc Fixes.
17631 2005-05-06  Kim F. Storm  <storm@cua.dk>
17633         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
17634         vertical-motion when selective-display is active.
17636         * ido.el (ido-setup-hook): New hook.
17637         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17638         (ido-input-stack): New var.
17639         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
17640         ido-next-work-file binding to M-O.
17641         Bind M-f to ido-wide-find-file-or-pop-dir.
17642         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17643         (ido-read-internal): Run ido-setup-hook.
17644         Catch quit in read-file-name and read-string to cancel edit.
17645         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17646         Automatically pop-all when completing a directory name (RET).
17647         (ido-file-internal): Add with-no-warnings around ffap and dired code.
17648         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17649         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17650         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17651         New functions for M-b/M-f to move among the directory components.
17652         (ido-make-merged-file-list): Catch quit to cancel merge.
17653         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17654         (ido-completion-help): No warnings for ido-completion-buffer-full.
17656 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
17658         * font-lock.el (font-lock-negation-char-face): New face and variable.
17659         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17660         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17661         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17662         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17664 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
17666         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17667         Fix typo in docstring.
17669         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17670         (ebrowse-print-statistics-line)
17671         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17673         * term/w32-win.el (image-library-alist): Add additional name for
17674         Xpm library.
17676 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
17678         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17679         use gcc instead of cpp.
17681         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17682         (gdb-create-define-alist): Use it.
17683         (gdb-cpp-define-alist-program): Update for MS-DOS.
17685 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
17687         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17689 2005-05-04  Richard M. Stallman  <rms@gnu.org>
17691         * help.el (describe-key): No error when UNTRANSLATED is nil.
17693         * simple.el (line-move-1): Fix previous change to signal errors
17694         appropriately.
17696 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
17698         * calendar/icalendar.el (icalendar-version): Now at 0.12.
17699         (icalendar-duration-correction): Remove.
17700         (icalendar--get-event-properties): Split result at commas.
17701         (icalendar--decode-isoduration): New optional argument
17702         DURATION-CORRECTION.
17703         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17704         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17705         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17706         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17707         (icalendar--convert-anniversary-to-ical): New functions, extracted
17708         from icalendar-export-region, with bug fixes.
17709         (icalendar-export-region): Use the above functions.
17710         (icalendar-import-buffer): Check before saving diary file.
17711         (icalendar--convert-recurring-to-diary)
17712         (icalendar--convert-non-recurring-all-day-to-diary)
17713         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17714         extracted from icalendar--convert-ical-to-diary, with bug fixes.
17715         (icalendar--convert-ical-to-diary): Use the above functions.
17717 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
17719         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17720         Remove these recent additions.
17721         (c-mode): Restore to before 2005-04-28.
17723         * progmodes/cc-vars.el (cc-define-list-program): Remove this
17724         recent addition.
17726         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17727         (gdb-define-alist): New variables.
17728         (gdb-create-define-alist): New function.
17729         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17730         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17731         with string-to-number.
17732         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
17734         * progmodes/gud.el: Replace string-to-int with string-to-number.
17735         (gud-find-file): Handle gdb-define-alist.
17737         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17739 2005-05-02  Jay Belanger  <belanger@truman.edu>
17741         * calc/calc-aent.el (math-read-token):
17742         * calc/calc-bin.el (calc-word-size):
17743         * calc/calc-ext.el (calc-read-number-fancy):
17744         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17745         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17746         * calc/calc-frac.el (calc-over-notation):
17747         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17748         (calc-graph-num-points, calc-graph-init):
17749         * calc/calc-prog.el (calc-read-parse-table-part)
17750         (calc-edit-macro-repeats):
17751         * calc/calc-yank.el (calc-do-grab-rectangle):
17752         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17753         Replace `string-to-int' by `string-to-number'.
17755 2005-05-02  Kim F. Storm  <storm@cua.dk>
17757         * kmacro.el: Use executing-kbd-macro-index variable.
17759 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
17761         * net/rlogin.el (rlogin-parse-words): Delete func.
17762         (rlogin): Use split-string, not rlogin-parse-words.
17763         Also, if there are option-like elements in the parsed args,
17764         take the host to be the first arg immediately following them.
17765         Suggested by Michael Mauger.
17767 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17769         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17771 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17773         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17774         (cc-mode-cpp-program): Rename to cc-define-list-program and
17775         move to cc-vars.el.
17777         * progmodes/cc-vars.el (cc-define-list-program):
17778         Change to "gcc -E -dM -".  Make customizable.
17780 2005-05-02  Kim F. Storm  <storm@cua.dk>
17782         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17784 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17786         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17788         * international/mule-util.el (truncate-string): Remove alias and
17789         obsolete declaration.
17791         * international/mule-cmds.el (update-iso-coding-systems):
17792         Remove alias and obsolete declaration.
17794         * international/mule.el (coding-system-parent): Remove alias and
17795         obsolete declaration.
17797         * subr.el (define-function, sref): Remove aliases and obsolete
17798         declarations.
17799         (chars-in-region): Remove obsolete declaration.
17801 2005-05-01  Richard M. Stallman  <rms@gnu.org>
17803         * info.el (Info-mode): Set widen-automatically to nil, locally.
17805         * simple.el (widen-automatically): New variable.
17806         (pop-global-mark): Obey widen-automatically.
17808 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
17810         * term/xterm.el (function-key-map): Call substitute-key-definition
17811         before the keymap size is increased by a lot of define-key calls.
17813 2005-05-01  Richard M. Stallman  <rms@gnu.org>
17815         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17816         Rename ARG to ELEMENT.  Doc fix.
17818 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17820         * allout.el (allout-exposure): Remove macro and obsolete declaration.
17821         Remove references to allout-exposure/change to allout-new-exposure.
17823         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17824         bytecode symbols.
17826         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17827         (compiled-function-p, focus-frame, unfocus-frame):
17828         Remove aliases and obsolete declarations.
17829         Back out inadvertent changes from previous commit.
17831 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17833         * files.el (require-final-newline): Make Custom tags consistent
17834         with mode-require-final-newline.
17835         (mode-require-final-newline): Doc fix.
17837 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * international/latexenc.el (latexenc-find-file-coding-system):
17840         Fix regular expressions.
17842 2005-05-01  David Kastrup  <dak@gnu.org>
17844         * international/latexenc.el (latexenc-find-file-coding-system):
17845         Fix regular expressions.
17847 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17849         * subr.el (string-to-int): Make obsolete.
17851 2005-04-30  Richard M. Stallman  <rms@gnu.org>
17853         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17855         * loadup.el: load jka-comp-hook.
17857         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17858         (jka-compr-handler): Add autoload.  `put' calls moved
17859         to jka-comp-hook.el.
17860         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17861         (jka-compr-inhibit): Autoload.
17863         * jka-comp-hook.el: New file.
17864         Enable the mode by default.
17866         * files.el (backup-buffer-copy): Use copy-file instead
17867         of write-region, and put back the 'excl.
17869 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
17871         * progmodes/flymake.el (flymake-split-string)
17872         (flymake-split-string, flymake-log, flymake-pid-to-names)
17873         (flymake-reg-names, flymake-get-source-buffer-name)
17874         (flymake-unreg-names, flymake-add-line-err-info)
17875         (flymake-add-err-info): Clarify docstrings.
17876         (flymake-popup-menu, flymake-make-emacs-menu)
17877         (flymake-make-xemacs-menu): Add docstrings.
17878         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17879         Set variables directly throughout.
17881 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
17883         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17884         exists.  Initialize cc-define-alist.
17885         (c-mode): Add cc-create-define-alist locally to after-save-hook.
17886         If there is no file (Macroexpansion) don't create an alist.
17888 2005-04-29  Sam Steingold  <sds@gnu.org>
17890         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17891         (cc-create-define-alist): Use it instead of the hard-coded string.
17893 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17895         * international/mule-conf.el (file-coding-system-alist): Fix regexp
17896         for latexenc.
17898 2005-04-29  Lute Kamstra  <lute@gnu.org>
17900         * emacs-lisp/generic.el: Improve commentary section.
17901         (define-generic-mode): Improve docstring.
17903 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
17905         * textmodes/org.el (many places): Change to quiet the byte compiler.
17906         (org-prefix-format-compiled): New variable.
17907         (org-compile-prefix-format): New function.
17908         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17909         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17910         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17911         (org-get-entries-from-diary): Use `org-get-time-of-day' for
17912         consistency with entries from `org-mode' files.
17913         (org-get-time-of-day): Fix bug with partial matches early in a line.
17914         (org-non-link-chars): New constant.
17915         (org-link-regexp): Respect `org-non-link-chars'.
17916         (org-agenda-day-view): Remove command.
17917         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17918         (org-follow-bbdb-link, org-store-link): Search also company field.
17919         (org-highlight-overlay): New variable.
17920         (org-highlight, org-unhighlight): New functions.
17921         (org-agenda-mode): Add pre-command-hook to remove highlight.
17922         (org-evaluate-time-range): Behavior depends upon whether time stamp
17923         contains a time or not.
17924         (org-show-subtree, org-show-entry): New functions.
17925         (org-agenda-cleanup-fancy-diary): Remove empty lines.
17927 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17929         * comint.el (comint-output-filter-functions): Add autoload cookie.
17931 2005-04-28  Kim F. Storm  <storm@cua.dk>
17933         * ido.el (ido-everywhere): Fix last change.
17935 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17937         * international/latexenc.el: New file.
17938         * international/mule-conf.el (file-coding-system-alist): For .tex,
17939         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17941 2005-04-28  Lute Kamstra  <lute@gnu.org>
17943         * font-lock.el (font-lock-add-keywords)
17944         (font-lock-remove-keywords): Clarify docstring.
17945         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17946         Don't start docstrings with a `*'.
17947         (font-lock-update-removed-keyword-alist): Give it a docstring.
17949         * generic-x.el: Update commentary section.
17950         Only require font-lock when compiling.
17951         Define all modes conditionally.
17952         Place all generic modes in the generic-x-modes customization group.
17953         (generic-x-modes): New customization group.
17954         (generic-default-modes, generic-mswindows-modes)
17955         (generic-unix-modes, generic-other-modes): New constants.
17956         (generic-define-mswindows-modes, generic-define-unix-modes):
17957         Update docstrings.  Make them obsolete.
17958         (generic-extras-enable-list): New default value.  Update docstring.
17959         Improve :type.  Change :set function.
17960         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17961         Fix docstring.
17963         * emacs-lisp/generic.el (generic-mode-internal):
17964         Simplify font-lock-defaults.
17965         (define-generic-mode): Fix docstring.
17967 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17969         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17970         font-lock-face property to highlight matches.
17972 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
17974         * progmodes/cc-mode.el (cc-create-define-alist): New function.
17975         (cc-define-alist): New variable.
17976         (c-mode): Make it local and initialize it.
17978         * progmodes/gdb-ui.el (gdb-active-process): New variable.
17979         (gdb-exited): New function.
17980         (gdb-annotation-rules): Use it.
17981         (gdb-starting): Set gdb-active-process to t.
17982         (gdb-stopping): Amend doc string.
17983         (gdb-reset): Set gdb-active-process to nil.
17985         * tooltip.el (tooltip-gud-tips): Show the associated #define
17986         directives when a C program under GDB is not executing.
17988 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17990         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17991         font-lock-fontify-syntactic-keywords.
17993         * font-lock.el (font-lock-default-fontify-region): Don't force
17994         parse-sexp-lookup-properties to nil.
17996 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17998         * man.el (man-mode-syntax-table): Set up `:' to have
17999         word-constituent syntax.
18001 2005-04-27  Lute Kamstra  <lute@gnu.org>
18003         * novice.el (disable-command): Don't add spurious newlines to the
18004         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18006 2005-04-26  Jay Belanger  <belanger@truman.edu>
18008         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18009         than one window before deleting window.
18011 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18013         * shell.el (shell-prompt-pattern): Doc fix.
18014         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18016         * comint.el (comint-prompt-regexp, comint-get-old-input)
18017         (comint-use-prompt-regexp)
18018         (comint-use-prompt-regexp-instead-of-fields)
18019         (comint-replace-by-expanded-history, comint-send-input)
18020         (comint-output-filter, comint-get-old-input-default)
18021         (comint-line-beginning-position, comint-bol, comint-show-output)
18022         (comint-backward-matching-input, comint-forward-matching-input)
18023         (comint-next-prompt, comint-previous-prompt):
18024         Rename `comint-use-prompt-regexp-instead-of-fields' to
18025         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18026         obsolete.
18027         (comint-use-prompt-regexp): Shorten first line of doc string.
18029         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18030         Set paragraph-separate buffer locally to "\\'".
18032         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18033         Adapt to above name change.
18035         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18036         (smbclient-prompt-regexp): Ditto.
18038         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18040 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18042         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18043         gdb-location-list.
18044         Break lines that are over 80 characters wide.
18046 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18048         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18049         New fun and var, to preserve compatibility.
18051         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18053 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18055         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18056         name to file-newer-than-file-p.
18058 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18060         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18062         * progmodes/python.el (python-mode):
18063         Use new name eldoc-documentation-function.
18065         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18067         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18068         (eldoc-documentation-function):
18069         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18071 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18073         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18075 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18077         * term/xterm.el (function-key-map): Fix strings for
18078         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18079         {C,S,A,C-S}-{f1-f12}.
18081 2005-04-26  Kenichi Handa  <handa@m17n.org>
18083         * international/mule-cmds.el (select-safe-coding-system):
18084         Fix previous change.
18086 2005-04-26  Lute Kamstra  <lute@gnu.org>
18088         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18090         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18091         (font-lock-comment-delimiter-face): Ditto.
18093         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18095 2005-04-25  Jay Belanger  <belanger@truman.edu>
18097         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18098         to t while inserting information; use help-mode.
18100 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18102         * term.el (ansi-term-color-vector): Use the xterm colors.
18103         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18105 2005-04-25  Lute Kamstra  <lute@gnu.org>
18107         * font-core.el (font-lock-defaults): Fix docstring.
18109         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18111 2005-04-25  Kenichi Handa  <handa@m17n.org>
18113         * international/mule-cmds.el (select-safe-coding-system):
18114         Don't check consistency with coding: spec, etc if raw-text or
18115         no-conversion was found to be safe.
18117 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18119         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18120         citation markers at start of each line.
18122         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18123         citation markers at start of each line.
18125         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18127         * files.el (mode-require-final-newline): Fix previous change.
18128         (require-final-newline): Fix type label.
18130 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18132         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18133         statement in buffer (broken by 2004-11-24 change).
18135 2005-04-24  Kim F. Storm  <storm@cua.dk>
18137         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18138         and read-file-name-function values.  Don't overwrite existing
18139         non-nil values if ido-mode is enabled without ido-everywhere.
18141 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18143         * files.el (mode-require-final-newline): Minor doc fix.
18145 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18147         * subr.el (syntax-after): Doc fix.
18148         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18149         bits, not 8 bits.
18151         * files.el (mode-require-final-newline): Doc fix.
18152         (backup-buffer-copy): Fix last change.
18154 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18156         * term/mac-win.el: Require select.  Set selection-coding-system to
18157         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18158         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18159         (x-select-enable-clipboard): New variables.
18160         (x-select-text, x-get-selection, x-selection-value)
18161         (x-get-selection-value, mac-select-convert-to-string)
18162         (mac-services-open-file, mac-services-open-selection)
18163         (mac-services-insert-text): New functions.
18164         (CLIPBOARD, FIND): Put mac-scrap-name property.
18165         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18166         (public.tiff): Put mac-ostype property.
18167         (selection-converter-alist): Add entries for them.
18168         (mac-application-menu-map): New keymap.
18169         (interprogram-cut-function, interprogram-paste-function): Set to
18170         x-select-text and x-get-selection-value, respectively.
18171         (split-window-keep-point): Set to t.
18173 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18175         * files.el (read-directory-name): Always pass non-nil
18176         DEFAULT-FILENAME arg to read-file-name.
18177         (backup-buffer-copy, basic-save-buffer-2): Take care against
18178         writing thru an unexpected existing symlink.
18179         (revert-buffer): In indirect buffer, revert the base buffer.
18180         (magic-mode-alist): Doc fix.
18181         (buffer-stale-function): Doc fix.
18182         (minibuffer-with-setup-hook): Avoid warning.
18183         (mode-require-final-newline): Doc and custom fix.
18185         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18187         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18188         use the default appearance.
18189         (font-lock-comment-delimiter-face): New face, new variable.
18191         * imenu.el (imenu--generic-function): The official position of a
18192         definition is the start of the line that BEG is in.
18194         * midnight.el (midnight-timer): Move defvar up.
18196         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18198         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18200         * startup.el (command-line): Use with-no-warnings.
18202         * window.el (window-size-fixed): New defvar.
18204         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18206         * mail/rmail.el (rmail-font-lock-keywords):
18207         Use font-lock-comment-delimiter-face.
18209         * mail/sendmail.el (mail-font-lock-keywords):
18210         Use font-lock-comment-delimiter-face.
18212         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18214 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18216         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18217         Specify t for LAXMATCH when matching directories.
18218         Save match data around compilation-compat-error-properties form.
18220 2005-04-23  David Kastrup  <dak@gnu.org>
18222         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18223         Mention that the autoloaded aliases should be kept for AUCTeX.
18225 2005-04-23  Andreas Schwab  <schwab@suse.de>
18227         * isearch.el (isearch-forward): Doc fix.
18229 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18231         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18232         (jit-lock-stealth-nice): Change default value to 0.5.
18234 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18236         * abbrev.el (write-abbrev-file): Write table entries in
18237         alphabetical order by table name.
18239 2005-04-22  Kim F. Storm  <storm@cua.dk>
18241         * ido.el (ido-read-internal): Fix `list' completion.
18243 2005-04-22  Kenichi Handa  <handa@m17n.org>
18245         * recentf.el (recentf-save-file-coding-system): New variable.
18246         (recentf-save-list): Encode the file by
18247         recentf-save-file-coding-system and add coding: tag.
18249 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18251         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18253 2005-04-21  Lute Kamstra  <lute@gnu.org>
18255         * loadhist.el (unload-feature): Don't remove a function from hooks
18256         if it is about to be restored to an autoload .  Remove functions
18257         that will become unbound from auto-mode-alist.  Simplify the code.
18259         * subr.el (assq-delete-all): New implementation that is linear,
18260         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18261         (rassq-delete-all): New function.
18263         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18264         Add size-indication-mode.
18266 2005-04-21  Kenichi Handa  <handa@m17n.org>
18268         * international/mule-cmds.el: Add autoload for widget-value in
18269         eval-when-compile.
18271 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18273         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18274         Add tooltip-mode.
18276         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18278 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18280         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18281         (inferior-lisp-filter-regexp, inferior-lisp-program)
18282         (inferior-lisp-load-command, inferior-lisp-prompt)
18283         (inferior-lisp-mode-hook, lisp-source-modes)
18284         (inferior-lisp-load-hook): defvar->defcustom.
18285         (inferior-lisp-program, inferior-lisp-prompt)
18286         (inferior-lisp-load-hook): Doc fixes.
18287         (inferior-lisp-install-letter-bindings): Small change in
18288         introductory comment.
18290 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18292         * vc.el (vc-annotate-color-map): Change some colors so that text
18293         using them as foreground is readable on both white and black
18294         backgrounds.
18296 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18298         * international/mule-conf.el (translation-table-for-input):
18299         Remove redundant declaration.
18301 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18303         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18305         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18306         (tooltip-toggle-gud-tips): New function.
18308 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18310         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18311         right angle brackets.
18313 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18315         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18317 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18319         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18320         Remove.  Update callers to use expand-file-name instead.
18322         * subr.el (syntax-class): New function.
18324         * simple.el (blink-matching-open): Use it.
18326         * paren.el (show-paren-function): Use it to recognize parens that are
18327         also used in 2-char comment markers.
18329 2005-04-19  Lute Kamstra  <lute@gnu.org>
18331         * loadhist.el (unload-feature): Update for new format of
18332         load-history.  Simplify the code.
18334 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18336         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18337         (mac-add-charset-info): New function.  Initialize variable
18338         mac-charset-info-alist using it.
18339         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18340         for translation.
18341         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18342         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18343         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18344         New CCL programs.
18346 2005-04-19  Kim F. Storm  <storm@cua.dk>
18348         * simple.el (next-buffer, prev-buffer, next-error)
18349         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18350         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18352         * bindings.el (next-buffer, prev-buffer, next-error)
18353         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18354         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18355         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18356         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18358 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * isearch.el (isearch-edit-string): Make the search-ring available for
18361         minibuffer history commands.
18362         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18363         the default history commands now work just as well.
18364         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18366 2005-04-18  Kim F. Storm  <storm@cua.dk>
18368         * emulation/cua-base.el (cua--pre-command-handler): Add more
18369         elaborate check for shift modifier on non-window systems.
18371 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18373         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18375 2005-04-18  Kim F. Storm  <storm@cua.dk>
18377         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18378         and make it optional.  Don't test tooltip-gud-echo-area here.
18379         (tooltip-gud-process-output, gdb-tooltip-print):
18380         Pass tooltip-gud-echo-area to tooltip-show.
18381         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18383 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18385         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18386         `display-graphic-p' may not be bound yet.
18388 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18390         * startup.el (command-line): No longer enable Xterm Mouse mode by
18391         default in terminals compatible with xterm.
18393         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18395 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18397         * tooltip.el (tooltip-gud-echo-area): Rename from
18398         tooltip-use-echo-area.
18399         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18400         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18401         area independently of where help tooltips are displayed.
18403 2005-04-17  David Kastrup  <dak@gnu.org>
18405         * cus-theme.el (custom-theme-write-variables): Quote variables
18406         where necessary.
18408 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18410         * simple.el (yank-excluded-properties): Add follow-link to value.
18412         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18414         * startup.el (fancy-splash-max-time): Just 30 seconds.
18415         (fancy-splash-delay): Just 7.
18416         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18418         * loadhist.el (unload-feature): Update for new format of load-history.
18419         Simplify the code.
18421         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18422         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18424         * mail/sendmail.el (mail-font-lock-keywords):
18425         Don't fontify subject text.
18426         Don't fontify the text of a citation.
18428 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18430         * comint.el (comint-output-filter): Run comint-output-filter-functions
18431         with point where the user had it.
18433 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18435         * international/ucs-tables.el (ucs-set-table-for-input):
18436         Disable when using unify-on-decoding.
18438 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18440         * emulation/cua-base.el (cua-global-mark-face): Add special case
18441         for displays supporting a high number of colors.
18443 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18445         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18447 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18449         * filesets.el (filesets-add-buffer): If user supplies a name of a
18450         non-existing fileset, create a new fileset.
18452 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18454         * textmodes/org.el (org-up-heading-all): Fix bug with
18455         `outline-up-heading-all'.
18457 2005-04-16  Andreas Schwab  <schwab@suse.de>
18459         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18460         /etc/permissions.d/* and /etc/aliases.d/*.
18462 2005-04-16  Kenichi Handa  <handa@m17n.org>
18464         * international/code-pages.el (cp-make-coding-system):
18465         Set `translation-table-for-input' property value to the symbol
18466         ucs-mule-to-mule-unicode, not to that value.
18467         (pt154): Escape guillemet by `\'.
18469 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18471         * loadup.el: Load tooltip if x-show-tip is fboundp.
18473         * startup.el (command-line): Add comment.
18475         * tooltip.el (tooltip-mode): Specify correct standard value for
18476         Custom in init-value.
18478 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18480         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18481         possible.
18483 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18485         * textmodes/org.el (org-agenda-date-prompt): Rename from
18486         `org-agenda-date-today'.
18487         (org-evaluate-time-range): Insert at point instead of directly
18488         after time range.
18489         (org-first-headline-recenter, org-subtree-end-visible-p)
18490         (org-optimize-window-after-visibility-change): New functions
18491         (org-agenda-post-command-hook): Don't allow point at end of line,
18492         to make sure it always hits the text properties.
18493         (org-agenda-next-date-line, org-agenda-previous-date-line):
18494         New commands.
18495         (org-set-regexps-and-options): Category may contain white space.
18496         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18497         Improve marker positions.
18498         (org-agenda-new-marker): Argument POS made optional.
18499         (org-agenda-get-timestamps): Deadlines which are done are listed
18500         in org-done-face now.
18501         (org-agenda-get-todos, org-agenda-get-timestamps)
18502         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18503         Set `undone-face' and `done-face' properties.
18504         (org-last-todo-state-is-todo): New variable.
18505         (org-todo): Set `org-last-todo-state-is-todo'.
18506         (org-agenda-todo): Change face according to
18507         `org-last-todo-state-is-todo'.  And change other lines referring to
18508         the same entry.
18509         (org-calendar-goto-agenda): New command.
18510         (org-calendar-to-agenda-key): New option.
18511         (org-startup-folded): New allowed value `content'.
18512         (org-set-regexps-and-options): Accept new value `content' for
18513         `org-startup-folded'.
18514         (org-get-current-options): Handle new value `content' for
18515         `org-startup-folded'.
18516         (org-insert-todo-heading): New command.
18517         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18518         interactively in empty file and option
18519         `org-insert-mode-line-in-empty-file' has been set.
18520         (org-agenda-todo, org-agenda-priority): Modify to use
18521         `org-agenda-change-all-lines'.
18522         (org-warning-face): Change color on dark background
18524 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18526         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18527         use preferences AppleLocale and AppleLanguages, and variable
18528         mac-system-locale for default locale.  On Mac OS Classic, use
18529         mac-system-coding-system for default coding systems.
18531         * term/mac-win.el: Don't set file-name-coding-system.
18532         Decode variables system-name, emacs-build-system, user-login-name, and
18533         user-full-name by mac-system-coding-system on Mac OS Classic.
18534         (mac-system-coding-system): New variable.
18536 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18538         * startup.el (command-line): Handle `xterm-mouse-mode' before
18539         reading init file.
18541         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18543 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18545         * progmodes/sh-script.el (sh-here-document-word): Make it a
18546         defcustom.  Doc fix.
18547         (sh-add): Bash uses $(( )) for arithmetic.
18548         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18549         (sh-maybe-here-document): Remove quotes and leading whitespace
18550         from heredoc word when closing.  Indent heredoc with tabs if word
18551         starts with "-".
18553 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18555         * simple.el (undo): Fix previous change.
18557         * custom.el (defface): Doc fix.
18559 2005-04-13  Lute Kamstra  <lute@gnu.org>
18561         * Makefile.in (DONTCOMPILE): Remove list.
18562         (compile, compile-always): Don't use DONTCOMPILE.
18563         (update-authors): Load the library in which batch-update-authors
18564         is defined.
18565         * makefile.w32-in (DONTCOMPILE): Remove list.
18566         (compile, compile-always): Fix comments.
18567         (update-authors): Load the library in which batch-update-authors
18568         is defined.
18570         * generic-x.el (generic-mode-ini-file-find-file-hook):
18571         Rename to ini-generic-mode-find-file-hook.
18572         Keep generic-mode-ini-file-find-file-hook as an alias.
18573         (ini-generic-mode-find-file-hook): Rename from
18574         generic-mode-ini-file-find-file-hook.  Fix docstring.
18575         (ini-generic-mode): Docstring change.
18576         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18578         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18579         called from lisp.
18581         * generic.el: Move to the emacs-lisp subdir.
18583 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18585         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18586         and C-S- function and cursor motion keys.
18588 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18590         * startup.el (command-line): Enable Xterm Mouse mode by default.
18591         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18592         for Custom.  No longer show "Mouse" in mode line when enabled.
18593         Doc fix.
18595 2005-04-12  Kim F. Storm  <storm@cua.dk>
18597         * emulation/cua-base.el (cua-rectangle-face)
18598         (cua-rectangle-noselect-face): Define face attributes here.
18600         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18602 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18604         * startup.el (command-line): Turn off blinking cursor if
18605         cursorBlink in resources is off or false.
18607 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18609         * term/mac-win.el (dnd): Require dnd.
18610         (mac-drag-n-drop): Call dnd-handle-one-url.
18611         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18612         (kTextEncodingISOLatin2): Remove constants.
18613         (mac-script-code-coding-systems): New constant.
18614         (mac-handle-language-change): New function.
18615         (special-event-map): Bind it to `language-change' event.
18616         (mac-centraleurroman, mac-cyrillic): New coding systems.
18617         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18618         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18619         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18620         encode-mac-cyrillic, respectively.
18622 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18624         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18625         Don't set overlay-arrow-string to "=>" as this is done
18626         globally in C now.
18628 2005-04-12  Lute Kamstra  <lute@gnu.org>
18630         * generic-x.el (rc-generic-mode, rul-generic-mode):
18631         Fix auto-mode-alist entries.
18632         (etc-fstab-generic-mode): Tweak fontification.
18634         * generic.el (generic-make-keywords-list): Fix docstring.
18635         (generic-mode-internal): Simplify generic-font-lock-keywords.
18637 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18639         * whitespace.el (whitespace-buffer-leading)
18640         (whitespace-buffer-trailing): Revert the incorrect test inversion.
18641         However, fix the highlight area for the leading and
18642         trailing whitespaces to show space.
18644 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18646         * whitespace.el (whitespace-version): Bump to 3.5
18648         (whitespace-buffer-leading, whitespace-buffer-trailing):
18649         Invert sense of the test to highlight the whitespace.
18651 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18653         * progmodes/gud.el (gud-display-line): GUD uses its own
18654         overlay arrow now so don't set overlay-arrow-string.
18655         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18657 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
18659         * term.el (term-ansi-current-bold, term-ansi-current-underline)
18660         (term-ansi-current-reverse, term-ansi-current-invisible)
18661         (term-ansi-face-already-done): Change to boolean.
18662         (term-reset-terminal, term-handle-colors-array): Handle the above
18663         vars accordingly.
18664         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18665         (term-emulate-terminal): Use the new name.
18667         * faces.el (secondary-selection): Use yellow1, not yellow.
18668         (trailing-whitespace): Use red1, not red.
18670 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18672         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18673         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18674         (dired-dnd-handle-file): Call dnd-get-local-file-uri
18676         * cus-edit.el (dnd): New group.
18678         * term/w32-win.el (dnd): Require dnd
18679         (w32-drag-n-drop): Call dnd-handle-one-url.
18681         * x-dnd.el: Require dnd.
18682         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18683         Call dnd-handle-one-url.
18684         (x-dnd-types-alist, x-dnd-insert-utf8-text)
18685         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18686         to dnd-insert-text.
18687         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18688         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18689         (x-dnd-get-local-file-name, x-dnd-open-local-file)
18690         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18692         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18694 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18696         * wdired.el: Doc fixes.
18697         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18698         (wdired-use-dired-vertical-movement): Rename from
18699         wdired-always-move-to-filename-beginning.
18700         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18701         (wdired-change-to-wdired-mode): Change mode name.
18702         (wdired-newline): Delete.
18704 2005-04-11  Richard M. Stallman  <rms@gnu.org>
18706         * whitespace.el (whitespace-highlight-the-space):
18707         Don't call whitespace-unhighlight-the-space here.
18709         * simple.el (undo): Record t in undo-equiv-table
18710         for the redo record made by an undo-in-region.
18712 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18714         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18715         (gdb-frame-inferior-io-buffer): New Functions to control
18716         display of separate IO buffer.
18717         (menu): Add them to menu-bar.
18718         (gdb-display-buffer): Check for buffer another frame.
18719         Protect GUD buffer.
18720         (gdb-setup-windows): Create IO buffer if not already there.
18721         (gdb-memory-mode): Remove purecopy noops.
18723 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18725         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18726         and pass to self-insert-command.
18728 2005-04-11  Lute Kamstra  <lute@gnu.org>
18730         * generic.el: Commentary section cleanup.
18731         (generic): Delete.
18732         (generic-use-find-file-hook, generic-lines-to-scan)
18733         (generic-find-file-regexp, generic-ignore-files-regexp)
18734         (default-generic-mode, generic-mode-find-file-hook)
18735         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18736         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
18737         (generic-use-find-file-hook, generic-lines-to-scan)
18738         (generic-find-file-regexp, generic-ignore-files-regexp)
18739         (default-generic-mode, generic-mode-find-file-hook)
18740         (generic-mode-ini-file-find-file-hook): Move from generic.el.
18742 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
18744         * bookmark.el (bookmark-write-file): Catch errors writing file.
18745         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18747 2005-04-10  Richard M. Stallman  <rms@gnu.org>
18749         * startup.el (fancy-splash-tail): Update copyright year.
18750         (command-line): Split part of -Q into -D.
18751         (emacs-basic-display): New defvar.
18752         (fancy-splash-text): Correct name of menu item.
18754         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18756         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18757         lines in one node.
18759         * comint.el (comint-send-input): New arg ARTIFICIAL.
18760         Callers in this file changed.
18762         * abbrev.el (define-abbrevs): Read system abbrevs properly.
18764         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18766 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
18768         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
18769         `ldap-search-internal'.
18771 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18773         * files.el (set-auto-mode-1): Use line-end-position.
18775         * international/latin-1.el:
18776         * international/latin-2.el:
18777         * international/latin-3.el:
18778         * international/latin-4.el:
18779         * international/latin-5.el:
18780         * international/latin-8.el:
18781         * international/latin-9.el: Give punctuation syntax to NBSP.
18783         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18784         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18785         Use char-classes to accept non-ascii letters, accepted in some recent
18786         bibtex implementations.
18788 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
18790         * custom.el (custom-set-minor-mode): Any non-nil value for the
18791         variable should enable the mode when set through Custom.
18793 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18795         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18796         TAB binding so tab-always-indent is obeyed.
18797         (vhdl-minibuffer-local-map): Move initialization into declaration.
18798         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18799         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18800         (vhdl-hooked-abbrev): Avoid test for XEmacs.
18801         (vhdl-current-line): Use line-beginning-position.
18802         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18803         with-output-to-temp-buffer, so the current position can be recorded.
18805 2005-04-10  Masatake YAMATO  <jet@gyve.org>
18807         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18808         Add regexp for gcov.
18810 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18812         * calendar/time-date.el (time-to-seconds, seconds-to-time)
18813         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18814         syntax which Emacs 20 doesn't support.
18816 2005-04-09  Richard M. Stallman  <rms@gnu.org>
18818         * help.el (describe-key-briefly, describe-key):
18819         Replace strings as event types with "(any string)".
18821 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18823         * arc-mode.el (archive-mode-map): Move initialization into
18824         the declaration.  Override *all* bindings of `undo'.
18825         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18827 2005-04-09  Jay Belanger  <belanger@truman.edu>
18829         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18831 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
18833         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18834         (xterm-register-default-colors): Update color values computation
18835         to match xterm-200.
18837 2005-04-09  Kenichi Handa  <handa@m17n.org>
18839         * international/code-pages.el (iso-latin-7): Fix the map.
18841 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
18843         * emacs-lisp/lisp.el (defun-prompt-regexp)
18844         (parens-require-spaces, buffer-end, end-of-defun)
18845         (insert-parentheses): Doc fixes.
18847 2005-04-08  Kim F. Storm  <storm@cua.dk>
18849         * comint.el (comint-highlight-prompt): Fix face spec.
18850         * hi-lock.el (hi-green): Likewise.
18852 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18854         * cus-edit.el (custom-modified-face):
18855         * comint.el (comint-highlight-input): Fix previous changes.
18856         * term.el (term-handle-ansi-escape): Add a comment.
18858 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18860         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18861         in the buffer and in whitespace-highlighted-space.
18862         (whitespace-unhighlight-the-space): Simplify.
18863         (whitespace-buffer): Simplify.
18865 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18867         * textmodes/table.el (table-cell-face): Add special case for
18868         displays supporting a high number of colors.
18869         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18870         (vhdl-font-lock-reserved-words-face)
18871         (vhdl-speedbar-architecture-face)
18872         (vhdl-speedbar-instantiation-face)
18873         (vhdl-speedbar-architecture-selected-face)
18874         (vhdl-speedbar-instantiation-selected-face): Likewise.
18875         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18876         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18877         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18878         (ebrowse-root-class-face, ebrowse-member-attribute-face)
18879         (ebrowse-progress-face): Likewise.
18880         * progmodes/compile.el (compilation-info-face): Likewise.
18881         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18882         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18883         * calendar/calendar.el (diary-face): Likewise.
18884         * woman.el (woman-italic-face, woman-bold-face)
18885         (woman-unknown-face): Likewise.
18886         * wid-edit.el (widget-button-pressed-face): Likewise.
18887         * whitespace.el (whitespace-highlight-face): Likewise.
18888         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18889         * pcvs-info.el (cvs-marked-face): Likewise.
18890         * info.el (info-xref): Likewise.
18891         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18892         * hilit-chg.el (highlight-changes-face)
18893         (highlight-changes-delete-face): Likewise.
18894         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18895         (hi-red-b): Likewise.
18896         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18897         * font-lock.el (font-lock-keyword-face)
18898         (font-lock-function-name-face, font-lock-warning-face): Likewise.
18899         * cus-edit.el (custom-invalid-face, custom-modified-face)
18900         (custom-set-face, custom-changed-face, custom-variable-tag-face)
18901         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18902         * comint.el (comint-highlight-prompt): Likewise.
18904 2005-04-08  Lute Kamstra  <lute@gnu.org>
18906         * font-lock.el (font-lock-keywords): Docstring fixes.
18908 2005-04-08  Kenichi Handa  <handa@m17n.org>
18910         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18911         chars are more than a limit, print " and more..." at the tail.
18913 2005-04-08  Kim F. Storm  <storm@cua.dk>
18915         * emacs-lisp/authors.el (authors-aliases): Update list.
18916         (authors-ignored-files): New list.
18917         (authors-fixed-entries): Fix typo.
18918         (authors-renamed-files-alist): Update list.
18919         (authors-add): Check authors-ignored-files.
18921 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
18923         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18924         optional, to ensure backward compatibility.
18926 2005-04-08  Stephen Eglen  <stephen@gnu.org>
18928         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18930 2005-04-08  Kim F. Storm  <storm@cua.dk>
18932         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18934         * mouse.el (mouse-on-link-p): Doc fix.
18936 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
18938         * ielm.el (ielm-prompt-read-only): Doc fix.
18940         * comint.el (comint-prompt-read-only): Doc fix.
18942 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
18944         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18945         ensure dired always handles wildcards passed to ffap.
18946         (find-file-at-point): Use it.
18947         (ffap-dired-wildcards): Doc fix.
18949 2005-04-07  Juri Linkov  <juri@jurta.org>
18951         * simple.el (next-error-overlay-arrow-position): New defvar.
18952         Put "=>" on its property `overlay-arrow-string'.  Add it to
18953         `overlay-arrow-variable-list'.
18955         * progmodes/compile.el (compilation-setup):
18956         Set `next-error-overlay-arrow-position' to nil.  Also set it to
18957         nil in the local hook `kill-buffer-hook'.  Make local variable
18958         `overlay-arrow-string' and set it to "=>".
18959         (compilation-goto-locus): Set BOL position to
18960         `next-error-overlay-arrow-position' instead of
18961         `overlay-arrow-position'.
18963         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18964         locally instead of adding it to the global hook.
18965         (Info-kill-buffer): Move up.
18967 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
18969         * term/xterm.el (xterm-standard-colors): Update color values from
18970         xterm-200.
18972 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18974         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18976         * fast-lock.el:
18977         * lazy-lock.el: Move them to the obsolete subdir.
18979 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18981         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18982         (wdired-add-replace-advice): Remove.
18983         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18985 2005-04-06  Kim F. Storm  <storm@cua.dk>
18987         * startup.el (command-line): Add --bare-bones alias for -Q.
18989 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18991         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18992         create the startup fontset if a font specification ends with
18993         `mac-roman'.
18995 2005-04-06  Lute Kamstra  <lute@gnu.org>
18997         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18998         change.
19000         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19001         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19003 2005-04-05  Lute Kamstra  <lute@gnu.org>
19005         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19006         (define-generic-mode): Ditto.  Fix debug declaration.
19008         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19009         Put them in the generic-x group.
19011         * calendar/timeclock.el (timeclock): Doc fix.
19013         * generic.el (define-generic-mode): Don't use custom-current-group.
19014         Document default :group value.
19015         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19016         (define-global-minor-mode): Don't use custom-current-group.
19018 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19020         * startup.el (command-line-1): Display startup-echo-area-message
19021         when fancy splash screen is in use.
19023         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19024         (sh-escaped-newline): New face.
19025         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19026         newline, and use sh-escaped-newline face.
19028         * progmodes/tcl.el (tcl-escaped-newline): New face.
19029         (tcl-builtin-list): New variable.
19030         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19031         newlines.  Fix keywords subexpression number.
19033 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19035         * textmodes/org.el (org-diary-default-entry): Fix call to
19036         `add-to-diary-entry'.
19038 2005-04-05  Kim F. Storm  <storm@cua.dk>
19040         * ediff-init.el: Use (featurep 'xemacs).
19042 2005-04-05  David Ponce  <david@dponce.com>
19044         * cus-edit.el (face): Derive from symbol widget.  Display sample
19045         of the current face on the fly.
19046         (widget-face-sample-face-get, widget-face-notify): New functions.
19047         (widget-face-value-create): Remove.
19049         * wid-edit.el (widget-field-end): Temporarily remove field
19050         narrowing before to call `get-char-property'.
19052 2005-04-04  Jay Belanger  <belanger@truman.edu>
19054         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19055         (math-read-subscripts): New variable.
19056         (math-read-preprocess-string): Process subscripts.
19058 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19060         * comint.el (comint-prompt-read-only): Doc fix.
19062         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19063         `-1'.  Doc fix.
19065 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19067         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19068         Change default value to nil.
19070 2005-04-04  Lute Kamstra  <lute@gnu.org>
19072         * autorevert.el (auto-revert-mode): Specify :group.
19073         * battery.el (display-battery-mode): Specify :group.
19074         * diff-mode.el (diff-minor-mode): Specify :group.
19075         * font-core.el (font-lock-mode): Specify :group.
19076         * hl-line.el (hl-line-mode): Specify :group.
19077         * iimage.el (iimage): New customization group.
19078         (iimage-mode): Specify :group.
19079         * longlines.el (longlines-mode): Specify :group.
19080         * master.el: Don't require easy-mmode.
19081         (master): New customization group.
19082         (master-mode): Specify :group.
19083         * msb.el (msb-mode): Specify :group.
19084         * reveal.el (reveal-mode): Specify :group.
19085         * simple.el (next-error-follow-minor-mode): Specify :group.
19086         * smerge-mode.el (smerge-mode): Specify :group.
19087         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19088         * emulation/cua-base.el (cua-mode): Specify :group.
19089         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19090         * language/thai-util.el (thai-auto-composition-mode)
19091         (thai-word-mode): Specify :group.
19092         * mail/supercite.el (sc-minor-mode): Specify :group.
19093         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19094         * progmodes/flymake.el (flymake-mode): Specify :group.
19095         * progmodes/glasses.el (glasses-mode): Specify :group.
19096         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19097         * textmodes/enriched.el (enriched-mode): Specify :group.
19098         * textmodes/refill.el (refill-mode): Specify :group.
19100         * add-log.el (change-log-font-lock-keywords): Names in
19101         parenthesized lists can contain spaces.
19103 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19105         * startup.el (fancy-splash-text): Shorten default text of
19106         "Emacs Tutorial" line.  Also, if the current language env
19107         indicates an available tutorial file other than TUTORIAL,
19108         extract its title and append it to the line in parentheses.
19109         (fancy-splash-insert): If arg is a thunk, funcall it.
19111 2005-04-04  Jay Belanger  <belanger@truman.edu>
19113         * calc.el (calc-language-alist): Add tags to customization type.
19115 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19117         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19118         Doc fix.
19120 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19122         * add-log.el (change-log-font-lock-keywords): The manual
19123         describing a Change Log entry, says: (...) "Aside from these
19124         header lines, every line in the change log starts with a space or
19125         a tab.".  The font-lock was not highlighting lines started with
19126         spaces, added support for it.
19128 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19130         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19131         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19132         complex example in the docstring.
19133         (bibtex-font-lock-url): Use pop.
19135 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19137         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19139         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19141 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19143         * filesets.el (filesets-set-default): Doc fix.
19145 2005-04-03  Lute Kamstra  <lute@gnu.org>
19147         * generic.el (define-generic-mode): Add argument to specify
19148         keywords for defcustom.
19149         (default-generic-mode): Specify :group.
19151         * generic-x.el: Specify :group for all generic modes.
19153         * desktop.el (desktop-no-desktop-file-hook)
19154         (desktop-after-read-hook): Doc fix.
19156 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19158         * simple.el (visible-mode): Use explicit :group keyword.
19159         This changes the group of `visible-mode-hook' from paren-blinking
19160         to editing-basics.
19162 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19164         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19165         mailbox specifications as well as URLs.
19166         (rmail-insert-inbox-text): Remove unused conditional branches.
19168 2005-04-01  Jay Belanger  <belanger@truman.edu>
19170         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19171         (calc-gnuplot-print-command): Move definitions to calc.el.
19173         * calc/calc-embed.el (calc-embedded-announce-formula)
19174         (calc-embedded-open-formula, calc-embedded-close-formula)
19175         (calc-embedded-open-word, calc-embedded-close-word)
19176         (calc-embedded-open-plain, calc-embedded-close-plain)
19177         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19178         (calc-embedded-open-mode, calc-embedded-close-mode):
19179         Move definitions to calc.el.
19181         * calc/calc.el (calc-settings-file, calc-language-alist):
19182         Make customizable.
19183         (calc-embedded-announce-formula, calc-embedded-open-formula)
19184         (calc-embedded-close-formula, calc-embedded-open-word)
19185         (calc-embedded-close-word, calc-embedded-open-plain)
19186         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19187         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19188         (calc-embedded-close-mode, calc-gnuplot-name)
19189         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19190         from other files and make customizable.
19192 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19194         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19195         Use buffer-live-p.
19196         (cvs-mode-run): Don't call cvs-update-header here.
19197         (cvs-run-process): Call cvs-update-header.
19198         Use process properties for cvs-postprocess and cvs-buffer so that
19199         the sentinel can behave better if the temp buffer is killed.
19200         Use a pipe rather than a tty, to better handle unexpected prompts.
19201         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19203 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19205         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19206         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19208 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19210         * generic.el (define-generic-mode): Add indentation rule.
19212 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19214         * files.el (mode-require-final-newline): Make Custom correctly
19215         report a nil value and allow to set it to nil via Custom.
19216         Doc fix.
19218 2005-04-01  Kenichi Handa  <handa@m17n.org>
19220         * international/characters.el: Enable the correct case setting for
19221         dotless-i and dotted-I.
19223 2005-04-01  Kim F. Storm  <storm@cua.dk>
19225         * ido.el (ido-file-internal): Fall back to non-ido command if
19226         initial directory is on slow ftp (or tramp) host.
19228 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19230         * emacs-lisp/autoload.el (make-autoload):
19231         Handle define-global-minor-mode.
19233         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19234         Rename from easy-mmode-define-global-mode.
19235         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19237         * progmodes/scheme.el (scheme-mode-syntax-table):
19238         Update syntax of | and # for two-character comment syntax.
19240 2005-03-31  Lute Kamstra  <lute@gnu.org>
19242         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19243         (define-minor-mode): Call custom-current-group at load-time.
19245         * generic.el (define-generic-mode): Add debug declaration.
19246         Add defcustom for the mode hook.
19247         (generic-mode-internal): Use run-mode-hooks.
19249 2005-03-31  Kim F. Storm  <storm@cua.dk>
19251         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19252         (mouse-fixup-help-message): New defun called by show_help_echo
19253         to fixup mouse-2 prefix in help messages when applicable.
19255         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19257 2005-03-31  Kenichi Handa  <handa@m17n.org>
19259         * language/thai-word.el (thai-find-word-ends): Pay attention to
19260         the case that we reach the end of buffer.
19262         * textmodes/fill.el (fill-text-properties-at): New function.
19263         (fill-newline): Use fill-text-properties-at instead of
19264         text-properties-at.
19266 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19268         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19269         not comint-quote-filename.
19271 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19273         * help-fns.el (help-with-tutorial): Revert last change.
19275 2005-03-31  Kim F. Storm  <storm@cua.dk>
19277         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19279 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19281         * calendar/cal-china.el: Update reference to "Calendrical
19282         Calculations" book; there's a new edition.
19283         * calendar/cal-coptic.el: Likewise.
19284         * calendar/cal-french.el: Likewise.
19285         * calendar/cal-hebrew.el: Likewise.
19286         * calendar/cal-islam.el: Likewise.
19287         * calendar/cal-iso.el: Likewise.
19288         * calendar/cal-julian.el: Likewise.
19289         * calendar/cal-mayan.el: Likewise.
19290         * calendar/cal-persia.el: Likewise.
19291         * calendar/calendar.el: Likewise.
19292         * calendar/holidays.el: Likewise.
19293         * calendar/lunar.el: Likewise.
19294         * calendar/solar.el: Likewise.
19296         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19297         white space from doc string.
19299 2005-03-30  Jay Belanger  <belanger@truman.edu>
19301         * calc/calc-help.el (calc-full-help): Remove email address.
19303 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19305         * help-fns.el (help-with-tutorial): Delete title line.
19307 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19309         * calendar/cal-x.el (calendar-one-frame-setup)
19310         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19311         rather than `symbol' for set-window-dedicated-p.
19313         * calendar/appt.el (appt-buffer-name): Make it a constant.
19314         (appt-add): Doc fix.
19316         * filesets.el (filesets-menu-path, filesets-menu-before)
19317         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19318         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19319         (filesets-add-submenu): Delete and use add-submenu instead.
19321 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19323         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19324         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19325         (org-diary-default-entry): New function.
19326         (org-get-entries-from-diary): Better parsing of diary entries.
19327         (org-agenda-check-no-diary): New function.
19328         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19329         linking to diary entries.
19330         (org-agenda-execute-calendar-command): New function.
19331         (org-agenda): Improve visible section in window.
19332         Use `org-fit-agenda-window'.
19333         (org-fit-agenda-window): New option.
19334         (org-move-subtree-down): Better handling of empty lines
19335         at end of subtree.
19336         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19337         levels up.
19338         (org-fontify-done-headline): New option.
19339         (org-headline-done-face): New face.
19340         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19341         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19342         When current field is non-empty, it is copied to next row.
19343         (org-table-copy-from-above): Fix bug which made it
19344         impossible to copy fields containing only a single non-white character.
19346 2005-03-30  Kim F. Storm  <storm@cua.dk>
19348         * kmacro.el (kmacro-end-macro): Isearch may store this command
19349         into the macro -- so ignore it when executing keyboard macro.
19351 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19353         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19355 2005-03-29  Kenichi Handa  <handa@m17n.org>
19357         * language/thai.el ("Thai"): Set setup-function and exit-function
19358         for Thai language environment.
19360         * language/thai-util.el: Require thai-word.
19361         (thai-word-mode-map): New variable.
19362         (thai-word-mode): New minor mode.
19363         (setup-thai-language-environment-internal): New function.
19364         (exit-thai-language-environment-internal): New function.
19366         * language/thai-word.el (thai-word-table): Declare it by defvar,
19367         use dolist to initialize it.
19368         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19369         (thai-fill-find-break-point): New functions.
19371 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19373         * simple.el (idle-update-delay): Move definition up.
19374         (set-mark): Doc fix.
19376 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19378         * longlines.el: New file.
19380         * simple.el (buffer-substring-filters): New variable.
19381         (filter-buffer-substring): New function.
19382         (kill-region, copy-region-as-kill): Use it.
19384         * register.el (copy-to-register, append-to-register)
19385         (prepend-to-register): Use filter-buffer-substring.
19387 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19389         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19390         (gud-filter-pending-text): Move in front of gdb.
19391         (gud-overlay-arrow-position): New variable.
19392         (gud-sentinel, gud-display-line): Use it in place of
19393         overlay-arrow-position.
19395 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19397         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19398         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19399         (fortran-font-lock-keywords-4): New variable.
19400         (fortran-blocks-re, fortran-end-block-re)
19401         (fortran-start-block-re): New constants, for hideshow.
19402         (hs-special-modes-alist): Add a Fortran entry.
19403         (fortran-mode-map): Bind fortran-end-of-block,
19404         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19405         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19406         (fortran-looking-at-if-then, fortran-end-of-block)
19407         (fortran-beginning-of-block): New functions, for hideshow.
19409         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19410         Doc fix.  Tweak regexp.
19411         (f90-beginning-of-block): Push mark first.
19413 2005-03-29  Jay Belanger  <belanger@truman.edu>
19415         * calc/calc.el: Update copyright date.
19416         (calc-version): Increase to 2.1.
19417         (calc-version-date): Remove.
19419         * calc/calc-help.el: Update copyright date.
19420         (calc-full-help): Remove reference to calc-version-date.
19421         Update copyright date.
19423 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19425         * vc.el (vc-do-command): Use a pipe for async processes, so password
19426         prompts don't show up at places where the user can't reply.
19428 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19430         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19431         on the file name we pass to the inferior shell.
19433 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19435         * progmodes/which-func.el (which-function): Be robust in the face of an
19436         imenu--make-index-alist failure.
19438 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19440         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19442         * progmodes/python.el (python-preoutput-filter): Fix last change.
19444 2005-03-29  Lute Kamstra  <lute@gnu.org>
19446         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19447         functions and compiled macros.
19448         (debug-convert-byte-code): Handle macros too.
19449         (debug-on-entry-1): Don't signal an error when trying to clear a
19450         function that is not set to debug on entry.
19452 2005-03-29  Jay Belanger  <belanger@truman.edu>
19454         * calc/calc-lang.el: Add functions to math-function-table
19455         properties of tex and math.
19457 2005-03-29  Kenichi Handa  <handa@m17n.org>
19459         * ps-mule.el (ps-mule-plot-string): Translate characters by
19460         ps-print-translation-table.
19461         (ps-mule-begin-job): Call find-charset-region/string with
19462         ps-print-translation-table.
19463         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19465         * ps-print.el (ps-print-translation-table): New variable.
19466         (ps-plot-region): Translate characters by ps-print-translation-table.
19468 2005-03-29  Juri Linkov  <juri@jurta.org>
19470         * simple.el (next-error-highlight-timer): New variable.
19472         * progmodes/compile.el (compilation-goto-locus):
19473         Use `next-error-highlight-timer' instead of `sit-for'.
19475 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19477         * mail/supercite.el (sc-mail-field): Use assoc-string.
19478         (sc-get-address): Simplify regexps.
19480         * files.el (minibuffer-with-setup-hook): New macro.
19481         (find-file-read-args): Use it to avoid let-binding
19482         minibuffer-with-setup-hook (which breaks turning on/off
19483         file-name-shadow-mode while in the prompt).
19485         * complete.el (PC-read-include-file-name-internal):
19486         Use test-completion.
19488 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19490         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19492 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19494         * window.el (window-buffer-height): Use count-screen-lines.
19496         * progmodes/python.el (python-preoutput-leftover): New var.
19497         (python-preoutput-filter): Use it.
19498         (python-send-receive): Loop until all the result has been received.
19500 2005-03-28  Juri Linkov  <juri@jurta.org>
19502         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19504         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19505         "Recover Crashed Session".
19506         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19507         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19508         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19509         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19510         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19511         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19512         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19513         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19515         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19516         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19517         Ediff Sessions", "Toggle use of separate control buffer frame",
19518         "Use separate frame for Ediff control buffer".
19520         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19521         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19522         "Rename Bookmark", "Delete Bookmark".
19524         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19525         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19526         Add `:active Info-index-alternatives' to "Next Matching Item".
19528         * wdired.el (wdired-change-to-wdired-mode):
19529         Mention `wdired-abort-changes' key in the initial message.
19531         * international/mule.el (auto-coding-alist): Associate non-ascii
19532         image filename extensions with `no-conversion'.
19534 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19536         * international/iso-acc.el:
19537         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19539 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19541         * textmodes/sgml-mode.el (html-mode): Doc update.
19543         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19545 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19547         * term.el (term-move-columns): Fix face after extending a line.
19548         (term-insert-spaces): Likewise.
19549         (term-reset-terminal): Fix off by one error.
19551 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19553         * international/mule.el (auto-coding-alist): Add .xpi files.
19555         * files.el (auto-mode-alist): Add .xpi files.
19557 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19559         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19561 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19563         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19565 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19567         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19568         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19570         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19571         cursor to Jan 1 when needed.
19572         (calendar-end-of-year): Fix -/+ typo.
19573         Reported by Chong Yidong <cyd@stupidchicken.com>.
19575 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19577         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19579         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19580         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19582 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19584         * filesets.el (filesets-init): Add autoload.
19586         * mail/mailalias.el (mail-directory): Doc fix.
19588 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19590         * mail/mailalias.el (mail-directory-process): Do nothing if
19591         mail-directory-process is an atom.
19592         (mail-get-names): Ignore mail-directory-names if it is an atom.
19593         (mail-directory-process defvar): Doc fix.
19594         (mail-names): Doc fix.
19596 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19598         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19600 2005-03-26  Kenichi Handa  <handa@m17n.org>
19602         * international/mule-util.el (detect-coding-with-priority):
19603         Call update-coding-systems-internal before detect-coding-region.
19605 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19607         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19608         (gdb-frames-mode-map): Add follow-link property.
19610 2005-03-25  Jay Belanger  <belanger@truman.edu>
19612         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19613         for variables.
19615 2005-03-25  Juri Linkov  <juri@jurta.org>
19617         * image-mode.el: Optimize image filename extension regexps in
19618         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19619         in `auto-mode-alist'.
19620         (image-mode): Add `image-toggle-display-text' to local hook
19621         `change-major-mode-hook'.  Display the image as an image by
19622         default.  Set `cursor-type' and `truncate-lines' if the image
19623         is already displayed.  Take into account the current mode (image
19624         or text) in message.
19625         (image-minor-mode): New minor mode.
19626         (image-mode-maybe, image-toggle-display-text): New functions.
19627         (image-toggle-display): Use called-interactively-p.
19628         Let-bind `inhibit-read-only' to t.
19630         * image-mode.el (image-minor-mode): Set `cursor-type' and
19631         `truncate-lines' if the image is already displayed.  Add turning
19632         image-minor-mode off to `change-major-mode-hook'.  Add message.
19633         Call `image-toggle-display-text' after turning image-minor-mode off.
19635 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19637         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19638         Terminal.app, use utf-8.
19639         (set-display-table-and-terminal-coding-system): Add coding-system arg.
19640         (set-locale-environment): Use it.
19642         * term/xterm.el: Undo last change, better done in mule-cmds.el.
19644         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19646         * progmodes/python.el (python-close-block-statement-p)
19647         (python-outdent-p, python-current-defun): Use symbol-end.
19649 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19651         * files.el (save-some-buffers): Doc fix.
19653 2005-03-25  Werner Lemberg  <wl@gnu.org>
19655         * complete.el, thumbs.el: Replace `legal' with `valid'.
19656         * calendar/calendar.el: Replace `legal' with `valid'.
19657         * emacs-lisp/advice.el: Replace `legal' with `valid'.
19658         * mail/supercite.el: Replace `legal' with `valid'.
19659         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19660         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19661         Replace `legal' with `valid'.
19662         * textmodes/reftex-vars.el, textmodes/reftex.el:
19663         Replace `legal' with `valid'.
19665 2005-03-25  Werner Lemberg  <wl@gnu.org>
19667         * calc/calc-forms.el, calc/calc-sel.el
19668         * midnight.el, vc-cvs.el
19669         * emacs-lisp/cl-macs.el
19670         * emulation/vip.el
19671         * eshell/esh-io.el, eshell/esh-var.el
19672         * mail/supercite.el
19673         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19674         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19675         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19676         * progmodes/sh-script.el, progmodes/xscheme.el
19677         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19678         * textmodes/reftex-index.el, textmodes/reftex-parse.el
19679         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19680         * textmodes/reftex.el, textmodes/org.el:
19681         Replace `illegal' with `invalid'.
19683 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19685         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19686         (flymake-find-buildfile, flymake-find-possible-master-files)
19687         (flymake-check-include, flymake-parse-line): Replace loops over the
19688         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19690         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19691         Substitute file-name-as-directory in the rest of the file.
19692         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19693         (flymake-replace-region): Remove unused arg `buffer'.
19694         (flymake-check-patch-master-file-buffer): Update calls to it.
19695         (flymake-add-err-info): Remove unused var `count'.
19696         (flymake-mode): Use define-minor-mode.
19698         * progmodes/flymake.el: Use with-current-buffer.
19699         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19700         flymake-replace-regexp-in-string, flymake-line-beginning-position)
19701         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19702         Avoid testing for `xemacs'.
19703         (flymake-nop): Move.
19704         (flymake-region-has-flymake-overlays): Return the computed value.
19705         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19706         Remove unused var `endline'.
19707         (flymake-get-line-count): Remove unused function.
19708         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19710         * emulation/vi.el:
19711         * generic.el:
19712         * hilit-chg.el (global-highlight-changes):
19713         * hi-lock.el (hi-lock-mode):
19714         * follow.el: find-file-hooks -> find-file-hook.
19716         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19718 2005-03-24  Juri Linkov  <juri@jurta.org>
19720         * dired.el (dired-mode-map): Add menu item "Compare directories"
19721         for dired-compare-directories.
19723         * dired-aux.el (dired-compare-directories): Add autoload cookie.
19724         Doc fix.  Replace `read-file-name' with `read-directory-name'.
19726 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19728         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19730 2005-03-24  Jay Belanger  <belanger@truman.edu>
19732         * calc/calc-embed.el (calc-embedded-mode-change): Save all
19733         relevant mode settings in calc-embedded-original-modes when modes
19734         are permanently changed.
19736 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19738         * autoinsert.el: find-file-hooks -> find-file-hook.
19740 2005-03-24  Lute Kamstra  <lute@gnu.org>
19742         * generic.el (generic-font-lock-defaults): Make it obsolete.
19743         (generic-font-lock-keywords): New variable to replace
19744         generic-font-lock-defaults.
19745         (generic-mode-set-font-lock): Delete it.
19746         (generic-mode-internal): Don't call generic-mode-set-font-lock.
19747         (generic-bracket-support): Add docstring.
19749         * generic-x.el: Rename generic-font-lock-defaults to
19750         generic-font-lock-keywords throughout.
19751         (mailagent-rules-setup-function): Delete it.
19752         (mailagent-rules-generic-mode): Use anonymous function instead.
19753         (show-tabs-generic-mode-font-lock-defaults-1)
19754         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19755         Quote faces.
19756         (show-tabs-tab-face, show-tabs-space-face): Specify background,
19757         not foreground.
19759         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19760         Recognize define-generic-mode.
19762 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19764         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19765         if there's no completion table.
19767 2005-03-23  Miles Bader  <miles@gnu.org>
19769         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19770         Remove tty-specific variants, as they're no longer needed.
19772 2005-03-23  Lute Kamstra  <lute@gnu.org>
19774         * generic-x.el: Code cleanup: make args constant whenever possible.
19775         (installshield-statement-keyword-list)
19776         (installshield-system-functions-list)
19777         (installshield-system-variables-list, installshield-types-list)
19778         (installshield-funarg-constants-list): Make them constants.
19780         * generic.el (generic-make-keywords-list): Add autoload cookie.
19782         * calendar/time-date.el: Add comment on time value formats.
19783         Don't require parse-time.
19784         (with-decoded-time-value): New macro.
19785         (encode-time-value): New function.
19786         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19787         (days-to-time): Return a valid time value when arg is huge.
19788         (time-since): Use time-subtract.
19789         (time-to-number-of-days): Use time-to-seconds.
19791 2005-03-23  David Ponce  <david@dponce.com>
19793         * recentf.el (recentf-keep): New option.
19794         (recentf-menu-action): Default to `find-file'.
19795         (recentf-keep-non-readable-files-flag)
19796         (recentf-keep-non-readable-files-p)
19797         (recentf-file-readable-p, recentf-find-file)
19798         (recentf-cleanup-remote): Remove.
19799         (recentf-include-p): More robust.
19800         (recentf-keep-p): New function.
19801         (recentf-remove-if-non-kept): Rename from
19802         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
19803         All callers updated.
19804         (recentf-menu-items-for-commands): Fix help string.
19805         (recentf-track-closed-file): Update.  Doc fix.
19806         (recentf-cleanup): Update.  Count removed files.  Doc fix.
19808 2005-03-23  Kim F. Storm  <storm@cua.dk>
19810         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19811         Don't inherit from fringe face (now happens automatically).
19813 2005-03-22  Kim F. Storm  <storm@cua.dk>
19815         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19816         position values.
19818 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19820         * menu-bar.el (showhide-date-time): Remove.
19821         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19822         (menu-bar-make-mm-toggle): Simplify.
19824 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19826         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19827         Accept qualified variable and function names.
19829 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
19831         * bindings.el (completion-ignored-extensions):
19832         Remove ".lis" for `vax-vms'.
19834 2005-03-22  Andreas Schwab  <schwab@suse.de>
19836         * generic-x.el: Revert last change.
19837         * ldefs-boot.el: Update.
19839 2005-03-22  Jay Belanger  <belanger@truman.edu>
19841         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19842         (calc-embedded-save-original-modes)
19843         (calc-embedded-restore-original-modes): New functions.
19844         (calc-do-embedded): Save original modes when entering embedded mode
19845         and restore when leaving embedded mode.
19846         (calc-embedded-modes-change): Change the value of
19847         calc-embedded-original-modes to reflect permanent changes.
19849 2005-03-22  Lute Kamstra  <lute@gnu.org>
19851         * generic-x.el: Require generic again.
19853 2005-03-22  Miles Bader  <miles@gnu.org>
19855         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19856         Tweak details to look good on both ttys and bitmap displays, light
19857         or dark background, etc.
19859 2005-03-21  Kim F. Storm  <storm@cua.dk>
19861         * tooltip.el (tooltip-show-help-function): Check car and cdr of
19862         mouse position.
19864 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19866         * icomplete.el: Don't forcibly turn on the mode upon load.
19867         (icomplete-mode): Use define-minor-mode.
19868         (icomplete-eoinput): Default to nil.
19869         (icomplete-minibuffer-setup): Remove autoload.
19870         (icomplete-tidy): Simplify.
19871         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19872         in the initial state or if the user has modified the field.
19873         Fix handling of icomplete-max-delay-chars.
19874         Remove code that handles the oddball case where
19875         minibuffer-completion-table is an integer.
19876         Wrap icomplete-completions in while-no-input in case building
19877         completions takes more time than expected.
19878         (icomplete-completions): Simplify.
19880 2005-03-21  Richard M. Stallman  <rms@gnu.org>
19882         * jka-compr.el (jka-compr-really-do-compress):
19883         Make variable buffer-local.
19885         * image-mode.el: Handle .xpm files too.
19886         (image-toggle-display): Preserve modification flag.
19888         * help.el (where-is): Don't mention aliases with no key bindings.
19890 2005-03-21  Lute Kamstra  <lute@gnu.org>
19892         * generic.el: Fix commentary section.  Don't require cl for
19893         compilation.
19894         (generic-mode-list): Add autoload cookie.
19895         (generic-use-find-file-hook, generic-lines-to-scan)
19896         (generic-find-file-regexp, generic-ignore-files-regexp)
19897         (generic-mode, generic-mode-find-file-hook)
19898         (generic-mode-ini-file-find-file-hook): Fix docstrings.
19899         (define-generic-mode): Make it a defmacro.  Fix docstring.
19900         (generic-mode-internal): Code cleanup.  Add autoload cookie.
19901         (generic-mode-set-comments): Code cleanup.
19902         * generic-x.el: Don't prevent compilation.  Don't require generic.
19903         Follow coding conventions.  Minor code cleanup.
19904         (etc-fstab-generic-mode): Add some keywords.
19905         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19906         define-generic-mode like a function declaration.
19908 2005-03-21  Jay Belanger  <belanger@truman.edu>
19910         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19911         changing modes.
19913 2005-03-21  Sam Steingold  <sds@gnu.org>
19915         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19917 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
19919         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19920         Add underscore to "f$ lexicals" regexp.
19922 2005-03-20  Juri Linkov  <juri@jurta.org>
19924         * subr.el (progress-reporter-do-update): When `min-value' is equal
19925         to `max-value', set `percentage' to 0 and prevent division by zero.
19927 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
19929         Sync with Tramp 2.0.48.
19931         * net/tramp.el (all): Change all addresses to .gnu.org.
19932         (tramp-append-tramp-buffers): New defun.
19933         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19934         Catch `dont-send' signal.
19935         (tramp-set-auto-save-file-modes): Set always permissions, because
19936         there might be an old auto-saved file belonging to another
19937         original file.  This could be a security threat.  Reported by
19938         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19939         Check for Emacs 21.3.50 removed.
19941         * net/tramp-smb.el (all): Remove debug construct for
19942         `with-parsed-tramp-file-name'.
19943         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19944         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19945         No error message if DIRECTORY or FILENAME doesn't exist.
19946         (tramp-smb-open-connection): Check existence of
19947         `tramp-smb-program'.
19949 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19951         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19952         Properly handle the case where the `m' or `s' command's argument is not
19953         yet terminated.
19954         (perl-indent-new-calculate): New function.
19955         (perl-indent-line): Use it.
19957 2005-03-20  Miles Bader  <miles@gnu.org>
19959         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19960         in text-mode too.  Change to new face names.
19961         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19962         Add `:weight bold' attribute.
19963         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19965 2005-03-19  Juri Linkov  <juri@jurta.org>
19967         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
19969         * international/mule.el (auto-coding-alist): Sync with
19970         `auto-mode-alist' by adding upper case archive file extensions
19971         and adding ear/war to jar extension.
19973 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
19975         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19976         running, restart it.
19978 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
19980         * finder.el (finder-current-item): Throw an error on an empty line.
19982         * man.el (Man-follow-manual-reference): If current-word returns
19983         nil, use "".
19985 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
19987         * simple.el (goto-line): Doc fix.
19989 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
19991         * files.el (save-buffer): Doc fix.
19993 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
19995         * recentf.el (recentf-cleanup-remote): New variable.
19996         (recentf-cleanup): Use it to conditionally check availability of
19997         remote files.
19999 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20001         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20002         function names.
20004 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20006         * language/thai-word.el: New file.
20008 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20010         * files.el (backup-buffer): If the file's directory is not
20011         writable, use copy instead of move to backup the file.
20013 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20015         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20017 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20019         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20020         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20021         <darkman_spam@yahoo.fr>.
20022         (ps-print-version): New version 6.6.6.
20024 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20026         * textmodes/table.el (table--line-column-position): New idiom.
20027         (table--row-column-insertion-point-p): New function to test
20028         validity of row and column insertion operation at a location.
20029         (table-global-menu, table-cell-menu): Use above functions for
20030         deterministic test operation.
20031         (table--editable-cell-p): Behave in deterministic fashion.
20033 2005-03-18  Juri Linkov  <juri@jurta.org>
20035         * isearch.el (isearch-lazy-highlight-new-loop):
20036         Make arguments beg and end optional.
20037         (isearch-update): Remove optional arguments nil from
20038         isearch-lazy-highlight-new-loop.
20039         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20040         isearch-lazy-highlight-case-fold-search instead of
20041         isearch-case-fold-search, and let-bind isearch-regexp to
20042         isearch-lazy-highlight-regexp.
20043         Use isearch-lazy-highlight-last-string instead of isearch-string.
20045         * replace.el (perform-replace): Remove bindings of global
20046         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20047         Add three new arguments to `replace-highlight'.
20048         (replace-highlight): Add arguments string, regexp, case-fold.
20049         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20050         to allow isearch-lazy-highlight-new-loop to use these values
20051         to set corresponding isearch-lazy-highlight-* internal
20052         variables whose values lazy highlighting will use regardless of
20053         changes to global variables isearch-string, isearch-regexp,
20054         isearch-case-fold-search during lazy highlighting loop.
20055         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20056         to `lazy-highlight-cleanup'.
20058         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20059         (ispell-highlight-face): Set default face to `isearch' when
20060         lazy highlighting is enabled.
20061         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20062         priority to 1.  Add lazy highlighting.
20063         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20064         from `isearch-dehighlight'.
20066 2005-03-18  David Ponce  <david@dponce.com>
20068         * files.el (hack-local-variables): Do a case-insensitive search
20069         for End.
20071 2005-03-18  Juri Linkov  <juri@jurta.org>
20073         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20074         `isearch-lazy-highlight-cleanup', add alias to old name and
20075         declare obsolete.  Add release numbers to other obsolete vars.
20076         (isearch-done, isearch-lazy-highlight-new-loop):
20077         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20078         (lazy-highlight-cleanup) <variable>: Doc fix.
20079         (isearch-lazy-highlight-update): Rename obsolete
20080         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20082 2005-03-18  Kenichi Handa  <handa@m17n.org>
20084         * language/thai-util.el: Fix categorization of Thai characters in
20085         thai-category-table.
20086         (thai-composition-pattern): Adjust it for the above change.
20087         (thai-self-insert-command, thai-compose-syllable): New functions.
20088         (thai-compose-region): Use thai-compose-syllable.
20089         (thai-compose-string): Likewise.
20090         (thai-composition-function): Likewise.
20091         (thai-auto-composition): New function.
20092         (thai-auto-composition-mode): New minor mode.
20094         * language/thai.el: Fix patterns to be registered in
20095         composition-function-table.
20097         * international/quail.el (quail-input-method): Locally bind
20098         inhibit-modification-hooks to t.
20100 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20102         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20103         (perl-mode): Use run-mode-hooks.
20105         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20106         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20107         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20109         * mail/sendmail.el (sendmail-send-it): Reenable the code
20110         to compute resend-to-address and use it.
20112         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20114         * image-mode.el: New file.
20116         * image.el (insert-sliced-image): Add autoload cookie.
20118         * font-lock.el (font-lock-lines-before): New user option.
20119         (font-lock-after-change-function): Obey it.
20121         * bindings.el (esc-map): Make M-g a prefix.
20122         Bind M-g g and M-g M-g to goto-line.
20124         * faces.el (face-id): Doc fix.
20126 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20128         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20129         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20130         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20132         * mail/sendmail.el (mail-yank-ignored-headers)
20133         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20134         Add Mail-Followup-To and Mail-Reply-To headers.
20135         (mail-citation-hook): Add autoload cookie.
20136         (mail-mode): Doc fix.
20137         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20138         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20139         (mail-mode-fill-paragraph): Handle those headers.
20140         (mail-mailing-lists): New variable.
20141         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20143 2005-03-17  Juri Linkov  <juri@jurta.org>
20145         * isearch.el (isearch-fallback): Check for `(car previous)'
20146         before calling `isearch-other-end-state'.
20148 2005-03-17  Kim F. Storm  <storm@cua.dk>
20150         * simple.el (move-beginning-of-line): Move to beginning of buffer
20151         line, as well as beginning of screen line.
20153 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20155         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20156         argument REDRAW rather than calendar-redrawing variable.
20157         * calendar/calendar.el (calendar-redrawing): Delete.
20158         (redraw-calendar): Do not bind calendar-redrawing.
20160 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20162         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20163         diary-file buffer.
20165 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20167         * help.el (describe-mode): Allow a :minor-mode-function property to
20168         specify a different minor mode toggle function than the variable.
20169         * simple.el (auto-fill-function):
20170         * subr.el (add-minor-mode): Use it.
20172 2005-03-16  Kenichi Handa  <handa@m17n.org>
20174         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20175         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20176         (ethio-fidel-to-sera-buffer): Likewise.
20178 2005-03-16  Juri Linkov  <juri@jurta.org>
20180         * emacs-lisp/find-func.el (find-function-regexp):
20181         Add defun-emitting macro `menu-bar-make-toggle'.
20183         * isearch.el: Put `isearch-scroll' property to
20184         `split-window-horizontally'.
20186         * info.el: Update error messages for `debug-ignored-errors'.
20187         (Info-isearch-search): Doc fix.
20188         (Info-find-node): Move up code to go into info buffer before
20189         recording the node to the history.
20190         (Info-fontify-node): Fontify titles only if the next line
20191         has two or more `*', `=', `-', `.'.
20192         Display "go to this node" for empty (match-string 3).
20194 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20196         * term/mac-win.el: Add mouse pointer shape constants.
20198 2005-03-15  Kim F. Storm  <storm@cua.dk>
20200         * simple.el (move-beginning-of-line): Use vertical-motion.
20202 2005-03-15  Juri Linkov  <juri@jurta.org>
20204         * isearch.el (isearch-error): New variable.
20205         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20206         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20207         (isearch-within-brackets-state): Remove.
20208         (isearch-case-fold-search-state, isearch-pop-fun-state):
20209         Decrease frame index.
20210         (isearch-mode, isearch-top-state, isearch-push-state)
20211         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20212         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20213         (isearch-search, isearch-lazy-highlight-new-loop):
20214         Replace `isearch-invalid-regexp' with `isearch-error'.
20215         Remove `isearch-within-brackets'.
20216         (isearch-search): Add `search-failed' handler to `condition-case'.
20217         (isearch-lazy-highlight-search): Add `condition-case' to catch
20218         errors and allow `isearch-lazy-highlight-update' to try
20219         highlighting from the beginning of the window.
20220         (isearch-repeat): Move up code to set isearch-wrapped to t
20221         before calling isearch-wrap-function.
20223         * info.el (Info-isearch-initial-node): New internal variable.
20224         (Info-search): Signal an error in isearch mode when search leaves
20225         the initial node.  Signal an error when `bound' is non-nil and
20226         nothing was found in the current subfile.
20227         (Info-isearch-search): Remove `condition-case'.
20228         (Info-isearch-wrap): Don't wrap when search failed during leaving
20229         the initial node.  If `Info-isearch-search' is nil, wrap around
20230         the current node.
20231         (Info-isearch-start): New fun.
20232         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20233         `isearch-mode-hook'.
20235 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20237         * simple.el (normal-erase-is-backspace): Set default to t if
20238         running on Mac.
20240         * term/mac-win.el (function-key-map): Sync with x-win.el.
20242 2005-03-15  Kenichi Handa  <handa@m17n.org>
20244         * international/mule-cmds.el (locale-language-names): Modify the
20245         format of elements and add more entries.
20246         (locale-preferred-coding-systems): Add more entries.
20247         (set-locale-environment): Adjust for the change of
20248         locale-language-names.
20250 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20252         * pcvs.el (smerge-ediff): Remove bogus autoload.
20254 2005-03-14  Lute Kamstra  <lute@gnu.org>
20256         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20257         Ignore a `*' at the beginning of a line.
20259         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20260         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20261         subr.el.
20262         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20263         to specify indentation.
20265         * generic.el (define-generic-mode): Let generic-mode-list be a
20266         list of strings; test membership with equal.
20268 2005-03-14  Kim F. Storm  <storm@cua.dk>
20270         * simple.el (next-line, previous-line): Add optional try-vscroll
20271         arg to recognize interactive use.  Pass it on to line-move.
20272         (line-move): Don't perform auto-window-vscroll when defining or
20273         executing keyboard macro to ensure consistent behavior.
20275 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20277         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20279 2005-03-13  Lute Kamstra  <lute@gnu.org>
20281         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20282         debugger-setup-buffer so that backtrace marks the frames set to
20283         debug-on-exit and we don't have to do it manually.  Set an extra
20284         debug-on-exit for macro's.
20285         (debugger-setup-buffer): Don't mark the top frame manually.
20287 2005-03-12  Lute Kamstra  <lute@gnu.org>
20289         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20290         lisp-indent-function throughout.
20291         (with-no-warnings): Set lisp-indent-function property.
20293 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20295         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20296         Add entry for backslash.
20298 2005-03-12  Juri Linkov  <juri@jurta.org>
20300         * info.el (Info-search): Four fixes for backward search.
20302 2005-03-11  Jay Belanger  <belanger@truman.edu>
20304         * calc/calc.el (calc-language-alist): New variable.
20305         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20306         (calc-embedded-find-modes): Use calc-language-alist instead of
20307         calc-embedded-language-alist.
20309 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20311         * calendar/calendar.el (calendar-redrawing): New internal
20312         variable.
20313         (redraw-calendar): Remove bogus save-excursion from previous
20314         change.  Bind calendar-redrawing to t for mark-diary-entries.
20315         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20316         calendar if that is why we were called.
20318 2005-03-11  Kenichi Handa  <handa@m17n.org>
20320         * international/mule.el (make-coding-system): Set property
20321         coding-system-define-form to nil.
20322         (define-coding-system-alias): Likewise.
20324 2005-03-11  Kenichi Handa  <handa@m17n.org>
20326         These changes are suggested by Dave Love <fx@gnu.org>.
20328         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20329         coding: tag.
20330         (adaptive-fill-regexp): Add more bullets.
20331         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20332         regexps.
20334 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20336         * help.el (describe-mode): Properly handle non-trivial lighters.
20337         Don't ignore minor modes that are not listed in minor-mode-list.
20339         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20340         feature ON when the user requests to turn it OFF.
20342 2005-03-10  Lute Kamstra  <lute@gnu.org>
20344         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20345         (implement-debug-on-entry): New function to replace debug-entry-code.
20346         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20347         second argument as the 2005-03-07 change makes it obsolete.
20348         (debug-on-entry, cancel-debug-on-entry): Update call to
20349         debug-on-entry-1.
20350         (debug, debugger-setup-buffer): Comment update.
20351         (debugger-frame-number): Update to work with implement-debug-on-entry.
20353 2005-03-10  Jay Belanger  <belanger@truman.edu>
20355         * calc/calc-embed.el (math-ms-args): Declare it.
20356         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20357         math-ms-args.
20358         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20359         variables.
20361 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20363         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20364         Use message-box.
20366         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20367         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20368         (tooltip-gud-tips): Simplify.
20369         (tooltip-gud-tips-p): Remove superfluous :set.
20370         (tooltip-gud-modes): Add fortran-mode.
20371         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20373         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20375 2005-03-09  Kim F. Storm  <storm@cua.dk>
20377         * play/animate.el (animate-place-char): Use forward-line instead
20378         of next-line to improve performance.
20380 2005-03-09  Simon Josefsson  <jas@extundo.com>
20382         * net/browse-url.el (browse-url-default-browser): Doc fix.
20384 2005-03-09  Miles Bader  <miles@gnu.org>
20386         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20387         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20389 2005-03-09  Kenichi Handa  <handa@m17n.org>
20391         * international/latin-1.el: Set case and syntax for 255 only if
20392         set-case-syntax-set-multibyte is nil.
20394         * textmodes/ispell.el (ispell-insert-word): New function.
20395         (ispell-word): Use ispell-insert-word to insert a new word.
20396         (ispell-process-line): Likewise.
20397         (ispell-complete-word): Likewise.
20399 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20401         * calendar/calendar.el (redraw-calendar): Preserve point.
20402         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20403         (calendar-week-start-day): Move after definition of
20404         redraw-calendar.  Delete buffer test, since redraw-calendar has
20405         that now.
20407         * calendar/diary-lib.el (mark-diary-entries): Only call
20408         redraw-calendar in the first of any recursive calls.
20409         Reported by Alan Shutko <ats@acm.org>.
20411 2005-03-08  Juri Linkov  <juri@jurta.org>
20413         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20414         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20415         (html-radio-buttons): Add a space before the trailing `/>' where
20416         sgml-xml-mode is non-nil.
20417         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20418         the subsequent tag of the empty XML tag.
20419         (html-href-anchor): Don't set initial input to "http:".
20420         (html-image): Ask for the image URL and set point inside alt="".
20421         (html-name-anchor): Duplicate the name in the `id' attribute when
20422         sgml-xml-mode is non-nil.
20423         (html-paragraph): Remove \n before <p>.
20424         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20425         instead of `checked' when sgml-xml-mode is non-nil.
20427         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20428         Remove 1 space before #RRGGBB to not truncate it on terminal
20429         windows w/o fringes.  Remove 1 space between bg and fg examples
20430         to get more space.
20431         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20432         avoid byte-compile warnings.
20434         * image-file.el (image-file-handler): Put `safe-magic' property to
20435         `image-file-handler'.
20437         * info.el (Info-isearch-search): Emulate word search in
20438         isearching through multiple Info nodes with Info-search.
20439         (Info-isearch-wrap): Allow isearch-word.
20441 2005-03-08  Lute Kamstra  <lute@gnu.org>
20443         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20444         stepping into the debugger's code is not possible.
20445         (debugger-jumping-flag): Docstring update.
20447 2005-03-08  Jay Belanger  <belanger@truman.edu>
20449         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20450         embedded mode begins.
20451         (calc-embedded-language-alist): New variable.
20452         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20453         set default language mode.
20455 2005-03-08  Kenichi Handa  <handa@m17n.org>
20457         * international/ccl.el (define-ccl-program): Fix docstring about
20458         extra 256 bytes assured for the output buffer.
20460         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20461         Fix BUFFER_MAGNIFICATION to 2.
20462         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20464 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20466         * align.el (align-rules-list): Added an alignment rule for CSS
20467         declarations (applies to css-mode and html-mode buffers).
20469 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20471         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20473 2005-03-07  Kim F. Storm  <storm@cua.dk>
20475         * simple.el (move-beginning-of-line): New command.
20477         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20479         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20481         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20482         and move-beginning-of-line.
20484         * apropos.el (apropos-print): Omit command from M-x ... RET.
20486 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20488         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20489         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20491 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20493         * bindings.el (esc-map): Bind M-g to goto-line.
20495         * facemenu.el (global-map): Bind M-o, not M-g.
20497 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20499         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20500         "Open Directory" as for "Open File".
20502 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20504         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20505         (push-mark-command): Run activate-mark-hook.
20507 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20509         * help-mode.el (help-mode-finish): Don't alter the element
20510         in view-return-to-alist if there already is one.
20512         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20513         make sure the current buffer is the expected one.
20515         * novice.el (disabled-command-function): Output in *Disabled Command*.
20516         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20518         * textmodes/flyspell.el (flyspell-large-region):
20519         Pass args differently for aspell.
20521         * files.el (mode-require-final-newline): Doc fix.
20523 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20525         * progmodes/which-func.el (which-function):
20526         Specify NOERROR when calling imenu--make-index-alist.
20528 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20530         * simple.el (normal-erase-is-backspace): Define default value.
20532         * custom.el (custom-theme-set-variables): Remove unused var
20533         `immediate'.
20534         (custom-reevaluate-setting): Simple function to handle variables
20535         that are defined before their default value can really be
20536         computed.
20538         * startup.el (command-line): Use it for temporary-file-directory,
20539         small-emporary-file-directory, auto-save-file-name-transforms,
20540         blink-cursor-mode, and normal-erase-is-backspace.
20542         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20543         progress, even with buggy anchored keywords.
20545 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20547         * simple.el (goto-line): Remove unbalanced final parenthesis.
20549 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20551         * simple.el (goto-line): Use a number at point as the default.
20552         With C-u as arg, switch buffers.
20554 2005-03-05  Juri Linkov  <juri@jurta.org>
20556         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20557         with `no-blinking-cursor'.
20559         * startup.el (no-blinking-cursor): New defvar.
20560         (command-line): Add `--no-blinking-cursor' to longopts.
20561         Set `no-blinking-cursor' to t for command line arguments
20562         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20563         with `no-blinking-cursor' in the condition for calling
20564         `blink-cursor-mode'.
20566 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20568         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20569         (menu-bar-options-save): Add blink-cursor-mode.
20570         (menu-bar-options-menu): Add blink-cursor-mode.
20572 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20574         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20575         (icalendar-export-file, icalendar-export-region)
20576         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20577         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20579 2005-03-04  Lute Kamstra  <lute@gnu.org>
20581         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20582         (debug-function-list): Ditto.
20584 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20586         * textmodes/texinfmt.el (texinfo-append-refill):
20587         Redefine the types of line to which @refill
20588         is not appended by replacing a search for `@refill\\|@bye' with
20589         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20590         itemize@refill' bug and the unfilled long lines bug.
20591         (texinfmt-version): Update number and date.
20593 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20595         * international/code-pages.el (windows-1250, windows-125[2-8])
20596         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20598 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20600         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20601         bound yet.
20603 2005-03-02  Romain Francoise  <romain@orebokech.com>
20605         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20606         buffer after removing limits.
20607         (ibuffer-pop-filter): Ditto.
20608         Update copyright.
20610 2005-03-02  Miles Bader  <miles@gnu.org>
20612         * button.el (make-text-button): If the user doesn't specify a
20613         type, use the default.  Rewrite to use `add-text-properties' and
20614         plist functions.
20616 2005-03-01  Lute Kamstra  <lute@gnu.org>
20618         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20619         (debugger-jumping-flag): New var.
20620         (debug-entry-code): Use it.
20621         (debugger-jump): Use debugger-jumping-flag and add
20622         debugger-reenable to post-command-hook.
20623         (debugger-reenable): Use debugger-jumping-flag and remove itself
20624         from post-command-hook.
20625         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20626         debugger-reenable.
20628 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
20630         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20631         inclusion of "itemize\\|", which may be unnecessary, is certainly
20632         inelegant, and stops refilling in itemize lists when formatting
20633         Japanese Texinfo files to Info.
20634         Update copyright to 2005.
20636 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
20638         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20639         of an error if GDB can't find the source file.
20641 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20643         * calendar/calendar.el (redraw-calendar): Work from any buffer,
20644         not just the calendar.
20646         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20647         first.
20648         (diary-redraw-calendar): New function.
20649         (make-diary-entry): Add diary-redraw-calendar to local
20650         write-contents-functions.  Turn off selective display before
20651         inserting in diary.
20653 2005-03-01  Kim F. Storm  <storm@cua.dk>
20655         * emacs-lisp/copyright.el (copyright-fix-years): New command.
20657 2005-03-01  Lute Kamstra  <lute@gnu.org>
20659         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20660         that debug-entry-code can be safely removed from a function while
20661         this code is being evaluated.  Revert the 2005-02-27 change as the
20662         new implementation no longer requires it.  Make sure that a
20663         function body containing just a string is not mistaken for a docstring.
20664         (debug): Skip one more frame in case of debug on entry.
20665         (debugger-setup-buffer): Delete one more frame line in case of
20666         debug on entry.
20667         (debugger-frame-number): Update to use the new text introduced by
20668         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
20670 2005-02-28  Kim F. Storm  <storm@cua.dk>
20672         * double.el (double-translate-key): Call force-window-update after
20673         read-event to avoid crash in redisplay.
20675 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20677         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20678         (debug): Use it.  Move the inhibit-trace earlier.
20679         (debug-entry-code): New const.
20680         (debug-on-entry-1): Use it.
20682 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
20684         * international/utf-16.el (ccl-encode-mule-utf-16le):
20685         Fix BUFFER_MAGNIFICATION to 2.
20686         (ccl-encode-mule-utf-16be): Likewise.
20688 2005-02-28  Kenichi Handa  <handa@m17n.org>
20690         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20691         Fix BUFFER_MAGNIFICATION to 4.
20692         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20694 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
20696         * speedbar.el (speedbar-update-flag): Doc fix.
20697         (speedbar-show-info-under-mouse): Give set-mouse-position the right
20698         argument.
20700 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20702         * reveal.el (reveal-post-command): Don't try to reveal overlays which
20703         have a non-nil `invisible' property but are actually visible.
20705         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20706         for perldoc sections.
20707         (perl-outline-regexp, perl-outline-level): New var and function.
20708         (perl-mode): Use them.
20710 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
20712         * calendar/diary-lib.el (diary-remind): Discard any mark portion
20713         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20715 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
20717         * cus-edit.el: Comment change.
20718         (custom-buffer-create-internal): Slightly reword text at top of
20719         Custom buffers.  Mention there that saving an option edits the
20720         init file.  Add link to Emacs manual node on `custom-file'.
20721         (custom-magic-alist): Rewrite individual State messages to use
20722         capitalized keywords.  Doc fix.
20724 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
20726         * calendar/calendar.el (calendar-buffer): Move above
20727         calendar-week-start-day.
20728         (calendar-week-start-day): Doc fix.  Add :set function.
20729         (calendar-minimum-window-height): New variable.
20730         (generate-calendar-window): Only resize window if selected-window
20731         is displaying the calendar buffer.  Use new variable
20732         calendar-minimum-window-height.
20733         (generate-calendar): Reword error message.
20734         (calendar-mode-map): Bind DEL to scroll-other-window-down.
20736 2005-02-27  Andreas Schwab  <schwab@suse.de>
20738         * vc.el (vc-do-command): Don't run command asynchronously when
20739         operating in a remote directory.
20741         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20742         change from sync with Tramp 2.0.47.
20744 2005-02-27  Richard M. Stallman  <rms@gnu.org>
20746         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20748         * textmodes/flyspell.el (flyspell-mode-on):
20749         Call ispell-change-dictionary only if necessary.
20751         * emacs-lisp/re-builder.el (regexp-builder): New function.
20753         * register.el (describe-register-1): Explicitly handle
20754         yank-excluded-properties = t.
20756         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20757         (custom-magic-alist): Change the status descriptions again.
20758         (face widget-type): Total rewrite based on `restricted-sexp'
20759         to eliminate the confusing double hiding levels.
20761         * emacs-lisp/debug.el (debug-on-entry-1):
20762         If function body is empty, add nil as body form.
20764 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20766         * emacs-lisp/trace.el (inhibit-trace): New var.
20767         (trace-make-advice): Use it.
20769         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20771 2005-02-26  Kim F. Storm  <storm@cua.dk>
20773         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20774         (mouse-on-link-p, mouse-drag-region-1): Use it.
20776 2005-02-25  Lute Kamstra  <lute@gnu.org>
20778         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20780 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
20782         * frame.el (blink-cursor-mode): Add :group keyword.
20784 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
20786         * calendar/icalendar.el (icalendar--decode-isodatetime):
20787         New optional argument DAY-SHIFT.
20788         (icalendar-export-region): Fix coding-system-for-write.
20789         (icalendar--convert-ical-to-diary): Shift end-day of all-day
20790         events by one.
20792 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20794         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20796 2005-02-24  Kim F. Storm  <storm@cua.dk>
20798         * international/iso-acc.el (iso-accents-compose): Fix crash
20799         during redisplay.  Call force-window-update after read-event
20800         and delete-region to signal that window is not accurate.
20802 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20804         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20805         Remove unused and inexistent var `inhibit-trace'.
20806         (debugger-mode): Use run-mode-hooks.
20807         (debugger-list-functions): Add buttons; setup xref stack.
20809 2005-02-23  Richard M. Stallman  <rms@gnu.org>
20811         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20812         appointment says it was explicitly made.
20813         (appt-add): Set the 3rd element.
20814         (appt-make-list): Preserve explicit appointments.
20816         * subr.el (find-tag-default): Catch errors in forward-sexp.
20818 2005-02-23  Juri Linkov  <juri@jurta.org>
20820         * info.el (Info-isearch-search): New defcustom.
20821         (Info-isearch-search): Call the default isearch function
20822         when Info-isearch-search is nil.
20823         (Info-isearch-wrap): Use variable Info-isearch-search.
20825 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
20827         * cus-edit.el: Comment change.
20829 2005-02-22  Kim F. Storm  <storm@cua.dk>
20831         * progmodes/hideif.el (hide-ifdef-use-define-alist):
20832         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
20834 2005-02-22  Simon Josefsson  <jas@extundo.com>
20836         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20837         New variable.
20838         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
20839         Oskarsson" <myrkraverk@users.sourceforget.net>.
20841 2005-02-22  Kim F. Storm  <storm@cua.dk>
20843         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20844         check that window of that event is the selected window.
20845         (mouse-drag-region-1): Compare mouse event window to selected
20846         window before setting point.
20848         * tooltip.el (tooltip-show-help-function): Pass event to
20849         mouse-on-link-p so it can check selected window.
20851 2005-02-22  Kenichi Handa  <handa@m17n.org>
20853         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20854         (ps-mule-show-warning): New function.
20855         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20856         characters are found.
20858         * ps-print.el (ps-header-footer-string): Return a list of header
20859         and footer strings.
20861 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20863         * pcvs.el (cvs-retrieve-revision): Fix thinko.
20865 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20867         * frame.el (blink-cursor-mode): Use define-minor-mode.
20869         * term/mac-win.el (function-key-map): Use char-names more consistently.
20870         (file-name-coding-system): Only set it for MacOS-9.  The other case is
20871         already handled in mule-cmds.el (where it also works when mac-win.el
20872         is not used).
20874 2005-02-21  Kenichi Handa  <handa@m17n.org>
20876         * international/mule.el (ctext-pre-write-conversion): Always use
20877         " *code-converting-work*" buffer for work.
20879         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20881 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
20883         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20885 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
20887         * ses.el (undo-more): Restore defadvice, but only the part that
20888         allows changes outside the restricted area of the buffer.
20890 2005-02-20  Kim F. Storm  <storm@cua.dk>
20892         * simple.el (line-move): Add fourth optional arg try-vscroll which
20893         must be set to perform auto-window-vscroll.
20894         When moving backwards and doing auto-window-vscroll, automatically
20895         vscroll to the last part of lines which are taller than the window.
20896         (next-line, previous-line): Set try-vscroll arg on line-move.
20898 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20900         * replace.el (query-replace, query-replace-regexp)
20901         (replace-string, replace-regexp): When operating on region, make
20902         the minibuffer prompt say so.
20904         * isearch.el (isearch-forward): Document isearch-query-replace and
20905         isearch-query-replace-regexp keybindings.
20907 2005-02-19  Jay Belanger  <belanger@truman.edu>
20909         * calc/calc-aent.el (math-read-token): Add local variable.
20911         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20912         (calc-edit-top): Move declaration to earlier in file.
20913         (calc-edit-macro-repeats): Add local variables.
20915         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20916         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20917         calcFunc-tanh.
20918         Adjust integration rule for calcFunc-tan.
20920 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20922         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20923         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20924         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20925         (viper-skip-separators): Bug fix.
20926         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20927         particular major mode.
20928         (viper-del-backward-char-in-replace): Don't put deleted char on the
20929         kill ring.
20931         * viper-ex.el (viper-color-display-p): New function.
20932         (viper-has-face-support-p): Use viper-color-display-p.
20934         * viper-keym.el (viper-gnus-modifier-map): New keymap.
20936         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20938         * viper-util.el (viper-glob-unix-files): Fix shell status check.
20939         (viper-file-remote-p): Make equivalent to file-remote-p.
20941         * viper.el (viper-major-mode-modifier-list):
20942         Use viper-gnus-modifier-map.
20944 2005-02-19  David Kastrup  <dak@gnu.org>
20946         * subr.el (subregexp-context-p): Fix garbled doc string by adding
20947         quoting.
20949 2005-02-19  Jay Belanger  <belanger@truman.edu>
20951         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20952         Remove extra definitions.
20953         (calc-coth): New function.
20954         (calcFunc-cot): Fix `let'.
20956 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
20958         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20959         the reasons we use "type pc" in these faces.
20961         * button.el (button): Ditto.
20963 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
20965         * replace.el (query-replace-read-from): Set the value of
20966         query-replace-from-history-variable to handle the case of an empty
20967         string entered to accept the suggested default.
20969         * net/tramp.el (tramp-file-name-for-operation):
20970         Use dired-call-process instead of dired-call-process-command.
20972 2005-02-19  Jay Belanger  <belanger@truman.edu>
20974         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20975         (math-div-non-trig): New variables.
20976         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20977         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20978         (math-combine-prod, math-div-symb-fancy): Add simplifications for
20979         trig expressions.
20981 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
20983         * progmodes/gdb-ui.el (gdb-var-update-handler)
20984         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20985         for watch expressions,
20986         (gdb-var-create-handler): Don't set speedbar-update-flag.
20987         (gdb-post-prompt): Simplify test for speedbar.
20989 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20991         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20992         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20993         we use the syntax table of the correct buffer.
20994         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20995         Felix Gatzemeier.
20997         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20998         (ediff-file-remote-p): Make synonymous with file-remote-p.
20999         In all deffaces ediff-*-face-*, use min-colors.
21001         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21002         ediff-recurse-to-subdirectories.
21003         (ediff-mark-if-equal): Check that the arguments are strings, use
21004         ediff-same-contents (after to Felix Gatzemeier).
21006         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21007         nil.
21009 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21011         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21013 2005-02-18  David Kastrup  <dak@gnu.org>
21015         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21016         use `mark-active' when defined.
21018 2005-02-18  Kenichi Handa  <handa@m17n.org>
21020         * ps-print.el (ps-font-info-database): New entry
21021         ZapfChancery-MediumItalic with correct font name.  Fix font name
21022         of the entry Zapf-Chancery-MediumItalic.
21024 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21026         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21028 2005-02-16  Kim F. Storm  <storm@cua.dk>
21030         * ido.el (ido-fallback-command): Pass user input to fallback command.
21032 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21034         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21035         (gdb-find-file-hook): Add server prefix.
21037 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21039         * replace.el (perform-replace): Pass new args to replace-highlight.
21040         (replace-highlight): Take region args,
21041         and pass them to isearch-lazy-highlight-new-loop.
21043         * novice.el (disabled-command-hook): Autoload the defalias
21044         and the make-obsolete-variable call.
21046         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21048         * isearch.el (isearch-lazy-highlight-start-limit)
21049         (isearch-lazy-highlight-end-limit): New variables limit
21050         the region for highlighting.
21051         (isearch-lazy-highlight-new-loop): New args BEG and END.
21052         (isearch-lazy-highlight-search): Use the new vars.
21053         (isearch-lazy-highlight-update): Likewise.
21055         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21057         * cus-start.el (all): Use default-boundp.
21059 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21061         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21063 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21065         * autorevert.el (auto-revert-stop-on-user-input)
21066         (auto-revert-verbose): Doc fixes.
21068 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21070         * international/mule-cmds.el (set-locale-environment): Remove call
21071         to set-selection-coding-system on Windows.
21073 2005-02-15  Jay Belanger  <belanger@truman.edu>
21075         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21076         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21077         calcFunc-coth.
21078         (math-simplify-sqrt): Add simplifications.
21080         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21081         to list.
21083         * calc/calc-ext.el: Add functions to autoloads.
21085         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21086         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21087         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21088         (math-csc-raw, math-cot-raw): New functions.
21090         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21092         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21093         the variable name in a message.
21095         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21096         calcFunc-csc, calcFunc-cot.
21098         * calc/calcalg2.el: Add derivative and integration rules for
21099         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21100         calcFunc-csch, calcFunc-coth.
21101         (math-do-integral-methods): Add to checks for when to use
21102         substitutions.
21104         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21106 2005-02-15  Lute Kamstra  <lute@gnu.org>
21108         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21109         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21110         <monnier@iro.umontreal.ca>
21111         (lisp-outline-level): Improve efficiency.  Suggested by David
21112         Kastrup <dak@gnu.org>.
21114 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21116         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21117         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21118         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21119         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21120         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21122 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21124         * cus-start.el (all): Comment change.
21126 2005-02-14  Lute Kamstra  <lute@gnu.org>
21128         * cus-start.el (all): Check if symbol is void.
21130 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21132         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21133         optional argument to \cite.
21135 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21137         * cus-edit.el (custom-buffer-create-internal): Update help message.
21138         (custom-magic-alist): Update help messages.
21140         * cus-start.el (all): Allow a var to specify a standard value.
21142 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21144         * custom.el (custom-theme-set-variables): Handle variable aliases.
21146         * frame.el (blink-cursor-timer): Doc fix.
21147         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21148         declare obsolete.
21149         (blink-cursor-mode): Define with defcustom and use correct
21150         standard expression in that defcustom.
21151         * startup.el (command-line): Adapt to above changes in frame.el.
21153 2005-02-11  Lute Kamstra  <lute@gnu.org>
21155         * apropos.el (apropos-score-doc): Prevent division by zero.
21157 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21159         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21160         (icalendar--get-event-property-attributes)
21161         (icalendar--get-event-properties)
21162         (icalendar--datetime-to-diary-date): New functions.
21163         (icalendar--split-value): Doc fix.
21164         (icalendar--datetime-to-noneuropean-date)
21165         (icalendar--datetime-to-european-date): New optional argument
21166         SEPARATOR.  Return result as a string instead of a list.
21167         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21168         (icalendar--convert-string-for-export): Rename arg S to STRING.
21169         (icalendar-export-region): Doc fix.  Change name of error buffer.
21170         Save output buffer.
21171         (icalendar-import-file): Add blank at end of prompt.
21172         (icalendar-import-buffer): Doc fix.  Do not switch to error
21173         buffer.  Indicate status in return value.
21174         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21175         buffer.  Save output buffer.  Handle exception from recurrence
21176         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21177         events.  Fix problems with weekly all-day events.
21179 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21181         * simple.el (eval-expression-print-format):
21182         Avoid warning about edebug-active.
21184         * help.el (help-for-help-internal): Rename from help-for-help.
21185         (help-for-help): Define with defalias.
21187         * font-core.el (font-lock-default-function): Use with-no-warnings.
21189         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21191         * custom.el (defface): Doc fix.
21193 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21195         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21196         width 0" to prevent word wrapping problems.
21198 2005-02-09  Kim F. Storm  <storm@cua.dk>
21200         * ido.el (ido-file-extensions-order): New defcustom.
21201         (ido-file-extension-lessp, ido-file-extension-aux)
21202         (ido-file-extension-order): New advanced file ordering.
21203         (ido-file-lessp): New simple file ordering.
21204         (ido-sort-list): Remove.
21205         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21206         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21208 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21210         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21211         that some versions of grep produce.
21212         (grep-mode-font-lock-keywords): Likewise.
21214 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21216         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21217         (gdb-cdir): Delete.
21218         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21219         (gdb-source-info): Treat case when source file is in another
21220         directory properly.
21221         (gdb-get-location): New function.
21223 2005-02-07  Jay Belanger  <belanger@truman.edu>
21225         * calc/calc-prog.el (calc-write-parse-table-part)
21226         (calc-fix-token-name): Fix a check for language type.
21228         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21230 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21232         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21233         as directory not writable.
21235 2005-02-07  Kim F. Storm  <storm@cua.dk>
21237         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21238         (cua--standard-movement-commands): Remove list.
21239         Instead, set CUA property value to move for movement commands.
21240         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21241         (cua--pre-command-handler): Check CUA property.
21242         (cua--init-keymaps): Don't remap undo commands.
21243         (cua-mode): Don't call cua--rectangle-on-off.
21245         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21246         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21247         (cua--rect-undo-set-point): New var.
21248         (cua--rectangle-undo-boundary): Setup undo apply entry.
21249         (cua--rect-undo-handler): New function for rectangle undo.
21250         (cua--rect-start-position, cua--rect-end-position): Add.
21251         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21252         for restored rectangle.  Set point if cua--rect-undo-set-point.
21254 2005-02-06  Jay Belanger  <belanger@truman.edu>
21256         * calc/calc-lang.el (calc-tex-language): Display more information
21257         in messages.
21259         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21260         in TeX mode.
21262 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21264         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21266 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21268         * net/ldap.el (ldap-search-internal): Support attributes with
21269         optional descriptions separated by a semi-colon, as in
21270         "userCertificate;binary".
21272 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21274         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21275         isn't a cons (i.e. the version is 0).
21277 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21279         * help.el (help-for-help): Doc fix.
21281 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21283         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21284         GDB-Windows on the menu-bar as this works better.
21286 2005-02-04  Jay Belanger  <belanger@truman.edu>
21288         * calc/calc-embed.el (calc-embedded-update): Don't put in
21289         unnecessary newlines.  Adjust the end of formula marker.
21291         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21292         (math-latex-parse-two-args): New function.
21294 2005-02-03  Lute Kamstra  <lute@gnu.org>
21296         * help-fns.el (help-with-tutorial): Make sure that users cannot
21297         remove the entire text of the tutorial by means of `undo'.
21299 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21301         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21302         in recent changes, where the ispell process was repeatedly
21303         killed & restarted.
21305         * international/mule-cmds.el (set-locale-environment): Set file-name
21306         coding system to utf-8 on Darwin systems.
21307         (set-default-coding-systems): Don't set default-file-name-coding-system
21308         on Darwin systems.
21310 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21312         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21314 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21316         * faces.el (list-faces-display): Add optional argument.
21318 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21320         * font-core.el (font-lock-default-function): Handle the rare case where
21321         only font-lock-keywords is set.
21323 2005-02-02  Kenichi Handa  <handa@m17n.org>
21325         * international/characters.el: Cancel previous change for
21326         I-WITH-DOT-ABOVE and DOTLESS-i.
21328         * international/latin-5.el: Cancel previous change.
21330 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21332         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21334 2005-02-02  Kenichi Handa  <handa@m17n.org>
21336         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21337         DOTLESS-i.
21339         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21340         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21342         * case-table.el (get-upcase-table): New function.
21343         (copy-case-table): Copy upcaes table too if non-nil.
21344         (set-case-syntax-delims): Maintain upcase table too.
21345         (set-case-syntax-pair): Likewise.
21346         (set-upcase-syntax, set-downcase-syntax): New functions.
21347         (set-case-syntax): Maintain upcase table too.
21349 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21351         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21353         * progmodes/gud.el (gud-goto-info): New function.
21354         (gud-tool-bar-map): Use correct icon.
21356 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21358         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21359         When delegating, order args in the funcall correctly.
21361 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21363         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21365 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21367         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21368         buffer not visiting a file.
21370 2005-01-31  Jay Belanger  <belanger@truman.edu>
21372         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21373         bound on the line with the formula.
21375 2005-01-31  Kim F. Storm  <storm@cua.dk>
21377         * ses.el (ses-create-cell-variable-range)
21378         (ses-destroy-cell-variable-range, ses-reset-header-string)
21379         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21380         (ses-insert-row): Fix format of apply undo entries.
21382 2005-01-31  Jay Belanger  <belanger@truman.edu>
21384         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21385         parts.
21387         * calc/calc-embed.el (calc-embedded-open-formula)
21388         (calc-embedded-close-formula): Ignore matrix environments.
21390         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21391         TeX mode.
21393         * calc/calc-lang.el (math-function-table, math-oper-table)
21394         (math-variable-table): Adjust the LaTeX portions.
21396         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21397         (math-latex-ignore-words): New constant.
21399 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21401         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21402         (ispell-local-dictionary): Doc fix.
21403         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21404         Don't reinitialize at run time.  Don't defcustom.
21405         All uses changed to append ispell-local-dictionary-alist,
21406         or check it first.
21407         (ispell-current-dictionary): New variable for dictionary in use.
21408         (ispell-dictionary): Now used only for global default.
21409         (ispell-start-process): Set ispell-current-dictionary,
21410         not ispell-dictionary.
21411         (ispell-change-dictionary): Use this only for setting
21412         user preferences.
21413         (ispell-internal-change-dictionary): New function
21414         to change the current dictionary in use.
21415         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21416         Use ispell-current-dictionary.
21417         Handle ispell-local-dictionary-overridden.
21418         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21420 2005-01-31  Jay Belanger  <belanger@truman.edu>
21422         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21424         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21425         (calc-mode-map): Add calc-latex-language.
21427         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21428         (math-latex-print-frac): New functions.
21429         (math-oper-table, math-function-table, math-variable-table)
21430         (math-complex-format, math-input-filter): Add latex properties.
21431         (calc-set-language): Set math-expr-special-function-mapping.
21433         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21434         (calc-write-parse-table-part): Add LaTeX support.
21436         * calc/calc.el (calc-language): Adjust docstring.
21437         (calc-set-mode-line): Add LaTeX support.
21438         (math-expr-special-function-mapping): New variable.
21439         (math-tex-ignore-words): Add to list.
21441         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21442         Add LaTeX support.
21443         (math-compose-expr): Add support for special functions.
21445         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21447 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21449         * progmodes/gdb-ui.el (gdb-memory-address)
21450         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21451         (gdb-memory-mode-map, gdb-memory-format-keymap)
21452         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21453         (gdb-memory-unit-menu): New variables for a buffer
21454         that lets the user examine program memory.
21455         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21456         (gdb-memory-format-binary, gdb-memory-format-octal)
21457         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21458         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21459         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21460         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21461         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21462         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21463         (gdb-memory-mode, gdb-memory-buffer-name)
21464         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21465         New functions for above buffer.
21467 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21469         * cus-edit.el (custom-bury-buffer): Function deleted.
21470         (custom-buffer-done-function): Option deleted.
21471         (custom-buffer-done-kill): New replacement option.
21472         (Custom-buffer-done): Call quit-window.
21473         (custom-buffer-create-internal): Update for above changes.
21475 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21477         * simple.el (undo-ask-before-discard): New var.
21478         (undo-outer-limit-truncate): Implement it.
21479         (undo-extra-outer-limit): Doc update.
21481 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21483         * ses.el (undo-more): Delete defadvice.
21484         (ses-begin-change): Doc fix.
21486         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21487         instead of rebinding C-x u and C-_.
21489         * files.el (normal-backup-enable-predicate): Return nil for files
21490         in /tmp, regardless of temporary-file-directory.
21492         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21494         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21495         (open-rectangle, delete-whitespace-rectangle-line)
21496         (clear-rectangle-line): If FILL, pass t instead of FILL
21497         for move-to-column's 2nd arg.
21499         * simple.el (undo): Fix the test for continuing a series of undos.
21500         (undo-more): Set pending-undo-list to t when we reach end.
21501         (pending-undo-list): Move up defvar.
21503         * wid-edit.el (widget-button-click):
21504         Shorten the range of the track-mouse binding.
21506         * comint.el (comint-insert-input): Undo previous changes;
21507         use last-input-event in interactive spec.
21509 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21511         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21512         to nil before invoking call-process.  Reset buffer's modified flag
21513         after fontifying it in the no-async branch.
21515         * wid-edit.el (widget-specify-button): If mouse pointer shape
21516         cannot be changed, use mouse face instead.
21518 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21520         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21521         (gdb-goto-breakpoint): Make breakpoint handling work on template
21522         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21523         (gdb-assembler-custom): Update to recognize breakpoint information
21524         added on 2005-01-19.
21526 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21528         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21529         (dsssl-mode): Use define-derived-mode.
21530         (scheme-mode-initialize): Remove.
21531         (scheme-mode): Use run-mode-hooks.
21533         * cus-edit.el (customize-group-other-window)
21534         (custom-buffer-create-other-window): Don't override special-display-*.
21535         (custom-mode-map): Make it dense.
21537         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21538         sets the default value.
21540 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21542         * descr-text.el: Add more keywords.
21544 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21546         * speedbar.el: Avoid unnecessary use of locate-library.
21548         * international/mule-cmds.el (standard-display-european-internal):
21549         Don't fiddle with latin-1 non-break space any more since it's now
21550         special cased in the C code.
21551         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21553 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21555         * cus-start.el (all): Add `undo-outer-limit'.
21557 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21559         * textmodes/bibtex.el (bibtex-format-entry):
21560         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21561         field lines.
21562         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21563         not on part of a buffer.
21565 2005-01-25  Lute Kamstra  <lute@gnu.org>
21567         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21568         nonempty field text strings like "{letters\\macro{}more letters}".
21569         Clarify docstring.
21570         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21571         (bibtex-entry-offset, bibtex-parse-association)
21572         (bibtex-parse-field-name): Fix typos in docstrings.
21573         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21575 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21577         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21578         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21579         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21580         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21582         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21583         isearch minor mode.
21585 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21587         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21589 2005-01-24  Lute Kamstra  <lute@gnu.org>
21591         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21592         CASECHARS and NOT-CASECHARS regular expressions of the
21593         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21594         striding over charsets" error.
21596 2005-01-24  Jay Belanger  <belanger@truman.edu>
21598         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21599         display variable name.
21601 2005-01-24  Kenichi Handa  <handa@m17n.org>
21603         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21604         Fix setting of the element of encoded-kbd-iso2022-invocations.
21606 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21608         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21609         (gdb-threads-select): Change to also accept mouse events.
21610         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21611         (gdb-threads-mouse-select): Delete.
21613 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21615         * files.el (insert-directory): Take care of empty directory,
21616         listed without -a switch.
21618 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21620         * textmodes/refill.el (refill-post-command-function):
21621         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21622         to the list of functions that we should be careful not to undo.
21623         (refill-late-fill-paragraph-function): Remove.
21624         (refill-saved-state): New var.
21625         (refill-mode): Use it to save fill-paragraph-function.
21626         Save also the value of auto-fill-function.
21628         * term/w32-win.el: Simplify code.
21630 2005-01-23  Kim F. Storm  <storm@cua.dk>
21632         * simple.el (line-move): Adapt to new return value from
21633         pos-visible-in-window-p.
21635         * simple.el (line-move): Fix last change.  Check partial
21636         visibility at point rather than at window-start.
21638 2005-01-22  Jason Rumney  <jasonr@gnu.org>
21640         * term/w32-win.el (xw-defined-colors): Remove debug-message.
21642 2005-01-22  David Kastrup  <dak@gnu.org>
21644         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21646 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
21648         * type-break.el (type-break-mode): Add a test for
21649         type-break-file-name being non-nil.
21651 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
21653         * net/eudc.el (top level): Call (message "") via progn, so that
21654         eudc-options-file is loaded.
21656 2005-01-22  Kim F. Storm  <storm@cua.dk>
21658         * simple.el (line-move-1): Rename from line-move.
21659         (line-move): New function that adjusts vscroll for partially
21660         visible rows, and calls line-move-1 otherwise.
21662 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
21664         * pcomplete.el: Define pcomplete-read-event instead of read-event,
21665         since it's not a complete read-event implementation
21667 2005-01-20  Jay Belanger  <belanger@truman.edu>
21669         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21670         for called function.
21672 2005-01-20  Steven Tamm  <steventamm@mac.com>
21674         * term/mac-win.el (process-connection-type): Remove.
21675         Controlled now by s/darwin.h:PTY_ITERATION.
21677 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21679         * window.el (handle-select-window): Don't switch window when we're
21680         in the minibuffer.
21682 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
21684         * subr.el (dotimes-with-progress-reporter): New macro.
21686         * ses.el (ses-dotimes-msg): Remove macro.
21687         Use `dotimes-with-progress-reporter' instead.
21689 2005-01-19  Steven Tamm  <steventamm@mac.com>
21691         * term/mac-win.el (process-connection-type): Use new
21692         operating-system-release variable to use ptys on Darwin 7 (OS X
21693         10.3) when using carbon build.
21695 2005-01-19  Jay Belanger  <belanger@truman.edu>
21697         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21698         flags if the last command was a tab or M-tab.
21700         * calc/calc-prog.el (calc-user-define-edit): Put original formula
21701         in formula editing buffer.
21703 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21705         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21706         breakpoint image symbol in margin.
21708 2005-01-19  Jay Belanger  <belanger@truman.edu>
21710         * calc/calc-prog.el (calc-execute-kbd-macro):
21711         Ignore calc-keep-arg-flag.
21713 2005-01-19  Kenichi Handa  <handa@m17n.org>
21715         * textmodes/ispell.el (ispell-looking-at): New function.
21716         (ispell-process-line): Use ispell-looking-at to compare the ispell
21717         output and the buffer contents.
21719 2005-01-18  Jay Belanger  <belanger@truman.edu>
21721         * calc/calc.el (calc-display-raw): Fix docstring.
21723 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21725         * simple.el (blink-matching-open): Strip extra info from syntax.
21727         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21728         funny chars in the end-of-here-doc marker.
21730 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21732         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21733         that enable/disabled state of breakpoints is shown correctly in
21734         fringe and on ttys.
21735         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21736         Add breakpoint information as text properties.
21737         (gdb-mouse-toggle-breakpoint):
21738         Rename to gdb-mouse-set-clear-breakpoint.
21739         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
21740         breakpoints in the margin.
21741         (gdb-remove-strings): Simplify.
21743 2005-01-17  Jay Belanger  <belanger@truman.edu>
21745         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21746         erasing buffer.
21748 2005-01-17  Richard M. Stallman  <rms@gnu.org>
21750         * progmodes/grep.el (grep-find): Copy from `grep' the condition
21751         for calling grep-compute-defaults.
21753         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21754         if buffer is empty.
21756         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21758 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21760         * hilit-chg.el (highlight-changes-mode): Don't autoload.
21762         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21763         non-preloaded variables.
21765 2005-01-17  Steven Tamm  <steventamm@mac.com>
21767         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21768         tex-shell cause to force interactivity when using pipes.
21770 2005-01-17  Kim F. Storm  <storm@cua.dk>
21772         * simple.el (just-one-space): Make arg optional.
21774 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
21776         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21777         posn-at-x-y to t to access left-margin.
21779 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
21781         Sync with Tramp 2.0.47.
21783         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21784         catching keep-date problems in cp/scp operations.
21785         (tramp-handle-copy-file): Don't call `set-file-modes'
21786         unconditionally.  Specialized functions should know better what is
21787         necessary.  This improves performance a little bit, and the
21788         functions could catch errors with `cp -p' and `scp -p'.
21789         (tramp-do-copy-or-rename-file-via-buffer)
21790         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21791         when appropriate.
21792         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21793         Call `set-file-modes' when appropriate.
21794         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
21795         Johnsson <isak@hypergene.com>
21796         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21797         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
21798         <joakim@verona.se>
21799         (tramp-file-name-for-operation): Mark `shell-command' as magic for
21800         Emacs only.
21802         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
21803         `find-file-hooks' and `dired-mode-hook'.
21804         (tramp-minor-mode-map): Respective map.  Add remapping for
21805         `compile' and `recompile'.
21806         (tramp-remap-command, tramp-recompile): New defuns.
21807         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21808         in buffer "*Compilation*".  Call the commands asynchronously.
21810         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21811         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21812         `shell-command', because it isn't magic in XEmacs.  Reported by
21813         Adrian Aichner <adrian@xemacs.org>.
21815         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21816         `substitute-in-file-name.
21817         (tramp-smb-handle-substitute-in-file-name): New defun.
21818         (tramp-smb-advice-PC-do-completion): Delete advice.
21820 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
21822         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21823         Fix error in deleting region.
21825 2005-01-15  Richard M. Stallman  <rms@gnu.org>
21827         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21828         In non-temp buffer, switch syntax table temporarily.
21830         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21832         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21834         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21836         * imenu.el (imenu--split-menu): Copy menulist before sorting.
21837         (imenu--generic-function): Use START, not BEG, as pos of definition.
21839         * simple.el (just-one-space): Argument specifies number of spaces.
21841         * simple.el (eval-expression-print-format): Avoid warning
21842         about edebug-active.
21844 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
21846         * progmodes/sh-script.el: Code copied from make-mode.el
21847         with small changes,
21848         (sh-mode-map): Bind C-c C-\.
21849         (sh-backslash-column, sh-backslash-align): New variables.
21850         (sh-backslash-region, sh-append-backslash): New functions.
21852 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21854         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21855         (rmail-pop-password, rmail-pop-password-required): Move to
21856         rmail-obsolete group.
21857         (rmail-set-pop-password): Rename to rmail-set-remote-password.
21858         All callers updated.
21859         (rmail-get-pop-password): Rename to rmail-get-remote-password.
21860         Take an argument specifying whether it is POP or IMAP mailbox we
21861         are using.  All callers updated.
21862         (rmail-pop-password-error): Rename to
21863         rmail-remote-password-error.  Added mailutils-specific error message.
21864         (rmail-movemail-search-path)
21865         (rmail-movemail-variant-in-use): New variables.
21866         (rmail-remote-password, rmail-remote-password-required):
21867         New customization variables.
21868         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21869         (rmail-parse-url): New function.
21870         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21871         with GNU mailutils movemail.
21873 2005-01-15  Kevin Ryde  <user42@zip.com.au>
21875         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21876         suffix to space, $ or '$, to correctly position point when going
21877         to @table style constants like DBL_MAX.
21879 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
21881         * type-break.el (type-break-mode, type-break-file-time)
21882         (type-break-file-keystroke-count, type-break-choose-file):
21883         Don't store data in or load data from the file if type-break-file-name
21884         is nil.
21885         (type-break-file-name): Doc update as per the above.
21887 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
21889         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21890         lookup-key might return nil; handle that.
21892 2005-01-15  Alan Mackenzie  <acm@muc.de>
21894         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21895         rather than the element found, thus enabling the tree to be setcar'd.
21897 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21899         * textmodes/org.el (org-show-following-heading): New option.
21900         (org-show-hierarchy-above): Use `org-show-following-heading'.
21901         (org-cycle): Documentation fix.
21903         * textmodes/org.el (orgtbl-optimized): New option
21904         (orgtbl-mode): New command, a minor mode.
21905         (orgtbl-mode-map): New variable.
21906         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21907         (orgtbl-error, orgtbl-self-insert-command)
21908         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21910         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21911         a local variable in each org-mode buffer.
21913         * textmodes/org.el (org-set-regexps-and-options): Rename from
21914         `org-set-regexps'.  Added checking for STARTUP keyword.
21915         (org-get-current-options): Add STARTUP options.
21916         (org-table-insert-row): Make mode intelligent about when
21917         realignment is needed.
21918         (org-self-insert-command, org-delete-backward-char, org-delete-char):
21919         New commands.
21920         (org-enable-table-editor): New default value `optimized'.
21921         (org-table-blank-field): Support blanking regions if active.
21923 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21925         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21926         if the year is not given.
21928         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21929         Add new escapes %m and %M, fixed bug with %F by adding
21930         save-match-data.
21931         (reftex-reference): Remove ?. from list of spaces.
21932         (reftex-label-info): Add automatic label prefix recognition.
21934         * textmodes/reftex-index.el (reftex-index-next-phrase):
21935         Add slave parameter to call of `reftex-index-this-phrase'.
21936         (reftex-index-this-phrase): New optional argument.
21937         (reftex-index-region-phrases): Add slave parameter to call of
21938         `reftex-index-this-phrase'.
21939         (reftex-display-index): New argument redo.
21940         (reftex-index-rescan): Add `redo' to arguments of
21941         `reftex-display-index'.
21942         (reftex-index-Rescan, reftex-index-revert)
21943         (reftex-index-switch-index-tag): Add `redo' to arguments of
21944         `reftex-display-index'.
21945         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21946         indexing.  Fix bug with matching is there is a quote before or
21947         after the word.
21949         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21950         Fix bug when collecting citation keys in lines with comments.
21951         (reftex-citation): Prefix argument no longer rescans the document,
21952         but forces prompting for optional arguments of cite macros.
21953         (reftex-do-citation): Prompting for optional arguments implemented.
21955         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21956         Add optional arguments to most cite commands.
21957         (reftex-cite-cleanup-optional-args): New option
21958         (reftex-cite-prompt-optional-args): New option.
21959         (reftex-trust-label-prefix): New option.
21961         * textmodes/reftex-toc.el (reftex-toc-find-section):
21962         Add push-mark before changing the position in the buffer.
21964         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21965         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21967 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
21969         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21970         more carefully.
21972 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21974         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21975         (sgml-mode): Use it.
21976         (sgml-get-context): Better keep track of implicitly closed tags.
21978 2005-01-13  Kenichi Handa  <handa@m17n.org>
21980         * textmodes/ispell.el: These changes are to fix misalignment error
21981         caused by equivalent characters of different Emacs charsets.
21982         (ispell-unified-chars-table): New variable.
21983         (ispell-get-decoded-string): New function.
21984         (ispell-get-casechars, ispell-get-not-casechars)
21985         (ispell-get-otherchars): Call ispell-get-decoded-string.
21987 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21989         * custom.el (custom-declare-variable): Just put symbol instead
21990         of (defvar . symbol) in `current-load-list'.
21992 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21994         * emacs-lisp/elint.el: Fixed typo in Commentary section.
21996 2005-01-12  Jay Belanger  <belanger@truman.edu>
21998         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21999         to create a Calc summary.
22001 2005-01-12  Kim F. Storm  <storm@cua.dk>
22003         * mouse.el (mouse-on-link-p): Change functionality and doc
22004         string to comply with latest description in lisp ref.
22006 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22008         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22009         Enable mouse clicks on mode-line, header-line and margin.
22010         (event-type): Give mouse event symbols an `event-kind' property
22011         with value `mouse-click'.
22013 2005-01-12  Juri Linkov  <juri@jurta.org>
22015         * facemenu.el (list-colors-display): Add new arg buffer-name.
22016         Use it.  Fix docstring.  Replace code for identifying duplicate
22017         colors by the name with call to `list-colors-duplicates' which
22018         identifies duplicate colors by the value unless the color
22019         is one of special Windows colors.  Set truncate-lines to t.
22020         Print sorted duplicate color names on each line.  Indent to 22
22021         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22022         (list-colors-duplicates): New function.
22023         (facemenu-color-name-equal): Delete function.
22025         * facemenu.el (list-colors-print): New function created from code
22026         in list-colors-display.  Print #RRGGBB at the window right edge.
22027         (list-colors-display): When temp-buffer-show-function is not
22028         defined, call list-colors-print from temp-buffer-show-hook
22029         to get the right value of window-width in list-colors-print
22030         after the buffer is displayed.
22032         * simple.el (pop-mark): Move deactivate-mark out of conditional
22033         part to deactivate the active mark regardless of the state of the
22034         mark ring.
22036         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22037         variables line in desktop files.
22039 2005-01-12  Juri Linkov  <juri@jurta.org>
22041         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22042         Bring together isearch highlight related options.
22043         (lazy-highlight): Replace group `replace' by `matching'.
22044         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22045         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22046         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22047         and declare them obsolete.
22048         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22049         (isearch-faces): Remove defgroup.
22050         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22051         Move isearch highlighting code closer to lazy highlighting code.
22053         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22054         (query-replace-highlight, query-replace-lazy-highlight)
22055         (query-replace): Move definitions to the beginning of the file.
22057 2005-01-11  Juri Linkov  <juri@jurta.org>
22059         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22060         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22061         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22063         * info.el (Info-history-forward): New variable.
22064         (Info-select-node): Reset Info-history-forward to nil.
22065         (Info-last): Turn into defalias.
22066         (Info-history-back): Rename from Info-last.
22067         Add current node to Info-history-forward.
22068         (Info-history-forward): New fun.
22069         (Info-mode-map): Replace Info-last by Info-history-back.
22070         Bind Info-history-forward to "r".
22071         (Info-mode-menu): Replace Info-last by Info-history-back.
22072         Fix menu item text.  Add menu item for Info-history-forward.
22073         (info-tool-bar-map): Replace Info-last by Info-history-back.
22074         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22075         for Info-history-forward.
22076         (Info-mode): Replace Info-last by Info-history-back in docstring.
22077         Add local variable Info-history-forward.
22078         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22080 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22082         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22083         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22084         Ignore select-window events rather than fiddle with
22085         mouse-autoselect-window.
22087 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22089         * type-break.el (type-break-mode): Fix previous change.
22091 2005-01-10  Jay Belanger  <belanger@truman.edu>
22093         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22094         calculator; only reset when point is inside a calculator.
22095         Don't adjust the window height if the window takes up the whole height
22096         of the frame.
22098 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22100         * ebuff-menu.el (Electric-buffer-menu-mode):
22101         Preserve value of buffer-local var header-line-format.
22103 2005-01-09  Jay Belanger  <belanger@truman.edu>
22105         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22106         Make sure settings file exists before accessing it.
22108         * calc/calc-embed.el (calc-embedded-subst):
22109         Replace math-multi-subst-rec, which is only supposed to be called
22110         by math-multi-subst, by math-multi-subst.
22112 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22114         * vc.el (vc-allow-async-revert): New user option.
22115         (vc-disable-async-diff): New internal variable.
22116         (vc-revert-buffer): Use them to disable asynchronous diff.
22118         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22119         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22120         asynchronously if vc-disable-async-diff is t.
22122 2005-01-09  Jay Belanger  <belanger@truman.edu>
22124         * calc/calc.el (defcalcmodevar): New macro.
22125         (calc-mode-var-list-restore-default-values)
22126         (calc-mode-var-list-restore-saved-values): New functions.
22127         (calc-mode-var-list): Use defcalcmodevar to define it.
22128         (calc-always-load-extensions, calc-line-numbering)
22129         (calc-line-breaking, calc-display-just, calc-display-origin)
22130         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22131         (calc-group-char, calc-point-char, calc-frac-format)
22132         (calc-prefer-frac, calc-hms-format, calc-date-format)
22133         (calc-float-format, calc-full-float-format, calc-complex-format)
22134         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22135         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22136         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22137         (calc-matrix-brackets, calc-language, calc-language-option)
22138         (calc-left-label, calc-right-label, calc-word-size)
22139         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22140         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22141         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22142         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22143         (calc-window-height, calc-display-trail, calc-show-selections)
22144         (calc-use-selections, calc-assoc-selections)
22145         (calc-display-working-message, calc-auto-why, calc-timing)
22146         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22147         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22148         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22149         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22150         (calc-gnuplot-geometry, calc-graph-default-resolution)
22151         (calc-graph-default-resolution-3d, calc-invocation-macro)
22152         (calc-show-banner): Use defcalcmodevar to declare them and set
22153         their default values.
22155         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22156         instead of default values (but restore default values if there is
22157         an argument of 0).
22159 2005-01-09  David Kastrup  <dak@gnu.org>
22161         * desktop.el (desktop-restore-eager): Fix typo in type.
22163 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22165         * cus-edit.el (customize): Delete :link.
22167 2005-01-08  Jay Belanger  <belanger@truman.edu>
22169         * calc/calc.el (calc-mode): Remove the extension from the
22170         `calc-settings-file' file name when loading it.
22172 2005-01-08  Kim F. Storm  <storm@cua.dk>
22174         * info.el (Info-mode-map, Info-next-link-keymap)
22175         (Info-prev-link-keymap, Info-up-link-keymap):
22176         Map follow-link to mouse-face.
22177         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22179 2005-01-08  Jay Belanger  <belanger@truman.edu>
22181         * calc/calc.el (calc-settings-file): Change default value.
22182         Suggested by cgw in a comment in calc-mode.el.
22184         * calc/calc-mode.el (calc-settings-file-name):
22185         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22186         Replace ~/.emacs in a prompt by calc-settings-file.
22188 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22190         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22191         (desktop-lazy-idle-delay): New customizable variables.
22192         (desktop-buffer-args-list): New variable.
22193         (desktop-append-buffer-args): New function.
22194         (desktop-save): Call desktop-append-buffer-args for some buffers.
22195         (desktop-lazy-create-buffer): New function.
22196         (desktop-idle-create-buffers): New function.
22197         (desktop-read): Add message about buffers to restore lazily.
22198         (desktop-lazy-abort): New command.
22199         (desktop-clear): Call desktop-lazy-abort.
22200         (desktop-lazy-complete): New command.
22202 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22204         * emacs-lisp/find-func.el (find-face-definition):
22205         Rename from find-face.
22207 2005-01-06  Kim F. Storm  <storm@cua.dk>
22209         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22211         * man.el (Man-xref-man-page, Man-xref-header-file)
22212         (Man-xref-normal-file): Add follow-link property.
22214 2005-01-06  Jay Belanger  <belanger@truman.edu>
22216         * calc/calc-units.el: Make sure the proper macro definitions are
22217         available when compiling.
22219 2005-01-06  Juri Linkov  <juri@jurta.org>
22221         * isearch.el (isearch-lazy-highlight-update):
22222         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22224 2005-01-06  Miles Bader  <miles@gnu.org>
22226         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22227         (isearch-lazy-highlight-face): Use new name.
22229 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22231         * uniquify.el (uniquify-rationalize-file-buffer-names):
22232         Re-add an interactive spec.
22233         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22234         to the same name.
22236         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22237         (isearch-update, isearch-done): Adjust calls accordingly.
22239 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22241         * custom.el (custom-set-variables, custom-theme-set-variables):
22242         Clarify documentation.
22244         * emacs-lisp/find-func.el (find-variable)
22245         (find-variable-other-window, find-variable-other-frame):
22246         Fix the TYPE args to find-function-read and find-function-do-it.
22247         (find-function): Doc fix.
22248         (find-function-at-point): Replace function-at-point alias.
22250 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22252         * cus-face.el (custom-declare-face):
22253         Record defface in current-load-list.
22255         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22257         * emacs-lisp/find-func.el: Doc fixes.
22258         (find-face-regexp): New variable.
22259         (find-function-regexp-alist): New variable.
22260         (find-function-C-source): Third arg is now TYPE.
22261         (find-function-search-for-symbol): Handle general TYPE.
22262         (find-function-read, find-function-do-it): Handle general TYPE.
22263         (find-definition-noselect, find-face): New functions.
22264         (function-at-point): Alias deleted.
22266 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22268         * battery.el (display-battery-mode): Rename from display-battery.
22269         Handle the case where it gets turned off.
22271 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22273         * cus-edit.el (customize): Make :link point to user doc.
22275         * man.el (Man-fontify-manpage): Turn off undo generation.
22277         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22279 2005-01-04  Andreas Schwab  <schwab@suse.de>
22281         * files.el (insert-directory): Only look for error lines in
22282         inserted text.  Don't move too far after processing --dired markers.
22284 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22286         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22287         Don't expand if the character is @, period, dash, etc.
22288         (define-mail-abbrev): Quote names that contain problem characters.
22290 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22292         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22294 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22296         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22297         (query-replace-highlight, query-replace-lazy-highlight)
22298         (query-replace): Definitions moved up.  Doc fix.
22300 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22302         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22303         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22304         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22305         (lazy-highlight-face): Rename from isearch-lazy-...
22306         Change all references to them.
22308 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22310         * cus-edit.el (custom-file): Doc fix for defcustom.
22311         (custom-file): The function no longer sets the variable
22312         `custom-file' to its return value.
22314         * startup.el (command-line): No longer load `custom-file'.
22316 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22318         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22320         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22321         Don't confuse module-prefixed identifiers for labels.
22322         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22324 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22326         * files.el (basic-save-buffer-1): Fix previous change.
22328         * loadhist.el (file-loadhist-lookup): New function.
22329         (file-provides, file-requires): Use it.
22331         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22332         instead of calculating the right size.
22334 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22336         * vc-svn.el (vc-svn-diff): Stay local if possible.
22338 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22340         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22342         * files.el (hack-local-variables): Fix last change.
22344 2005-01-02  Jay Belanger  <belanger@truman.edu>
22346         * calc/calc-yank.el (calc-edit-top): New variable.
22347         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22348         object.  Change header properties.
22349         (calc-edit-finish, calc-edit-finish-stack-object)
22350         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22351         edited object.
22352         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22353         for the beginning of the edited object.
22354         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22355         for the beginning of the edited object.
22356         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22357         (calc-finish-formula-edit, calc-macro-repeats)
22358         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22359         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22360         beginning of the edited object.
22361         (calc-user-define-edit): Change the header for editing macros.
22362         Remove unnecessary variable.
22364 2005-01-01  Jay Belanger  <belanger@truman.edu>
22366         * calc/calc-yank.el (calc-edit-mode): Change default header.
22367         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22368         * calc/calc-store.el (calc-edit-variable): Change title to match new
22369         header.
22370         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22371         mode to match new header.
22372         (calc-user-define-edit): Change titles to include names of commands.
22373         (calc-finish-formula-edit): Adjust to handle new header.
22374         (calc-finish-macro-edit): Remove.
22375         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22376         (calc-edit-macro-command, calc-edit-macro-command-type)
22377         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22378         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22379         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22380         (calc-edit-macro-finish-edit): New functions.
22381         (calc-user-define-edit): Use new functions to edit named calc macros.
22383 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22385         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22387         * ses.el (copy-region-as-kill): Deactivate mark.
22389 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22391         * replace.el (occur-1): If the output buffer is also an input,
22392         don't kill it, rename it.
22394         * faces.el (set-face-background, set-face-foreground): Doc fix.
22396         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22397         for :foreground and :background.
22399         * dired.el (dired-view-command-alist): Variable deleted.
22400         (dired-view-file, dired-mouse-find-file-other-window):
22401         Delete the code to use it.
22403 2005-01-01  Kim F. Storm  <storm@cua.dk>
22405         * image.el (insert-sliced-image): Use t for line-height property.
22407 See ChangeLog.11 for earlier changes.
22409 ;; Local Variables:
22410 ;; coding: iso-2022-7bit
22411 ;; End:
22413     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22414   Copying and distribution of this file, with or without modification,
22415   are permitted provided the copyright notice and this notice are preserved.
22417 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1