(byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.
[emacs.git] / lisp / ChangeLog
blob11834490dc0f1887946d41d0a3e758d2c804e47b
1 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4         cl-byte-compile-compiler-macro unless it exists.
6 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
8         * files.el (hack-local-variables-confirm) <offer-save>:
9         Clarify message text.  Suggested by Ralf Angeli.
11 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
13         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14         (delete-extract-rectangle-line): Use `filter-buffer-substring'
15         instead of `buffer-substring' and `delete-region'.  (Most of the
16         code actually copied from `kill-region'.)
18 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
20         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
21         (rcirc-default-port): Rename from rcirc-port.
22         (rcirc-default-nick): Rename from rcirc-nick.
23         (rcirc-default-user-name): Rename from rcirc-user-name.
24         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
25         (rcirc-low-priority-flag): New variable.
26         (rcirc-decode-coding-system): New defcustom.
27         (rcirc-encode-coding-system): New defcustom.
28         (rcirc-coding-system-alist): New defcustom.
29         (rcirc-multiline-major-mode): New defcustom.
30         (rcirc-nick): New internal variable.
31         (rcirc-process): Remove variable.
32         (rcirc-server-buffer): New variable.
33         (rcirc): Update to use rcirc-default-* variables above.
34         (rcirc-connect): Do not add window-configuration-hook-here.
35         (rcirc-server): New internal variable.
36         (rcirc-connect): Do not send keepalive pings if
37         rcirc-keepalive-seconds is nil.
38         (with-rcirc-server-buffer): New macro.
39         (rcirc-send-string): Encode with rcirc-encode-coding-system.
40         (rcirc-server-name): Rename from rcirc-server.
41         (rcirc-buffer-process): New function.
42         (rcirc-buffer-nick): New function.
43         (rcirc-buffer-target): Remove function.
44         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
45         New commands.
46         (rcirc-mode-map): Change binding of C-c C-l to
47         rcirc-toggle-low-priority.
48         (rcirc-mode): Initialize coding system based on
49         rcirc-coding-system-alist.  New change-major-mode-hook to part the
50         channel on a mode change.  Make kill-buffer-hook buffer-local.
51         (rcirc-change-major-mode-hook): New function.
52         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
53         (rcirc-last-post-time): New variable.
54         (rcirc-process-message): Store the last time user posted a message
55         to this target.
56         (rcirc-multiline-minor-mode): New mode.
57         (rcirc-multiline-minor-mode-map): New mode map.
58         (rcirc-edit-multiline): Put multiline-edit buffer in
59         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
60         (rcirc-print): Any line starting with an ignored nick will be
61         ignored.
62         (rcirc-print): Decode using rcirc-decode-coding-system.
63         (rcirc-track-minor-mode): Update global-mode-string when disabling
64         this mode.
65         (minor-mode-alist): add LowPri indicator.
66         (rcirc-toggle-low-priority): New function.
67         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
68         next lowpriority buffer with activity.
69         (rcirc-record-activity): Sort buffers in rcirc-activity by the
70         last time the user posted a message in to the target.
71         (rcirc-update-activity-string): New formatting for low priority
72         buffers.
73         (rcirc-split-activity): New function.
74         (rcirc-handler-PART, rcirc-handler-KICK)
75         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
76         (rcirc-nick-away-alist): New variable.
77         (rcirc-handler-301): New handler.  Away messages are printed once
78         per change.
80 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
82         * info.el (Info-follow-nearest-node): Doc fix.
84         * international/mule-cmds.el (set-locale-environment): Make sure
85         the coding-system preferred by the locale's language has the same
86         EOL conversion type as the original buffer-file-coding-system.
87         (locale-language-names): Add a few MS Windows language codes.
89 2006-04-07  Richard Stallman  <rms@gnu.org>
91         * simple.el (eval-expression): Doc fix.
93         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
94         (eval-defun): Doc fixes.
96 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
98         * pgg-gpg.el: Revert to revision 1.8 to allow the use of
99         gpg-agent.
101 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
103         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
104         GDB list command without argument for greater generality.
106 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
108         * subr.el (string-or-null-p): New function.
110         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
112         * textmodes/ispell.el (ispell-local-dictionary): Use
113         string-or-null-p.
115         * files.el: Update comment about safe-local-variable declarations.
117 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
119         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.  See
120         idlwave.org.
122         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.  See
123         idlwave.org.  Includes code to obsolete idlw-rinfo.el.
125         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.  See
126         idlwave.org.
128         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
129         version 6.0 (minimal changes).  See idlwave.org.
131         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
132         6.0 (minimal changes).  See idlwave.org.
134         * progmodes/idlw-rinfo.el: File obsoleted and removed.
136 2006-04-06  Romain Francoise  <romain@orebokech.com>
138         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
139         symmetric encryption features and a new asynchronous interface to
140         GnuPG.  This new version is version 1.4, plus whitespace changes.
142 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
144         * files.el: Move some `safe-local-variable' declarations to the
145         respective files.
147         * textmodes/ispell.el (ispell-check-comments)
148         (ispell-local-dictionary): Mark as safe.
150         * abbrev.el (abbrev-mode): Mark as safe.
152         * add-log.el (change-log-default-name): Mark as safe.
154         * textmodes/reftex-vars.el (reftex-vref-is-default)
155         (reftex-fref-is-default, reftex-level-indent)
156         (reftex-guess-label-type): Mark as safe.
158         * textmodes/fill.el (colon-double-space): Mark as safe.
160         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
161         (sentence-end-double-space, sentence-end-without-period)
162         (sentence-end-without-space, sentence-end, sentence-end-base)
163         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
165 2006-04-06  Kim F. Storm  <storm@cua.dk>
167         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
168         the :set-after list.
169         (ido-downcase-unc-hosts): New user option.  Default on.
170         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
171         when it is set, as regexps are now applied on the fly.
172         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
173         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
174         on the fly, but only when ido-process-ignore-lists is set.
175         Do case insensitive filtering if ido-downcase-unc-hosts is set.
176         Only downcase names if ido-downcase-unc-hosts is set.
178 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
180         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
182         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
184 2006-04-05  Kim F. Storm  <storm@cua.dk>
186         * ido.el (ido-mode): Set after ido-unc-hosts and
187         ido-ignore-unc-host-regexps.
188         (ido-save-history): Save ido-unc-hosts-cache.
189         (ido-load-history): Load ido-unc-hosts-cache.
190         (ido-reread-directory): Refresh unc hosts cache in // dir.
192         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
193         to nil while displaying slash screen.
195 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
197         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
198         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
200 2006-04-05  Kenichi Handa  <handa@m17n.org>
202         * international/characters.el: Setup cases of Latin, Greek, and
203         Cyrillic characters in CJK charsets.
205 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
207         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
208         default-enable-multibyte-characters.  This reverts the change from
209         revision 6.17 which is no longer necessary because the passphrase
210         is sent separately now.  GnuPG messages are unreadable under
211         multibyte locales with default-enable-multibyte-characters set to
212         nil.
214 2006-04-04  Andreas Schwab  <schwab@suse.de>
216         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
217         and `byte-compile-warnings' as `safe-local-variable'.
219 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
221         * man.el (Man-mode-map): Restore the \r binding.
222         (Man-abstract-xref-man-page): If Man-target-string is a function,
223         call it.
224         (Man-highlight-references): Use Man-default-man-entry to get the
225         target. Deal with xrefs too.
226         (Man-highlight-references0): Don't call the target function.
228         * woman.el (WoMan-xref-man-page): Strip the section number, woman
229         cannot deal with it.
231 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
233         * pgg-gpg.el: Clean up process buffers every time gpg processes
234         complete.
236 2006-04-04  Kenichi Handa  <handa@m17n.org>
238         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
239         here.
240         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
241         Temporarily bind inhibit-field-text-motion to t.
243 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * startup.el (normal-splash-screen): Only set mode-line-format in the
246         splash buffer, so as not to interfere when debugging the code.
247         Ignore errors when switching buffer.
249 2006-04-03  Romain Francoise  <romain@orebokech.com>
251         * dired.el (dired-dnd-protocol-alist): Fix typo.
253 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
255         * savehist.el (savehist): Add :version.
256         (savehist-ignored-variables): New variable.
257         (savehist-minibuffer-hook): Don't save variables listed in
258         `savehist-ignored-variables'.
260         * dired.el (dired-dnd-protocol-alist): Mention that change does
261         only apply to new buffers in doc string.
263 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
265         * recentf.el (recentf-open-files-item): Include newline in button
266         field, so opening a file will work, when the point is at the end
267         of the file name.  Allow, for example, to [i]search a file by
268         extension and just push RET to open it.
270 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
272         * pgg-gpg.el (pgg-gpg-process-filter)
273         (pgg-gpg-wait-for-completion): Check if buffer is alive.
275         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
276         lines, temporary fix.
278 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
280         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
282 2006-04-02  Richard Stallman  <rms@gnu.org>
284         * progmodes/compile.el (compilation-message-face): Make it defcustom.
286 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
288         * ibuf-macs.el (define-ibuffer-column): Add a new key:
289         header-mouse-map.
291         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
292         (ibuffer-mode-header-map): New keymaps.
293         (ibuffer-update-title-and-summary): Enable mouse face highlighting
294         and keybindings for column headers.
295         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
296         property.
298 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
300         * speedbar.el (speedbar-after-create-hook): Doc fix.
302 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
304         * shell.el (shell-directory-tracker)
305         (shell-dynamic-complete-command): Doc fixes.
307 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
309         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
310         terminals.
312 2006-04-01  Kim F. Storm  <storm@cua.dk>
314         * ido.el (ido-unc-hosts-cache): New defvar.
315         (ido-unc-hosts): If value of defcustom is a function, call it to
316         get list of UNC hosts.  Add function-item choices to specify
317         ido-unc-hosts-net-view or user function.
318         (ido-ignore-unc-host-regexps): New defcustom.
319         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
320         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
321         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
323 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
326         wwidth.
328 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
330         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
331         (ido-max-work-file-list, ido-switch-buffer)
332         (ido-read-file-name-as-directory-commands):
333         Fix typos in docstrings.
335 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
337         * term/mac-win.el (mac-system-coding-system): Define and use after
338         Mac-specific coding systems are ready.
340 2006-03-27  Romain Francoise  <romain@orebokech.com>
342         * net/rcirc.el (rcirc-connect): Add autoload cookie.
344         * ldefs-boot.el: Update.
346 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
348         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
349         passphrases when it is not needed.
350         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
351         passphrase stuff from gpg, should only be necessary when you use
352         gpg with a smartcard.
354 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
356         * comint.el (comint-dynamic-list-completions): Allow user to
357         select *Completions* buffer.
359 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
361         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
363 2006-03-26  Andreas Schwab  <schwab@suse.de>
365         * progmodes/gud.el (gdb): Only complain about multiple debugging
366         when the gdb process is still running.
368 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
370         * mail/rmail.el (tool-bar-map): Defvar it.
371         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
372         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
374 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
376         * help.el (print-help-return-message): Suggest to use
377         display-buffer instead of switch-to-buffer-other-window to restore
378         the previous window without selecting it.
380 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
382         * frame.el (select-frame-by-name): Call x-focus-frame also when
383         window-system is mac.
385         * term/mac-win.el: Adjust Courier font specifications in
386         x-fixed-font-alist.
387         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
388         when directly encoding to UTF-16 in native byte order, no BOM.
390 2006-03-25  Kim F. Storm  <storm@cua.dk>
392         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
393         (cua--init-keymaps): Use it instead of fixed C-return.
394         (cua-mode): Set after it.
396         * emulation/cua-rect.el (cua--init-rectangles):
397         Use cua-rectangle-mark-key instead of fixed C-return.
399 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
401         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
402         "run" in .gdbinit.
403         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
405 2006-03-24  Romain Francoise  <romain@orebokech.com>
407         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
408         `display-buffer-other-frame'.
410 2006-03-24  Kim F. Storm  <storm@cua.dk>
412         * apropos.el (apropos-synonyms): Add selection => region.
414 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
416         * progmodes/gdb-ui.el (gdb-var-create-regexp)
417         (gdb-var-list-children-regexp, gdb-var-update-regexp)
418         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
419         (gdb-data-list-register-values-regexp)
420         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
421         Future proof against new fields being added to MI output.
422         (gdb-send): Don't treat backslashes for program input as
423         continuations.
424         (gdb-assembler-handler): Don't use window-start for this handler.
425         (gdb-frame-handler): Don't change to hollow arrow if overlay
426         arrow doesn't move to new frame.
428 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
430         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
431         prevent compiler warnings.
432         (gdb-stopped): Check for gud-last-last-frame (case: signal).
433         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
434         (gdb-assembler-custom): Use hollow-right-triangle for assembler
435         buffer too.
437 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
439         * pgg-gpg.el (pgg-gpg-update-agent): Check for
440         make-network-process, so we can use the same code in Gnus v5-10
441         too and have this file fully synchronized with that release.
443 2006-03-23  Romain Francoise  <romain@orebokech.com>
445         * ibuf-ext.el (ibuffer-read-filter-group-name):
446         Use `ibuffer-generate-filter-groups' to make completion list match
447         the filter groups that are really displayed in the Ibuffer buffer.
448         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
450 2006-03-23  Kenichi Handa  <handa@m17n.org>
452         * international/mule-cmds.el (sort-coding-systems): Describe that
453         the argument is modified in docstring.
455 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
457         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
458         (pgg-gpg-update-agent): New function.
459         (pgg-gpg-use-agent-p): New function.
460         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
461         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
462         (pgg-gpg-sign-region): Use it.
464 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
466         * cus-edit.el (custom-face-set): Call custom-push-theme before
467         face-spec set so that `changed' theme is correctly saved.
468         (custom-face-reset-standard): Reset to recalculated face rather
469         than defface spec.
471         * custom.el (custom-push-theme): Only save `changed' theme if the
472         current face does not match the defface specs.
474 2006-03-21  Simon Josefsson  <jas@extundo.com>
476         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
477         <wilde@sha-bang.de>.
478         (pgg-gpg-use-agent): New variable.
479         (pgg-gpg-process-region): Use it.
480         (pgg-gpg-encrypt-region): Likewise.
481         (pgg-gpg-encrypt-symmetric-region): Likewise.
482         (pgg-gpg-decrypt-region): Likewise.
483         (pgg-gpg-sign-region): Likewise.
484         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
486 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
488         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
489         bracket links.
491 2006-03-21  Kim F. Storm  <storm@cua.dk>
493         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
494         fringe-indicator-alist instead of modifying global value.
495         (gdb-frame-handler): Likewise.
497 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
499         * diff-mode.el (diff-function): Make it inherit from diff-header
500         instead of diff-context.
502         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
503         bitmap.
504         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
505         change names in macro above for consistency.
506         (gdb-frame-handler): Use hollow-right-triangle for all selected
507         frames which except the innermost (where execution has stopped).
508         (gdb-reset): Reset buffer-local values of overlay-arrow.
510 2006-03-20  Richard Stallman  <rms@gnu.org>
512         * simple.el (set-mark-command): Doc fix.
514         * files.el (display-buffer-other-frame): New command.
515         (ctl-x-4-map): Bind C-x 5 C-o to it.
517 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
519         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
520         rather than just defer-time, in case defer-time has been changed but
521         the timer isn't running yet.
522         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
524 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
526         * help-mode.el (help-follow-symbol): New function.
527         Essentially identical to the old `help-follow', but do not let
528         `push-button' do the work when on an xref.
529         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
531 2006-03-19  Richard Stallman  <rms@gnu.org>
533         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
534         preceded by the word `program'.
535         (help-follow-mouse, help-follow): Throw error if not on xref.
536         Delete no longer used args.
538 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
540         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
541         annotation ensure gud-overlay-arrow-position is redisplayed.
543 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
545         * textmodes/bibtex.el (bibtex-include-OPTkey)
546         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
547         (bibtex-autokey-name-case-convert)
548         (bibtex-autokey-titleword-case-convert): Make these the aliases
549         for the following two variables.
550         (bibtex-autokey-name-case-convert-function)
551         (bibtex-autokey-titleword-case-convert-function): Make these the
552         real names.
553         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
554         bibtex-font-lock-crossref sublists.
555         (bibtex-mode): Revert 2005-12-30 change (which made
556         completion-ignore-case buffer-local).
557         (bibtex-url): Simplify.
559 2006-03-19  Kim F. Storm  <storm@cua.dk>
561         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
562         cursor property value to 2 (to align with C level change).
564 2006-03-19  Bill Wohler  <wohler@newt.com>
566         * image.el (image-load-path-for-library): Shorten first line in
567         docstring.
569 2006-03-18  Richard Stallman  <rms@gnu.org>
571         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
573 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
575         * isearch.el (isearch-other-meta-char): Handle user bindings for
576         shifted control characters.
578 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
580         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
581         part that matches email addresses, file names, etc.
583 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
585         * term/w32-win.el (mouse-set-font):
586         Mention w32-list-proportional-fonts in the doc string.
588 2006-03-18  Kim F. Storm  <storm@cua.dk>
590         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
591         (ido-unc-hosts): New user option to explicitly define list of know
592         UNC-style hosts for completion.
593         (ido-cache-unc-host-shares-time): New user option.
594         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
595         New helper functions for UNC file-name support.
596         (ido-may-cache-directory): Check for UNC host.  Simplify.
597         (ido-wash-history): Clean out old UNC hosts.
598         (ido-nonreadable-directory-p): UNC hosts are always readable.
599         (ido-directory-too-big-p): UNC hosts are never too big.
600         (ido-set-current-directory): Handle UNC root path.
601         (ido-file-name-all-completions): Complete UNC host names from
602         ido-unc-hosts list.  Cache UNC host shares.
603         (ido-make-file-list-1): Don't filter UNC root.
604         (ido-exhibit): Check for // in root directory, and switch to UNC
605         mode by setting ido-current-directory to //.
607 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
609         * cus-edit.el (customize-changed-options): Mention explicit
610         version number as default in prompt.
612 2006-03-17  Bill Wohler  <wohler@newt.com>
614         * image.el (image-load-path-for-library): Minor docstring fix.
616 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
618         * textmodes/org.el (org-read-date): Include subgroup 5 into
619         replacement text.
620         (org-popup-calendar-for-date-prompt): Fix customization type.
622 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
624         * progmodes/gdb-ui.el (gud-watch): Provide completion.
625         (gdb-continuation): New variable.
626         (gdb-send): Deal with continuation lines.
628         * progmodes/gud.el (gud-gdb-complete-command)
629         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
630         expressions.
631         (gud-tooltip-mode): Use buffer-local value.
633 2006-03-16  Kim F. Storm  <storm@cua.dk>
635         * ido.el (ido-edit-input): Use selected match, if any.
637 2006-03-16  Bill Wohler  <wohler@newt.com>
639         * image.el (image-load-path-for-library): Prefer user's images in
640         image-load-path.
642 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
644         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
645         when checking for attempt to drag leftmost or rightmost scrollbar.
647 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
649         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
650         (gdb-force-mode-line-update): New function.
651         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
652         (gdb-exited): Use them.
653         (gdb-signal): New function.
654         (gdb-annotation-rules): Provide a rule for it.
656 2006-03-16  Kenichi Handa  <handa@m17n.org>
658         * international/mule.el (auto-coding-regexp-alist): Add entries
659         for Unicode BOM.
661         * sort.el (sort-build-lists): Temporarily bind
662         inhibit-field-text-motion to t.
664 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
666         * locate.el (locate-command, locate-make-command-line)
667         (locate-fcodes-file, locate-update-command)
668         (locate-prompt-for-command, locate, locate-with-filter)
669         (locate-get-file-positions): Doc fixes.
670         (locate-buffer-name, locate-header-face): Remove leading `*' in
671         defcustom.
672         (locate-filter-output): Use `keep-lines' instead of its alias
673         `delete-non-matching-lines'.
674         (locate-get-filename, locate-get-dirname): Add introductory comment.
675         (locate-find-directory-other-window): Give appropriate error
676         message if used outside main listing.
678 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
681         the new extend-region feature.
682         (font-lock-after-change-function): Update correspondingly.
683         * jit-lock.el (jit-lock-after-change): Update correspondingly.
684         * progmodes/grep.el (font-lock-lines-before): Don't disable.
686 2006-03-15  Bill Wohler  <wohler@newt.com>
688         * image.el (image-load-path-for-library): Fix example by not
689         recommending that one binds image-load-path.  Just defvar it to
690         placate compiler and only use it if previously defined.
692 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
694         * textmodes/org.el (org-insert-centered): Use `string-width' to
695         make underlining work for wide characters.
696         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
697         TAB to `org-cycle', to make sure that no binding in
698         `outline-mode-map' can supercede it.
700 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
702         * allout.el: Increment version to 2.2.1 in file commentary.
704         (allout-version): Increment to 2.2.1.
706         (allout-default-layout): New customization variable, used when the
707         file lacks a specific allout-layout.  Uses allout-layout-type for
708         recursively nested definition.
710         (allout-layout-type): Widget defining allout layouts, necessary for
711         self-recursive definition.
713         (allout-mode): Incorporate allout-default-layout as fallback for
714         allout-layout.
716         (allout-layout): Mark as 'safe-local-variable', and refer mention
717         fallback to `allout-default-layout' in absence of a specified value.
718         (allout-passphrase-verifier-string)
719         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
721         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
723         (allout-get-encryption-passphrase-verifier): Use correct name of
724         passphrase verifier in docstring.
726 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
728         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
729         elements.
730         (gdb-find-watch-expression): Make it work for arrays too.
731         Follow change to gdb-var-list.
732         (gud-watch): Allow the user to enter variable name with a prexix
733         arg.  Create keybindings.
734         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
735         (gdb-var-list-children-handler, gdb-var-update-handler)
736         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
737         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
738         Follow change to gdb-var-list.
739         (gdb-starting): Don't show the overlay arrows when program is running.
741         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
742         gdb-var-list.
744 2006-03-14  Bill Wohler  <wohler@newt.com>
746         * image.el (image-load-path-for-library): Pass value of path
747         rather than symbol.  Always return list of directories.
748         Guarantee that image directory comes first.
750 2006-03-14  Alan Mackenzie  <acm@muc.de>
752         * font-core.el (font-lock-extend-region\(-function\)?.):
753         New function/variable.
755         * font-lock.el (font-lock-after-change-function):
756         Call font-lock-extend-region.  Obey font-lock-lines-before.
757         (font-lock-default-fontify-region): Remove reference to
758         font-lock-lines-before.
760         * jit-lock.el (jit-lock-after-change):
761         Call font-lock-extend-region.  Obey font-lock-lines-before.
763 2006-03-14  David Ponce  <david@dponce.com>
765         * tree-widget.el (tree-widget-themes-load-path)
766         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
768 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
770         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
771         (rcirc-print): Mark the start of text at the end of the prompt.
772         (rcirc-track-minor-mode): Add autoload cookie.
773         (rcirc-update-activity-string): Add space to front of mode-line
774         indicator.
776 2006-03-13  Miles Bader  <miles@gnu.org>
778         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
779         (rcirc-abbrev-nick): Remove function.
780         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
782 2006-03-13  David Ponce  <david@dponce.com>
784         * tree-widget.el: Handle themes across all occurrences of the main
785         themes sub-directory found in tree-widget-themes-load-path.
786         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
787         (tree-widget--locate-sub-directory): Return all occurrences.
788         (tree-widget-themes-path): New function.
789         Replace tree-widget-themes-directory, and return a list of directories.
790         (tree-widget-set-parent-theme)
791         (tree-widget-lookup-image): Use it.
793 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
795         * textmodes/org.el (org-link-search): Avoid self-matching of
796         links, allow target text to be distributed over several lines.
797         (org-search-not-link): New function.
798         (org-set-regexps-and-options, org-get-current-options):
799         New startup options.
800         (org-export-as-html): Take odd-level setting from local variable.
801         (org-fontify-emphasized-text): New option.
802         (org-set-font-lock-defaults): Include emphasized text.
803         (org-follow-mhe-link): Allow folder-only links, fix folder name.
804         (org-font-lock): Customize group renamed from `org-faces'.
806 2006-03-13  John Paul Wallington  <jpw@pobox.com>
808         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
809         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
811 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
813         * cus-start.el (all): Delete :version keyword for members of the
814         fringe group, since the entire group is new in 22.1.
816 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
818         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
819         map if value is hexadecimal (an address).
820         (gud-watch): Only search roots for existing watch expressions.
821         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
822         prevent caching problems with speedbar-update-directory-contents.
824 2006-03-12  Juri Linkov  <juri@jurta.org>
826         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
827         before comparing with `low' and `warn'.
829         * info.el (Info-dir-remove-duplicates): Move point to the
830         beginning of the current line after deleting the entries from
831         redundant heading.  Use marker for `limit' and compare it with
832         point before calling `re-search-forward'.
834 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
836         * simple.el (yank): Fix typo in docstring.
838 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
840         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
841         messages, where "D" is the 6th character.
843 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
845         * simple.el (yank): Fix last change.
847 2006-03-11  David Ponce  <david@dponce.com>
849         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
850         merging elements from the standard ispell-dictionary-alist.
851         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
852         alist, and return the new alist.
854 2006-03-11  Richard Stallman  <rms@gnu.org>
856         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
858         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
859         the way it is implemented is too unclean.
861         * simple.el (kill-region, yank): Doc fix.
863         * battery.el (battery-echo-area-format): Doc fix.
864         (battery-mode-line-format): Likewise.
865         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
866         (battery-linux-proc-acpi): Ignore batteries that say "charged".
868 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
870         * progmodes/octave-mod.el (octave-indent-for-comment):
871         Behave according to do string.
873 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
875         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
876         Be visible only if major mode is Mail Mode.
878         * textmodes/flyspell.el (flyspell-external-point-words)
879         (flyspell-process-localwords): Fix last changes.
881 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
883         * calendar/holidays.el (list-holidays): Doc fix.
885         * international/mule.el (auto-coding-alist): Add .odt
886         (OpenOffice's open document) files.
888         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
889         document) files.  Mention in the doc string the need to sync with
890         auto-coding-alist.
892 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
894         * files.el (hack-local-variables-confirm): Don't prompt for ! if
895         enable-local-variables is set to always query, or there is no
896         savable variable.
898 2006-03-10  Bill Wohler  <wohler@newt.com>
900         * image.el (image-load-path-for-library): Merge at least three
901         functions from Gnus and MH-E into this one function that can now
902         be shared.
904 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
906         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
907         gdb-remove-mouse-face and remove help-echo too.
908         (gdb-enqueue-input): Correct conditional clause.
910 2006-03-10  Glenn Morris  <rgm@gnu.org>
912         * calendar/calendar.el (calendar-holidays): Doc fix.
913         * calendar/holidays.el (list-holidays): Doc fix.
915 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
917         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
918         it gets called in gdb-prompt anyway.
919         (gdb-use-separate-io-buffer): Only restore window arrangement for
920         gdb-many-windows.
921         (gdb-enqueue-input): Make it harder to send GDB input when program
922         is running.
923         (gdb-buffer-list): New variable.
924         (gdb-remove-mouse-face): New function.
925         (gdb-starting): Use it when GDB input won't get sent.
927 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
929         * help.el (view-lossage): Remove trailing whitespace before
930         inserting "\n".
932 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
934         * files.el (hack-local-variables-confirm):
935         Set coding-system-for-read to nil before writing to .emacs.
937         * arc-mode.el (archive-extract): Check if an existing buffer name
938         comes from a different archive.
940         * help.el (describe-key-briefly): If KEY is a down event, read and
941         discard the up event.
943 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
945         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
946         be edited and use font-lock-warning-face for any changes.
948         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
949         (gdb-edit-value): Use it to report any errors.
951 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
953         * help.el (describe-key): Remove leftover test code.
955 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
957         * textmodes/org.el: Move defvars out of eval-when-compile.
958         Use buffer-file-name variable.
959         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
960         arg `file'.
961         (org-level-faces): Remove startup dependency.
962         (org-cycle, org-map-tree, org-scan-tags)
963         (org-remember-handler): Don't call `outline-level' directly.
964         (org-mhe-search-all-folders): New option.
965         (org-mhe-get-message-folder-from-index)
966         (org-mhe-get-message-folder): Fix indexing search.
967         (org-format-agenda-item): Handle nil TAGS argument.
968         (org-cleaned-string-for-export, org-activate-target-links)
969         (org-make-target-link-regexp): Deal with empty radio target list.
970         (org-tag): New face.
971         (org-get-level-face): New function.
972         (org-set-font-lock-defaults): Simplify setup for headlines.
973         (org-complete): Pass common substring to `display-completion-list'.
975 2006-03-06  David Ponce  <david@dponce.com>
977         * tree-widget.el: Update Commentary header.
978         (tree-widget-theme-name): Ignore parent themes.
979         (tree-widget-set-parent-theme): New function.
980         (tree-widget-set-theme): Use it.
981         (tree-widget-set-image-properties): Move definition.  Does nothing
982         if image properties have already been set.
983         (tree-widget-image-properties): Move definition.  Receive an image
984         name.  Set the :pointer property.
985         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
986         Don't set the :pointer image property.
987         (tree-widget-convert-widget): New function.  Handle :dynargs
988         compatibility here.
989         (tree-widget): Use it to :convert-widget.  Add the :expander-p
990         predicate to control when the :expander function is entered.
991         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
992         (tree-widget-value-create): Handle :expander-p.  widget-apply
993         :expander.
994         (tree-widget-expander-p): New function.  Default value of the
995         :expander-p property.
997 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
999         * help.el (describe-key): Properly handle the return value of
1000         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1001         remaps.  Handle string and vector `follow-link' values.
1003 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * complete.el (PC-expand-many-files): Try be more careful when parsing
1006         the shell's output.
1008 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1010         * outline.el (hide-sublevels): Provide better interactive default.
1012 2006-03-06  Kenichi Handa  <handa@m17n.org>
1014         * international/fontset.el (create-fontset-from-fontset-spec):
1015         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1017 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1019         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1020         backslashes instead of one in regexp.
1021         (gud-tooltip-dereference): Add missing optional argument.
1023 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1025         * wdired.el (toplevel): Require `cl' at compile-time.
1027 2006-03-04  Andreas Schwab  <schwab@suse.de>
1029         * server.el (server-process-filter): Handle errors during
1030         evaluation of the argument.
1032 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1034         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1035         escape parentheses at beginning of line.
1036         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1037         (t-mouse-mode): Remove period from end of error message.
1039 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1041         * textmodes/flyspell.el (flyspell-process-localwords):
1042         Be case-sensitive.
1044 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1046         * cus-edit.el (custom-quote): Remove function, since it has been
1047         moved to custom.el.
1049         * font-lock.el (lisp-font-lock-keywords-2)
1050         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1051         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1052         they have no special meaning.
1054         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1055         indirect buffer gets killed before indirect buffer.  Use dolist.
1057 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1059         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1060         value instead of a literal constant (1) on more pauses.
1062 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1064         * textmodes/flyspell.el (flyspell-external-point-words):
1065         Be case-sensitive.
1067 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1069         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1070         with "www".
1072 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1074         * allout.el: Restablish intermediate missing comment header to
1075         preserve outline structure.
1076         (allout-beginning-of-current-entry): Skip invisible text.
1077         (allout-open-topic): Fix opening a topic at end-of-buffer.
1078         (allout-minor-mode): Move nearer to allout-mode function.
1080 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1082         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1084 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1086         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1087         is nil.
1089         * progmodes/gud.el (gud-speedbar-menu-items):
1090         Use buffer-local-value and add missing :visible keyword.
1092         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1094 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1096         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1097         must be `follow-link'.
1099         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1101         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1102         formatting: No nested anchors.
1103         (org-all-targets): Fix bug with XEmacs compatibility.
1104         (org-read-date): Add (require 'parse-time).
1105         (org-set-tags): Fix bug with extra inserted space.
1106         (org-export-html-style): Define a style class for targets.
1107         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1108         (org-hide-leading-stars): New option.
1109         (org-hide): New face.
1110         (org-set-font-lock-defaults): Allow to hide leading stars.
1111         (org-get-legal-level, org-tr-level): New functions.
1112         (org-odd-levels-only): New option.
1113         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1114         (org-demote, org-promote): Deal with double-star levels.
1115         (org-convert-to-odd-levels): New command.
1117 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1119         * speedbar.el (speedbar-update-localized-contents): Try to
1120         preserve window-start.
1121         (speedbar-update-directory-contents): Try to preserve window-start
1122         and window-point.
1123         (speedbar-update-special-contents): Don't move back to start of window.
1125         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1126         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1127         speedbar-timer-fn.
1128         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1129         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1130         instead of gdb-speedbar-timer-fn.
1132 2006-02-28  Jay Belanger  <belanger@truman.edu>
1134         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1135         (math-compose-expr): Use latex option when calling
1136         `math-compose-tex-matrix' for latex mode.
1138 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1140         * speedbar.el: Re-instate comments about developing for speedbar
1141         [this is what info and gdb-ui use even if better methods exist now].
1143         * t-mouse.el: New file.
1144         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1145         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1146         (t-mouse-make-event-element): Use posn-at-x-y instead.
1147         (t-mouse-make-event): Deal with Fedora Core 3.
1148         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1149         (t-mouse-mouse-position-function): New function.  Use it instead
1150         of advising mouse-position.
1151         (t-mouse-mode): New minor mode.
1152         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1154 2006-02-27  Glenn Morris  <rgm@gnu.org>
1156         * calendar/calendar.el (calendar-holidays): Doc fix.
1158 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1160         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1161         Re-introduce the concept of a source window.
1162         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1163         consistency with get-buffer-create.
1164         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1165         (gdb-data-list-register-values-handler)
1166         (gdb-stack-list-locals-handler): Try to preserve window-start as
1167         well as window-point.
1168         (gdb-display-source-buffer): New function (old concept).
1169         (gdb-goto-breakpoint): Use it.
1171         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1172         for gdb-ui/gdb-mi (old concept).
1174 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1176         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1177         binding.
1179         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1181         * textmodes/reftex-sel.el (reftex-select-label-map)
1182         (reftex-select-bib-map): Add `follow-mouse' binding.
1184 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1186         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1187         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1188         Give :set functions to provide automatic updating.
1189         Update docstring.  Give compiler defvars early in the file
1190         and move the defcustoms to a later spot where all called functions
1191         are defined.
1192         (jka-compr-file-name-handler-entry): Doc fix.
1193         (jka-compr-compression-info-list--internal)
1194         (jka-compr-mode-alist-additions--internal)
1195         (jka-compr-load-suffixes--internal): New variables.
1196         (jka-compr-install): Set the three above variables.
1197         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1198         (jka-compr-update, jka-compr-set): New functions.
1199         (auto-compression-mode): Doc fix.
1201         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1202         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1203         Use jka-compr-compression-info-list--internal,
1204         jka-compr-mode-alist-additions--internal and
1205         jka-compr-load-suffixes--internal.
1207         * files.el (load-library):
1208         * loadhist.el (file-loadhist-lookup):
1209         * startup.el (command-line):
1210         * subr.el (locate-library):
1211         * emacs-lisp/autoload.el (update-directory-autoloads):
1212         * emacs-lisp/find-func.el (find-library-suffixes):
1213         Use `get-load-suffixes' instead of `load-suffixes'.
1215         * subr.el (locate-library):
1216         * emacs-lisp/find-func.el (find-library-name):
1217         Use `load-file-rep-suffixes' instead of '("").
1219 2006-02-26  Kim F. Storm  <storm@cua.dk>
1221         * ido.el (ido-save-history, ido-load-history): Simplify.
1222         Don't use find-file-noselect to avoid interference from other modes.
1224 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1226         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1227         to use the default shell if filename is not available.
1228         Reported by Giorgos Keramidas.
1230 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1232         * progmodes/etags.el (tags-completion-table): Do completion from
1233         all the tables in the current list, as documented in the manual.
1235 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1237         * CC Mode Update to 5.31.3.
1239 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1241         * progmodes/cc-mode.el (c-postprocess-file-styles):
1242         Bind inhibit-read-only to t, around the call to
1243         c-remove-any-local-eval-or-mode-variables, so that it works on a
1244         RO file.
1246 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1248         * progmodes/cc-awk.el: Correct a typo.
1250 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1252         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1253         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1254         name as an alias.
1256 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1258         * progmodes/cc-mode.el: Correct a typo.
1260 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1262         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1264 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1266         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1267         brace-else-brace (error due to mbeg, mend being undefined).
1269 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1271         * progmodes/cc-mode.el: File Local variables: Solve the problem
1272         where both `mode' and c-file-offsets are specified: `mode' will
1273         overwrite c-f-o's settings:
1274         (c-remove-any-local-eval-or-mode-variables): New function.
1275         (c-postprocess-file-styles): Call the above new function, within
1276         c-tentative-buffer-change, to splat `mode' and `eval' before the
1277         second hack-local-variables.
1279 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1281         * progmodes/cc-mode.el:
1282         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1283         (c-after-change): Protect the match data with save-match-data.
1284         It was getting corrupted by c-after-change-check-<>-operators.
1286         * cc-defs.el: [Supersedes patch V1.38]:
1287         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1288         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1290         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1291         with save-match-data.  It was being corrupted when Font Lock was
1292         not enabled.
1294 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1296         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1297         Mode and Subword Mode.
1299         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1300         real labels ("case 1:" or "foo:") from non-labels ("public:").
1301         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1302         coding; c-f-t-2 doesn't move over a token at EOB.
1304         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1306         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1307         (c-update-modeline): Concatenate the minor mode indicators
1308         directly onto mode-name, removing c-submode-indicators.
1309         Sometimes, c-s-i got separated from the mode name on the mode line.
1311         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1312         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1314 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1316         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1317         error message when there's an evaluation error to show whether
1318         it's loaded from source or not.
1319         (c-filter-ops): Make it available at runtime too to work when
1320         `c-make-init-lang-vars-fun' needs to evaluate from source.
1322 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1324         * help.el (help): Revert last part of 2006-02-23 change (deletion
1325         of the `provide' call).
1327 2006-02-23  Juri Linkov  <juri@jurta.org>
1329         * compare-w.el (compare-windows-highlight): Add new value
1330         `persistent' and change :type from `boolean' to `choice'.
1331         (compare-windows-overlays1, compare-windows-overlays2):
1332         New internal variables.
1333         (compare-windows-highlight): If compare-windows-highlight is
1334         `persistent', add current overlays to compare-windows-overlays[12]
1335         instead of adding compare-windows-dehighlight to pre-command-hook.
1336         (compare-windows-dehighlight): Delete all overlays from
1337         compare-windows-overlays[12].
1339         * info.el (Info-search): Don't bind search-spaces-regexp to
1340         Info-search-whitespace-regexp in non-regexp isearch mode.
1342 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1346 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1348         * textmodes/org.el (org-xemacs-p)
1349         (org-export-html-show-new-buffer, org-table-may-need-update)
1350         (org-insert-item, org-mhe-get-message-real-folder)
1351         (org-mhe-get-message-folder-from-index)
1352         (org-mhe-get-message-folder, org-mhe-get-message-num)
1353         (org-mhe-get-header, org-make-org-heading-search-string)
1354         (org-make-org-heading-camel, org-table-sort-lines)
1355         (org-format-org-table-html, org-format-table-table-html):
1356         Fix typos in docstrings.
1358 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1360         * textmodes/org.el (org-cleaned-string-for-export)
1361         (org-solidify-link-text): New function.
1362         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1363         XEmacs, just to silence the compiler.
1364         (org-export-as-ascii, org-export-as-html-and-open):
1365         Use `org-cleaned-string-for-export' and create internal links.
1366         (org-follow-mhe-link): Require mh-e, use folder.
1368 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1370         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1372         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1373         gdb-debug-log-length.
1374         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1375         it a real ring but...
1376         (gud-gdba-marker-filter): ...make it work like mark-ring.
1377         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1378         (gdb-mouse-jump): New function.  Add bindings.
1380 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1382         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1383         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1384         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1385         (gdb-debug-log-length): Customize it's length.
1386         (gud-watch, gdb-var-create-handler): Display function::var format
1387         but don't use to create variable object.
1388         (gdb-var-create-handler): Use message-box in place of message.
1389         (gdb-stopped): Call gdb-exited if signalled.
1391 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1393         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1395         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1397         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1398         if `reftex-try-all-extensions' is set.
1400         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1401         fail silently when there is no valid argument at point.
1402         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1403         `fail-silently' argument.  From a patch by David Reiter.
1405         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1406         New commands.
1407         (org-mark-ring): New variable.
1408         (org-mark-ring-length): New option.
1409         (org-open-at-point, org-goto, org-open-file): Push old position
1410         onto the mark ring.
1411         (org-add-hook): New function.
1412         (org-export-table-remove-special-lines): New option.
1413         (org-skip-comments, org-format-org-table-html): Respect new
1414         option `org-export-table-remove-special-lines'.
1415         (org-open-file): Allow special command configuration for
1416         directory link.
1417         (org-file-apps): Fix bugs in customize type, added setting
1418         for directories.
1419         (org-activate-tags, org-format-agenda-item, org-complete)
1420         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1421         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1422         (org-link-search, org-make-org-heading-search-string)
1423         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1424         (org-radio-targets, org-file-link-context-use-camel-case)
1425         (org-activate-camels): New options.
1426         (org-update-radio-target-regexp, org-all-targets)
1427         (org-make-target-link-regexp, org-activate-target-links):
1428         New functions.
1429         (org-make-org-heading-search-string): New function.
1430         (org-store-link, org-insert-link): Use new option
1431         `org-file-link-context-use-camel-case'.
1432         (org-activate-camels): Use new option `org-activate-camels'.
1433         (org-link-regexp): Add mhe prefix.
1434         (org-open-at-point, org-store-link): Support for mhe links.
1435         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1436         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1437         (org-mhe-get-header, org-follow-mhe-link): New functions.
1438         (org-remove-angle-brackets, org-add-angle-brackets):
1439         New functions.
1440         (org-bracket-link-regexp): New constant.
1441         (org-read-date): Fix bug that was rejecting all typed dates.
1442         (org-link-search): Make hierarchy above visible after a match.
1443         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1444         (org-store-link): Fix bug with link creation when cursor is in
1445         an empty line.
1446         (org-open-at-point): Fix bug with matching a link.
1447         Fixed buggy argument sequence in call to `org-view-tags'.
1448         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1449         (org-prefix-has-tag): New variable.
1450         (org-format-agenda-item): Remove tags from headline
1451         if appropriate.
1452         (org-agenda-remove-tags-when-in-prefix): New option.
1454 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1456         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1457         Fix the regular expressions.
1459 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1461         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1462         if there's no other specific basis.
1464         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1465         as variables at all.
1466         (unsafep-variable): Rename arg; doc fix.
1468         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1470         * calendar/appt.el (diary-selective-display): Add defvar.
1472         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1474         * isearch.el (search-whitespace-regexp): Fix custom type.
1476         * help.el (describe-key-briefly): Compute interactive args
1477         in same was as before previous change.
1479         * files.el (enable-local-variables): Doc fix.
1481 2006-02-21  Kim F. Storm  <storm@cua.dk>
1483         * fringe.el: Cleanup as file is now pre-loaded.
1484         (fringe-bitmaps): Initialize unconditionally.
1485         (fringe-mode, set-fringe-style): Remove autoload cookies.
1487 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1489         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1490         `horizontal-bar'.
1491         (fringe-cursor-alist): Use `horizontal-bar'.
1493 2006-02-20  Kim F. Storm  <storm@cua.dk>
1495         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1496         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1498         * loadup.el: Load "fringe" on window systems.
1500 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1502         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1503         out of scope components.
1505         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1506         default.
1508 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1510         * custom.el (customize-mark-to-save, customize-mark-as-set):
1511         Load the symbol first.
1513 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1515         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1516         strech spec so it doesn't display as "^J" on the header line
1517         when `Buffer-menu-use-header-line' is t.
1519 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1521         * speedbar.el (speedbar-make-button): Keep text properties
1522         of string arguments if desired.
1524         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1525         expessions.
1527         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1528         of speedbar.
1530 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1532         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1533         to value of `read-file-name-completion-ignore-case'.
1535 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1537         * custom.el (customize-mark-as-set): Push to `user' theme.
1539         * cus-edit.el (custom-save-variables): Allow unthemed values.
1540         (customize-set-variable): Push setting to `user' theme.
1542 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1544         * progmodes/gud.el: Don't require font-lock as it's now
1545         automatically loaded.
1546         (gud-speedbar-buttons): Replace gdb-var-changed with
1547         gdb-force-update.
1549         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1550         gdb-var-changed.
1551         (gdb-post-prompt): Use it.
1552         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1553         (gdb-var-update-handler, gdb-var-delete)
1554         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1555         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1556         gdb-force-update in gdb-post-prompt.
1557         (gdb-reset): Clear watch expressions from speedbar when quitting.
1559 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1561         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1562         (viper-change-state-to-vi, viper-change-state-to-emacs):
1563         Make aware of cursor coloring in the Emacs state.
1564         (viper-special-read-and-insert-char): Use read-char-exclusive.
1565         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1567         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1569         * viper-util.el (viper-save-cursor-color)
1570         (viper-get-saved-cursor-color-in-replace-mode)
1571         (viper-get-saved-cursor-color-in-insert-mode)
1572         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1573         state.
1574         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1576         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1577         (ediff-ignore-case-option3, ediff-actual-diff-options)
1578         (ediff-actual-diff3-options): New variables to control case sensitivity.
1579         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1580         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1581         (ediff-toggle-ignore-case): New function.
1582         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1584         * ediff-help.el (ediff-long-help-message-narrow2)
1585         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1586         (ediff-long-help-message-word-mode): Add ignore-case command.
1587         (ediff-help-for-quick-help): Add ignore-case command.
1589         * ediff-merg.el: Move provide to the end.
1591         * ediff-ptch.el: Move provide to the end.
1593         * ediff-wind.el: Move provide to the end.
1595         * ediff-mult.el: Move provide to the end.
1596         (ediff-set-meta-overlay): Enable follow-link.
1598         * ediff.el: Move provide to the end.
1599         Break recursive load cycle in eval-when-compile.
1600         (ediff-patch-buffer): Better heuristics.
1602         * ediff-util.el: Move provide to the end.
1603         Break recursive load cycle in eval-when-compile.
1604         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
1605         defuns.
1606         (ediff-submit-report): Pass the values of ediff-diff3-program,
1607         ediff-diff3-options.
1609 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
1611         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1612         the opening bracket of the following bracketing pairs: {}, [], (), <>,
1613         `' (for example, in the docstring of `windmove-default-keybindings').
1615 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1617         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1618         shadow face.  Don't provide binding to edit variable when it is
1619         out of scope.
1621         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1622         (gdb-var-update-handler): Detect out of scope variables with pre
1623         GDB 6.4 too.
1624         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1625         Reset status of variable objects to nil in update handlers.
1626         (gdb-var-update-handler-1): Detect when a variable object comes
1627         in scope.  setcar on var changes gdb-var-list directly.
1629 2006-02-17  Juri Linkov  <juri@jurta.org>
1631         * ffap.el (ffap) <defface>: Add explicit face declaration.
1632         (ffap-highlight): Use face `ffap' directly instead of checking
1633         for its existence.
1635         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1636         `visible-ok' of `other-buffer' to find the right original buffer.
1638         * info.el (Info-search): Skip `Local Variables' node.
1640 2006-02-17  Juri Linkov  <juri@jurta.org>
1642         * info.el (Info-find-file): Check for symbols `apropos', `history',
1643         `toc' in the input filename, and return these symbols as is.
1644         (Info-find-node-2): Set Info-current-file to symbols `apropos',
1645         `history', `toc' instead of strings.
1646         (Info-set-mode-line): For non-string Info-current-file use the
1647         symbol's name inside **.
1648         (Info-isearch-push-state): Add quote before Info-current-file and
1649         Info-current-node.
1650         (Info-isearch-pop-state): Use `equal' instead of `string='.
1651         (Info-extract-pointer, Info-following-node-name): Use
1652         `match-string-no-properties' instead of `match-string'.
1653         (Info-up): Check `old-file' for `stringp'.
1654         (Info-history): Use `equal' instead of `string-equal'.
1655         Check `file' for `stringp'.
1656         (Info-history): Use symbol `history' instead of string as first arg
1657         of `Info-find-node'.
1658         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
1659         `toc' instead of string.
1660         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1661         instead of `buffer-substring', and `match-string-no-properties'
1662         instead of `match-string'.
1663         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1664         instead of strings.
1665         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1666         Use symbol `apropos' instead of string.
1667         (Info-copy-current-node-name): Check `Info-current-file' for
1668         `stringp' and construct a command with `Info-find-node' from it.
1669         (Info-fontify-node): Use `match-string-no-properties' instead of
1670         `match-string' and check file names for `stringp'.
1671         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1672         `history', `toc' instead of strings.
1674 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
1676         * files.el: Rearrange functions and variables in the file local
1677         variables section.
1679 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
1681         * files.el: Add truncate-lines, ispell-check-comments and
1682         ispell-local-dictionary as safe local variables.
1684 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
1686         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1687         out of scope variables.
1688         (gud-speedbar-buttons): Use unless.
1690         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1691         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1692         (gdb-show-changed-values): Also use for out of scope variables.
1693         (gdb-var-update-handler-1): Note if variable goes out of scope.
1695 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
1697         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1698         default to global variable values for unsupplied args.
1699         (rcirc-get-buffer-create): Fix bug with setting the target.
1700         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1701         test for rcirc-always-use-server-buffer-flag here.
1702         (rcirc-response-formats): Add %N, which is a facified nick.  %n
1703         uses the default face.  Change the ACTION format string.  If the
1704         "nick" is the server, don't print anything for that field.
1705         Comment fixes.
1706         (rcirc-target-buffer): Don't test
1707         rcirc-always-use-server-buffer-flag here.
1708         (rcirc-print): Squeeze extra spaces out of the text before message.
1709         (rcirc-put-nick-channel): Strip potential "@" char from nick
1710         before adding them to nick table.
1711         (rcirc-url-regexp): Improve to match address like "foo.com".
1713 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
1715         * allout.el (allout-hidden-p): Move this defsubst before
1716         allout-overlay-interior-modification-handler, where it is first
1717         used.
1719 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
1721         * allout.el: Use allout invisible-text overlays instead of
1722         selective display for concealed text.  Also, lots of general
1723         cleanup, and improved compatibility code.
1725         (allout-version) Incremented, corrected, revised, and refined
1726         module commentary.
1728         (provide 'allout): Moved to the bottom, added a require of overlay.
1730         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1731         `except-current'.
1732         (allout-write-file-hook-handler): Minimize delay.
1733         (count-trailing-whitespace-region): New function so
1734         auto-encryption of current topic can resituate cursor exactly.
1735         PGP/GPG encryption trims trailing whitespace from lines, which
1736         must be accounted for across encryption then decryption.
1738         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1739         just plain "\C-c", to avoid intruding on user's keybinding space.
1741         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1742         parameter, so user request to provide a new password is done.
1744         (allout-outside-normal-auto-fill-function, allout-auto-fill):
1745         Refined mechanism for auto-filling behavior while in allout mode.
1747         (allout-mode): Explicitly specify the mode map in the docstring.
1748         Clarify provision for various write-file hook var names.
1749         Adjusted for invisible-text overlays instead of selective-display.
1751         (allout-depth): Really return 0 if not within any topic.  This
1752         rectifies `allout-beginning-of-level' and sequence numbering
1753         errors that occur when cutting and pasting numbered topics.
1754         Changed from a in-line subst to a regular function, as well.
1756         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1758         (allout-end-of-subtree, allout-end-of-subtree)
1759         (allout-end-of-entry, allout-end-of-current-heading)
1760         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1761         (allout-show-children, allout-show-to-offshoot)
1762         (allout-hide-current-entry, allout-show-current-entry): Rectified
1763         handling of trailing blank lines between items.
1765         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1766         (allout-current-depth, allout-unprotected, allout-hidden-p)
1767         (allout-on-current-heading-p, allout-listify-exposed)
1768         (allout-chart-subtree, allout-goto-prefix)
1769         (allout-back-to-current-heading, allout-get-body-text)
1770         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1771         (allout-hide-region-body, allout-toggle-subtree-encryption)
1772         (allout-encrypt-string, allout-encrypted-key-info)
1773         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1774         (allout-file-vars-section-data): Adjusted for use with
1775         invisible-text overlays instead of selective-display.
1777         (allout-kill-line, allout-kill-topic, allout-yank-processing):
1778         Reworked for use with invisible text overlays.
1780         (allout-current-topic-collapsed-p): New function.
1782         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1783         to know when to close the containing topic.
1785         (allout-pre-command-business, allout-post-command-business):
1786         Simplify undo-batching and dynamic isearch exposure.
1788         (allout-set-overlay-category): New for invisible-text overlays.
1789         Sets properties of allout-overlay-category, used by
1790         allout-flag-region to set invisible-text overlay properties.
1791         (allout-get-invisibility-overlay): Get the first qualifying
1792         invisibility overlay, so we can find the extent of it.
1793         (allout-back-to-visible-text): Get to just before the beginnining
1794         of the current invisibility overlay, if any.
1796         (allout-overlay-insert-in-front-handler)
1797         (allout-overlay-interior-modification-handler)
1798         (allout-before-change-handler, allout-isearch-end-handler): New
1799         functions to handle extraordinary actions affecting concealed
1800         text.
1802         (allout-flag-region): Use overlays instead of selective-display
1803         for invisible text - by inheritence from the properties of
1804         allout-overlay-category in mainline Emacs, and applied
1805         property-by-property in XEmacs, some recent versions of which
1806         don't inherit the properties from the category.  Provisions to
1807         respond to concealed-text edits simplified drastically.
1809         (allout-isearch-rectification, allout-isearch-was-font-lock)
1810         (allout-isearch-expose, allout-enwrap-isearch)
1811         (allout-isearch-abort, allout-pre-was-isearching)
1812         (allout-isearch-prior-pos, allout-isearch-did-quit)
1813         (allout-isearch-dynamic-expose)
1814         (allout-hide-current-entry-completely): Functions deleted.
1816         (allout-undo-aggregation): Explicit undo aggregation no longer
1817         necessary due to transition away from selective-display.
1819         (set-allout-regexp, allout-up-current-level)
1820         (allout-next-visible-heading, allout-forward-current-level)
1821         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1822         (allout-kill-line, allout-yank-processing, allout-show-children)
1823         (allout-expose-topic, allout-old-expose-topic)
1824         (allout-listify-exposed, allout-insert-latex-header)
1825         (allout-toggle-subtree-encryption, allout-encrypt-string)
1826         (remove-from-invisibility-spec, allout-hide-current-subtree):
1827         Ditched unused variables.
1829 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
1831         * textmodes/ispell.el (ispell-change-dictionary): Call
1832         ispell-buffer-local-dict instead of
1833         ispell-accept-buffer-local-defs.
1834         (ispell-local-dictionary-alist): Accept as valid any coding-system
1835         supported by Emacs.
1836         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1837         changed to iso-8859-3.
1839 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
1841         * speedbar.el (speedbar-frame-width): Make an inline function
1842         instead of a macro.  Use frame-width.
1843         (speedbar-try-completion, speedbar-update-contents)
1844         (speedbar-timer-fn): Use consp.
1845         (speedbar-update-localized-contents): Try to preserve point.
1847         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1848         (menu): Re-order menu items.
1849         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1850         field.
1851         (gdb-var-update-handler-1): Use it for GDB 6.4+.
1852         (gdb-post-prompt): Speed things by not forcing update.
1854 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
1856         * wid-edit.el (widget-button-click): For mouse-1, cancel button
1857         press and perform default action if we get a mouse movement event.
1859 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1861         * calendar/icalendar.el (icalendar--get-event-property)
1862         (icalendar--get-event-property-attributes): Fix typos in
1863         docstrings.
1865         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1866         docstring.
1868 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
1870         * bs.el (bs-mode): Use `buffer-disable-undo'.
1871         (bs--get-file-name): Simplify.
1872         (bs-show-in-buffer): Mark the buffer as not modified.
1874 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1876         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1877         widget-button-click.
1879         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1880         (custom-mode): Update docstring.
1882         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1883         binding.
1885         * files.el (hack-local-variables-confirm): Allow scrolling if the
1886         file variable list is too long.  Kill temp buffer after use.
1888 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
1890         * progmodes/gud.el (gdb): Improve doc string.
1891         (gdb-script-font-lock-keywords): Expand allowed character set.
1893         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1894         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1895         (gdb-separate-io-interrupt, gdb-separate-io-quit)
1896         (gdb-separate-io-stop, gdb-separate-io-eof):
1897         Rename from gdb-inferior-* to gdb-separate-*.
1898         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1900 2006-02-14  Jay Belanger  <belanger@truman.edu>
1902         * calc/calc-arith.el (math-check-known-scalarp): Make sure
1903         expression is a symbol before checking that it is bound.
1905         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1906         test to see if equation can be solved.
1908 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1910         * wid-edit.el (widget-button-click): Use :pressed-face property
1911         for overlay face, if it exists.
1913         * cus-edit.el (custom-manual, custom-add-see-also)
1914         (custom-add-parent-links, custom-group-link): Add :pressed-face
1915         property to links.
1917         * files.el (hack-local-variables): Remove ignored variables before
1918         checking if any variables need setting.
1920 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1922         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1924 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1926         * help.el (where-is): Fix message for remapped commands.
1928         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1929         Fix typos in docstrings.
1931 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1933         * files.el (safe-local-variable-values): New option.
1934         (hack-local-variables-prop-line): Return a list of variable-value
1935         pairs if MODE-ONLY is non-nil.
1936         (hack-local-variables): Construct list of variable-value pairs,
1937         and apply or reject them in one go.  Ask for confirmation if
1938         variables are not known safe.
1939         (hack-local-variables-confirm): Complete rewrite.  Support
1940         `safe-local-variable-values'.
1941         (enable-local-variables): Update docstring to reflect new
1942         behavior.
1943         (ignored-local-variables): Ignore ignored-local-variables and
1944         safe-local-variable-values.
1945         (safe-local-variable-p): New function.
1946         (risky-local-variable-p): `safe-local-variable' property check
1947         moved to safe-local-variable-p.
1948         (hack-one-local-variable): Checks moved to hack-local-variables.
1950         (byte-compile-dynamic, c-basic-offset, c-file-style)
1951         (c-indent-level, comment-column, fill-column, fill-prefix)
1952         (indent-tabs-mode, kept-new-versions, no-byte-compile)
1953         (no-update-autoloads, outline-regexp, page-delimiter)
1954         (paragraph-start, paragraph-separate, sentence-end)
1955         (sentence-end-double-space tab-width, version-control):
1956         Add `safe-local-variable' property.
1958         * find-lisp.el: Delete nonexistent `autocompile' file variable.
1960         * icomplete.el, play/landmark.el: Change nonexistent
1961         `outline-layout' file variable to `allout-layout'.
1963 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1965         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1966         (gdb-get-changed-registers): Test value of gud-minor-mode relative
1967         to gud-comint-buffer.
1968         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1969         gdb-ui.el for gdb-mi.el.
1970         (gdb-post-prompt, gdb-get-changed-registers): Move test for
1971         registers buffer to gdb-get-changed-registers.
1972         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
1973         deletion of catchpoints (throw and catch).
1974         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1975         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1976         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1977         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1978         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1980 2006-02-13  Jay Belanger  <belanger@truman.edu>
1982         * calc/calc-arith.el (math-check-known-matrixp): Make sure
1983         expression is a symbol before checking that it is bound.
1985 2006-02-13  Richard M. Stallman  <rms@gnu.org>
1987         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1988         for the minibuffer too, but not if resize-mini-windows will interfere.
1990         * help.el (describe-key-briefly, describe-key): Do all arg-reading
1991         inside `interactive' spec.
1992         (describe-key-briefly-internal, describe-key-internal):
1993         Functions merged back into their callers.
1995 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1997         * info.el (info-xref-visited): Inherit from info-xref too.
1998         (Info-set-mode-line): Replace occurrences of `%' by `%%'
1999         when propertizing Info-current-file and Info-current-node.
2001 2006-02-13  Juri Linkov  <juri@jurta.org>
2003         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2004         (tumme-thumb-name): Fix per-directory format.
2006 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2008         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2010 2006-02-12  Miles Bader  <miles@gnu.org>
2012         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2014 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2016         * tumme.el: Remove history section.  If someone needs the it, it
2017         can always be found in CVS.
2019 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2021         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2022         about the Thumbnail Managing Standard option.
2024 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2026         * subr.el (substitute-key-definition): Doc fix.
2028         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2030         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2032         * info.el (Info-mode): Doc fix.
2034         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2036 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2038         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2039         because on Solaris a POSIX compatible "id" is needed.  Reported by
2040         Magnus Henoch <mange@freemail.hu>.
2042 2006-02-12  Juri Linkov  <juri@jurta.org>
2044         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2045         (tumme) <defgroup>: Change :group to `multimedia'.
2046         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2047         Managing Standard.
2048         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2049         Fix dostring.
2050         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2051         and %y.  Fix docstring.
2052         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2053         (tumme-cmd-create-standard-thumbnail-command): New user options.
2054         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2055         is `standard'.  Fix docstring.
2056         (tumme-thumb-width, tumme-thumb-height): New user options.
2057         (tumme-external-viewer): Try to find various viewers.
2058         (tumme-get-thumbnail-image): Use `create-image' instead of
2059         constructing the `image' structure.
2060         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2061         `standard'.
2062         (tumme-thumb-name): Add file name generation for standard storage.
2063         Simplify code for other storages.
2064         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2065         Add modification time %m and thumbnail-nq8 %q.
2066         Use `tumme-cmd-create-standard-thumbnail-command' if
2067         tumme-thumbnail-storage is `standard'.
2068         (tumme-dired-insert-marked-thumbs): New autoload command.
2069         (tumme-dired-after-readin-hook): New function.
2070         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2071         `tumme-thumb-size'.
2072         (tumme-display-image): Replace size-x %x and size-y %y with
2073         width %w and height %h.
2075         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2076         `tumme-dired-insert-marked-thumbs'.
2078 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2080         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2081         include path).
2082         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2083         matching tag.
2085 2006-02-12  Miles Bader  <miles@gnu.org>
2087         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2088         New variables.
2089         (rcirc-abbrev-nick): New function.
2090         (rcirc-format-response-string): Rewrite to use the formats in
2091         `rcirc-response-formats' and expand escape sequences therein.
2092         A text-property `rcirc-text' is added over the actual response
2093         text to make easy to find inside the returned string.
2094         (rcirc-print): When filling, just look for the `rcirc-text'
2095         text-property to find the appropriate fill prefix, instead of
2096         using hardwired patterns.
2098 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2100         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2101         Managing Standard.
2103 2006-02-11  Kim F. Storm  <storm@cua.dk>
2105         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2106         Don't use insert-buffer; do insert-buffer-substring directly.
2107         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2109 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2111         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2112         with inhibit-read-only.  Suggested by Stefan Monnier.
2113         (revert-buffer): Let insert-file-contents discard
2114         buffer-undo-list.  Simplify code.
2115         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2117 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2119         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2121         * help.el (describe-key-briefly): Now a wrapper for
2122         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2123         to t.  Populate yank-menu if empty.
2124         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2125         (describe-key): Now a wrapper for describe-key-internal.  Bind
2126         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2127         (describe-key-internal): Renamed from describe-key.
2129 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2131         * progmodes/glasses.el (glasses-separator): Doc fix.
2132         (glasses-original-separator): New defcustom.
2133         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2135 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2137         * mwheel.el (mouse-wheel-up-event): Doc fix.
2139 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2141         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2142         (tumme-dir): New function.  Copied from thumbs.el.
2144 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2146         * desktop.el (desktop-outvar): Fix typo.
2147         (desktop-save-buffer-p): Doc fix.
2149         * subr.el (substitute-key-definition): Fix typo.
2151 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2153         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2154         when window-system is mac.
2156         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2158 2006-02-10  Kim F. Storm  <storm@cua.dk>
2160         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2161         indirect-function instead of using condition-case.
2163 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2165         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2166         less `colloquial'...
2168 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2170         * tumme.el: Add a couple of todo items.
2172 2006-02-09  Lars Hansen  <larsh@soem.dk>
2174         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2175         (highlight-changes-mode): Don't change desktop-locals-to-save.
2177 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2179         * image-mode.el (image-toggle-display): Clear image cache if using
2180         filename.
2182 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2184         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2185         a `dired-man' target.
2187         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2188         boundary of symbols.
2190 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2192         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2194 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2196         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2197         `mapcar'; return nil.
2199 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2201         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2202         some other event.
2204 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2206         * net/rcirc.el (rcirc-startup-channels-alist):
2207         Add irc.freenode.net and #emacs as defaults.
2208         (rcirc-ignore-all-activity-flag): Remove variable.
2209         (rcirc-authinfo): New variable.
2210         (rcirc-authinfo-filename): Remove variable.
2211         (rcirc-always-use-server-buffer-flag): New flag.
2212         (rcirc): M-x rcirc will automatically connect without prompting.
2213         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2214         connection in lisp.
2215         (rcirc-process-server-response-1): Remove everything but the nick
2216         portion of the sender so it doesn't need to be done everywhere
2217         else.  Update related code.
2218         (global-map): Remove global keybindings.
2219         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2220         (rcirc-send-input): Split into several functions.
2221         (rcirc-process-input-line, rcirc-process-message)
2222         (rcirc-process-command): New functions.
2223         (rcirc-target-buffer): New function to determine where to route
2224         messages.
2225         (rcirc-user-nick): Save match data.
2226         (rcirc-toggle-ignore-buffer-activity)
2227         (rcirc-update-activity-string): Remove global ignore functionality,
2228         which can be done now by toggling rcirc-track-minor-mode.
2229         (rcirc-track-minor-mode-map): New keymap.
2230         (rcirc-track-minor-mode): New minor-mode.
2231         (ignore): Make the ignore output nicer.  Always print it when
2232         adding or removing nicks.
2233         (rcirc-url-regexp): Improve.
2234         (rcirc-mangle-text): Remove properties before using text in the
2235         modeline.
2236         (rcirc-authenticate): Authentication data comes from
2237         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2238         (rcirc-server-prefix): Inherit from rcirc-server.
2240 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2242         * Makefile.in (compile): Append "|| true" to the end of the `find'
2243         command, like compile-always does.
2245 2006-02-08  Sam Steingold  <sds@gnu.org>
2247         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2248         output from a dead connection.
2250 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2252         * dired.el (dired-mode-map): Add more bindings for tumme.
2254 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * wdired.el (wdired-mode-map): Use remap.
2257         (wdired-get-filename): Massage.
2258         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2259         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2260         `keymap' property rather than `local-map'.
2262 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2264         * tumme.el (tumme-get-thumbnail-image): New utility function.
2265         Suggested by from Chong Yidong.
2266         (tumme-dired-with-window-configuration): Rename from
2267         `tumme-dired'.  Add code to save window configuration.
2268         (tumme-restore-window-configuration): New command to restore the
2269         window configuration that `tumme-dired-with-window-configuration'
2270         saves before it changes the window configuration.
2271         (tumme-show-all-from-dir): New command to display thumbnails for
2272         all files in a directory entered by the user, like M-x thumbs.
2273         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2274         have been created.
2275         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2276         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2277         Remove obsolete test function.
2279 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2281         * vc.el (small-temporary-file-directory): Remove defvar; there's
2282         a defcustom for it in files.el.
2284         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2285         Fix typo in message.
2286         (tumme-gallery-generate): Fix typo in `error' message.
2287         (tumme-display-window-height-correction)
2288         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2289         (tumme-line-up-interactive): Dox fixes.
2290         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2291         (tumme-restore-window-configuration, tumme-format-properties-string)
2292         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2293         Fix typos in docstrings.
2295 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2297         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2299 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2301         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2302         User should use hook if desired.
2304         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2305         buffer if necessary.
2306         (gdb-delete-frame-or-window): New function.
2307         (gdb-breakpoints-mode-map): Bind "q" to it.
2309 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * textmodes/nroff-mode.el: Clean up name space.
2312         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2313         (nroff-mode): Obey the global setting of nroff-electric-mode.
2314         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2316         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2318 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2320         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2322 2006-02-06  Lars Hansen  <larsh@soem.dk>
2324         * generic-x.el (etc-fstab-generic-mode): Add file system types
2325         cifs and usbdevfs.  Allow special chars in file names.
2327 2006-02-05  Jay Belanger  <belanger@truman.edu>
2329         Update copyright notices of the files in lisp/calc.
2331 2006-02-05  Romain Francoise  <romain@orebokech.com>
2333         Update copyright notices of all files in the lisp/play directory.
2335 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2337         * ldefs-boot.el: Regenerate.
2339         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2341 2006-02-05  Kim F. Storm  <storm@cua.dk>
2343         * files.el (magic-mode-regexp-match-limit): New defvar.
2344         (set-auto-mode): Use it to limit magic-mode-alist matching.
2346 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2348         * simple.el (display-message-or-buffer): Compare the number of
2349         characters to the frame width when determining whether a 1-line
2350         message string will fit in the echo area.  Count screen lines
2351         instead of buffer lines when determining whether a multi-line
2352         message will fit in the echo area/minibuffer window.
2354 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2356         * info.el (Info-index, Info-mode): Improve the description of the
2357         `i' command.
2359         * ldefs-boot.el: Regenerate.
2361 2006-02-03  Werner Lemberg  <wl@gnu.org>
2363         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2364         greedy to find the closing bracket in \*[...] and similar
2365         expressions.  This is a first rough fix -- many additional
2366         refinements are necessary to make nroff mode really usable with groff.
2368 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2370         * international/mule-cmds.el (set-locale-environment):
2371         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2372         libX11.
2374 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2376         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2377         archive are created in archive-tmpdir.
2379 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2381         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2382         (ibuffer-fontification-alist): Use it.
2383         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2384         to "* z" and the Ibuffer Mark menu.
2386         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2388 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2390         * textmodes/table.el (*table--cell-describe-mode)
2391         (*table--cell-describe-bindings): Undo last change since
2392         print-help-return-message is not obsoleted by anything at all.
2394 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2396         * emulation/cua-base.el (cua-mode): Doc fix.
2398 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2400         * dframe.el (dframe-handle-make-frame-visible)
2401         (dframe-handle-iconify-frame, dframe-get-focus)
2402         (dframe-select-attached-frame, dframe-power-click)
2403         (dframe-frame-mode): Fix typos in docstrings.
2405         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2406         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2407         Fix typos in docstrings.
2409         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2410         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2411         (hi-lock-archaic-interface-message-used)
2412         (hi-lock-file-patterns-range): Fix typos in docstrings.
2414         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2415         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2417         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2418         Fix typo in docstring.
2420         * net/newsticker.el (newsticker--decode-iso8601-date)
2421         (newsticker--set-customvar, newsticker--buffer-insert-item)
2422         (newsticker--do-run-auto-mark-filter)
2423         (newsticker--parse-generic-feed): Doc fixes.
2424         (newsticker--retrieval-timer-list, newsticker-url-list)
2425         (newsticker-hide-immortal-items-in-echo-area)
2426         (newsticker-hide-obsolete-items-in-echo-area)
2427         (newsticker-new-item-face, newsticker--enclosure)
2428         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2429         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2430         (newsticker--parse-generic-feed, newsticker--cache-contains)
2431         (newsticker--stat-num-items, newsticker-download-enclosures):
2432         Fix typos in docstrings.
2434         * net/rcirc.el (rcirc-debug): Doc fix.
2435         (rcirc-fill-column, rcirc-receive-message-hooks)
2436         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2437         (rcirc-mode, rcirc-generate-new-buffer-name)
2438         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2439         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2440         Fix typos in docstrings.
2441         (rcirc-print): "?\ " -> "?\s".
2442         (rcirc-cmd-join): Improve argument/docstring consistency.
2444 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2446         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2447         before narrow-to-region.
2449 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2451         * simple.el (move-beginning-of-line): Scan properly for invis change.
2453         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2455 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2457         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2458         change bit only when id-format is 'integer.  Reported by Matt
2459         Hodges <M.P.Hodges@rl.ac.uk>.
2461 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2463         * hilit-chg.el (highlight-changes-initial-state)
2464         (highlight-changes-global-initial-state): Doc fixes.
2465         (highlight-changes-global-modes, global-highlight-changes):
2466         Fix typos in docstrings.
2468 2006-02-01  Kim F. Storm  <storm@cua.dk>
2470         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2471         transient-mark-mode in doc string.
2473 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2475         * replace.el (multi-occur): Doc fix.
2476         (multi-occur-in-matching-buffers): Rename from
2477         multi-occur-by-filename-regexp.  Prefix arg says match
2478         buffer names instead of file names.
2480 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2482         * bs.el: Allow non-default values of `bs-header-lines-length'.
2483         (bs--running-in-xemacs): Remove (not needed anymore).
2484         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2485         instead of `shrink-window', thus avoiding having to compute the
2486         height of the window.
2487         (bs--up): Wrap around even when there's no header.
2488         (bs--down): Use `forward-line' instead of `next-line'.
2490 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2492         * image-mode.el (image-toggle-display): Use file name if possible,
2493         instead of unnecessarily allocating a (possibly huge) lisp string.
2495 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2497         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2498         because the `assert' macro signals it at runtime.
2500         * emacs-lisp/cl.el (toplevel): Remove definition of
2501         `cl-assertion-failed' condition.
2503 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2505         * thumbs.el (thumbs-marked-list): Make buffer-local and
2506         permanent-local.
2507         (thumbs-insert-thumb): Make help-echo non-sticky.
2508         (thumbs-file-alist): Use eolp as check for (non)-image.
2510 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2512         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2513         (ediff-before-session-group-setup-hooks)
2514         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2515         Fix typos in docstrings.
2517         * window.el (bw-dir, bw-eqdir, balance-windows)
2518         (split-window-keep-point): Fix typos in docstrings.
2520         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2521         (org-quote-string, org-calendar-to-agenda-key)
2522         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2523         (org-show-following-heading, org-tags-column)
2524         (org-use-tag-inheritance, org, org-allow-space-in-links)
2525         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2526         (org-enable-table-editor, org-calc-default-modes)
2527         (org-table-allow-automatic-line-recalculation)
2528         (org-export-html-style, org-export-with-fixed-width)
2529         (org-export-with-sub-superscripts, org-special-keyword)
2530         (org-formula, org-time-grid, org-table-may-need-update)
2531         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2532         (org-goto-quit, org-get-indentation, org-end-of-item)
2533         (org-move-item-down, org-move-item-up)
2534         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2535         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2536         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2537         (org-agenda-log-mode, org-agenda-toggle-diary)
2538         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2539         (org-agenda-file-to-end, org-agenda-no-heading-message)
2540         (org-agenda-get-closed, org-format-agenda-item)
2541         (org-cmp-priority, org-cmp-category, org-cmp-time)
2542         (org-agenda-change-all-lines, org-agenda-diary-entry)
2543         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2544         (org-link-search, org-camel-to-words, org-open-file)
2545         (org-remember-handler, org-table-convert-region)
2546         (org-table-move-row-down, org-table-move-row-up)
2547         (org-table-copy-region, org-table-wrap-region)
2548         (org-table-toggle-vline-visibility)
2549         (org-table-get-vertical-vector, org-table-modify-formulas)
2550         (org-table-get-specials, org-recalc-commands)
2551         (org-table-rotate-recalc-marks, org-table-eval-formula)
2552         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2553         (org-level-color-stars-only, org-insert-heading):
2554         Fix typos in docstrings.
2555         (last-arg): Add defvar.
2557         * makefile.w32-in (WINS): Add erc.
2558         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2560 2006-01-29  Bill Wohler  <wohler@newt.com>
2562         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2563         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2564         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2565         (mh-autoloads): Don't use comments on otherwise empty lines.
2567 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2569         * emulation/viper.el (viper-major-mode-modifier-list): Add
2570         insert-state and vi-state entries for erc-mode.
2571         (viper-go-away, viper-set-hooks): Add and remove
2572         viper-comint-mode-hook from erc-mode-hook as appropriate.
2574         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2576 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2578         * bs.el (bs--format-aux): Implement `middle' alignment as
2579         described in the docstring for `bs-attributes-list'.
2580         (bs--get-name): Simplify.  Don't pad the buffer name.
2582 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2584         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2585         English aspell dictionary is installed, use the first entry of
2586         ispell-dictionary-alist-1.
2588 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2590         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2591         Doc fix.
2593 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2595         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2596         for `process-file', in order to let it work for older Emacsen too.
2598 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2600         * international/latexenc.el: Add a suitable `coding:' tag.
2601         (latexenc-find-file-coding-system): Undo last change.
2603 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2605         * international/latexenc.el (latexenc-find-file-coding-system):
2606         Make sure latexenc-main-file is a regular file and is readable.
2608 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
2610         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2611         Pass FILE to vc-user-login-name.
2613         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2615 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
2617         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2618         there are no more images to display.
2619         (thumbs-mark, thumbs-unmark): Revert change so that they move to
2620         the next image.
2622 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2624         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2626         * wid-edit.el (advertised-widget-backward): New alias.
2627         (widget-keymap): Use advertised-widget-backward for S-TAB.
2629         * tumme.el: Correct the keywords.
2630         (tumme-dir-max-size): Use defvar.
2631         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2633         * simple.el (move-beginning-of-line): Take account of fields.
2634         (clone-indirect-buffer-other-window): Take args like
2635         clone-indirect-buffer, and work like it.
2637         * help-fns.el (describe-function): Don't pass `nil' as default.
2639         * files.el (risky-local-variable-p): Follow var aliases.
2641         * subr.el (lazy-completion-table): Doc fix.
2643         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2644         global binding of `line'.
2646 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
2648         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2649         Tramp.
2651         * vc.el (vc-default-dired-state-info): Pass FILE to
2652         vc-user-login-name.
2653         (vc-default-update-changelog): Don't use vc-user-login-name, we
2654         don't need it here.
2656         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2657         no longer necessary.
2659 2006-01-25  Kenichi Handa  <handa@m17n.org>
2661         * international/mule.el (decode-char): Avoid the overhead of
2662         calling utf-lookup-subst-table-for-decode if
2663         utf-translate-cjk-mode is nil.
2664         (encode-char): Avoid the overhead of calling
2665         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2666         nil.
2668 2006-01-22  Kenichi Handa  <handa@m17n.org>
2670         * international/mule.el (make-subsidiary-coding-system): Reset
2671         `coding-system-define-form' property of subsidiaries to nil.
2672         Avoid duplicated entry in coding-system-alist.
2673         (make-coding-system): Avoid duplicated entry in
2674         coding-system-alist.
2675         (define-coding-system-alias): Likewise.
2677 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
2679         * completion.el: Minor fixes in introductory comment.
2680         (completion-def-wrapper): Fix alist.
2682 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
2684         * thumbs.el (thumbs-new-image-size): New function.
2685         (thumbs-increment-image-size-element)
2686         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2687         (thumbs-decrement-image-size): Delete.
2688         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
2689         temp files and use to resize.
2690         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2691         Use increment argument to enlarge/shrink.  Preserve point.
2692         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2693         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2694         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2695         (thumbs-mark, thumbs-unmark): Preserve point.
2696         (thumbs-modify-image): Keep old temp files and use to modify.
2697         Cleanup old temp files at load time.  Preserve point.
2698         (thumbs-view-image-mode-map): Use new command names.
2700 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * log-view.el (log-view-minor-wrap): First rev is the one at point.
2704         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2705         the nastiest part of the cyclic dependency.
2706         (cal-menu-update): Use dotimes and calendar-increment-month.
2708         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2709         (calendar-week-start-day): Add an :initializer.
2710         (calendar-mode-map): Use suppress-keymap, and command remapping.
2711         (describe-calendar-mode): Setup xref-stack info for the back button.
2712         (calendar-star-date): Insert before delete.
2713         (calendar-set-mode-line): Add file-modified info if applicable.
2714         (calendar-increment-month): New function.
2716 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2718         * font-lock.el (lisp-font-lock-keywords-2):
2719         Recognize "& keywords" only at word boundaries.
2721 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
2723         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
2724         and permanent-local.
2725         (thumbs-max-image-number): New variable.
2726         (thumbs-do-thumbs-insertion): Use them.
2727         (thumbs-per-line): Change default to 4.
2728         (thumbs-marked-list): Rename from thumbs-markedL.
2729         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2730         (thumbs-rename-images): Use -list instead of L for internal variables.
2731         (thumbs-call-convert): Use call-process instead of shell-command.
2732         (thumbs-insert-thumb): Add filename as help-echo to each image.
2733         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2734         Give dir to thumbs-show-thumbs-list.
2735         (thumbs-show-thumbs-list): Set default-directory to that of images.
2736         (thumbs-dired-show): Rename from thumbs-dired-show-all.
2737         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2738         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2739         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2741 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         * ses.el (ses-read-cell): Provide a default value.
2745 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
2747         * term/w32-win.el (image-library-alist): Add additional names for
2748         GIF library.
2750 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2752         * international/latexenc.el (latexenc-find-file-coding-system):
2753         Add file-regular-p check.
2755 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2757         * simple.el (clone-buffer): Don't show the new buffer in the same
2758         window.
2760 2006-01-23  Juri Linkov  <juri@jurta.org>
2762         * faces.el (link, link-visited): New faces based on default values
2763         of `info-xref' and `info-xref-visited'.
2765         * info.el (info-xref): Inherit from `link'.
2766         (info-xref-visited): Inherit from `link-visited'.
2768         * cus-edit.el (custom-buffer-create-internal): Use widget type
2769         `custom-manual' instead of `info-link' and don't set properties
2770         `button-face' and `mouse-face' explicitly.
2771         (custom-browse-group-tag, custom-browse-variable-tag)
2772         (custom-browse-face-tag): Inherit from widget class
2773         `custom-group-link' instead of `push-button'.
2774         (custom-button-unraised): Inherit from `underline' face.
2775         (custom-link): Inherit from `link' face.  Fix doc and group.
2776         (custom-add-parent-links, custom-group-value-create): Don't set
2777         properties `button-face' and `mouse-face' explicitly for
2778         `custom-group-link' widget.
2779         (custom-group-link): Add properties `button-face' and `mouse-face'
2780         to widget definition.
2781         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
2782         editable-field's :keymap property.
2783         (custom-mode): Fix docstring: substitute keybindings for
2784         `widget-forward' and `widget-backward' from `widget-keymap',
2785         `widget-complete' from `custom-field-keymap', replace old
2786         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
2788         * desktop.el (desktop-load-file): Check for `fboundp' before
2789         calling `symbol-function'.
2791         * simple.el (clone-buffer, clone-indirect-buffer)
2792         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2793         `read-string'.  Fix prompts.
2795         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2797 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
2799         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2801 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
2803         * startup.el (inhibit-splash-screen, initial-scratch-message):
2804         Doc fixes.
2806 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
2808         Sync with Tramp 2.0.52.
2810         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2811         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
2812         `tramp-unload-tramp' for checklist.
2814         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2815         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
2816         (tramp-unload-file-name-handler-alist)
2817         (tramp-unload-tramp): New defuns.
2818         (tramp-advice-PC-expand-many-files): New defadvice.
2819         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2820         removed.
2821         (tramp-handle-expand-file-name): Remove double slash.
2822         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2823         It doesn't matter, because it will be converted later on.
2824         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
2825         implementation was just heuristic.
2826         (tramp-post-connection): Set uid and gid properties.
2827         (tramp-convert-file-attributes): Set file's gid change bit.
2828         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2829         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2830         in case of su(do)? methods.  The home directory of the local user
2831         will be taken else.
2832         (tramp-open-connection-telnet)
2833         (tramp-open-connection-rsh, tramp-open-connection-su)
2834         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
2835         local shell prompt could hurt.  Reported by Romain Francoise
2836         <romain@orebokech.com>.
2837         (tramp-let-maybe): Add `edebug-form-spec' property.
2838         (tramp-handle-expand-file-name): Bind `default-directory' locally
2839         to "/" in order to avoid problems with UNC shares or Cygwin
2840         mounts.
2841         (tramp-md5-function): Fix typo in error message.
2843         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2845         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2846         for byte-compiler pacification.
2848 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
2850         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2851         ID-FORMAT `string'.  This allows us to get rid of
2852         `vc-user-login-name UID'.
2854         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2856 2006-01-22  John Paul Wallington  <jpw@pobox.com>
2858         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2860 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
2862         * emacs-lisp/find-func.el (find-definition-noselect)
2863         (find-variable-noselect): Search variables in C source code too.
2864         (find-function-C-source, find-function-noselect, find-function)
2865         (find-function-other-frame, find-variable-noselect, find-variable)
2866         (find-variable-other-frame, find-variable-at-point):
2867         Fix docstrings.
2869 2006-01-21  Francesco Potorti`  <pot@gnu.org>
2871         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2873 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
2875         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2876         Default to disabling the "Save affix" question.
2878 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
2880         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2881         the first arg to run-python.
2883 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
2885         * startup.el (command-line-1): Handle --no-desktop if desktop.el
2886         is not loaded.
2888 2006-01-20  Jay Belanger  <belanger@truman.edu>
2890         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2891         limit is 0.
2893         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2894         the correct variable.
2896 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
2898         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2899         link.  Fixed buggy argument sequence in call to `org-view-tags'.
2900         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2901         (org-prefix-has-tag): New variable.
2902         (org-format-agenda-item): Remove tags from headline if
2903         appropriate.
2904         (org-agenda-remove-tags-when-in-prefix): New option.
2905         (org-get-tags-at): New function.
2907 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
2909         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
2910         (thumbs-find-image): Move image name and number from buffer name
2911         to mode name.  Set thumbs-buffer.  Preserve point so that large
2912         images remain visible.
2913         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2914         order.
2915         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
2916         mode name.
2917         (thumbs-next-image, thumbs-previous-image): Make them work.
2919 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2921         * cus-edit.el (custom-buffer-create-internal): State in the text above
2922         the whole buffer buttons that they do not operate on hidden items.
2923         (custom-face-menu): Use `custom-face-save' instead of
2924         `custom-face-save-command'.
2925         (custom-face-save-command): Make it an alias for `custom-face-save'
2926         and declare it obsolete.
2927         (custom-face-save): Doc fix.
2929         * dired.el (dired-no-confirm): Add quote.
2930         (dired-subdir-alist-pre-R): Add quote in
2931         `make-variable-buffer-local' form and remove unbalanced parenthesis.
2933 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * textmodes/table.el (table-mode-indicator): Typo in last change.
2937 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2939         * outline.el (hide-leaves): Don't call outline-end-of-heading.
2940         Fixes bug reported in Nov 2005.
2942         * isearch.el (isearch-forward): Doc fix.
2944         * dired.el (dired-move-to-filename-regexp): Define as alias.
2945         (dired-no-confirm): Use defcustom.
2946         (dired-subdir-alist-pre-R): Put defvar at top level.
2948         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2950         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2951         Mark as risky.
2953         * simple.el (set-mark-command): Doc fix.
2954         (clone-indirect-buffer-other-window):
2955         Read arg like clone-indirect-buffer.
2956         (move-beginning-of-line): Skip invisible newlines.
2958 2006-01-19  Masatake YAMATO  <jet@gyve.org>
2960         * progmodes/cpp.el (cpp-edit-load): Make the order of
2961         listed conditions in a base C code buffer and its associate
2962         CPP Edit buffer the same.
2964 2006-01-19  Kenichi Handa  <handa@m17n.org>
2966         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2967         (rmail-mime-feature): Likewise.
2968         (rmail-require-mime-maybe): Use display-warning to show a warning
2969         message.
2971         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2972         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2974 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2976         * array.el: Move defvars out of eval-when-compile.
2977         (array-make-template): Replace undeclared global var with a local one.
2978         (array-mode): Inline initialization functions.
2979         (array-init-local-variables, array-init-max-row)
2980         (array-init-max-column, array-init-columns-per-line)
2981         (array-init-field-width, array-init-rows-numbered)
2982         (array-init-line-length, array-init-lines-per-row): Remove.
2984         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
2985         (doc-mode-map): Define explicitly.
2986         (doctor-txtype): Use mapc.
2988         * textmodes/table.el: Move defvars out of eval-when-compile.
2989         Remove harmful code meant to avoid byte-compiler warnings.
2990         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
2991         specification that checks table-fixed-width-mode directly.
2992         (table-recognize-region, table-recognize-cell):
2993         Use restore-buffer-modified-p.
2994         (table-fixed-width-mode): Remove code that refreshes
2995         table-fixed-mode-indicator.
2996         (*table--cell-describe-bindings, *table--cell-describe-mode):
2997         Avoid obsolete name print-help-return-message.
2998         (table--test-cell-list): Don't use replace-regexp from elisp.
2999         (table--point-entered-cell-function, table--point-left-cell-function):
3000         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3002         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3003         that was after the end of file.  Use buffer-file-name variable.
3004         (org-timestamp-change): Use with-current-buffer.
3005         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3006         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3007         `file'.
3009         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3010         (fortran-break-line): Remove unused var `opoint'.
3011         (fortran-abbrev-start): Obey help-event-list.
3013 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3015         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3017 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3019         * progmodes/make-mode.el (makefile-imake-mode): New mode
3020         derived from makefile-mode.
3021         (makefile-imake-mode-syntax-table): New syntax table
3022         derived from makefile-mode-syntax-table.
3023         (makefile-mode): Write about makefile-imake-mode in doc string.
3024         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3025         (makefile-imake-font-lock-keywords): New font lock keywords.
3027         * files.el (auto-mode-alist): Add Imakefile.
3029 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3031         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3032         loading the file rather than when turning on flyspell-mode.
3034 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3036         * cus-edit.el (customize-rogue): Minor doc fix.
3038 2006-01-17  Juri Linkov  <juri@jurta.org>
3040         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3041         instead of the file at the mark as default if the file at the mark
3042         is the same as the file at point or if dired-dwim-target-directory
3043         is not the same as the current directory and the mark is not active.
3045         * log-view.el (log-view-minor-wrap): Use the same logic to get
3046         revisions as `log-view-diff'.
3048         * info.el (Info-revert-find-node): Check for Info-current-file
3049         before preserving new-history.
3051         * man.el (Man-heading-regexp): Add `/'.
3053         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3054         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3056 2006-01-16  Juri Linkov  <juri@jurta.org>
3058         * faces.el (mode-line-faces): New defgroup.
3059         (mode-line-highlight): Move definition after new defgroup.
3060         (mode-line, mode-line-inactive, mode-line-highlight):
3061         Replace :group `modeline' with `mode-line-faces'.
3062         (mode-line-buffer-id): New face.
3063         (modeline-buffer-id): New face alias.
3064         (vertical-border): Remove :group `modeline'.
3066         * bindings.el (propertized-buffer-identification): Use face
3067         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3068         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3069         (mode-line-buffer-identification-keymap): For mouse-1 replace
3070         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3071         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3072         mouse-3.
3074         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3075         Buffer-menu-buffer.  Doc fix.
3076         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3077         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3078         `Buffer-menu-buffer'.
3080         * info.el (Info-mode-line-node-keymap): New defvar.
3081         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3082         Propertize Info-current-node with `mode-line-buffer-id' and
3083         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3085         * time.el (display-time-mail-face): Replace :group `faces' with
3086         `mode-line-faces'.
3088 2006-01-16  Kenichi Handa  <handa@m17n.org>
3090         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3092         * language/european.el (cp1252): New alias for windows-1252.
3094         * international/mule.el (autoload-coding-system): Prepare for EOL
3095         variants.
3097 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3099         * term.el (term-raw-map): Add mapping for insert.
3100         (term-send-insert): New.
3101         (term-mode): Make variables local here instead of doing it in
3102         `term-emulate-terminal'.
3103         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3104         Scroll reverse needs to take into account the scroll region.
3105         Saving and restoring the cursor should save the color attributes too.
3106         (term-reset-terminal): Reset the scroll region.
3107         (term-handle-ansi-escape): Cursor up and down should take into
3108         account the scroll region.
3109         (term-set-scroll-region): Rename from `term-scroll-region'.
3110         Move to 0,0 after setting the region.
3111         (term-handle-scroll): Handle scroll up.
3112         (term-down): Fix off by one error.
3113         (term-delete-lines): Do not delete outside the scroll region.
3114         (term-insert-lines): Take into account the scroll region.
3116 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * textmodes/ispell.el (ispell-internal-change-dictionary)
3119         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3120         (start, end): Move declaration outside of eval-when-compile.
3122         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3123         (flyspell-mode-on): Use it.
3125         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3126         ispell-kill-ispell-hook.
3128 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3130         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3131         (Custom-reset-saved): Do not ask for confirmation in single option
3132         buffers.
3134 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3136         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3138 2006-01-13  Romain Francoise  <romain@orebokech.com>
3140         * add-log.el (add-change-log-entry, change-log-merge):
3141         Conditionally use `hard-newline'.
3143 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3145         * wid-edit.el (widget-field-end): If the overlay is no longer
3146         associated with a buffer, behave as if the overlay didn't exist.
3148         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3149         Make sure the links use the `custom-link' face.
3151 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3153         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3154         (ld-script-mode): Don't set indent-line-function since we don't
3155         have one.
3157 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3159         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3160         application.
3161         (org-file-apps-defaults-gnu): Use mailcap as the default for
3162         selecting an application on a UNIX system.
3163         (org-agenda-show-tags): New command.
3164         (org-table-insert-hline): Keep cursor in current table line.
3165         (org-table-convert): Offset effect of modifying
3166         `org-table-insert-hline'.
3167         (org-format-agenda-item): New optional argument TAG.
3168         (org-compile-prefix-format): Handle %T format for the tag.
3169         (org-expand-wide-chars): New function.
3170         (org-table-insert-row, org-table-insert-hline):
3171         Use `org-expand-wide-chars'.
3172         (org-open-file): Fix bug in program launch.
3173         (org-get-time-of-day): Fix bug with times before 1am.
3174         (org-agenda-menu): Add tags commands.
3176 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3178         * textmodes/ispell.el (ispell-init-process): Include the used
3179         dictionary in ispell process start message.
3180         (ispell-internal-change-dictionary): When flyspell-mode is active
3181         and dictionary is changed, make sure ispell process is restarted
3182         and flyspell word cache cleared out for the current buffer.
3183         (ispell-change-dictionary): Make sure flyspell word cache is
3184         cleared out in all buffers with active flyspell mode when
3185         dictionary is globally changed.
3186         Call ispell-internal-change-dictionary after dictionary change.
3188 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3190         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3192         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3193         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3194         years.  Fix small differences wrt Makefile.in.
3195         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3196         Makefile.in does.
3198 2006-01-12  Bill Wohler  <wohler@newt.com>
3200         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3201         mh-search.el.
3203 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3205         * progmodes/ld-script.el: Update copyright year.
3207 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3209         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3210         Don't add widget if setting undefined.
3212 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3214         * help-fns.el (describe-variable): Remove newlines from void
3215         variable output.
3217 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3219         * wdired.el (wdired-mode-map): Add help echo for
3220         wdired-abort-changes.
3222         * man.el (Man-file-name-regexp): Adjust for a list of files.
3224 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3226         * progmodes/ld-script.el (auto-mode-alist): Support
3227         suffix conventions used in netbsd and eCos.
3229 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3231         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3232         (custom-variable-menu, custom-face-menu, custom-group-menu)
3233         (Custom-mode-menu): Change names of menu items.  (As discussed on
3234         emacs-devel.)
3235         (custom-face-menu): Add "Undo Edits" item.
3237         * startup.el (init-file-user): defcustom -> defvar.
3239         * tooltip.el (tooltip-mode): Doc fix.
3241 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * reveal.el (reveal-post-command): window-buffer signals an error on
3244         dead windows rather than returning nil.
3245         (reveal-open-new-overlays): An overlay might die while we open others.
3247 2006-01-11  Bill Wohler  <wohler@newt.com>
3249         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3250         phrasing in docstring.
3252         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3253         can give some systems gas.  Add new file mh-buffers.el.
3255 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3257         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3258         C preprocessor forward ported from GNU Emacs 21.2.
3260         * progmodes/asm-mode.el (asm-font-lock-keywords):
3261         Use `cpp-font-lock-keywords'.
3263         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3265         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3266         of $ for "\\.ld[s]?".
3268 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3270         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3271         (tcl-indent-line): Return `noindent' if inside a string.
3273         * progmodes/flymake.el (flymake-split-string): Remove more than one
3274         empty string at beg/end of the result.
3275         (flymake-find-buildfile, flymake-find-possible-master-files):
3276         Use expand-file-name.
3277         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3278         since expand-file-name does it for us.  Use directory-file-name.
3279         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3280         (flymake-ler-get-type, flymake-ler-get-text)
3281         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3282         (flymake-current-line-no): Remove spurious interactive spec.
3283         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3284         (flymake-check-include): Remove arg inc-path merged into inc-name.
3285         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3286         Arg regexp-list replaced by a simple regexp.
3287         (flymake-master-make-header-init, flymake-master-tex-init):
3288         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3290 2006-01-10  Simon Josefsson  <jas@extundo.com>
3292         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3293         describing AUTH PLAIN fix.
3295 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3297         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3298         (report-emacs-bug): Don't record initial prompt text.
3299         Instead, add text properties to prompting text.
3300         (report-emacs-bug-hook): Delete prompting text.
3302 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3304         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3305         `dirs'.  Adjust callers.
3307 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3309         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3311 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * reveal.el (reveal-open-new-overlays): New extracted fun.
3314         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3315         using them.  Simplify the code.
3316         (reveal-post-command): Use them.  Fix up obsolete windows in
3317         reveal-open-spots.
3319         * progmodes/flymake.el: Use `require' rather than autoload for
3320         XEmacs's overlays.
3321         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3322         Delete.  Use file-relative-name instead.
3323         (flymake-get-syntax-check-program-args, flymake-perl-init):
3324         Simplify the resulting code.
3326         * log-view.el (log-view-file-re, log-view-message-re): Add support
3327         for DaRCS output.
3329 2006-01-09  Alex Schroeder  <alex@gnu.org>
3331         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3332         identifiers sometimes added in square brackets at the beginning of
3333         subject lines.
3335 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3337         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3338         (Custom-reset-current, Custom-reset-saved): Change question text.
3339         (Custom-reset-standard): Likewise.
3340         (custom-variable-reset-saved): Doc fix.
3342 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3344         * startup.el (init-file-user): Doc fix.
3346 2006-01-07  Alex Schroeder  <alex@gnu.org>
3348         * mail/rmail.el (rmail-current-subject): New function.
3349         (rmail-current-subject-regexp): New function.
3350         (rmail-next-same-subject): Use it.
3352         * mail/rmailsum.el (rmail-summary-by-topic):
3353         Use rmail-current-subject and rmail-current-subject-regexp.
3354         (rmail-summary-next-same-subject): Ditto.
3356         * net/rcirc.el (rcirc-send-input): No longer check whether the
3357         process is open, since not all commands need an open process.
3358         (rcirc-send-string): Check whether the process is open before
3359         sending anything.
3360         (rcirc-ignore-list): New option.
3361         (rcirc-ignore-list-automatic): New variable.
3362         (rcirc-print): Take rcirc-ignore-list into account.
3363         (rcirc-cmd-ignore): New command.
3364         (rcirc-ignore-update-automatic): New function.
3365         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3366         list if ignored nicks.
3367         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3369 2006-01-06  David Reitter  <david.reitter@gmail.com>
3371         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3372         reflect the address to which the report will be sent.
3374 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3376         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3377         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3379 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3381         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3383         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3384         the doc string: "functoin" => "function".
3385         * ldefs-boot.el: Likewise.
3387         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3388         message text: "Duplicat" => "Duplicate".
3390 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3392         * files.el (basic-save-buffer-2): If backing-up failed, reset
3393         buffer-backed-up to nil.
3395 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3397         * progmodes/gud.el (gdb-script-skip-to-head)
3398         (gdb-script-calculate-indentation): Indent for breakpoint command
3399         lists also.
3401 2006-01-05  Bill Wohler  <wohler@newt.com>
3403         * Makefile.in (compile-always): Add mh-autoloads dependency.
3404         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3405         provides it.
3406         (updates): Remove mh-autoloads dependency, since it probably has
3407         already run recently (via recompile).
3409 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3412         argument `force' to disable the flyspell-last-buffer optimization.
3413         (flyspell-mode-on): Use it.
3415         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3416         flymake-simple-cleanup.
3417         (flymake-allowed-file-name-masks): Use this new default.
3418         All the functions are now called in the right buffer rather than
3419         passing the buffer as argument.
3420         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3421         (flymake-parse-err-lines): Remove redundant buffer arg.
3422         (flymake-get-program-dir): Comment out unused function.
3423         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3424         Remove redundant buffer argument.
3425         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3426         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3428 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3430         * info.el (Info-find-node): Don't record previous node if have none.
3431         (info): Go to directory only if history is empty.
3433         * simple.el (mark): Doc fix.
3435 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3437         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3438         already of desired type.
3439         (mac-ae-list): Coerce parameter to "list" type.
3440         (mac-dispatch-apple-event): Replace cadr part of event with a
3441         dummy position so that event-start returns it.
3443 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3445         * textmodes/org.el (org-end-of-subtree): New function.
3446         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3447         Use `org-end-of-subtree'.
3448         (org-agenda, org-agenda-convert-date): Protect calls to
3449         `fit-window-to-buffer'.
3450         (org-tags-view): Force matching of sublevels when doing a
3451         todo-only search.  Define the correct redo command, including the
3452         arguments.
3453         (org-agenda-redo): Display message.
3454         (org-check-for-org-mode): New function.
3455         (org-agenda-type): New variable.
3456         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3457         Set `org-agenda-type'.
3458         (org-agenda-check-type): New function.
3459         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3460         (org-agenda-week-view, org-agenda-day-view)
3461         (org-agenda-next-date-line, org-agenda-previous-date-line)
3462         (org-agenda-log-mode, org-agenda-toggle-diary)
3463         (org-agenda-toggle-time-grid, org-agenda-date-later)
3464         (org-agenda-date-prompt, org-agenda-diary-entry)
3465         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3466         (org-agenda-convert-date, org-agenda-menu):
3467         Use `org-agenda-check-type'.
3468         (org-make-overlay, org-delete-overlay)
3469         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3470         New compatibility functions.
3471         (org-calendar-select-mouse): New command.
3473 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3475         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3476         (Custom-reset-standard): Fix y-or-n-p messages.
3477         (custom-link): New face for links.
3478         (custom-buffer-create-internal, custom-manual): Use it.
3479         (custom-face-save): Push to theme-face before setting face spec.
3481         * wid-edit.el (widget-default-mouse-face-get): New function.
3482         (widget-specify-button): Handle mouse-face like button-face.
3484         * custom.el (load-theme): Clear old theme settings if reloading.
3486 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3488         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3489         "Erase Customization" button back to same position it occupies in
3490         the individual State menus.
3492 2006-01-04  Kim F. Storm  <storm@cua.dk>
3494         * wid-edit.el (key-sequence): Rework widget to read key binding
3495         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3496         (widget-key-sequence-default-value): Default value for empty sequence.
3497         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3498         (widget-key-sequence-read-event): New command for C-q.
3499         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3500         (widget-key-sequence-value-to-external): New functions.
3502 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3505         Use expand-file-name.
3506         (flymake-delete-temp-directory): Use expand-file-name,
3507         file-name-directory, and directory-file-name.
3508         (flymake-strrchr): Delete.
3509         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3510         to the init-f function.
3511         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3512         (flymake-init-find-buildfile-dir)
3513         (flymake-init-create-temp-source-and-master-buffer-copy)
3514         (flymake-simple-make-init-impl, flymake-simple-make-init)
3515         (flymake-master-make-init, flymake-master-make-header-init)
3516         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3517         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3518         (flymake-xml-init): Remove corresponding redundant buffer argument.
3519         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3520         the default anyway.  Clean up regexps.
3522         * progmodes/flymake.el (flymake-temp-source-file-name)
3523         (flymake-master-file-name, flymake-temp-master-file-name)
3524         (flymake-base-dir): New buffer-local vars.
3525         (flymake-buffer-data, flymake-get-buffer-value)
3526         (flymake-set-buffer-value): Replace those hash-tables by the new
3527         buffer-local vars.  Update callers.
3529         * progmodes/flymake.el (flymake-check-start-time)
3530         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3531         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3532         Move definition, so we can remove redundant earlier declaration.
3533         (flymake-replace-regexp-in-string, flymake-split-string)
3534         (flymake-get-temp-dir): Use defalias.
3535         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3536         (flymake-xemacs-window-edges): Remove unused function.
3537         (flymake-get-point-pixel-pos): Move.
3538         (flymake-pid-to-names, flymake-reg-names)
3539         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3540         Replace by a simple list flymake-processes and by process-buffer.
3541         Update callers.  Other than simplify the code, it uses buffers rather
3542         than buffer-names so it doesn't get confused by uniquify.
3543         (flymake-buffer-data): The global value should just be nil.
3545         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3546         Optimize the body of a defalias like any other code.
3548         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3549         Make sure we've setup font-lock's vars.  It may influence which
3550         function we then call.
3551         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3552         here since it's too late anyway.
3554 2006-01-03  Romain Francoise  <romain@orebokech.com>
3556         * startup.el (fancy-splash-tail, normal-splash-screen):
3557         Update copyright year.
3559 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3561         * mouse.el (mouse-drag-track): Rename, from
3562         `mouse-drag-region-1'.  Includes optional argument required to
3563         enable post-drag event processing (e.g. delete region keys).
3564         Can be used without this argument to track a mouse region and operate
3565         on it as soon as the drag completes.
3566         (mouse-drag-region): Use `mouse-drag-track'.
3568 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3570         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3571         Move to `custom-buffer' group.
3573         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3574         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3575         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3576         (custom-theme-face-menu): New variables.
3577         (custom-theme-add-variable, custom-theme-variable-action)
3578         (custom-variable-reset-theme, custom-theme-delete-variable)
3579         (custom-face-reset-theme, custom-theme-face-action)
3580         (custom-theme-delete-face, custom-theme-merge-theme)
3581         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3583 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3585         * custom.el: Move Custom Themes commentary to start of theme code.
3586         (custom-known-themes): Rename `standard' theme to `changed'.
3587         (custom-push-theme): Caller no longer specifies what theme to use
3588         when doing `reset'---the setting is simply removed from the theme.
3589         Delete MODE from `theme-value' and `theme-settings' properties.
3590         (custom-declare-theme): Ignore &rest args since we don't use them.
3592         (custom-loaded-themes): Delete variable.
3593         (custom-theme-load-themes, custom-theme-loaded-p)
3594         (custom-theme-value): Delete functions.
3596         (custom-declare-theme): Signal error on invalid theme names.
3597         (provide-theme): custom-loaded-themes was deleted.
3598         (load-theme): Load the file unconditionally.
3599         (enable-theme): Call `load-theme' if theme is undefined.
3600         (custom-enabled-themes): Only update value for successful loads.
3601         (disable-theme): Complete from enabled themes when interactive.
3602         (custom-variable-theme-value): Calculate theme value directly.
3604         (custom-theme-reset-variables, custom-reset-variables): Mark as
3605         XEmacs compatibility functions.  We don't actually use these.
3607         * cus-edit.el (custom-variable-state-set):
3608         Use custom-variable-theme-value instead of custom-theme-value.
3609         (custom-face-state-set): Rename `standard' theme to `changed'.
3610         (custom-save-variables, custom-save-faces): Delete unneeded
3611         references to custom-reset-variables.
3612         (custom-save-resets): Delete function.
3613         (custom-save-variables, custom-save-faces): MODE argument deleted.
3614         (custom-save-variables, custom-save-faces): Ignore theme values.
3616         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3617         compatibility function.
3619 2006-01-01  Richard M. Stallman  <rms@gnu.org>
3621         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3622         (Custom-reset-current, Custom-reset-saved): Likewise.
3623         (Custom-reset-standard): Show message if aborted.
3624         (custom-mode): Doc fix, describing those commands.
3626         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3627         put on event-kind property.
3629 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
3631         * custom.el (provide-theme): Ban `user' theme name.
3632         (custom-enabling-themes): New variable.
3633         (enable-theme): Don't enable user if custom-enabling-themes is t.
3634         (custom-enabled-themes): Make it a defcustom.
3635         (custom-theme-recalc-face): No-op if face is undefined.
3637         * cus-edit.el (custom-button-mouse): New variable.
3638         (custom-button-mouse): New face.
3639         (custom-raised-buttons, custom-mode): Use it.
3641         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3643 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3645         * progmodes/gud.el (gud-display-line): Support hl-line in the
3646         source buffer.
3648 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3650         * mouse.el (mouse-drag-window-above): Verify that the found window
3651         overlaps with the given window in the horizontal dimension.
3653 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3655         * Makefile.in (cvs-update): New target.
3657         * makefile.w32-in (cvs-update): Ditto.
3659 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
3661         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3662         (custom-new-theme-mode-map): New variable.
3664 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3666         * custom.el (custom-load-themes): Function deleted.
3668         * cus-edit.el (custom-save-loaded-themes): Function deleted.
3669         (custom-save-variables): Don't delete or add custom-load-themes call.
3671 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3673         * cus-start.el: Add `visible-cursor'.
3675         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3676         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3677         (flymake-process-filter): Switch to buffer before calling it instead.
3678         (flymake-post-syntax-check, flymake-highlight-err-lines)
3679         (flymake-delete-own-overlays, flymake-parse-err-lines)
3680         (flymake-start-syntax-check, flymake-start-syntax-check-process)
3681         (flymake-count-lines, flymake-parse-residual):
3682         Remove constant buffer argument.
3683         (flymake-start-syntax-check-for-current-buffer): Remove.
3684         Update callers to use flymake-start-syntax-check instead.
3685         (flymake-display-err-menu-for-current-line):
3686         Remove unused var `mouse-pos'.
3687         (flymake-restore-formatting): Comment out unused function.
3688         (flymake-report-status, flymake-report-fatal-status): Remove buffer
3689         argument, use current-buffer instead.  Update callers.
3691 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3693         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3694         buffer-local because choose-completion-delete-max-match requires
3695         that we set completion-ignore-case (i.e., binding via let is not
3696         sufficient).
3697         (bibtex-complete): Always set completion-ignore-case and
3698         choose-completion-string-functions.  The latter is needed because
3699         choose-completion-string-functions keeps its value if we quit the
3700         *Completions* buffer without requesting a completion.
3702 2005-12-30  Andreas Schwab  <schwab@suse.de>
3704         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3706 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
3708         * jit-lock.el (jit-lock-chunk-size): Doc fix.
3710 2005-12-30  Juri Linkov  <juri@jurta.org>
3712         * locate.el (locate-fcodes-file, locate-header-face)
3713         * progmodes/delphi.el (delphi-other-face)
3714         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3716         * paren.el (show-paren-match, show-paren-mismatch): Use existing
3717         group `paren-showing-faces'.
3719         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3720         (goto-address): Fix docstring.
3722         * net/webjump.el (webjump-sample-sites): Update URLs.
3724         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3726         * subr.el (cancel-change-group): Add listp around pending-undo-list.
3728 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3730         * font-lock.el (font-lock-compile-keywords): Signal an error when
3731         font-lock-set-defaults hasn't been called.
3733 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3735         * subr.el (noreturn, 1value): Doc fixes.
3737 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3739         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3740         that assoc-string returns nil.
3742 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3744         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3745         (bibtex-entry-type-str, bibtex-empty-field-re)
3746         (bibtex-search-backward-string, bibtex-preamble-prefix)
3747         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3748         (bibtex-any-valid-entry-type): New variable.
3749         (bibtex-parse-field-name): Simplify.
3750         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3751         (bibtex-preamble-prefix): Include left delimiter.
3752         (bibtex-search-forward-field, bibtex-search-backward-field):
3753         Allow unbounded search past entry boundaries (required by bibtex-pop).
3754         (bibtex-text-in-field-bounds): Use push.
3755         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3756         (bibtex-parse-preamble, bibtex-valid-entry)
3757         (bibtex-beginning-first-field): New functions.
3758         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
3759         (bibtex-map-entries): Fix docstring.
3760         (bibtex-flash-head): New arg prompt.  Simplify.
3761         (bibtex-enclosing-field): Include code of bibtex-inside-field.
3762         (bibtex-insert-kill): Simplify.  Always insert text past the
3763         current field or entry.
3764         (bibtex-format-entry): Use bibtex-parse-field.
3765         (bibtex-pop): Use bibtex-beginning-of-entry and
3766         bibtex-end-of-entry to initiate the search.  Insert empty field if
3767         we found ourselves.
3768         (bibtex-print-help-message): New args field and comma.
3769         Handle entry keys.
3770         (bibtex-make-field): Use bibtex-beginning-of-entry.
3771         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
3772         invalid entry.
3773         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3774         Handle preambles.  Simplify code for thorough test.
3775         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3776         New arg comma.  Handle entry heads.
3777         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3778         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3779         New arg comma.
3780         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3781         (bibtex-fill-field): Simplify.
3782         (bibtex-fill-entry): Use bibtex-beginning-first-field and
3783         bibtex-parse-field.
3784         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3785         (bibtex-complete): Use bibtex-parse-preamble.
3787 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
3789         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3790         Display name of expression instead of convenience variable.
3791         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3793         * progmodes/gud.el (gud-tooltip-dereference): Rename from
3794         toggle-gud-tooltip-dereference.
3795         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3796         (gud-tooltip-tips): ...here when dereferencing.
3798 2005-12-28  Bill Wohler  <wohler@newt.com>
3800         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3802 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3805         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
3806         (vc-annotate-display-autoscale): Adjust call.
3807         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
3808         Fix interactive spec.
3809         (vc-annotate-time-span): Remove.
3810         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3811         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3812         (vc-annotate-display-select): Use new name.
3814         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3815         (vc-annotate-mode-menu): Remove left-over redundant declaration.
3816         Correct the construction of span entries.  Simplify.
3817         (vc-annotate-display-select): Fix the nil case.
3818         (vc-annotate): Remove obsolete (and now broken) code.
3819         (vc-annotate-extract-revision-at-line): Remove obsolete code.
3820         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
3822 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
3824         * subr.el (lazy-completion-table): Correct typo in docstring.
3826         * startup.el (command-line): Use `custom-reevaluate-setting' for
3827         `send-mail-function'.
3829         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3831 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
3833         * mail/smtpmail.el (smtpmail-try-auth-methods):
3834         Send credentials together with "AUTH PLAIN" command.
3836 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3838         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3839         mouse-2, go back to previously selected window, so it's selected
3840         when mouse-2 command runs.
3842 2005-12-27  Juri Linkov  <juri@jurta.org>
3844         * descr-text.el (describe-text-sexp): Use square brackets for
3845         button [Show] to distinguish it from the property value `show'.
3846         (describe-property-list): Use `insert-text-button' with
3847         `help-face' type instead of putting face in quotes, because button
3848         is not created automatically for a list of faces.
3849         (describe-text-properties-1): Put button-type value in quotes to
3850         distinguish from plain text "button".
3851         (describe-char): Display code point values in hex.  Don't use
3852         `symbol-name' for `current-input-method' because it is a string.
3853         Use `insert-text-button' with `help-face' type instead of putting
3854         hardcoded face in quotes, because button is not created automatically.
3856 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3858         * progmodes/glasses.el (glasses-face): More specific custom type.
3860         * files.el (set-visited-file-name): Doc fix.
3862         * textmodes/flyspell.el (flyspell-external-point-words):
3863         Use local var buffer-scan-pos to advance scan for next misspelling.
3864         Advance it only after we find the misspelling.
3866 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
3868         * textmodes/flyspell.el (flyspell-external-point-words):
3869         New criteria for finding the misspelling in the buffer.
3871 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
3873         * help-mode.el (help-insert-string): Set help-xref-stack-item
3874         rather than call help-setup-xref.
3876         * descr-text.el (describe-char): Revert previous changes for
3877         optional buffer argument.
3879 2005-12-27  Juri Linkov  <juri@jurta.org>
3881         * help-mode.el (help-insert-string): New function.  Save buffer
3882         contents in cases where it is impossible to recompute the old contents.
3884         * descr-text.el (describe-char): Set help-xref-stack-item
3885         explicitly after buffer has been generated.
3887 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3889         * cus-start.el (all): Add x-gtk-show-hidden-files.
3891 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3893         * replace.el (perform-replace): Calculate match-again
3894         before skipping read-only matches.
3896         * paren.el (paren-showing-faces): New group.
3897         (show-paren-match, show-paren-mismatch): Move to that group.
3899         * button.el (button): Put into group `basic-faces'.
3901         * progmodes/make-mode.el: Remove faces from group `faces'.
3903         * apropos.el (apropos, apropos-value): Doc fix.
3904         (apropos-documentation): Doc fix.
3906 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * subr.el (lazy-completion-table): Remove argument `args'.
3910         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3911         Don't use the `args' argument of lazy-completion-table.
3913 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
3915         * descr-text.el (describe-char): Add optional argument for buffer.
3916         Set buffer appropriately.  Call help-setup-xref.
3917         Suggested by Stefan Monnier.
3919 2005-12-26  Juri Linkov  <juri@jurta.org>
3921         * descr-text.el: Require `help-fns' at runtime.  Don't require
3922         `button' for byte compilation.
3923         (describe-text-widget): Add `help-echo' for first button.
3924         Use `help-info' for second.
3925         (describe-property-list): Use `help-argument-name' instead of `italic'.
3926         (describe-text-category): Add prompt to interactive spec.
3927         Call `help-setup-xref'.
3928         (describe-char): Use `help-character-set'.  Add `help-echo' for
3929         code point.  Use `help-input-method'.  Remove superfluous insert.
3931 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3933         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3934         at point, in case of narrowing.
3936         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3938         * locate.el (locate-header-face): Allow nil in type.
3940         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3942 2005-12-25  Romain Francoise  <romain@orebokech.com>
3944         * battery.el (battery-linux-proc-acpi): Also try
3945         `/proc/acpi/thermal_zone/THM0/temperature'.
3947 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
3949         * custom.el (custom-push-theme): Fix docstring.
3951         * cus-edit.el (custom-variable-set, custom-variable-save)
3952         (custom-variable-save): Custom-quote widget values.
3953         (customize-save-variable): Fix custom-push-theme call.
3955 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
3957         * w32-fns.el (w32-batch-update-autoloads): New function.
3959         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3960         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3961         from the command line.
3963 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3965         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
3966         reset means to remove setting from theme entirely.  Don't keep
3967         expanding theme-settings list; delete old entries if necessary.
3969         * cus-edit.el (custom-buffer-create-internal): Move "Erase
3970         customization" button one line up.
3971         (custom-themed): New face.
3972         (custom-magic-alist): New value, THEMED, for theme settings.
3973         (custom-variable-state-set, custom-face-state-set):
3974         Check theme-value instead of saved-value.
3975         (custom-variable-reset-standard, custom-face-reset-standard):
3976         Remove theme setting entirely.  Recalculate new values.
3977         (custom-variable-set, custom-variable-set)
3978         (custom-variable-reset-saved, custom-variable-reset-backup)
3979         (custom-face-set, custom-face-reset-saved): Update `user' theme.
3980         (custom-variable-save): Fix typos.
3982 2005-12-23  Juri Linkov  <juri@jurta.org>
3984         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3985         Add autoload cookies.
3986         (edebug-outside-d-c-i-n-s-w): New variable.
3987         (edebug-display, edebug-outside-excursion): Use it to save the
3988         original value of default-cursor-in-non-selected-windows.
3989         Set default-cursor-in-non-selected-windows to t while Edebug
3990         is active.
3991         (edebug-mode, edebug-eval-mode): Doc fix.
3993         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3994         with `buffer-substring-no-properties' to remove common substring
3995         highlighting.
3997         * info.el (info-other-window, info): Rename function argument
3998         `file' to `file-or-node'.
3999         (Info-complete-menu-item): Use local variable `complete-nodes' to
4000         keep the global value of `Info-complete-nodes' unchanged for
4001         subsequent completions.
4002         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4004         * simple.el (get-next-valid-buffer, last-buffer)
4005         (next-error-buffer-p, next-error-find-buffer)
4006         (minibuffer-history-sexp-flag): Doc fix.
4008         * savehist.el (savehist-mode-hook): Add `:group'.
4010         * log-view.el: Call autoload for vc-find-version.
4011         (log-view-current-file): Adjust subgroup numbers.
4012         (log-view-current-tag): Add `length'.
4014 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4016         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4018 2005-12-23  Juri Linkov  <juri@jurta.org>
4020         * hi-lock.el (hi-lock-archaic-interface-message-used)
4021         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4022         (hi-lock-mode): Display "Hi" in the mode line only when
4023         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4024         (hi-lock-write-interactive-patterns):
4025         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4026         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4027         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4028         font-lock-add-keywords to t.
4030 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4032         * hi-lock.el (hi-lock-highlight-range): New variable.
4033         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4034         only if font-lock-fontified is non-nil.  Remove overlays.
4035         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4036         font-lock-fontified is non-nil, otherwise use overlays (instead of
4037         text properties).
4038         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4039         New variables.
4040         (hi-lock-string-serialize) New function.
4042 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4044         * menu-bar.el (menu-find-file-existing): New function.
4045         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4047         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4049 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * vc.el: Remove unnecessary leading * in docstrings.
4052         (vc-annotate-mode-map): Move initialization into declaration.
4053         (vc-static-header-alist): Nitpick on the regexp.
4054         (vc-default-init-version): New fun.
4055         (vc-register): Use it.
4056         (vc-insert-headers): Use dolist.
4057         (vc-annotate-get-backend): Remove unused function.
4058         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4059         (vc-annotate-mode): Remove corresponding call.
4060         (vc-annotate-car-last-cons): Simplify.
4061         (vc-annotate-buffers): Remove var.
4062         (vc-annotate-backend): Make it buffer-local.
4063         (vc-annotate): Move the interaction to the interactive spec.
4064         Add a `buf' argument.
4065         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4066         killing&creating a vc-annotate buffer, which is very disruptive when
4067         the buffers are shown in dedicated frames.
4069 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4071         * descr-text.el: Add FSF as maintainer.
4072         (describe-text-mode, describe-text-mode-map)
4073         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4074         help-mode.
4075         (describe-text-widget, describe-text-sexp)
4076         (describe-property-list, describe-text-category)
4077         (describe-text-properties, describe-text-properties-1)
4078         (describe-char): Use help buttons instead of widgets.
4079         (describe-char-unicodedata-file): Make URL link in doc string.
4081 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4083         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4084         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4085         Don't include buttons that write a file when there's no file.
4086         (custom-variable-menu, custom-face-menu, custom-group-menu):
4087         Don't include commands that write a file when there's no file.
4088         (customize-browse): Reword the top-of-buffer help intro.
4089         (custom-buffer-create-internal): Fix previous change.
4090         (customize-changed-options-previous-release): Prev release is 21.1.
4091         (customize-changed-options): Doc fix.
4092         (customize-changed): New alias.
4093         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4094         Say "standard values".
4095         (Custom-reset-standard): Doc fix.
4096         (custom-face-reset-standard): Doc fix.
4098 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4101         even if font-lock-mode is non-nil since it may be t without having
4102         turned on font-lock-mode-internal.
4103         (font-lock-choose-keywords): Minor optimization.
4104         (font-lock-add-keywords, font-lock-remove-keywords)
4105         (font-lock-set-defaults): Don't call make-local-variable on a variable
4106         that we know to already be local.
4108 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4110         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4111         messages if in the minibuffer.
4113 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4115         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4116         (tex-mode-flyspell-verify, flyspell-get-word)
4117         (flyspell-external-point-words): Don't use point-min/max uselessly.
4119         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4120         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4121         don't need to show it.
4123 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4125         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4127 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4130         delete-windows-on with an inexistent buffer.
4132 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4134         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4135         Delete defcustom variable :tag names.
4137 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4139         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4140         (log-view-font-lock-keywords): Ajust subgroup numbers.
4141         (log-view-current-tag): Don't hard code the number of subgroups.
4143 2005-12-20  Juri Linkov  <juri@jurta.org>
4145         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4146         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4148         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4149         (menu-bar-non-minibuffer-window-p): Instead of checking
4150         display-multi-frame-p, use selected-frame when menu-updating-frame
4151         is nil.
4153 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
4155         * align.el (align-rules-list): Use [ \t] instead of \s-
4156         for column separators in text mode.
4158 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4160         * help-mode.el (help-customize-variable, help-customize-face):
4161         Don't pop help-xref-stack as help-follow no longer pushes
4162         anything on to it.
4164 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4166         * textmodes/org.el (org-agenda-custom-commands): New option.
4167         (org-agenda): Offer custom commands on splash screen.
4168         (org-make-tags-matcher): Parser for Boolean logic added.
4169         (org-agenda-set-tags): New command.
4170         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4171         (org-set-tags): Efficiency improvements.
4172         (org-auto-align-tags): New option.
4173         (org-todo, org-demote, org-promote): Realign tags.
4174         (org-tags-completion-function): Use also "&" and "|" as separators.
4175         (org-org-menu): Agenda commands simplified.
4177 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4179         * cus-edit.el (customize-apropos, customize-apropos-options):
4180         Docstring changes.
4182         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4184 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4186         * longlines.el (longlines-mode): Wrap while widened.
4187         (longlines-decode-region, longlines-encode-region): Compute max
4188         just once.
4190 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4192         * cus-edit.el (mac): New group.
4194         * cus-start.el (all): Add user options in macterm.c.  Add test for
4195         Mac-related built-ins.  Fix test for GTK-related built-ins.
4197         * term/mac-win.el (mac-handle-language-change)
4198         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4199         (mac-services-open-selection, mac-services-mail-selection)
4200         (mac-services-mail-to, mac-services-insert-text)
4201         (mac-dispatch-apple-event): Add docstrings.
4202         (x-get-selection, mac-select-convert-to-string): Select coding
4203         system from `utf-16be' and `utf-16le' using `byteorder'.
4205 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4208         a "list" (lambda ...) rather than a real completion list.
4210         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4211         lexical-let when encountering ((lambda (...) ...) ...).
4213 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4215         * progmodes/sh-script.el (sh-mode):
4216         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4217         * textmodes/picture.el (picture-mode): Update docstrings.
4219 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4221         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4222         commands enclosed in $(ARGQUOTE)s should not be split between two
4223         lines, as that will break with GNU Make >3.80, when sh.exe is used
4224         and arg quoting is with '..'.
4225         (autoloads): Don't break the quoted --eval expression between
4226         several lines.
4228 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4230         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4231         Capture error from printing circular structures.
4233 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4235         * wid-edit.el (widget-checkbox-action): Clear undo info.
4237 2005-12-16  Bill Wohler  <wohler@newt.com>
4239         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4240         bar, not menubar in comment.
4242 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4244         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4245         After-change-functions should not clobber the match data.
4247 2005-12-16  Juri Linkov  <juri@jurta.org>
4249         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4250         instead of `buffer-substring'.
4251         (completion-common-substring): Doc fix.
4252         (completion-setup-function): Use minibuffer-completion-contents
4253         instead of minibuffer-contents.  Don't set common-string-length
4254         initially.  Remove special handling of partial-completion-mode.
4255         Move computation of completion-base-size into one cond.
4256         Call completion-base-size-function in mainbuf.  In computation of
4257         completion-base-size for file name completion don't move point to
4258         the end of the minibuffer.  Move computation of common-string-length
4259         into one cond.  Start putting faces only when common-string-length>=0.
4260         Add condition to put completions-common-part when
4261         common-string-length>0.
4263         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4264         place point at the first different character in the minibuffer
4265         even if this position is at the beginning of the minibuffer.
4267         * info.el (Info-read-node-name-1): In completion-base-size-function's
4268         lambda return 1 if common-substring or minibuffer-completion-contents
4269         starts with (, and 0 otherwise.
4271         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4272         Use `crm-current-element' for second arg of `display-completion-list'.
4274 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4276         * files.el (set-auto-mode): Look for an interpreter specified on
4277         the first line also if search for mode specification succeeded,
4278         but the mode is not known.
4280 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4282         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4283         (org-open-at-point): Implement tag searches as links.
4284         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4285         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4286         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4287         (org-agenda-dispatch): New commands.
4288         (org-use-tag-inheritance, org-tags-column): New options.
4289         (org-tab-follows-link, org-return-follows-link): New options.
4290         (org-tags): New customize group.
4291         (org-start-icalendar-file): Get local time zone.
4292         (org-tags-completion-function): New function.
4293         (org-set-font-lock-defaults): Make sure links will also be
4294         highlighted inside headlines.
4296 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4298         * term.el (term-emulate-terminal):
4299         Let term-handle-ansi-terminal-messages override what Bash says about
4300         its current directory.
4302 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4304         * bindings.el (last-buffer): Move to simple.el.
4305         * simple.el (last-buffer): Move here.
4306         (get-next-valid-buffer): New function.
4307         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4308         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4310         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4311         * bindings.el (global-map): Ditto.
4313 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4315         * cus-edit.el: Introductory comment change.
4316         (custom-magic-alist): Change message string for the `rogue' state.
4318 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4320         * tooltip.el: Delete defcustom variable :tag names.
4322         * complete.el (partial-completion-mode): Doc fix.
4324         * textmodes/flyspell.el (flyspell-external-point-words):
4325         Use save-excursion to ensure we don't move backward in the
4326         search loop, not even one character.
4327         (flyspell-delete-all-overlays): Use remove-overlays directly.
4329         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4330         (ispell-start-process): Set that variable.
4331         Clear ispell-buffer-local-name.
4332         (ispell-internal-change-dictionary):
4333         Set ispell-current-dictionary after killing process.
4334         (ispell-buffer-local-dict):
4335         Don't set spell-personal-dictionary after killing process.
4336         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4337         (ispell-tex-skip-alists, ispell-html-skip-alists)
4338         (ispell-skip-region-alist): Mark as risky.
4340         * net/newsticker.el (newsticker--retrieval-timer-list)
4341         (newsticker--display-timer, newsticker-running-p)
4342         (newsticker-ticker-running-p): Definitions moved up.
4344 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4346         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4348 2005-12-15  David Ponce  <david@dponce.com>
4350         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4351         (recentf-edit-list, recentf-open-files): Signal an error when
4352         there is no recent file.
4354 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4356         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4357         read-only except for texinfo-format-region evaluation.
4359 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4361         * vc.el (vc-default-previous-version, vc-default-next-version)
4362         (vc-do-command): Doc fixes.
4364 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4366         * textmodes/bibtex.el (bibtex-expand-strings)
4367         (bibtex-autokey-expand-string, bibtex-name-part)
4368         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4369         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4370         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4371         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4372         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4373         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4374         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4375         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4376         (bibtex-beginning-of-last-entry): Remove.
4377         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4378         message if comma is missing but buffer is read-only.
4379         (bibtex-parse-field-text): Handle whitespaces at the end of field
4380         text.  Return 3-element list with beginning and end of field text
4381         and end of field.
4382         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4383         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4384         (bibtex-search-forward-field, bibtex-search-backward-field):
4385         Search always delimited by limits of entry.  Use more efficient
4386         search algorithms.
4387         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4388         bibtex-end-of-name-in-field.
4389         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4390         extracting the content of a field.
4391         (bibtex-text-in-field): Use search limits.
4392         (bibtex-parse-string-prefix): Handle empty string keys based on
4393         bibtex-string-empty-key.
4394         (bibtex-parse-string): Fix docstring.
4395         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4396         (bibtex-preamble-prefix, bibtex-strings): New functions.
4397         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4398         BibTeX entries (consistent with other BibTeX functions).
4399         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4400         (bibtex-search-entry): Fix docstring.  Simplify.
4401         (bibtex-flash-head, bibtex-complete-string-cleanup)
4402         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4403         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4404         (bibtex-parse-entry): New optional arg content.
4405         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4406         Use bibtex-text-in-field-bounds.
4407         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4408         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4409         bibtex-parse-string-postfix.
4410         (bibtex-find-text-internal): New function.
4411         (bibtex-remove-delimiters): Use it.
4412         (bibtex-find-text): Use it.  New optional arg help.
4413         (bibtex-complete): Handle BibTeX string and preamble entries.
4414         (bibtex-Preamble): Fix order of closing delimiters.
4416 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * vc.el (vc-default-revert): New fun.
4420         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4422 2005-12-14  Romain Francoise  <romain@orebokech.com>
4424         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4425         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4426         (font-lock-remove-keywords): Likewise.
4428 2005-12-14  Juri Linkov  <juri@jurta.org>
4430         * log-view.el (log-view-diff): Doc fix.
4432         * isearch.el (isearch-query-replace): Use (mark) instead of
4433         isearch-opoint if mark is active in transient-mark-mode.
4435 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4437         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4439 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4441         * progmodes/cpp.el (cpp-face): New widget.
4442         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4444 2005-12-14  Juri Linkov  <juri@jurta.org>
4446         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4447         around `erase-buffer' and `insert'.
4449         * descr-text.el (describe-text-properties): Replace buffer name
4450         "*Help-2*" with "*Help*<2>".
4451         (describe-char): Add functions print-help-return-message,
4452         toggle-read-only.  Use help-setup-xref with nil to not store
4453         describe-char in help-xref-stack.  Use help-make-xrefs to
4454         make [back] button.
4456         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4458         * wdired.el (wdired-old-point): New internal variable.
4459         (wdired-change-to-wdired-mode): Set it buffer-locally.
4460         (wdired-abort-changes): Restore point after aborting changes.
4462 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * vc.el (vc-do-command): Add a new value t for okstatus.
4466         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4467         frame in case of errors.
4469 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4471         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4472         so it comes after "On the Left" in the menu.
4474 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4476         * cus-edit.el (customize-apropos, customize-apropos-options)
4477         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4479 2005-12-12  Bill Wohler  <wohler@newt.com>
4481         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4482         non-writable Subversion-controlled files by saving window
4483         configuration before calling vc-do-command.  vc-do-command calls
4484         pop-to-buffer on error which is unexpected during registration.
4486 2005-12-12  Jay Belanger  <belanger@truman.edu>
4488         * calc/README: Update the summary of changes.
4490 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4492         * descr-text.el (describe-char): Rework last fix to solve the problem
4493         is the same way it's solved for everything else in that function
4494         (i.e. by extracting the info before setting up the *Help* buffer).
4496 2005-12-12  Kim F. Storm  <storm@cua.dk>
4498         * subr.el (version-regexp-alist): Allow space as separator before
4499         non-numeric part, e.g. "1.0 alpha".
4500         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4502 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4504         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4505         Implement Logging and the keep-modes setting.
4506         (org-get-category): Make sure a string is returned.
4507         (org-log-done): New function.
4508         (org-log-done, org-closed-string): New options.
4510 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4512         * tooltip.el (tooltip-y-offset): Change default to 20.
4514 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4516         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4518         * frame.el (display-hourglass): Doc fix.
4520         * help.el (help-for-help-internal): Simplify entry for `a'.
4522         * info.el (Info-on-current-buffer): Doc fix.
4523         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4525         * startup.el (inhibit-splash-screen): Make this the real name.
4526         (inhibit-startup-message): Make this the alias.
4527         (command-line): Find only simple.el, and use its directory
4528         to fill in other preloaded files' names.
4529         (command-line): Deactivate the mark if deactivate-mark is set.
4531         * international/mule.el (load-with-code-conversion):
4532         Bind deactivate-mark.
4534         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4536 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4538         * cus-edit.el (customize-apropos): Avoid listing an option more
4539         than once under different aliases.  No longer list user options
4540         that are not defined with defcustom (unless a prefix arg is given).
4541         Doc fix.
4542         (customize-apropos-options): Doc fix.
4544 2005-12-11  Juri Linkov  <juri@jurta.org>
4546         * frame.el (set-background-color, set-foreground-color)
4547         (set-cursor-color, set-mouse-color, set-border-color):
4548         Add explicit prompts to read colors by `facemenu-read-color'.
4549         (show-trailing-whitespace, blink-cursor-delay)
4550         (blink-cursor-interval, display-hourglass, hourglass-delay):
4551         Remove tags.
4552         (display-hourglass, hourglass-delay): Doc fix.
4553         (cursor-in-non-selected-windows): Capitalize words in tag.
4555         * faces.el (frame-background-mode): Replace `choice-item' keywords
4556         with `const' to not make [default] button.  Change default value tag
4557         from `default' to `automatic'.  Doc fix.
4558         (trailing-whitespace) <defface>: Change group `whitespace' to
4559         `whitespace-faces'.
4561 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4563         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4565 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4567         * term/mac-win.el: Create keymap for mac-apple-event-map.
4569 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4571         * tooltip.el (tooltip-mode): Move to start of file so that it
4572         appears at top of customize buffer.
4574         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4575         Add the gud groupname.
4576         (gud-tooltip-mode): Add the tooltip groupname.
4577         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4578         avoid conflict with tooltip-use-echo-area.
4580 2005-12-10  Romain Francoise  <romain@orebokech.com>
4582         * help.el (help-for-help-internal): Add `r' in doc string.
4584 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4586         * align.el (align-regexp, align-highlight-rule):
4587         Use region-beginning and region-end instead of point and mark, so that
4588         repetition (with `repeat-complex-command') recomputes the region
4589         bounds.
4591 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4593         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4594         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4595         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4596         (balance-windows): Rewrite using the above new functions.
4598 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4600         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4601         react if global-hi-lock-mode seems intended.
4602         (global-hi-lock-mode) Renamed from hi-lock-mode.
4603         (hi-lock-archaic-interface-message-used)
4604         (hi-lock-archaic-interface-deduce): New variables.
4605         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4606         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4607         (hi-lock-find-patterns, hi-lock-font-lock-hook):
4608         Replace hi-lock-buffer-mode with hi-lock-mode.
4610 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
4612         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4613         completion list, even after a partial completion has been
4614         inserted in the current buffer.  If there are more than 1
4615         completion, redisplay the *Completions* buffer; if the
4616         completion is unique, delete the *Completions* window.
4618 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
4620         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4621         strings and long subject lines that were broken into multiple
4622         lines at arbitrary places.  Handle subjects that have "Re: " in
4623         the middle.
4625 2005-12-10  John W. Eaton  <jwe@octave.org>
4627         * emacs/octave-mod.el (octave-electric-space): Don't indent
4628         comments or strings if octave-auto-indent is nil.
4630 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4632         * term/mac-win.el: Require url when compiling.
4633         Call mac-process-deferred-apple-events after loading init files.
4634         (mac-apple-event-map): New defvar.  Define event handlers in it.
4635         (core-event, internet-event): New Apple event class symbols.
4636         (open-application, reopen-application, open-documents)
4637         (print-documents, open-contents, quit-application)
4638         (application-died, show-preferences, autosave-now, get-url):
4639         New Apple event ID symbols.
4640         (about): New HICommand ID symbol.
4641         (mac-event-spec, mac-event-ae): New macros.
4642         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4643         (mac-ae-selection-range, mac-ae-text-for-search)
4644         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4645         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
4646         and Services menu events are now defined in mac-apple-event-map.
4647         (mac-drag-n-drop): Remove selection range handling.
4649 2005-12-10  Kenichi Handa  <handa@m17n.org>
4651         * simple.el (zap-to-char):
4652         * isearch.el (isearch-process-search-char): Translate CHAR by
4653         translation-table-for-input.
4655 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
4657         * foldout.el (foldout-exit-fold): Properly hide subtree.
4659 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4661         * files.el (save-buffer):
4662         * international/ucs-tables.el (ucs-set-table-for-input):
4663         * mail/mail-extr.el (mail-extract-address-components):
4664         * mail/sendmail.el (mail-mode): Reformat doc string.
4666 2005-12-09  Juri Linkov  <juri@jurta.org>
4668         * isearch.el (isearch-highlight): Change main overlay priority
4669         from 1 to 1001.  Simplify.
4670         (isearch-lazy-highlight-update): Change lazy overlay priority
4671         from 0 to 1000.
4673         * replace.el (replace-highlight): Change overlay priority from
4674         1 to 1001.
4676         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4677         Change overlay priority from 1 to 1001.  Reuse existing overlay.
4679         * compare-w.el (compare-windows-highlight): Change overlay
4680         priority from 1 to 1000.
4682         * menu-bar.el (menu-bar-edit-menu): Add listp around
4683         pending-undo-list to disable menu item "undo" when pending
4684         undo list is empty.
4686         * locate.el (locate): Disable undo in *Locate* buffer.
4688 2005-12-09  Kim F. Storm  <storm@cua.dk>
4690         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4692 2005-12-09  David Ponce  <david@dponce.com>
4694         * recentf.el: Improvement of the menu code.
4695         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
4696         instead of menu hook.
4697         (recentf-show-menu, recentf-hide-menu): New functions.
4698         (recentf-menu-customization-changed, recentf-mode): Use them.
4699         (recentf-menu-action, recentf-max-menu-items)
4700         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4701         (recentf-arrange-by-rule-others)
4702         (recentf-arrange-by-rules-min-items)
4703         (recentf-arrange-by-rule-subfilter) : Don't use
4704         `recentf-menu-customization-changed'.
4705         (recentf-arrange-rules): Likewise.  Accept functions to compute
4706         sub-menu titles.
4707         (recentf-menu-filter): Likewise.  Doc fix.
4708         (recentf-menu-value-shortcut): Doc fix.
4709         (recentf-dump-variable): Quote atom value.
4710         (recentf-make-menu-items): Update to use it as a menu filter.
4711         (recentf-match-rule): New function.
4712         (recentf-arrange-by-rule): Use it.
4713         (recentf-indirect-mode-rule): New function.
4714         (recentf-build-mode-rules): Use it.
4715         (recentf-dir-rule): New function.
4716         (recentf-arrange-by-dir): Use it.
4717         (recentf-filter-changer-current): Rename from
4718         `recentf-filter-changer-state'.  All references updated.
4719         (recentf-filter-changer-alist): Update filter names.
4720         (recentf-filter-changer-select): New function.
4721         (recentf-filter-changer): Use it.  Make a sub-menu from filters
4722         available in `recentf-filter-changer-alist'.
4723         (recentf-data-cache, recentf-clear-data)
4724         (recentf-update-menu): Remove.  All references updated.
4725         (recentf-match-rule-p, recentf-build-dir-rules)
4726         (recentf-filter-changer-goto-next)
4727         (recentf-filter-changer-get-current)
4728         (recentf-filter-changer-get-next): Remove.
4730 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
4732         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4733         buffer "Reset" button to "Reset to Current" for consistency with
4734         the State buttons.
4736 2005-12-08  John Paul Wallington  <jpw@pobox.com>
4738         * ibuf-ext.el (define-ibuffer-filter filename):
4739         If `dired-directory' is a list then really use its car.
4741 2005-12-08  Kim F. Storm  <storm@cua.dk>
4743         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4744         Fix indention of text on right side of replaced rectangle.
4746 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
4748         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4749         No need to check gud-comint-buffer is bound.
4750         (gdb): Prevent multiple debugging when first session uses gdba.
4752 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4754         CC Mode update to 5.31.
4756         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4757         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
4758         We might do this function properly in the future).
4760         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4761         New macros c-sentence-end and c-default-value-sentence end, to cope
4762         with Emacs 22's new function `sentence-end'.
4764 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4766         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4767         compat issue using `c-put-overlay' and `c-delete-overlay'.
4769         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4770         New compat macros to handle overlays/extents.
4772 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4774         * progmodes/cc-fix.el: Add definitions of the macros push and pop
4775         (for GNU Emacs 20.4)
4777         * progmodes/cc-defs.el:
4778         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4780         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4781         highlighting mechanism so it will work in XEmacs too.
4783         * progmodes/cc-defs.el: Insert c-int-to-char.
4785         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4786         call to the new macro c-int-to-char.  This solves XEmacs's
4787         regarding characters as different from integers.
4789 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4791         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4792         New internal helper.
4794         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4795         construct to make the indirect face lookup work in XEmacs.
4797         (c-cpp-matchers): Append the negation char face to the existing
4798         fontification, so that the cpp face doesn't disappear.
4799         Use `c-make-syntactic-matcher' to avoid negation chars in comments
4800         and strings.
4802         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4803         to map to `font-lock-negation-char-face' in emacsen where it exists.
4805 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4807         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4809         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4810         Rename "c-subword-move-mode" as "c-subword-mode".
4812         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4813         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
4815 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4817         * progmodes/cc-mode.el: Added autoload directive for
4818         `c-subword-move-mode' for use in older emacsen.
4820 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4822         * progmodes/cc-mode.el:
4823         (i) Insert a binding for C-c C-backspace into
4824         c-bind-special-erase-keys which works in TTYs.
4825         (ii) Make sure that when file styles are used, any explicitly
4826         given style variables take priority over those in the style.
4827         Do this by calling `hack-local-variables' a second time.
4829         * progmodes/cc-vars.el: Add language specific customization
4830         widgets for AWK to c-doc-comment-style, c-require-final-newline
4831         and c-default-style.  Add a defcustom for awk-mode-hook.
4832         Give c-syntactic-element and c-syntactic-context doc-strings by
4833         directly setting their `variable-documentation' propery.
4834         This allows Emacs 22.1 to read these with C-h v.
4836         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4838 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4840         * progmodes/cc-fonts.el, cc-vars.el
4841         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4842         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4843         Masatake YAMATO.
4845         (c-doc-comment-style): Made GtkDoc default in C mode.
4847         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4848         and C-c C-<delete>.
4850         (c-bind-special-erase-keys): New function for use on
4851         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4853         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4854         <delete> key behavior in XEmacs according to `delete-forward-p'.
4855         C.f. `c-electric-delete'.
4857 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4859         * progmodes/cc-mode.el: Give c-hungry-backspace and
4860         c-hungry-delete-forward permanent key bindings.
4862         * progmodes/cc-cmds.el (c-electric-semi&comma):
4863         Bind c-syntactic-context for calls to "criteria functions", for
4864         consistency with other calls to user functions.
4866         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4867         `current-prefix-arg', since this might be the prefix arg to a
4868         command which calls c-indent-command as a function.  Change the
4869         interactive spec from "p" to "P".
4871         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4872         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4873         was difficult to understand.
4875 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4877         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4878         first char of an identifier.
4880         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4881         +" syntax in C++.
4883 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4885         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4886         auto-fill doesn't split a c-comment's last word from a hanging
4887         "*/" when a space is typed between them after fill-column.
4889         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4891         * progmodes/cc-styles.el (c-set-style)
4892         (c-setup-paragraph-variables): Abort the command if we're not in a
4893         CC Mode buffer.
4895         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4896         with blank comment-prefix, and a blank line as the comment's
4897         second line.
4899 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4901         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4902         Incorporate the patterns added in the Emacs development branch
4903         for the new Emacs 22 face `font-lock-negation-char-face'.
4905         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4906         of "red" since it stands out better in xterms and DOS terminals.
4908         * progmodes/cc-engine.el (c-literal-faces):
4909         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4911 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4913         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4914         forcibly enable c-electric-flag.
4916         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4917         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4918         after the comment-prefix of a C-style comment will close that comment.
4920 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4922         * progmodes/cc-fonts.el (c-basic-matchers-before)
4923         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4924         in Pike.
4926         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4927         digraphs.
4929         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4930         (c-cpp-message-directives, c-cpp-include-directives)
4931         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4932         (c-cpp-expr-directives): Introduce new language constants to
4933         control cpp syntax in a cleaner way.
4935         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4937         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4939         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4940         (c-multiline-string-start-char): New language constants and
4941         variables to specify how newlines in string literals work.
4943         (c-font-lock-invalid-string): Use them.
4945         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4946         unbalanced close brace is entered.  Optimization by avoiding going
4947         back over arbitrarily large blocks.  Removed hints that this
4948         function only would be relevant/useful in AWK.
4950         (c-electric-brace): Indent syntactically after the cleanups since
4951         lineup functions might do it differently then.
4953         * progmodes/cc-engine.el, cc-langs.el
4954         (c-opt-op-identifier-prefix): New language constant and variable.
4956         (c-just-after-func-arglist-p, c-after-special-operator-id)
4957         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4959         * progmodes/cc-align.el, cc-engine.el
4960         (c-after-special-operator-id): New helper to handle C++ operator
4961         identifiers.
4963         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4964         (c-guess-basic-syntax): Handle C++ operator identifiers in
4965         declarations.
4967         * progmodes/cc-langs.el (c-assignment-operators): Add the
4968         trigraph version of ^= too.
4970         * progmodes/cc-langs.el (c-assignment-operators): Add the
4971         trigraph version of |= in C++.
4973         * progmodes/cc-fonts.el (c-font-lock-declarators):
4974         Handle `c-decl-hangon-kwds' after the identifier name.
4976         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4977         whether an arglist is "nonempty", ignore a comment after the open
4978         paren if it isn't followed by a non-comment token on the same line.
4980         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
4981         Enable heuristics below the point to cope with classes inside special
4982         brace lists in Pike.
4984 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4986         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4988 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4990         * progmodes/cc-guess.el (cc-guess-install): New function to
4991         install an already guessed style in another buffer.
4993         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4994         sets `inhibit-read-only' - `c-save-buffer-state' should be used
4995         anyway if the change always is undone.
4997 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4999         Implement togglable electricity:
5001         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5002         saying when it should be used.
5004         * progmodes/cc-engine.el: Add the new buffer-local variable,
5005         c-electric-flag.
5007         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5008         c-toggle-auto-newline.
5010         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5011         c-toggle-auto-newline.  Remove the binding for
5012         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5013         c-toggle-electric-state.
5015         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5017         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5018         c-\(forward\|backward\)-subword.
5019         (c-update-modeline): Add the new modeline flag `l' for
5020         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5021         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5022         Make the old name an alias of the new name.
5023         (c-toggle-electric-state): New function.
5024         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5025         Adapt these functions to do electric things only when
5026         c-electric-flag is non-nil.
5027         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5028         new functions from c-electric-brace.
5029         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5030         mode, so that the tentative extra newline doesn't change the
5031         syntax of the following brace.
5032         (c-electric-brace): Restructure by extracting the above functions.
5033         Tidy up the coding somewhat.
5034         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5035         restructure a bit.
5037 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5039         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5040         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5042         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5043         (c-submode-indicators): Change name from `c-auto-hungry-string'
5044         since it's now used to track another submode.
5046         (c-update-modeline): Convert to function and extended to check
5047         `c-subword-move-mode'.
5049         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5050         Convert to compat aliases for `c-forward-subword' and
5051         `c-backward-subword'.
5053         * progmodes/cc-subword.el: New functions and minor mode to handle
5054         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5056         (c-forward-subword, c-backward-subword, c-mark-subword)
5057         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5058         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5059         Functions corresponding to the standard word handling functions.
5061         (c-subword-move-mode): Minor mode that replaces all the standard
5062         word handling functions with their subword equivalences.
5064 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5066         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5067         entry for one-liner-defun.
5069         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5070         name in its def-edebug-spec.
5072         * progmodes/cc-cmds.el (c-electric-brace): Make the
5073         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5074         compacts space before a comment, if this will make things fit on
5075         one line.
5077         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5079         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5081         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5082         clean-up one-liner-defun.
5084         * progmodes/cc-styles.el: Add the new "awk" style.
5086         * progmodes/cc-vars.el: Add description of one-liner-defun to
5087         c-cleanup-list's doc-string.  New user options,
5088         c-max-one-liner-length.  In c-default-style, set the default style
5089         for AWK to "awk".
5091 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5093         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5094         macros inside labels.
5096         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5097         `c-at-statement-start-p' and `c-at-expression-start-p'.
5099         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5100         error if the mark isn't set.
5102         * progmodes/cc-engine.el (c-guess-continued-construct)
5103         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5104         accurately detect functions inside functions.
5106         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5107         like `c-at-statement-start-p' that additionally recognizes commas
5108         and expression parentheses as delimiters.
5110         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5111         to avoid heuristics that doesn't work for unclosed blocks.
5112         (c-at-statement-start-p): New function.
5114         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5115         Objective-C directives, e.g. directives spanning lines should work
5116         reasonably well now.
5118         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5120         (c-forward-objc-directive): New function to move over any ObjC
5121         directive.
5123         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5124         (c-basic-matchers-before): Use it.
5126         (c-font-lock-objc-iip-decl): Remove.
5128         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5129         in the template arglist recognition.
5131         * progmodes/cc-styles.el (c-style-alist): Fix several
5132         inconsistencies in the Whitesmith style.
5134         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5135         New lineup function to get lines after Whitesmith style blocks
5136         correctly indented.
5138         (c-lineup-whitesmith-in-block): Back out the compensation for
5139         opening parens since it's done using `add' lists in the style
5140         definition instead.  Don't use the anchor position since it varies
5141         too much between the syntactic symbols. :P
5143         * progmodes/cc-vars.el (c-valid-offset): Update.
5145         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5146         lists where the offsets are combined according to several
5147         different methods: `first', `min', `max', and `add'.
5148         Report offset evaluation errors with `c-benign-error' so that some kind
5149         of reindentation still is done.
5151         * progmodes/cc-engine.el (c-guess-basic-syntax):
5152         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5153         `arglist-close'.
5155         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5156         situations for `arglist-cont-nonempty' and `arglist-close'.
5158         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5160         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5161         cc-bytecomp-boundp' in a number of places.
5163         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5164         macro related issue.
5166 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5168         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5169         list is now [asdf], a char class [:alpha:].
5170         Include code for char classes.
5171         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5172         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5174         Remove (nearly all of) the cruft associated with AWK Mode's former
5175         concept of "virtual semicolons":
5177         Adapt c-beginning-of-statement, c-end-of-statement (together with
5178         subfunctions) to use the new notion of "virtual semicolon" in
5179         place of the old awkward special handling for AWK.  There remains
5180         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5181         * progmodes/cc-cmds.el:
5182         (c-ascertain-adjacent-literal): In the backwards direction, now
5183         recognises AWK regexp delimiters as string delimiters.
5184         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5185         check more rigorously for "end of macro".
5186         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5187         virtual semicolons;
5188         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5189         out the code for forward movement into ...
5190         (c-end-of-statement): Now contains the code for forward movement,
5191         adapted for virtual semicolons.
5193         * progmodes/cc-engine.el:
5194         (c-ws*-string-limit-regexp): New regexp.
5195         (c-forward-single-comment, c-backward-single-comment): Comment out
5196         the (now redundant) "special" AWK stuff.
5198         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5199         c-string-par-start, c-string-par-separate to be more like Text
5200         Mode than Fundamental Mode.
5202 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5204         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5205         to the fontified region so that fontification doesn't occur
5206         outside it (could happen e.g. when fontifying a line with an
5207         unfinished declaration).
5209 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5211         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5212         start of the file.  ^L now separate sections of the file.
5213         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5214         (c-awk-one-line-possibly-open-string-re)
5215         (c-awk-regexp-one-line-possibly-open-char-class-re)
5216         (c-awk-one-line-possibly-open-regexp-re)
5217         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5218         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5220         Amend the concept of "virtual semicolons" (in the indentation
5221         engine) for languages like AWK, such that they are now
5222         conceptually attached to end of the last token of a statement, not
5223         the end of the line.  (In AWK Mode, however, the pertinent text
5224         property is still physically set on the EOL.)  Remove the specific
5225         tests for awk-mode, thus facilitating the introduction of other
5226         language modes where EOLs can end statements.
5227         (Note: The funtionality in cc-cmds.el, specifically
5228         c-beginning/end-of-statement has yet to be amended.)
5230         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5231         New macros.
5233         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5234         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5235         c-vsemi-status-unknown-p-fn (in a new page).
5237         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5238         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5239         numerous awkward forms like
5240         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5241         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5242         variable before-ws-ip, the place just after char-before-ip appears.
5244         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5245         a comment.
5247 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5249         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5250         `c-tentative-buffer-changes'.
5252         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5253         convert to macro to choose between Emacs and XEmacs at compile time.
5255         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5257         (c-tentative-buffer-changes): New macro to handle temporary buffer
5258         changes in a convenient way.
5260         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5261         for `c-tentative-buffer-changes'.
5263         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5264         the checks for paren sexps between the point and the keyword, to
5265         avoid some false alarms.
5267         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5268         Fixed a situation where an error could be thrown for unbalanced
5269         parens.  Changed to make use of c-keyword-member' to avoid some
5270         repeated regexp matches.
5272         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5273         These language variable are no longer necessary.
5275         (c-block-stmt-kwds): New language constant used by
5276         c-looking-at-inexpr-block'.
5278         (c-guess-basic-syntax): Remove an optional check that looked at
5279         the existence of the now removed language variables.
5281         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5282         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5283         object instantiation expressions as declarations in some contexts.
5284         This bug only affected languages where the declarator can't be
5285         enclosed in parentheses.
5287         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5288         insert newlines before and after substatement braces.
5290         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5291         function declaration headers and the handling of C++ style member
5292         init lists.
5294         (c-just-after-func-arglist-p): Rewritten to use
5295         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5297         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5299         (c-guess-basic-syntax): Adapt case 5B for the new
5300         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5301         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5302         covers all cases now).
5304         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5306 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5308         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5309         c-string-par-start/separate c-sentence-end-with-esc-eol,
5310         initialised in c-setup-paragraph-variables, used in string
5311         scanning subroutines of c-beginning-of-statement.
5313         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5314         which precedes the newly inserted `{'.
5316 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5318         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5319         function for declaration level blocks.  It should now cope with
5320         templates better and also be a lot more comprehensible.
5322         (c-looking-at-decl-block): The new function.
5324         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5325         for compatibility.
5327         (c-add-class-syntax, c-guess-continued-construct)
5328         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5330         (c-decl-block-key): Change to tell apart ambiguous and
5331         unambiguous keywords.  Pike specials are now handled directly in
5332         the code instead.
5334         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5335         New language constants and variables to make the backward skip in
5336         `c-looking-at-decl-block' as tight as possible.
5338         (c-nonsymbol-token-char-list): New language constant.
5340         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5341         find balanced template arglists backwards.
5343         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5344         making char classes for `c-syntactic-skip-backward'.
5346         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5347         16D - can't be a class-close at that point.
5349         * progmodes/cc-engine.el (c-guess-basic-syntax)
5350         (c-add-class-syntax): Don't narrow out the enclosing declaration
5351         level.  This makes everything a lot easier, and it was actually
5352         only four small places that needed it to work.  Some places that
5353         previously did `widen' are removed now, which has the effect that
5354         `c-guess-basic-syntax' never will look at things outside the
5355         current narrowment now.  The anchor position for `topmost-intro'
5356         is affected by this, but it was so bogus it was basically useless
5357         before, and now it's equally bogus but in a slightly different way.
5359         (c-narrow-out-enclosing-class): Gone.
5361         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5362         the narrowed region.
5364         (c-least-enclosing-brace): Remove silly optional argument.
5366         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5367         the point could be left directly after an open paren when finding
5368         the beginning of the first decl in the block.
5370         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5371         Specify which submatch to use.
5373         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5375         (c-decl-start-re): No longer any need for special treatment of
5376         ObjC due to the above.
5378         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5379         presumably follows C in that regard.
5381         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5382         New language constants to specify operator tokens inside
5383         identifiers in a more high level way.
5385         (c-opt-identifier-prefix-key): New internal language constant.
5387         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5388         (c-identifier-start, c-identifier-key): Now completely calculated
5389         from other constants.
5391         (c-identifier-last-sym-match): Decommission since it's no longer used.
5393         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5395         * progmodes/cc-engine.el (c-forward-name): Remove the
5396         optimization when c-identifier-key is equal to c-symbol-key since
5397         it doesn't work in byte compiled files.  Don't record empty
5398         regions as identifiers.
5400         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5401         simplify access to `c-operators' and its likes.
5403         (c-operator-list, c-all-op-syntax-tokens)
5404         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5405         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5406         (c-primary-expr-regexp, c-cast-parens): Use it.
5408         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5409         an explicit language in functions.
5411         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5412         variant of adornment.
5414         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5415         variable.
5417         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5418         the Pike value.
5420         * progmodes/cc-engine.el (c-on-identifier)
5421         (c-simple-skip-symbol-backward): Small fix for handling "-"
5422         correctly in `skip-chars-backward'.  Affected the operator lfun
5423         syntax in Pike.
5425         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5426         diagnostic message about precompiled language vars not being used.
5428         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5429         "__attribute__" is followed by a parenthesis.
5431         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5432         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5433         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5435         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5436         Internal cleanups to properly detect the declared identifiers in
5437         various declarations.
5439         (c-decl-start-kwds): New language constant to recognize
5440         declarations that can start anywhere.  Used for class declarations
5441         in Pike.
5443         (c-specifier-key, c-not-decl-init-keywords)
5444         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5445         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5447         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5448         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5449         handling of the compiler specific extension keywords into a new
5450         language constant `c-decl-hangon-kwds' that defines keyword
5451         clauses to be ignored in declarations.
5453         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5454         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5455         Necessary to stop at the declared identifier in e.g. IDL valuetype
5456         declarations.
5458         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5459         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5460         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5461         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5462         class and enum declarations as such and not as part of the type.
5464         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5465         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5467         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5468         declarations when there's some syntax error later on.
5470         (c-complex-decl-matchers): Did away with a reference to
5471         `c-specifier-key'.
5473         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5474         value - this variable is always dynamically bound.
5476         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5477         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5478         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5479         functions that might do hidden buffer changes: All such internal
5480         functions are now marked instead of those that don't.
5482         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5483         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5484         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5485         (c-literal-type): Allow these functions to make hidden buffer changes,
5486         so that they are free to use text property caching later on.
5488         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5489         (c-electric-brace, c-electric-slash, c-electric-star)
5490         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5491         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5492         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5493         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5494         with the changed semantics of the functions above.
5496         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5497         when macros occur in obscure places.  Optimized the sexp movement
5498         a bit.
5500 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5502         Enhancements for c-beginning-of-statement to work in AWK Mode:
5504         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5505         (completed statement) with `}' (statement completed by closing
5506         brace or semicolon) and `$' (statement completed by EOL).
5508         (c-awk-virtual-semicolon-ends-prev-line-p)
5509         (c-awk-virtual-semicolon-ends-line-p)
5510         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5511         (c-awk-at-statement-end-p): New functions.
5513         * progmodes/cc-cmds.el: Simplify the structure of functions
5514         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5515         two functions and c-beginning-of-statement to handle AWK Mode.
5517         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5518         c-backward-single-comment for AWK mode.  Attempt to clarify their
5519         doc-strings.
5521         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5523 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5525         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5526         label handling.  Labels are now recognized in a uniform and more
5527         robust way, regardless of context.  Text properties are put on all
5528         labels to recognize the following declarations better.
5529         Multiword labels are handled both in indentation and fontification for
5530         the benefit of language extensions like Qt.  For consistency, keywords
5531         in labels are now fontified with the label face instead.
5532         That also applies to "case" and "default".
5534         (c-beginning-of-statement-1): Fix some bugs in the label
5535         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5536         with `c-label-kwds'.
5538         (c-find-decl-spots): Support that the callback adds more
5539         `c-decl-end' spots to find.
5541         (c-forward-decl-or-cast-1): Don't treat a list of plain
5542         identifiers followed by a colon as a declaration.
5544         (c-forward-label): New function to recognize labels.
5546         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5547         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5548         earlier since they aren't so context sensitive now.  Handle labels
5549         on the top level gracefully.  Moved access label recognition to
5550         the generic label case (CASE 15) - removed CASE 5E.
5552         (c-font-lock-declarations): Add recognition of labels in the
5553         same round since we need to handle labels in parallell with other
5554         declarations to recognize both accurately.  It should also improve
5555         speed.
5557         (c-simple-decl-matchers, c-basic-matchers-after):
5558         Move `c-font-lock-labels' so that it only is used on decoration level 2
5559         since `c-font-lock-declarations' handles it otherwise.
5561         (c-complex-decl-matchers): Remove the simplistic recognition of
5562         access labels.
5564         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5565         with labels earlier.
5567         (c-decl-start-re): New language variable to make
5568         `c-font-lock-declarations' stop for the special protection labels
5569         in Objective-C that start with `@'.
5571         (c-label-key): Remove since it's no longer used.
5573         (c-recognize-colon-labels, c-label-prefix-re): New language
5574         constants to support recognition of generic colon-terminated labels.
5576         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5577         are colon terminated labels.
5579         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5580         first argument starts with a special brace list.
5582         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5583         (c-font-lock-declarations): Break out the declaration and cast
5584         recognition from `c-font-lock-declarations' to a new function, so
5585         that it can be used in the indentation engine.
5587         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5588         up to the start of the literal.  Fixed bug with the point on the
5589         wrong side of the search limit that could happen when the start
5590         position is inside a literal.
5592         * progmodes/cc-engine.el (c-parse-state)
5593         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5594         so that it's kept a little bit back to increase the hit rate.
5596         (c-parse-state): Change the macro handling and fixed some
5597         glitches.  Macro context is checked more often than necessary now,
5598         but otoh less garbage conses are generated.
5600         * progmodes/cc-engine.el (c-parse-state)
5601         (c-invalidate-state-cache): Cache the last position where
5602         `c-state-cache' applies.  This can speed up refontification quite
5603         a bit in blocks where there are many non-brace parens before the point.
5605         (c-state-cache-end): New variable for this.
5607         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5608         cache variable.
5610         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5611         get close initial continue positions when the start position is
5612         inside a literal or macro.  Do not call the callback for spots
5613         before the start position (which can happen e.g. for `c-decl-end'
5614         spots inside comments).  Optimize better in special cases when the
5615         region is a single line inside a literal or macro (typically when
5616         the current line is refontified).
5618         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5619         to `c-add-stmt-syntax' - there's no need to explicitly whack off
5620         entries from the paren state.
5622         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5623         special case for "else if" clauses.
5625         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5626         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5628         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5629         New language variable to recognize the gcc extension with statement
5630         blocks inside expressions.
5632         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5633         it somewhat more comprehensible.  The argument AT-BLOCK-START is
5634         no longer used and hence removed.
5636         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5637         to `c-add-stmt-syntax'.
5639         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5640         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5641         This fixes bogus label recognition.
5643         * progmodes/cc-engine.el (c-add-type, c-check-type)
5644         (c-forward-name, c-forward-type): Improve storage of template
5645         types in `c-found-types' so that they can be recognized better.
5647         (c-syntactic-content): Add option to skip past nested parens.
5649         * progmodes/cc-engine.el (c-forward-name):
5650         Set `c-last-identifier-range' all the time.  It's less work that way.
5651         Handle that there might not be an identifier to store in
5652         `c-last-identifier-range'.
5654         (c-forward-type): Handle that `c-last-identifier-range' might be
5655         nil from `c-forward-name'.
5657         * progmodes/cc-defs.el (c-safe-scan-lists)
5658         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5660         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5661         to work even if the form fails.
5663         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5664         down in a large file in one go.
5666         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5668         * progmodes/cc-align.el (c-lineup-assignments): New lineup
5669         function which is like `c-lineup-math' but returns nil instead of
5670         `c-basic-offset' when it doesn't match.
5672         (c-lineup-math): Change to use `c-lineup-assignments'.
5674 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5676         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5677         c-beginning-of-statement.  New subfunctions
5678         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5680 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5682         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5683         hardcoded char classes whereever possible.  Changed a couple of
5684         places to use skip by syntax instead of skip by char class.
5686         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5687         Fix a bug in the regexp that caused extreme backtracking.
5689         * progmodes/cc-langs.el (c-block-comment-starter)
5690         (c-block-comment-ender): New language constants to specify in a
5691         single place how block comments look.
5693         (c-comment-start-regexp, c-block-comment-start-regexp)
5694         (comment-start, comment-end, comment-start-skip)
5695         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5696         (c-syntactic-ws, c-nonempty-syntactic-ws)
5697         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5698         `c-line-comment-starter', `c-block-comment-starter' and
5699         `c-block-comment-ender'.
5701         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5702         New language constants to break up things a bit.
5704         (c-simple-ws): New language constant for simple whitespace.
5706         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5708         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5709         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5710         newlines.  Allow and ignore nil elements in the list.
5712 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5714         * progmodes/cc-cmds.el: Comment out a (n almost certainly
5715         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5717         * progmodes/cc-cmds.el: Tidy up the comments in
5718         c-beginning-of-statement and subfunctions.
5720         * progmodes/cc-awk.el: Replace calls to put-text-property to the
5721         more flexible c-put-char-property and c-clear-char-properties.
5722         Add the author's email address.
5724         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5726         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5727         closing "*/" of a block comment.
5729         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5730         subfunctions) so that it works at BOB and EOB.
5732         * progmodes/cc-cmds.el, cc-vars.el: More updating of
5733         c-beginning-of-statement, including new variable
5734         c-block-comment-start-regexp.
5736 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5738         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5739         symbols from `*-font-lock-extra-types' so that there's no need to
5740         use `regexp-opt' on those lists.
5742         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5743         `c-type-modifier-kwds' is empty.
5745         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5746         there are several strings on the same line.
5748         * progmodes/cc-engine.el (c-literal-limits): Remove the
5749         compatibility function for older emacsen.  `c-literal-limits-fast'
5750         has now taken the place of this function.
5752         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5753         with older emacsen: We now require `pps-extended-state'.
5755 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5757         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5758         which obviates the need to hack sentence-end.  This now handles
5759         escaped newlines in strings correctly.  Correct minor bugs in
5760         c-move-over-sentence and in c-beginning-of-statement.
5762         * progmodes/cc-cmds.el (c-beginning-of-statement (and
5763         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5764         that movement over macros and code are rigorously separated from
5765         eachother.  Correct a few incidental bugs.
5767         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5768         Improve its doc-string.  Improve the handling of certain specific cases.
5770 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5772         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5773         (c-guess-basic-syntax): Change the way class-level labels are
5774         recognized; they can now contain essentially any symbols.
5776         (c-opt-extra-label-key): New language variable to cope with the
5777         special protection label syntax in Objective-C.
5779         (c-opt-access-key): Remove; this is now handled better by
5780         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5782         (c-complex-decl-matchers): Update to handle that
5783         `c-opt-access-key' no longer exists.
5785         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5786         improved label recognition in `c-beginning-of-statement-1'.
5788         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5789         Recognize bitfields better.
5791         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5792         Remove some cruft and fixed a bug that could cause it to go to a
5793         position further down.
5795         * progmodes/cc-langs.el, cc-engine.el
5796         (c-beginning-of-statement-1): Improve detection of labels in
5797         declaration contexts.
5799         (c-beginning-of-decl-1): Use it.
5801         (c-nonlabel-token-key): New language constant and variable needed
5802         by `c-beginning-of-statement-1'.
5804         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5805         manifested itself due to the correction in `c-forward-sexp'.
5807         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5808         Make these behave as documented when used at the buffer limits.
5810         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5811         (c-type-decl-end-used): Made this a language variable.
5813         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5814         correctly when `combine-after-change-calls' is used together with
5815         temporary narrowings.
5817         * progmodes/cc-engine.el (c-beginning-of-statement-1):
5818         Report labels correctly when the start point is immediately after the
5819         colon.
5821         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5822         Remove since it isn't used anymore.
5824         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5825         bracket arglists such as template parens in C++.
5827         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5828         in the last check-in.  Some optimization.
5830         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5831         where it could stop at the same level in a preceding sexp when
5832         PAREN-LEVEL is set.
5834         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5835         text property lookup only when it's needed.
5837         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5838         Change the policy for paren marked angle brackets to be more
5839         persistent; once marked they remain marked even when they're found
5840         to be unbalanced in the searched region.  This should keep the
5841         paren syntax around even when individual lines are refontified in
5842         multiline template arglists.
5844         (c-parse-and-markup-<>-arglists): New dynamically bound variable
5845         to control markup so that incorrect angle bracket arglists aren't
5846         marked in contexts where the correct value for
5847         `c-disallow-comma-in-<>-arglists' isn't known.
5849         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5850         argument has become `c-parse-and-markup-<>-arglists'.
5852         (c-remove-<>-arglist-properties): Remove - no longer used.
5854         (c-after-change-check-<>-operators): New function used on
5855         `after-change-functions' to avoid that "<" and ">" characters that
5856         are part of longer operators have paren syntax.
5858         (c-<>-multichar-token-regexp): New language variable used by
5859         `c-after-change-check-<>-operators'.
5861         (c-after-change): Call `c-after-change-check-<>-operators'.
5863         (c-font-lock-<>-arglists): Use the context properties set by
5864         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5865         correctly to avoid doing invalid markup.
5867         (c-font-lock-declarations): Remove code that undoes the invalid
5868         markup done by `c-font-lock-<>-arglists'.
5870         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5871         after `c-font-lock-declarations'.
5873         * progmodes/cc-engine.el (c-syntactic-skip-backward):
5874         Add paren-level feature.
5876         (c-guess-basic-syntax): Improve the anchor position for
5877         `template-args-cont' in nested template arglists.  There's still
5878         much to be desired in this area, though.
5880 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5882         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5883         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5885 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5887         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5888         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5890         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5891         it doesn't work no longer are supported.
5893         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5894         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5895         requires support for the syntax-table' text property, which rules
5896         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
5897         cruft associated with those versions.
5899         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5900         for the `syntax-table' text property, which rules out Emacs 19 and
5901         XEmacs < 21.4.  Removed various compatibility cruft associated
5902         with those versions.
5904         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5905         support for the `syntax-table' text property.
5907         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5908         variable and use an extra quoted face name instead.  All the
5909         emacsen flavors handle that correctly.
5911         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5912         (c-font-lock-declarators, c-font-lock-declarations)
5913         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5914         property to mark the items in in declarator lists to handle
5915         refontification inside multiline declarations better.
5917         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5918         construct like "a * b = c;" as a declaration.
5920 2005-12-08  Kim F. Storm  <storm@cua.dk>
5922         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5923         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
5924         select either meta, hyper, or super modifier for rectangle commands.
5925         (cua--rectangle-modifier-key): New defvar.
5926         (cua--M/H-key): Use it.  Remove special case for `space'.
5927         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5928         on X, to meta otherwise.  Always bind C-return to toggle
5929         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
5931         * emulation/cua-rect.el (cua-help-for-rectangle):
5932         Use cua--rectangle-modifier-key.  Handle super modifier too.
5933         (cua--init-rectangles): Always bind C-return to toggle rectangle.
5934         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5936         * ido.el: Move Acknowledgements and History after Commentary.
5937         Minor changes to Commentary.
5939         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5940         keymap if cua--prefix-override-timer is `shift'.
5941         (cua--shift-control-prefix): New function; emulate "type prefix
5942         key twice" functionality to handle shifted prefix key override.
5943         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5944         New commands.
5945         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5947 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
5949         * textmodes/org.el (org-insert-heading): Try to do items before
5950         headings.
5951         (org-agenda-mode): Quote `org-agenda-mode-hook'.
5952         (org-insert-item): New function.
5953         (org-renumber-ordered-list): Don't skip to higher level lists.
5955 2005-12-08  Juri Linkov  <juri@jurta.org>
5957         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5959         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5961         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5963         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5964         the constructed function name fun-1.
5966         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5967         because such links don't lead to parent documentation.
5969 2005-12-08  Kenichi Handa  <handa@m17n.org>
5971         * descr-text.el (describe-char): Use *Help-2* buffer if the
5972         current buffer is *Help*.  Call describe-text-properties while
5973         setting the original buffer.
5975 2005-12-07  Bill Wohler  <wohler@newt.com>
5977         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
5978         and causes problems with non-MH users (such as Gnus users).
5980 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
5982         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5983         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5984         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5985         command "info sources".  Move calls to GDB command "list".
5986         (gdb-find-file-hook): Just use gdb-source-file-list.
5987         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5988         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5989         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5990         (gdb-data-list-register-values-handler): Use correct trigger name.
5992 2005-12-07  Kim F. Storm  <storm@cua.dk>
5994         * ido.el (ido-completion-map): Rename from ido-mode-map.
5995         (ido-common-completion-map, ido-file-completion-map)
5996         (ido-file-dir-completion-map, ido-buffer-completion-map):
5997         Rename from ido-mode-....-map.
5998         (ido-init-completion-maps): Rename from ido-init-mode-maps.
5999         (ido-setup-completion-map): Rename from ido-define-mode-map.
6000         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6001         to ido-completion-map.
6003 2005-12-07  Kenichi Handa  <handa@m17n.org>
6005         * international/mule-cmds.el
6006         (set-display-table-and-terminal-coding-system): If the coding
6007         system specified in `unibyte-display' property is different from
6008         the arg coding-system, don't setup standard-display-table.
6010 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6012         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6013         that comments end at \n, regardless of selective-display.
6015 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6017         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6018         (gdb-version): New variables.
6019         (gdb-source-file-list, gdb-register-names)
6020         (gdb-changed-registers): New variables for use with GDB 6.4+.
6021         (gdb-ann3): Replace with...
6022         (gdb-init-1, gdb-init-2): ...two new functions.
6023         (gdba, gdb-prompt): Call gdb-init-1.
6024         (gdb-get-version): New function.  Call gdb-init-2 from here.
6025         (gud-watch): Make it work with mouse events too.
6026         (gdb-post-prompt): Don't add to queue until GDB version is known.
6027         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6028         (gdb-locals-mode): Use gdb-version.
6029         (gdb-memory-format-map, gdb-memory-unit-map)
6030         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6031         (gdb-locals-font-lock-keywords-1)
6032         (gdb-locals-font-lock-keywords-2): New variables.
6033         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6034         (gdb-set-gud-minor-mode-existing-buffers-1)
6035         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6036         (gdb-var-update-1, gdb-var-update-handler-1)
6037         (gdb-data-list-register-values-handler)
6038         (gdb-data-list-register-values-custom)
6039         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6040         (gdb-stack-list-locals-handler, gdb-get-register-names):
6041         New functions for use with GDB 6.4+.
6042         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6043         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6044         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6045         (gdb-stack-list-locals-regexp)
6046         (gdb-data-list-register-names-regexp): New regexps for use with
6047         GDB 6.4+.
6049 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6051         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6053 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6055         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6056         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6057         <seallan@verizon.net>.
6059 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6061         * frame.el (set-frame-parameter): Add doc string.
6063 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6065         * textmodes/org.el (org-occur-highlights): New variable.
6066         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6067         (org-highlight-sparse-tree-matches): New option.
6068         (org-do-occur): New function.
6069         (org-get-heading): Make it work also at beginning of line.
6070         (org-category-table): New variable.
6071         (org-get-category-table, org-get-category)
6072         (org-camel-to-words, org-link-search): New functions.
6073         (org-select-this-todo-keyword): New variable.
6074         (org-todo-list): New command.
6075         (org-shiftright, org-shiftleft): New commands.
6076         (org-agenda-todo): Add prefix argument.
6077         (org-show-hierarchy-above): New option.
6078         (org-show-todo-tree): Numerical prefix creates tree for specific
6079         TODO keyword.
6080         (org-outline-level): New function, to assign a level to plain
6081         lists items.
6082         (org-cycle-include-plain-lists): New option.
6083         (org-mode): Use `org-outline-level' as value of `outline-level'.
6084         (org-cycle): Temporarily switch `outline-regexp' if
6085         `org-cycle-include-plain-lists' is non-nil.
6086         (org-start-icalendar-file): Fix format bug.
6087         (org-agenda-get-day-entries): Create category table.
6088         (org-agenda-get-todos, org-agenda-get-timestamps)
6089         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6090         (org-agenda-get-blocks): Use `org-get-category'.
6091         (org-context-in-file-links): Rename from
6092         `org-line-numbers-in-file-links'.
6094 2005-12-06  Romain Francoise  <romain@orebokech.com>
6096         * window.el (balance-windows): Delete extraneous third arg in call
6097         to `enlarge-window'.
6099 2005-12-06  Kenichi Handa  <handa@m17n.org>
6101         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6103 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6105         * progmodes/gdb-ui.el (gdb-var-create-handler)
6106         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6107         (gdb-var-list-children-handler, gdb-var-update-handler):
6108         Current buffer is already gdb-partial-output-buffer, don't
6109         make it current again.
6111 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6113         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6114         (list-buffers-noselect): Use it.
6116 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6118         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6119         (mail-yank-ignored-headers): Use regexp-opt.
6120         (mail-mode-map): Move initialization into declaration.
6121         (mail-sent-via): Remove unused shadowed var `to-line'.
6122         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6123         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6124         (mail-do-fcc): Use dolist and push.
6125         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6126         (mail-yank-ignored-headers): Don't autoload.
6128 2005-12-05  Kenichi Handa  <handa@m17n.org>
6130         * international/mule-cmds.el (set-language-info-internal): New fun.
6131         (set-language-info): Call set-language-info-internal to update
6132         language-info-alist.  If LANG-ENV is the current one, call
6133         set-language-environment to make INFO effective now.
6134         (set-language-info-alist): Likewise.
6135         (locale-language-names): With locale "en", use English
6136         lang. env. but set the default codings to iso-8859-1.
6138 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6140         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6141         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6142         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6143         for plain strings.
6144         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6145         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6146         Create registers buffer if necessary.  Echo new state in minibuffer.
6147         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6149 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6151         * info.el (Info-fontify-node): Match external links using
6152         non-directory part of filename.
6154 2005-12-04  Juri Linkov  <juri@jurta.org>
6156         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6157         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6158         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6159         because there is no customization option for it.
6161         * font-lock.el (lisp-font-lock-keywords-1):
6162         Add define-global-minor-mode.
6164         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6166         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6167         properties on the constructed variable names.
6169         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6170         Put `definition-name' properties on the constructed function names
6171         next-sym and prev-sym.
6173         * emacs-lisp/find-func.el (find-function-regexp):
6174         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6175         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6176         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6177         and easy-menu-define.
6179         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6180         easy-mmode-define-global-mode and define-global-minor-mode.
6181         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6183         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6184         instead of easy-mmode-define-global-mode.
6186         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6187         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6189         * cus-edit.el (customize-group, customize-group-other-window):
6190         Filter out autoloaded options from the group completion list by
6191         using heuristics that autoloaded groups don't have `custom-autoload'
6192         property on their symbols (they have only `custom-loads').
6194         * simple.el (completion-setup-function): Put completions-common-part
6195         face on complete completion string too (i.e. completion string
6196         without completions-first-difference face).
6198         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6200 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6202         * view.el (view-mode): Doc fix.
6204         * disp-table.el (standard-display-european): Add to the warning
6205         message a reference to the doc string.
6207         * play/yow.el (apropos-zippy): Call print-help-return-message,
6208         similar to other Help and Apropos commands.
6210         * help.el (print-help-return-message): If pop-up-frames is
6211         non-nil, set up help-return-method to delete the help window and,
6212         possibly, its frame as well, and don't display message about
6213         scrolling the help window.  Doc fix.
6214         (help-return-method): Doc fix.
6216 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6218         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6219         whereby names of length one or names starting with a
6220         symbol-constituent character would not be returned.
6222 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6224         * subr.el (atomic-change-group): Add edebug and indentation spec.
6226 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * completion.el (save-completions-file-name): Fix typo in last change.
6230 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6232         * info.el: Move back/forward history to the beginning of the tool bar.
6234 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6236         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6237         Add fset of allout-real-isearch-abort during compile to fix
6238         byte-compilation warnings.
6239         (allout-mode-p): Move definition of this macro above all uses, or
6240         byte compilation in barren emacs (eg, during emacs build) will
6241         lack the definition.
6242         (allout-mode): Move this variable above any uses, or byte
6243         compilation will fail.
6244         (allout-resolve-xref): Remove use of personal file-reference function.
6245         (allout-toggle-current-subtree-encryption): Do the current (ie,
6246         visible containing) topic, rather than nearest around point.  Doc fix.
6247         (allout-toggle-subtree-encryption): New function, workhorse that
6248         works on nearest topic containing point.
6249         (allout-encrypt-string): Signal requirement for newer version of pgg.
6250         (allout-resumptions): Doc fix.
6252 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6254         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6256 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6258         * textmodes/flyspell.el (flyspell-external-point-words):
6259         Consider a misspelling as found in the string search if: (a) misspelling
6260         and found string lengths match, or (b) misspelling is found as
6261         element in a boundary-chars separated longer string, or (c)
6262         ispell-program-name is really ispell and misspelling is found as
6263         part of a TeX string.  After successful match move beginning of
6264         search region to end of match.  Warn about not found misspellings
6265         once the process is done.
6266         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6268 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6270         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6271         tool bar (removed inadvertently).
6273 2005-12-02  Juri Linkov  <juri@jurta.org>
6275         * log-view.el (log-view-diff): Clarify doc string.
6277 2005-12-01  Bill Wohler  <wohler@newt.com>
6279         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6280         triggers lm-verify errors.
6282 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6284         * simple.el (transient-mark-mode, line-number-mode)
6285         (column-number-mode, size-indication-mode): Remove `:require nil'.
6287 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6289         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6290         in the margin also.
6291         (gdb-breakpoints-mode-map): Use D instead of d for
6292         gdb-delete-breakpoint.
6293         (gdb-get-frame-number): Require a number to match on.
6294         (gdb-threads-mode-map): Add follow-link binding.
6296 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6298         * isearch.el (isearch-mode-map): Avoid exiting search on
6299         language-change event.
6301 2005-11-30  Romain Francoise  <romain@orebokech.com>
6303         * speedbar.el (speedbar-default-position): New defcustom.
6304         (speedbar-frame-reposition-smartly): Use it.
6306         * dframe.el (dframe-reposition-frame-emacs): Fix position
6307         computation for `left' location.
6308         Update copyright year.
6310 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * help.el (help-map): Move initialization into declaration.
6314         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6316         * help-fns.el (help-argument-name): Don't autoload.
6317         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6318         to be re-loaded when customizing the `help' group.
6320 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6322         * help-fns.el (describe-function-1): Fill arglist output.
6324 2005-11-30  Kim F. Storm  <storm@cua.dk>
6326         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6327         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6328         after revert-buffer (or anything else which kills all local variables).
6330         * apropos.el (apropos-parse-pattern): Doc fix.
6331         Set apropos-regexp directly, rather than expecting callers to do so.
6332         (apropos-command, apropos, apropos-value, apropos-documentation):
6333         Simplify calls to apropos-parse-pattern.
6335 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6337         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6338         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6339         (hi-lock-write-interactive-patterns): Use comment-region.
6341         * longlines.el (longlines-mode): Add mail-setup-hook.
6343         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6345         * simple.el (sendmail-user-agent-compose, next-line):
6346         Conditionally use hard-newline.
6348 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6350         * international/latexenc.el (latex-inputenc-coding-alist):
6351         Reword doc string.
6353 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6355         * help.el (describe-key-briefly, describe-key): Recognize default
6356         bindings.
6358 2005-11-29  Romain Francoise  <romain@orebokech.com>
6360         * view.el (view-inhibit-help-message): New defcustom.
6361         (view-mode-enter): Use it.
6363 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6365         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6366         Preserve user position.
6368 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6370         * font-lock.el: Throw error if facemenu is not loaded to prevent
6371         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6373         * loadup.el: Add comment explaining why facemenu must be loaded
6374         before font-lock.
6376 2005-11-28  Jay Belanger  <belanger@truman.edu>
6378         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6379         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6381         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6383         * calc/calc-embed.el (calc-do-embedded): Update help message.
6385         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6387 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6391         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6392         called-interactively-p.
6393         (elp-profilable-p): Rename from elp-not-profilable-p.
6394         Invert result and take into account macros and autoloaded functions.
6395         (elp-instrument-function): Update call.
6396         (elp-instrument-package): Update call.  Add completion.
6397         (elp-pack-number): Use match-string.
6398         (elp-results-jump-to-definition-by-mouse): Merge into
6399         elp-results-jump-to-definition and then remove.
6400         (elp-output-insert-symname): Make help echo text single-line.
6402         * replace.el (query-replace-map): Move initialization into declaration.
6403         (occur-engine): Use with-current-buffer.
6404         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6405         (occur-mode-mouse-goto): Replace with an alias.
6407 2005-11-28  Juri Linkov  <juri@jurta.org>
6409         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6411         * term/w32-win.el: Bind [S-tab] to [backtab].
6413         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6414         `Info-find-file' to t.
6416         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6417         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6418         and same-window-regexps.
6419         (occur-next-error): Don't move point for arg 0.
6421 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6423         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6425 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * log-edit.el (log-edit-changelog-use-first): New var.
6428         (log-edit-changelog-ours-p): Use it.
6429         (log-edit-insert-changelog): Set it with new arg `use-first'.
6430         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6431         (log-edit-hook): Add them to the list of suggested options.
6433         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6434         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6435         redundant work.
6436         (flyspell-mode-on): Use add-hook for after-change-functions.
6437         (flyspell-mode-off): Use remove-hook for after-change-functions.
6438         (flyspell-changes): Make it buffer-local.
6439         (flyspell-after-change-function): Make it non-interactive.  Use push.
6440         (flyspell-post-command-hook): Check input-pending-p while processing
6441         the potentially long list of buffer changes.
6443 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6445         * buff-menu.el (list-buffers-noselect): Display the selected
6446         frame's buffer list, not the global one.
6448 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6450         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6451         that (list last-input-event) works as in interactive spec.
6453 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6455         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6456         `facemenu-keymap' needs to be defined when font-lock is loaded.
6457         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6459 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * completion.el: Remove useless leading * in defcustom docstrings.
6462         (save-completions-file-name): Use ~/.emacs.d if available.
6463         (completion-standard-syntax-table): Rename from
6464         cmpl-standard-syntax-table and fold initialization into declaration,
6465         thus removing cmpl-make-standard-completion-syntax-table.
6466         (completion-lisp-syntax-table, completion-c-syntax-table)
6467         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6468         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6469         (symbol-under-point, symbol-before-point)
6470         (symbol-under-or-before-point, symbol-before-point-for-complete)
6471         (add-completions-from-c-buffer): Use with-syntax-table.
6472         (make-completion): Don't return a list of completion entries.
6473         Update callers.
6474         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6475         (completion-initialize): Rename from initialize-completions.
6476         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6477         (kill-emacs-save-completions): Collect stats here.
6478         (save-completions-to-file, load-completions-from-file):
6479         Use with-current-buffer.
6480         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6481         into a function.  Move all calls to toplevel.
6482         (completion-lisp-mode-hook): New fun.
6483         (completion-c-mode-hook, completion-setup-fortran-mode):
6484         Set the syntax-table here.  Use local-set-key.
6485         (completion-saved-bindings): New var.
6486         (dynamic-completion-mode): Make it into a proper minor mode.
6487         (load-completions-from-file): Remove unused var `num-uses'.
6489         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6490         constructor if it is explicitly overridden.
6492         * complete.el (PC-completion-as-file-name-predicate):
6493         Use minibuffer-completing-file-name.
6494         (partial-completion-mode): Use find-file-not-found-functions.
6495         (PC-lisp-complete-symbol): Use with-syntax-table.
6496         (PC-look-for-include-file): Remove dead setq.
6497         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6498         (PC-complete): Use with-current-buffer.
6500         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6501         escape single quotes.
6503 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6505         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6506         of `if' whose condition always returned nil.  Doc fix.
6508         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6509         window's buffer the current buffer around the call to
6510         `list-buffers-noselect'.  This is necessary to mark that buffer
6511         with a `.' in the Buffer Menu when called from Lisp, for instance
6512         by Auto Revert Mode.
6514 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6516         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6517         attaching to it.
6518         (gdb-pre-prompt): Make sure gdb-error is reset.
6520         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6521         with a child process, detect it.
6522         (gud-speedbar-buttons): Match regexp more carefully.
6524 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6526         * mouse.el (mouse-drag-move-window-bottom):
6527         Use adjust-window-trailing-edge.
6529 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6531         * simple.el (blink-matching-open): Ignore
6532         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6533         (blink-matching-paren-on-screen): Update docstring.
6535         * paren.el (show-paren-mode): No longer change
6536         `blink-matching-paren-on-screen'.
6538 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6540         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6541         (gdb-threads-select, gdb-edit-register-value):
6542         Use `posn-set-point' instead of `mouse-set-point' because the
6543         latter is not fbound when configured without X.
6545 2005-11-27  Kim F. Storm  <storm@cua.dk>
6547         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6548         existing face when partially highlighting a TAB in a rectangle.
6550 2005-11-26  Kim F. Storm  <storm@cua.dk>
6552         * ido.el (ido-mode-map): Doc fix.
6553         (ido-mode-common-map, ido-mode-file-map)
6554         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6555         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6556         parent for ido-mode-map instead of building from scratch.
6557         (ido-init-mode-maps): New defun to initialize new maps.
6558         (ido-mode): Call it.
6559         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6560         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6562 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6564         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6565         `mouse-set-point' because the latter is not fbound when configured
6566         without X.
6568 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6570         * files.el (file-relative-name): Doc fix.
6572 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6574         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6575         non-empty string for secondary prompt PS2.
6577 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6579         * progmodes/compile.el (compilation-setup): Fix last change.
6581 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6583         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6584         (gdb-mouse-toggle-breakpoint-margin)
6585         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6586         Add gdb-server-prefix to keep out of command history.
6587         (gdb-edit-register-value): New function.
6588         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6589         (gdb-info-registers-custom): Use above map.
6591 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6593         * custom.el (enable-theme): Signal error if argument is not a
6594         theme.  Don't recalculate a face if it's not loaded yet.
6596         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6597         the `user' theme is in effect.
6599         * info.el (Info-on-current-buffer): Record actual filename in
6600         Info-current-file, instead of t, or a fake filename if a non-file
6601         buffer.  Make autoload.
6602         (Info-find-node, Info-revert-find-node): No need to check for
6603         Info-current-file nil.
6604         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6605         Info-current-file is now never `t'.
6606         (Info-fontify-node): Many simplifications due to Info-current-file
6607         always being valid.  Use Info-find-file to find node filename.
6609 2005-11-25  David Kastrup  <dak@gnu.org>
6611         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6612         new character, then delete" in order to preserve markers.
6614 2005-11-25  David Ponce  <david@dponce.com>
6616         * recentf.el (recentf-arrange-by-rule): Handle a special
6617         `auto-mode-alist'-like "strip suffix" rule.
6618         (recentf-build-mode-rules): Handle second level auto-mode entries.
6620 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6622         * viper-keym.el (viper-ESC-key): Use different values in terminal and
6623         window modes.
6625         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6626         jde-javadoc-checker-report-mode.
6628         * ediff-wind (ediff-make-wide-display): Slight simplification.
6630         * ediff.el (ediff-date): Change the date of last update.
6632 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
6634         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6635         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
6636         (hi-lock-mode): New global minor mode.
6637         (turn-on-hi-lock-if-enabled): New function.
6638         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6639         Change arguments to regexp and face instead of a font-lock pattern.
6640         Directly set face property, instead of refontifying.
6641         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6642         (hi-lock-find-patterns): Use line-number-at-pos.
6644         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
6645         arguments for hi-lock-set-pattern.
6646         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6647         Call font-lock-fontify-buffer.
6648         (hi-lock-find-file-hook, hi-lock-current-line)
6649         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6651         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6652         turned off.
6654         * progmodes/compile.el (compilation-setup): Don't fiddle with
6655         font-lock-defaults.
6657 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
6659         * progmodes/gdb-ui.el (gdb-var-create-handler)
6660         (gdb-var-list-children-handler): Find values for all variable
6661         objects.  gud-speedbar-buttons decides whether to display them.
6663 2005-11-24  Romain Francoise  <romain@orebokech.com>
6665         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6666         buffer name with a space.
6668 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
6670         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6671         `org-export-local-list-max-depth'.  Change default value to 3.
6672         (org-auto-renumber-ordered-lists)
6673         (org-plain-list-ordered-item-terminator): New options.
6674         (org-at-item-p, org-beginning-of-item, org-end-of-item)
6675         (org-get-indentation, org-get-string-indentation)
6676         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6677         New functions.
6678         (org-move-item-down, org-move-item-up): New commands.
6679         (org-export-as-html): New classes for CSS support.  Bug fix in
6680         regular expression detecting fixed-width regions.  Respect
6681         `org-local-list-ordered-item-terminator'.
6682         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6683         also a list item.
6684         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6685         New item moving functions.
6687 2005-11-24  Juri Linkov  <juri@jurta.org>
6689         * isearch.el (isearch-repeat): With empty search ring set
6690         `isearch-error' to the error string instead of signaling error
6691         with the function `error'.
6693 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6695         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6697 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
6699         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6700         and variable.
6701         (gdb-var-create-handler, gdb-var-list-children-handler):
6702         Don't match on "char **...".
6703         (gdb-var-update-handler): Find values for all variable objects.
6704         (gdb-info-frames-custom): Identify frames by leading "#".
6706         * progmodes/gud.el (gud-speedbar-menu-items): Add
6707         gdb-speedbar-auto-raise as radio button.
6708         (gud-speedbar-buttons): Raise speedbar if requested.
6709         Don't match on "char **...".
6710         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6711         Make it editable.
6713 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
6715         * info.el (Info-fontify-node): Handle the case where
6716         Info-current-file is t.
6718 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * simple.el (blink-matching-open): Fix off-by-one in last change.
6722 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6724         * term/mac-win.el: Don't change default directory.
6726 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
6728         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6729         buffers correctly.  (It used to throw an error in such buffers.)
6730         Make it ask for confirmation in group buffers and other Custom
6731         buffers containing more than one customization item.
6733 2005-11-22  John Paul Wallington  <jpw@gnu.org>
6735         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6736         property on mail and url overlays.
6737         (goto-address-at-point): Use `posn-set-point' instead of
6738         `mouse-set-point' because the latter is not fbound when configured
6739         without X.
6741 2005-11-22  Lars Hansen  <larsh@soem.dk>
6743         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6744         (ls-lisp-classify, ls-lisp-format): Delete call to
6745         ls-lisp-parse-symlink.
6746         (ls-lisp-handle-switches): Handle symlinks to directories as
6747         directories when ls-lisp-dirs-first in non-nil.
6749 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
6751         * startup.el (command-line): Make sure that loaddefs.el is handled
6752         correctly in load-history.
6754 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
6756         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6757         (gdb-struct-string, gdb-array-string): New constants.
6758         (gdb-info-locals-handler): Use them.
6759         (gdb-reset): Reset gdb-var-list to nil.
6761 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6764         in patterns.
6766 2005-11-21  Juri Linkov  <juri@jurta.org>
6768         * custom.el (defcustom): Update link types in docstring.
6770 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6772         * custom.el (defgroup): Add doc-string-elt info.
6774         * widget.el (define-widget): Don't use declare for the doc-string-elt.
6776 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * newcomment.el (comment-enter-backward): Fix last fix.
6780         * simple.el (blink-matching-open):
6781         * paren.el (show-paren-function): Allow new paren-class info.
6783 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6785         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
6786         handled automagically.
6788 2005-11-20  Andreas Schwab  <schwab@suse.de>
6790         * descr-text.el (describe-char): When copying overlays put them
6791         over the full char description instead of just the first character
6792         of it.
6794 2005-11-20  Juri Linkov  <juri@jurta.org>
6796         * simple.el (what-cursor-position):
6797         * descr-text.el (describe-char): Use Lisp-readable syntax
6798         for octal and hex.  Reorder decimal, octal and hex values.
6799         Remove excess whitespace in the output.  Use `=' in `column='
6800         like in `point=' and `Hscroll='.
6802         * international/mule-cmds.el (encoded-string-description):
6803         Use Lisp-readable syntax for hex.
6805 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6807         * newcomment.el (comment-enter-backward): Handle the case where the
6808         comment is closed by EOB.
6810 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6812         * longlines.el (longlines-before-revert-hook)
6813         (longlines-after-revert-hook): New functions.
6814         (longlines-mode): Turn off longlines temporarily when reverting.
6815         Add a message-setup-hook.
6816         (longlines-decode-buffer): New function.
6817         (longlines-wrap-line): Preserve marker positions.
6819 2005-11-19  Andreas Schwab  <schwab@suse.de>
6821         * emacs-lisp/shadow.el: Handle compressed files.
6823 2005-11-19  Romain Francoise  <romain@orebokech.com>
6825         * net/browse-url.el (browse-url-default-browser): Signal an error
6826         if no usable browser can be found, rather than try to load w3.
6828 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
6830         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6831         replacing existing properties.
6832         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6833         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6834         tty specs.
6835         (rcirc-server-prefix, rcirc-server): New faces.
6836         (rcirc-url-regexp): Generate with rx macro.
6837         (rcirc-last-server-message-time): New variable.
6838         (rcirc-filter): Record time of last message.
6839         (rcirc-keepalive): Kill processes that did not send a message
6840         since the last ping.
6841         (rcirc-mode): Give rcirc-topic a local binding here.
6843 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
6845         * subr.el (read-passwd): Fontify the prompt as we do with other
6846         prompts.
6848 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
6850         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6851         binding buffer-read-only to nil.
6853 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6855         * complete.el (partial-completion-mode):
6856         Mention completion-auto-help in the doc string.
6858         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
6859         more Lisp-ish way.
6861 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6863         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6864         digits, not 8, to avoid misalignment for files larger than 100MB.
6866 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6868         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6869         Mention "keyboard shortcuts" in the help text.
6871 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6873         * startup.el (fancy-splash-default-action): Discard only
6874         mouse-down and succeeding mouse-up events in the splash screen
6875         window so that drag-n-drop event can be processed.
6877 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
6879         * longlines.el (longlines-mode): Add hacks for mail-mode and
6880         message-mode.
6882 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6884         * textmodes/org.el (org-table-sort-lines): New command.
6885         (org-tbl-menu): Add entry for `org-table-sort-lines'.
6886         (org-add-file): Command removed, use `org-agenda-file-to-front'
6887         instead.
6888         (org-export-icalendar): Use `org-icalendar-combined-name'.
6889         (org-cycle-agenda-files, org-agenda-file-to-end)
6890         (org-agenda-file-to-front): New commands.
6891         (org-table-tab-jumps-over-hlines, org-export-html-style):
6892         New options.
6893         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6894         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6895         New functions.
6896         (org-fill-paragraph): Call `org-table-align' in tables.
6897         (org-mode): Call `org-set-autofill-regexps'.
6898         (org-export-as-html): Support for local handformatted lists.
6899         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
6900         (org-export-local-list-max-depth): New option.
6901         (org-html-expand): Use `org-html-protect'.
6903 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
6905         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6906         to "p".
6907         (gdb): Move definition of gud-pp to...
6909         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
6910         speedbar.
6911         (gdb-find-watch-expression): New function.
6913 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6915         * faces.el (face-attribute, set-face-attribute): Mention existence
6916         of `:ignore-defface' setting in docstring.
6918 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6920         * simple.el (completion-setup-function): Fix last change.
6922 2005-11-17  John Paul Wallington  <jpw@pobox.com>
6924         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6925         Use `posn-set-point' instead of `mouse-set-point' because the
6926         latter is not fbound when configured without X.
6928         * comint.el (comint-insert-input): Likewise.
6930 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6932         * simple.el (hard-newline): New variable.
6933         (sendmail-user-agent-compose, next-line): Use it.
6935         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6936         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6937         (mail-mail-reply-to, mail-mail-followup-to)
6938         (mail-position-on-field, mail-signature, mail-yank-original)
6939         (mail-attach-file): Likewise.
6941         * mail/mailheader.el (mail-header-format)
6942         (mail-header-format-function): Likewise.
6944         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6946 2005-11-17  Juri Linkov  <juri@jurta.org>
6948         * font-lock.el (font-lock-faces): Rename this defgroup from
6949         `font-lock-highlighting-faces'.
6950         (font-lock-comment-face, font-lock-comment-delimiter-face)
6951         (font-lock-string-face, font-lock-doc-face)
6952         (font-lock-keyword-face, font-lock-builtin-face)
6953         (font-lock-function-name-face, font-lock-variable-name-face)
6954         (font-lock-type-face, font-lock-constant-face)
6955         (font-lock-warning-face, font-lock-negation-char-face)
6956         (font-lock-preprocessor-face)
6957         (font-lock-regexp-grouping-backslash)
6958         (font-lock-regexp-grouping-construct): Rename :group from
6959         `font-lock-highlighting-faces' to `font-lock-faces'.
6961         * cus-edit.el (lisp, c, tex):
6962         * progmodes/ada-mode.el (ada):
6963         * progmodes/asm-mode.el (asm):
6964         * progmodes/cperl-mode.el (cperl-faces):
6965         * progmodes/cpp.el (cpp):
6966         * progmodes/dcl-mode.el (dcl):
6967         * progmodes/f90.el (f90):
6968         * progmodes/fortran.el (fortran):
6969         * progmodes/icon.el (icon):
6970         * progmodes/idlwave.el (idlwave-misc):
6971         * progmodes/m4-mode.el (m4):
6972         * progmodes/make-mode.el (makefile):
6973         * progmodes/meta-mode.el (meta-font):
6974         * progmodes/modula2.el (modula2):
6975         * progmodes/octave-mod.el (octave):
6976         * progmodes/pascal.el (pascal):
6977         * progmodes/perl-mode.el (perl):
6978         * progmodes/prolog.el (prolog):
6979         * progmodes/ps-mode.el (PostScript-edit):
6980         * progmodes/scheme.el (scheme):
6981         * progmodes/sh-script.el (sh-script):
6982         * progmodes/simula.el (simula):
6983         * progmodes/tcl.el (tcl):
6984         * textmodes/nroff-mode.el (nroff):
6985         * textmodes/reftex-vars.el (reftex-fontification-configurations):
6986         * textmodes/sgml-mode.el (sgml):
6987         * textmodes/texinfo.el (texinfo):
6988         Add :link (custom-group-link font-lock-faces) to defgroup.
6990         * hi-lock.el (hi-lock): Rename this defgroup from
6991         `hi-lock-interactive-text-highlighting'.  Change parent group from
6992         `faces' to `font-lock'.  Add link to the manual.
6993         (hi-lock-mode, hi-lock-file-patterns-range)
6994         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6995         `hi-lock-interactive-text-highlighting' to `hi-lock'.
6996         (hi-lock-faces): Add :group `faces'.
6998         * cus-edit.el (custom-variable-prompt): Clarify the code.
7000         * faces.el (face-read-string): Set the default value arg of
7001         completing-read.
7003 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7005         * rfn-eshadow.el (file-name-shadow-properties)
7006         (file-name-shadow-tty-properties, file-name-shadow-mode):
7007         Remove autoloads, because the file is now preloaded.
7009 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * printing.el (easy-menu-intern): Don't define.
7012         (pr-get-symbol): Use easy-menu-intern only if defined.
7014         * simple.el (blink-matching-open): Simplify a bit.
7015         (completion-setup-function): Fix the case of partial-completion-mode
7016         when the minibuffer's contents start with "-".
7017         Obey completion-base-size-function even when
7018         minibuffer-completing-file-name is non-nil.
7020 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7022         * net/eudcb-ph.el (eudc-ph-open-session):
7023         Use set-process-query-on-exit-flag.
7025         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7027         * international/ucs-tables.el (ucs-set-table-for-input):
7028         Use make-local-variable, not make-variable-buffer-local.
7030         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7031         Improve warning message text.
7033         * savehist.el (savehist-save-hook): Add :group.
7035         * menu-bar.el (menu-bar-help-menu):
7036         Rename Find Extra Packages to External Packages.
7038         * cus-edit.el (Custom-reset-standard): Verify that
7039         :custom-standard-value prop exists before calling it.
7041         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7043 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7045         * wid-edit.el (color): Enclose %t in %{...%}.
7047         * cus-edit.el (face): Enclose %t in %{...%}.
7049 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7051         * savehist.el (savehist-mode-hook): Re-add the var.
7052         (savehist-mode): Use it.
7054 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * textmodes/flyspell.el: Fix commenting convention.
7057         Remove unnecessary leading * in custom docstrings.
7058         (flyspell-emacs): Remove unused var.
7059         (flyspell-delete-region-overlays): Use remove-overlays.
7060         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7061         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7062         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7063         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7064         (make-flyspell-overlay): Don't locally reuse a global name.
7065         (flyspell-highlight-incorrect-region)
7066         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7067         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7068         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7069         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7070         Wrap calls to accept-process-output inside with-local-quit since it's
7071         often called from a post-command-hook.
7072         (flyspell-correct-word, flyspell-auto-correct-word):
7073         Use ispell-send-string.
7074         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7076         * calendar/diary-lib.el (diary-list-entries): Also hide the
7077         terminating newline.
7079 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7081         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7082         window-system, to allow fonts on tty.
7084 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7086         * progmodes/gud.el (gud-speedbar-item-info): New function.
7087         (gud-install-speedbar-variables): Use it to display data type
7088         of watch expression as a tooltip in speedbar.
7090 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7092         * font-core.el (global-font-lock-mode): Add :version keyword,
7093         because default was changed.
7095         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7097         * startup.el (command-line): Use `custom-reevaluate-setting' for
7098         `file-name-shadow-mode'.
7100         * loadup.el: Preload rfn-eshadow.
7102         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7103         Add :version keyword.
7104         (file-name-shadow-properties, file-name-shadow-tty-properties)
7105         (file-name-shadow): Add :version keyword.
7107         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7108         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7109         in the custom-group property of the symbol frames and the fringe
7110         group got no link to its parent group frames.
7111         Doc fix.
7113 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7115         * progmodes/gud.el (gud-stop-subjob): New function.
7116         (gud-menu-map, gud-tool-bar-map): Use it.
7118 2005-11-16  Kim F. Storm  <storm@cua.dk>
7120         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7121         than kill it.
7122         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7123         to a more useful/logical place.
7125 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7127         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7128         go buttons complementary.
7130 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7132         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7133         (rfn-eshadow-sifn-equal): New function.
7134         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7136 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7138         * viper-utils.el (viper-non-word-characters-reformed-vi):
7139         Quote `-' in string.
7141         * viper.el (viper-emacs-state-mode-list): Ensure that
7142         rcirc-mode buffers come up in Emacs state.
7144         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7145         operation.
7147 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7149         * term.el (term-termcap-format): Fix typos.
7150         (term-down): Fix the negative argument case.
7152 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7154         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7155         2005-08-15.
7156         (gdb-ann3): New command gud-go.
7157         (menu): Accomodate gdb-mi.el.
7158         (gdb-assembler-custom): Make buffer of selected window current
7159         so that set-window-point works.
7161         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7162         buttons and include new ones.
7164 2005-11-16  Kim F. Storm  <storm@cua.dk>
7166         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7167         (gud-menu-map): Use it.
7169 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7171         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7172         that works correctly for Custom and that does not override a user
7173         who disables it.
7175         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7176         (help-xref-interned, help-follow): Make hyperlinks for variables
7177         that are unbound, but have a non-nil variable-documentation property.
7179         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7180         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7181         Use the `variable-documentation' property to give the mode hook a
7182         docstring and expand that docstring.
7184 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7186         * savehist.el (savehist-mode): Don't bother with
7187         `custom-set-minor-mode'.
7188         (savehist-coding-system): Check XEmacs version.
7189         (history-length): Declare also at run time.
7190         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7191         Don't set the customize state.
7192         (savehist-minibuffer-hook): Special case for when
7193         minibuffer-history-variable is equal to t.
7195 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7197         * files.el (write-file): Refresh VC status.
7199         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7200         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7201         than fundamental-mode to see if the mode was set.
7203 2005-11-14  Romain Francoise  <romain@orebokech.com>
7205         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7206         dummy function in `eval-when-compile' to avoid compiler warning.
7207         Require `man' at compile time.
7209 2005-11-14  Jay Belanger  <belanger@truman.edu>
7211         * calc-alg.el (calcFunc-write-out-power): Rename it to
7212         calcFunc-powerexpand.
7213         (math-write-out-power): Rename it to math-powerexpand; have it
7214         handle negative exponents.
7215         (calc-writeoutpower): Rename it to calc-powerexpand.
7217         * calc-ext.el: Change calcFunc-writeoutpower and
7218         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7219         autoloads.
7220         Add calcFunc-ldiv to autoloads.
7222         * calc-arith.el (calcFunc-ldiv): New function.
7224         * calc.el (calc-left-divide): New function.
7226 2005-11-14  Juri Linkov  <juri@jurta.org>
7228         * cus-edit.el (custom-variable-prompt): Set the default value arg
7229         of completing-read.
7231         * cus-dep.el (custom-make-dependencies): Reverse the list of
7232         found dependencies.
7234 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7236         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7237         Highlighting" entry, it is on by default now.
7238         (menu-bar-options-save): Do not save global-font-lock-mode.
7240 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7242         * textmodes/flyspell.el (flyspell-large-region):
7243         Call flyspell-accept-buffer-local-defs.
7245 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7247         * textmodes/flyspell.el (flyspell-notify-misspell):
7248         Fix misspelling of "Misspelling".
7249         (flyspell-process-localwords): New function.
7250         (flyspell-large-region): Call flyspell-process-localwords and
7251         flyspell-delete-region-overlays.
7252         (flyspell-delete-region-overlays): New function.
7253         (flyspell-delete-all-overlays): Call that.
7255 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7257         * help.el (help-for-help-internal): Improve doc of C-h a.
7258         (describe-key): Improve prompt; doc fix.
7260 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * vc-svn.el (vc-svn-registered): Catch all errors.
7264         * cus-dep.el (custom-make-dependencies): Typo.
7266 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7268         * net/tramp-util.el (top): Fix compilation warning.
7270 2005-11-13  Kim F. Storm  <storm@cua.dk>
7272         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7274 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7276         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7277         (gud-speedbar-buttons): Match on "const char *" too.
7279         * progmodes/gdb-ui.el (gdb-var-create-handler)
7280         (gdb-var-list-children-handler): Match on "const char *" too.
7281         (gdb-var-evaluate-expression-handler): Match on empty string.
7282         (gdb-var-update-handler): Only call
7283         gdb-var-evaluate-expression-handler when required.
7285 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7287         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7288         selected window.  This still doesn't work for speedbar.
7289         (gud-speedbar-buttons): Handle string expressions properly.
7291         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7292         (gdb-var-create-handler): Handle string expressions properly.
7293         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7294         Handle string expressions properly.  Move "type" field into regexp.
7296 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7298         * bookmark.el (bookmark-maybe-message): New function to reduce
7299         code duplication: invokes `message' iff baud-rate is high enough.
7300         (bookmark-write-file): Use above instead of an inline conditional.
7301         (bookmark-load): Same.
7303 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7305         * bookmark.el (bookmark-write-file): Don't visit the destination
7306         file, just write the data to it using write-region.  This is
7307         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7308         change to avoid visiting the file in the first place.
7310 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7312         * hi-lock.el (hi-lock-mode): Set the default value of
7313         font-lock-defaults.
7315 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7317         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7318         arg to `file-attributes'.
7319         (find-lisp-format): The UID and GID can now be strings.
7321 2005-11-12  Kim F. Storm  <storm@cua.dk>
7323         * help.el (help-map): Bind C-h d to apropos-documentation.
7325         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7326         when point is at end-of-buffer.
7328         * apropos.el (apropos-match-face): Doc fix.
7329         (apropos-sort-by-scores): Add new choice `verbose'.
7330         (apropos-documentation-sort-by-scores): New defcustom.
7331         (apropos-pattern): Now contains the pattern entered by the user.
7332         (apropos-pattern-quoted): New defvar.
7333         (apropos-regexp): New defvar, containing the regexp corresponding
7334         to apropos-pattern.
7335         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7336         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7337         interactive calls; returns list of words for a word list, and
7338         string for a regexp.
7339         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7340         parses a list of words or regexp as returned by apropos-read-pattern.
7341         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7342         (apropos-score-doc): Return a very high score if the string
7343         entered by the user matches literally.
7344         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7345         (apropos-command): Doc fix.  Use apropos-read-pattern and
7346         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7347         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7348         apropos-parse-pattern.
7349         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7350         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7351         apropos-documentation-sort-by-scores.  Call apropos-print with
7352         nosubst=t.
7353         (apropos-documentation-internal): Pass doc string through
7354         substitute-key-definition before adding text properties.
7355         Highlight substring matching literal user input if possible.
7356         (apropos-documentation-check-doc-file): Remove locals beg and end.
7357         Fix calculation of score (as added twice).  Pass doc string through
7358         substitute-key-definition before adding text properties.
7359         (apropos-documentation-check-elc-file): Pass doc string through
7360         substitute-key-definition before adding text properties.
7361         Highlight substring matching literal user input if possible.
7362         (apropos-print): Add new arg NOSUBST; if set, command and variable
7363         doc strings have already been passed through substitute-key-definition.
7364         Add code to handle apropos-accumulator items without score element
7365         for backwards compatibility (e.g. with woman package).
7366         Only show scores if apropos-sort-by-scores is `verbose'.
7368 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7371         Add jka-compr-load-suffixes to load-suffixes.
7373         * jka-compr.el: Require jka-cmpr-hook.
7374         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7375         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7376         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7377         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7378         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7379         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7380         (jka-compr-uninstall): Remove entries from
7381         jka-compr-added-to-file-coding-system-alist after they are used.
7382         (jka-compr-error): Remove unused var `curbuf'.
7383         (jka-compr-file-local-copy): Remove unused var `notfound'.
7385 2005-11-10  Romain Francoise  <romain@orebokech.com>
7387         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7389 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7391         * progmodes/gud.el (gud-menu-map): Move parentheses.
7392         (gdb): New command gud-pv.
7394 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * tar-mode.el: Remove spurious or unnecessary leading stars
7397         in docstrings.
7398         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7399         (tar-parse-octal-integer-safe): Use mapc.
7400         (tar-header-block-summarize): Remove unused var `ck'.
7401         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7402         cleared before.  Obey default-enable-multibyte-characters.
7403         Use mapconcat.  Simplify setting of tar-header-offset.
7404         (tar-mode-map): Move initialization inside delcaration.
7405         (tar-flag-deleted): Use `abs'.
7406         (tar-expunge-internal): Remove unused var `line'.
7407         (tar-expunge-internal): Don't hardcode point-min==1.
7408         (tar-expunge): Widen while doing set-buffer-multibyte.
7409         (tar-rename-entry): Use file-name-coding-system.
7410         (tar-alter-one-field): Don't hardcode point-min==1.
7411         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7412         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7414 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7416         * add-log.el (add-log-current-defun): Handle class::method
7417         notation of c++.  Fix incorrect comment.
7419 2005-11-10  Alan Mackenzie  <acm@muc.de>
7421         * help-fns.el (describe-variable): Make C-h v work when a variable
7422         has variable documentation yet is unbound.
7424 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7426         * man.el (Man-highlight-references): Set an empty
7427         string to `Man-arguments' if it is nil.
7428         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7430 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7433         commenting conventions.
7435         * cus-dep.el (custom-make-dependencies): Simplify.
7436         Better follow the commenting conventions.
7438 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7440         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7441         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7442         All uses changed.
7443         (apropos-rewrite-regexp): Doc fix.
7444         (apropos-variable, apropos-command, apropos, apropos-value):
7445         Change prompt; carry through the argument renaming.
7447 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7449         * find-lisp.el: Require dired.
7450         (find-lisp-find-dired-internal): Do not call
7451         `abbreviate-file-name' on DIR.
7453 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7455         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7457 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7459         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7460         when using the speedbar.
7461         (gdb): New command gud-pp.
7462         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7464 2005-11-09  Juri Linkov  <juri@jurta.org>
7466         * replace.el (occur-excluded-properties): New defcustom.
7467         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7469 2005-11-08  Jay Belanger  <belanger@truman.edu>
7471         * calc/calc-units.el (math-convert-units): Replace any composite
7472         unit by its definition.
7474 2005-11-08  Lars Hansen  <larsh@soem.dk>
7476         * emacs-lisp/autoload.el (update-directory-autoloads):
7477         Add obsolete function alias.
7479 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7482         comment-indent-function.
7483         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7485         * reveal.el (reveal-post-command): Rework the handling of
7486         reveal-open-spots, so as to be more reliable.  There were several
7487         tricky corner cases where an open spot might be lost, or where
7488         a closed spot might end up on the list of open spots.
7489         Only reveal text that's ellipsised.
7491 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7493         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7495 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7497         * ibuffer.el (ibuffer): Search iconified frames too when
7498         getting Ibuffer buffer's window.
7500 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7502         * progmodes/compile.el (compilation-internal-error-properties):
7503         save-excursion around the computation of MARKER.
7505 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7507         * textmodes/flyspell.el (flyspell-external-point-words):
7508         flyspell-get-word returns a list, not just a string.
7510 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7512         * ibuffer.el (ibuffer): Search all visible frames when getting
7513         Ibuffer buffer's window.
7515 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7517         * man.el (Man-reference-regexp): Accept spaces between
7518         `Man-name-regexp' and `Man-section-regexp'.
7519         (Man-apropos-regexp): New variable.
7520         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7521         if available.
7522         (Man-highlight-references, Man-highlight-references0):
7523         Handle the case when `Man-arguments' includes "-k".
7524         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7525         `TARGET'. `TARGET' can be a number, function or nil.
7527 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7529         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7530         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7531         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7532         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7533         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7534         (gdb-send-item): Use buffer-local-value and simplify.
7536 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7538         * startup.el (command-line): Use `custom-reevaluate-setting' for
7539         `global-font-lock-mode'.
7541         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7542         by default, except in batch mode or when the -D option is given.
7544         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7545         specified keyword args on to `define-minor-mode'.  Update docstring.
7547 2005-11-05  Romain Francoise  <romain@orebokech.com>
7549         * replace.el (occur-engine): Add marker at end of line, too.
7551 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7553         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7554         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7555         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7556         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7557         argument to all these routines, so the passphrase can be managed
7558         externally and passed in to the system.
7559         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7560         pgg-add-passphrase-to-cache function.
7562         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7563         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7564         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7565         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7566         argument to all these routines, so the passphrase can be managed
7567         externally and passed in to the system.
7568         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7569         function.
7571 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7573         * font-lock.el: Don't deal with font-lock-face-attributes here,
7574         move the code ...
7576         * startup.el (command-line): ... here.  Use face-spec-set instead
7577         of custom-declare-face.
7579         * faces.el (face-spec-set): Reset the face if spec is not nil.
7581 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7583         * newcomment.el (comment-region-internal): Box more tightly in the
7584         common case where there's no TAB in the boxed text.
7586 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7588         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7589         up-node.
7591 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7593         * newsticker.el: Commentary updated.  Code formatting changed.
7594         (newsticker-version): Change to "1.9".
7595         (newsticker, newsticker-feed): Doc fix.
7596         (newsticker-url-list): Doc fix.  Add option "Weekly".
7597         (newsticker-retrieval-interval): Add option "Weekly".
7598         (newsticker-headline-processing): Doc fix.
7599         (newsticker-auto-mark-filter): Remove.
7600         (newsticker-auto-mark-filter-list): New.
7601         (newsticker-layout, newsticker-sort-method): Doc fix.
7602         (newsticker-hide-old-items-in-newsticker-buffer)
7603         (newsticker-heading-format, newsticker-item-format)
7604         (newsticker-desc-format): Doc fix.
7605         (newsticker-show-all-rss-elements): Remove.
7606         (newsticker-show-all-news-elements): New.
7607         (newsticker-faces, newsticker-ticker): Doc fix.
7608         (remove-from-invisibility-spec): Code formatting.
7609         (newsticker--process-ids): New.
7610         (newsticker-mode): Doc fix.
7611         (newsticker-mode): Change mode-line-format.
7612         (newsticker-start): Remove debug output.
7613         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
7614         (newsticker-w3m-show-inline-images): Code formatting.
7615         (newsticker-next-item): Call `force-mode-line-update'.
7616         (newsticker-previous-item): Call `force-mode-line-update'.
7617         (newsticker-next-feed): Call `force-mode-line-update'.
7618         (newsticker-previous-feed): Call `force-mode-line-update'.
7619         (newsticker-mark-all-items-at-point-as-read): Code formatting.
7620         (newsticker-show-old-items): Do not show descs.
7621         (newsticker-hide-entry): Hide too much.
7622         (newsticker-hide-entry, newsticker-show-entry)
7623         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7624         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7625         (newsticker-toggle-auto-narrow-to-item): Code formatting.
7626         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7627         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7628         (newsticker-get-news): Call `force-mode-line-update'.
7629         Collect process ids.
7630         (newsticker--sentinel): Change coding system handling.
7631         Move image retrieval to new functions newsticker--get-logo-url-*.
7632         Move feed parsing to new functions newsticker--parse-*.
7633         Update list of process ids.
7634         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7635         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7636         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7637         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7638         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7639         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7640         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7641         (newsticker--decode-coding-string): Remove.
7642         (newsticker--decode-numeric-entities): Check input.  Format code.
7643         (newsticker--remove-whitespace): Check input.
7644         (newsticker--do-forget-preformatted): Doc fix.
7645         (newsticker--decode-rfc822-date): Allow for missing time.
7646         (newsticker--update-process-ids): New.
7647         (newsticker--image-sentinel): Change comment.
7648         (newsticker--image-read): Change error message.
7649         (newsticker--imenu-goto): Doc fix.  Show headline title.
7650         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7651         (newsticker--buffer-do-insert-text): Clean whitespace in
7652         html-rendered headline title.  Code formatting.
7653         Call `newsticker--buffer-print-extra-elements'.
7654         (newsticker--buffer-print-extra-element): Remove.
7655         (newsticker--buffer-print-extra-elements): New.
7656         (newsticker--buffer-do-print-extra-element): New.
7657         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
7658         large sizes.
7659         (newsticker--run-auto-mark-filter)
7660         (newsticker--do-run-auto-mark-filter):
7661         Use `newsticker-auto-mark-filter-list'.
7663 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
7665         * net/rcirc.el: Use split-string OMIT-NULLS argument.
7666         (rcirc-print): Force redisplay before running hooks.  Do long
7667         buffer truncation after making new text read-only.  Deal with nil
7668         text when decoding strings.  If TARGET is nil, use either the
7669         currently selected buffer, if it is an rcirc buffer and of the
7670         same process or the process buffer.
7671         (rcirc-mode): Remove header-line.  Recompute short buffer names.
7672         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7673         (rcirc-short-buffer-name): Add variable.
7674         (rcirc-kill-buffer-hook): Recompute short buffer names.
7675         Remove nick from private channel.
7676         (rcirc-send-input): Send command text to current-buffer.
7677         Don't clear overlay arrow here.
7678         (rcirc-short-buffer-name): Return a short buffer name.
7679         (rcirc-update-short-buffer-names, rcirc-abbreviate)
7680         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7681         buffer-name abbreviations.
7682         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7683         Do not touch nick-table when killing a parted channel.
7684         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7685         Clear arrow from current buffer if it is now hidden.
7686         (rcirc-current-buffer): Add variable.
7687         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7688         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7689         Remove -face from names.
7690         (rcirc-update-activity-string): Print "DND" when globally ignoring
7691         activity.
7692         (rcirc-ignore-buffer-activity-flag): Rename from
7693         rcirc-ignore-channel-activity.
7694         (rcirc-ignore-all-activity-flag): Doc fix.
7695         (rcirc-channels): Remove variable.
7696         (rcirc-kill-buffer-hook):
7697         (rcirc-get-buffer-create): Add nick to private channel.
7698         (rcirc-multiline-edit-submit): Remove tabs.
7699         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7700         folded.
7701         (rcirc-remove-nick-channel): Bug fix.
7702         (rcirc-toggle-ignore-buffer-activity): Rename from
7703         rcirc-toggle-ignore-channel-activity.
7704         (rcirc-record-activity): Add buffers to the front of the list.
7705         (rcirc-update-activity): Remove killed buffers from list.
7706         (rcirc-process-server-response-1): Remove last argument if it is
7707         null before calling handler.
7708         (rcirc): Add "rcirc" defcustom prefix.
7709         (rcirc-prompt): Simplify default prompt.
7710         Use custom-initialize-default.
7711         (rcirc-private-chats): Remove variable.
7712         (rcirc-prompt): Change initialization.
7713         (rcirc-version): Remove function.
7714         (rcirc-id-string): Add constant.
7715         (rcirc-last-buffer): Remove variable.
7716         (rcirc-buffer-alist): Add variable.
7717         (rcirc-connect): Update variable setup.
7718         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7719         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7720         default.
7721         (rcirc-handler-generic): Trigger activity.
7722         (rcirc-send-message): Create the buffor of the target.
7723         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7724         (rcirc-get-buffer): Just return nil if there is no matching buffer.
7725         (rcirc-multiline-edit-cancel): Remove function.
7726         (rcirc-set-last-buffer): Remove function.
7727         (rcirc-get-any-buffer): Add function.
7728         (rcirc-join-channels): Don't print /join text.
7729         (rcirc-toggle-ignore-channel-activity): Add and update echo area
7730         messages.
7731         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7732         (rcirc-handler-NOTICE): Recognize CTCP responses.
7733         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7734         constructing TOPIC string for buffers we are not JOINed.
7735         (rcirc-handler-CTCP-response): Add handler.
7736         (rcirc-multiline-edit-submit): Restore the window-configuration
7737         before adjusting point.
7738         (rcirc): Add customization group.
7739         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7740         (rcirc-user-full-name, rcirc-startup-channels-alist)
7741         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7742         (rcirc-ignore-all-activity-flag, rcirc-time-format)
7743         (rcirc-input-ring-size, rcirc-read-only-flag)
7744         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7745         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7746         Change defvar to defcustom.
7747         (rcirc-update-prompt): Add optional ALL arg, which will update
7748         prompts in all rcirc buffers.  Regexp quote replacement text.
7749         (rcirc-fill-column): Accept frame-width as a value.
7750         (rcirc-set-changed): Add function.
7751         (rcirc-next-active-buffer): Write more meaningful messages.
7752         (rcirc-faces): Add customization group.
7753         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7754         (rcirc-nick-in-message-face, rcirc-prompt-face)
7755         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7756         (with-rcirc-process-buffer): Move before first usage.
7757         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7758         (rcirc-debug-flag): Rename from `rcirc-log-p'.
7759         (rcirc-debug): Rename from `rcirc-log'.
7760         (rcirc-format-response-string): Do not print `-' chars for a
7761         NOTICE with no sender.  Simplify output of server responses.
7763 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
7765         (rcirc-browse-url-map, rcirc-browse-url-at-point)
7766         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7767         Make urls mouse and RET clickable.
7769 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
7771         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7773 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7775         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7776         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7777         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7778         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7779         argument to all these routines, so the passphrase can be managed
7780         externally and passed in to the system.
7781         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7782         pgg-add-passphrase-to-cache function.
7784         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7785         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7786         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7787         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7788         argument to all these routines, so the passphrase can be managed
7789         externally and passed in to the system.
7790         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7791         function.
7793 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7795         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7796         from goto-address-url-regexp.
7798 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7800         * textmodes/org.el (org-read-date, org-goto-calendar)
7801         (org-recenter-calendar, org-agenda-goto-calendar):
7802         Temporarily clear `calendar-move-hook'.
7804 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
7806         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7807         merging.
7809         * ediff-util.el (ediff-previous-difference): Don't skip regions that
7810         have merge clashes.
7812 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7814         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7815         Undo previous change.
7817         * startup.el (command-line): Use `custom-reevaluate-setting' for
7818         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
7819         tty-register-default-colors on Mac.
7821 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7823         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7824         (gdb-buffer-type): Make it automatically buffer local...
7825         (gdb-get-create-buffer): ...and set it accordingly.
7826         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7827         actually work.
7829 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
7831         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7832         not red.
7834 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7836         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7837         case GUD buffer is not visible.
7838         (gdb-goto-breakpoint): Try to force display in source buffer.
7839         (gdb-frame-gdb-buffer): Copy other similar functions.
7840         (gdb-restore-windows): Don't display source if not asked for.
7841         (gdb-assembler-buffer-name): Don't capitalise.
7843 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7845         * wid-edit.el (key-sequence): New widget type.
7847         * simple.el (set-mark-command-repeat-pop): New variable.
7848         (set-mark-command): Only interpret plan C-@ after a pop as a pop
7849         if set-mark-command-repeat-pop is true.
7851         * info.el (Info-fontify-node): Don't display extra "see" if there
7852         already is one here.
7854         * mouse.el: Fix special handling of DEL after dragging a region:
7855         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7856         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
7858         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7860         * textmodes/ispell.el (ispell-command-loop): Change `i' description
7861         not to assume it pertains to an affix.
7863         * textmodes/flyspell.el (flyspell-post-command-hook):
7864         Bind deactivate-mark to prevent deactivation.
7866 2005-11-03  Lars Hansen  <larsh@soem.dk>
7868         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7869         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7870         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7872 2005-11-03  Romain Francoise  <romain@orebokech.com>
7874         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
7875         Update copyright years.
7877 2005-11-03  Sam Steingold  <sds@gnu.org>
7879         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7880         Use system-type instead of window-system because window-system is not
7881         correctly defined during loadup.
7883 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
7885         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7886         (xml-parse-tag): Join strings separated by a comment properly.
7888 2005-11-02  Andreas Schwab  <schwab@suse.de>
7890         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7892 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7894         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7895         (byte-optimize-pure-func): Quote the eval'd value.
7897         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7898         Rename from perl-font-lock-syntactic-face-function.
7899         Change the calling convention so it can be used as a font-lock MATCHER.
7900         Do the parse-partial-sexp loop outselves.
7901         (perl-font-lock-syntactic-keywords): Use it.
7902         (perl-mode): Don't set font-lock-syntactic-face-function any more.
7904 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
7906         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7907         disassembly buffer too.
7908         (gdb-exited): Remove overlay arrows when execution has finished.
7909         (gdb-info-frames-custom, gdb-info-threads-custom)
7910         (gdb-info-registers-custom): Don't add inappropriate text
7911         properties if inferior is not active.
7913 2005-11-02  Glenn Morris  <rgm@gnu.org>
7915         * progmodes/fortran.el (fortran-blink-match):
7916         Use `blink-matching-delay'.
7918 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
7920         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7922 2005-11-02  Lars Hansen  <larsh@soem.dk>
7924         * net/tramp.el (tramp-action-out-of-band): Handle scp message
7925         "Permission denied".
7927 2005-11-01  Richard M. Stallman  <rms@gnu.org>
7929         * textmodes/flyspell.el (flyspell-external-point-words):
7930         Pass nil to flyspell-get-word.
7932 2005-11-02  Kim F. Storm  <storm@cua.dk>
7934         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7935         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7937 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7940         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7941         (calendar-mouse-print-dates): Add optional `event' argument.
7942         Update interactive-spec.
7943         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7944         Use `calendar-event-to-date' instead of `event'.
7946 2005-11-02  Masatake YAMATO  <jet@gyve.org>
7948         * progmodes/ld-script.el (ld-script-builtins):
7949         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7950         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7951         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7953 2005-11-01  Romain Francoise  <romain@orebokech.com>
7955         * vc-sccs.el: Update copyright year.
7956         * ezimage.el: Likewise.
7958 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
7960         * info.el (Info-fontify-node): Use `string-width' for fontifying
7961         underlined titles.
7963 2005-11-01  Juri Linkov  <juri@jurta.org>
7965         * info.el (Info-fontify-node): Downcase node header keywords Node,
7966         Prev, Next, Up before comparison.
7967         (Info-history): Insert absolute directory name, and put invisible
7968         property on it.
7970 2005-11-01  Juri Linkov  <juri@jurta.org>
7972         * info.el (Info-file-supports-index-cookies): New variable.
7973         (Info-find-node-2): Check makeinfo version for index cookie support.
7974         (Info-index-nodes): Search for nodes with index cookies only when
7975         Info-file-supports-index-cookies is t.  Otherwise, search nodes
7976         with "Index" in the node name.
7977         (Info-index-node): Search index cookie in the current node only when
7978         Info-file-supports-index-cookies is t.  Otherwise, check the word
7979         "Index" in the node name.
7980         (Info-find-emacs-command-nodes): Remove code that searches nodes
7981         with "Index" node name in the top menu.
7983 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7985         * progmodes/scheme.el (scheme-mode-variables): Use the default
7986         comment-indent-function.
7988         * faces.el (face-attribute): Handle the case where a face inherits from
7989         a non-existent face.
7991         * simple.el (eval-expression-print-format): Use lisp-readable syntax
7992         for octal and hexa output, and merge the char into the paren.
7993         (kill-new): Use push.
7994         (copy-to-buffer): Use with-current-buffer.
7995         (completion-setup-function): Move code in loop to remove redundancy.
7996         (minibuffer-local-must-match-map): Don't add bindings that duplicate
7997         those inherited from minibuffer-local-completion-map.
7999         * savehist.el (savehist-mode) <defcustom>:
8000         Use custom-set-minor-mode if available.
8001         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8002         and emit a message if applicable.
8004 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8006         * savehist.el: Sync up to version 19.
8007         (savehist-mode): New minor mode.
8008         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8009         (savehist-length): Remove (use history-length instead).
8010         (savehist-file-modes): Rename from savehist-modes.
8011         (savehist-save-hook, savehist-loaded): New vars.
8012         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8013         old format to new format.
8014         (savehist-install): Allow savehist-autosave-interval to be nil.
8015         (savehist-save): Run the new hook.  Be more careful to only trim the
8016         history variables.
8017         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8018         (savehist-printable): Print into a buffer rather than char-by-char.
8020 2005-11-01  John Wiegley  <johnw@newartisans.com>
8022         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8023         toggle-ignore keybinding (C-a).  The author said it had been
8024         disabled much earlier due to a possible incompatibility, but after
8025         many months of usage I have encountered no problems (and it is a
8026         rather useful option, especially for switching to " *temp*").
8028         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8029         support for OS/X's AddressBook, by calling out to the open source
8030         program "contacts" (installable through Fink).
8032         * net/eudc.el (eudc-expand-inline): If the
8033         `eudc-multiple-match-handling-method' is set to `all', delete the
8034         query string before inserting the query result.
8036         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8037         flag, to prevent Eshell from using the system ls when
8038         `eshell-ls-insert-directory' is in used.
8039         (eshell-ls-insert-directory): Disable font-lock in directory
8040         buffer so that Eshell's own fontification is seen.  This broke
8041         recently due to changes in font-lock, so this goes back to version
8042         21 behavior.
8044 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8046         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8047         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8048         (gdb-many-windows): Doc fix.
8050 2005-10-31  Romain Francoise  <romain@orebokech.com>
8052         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8054 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8056         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8057         that global-font-lock-mode can be enabled by default.
8059         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8060         (font-lock-add-keywords, font-lock-remove-keywords)
8061         (font-lock-fontify-buffer): Remove autoload cookies.
8063         * jit-lock.el (jit-lock-register): Likewise.
8065         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8067 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8069         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8070         intact if there is no gud-comint-buffer.
8072 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8074         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8075         old prompt comint-prompt-read-only is t and GDB commands are
8076         issued from tool bar etc.
8078 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8080         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8082 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8084         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8085         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8087 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8089         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8090         starting at beginning of line.  Fontification is messed up when
8091         `open-paren-in-column-0-is-defun-start' set to t.
8092         Reported by John Paul Wallington <jpw@pobox.com>.
8094 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8096         * comint.el (comint-send-input): Call `comint-update-fence' when
8097         `comint-process-echoes' and `comint-prompt-read-only' are both
8098         non-nil, to avoid leftover read-only newline.
8100 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8102         * textmodes/flyspell.el (flyspell-external-point-words):
8103         Detect when WORD can't be checked properly because
8104         flyspell-get-word finds just part of it, and move on.
8106         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8107         boundarychar for Polish.
8108         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8109         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8111 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8113         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8114         (gdb-registers-font-lock-keywords): Delete.
8115         (gdb-registers-mode): Don't fontify.
8116         (gdb-info-registers-custom): Use text properties instead as, in
8117         future, changed register values will use font-lock-warning-face.
8118         (gdb-local-font-lock-keywords): Rename to...
8119         (gdb-locals-font-lock-keywords): ...for consistency.
8121 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8123         * vc.el (vc-switch-backend): Better error message if the buffer is
8124         not visiting a file under version control.
8126         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8128 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8130         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8131         ~/.emacs.d/.emacs.
8133 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8135         * replace.el (occur-mode-mouse-goto): Always go to other window.
8136         (occur-mode-goto-occurrence): Always switch in same window.
8138         * simple.el (undo): Display message at end, not at start.
8140         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8141         New arg REUSE-CELL.
8142         (cancel-timer-internal): New function.
8143         (timer-event-handler): Use cancel-timer-internal,
8144         and pass the cell it returns to timer-activate...
8146         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8147         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8148         (jit-lock-after-change): Test memory-full.
8150 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8152         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8153         part of the decoded armor to find the key-identifier.
8154         (pgg-gpg-lookup-key-owner): New function to return the
8155         human-readable identifier of a key owner.
8156         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8157         key itself.
8158         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8159         the key value) if we have a key and can match it against a secret
8160         key.  Also, added a note pointing out fact that the prompt only
8161         indicates the first matching key.
8163         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8164         pgg-decrypt-region.
8165         (pgg-pending-timers): A new hash for tracking the passphrase cache
8166         timers, so that new ones supercede old ones.
8167         (pgg-add-passphrase-to-cache): Rename from
8168         `pgg-add-passphrase-cache' to reduce confusion (all callers
8169         changed).  Modified to cancel old timers when new ones are added.
8170         (pgg-remove-passphrase-from-cache): Rename from
8171         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8172         changed).  Modified to cancel old timers when their keys are
8173         removed from the cache.
8174         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8175         XEmacs, an indirection to delete-itimer.
8176         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8177         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8178         users can only check cache without risk of prompting.  Correct bug in
8179         notruncate behavior.
8180         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8181         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8182         Add informative docstrings.
8183         (pgg-decrypt): Convey provided passphrase in subordinate call to
8184         pgg-decrypt-region.
8186         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8187         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8188         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8189         `passphrase' argument, so the passphrase can be managed externally
8190         and then passed in to the system.
8192         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8193         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8194         so the passphrase cache can be used reliably with identifiers
8195         besides a pgp packet's key id.
8197         * pgg-gpg.el (pgg-pgp-encrypt-region)
8198         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8199         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8200         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8201         argument to all these routines, so the passphrase can be managed
8202         externally and passed in to the system.
8204         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8205         `notruncate' argument, so the passphrase cache can be used
8206         reliably with identifiers besides a pgp packet's key id.
8208 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8210         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8211         symmetric encryption.
8212         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8213         encrypted session key.
8214         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8215         message ask for the passphrase in a proper way.
8217         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8218         New user commands for symmetric encryption.
8220 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8222         * textmodes/conf-mode.el (conf-assignment-sign)
8223         (conf-assignment-regexp): Fix docstrings.
8224         (conf-mode-initialize): New function.
8225         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8226         recognize recursive calls.
8227         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8228         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8229         (conf-xdefaults-mode): Use define-derived-mode and
8230         conf-mode-initialize.
8232 2005-10-29  Romain Francoise  <romain@orebokech.com>
8234         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8236 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8238         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8239         part of the decoded armor to find the key-identifier.
8240         (pgg-gpg-lookup-key-owner): New function to return the
8241         human-readable identifier of a key owner.
8242         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8243         key itself.
8244         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8245         the key value) if we have a key and can match it against a secret
8246         key.  Also, added a note pointing out fact that the prompt only
8247         indicates the first matching key.
8249         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8250         pgg-decrypt-region.
8251         (pgg-pending-timers): A new hash for tracking the passphrase cache
8252         timers, so that new ones supercede old ones.
8253         (pgg-add-passphrase-to-cache): Rename from
8254         `pgg-add-passphrase-cache' to reduce confusion (all callers
8255         changed).  Modified to cancel old timers when new ones are added.
8256         (pgg-remove-passphrase-from-cache): Rename from
8257         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8258         changed).  Modified to cancel old timers when their keys are
8259         removed from the cache.
8260         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8261         XEmacs, an indirection to delete-itimer.
8262         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8263         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8264         users can only check cache without risk of prompting.  Correct bug in
8265         notruncate behavior.
8266         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8267         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8268         Add informative docstrings.
8269         (pgg-decrypt): Convey provided passphrase in subordinate call to
8270         pgg-decrypt-region.
8272 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8274         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8275         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8276         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8277         `passphrase' argument, so the passphrase can be managed externally
8278         and then passed in to the system.
8280         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8281         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8282         so the passphrase cache can be used reliably with identifiers
8283         besides a pgp packet's key id.
8285         * pgg-gpg.el (pgg-pgp-encrypt-region)
8286         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8287         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8288         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8289         argument to all these routines, so the passphrase can be managed
8290         externally and passed in to the system.
8292         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8293         `notruncate' argument, so the passphrase cache can be used
8294         reliably with identifiers besides a pgp packet's key id.
8296 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8298         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8299         symmetric encryption.
8300         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8301         encrypted session key.
8302         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8303         message ask for the passphrase in a proper way.
8305         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8306         New user commands for symmetric encryption.
8308 2005-10-28  Bill Wohler  <wohler@newt.com>
8310         * help-mode.el (help-url): New button type.  Calls browse-url.
8311         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8312         Similar to Info nodes: URL `url'.
8313         (help-make-xrefs): Create help-url buttons for
8314         help-xref-url-regexp matches.
8316 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8318         * tool-bar.el (tool-bar-add-item-from-menu)
8319         (tool-bar-local-item-from-menu): Fix doc strings.
8321 2005-10-28  Romain Francoise  <romain@orebokech.com>
8323         * ldefs-boot.el: Update.
8325         * subr.el (locate-library): Move from help-fns.el.
8326         * help-fns.el (locate-library): Move to subr.el.
8328 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8330         * net/tramp.el (tramp-completion-mode): defvar moved up.
8332         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8334         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8336         * files.el (find-file-noselect): Use %d to format large file size.
8338         * bindings.el (mode-line-format): Add %e.
8340         * loadup.el ("facemenu"): Load unconditionally.
8341         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8342         ("x-dnd"): Load, when appropriate.
8344         * startup.el (command-line): Call before-init-hook earlier.
8345         Warn about some bad characters in -u user name.
8347         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8348         (flyspell-external-point-words): Error if misspelled word is not found.
8349         Set flyspell-large-region-beg at end of word.
8351 2005-10-28  Andreas Schwab  <schwab@suse.de>
8353         * view.el (View-revert-buffer-scroll-page-forward):
8354         Use view-page-size-default.
8356 2005-10-28  Juri Linkov  <juri@jurta.org>
8358         * international/quail.el (quail-get-current-str): Translate last
8359         raw character for deterministic input methods.
8361 2005-10-27  Jay Belanger  <belanger@truman.edu>
8363         * calc/calc-ext.el: Add functions to autoloads.
8364         (math-identity-matrix-p, math-ident-row-p): New functions.
8366         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8367         multiplication by an identity matrix; don't turn multiplication by
8368         an inverse matrix into division.
8369         (math-div-symbol-fancy): Replace division by matrices with
8370         multiplication by inverse.
8372         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8374         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8375         (calc-writeoutpower): New functions.
8377 2005-10-27  Romain Francoise  <romain@orebokech.com>
8379         * replace.el (occur-engine): Include colon in mouse-face highlight.
8381         * dired-x.el: Change Maintainer field.
8383 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8385         * longlines.el (longlines-mode): Bind after-change-functions to
8386         nil during initial decoding and final encoding.
8388 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8390         * term.el (term-emulate-terminal, term-handle-colors-array)
8391         (term-handle-ansi-escape): Specify the terminfo capabilities
8392         implemented.
8394 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8396         * info.el (Info-fontify-node): Fix detection of sentence-break
8397         before *Note.
8399 2005-10-26  Romain Francoise  <romain@orebokech.com>
8401         * smerge-mode.el: Add `tools' to file keywords.
8403 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8405         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8406         when the fringe is not available.
8408         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8409         (def-gdb-auto-update-trigger): Simplify construction.
8410         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8411         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8412         defined explicitly.
8413         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8414         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8415         defined explicitly.
8416         (gdb-info-locals-custom): Remove as it's a no-op.
8418 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8420         * longlines.el (longlines-mode): Remove narrowing before
8421         performing the initial decoding or final encoding.
8423 2005-10-25  Romain Francoise  <romain@orebokech.com>
8425         * emacs-lisp/find-func.el (find-library-name): Also strip
8426         extension if library name ends in .el, to take advantage of
8427         `find-library-suffixes'.
8429 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8431         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8433 2005-10-25  Juri Linkov  <juri@jurta.org>
8435         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8436         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8438 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8440         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8441         (blackbox-redefine-key): Add argument `map'.
8443         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8444         regions when moving the jit-lock-context-unfontify-pos boundary.
8446 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8448         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8450 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8452         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8454 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8456         * play/blackbox.el (blackbox-redefine-key): New function.
8457         (blackbox-mode-map): Use it to remap existing bindings for cursor
8458         motion instead of binding literal keys.
8460 2005-10-25  Glenn Morris  <rgm@gnu.org>
8462         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8463         diary does not end in a newline.  Do not assume a blank line at
8464         the start of the diary file.
8466 2005-10-25  Kenichi Handa  <handa@m17n.org>
8468         * international/quail.el (quail-translate-key): If the input
8469         method is deterministic and failed to handle the last key, restart
8470         the key handling loop from an appropriate key.
8472 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8474         * vc.el (vc-dired-mode): Extend comment for binding of
8475         `directory-listing-before-filename-regexp'.
8477 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8479         * textmodes/texinfo.el (texinfo-mode):
8480         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8481         not to unnecessarily expose emacs-mule's internal char codes.
8483 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8485         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8486         Display hand pointer and help-echo on disabled icon too.
8487         (gdb-mouse-until): New function.
8488         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8490 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8492         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8493         with 2005-10-23 change to doctor.el.
8495         * finder.el (finder-mode-map): Add follow-link binding.
8497 2005-10-25  Kim F. Storm  <storm@cua.dk>
8499         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8500         to gdb-mouse-toggle-breakpoint-fringe.
8501         (gdb-mouse-toggle-breakpoint-margin): Rename from
8502         gdb-mouse-toggle-breakpoint.  Fix doc.
8503         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8504         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8505         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8506         string properties also for fringe breakpoint bitmaps.
8508 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8510         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8512 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8514         * simple.el (completion-common-substring):
8515         Use `completion-common-substring' prior to `completion-base-size'.
8517 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8519         * savehist.el: Require CL while compiling.
8520         (savehist-history-variables): Remove.
8521         (savehist-save-minibuffer-history, savehist-additional-variables)
8522         (savehist-minibuffer-history-variables): New vars.
8523         (savehist-save): Use them.
8524         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8525         (savehist-install): New fun, extracted from savehist-load.
8526         (savehist-load): Use them.
8528 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8531         a dummy doc-string-elt property.
8532         (defalias, defvaralias, define-category): Add a docstring property.
8534         * image.el (defimage):
8535         * widget.el (define-widget):
8536         * custom.el (defface, defcustom): Add `doc-string' declaration.
8538         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8539         (defadvice): Add `doc-string' declaration.
8541         * emacs-lisp/byte-run.el (macro-declaration-function):
8542         Handle `doc-string' declarations.
8543         (define-obsolete-function-alias, define-obsolete-variable-alias):
8544         Add `doc-string' declaration.
8546 2005-10-24  Kenichi Handa  <handa@m17n.org>
8548         * international/utf-7.el (utf-7): Add autoload cookie.
8550         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8552 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8554         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8555         list of directories passed to batch-update-autoloads.  Add "." to
8556         the list of the echoed directories.
8558         * pgg-def.el:
8559         * pgg-gpg.el:
8560         * pgg-parse.el:
8561         * pgg-pgp.el:
8562         * pgg-pgp5.el:
8563         * pgg.el: Moved here from the gnus subdirectory.
8565 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8567         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8568         in case comint-prompt-read-only is set to t.
8570         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8571         in case comint-prompt-read-only is set to t.
8573 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8575         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8576         Now a string.
8577         (icalendar-import-format): Handle CLASS, STATUS, URL.
8578         Rename `subject' to `summary'.
8579         (icalendar-import-format-summary): Rename from
8580         `icalendar-import-format-subject'.
8581         (icalendar-import-format-url, icalendar-import-format-status)
8582         (icalendar-import-format-class): New variables.
8583         (icalendar--rris): Take variable argument list.
8584         (icalendar--datestring-to-isodate): Remove unnecessary
8585         calendar-style check when converting dates with explicit month names.
8586         (icalendar-export-region): Change return type of conversion
8587         subroutines.  Bury current buffer unless error occurred.
8588         (icalendar--convert-to-ical)
8589         (icalendar--parse-summary-and-rest): New functions.
8590         (icalendar--convert-ordinary-to-ical)
8591         (icalendar--convert-weekly-to-ical)
8592         (icalendar--convert-yearly-to-ical)
8593         (icalendar--convert-block-to-ical)
8594         (icalendar--convert-cyclic-to-ical)
8595         (icalendar--convert-anniversary-to-ical): Change return type.
8596         Strip trailing blanks from subject.
8597         (icalendar--convert-sexp-to-ical): Change return type.
8598         Strip trailing blanks from subject.  Handle simple sexp
8599         entries as generated by icalendar.el.
8600         (icalendar--convert-float-to-ical)
8601         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8602         (icalendar-import-file): Doc fix.
8603         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8604         Correct call to icalendar--rris.
8605         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
8606         `summary'.
8607         (icalendar--add-diary-entry): Rename `subject' to `summary'.
8609 2005-10-24  Romain Francoise  <romain@orebokech.com>
8611         * server.el (server-sentinel): Set query-on-exit flag to nil on
8612         new client processes (it isn't inherited from the server process).
8614         * replace.el (occur-engine): Rearrange text properties.
8616 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8618         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8619         case-fold-search is nil.
8620         (debug-help-follow): Use help-xref-interned directly.
8622 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8624         * thumbs.el (thumbs-image-type): Add .pbm.
8626 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8628         * faces.el (inhibit-face-set-after-frame-default): New variable.
8629         (set-face-attribute): Bind it.
8630         (face-set-after-frame-default): Test it.
8632         * help-fns.el (describe-simplify-lib-file-name): New function.
8633         (describe-function-1, describe-variable): Use it.
8635         * faces.el (describe-face): Use describe-simplify-lib-file-name.
8637         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8638         Eliminate nil as possible value.
8639         (tooltip-hide-delay): Reduce internal-border-width.
8641         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8642         (menu-bar-file-menu) <new-file>: Likewise.
8644         * simple.el (line-move-finish): Ignore fields computing LINE-END.
8646         * international/mule.el (load-with-code-conversion):
8647         Pass full file name to `eval-buffer' unless preloading.
8649         * textmodes/flyspell.el (flyspell-large-region):
8650         Call ispell-check-version.
8652         * textmodes/ispell.el (ispell-local-dictionary-overridden):
8653         Fix the make-variable-buffer-local call that was supposed
8654         to be for this variable.
8655         (ispell-aspell-supports-utf8): Doc fix.
8656         (ispell-find-aspell-dictionaries): Preserve elements of
8657         ispell-dictionary-alist for dictionaries that aspell doesn't report.
8658         (ispell-aspell-find-dictionary): Return nil on error.
8660         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8661         (doctor-symptoms): Likewise.
8663         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8665 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8667         * cus-edit.el (custom-button, custom-button-pressed): New vars.
8668         (custom-raised-buttons): Add :set spec.
8669         (custom-button-unraised, custom-button-pressed-unraised):
8670         New faces, so that custom-raised-buttons actually does something.
8671         (custom-mode): Use custom-button and custom-button-pressed.
8673         * wid-edit.el (widget-specify-button): Don't ignore
8674         widget-mouse-face on graphic terminals.
8675         (widget-move-and-invoke): Cleanup.
8677 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
8679         * whitespace.el (whitespace-cleanup): Doc fix.
8681 2005-10-23  Romain Francoise  <romain@orebokech.com>
8683         * emulation/viper.el (viper-set-hooks): Quote forms passed to
8684         `eval-after-load' to avoid evaluating their result.
8686 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
8688         * files.el (directory-listing-before-filename-regexp):
8689         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
8691         * dired.el (dired-move-to-filename-regexp): Remove.
8692         All occurences replaced by `directory-listing-before-filename-regexp'.
8694         * dired-x.el, locate.el, vc.el:
8695         Replace `dired-move-to-filename-regexp' by
8696         `directory-listing-before-filename-regexp'.  In vc.el it is
8697         overwritten locally; maybe this can be handled in files.el too.
8699         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
8700         replaced by `directory-listing-before-filename-regexp'.
8702 2005-10-23  Andreas Schwab  <schwab@suse.de>
8704         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8705         and eval-next-after-load.
8707 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8709         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8710         exist, create it.
8712 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
8714         * allout.el: Remove autoloads for mailcrypt and crypt++.
8715         Require pgg, pgg-gpg during compilation.
8716         (allout-version): Increment version number to 2.1, and use a literal
8717         rather than RCS Id.
8718         (allout-default-encryption-scheme): Remove.
8719         (allout-passphrase-verifier-handling)
8720         (allout-passphrase-verifier-string)
8721         (allout-file-passphrase-verifier-string)
8722         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8723         (allout-passphrase-hint-handling): Rename and simplify.
8724         (allout-init): Use `find-file-hook' if available, otherwise
8725         `find-file-hooks'.
8726         (allout-mode): Use `write-file-functions' if available, otherwise
8727         `local-write-file-hooks' and, instead of making auto-save-hook
8728         buffer local, make the write-file-hook activity contingent to
8729         allout-mode.
8730         (allout-mode): Use key-binding substitution in the docstring.
8731         (allout-kill-line): Spell-out kill ring data structure mutation
8732         instead of using byte-compiler-complaint-provoking `pop'.
8733         (allout-insert-listified): Use `insert' rather than `insert-string'
8734         (allout-toggle-current-subtree-encryption): Update docstring, adjust
8735         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8736         (allout-encrypt-string): Totally revamped vis new underlying
8737         encryption facilities.
8738         (allout-mc-activate-passwd): Remove.
8739         (allout-obtain-passphrase): New, more or less replaces
8740         allout-mc-activate-passwd.
8741         (allout-encrypted-key-info): More or less replaces
8742         allout-encrypted-text-type.
8743         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8744         (my-mark-marker): Use `(featurep 'xemacs)'.
8746 2005-10-23  Lars Hansen  <larsh@soem.dk>
8748         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8749         (byte-compile-file-form-defmumble, byte-compile-defun)
8750         (byte-compile-defmacro): Use it.
8751         (byte-compile-form): Don't call byte-compile-set-symbol-position
8752         when a byte-compile handler is called.
8754 2005-10-22  Romain Francoise  <romain@orebokech.com>
8756         * savehist.el (savehist-history-variables): Add `grep-find-history'.
8758         * subr.el (eval-after-load): Convert library name to an absolute
8759         file name using locate-library, since load-history no longer has
8760         library names in it.
8762 2005-10-22  Richard M. Stallman  <rms@gnu.org>
8764         * files.el (make-temp-file): Move from subr.el.
8765         * subr.el (make-temp-file): Move to files.el.
8767         * window.el (get-buffer-window-list): Move from subr.el.
8768         * subr.el (get-buffer-window-list): Move to window.el.
8770         * image.el (image-load-path): Use eval-at-startup to initialize.
8772         * subr.el (eval-at-startup): New macro.
8774         * subr.el: Much rearrangement of functions and division
8775         into pages.  No code changes.
8777 2005-10-22  Kenichi Handa  <handa@m17n.org>
8779         * tar-mode.el (tar-extract): Be sure to call
8780         find-operation-coding-system if set-auto-coding doesn't find a
8781         coding system.
8783 2005-10-22  Kim F. Storm  <storm@cua.dk>
8785         * image.el (image-type-header-regexps): Rename from image-type-regexps.
8786         Change users.
8787         (image-type-file-name-regexps): New defconst.
8788         (image-type-from-data): Simplify loop.
8789         (image-type-from-buffer): New defun.
8790         (image-type-from-file-header): Use it instead of image-type-from-data.
8791         Use image-search-load-path instead of only looking in data-directory.
8792         (image-type-from-file-name): New defun.
8793         (image-search-load-path): Change `pathname' to `filename'.
8794         Make PATH arg optional, default to image-load-path.
8796 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8798         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8800         * textmodes/paragraphs.el (sentence-end-base): New variable.
8801         (sentence-end): Use sentence-end-base.
8803 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8805         * font-lock.el (font-lock-default-fontify-region): Check the multiline
8806         property independently from the font-lock-multiline variable.
8808 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8810         * emacs-lisp/find-func.el (find-library-name): Doc fix.
8812         * startup.el (command-line): Convert library names
8813         in `load-history' to absolute file names.
8815         * subr.el (symbol-file): Doc fix.
8817         * loadhist.el (file-loadhist-lookup): Call locate-library
8818         instead of find-library-name.  Don't try converting
8819         abs file names to library names, since load-history no longer
8820         has library names in it.
8821         (file-dependents, file-provides, file-requires): Doc fixes.
8823 2005-10-21  Juri Linkov  <juri@jurta.org>
8825         * progmodes/etags.el (tags-table-mode): New function.
8826         (tags-verify-table): Replace initialize-new-tags-table with
8827         tags-table-mode.
8829         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8830         default value.
8831         (desktop-modes-not-to-save): Add tags-table-mode to the
8832         default value.
8834         * info.el (Info-index-next): Add total number of index
8835         alternatives to the message.
8837         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8838         backward only space (instead of space and period) before looking
8839         at sentence end.
8841         * simple.el (set-variable): Use user-variable-p instead of symbolp.
8842         Add the old variable value as 4th default-value arg of read-string.
8844 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8846         * cus-face.el (custom-declare-face): Make face from X resources
8847         also on Mac.
8849         * disp-table.el (standard-display-g1, standard-display-graphic):
8850         Refuse to use string glyphs also on Mac.
8851         (standard-display-european): Don't set terminal coding system also
8852         on Mac.
8854         * frame.el (display-screens): Use x-display-screens also on Mac.
8856 2005-10-21  Romain Francoise  <romain@orebokech.com>
8858         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
8860 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8863         and $? into sexps.
8865         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8866         warning face on open-paren-in-column-0.
8868         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8869         boundary case.  Fix typo.
8870         Suggested by Martin Rudalics <rudalics@gmx.at>.
8872 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8874         * textmodes/org.el (org-combined-agenda-icalendar-file)
8875         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8876         (org-export-icalendar-this-file)
8877         (org-export-icalendar-all-agenda-files)
8878         (org-export-icalendar-combine-agenda-files): New commands.
8879         (org-export-icalendar, org-print-icalendar-entries)
8880         (org-start-icalendar-file, org-finish-icalendar-file)
8881         (org-ical-ts-to-string): New functions.
8882         (org-read-date, org-goto-calendar)
8883         (org-agenda-goto-calendar): Inhibit displaying diary entries by
8884         call to `calendar'.
8885         (orgtbl-setup): Remove the :keys arguments from the menu description.
8886         (org-after-save-iCalendar-file-hook): New variable.
8888 2005-10-21  Kenichi Handa  <handa@m17n.org>
8890         * language/vietnamese.el (tcvn-5712): Make it an alias of
8891         vietnamese-tcvn coding-system.
8893 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
8895         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8896         group id is given.
8898 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8900         * progmodes/sh-script.el (sh-escaped-line-re): New var.
8901         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8902         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8903         whose line is either continued or ends with a comment.
8905 2005-10-20  Romain Francoise  <romain@orebokech.com>
8907         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8909         * replace.el (occur-engine): Add follow-link property.
8911         * font-core.el (font-lock-mode): Doc fix.
8913 2005-10-20  Richard M. Stallman  <rms@gnu.org>
8915         * net/rcirc.el: New file.
8917 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
8919         * term.el (term-term-name): Initialize to "eterm-color".
8921 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
8923         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8924         for encryption functionality.
8925         Move allout customization subgroup from `editing' to `outlines' group.
8926         Fix commentary keywords to legitimate ones.
8927         Update author info (using my current email address, obscurified).
8928         (allout-encrypt-string, allout-encryption-produce-work-buffer)
8929         (allout-encrypted-topic-p, allout-encrypted-text-type)
8930         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8931         (allout-situate-encryption-key-verifier)
8932         (allout-get-encryption-key-verifier, allout-verify-key)
8933         (allout-next-topic-pending-encryption)
8934         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8935         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8936         (outline-key-verifier-handling, outline-key-hint-handling)
8937         (outline-encrypt-unencrypted-on-saves): New defcustoms.
8938         (allout-file-key-verifier-string, allout-encryption-scheme)
8939         (allout-key-verifier-string, allout-key-hint-string)
8940         (allout-after-save-decrypt): New variables.
8941         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8942         (allout-after-saves-handler): New hook functions.
8943         (allout-post-command-business): Do allout-after-save-decrypt.
8944         (allout-enable-file-variable-adjustment): Custom var to enable
8945         mechanism for adding and adjusting settings of Emacs file variables.
8946         (allout-adjust-file-variable, allout-file-vars-section-data):
8947         New functions, implement the mechanism.
8948         (outlineify-sticky): Use the file vars mechanism.
8949         (allout-inhibit-protection, allout-during-write-cue)
8950         (allout-override-protect, allout-before-change-protect): Remove.
8951         (allout-flag-region, allout-open-topic): Adjust read-only text.
8952         (allout-open-line-not-read-only): Add to facilitate read-only
8953         text based protection.
8954         (allout-kill-line): Revise to adjust read-only text, clue the
8955         user about the inhibition.
8956         (allout-unprotected): Use unwind-protect.
8957         (allout-shift-in, allout-shift-out): Disallow manually shifting a
8958         topic deeper than the offspring depth of the previous topic -
8959         avoiding confusing "containment discontinuities".
8960         (allout-reindent-bodies): Fix retention of body relative hanging
8961         indent during promotion of collapsed bodies.
8962         (allout-open-topic): Make it easy to open new topic with same
8963         bullet as current topic - topic creation functions provided with
8964         any universal argument provokes now prompt for bullet, defaulting
8965         to the bullet of the previous topic.
8966         (allout-plain-bullets-string, allout-distinctive-bullets-string):
8967         Plain bullet alternates `.' period and `,' comma only.  All other
8968         bullets are relegated to special status (but customizable).
8969         (allout-end-of-entry): Rename from allout-end-of-current-entry
8970         since it actually operates w.r.t. most immediately containing
8971         entry, visible or not.
8972         (allout-hide-current-entry, allout-show-current-entry): Use the
8973         revised version.
8974         (allout-old-expose-topic): Solidify deprecation.
8975         (allout-end-of-subtree): Add so we can span concealed as well
8976         as visible topics.
8977         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8978         (allout-end-of-current-heading): Tweak to just respect the first line.
8979         (allout-get-body-text): Add.
8980         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8981         when invoked interactively.
8982         (allout-up-current-level): Use `interactive-p'.
8983         (allout-mode, allout-init): Miscellaneous docstring and
8984         operational refinements, as well as hookups of new encryption stuff.
8985         (allout-beginning-of-current-entry): Now works as advertised.
8986         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8987         (allout-isearch-rectification): Refine condition for isearching.
8988         (allout-isearch-abort, allout-enwrap-isearch)
8989         (allout-flag-region, my-region-active-p): Relocate some macros.
8990         (allout-title): Fallback title is (buffer-name), not
8991         non-existing (current-buffer-name).
8992         (subst-char-in-string): Define if absent (for some XEmacs versions).
8994 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
8996         * mail/sendmail.el (mail-setup-hook, mail-aliases)
8997         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8998         (mail-citation-prefix-regexp, mail-signature-file)
8999         (mail-default-headers, mail-bury-selects-summary)
9000         (mail-send-nonascii): Add autoload cookies.
9002 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9004         * frame.el (blink-cursor-mode): Add `mac' to the list of
9005         window-system's that support blinking cursor.
9007 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9009         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9011 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9013         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9014         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9015         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9017 2005-10-20  Kim F. Storm  <storm@cua.dk>
9019         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9020         (ido-set-current-directory): Don't add / after final @.
9021         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9022         Explicitly handle ange-ftp completion oddities.
9023         (ido-make-file-list): Don't rotate list at tramp root to avoid
9024         triggering tramp file handler for expand-file-name via get-file-buffer.
9026 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9030 2005-10-19  Jay Belanger  <belanger@truman.edu>
9032         * calc/calc-units.el (math-standard-units): Add units, adjust
9033         symbols and update values.
9034         (math-unit-prefixes): Add more prefixes.
9036 2005-10-19  Romain Francoise  <romain@orebokech.com>
9038         * bookmark.el (bookmark-menu-heading): New face.
9039         (bookmark-bmenu-list): Use it.
9040         Don't fiddle with `baud-rate' at top-level.
9042 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9044         * image.el (create-image, find-image): Mention max-image-size in
9045         docstring.
9047 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9049         * savehist.el (savehist-load): Revert to checking XEmacs.
9051         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9052         Various docstring and line-width fixups.
9053         (conf-mode): Use cond.
9054         Set font-lock-defaults.  Don't set comment-use-syntax.
9056 2005-10-18  David Ponce  <david@dponce.com>
9058         * tree-widget.el (tree-widget-button-click): New function.
9059         (tree-widget-button-keymap): Use it.
9061 2005-10-18  Romain Francoise  <romain@orebokech.com>
9063         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9064         (bookmark-bmenu-hide-filenames): Add follow-link property.
9065         Improve help-echo text.
9067         * ffap.el (find-file-at-point): Doc fix.
9069 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9071         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9073 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9075         Install to the CVS repository what I forgot to install in my
9076         2005-10-16 changes.
9078         * progmodes/python.el (python-complete-symbol): Pass the common
9079         prefix substring of completion to `display-completion-list'.
9081         * textmodes/org.el (org-complete): Ditto.
9083 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9085         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9087         * woman.el (WoMan-xref-man-page): New button type derived
9088         from `Man-abstract-xref-man-page'.
9089         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9091         * man.el (Man-abstract-xref-man-page): New button type.
9092         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9093         (Man-highlight-references): Add new optional argument `xref-man-type'.
9095 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9097         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9099 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9101         * cus-edit.el (Custom-move-and-invoke): Delete.
9102         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9104         * wid-edit.el (widget-move-and-invoke): New function, from
9105         Custom-move-and-invoke.
9107 2005-10-17  Bill Wohler  <wohler@newt.com>
9109         Move all remaining images from lisp/toolbar to etc/images, move
9110         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9111         the low resolution images in their own directory (low-color).
9113         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9114         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9115         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9116         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9117         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9118         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9119         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9121         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9122         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9123         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9124         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9125         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9126         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9127         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9128         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9129         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9130         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9131         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9132         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9133         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9134         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9135         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9137         To conform with convention, replace the underscore (_) in the
9138         following image names with dash (-) or (/) as appropriate.
9140         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9141         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9142         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9143         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9144         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9145         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9146         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9147         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9148         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9149         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9150         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9151         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9152         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9153         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9154         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9156         * info.el (info-tool-bar-map): Replace underscores in image names
9157         with dashes.
9159         * makefile.w32-in (WINS): Remove toolbar.
9161         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9163         * tool-bar.el: Move to lisp from toolbar.  Now that
9164         toolbar is empty, it should be deleted when folks run "cvs up -P".
9166 2005-10-18  Jay Belanger  <belanger@truman.edu>
9168         * calc/calc-store.el (calc-store-into): Get the proper variable name
9169         to display in message.
9171 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9173         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9174         expressions display in speedbar for all buffers when debugging.
9175         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9177         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9178         (speedbar-insert-button, speedbar-make-button):
9179         Use add-text-properties.
9180         (speedbar-update-localized-contents)
9181         (speedbar-update-directory-contents)
9182         (speedbar-update-special-contents): Use dolist.
9183         (speedbar-buffer-easymenu-definition): Add a menu separator.
9185 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9187         * makefile.w32-in: Use $(lisp) consistently.
9188         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9189         for shell specific generation of mh-autoloads.
9191 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9193         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9195 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9197         * jit-lock.el (jit-lock-fontify-now):
9198         Move jit-lock-context-unfontify-pos to avoid wasted work.
9200 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9202         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9203         `tramp-completion-mode' for checking if we are in completion mode.
9204         (tramp-completion-handle-file-name-all-completions): Reorder code
9205         in order to complete for file names only in case there are no
9206         method/user/host completions.  This is necessary for cooperation
9207         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9209 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9211         * longlines.el (longlines-search-forward)
9212         (longlines-search-backward): Match any number of spaces.
9214 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9216         * diff-mode.el (diff-mode): Doc fix.
9218 2005-10-16  David Reitter  <david.reitter@gmail.com>
9220         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9221         as default on darwin and windows systems.
9223 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9225         * arc-mode.el (archive-zip-extract): Doc fix.
9227 2005-10-16  Romain Francoise  <romain@orebokech.com>
9229         * mouse.el (mouse-1-click-follows-link): Doc fix.
9231 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9233         * savehist.el: Don't require CL at runtime.
9234         (savehist-xemacs): Remove.
9235         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9236         (savehist-no-conversion): Use (featurep 'xemacs).
9237         (savehist-load): Check existence of start-itimer rather than XEmacs.
9238         Use an idle timer.
9239         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9240         `delete-if-not'.
9242 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9244         * savehist.el: Newer version.
9245         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9246         (savehist-last-checksum, savehist-no-conversion): New vars.
9247         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9248         New functions.
9249         (savehist-load, savehist-save): Use them.
9250         (savehist-delimit): Remove.
9252 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9254         * progmodes/compile.el (compilation-goto-locus): Display the
9255         compilation buffer first and the source buffer second, in case they're
9256         in overlapping frames.  Don't raise the compilation frame if it was the
9257         selected window upon entry.  Pass the `other-window' arg to
9258         pop-to-buffer.
9260         * info.el (Info-fontify-node): Use dolist.
9261         Change add-text-properties to put-text-property.
9263 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9265         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9266         bound of search.
9268 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9270         * dabbrev.el (dabbrev-completion): Pass the common
9271         prefix substring of completion to `display-completion-list'.
9273         * filecache.el (file-cache-minibuffer-complete)
9274         (file-cache-complete): Ditto.
9276         * tempo.el (tempo-display-completions): Ditto.
9278         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9280         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9282         * eshell/em-hist.el (eshell-list-history): Ditto.
9284         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9286         * mail/mailalias.el (mail-complete): Ditto.
9288         * progmodes/etags.el (complete-tag): Ditto.
9290         * progmodes/make-mode.el (makefile-complete): Ditto.
9292         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9294         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9296         * progmodes/pascal.el (pascal-complete-word)
9297         (pascal-show-completions): Ditto.
9299         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9301         * simple.el (completion-common-substring): New variable.
9302         (completion-setup-function): Use `completion-common-substring'
9303         to put faces.
9305 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9307         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9308         (x-get-selection, mac-select-convert-to-string): Convert from/to
9309         UTF-16 clipboard data as in native byte order, no BOM.
9311 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9313         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9314         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9315         (gud-sentinel): Use speedbar-frame to check for speedbar.
9317 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9319         * savehist.el: New file.
9321 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9323         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9324         Fix bug in \bf fontification.
9326 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * pcvs.el (cvs-edit-log-files): New var.
9329         (cvs-mode-edit-log): New arg `file'.
9330         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9331         Instead force the use of the original file and nothing else.
9332         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9333         the cvs-minor-wrap-function is set.
9334         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9336 2005-10-14  Bill Wohler  <wohler@newt.com>
9338         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9339         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9340         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9341         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9342         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9343         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9344         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9345         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9346         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9347         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9348         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9349         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9350         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9351         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9352         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9354         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9355         appropriately (for example, gud-break to gud/break).
9357 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9359         * longlines.el (longlinges-search-function)
9360         (longlines-search-forward, longlines-search-backward): New functions.
9361         (longlines-mode): Set isearch-search-fun-function to
9362         longlinges-search-function.
9364         * mouse.el (mouse-drag-region-1): Handle the case where a
9365         double-click event is bound to an arbitrary function.
9367 2005-10-14  David Ponce  <david@dponce.com>
9369         * recentf.el (recentf-track-opened-file)
9370         (recentf-track-closed-file, recentf-update-menu)
9371         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9372         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9373         mouse-1-click-follows-link.
9375 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9377         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9378         Gnome file-manager.png.  Suggested by
9379         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9381         * toolbar/README: Add diropen.xpm.
9383 2005-10-13  Bill Wohler  <wohler@newt.com>
9385         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9386         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9388 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9390         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9391         Don't waste the byte-compiler's time on constant data.
9393 2005-10-13  Kenichi Handa  <handa@m17n.org>
9395         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9396         byte with `escape-glyph' face.
9398         * international/fontset.el (ccl-encode-unicode-font):
9399         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9400         Handle the case that ucs-mule-to-mule-unicode translates a character to
9401         ASCII (usually for IPA characters).
9403 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9406         Don't hide the underline of titles if font-lock-mode is disabled.
9408 2005-10-12  Bill Wohler  <wohler@newt.com>
9410         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9411         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9412         files in MH-E-SRC have been updated.
9413         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9415 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9417         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9418         (mixal-mode-syntax-table): Add \n as end-comment.
9419         (mixal-operation-codes-alist): Immediately initialize to full value.
9420         (mixal-add-operation-code): Remove.
9421         (mixal-describe-operation-code): Make the arg non-optional.
9422         Use the interactive spec instead.
9423         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9424         (mixal-font-lock-keywords): Don't highlight comments here any more.
9425         (mixal-font-lock-syntactic-keywords): New var.
9426         (mixal-mode): Use it.  Fix comment-start-skip.
9428 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9430         * startup.el (command-line-x-option-alist): -nb => -nbi
9432 2005-10-12  Kim F. Storm  <storm@cua.dk>
9434         * startup.el (fancy-splash-default-action): Discard mouse click in
9435         the splash screen window, as it has no sensible meaning in the
9436         next window to be selected.  Fixes error reported by Jan D.
9438 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9440         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9442 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9445         Try to fix up minor layout issues like indentation, line break, etc...
9446         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9447         because it doesn't work.
9448         (mixal-operation-codes): Add some more codes.
9449         (mixal-font-lock-keywords): Process comments here.
9450         (mixal-mode): mixasm no longer needs -g option.
9452 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9454         * progmodes/sh-script.el (sh-tmp-file):
9455         Use mktemp -t.  Finish support for es and rc shells.
9457 2005-10-11  Jay Belanger  <belanger@truman.edu>
9459         * calc/calcalg2.el (calc-integral): With an argument, compute the
9460         definite integral.
9462 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9464         * mouse.el (mouse-drag-region-1): Don't try to catch a
9465         double-click when doing follow-link (it's overridden anyway).
9467 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9469         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9470         (autoload-print-form-outbuf): Add docstring.
9472 2005-10-11  Juri Linkov  <juri@jurta.org>
9474         * info.el (Info-mode-menu): Delete menu item "Edit".
9475         (Info-mode): Delete description of Info-edit from docstring,
9476         and rearrange descriptions of Info commands in the order
9477         they are documented in the Info manual.
9479 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9481         * calendar/appt.el (appt-check): Use diary-selective-display var.
9483 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9485         * net/newsticker.el (newsticker-start, newsticker-show-news):
9486         Add autoload cookies.
9488 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9490         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9492 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9494         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9496 2005-10-10  Jay Belanger  <belanger@truman.edu>
9498         * calc/calc-arith.el (math-check-known-scalarp)
9499         (math-check-known-matrixp): Check the values of arguments that are
9500         variables.
9501         (math-check-known-square-matrixp): New function.
9502         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9503         (math-super-types): Add sqmatrix type.
9505         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9506         mode name `square' to `sqmatrix'.
9508         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9509         mode name `square' to `sqmatrix'.
9511 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * progmodes/etags.el (select-tags-table-mode): Don't use
9514         selective-display.
9515         (tags-select-tags-table): Pass `button' to the action function.
9516         (select-tags-table): Place the side-info on button properties rather
9517         than in hidden text.  Abbreviate file names.
9518         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9519         (select-tags-table-select): Add `button' argument.
9520         Get side-info from the button property rather than from hidden text.
9522 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9524         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9525         (gud-speedbar-buttons): Preserve point if possible.
9526         (gud-sentinel): Restore previous speedbar display type.
9528         * progmodes/gdb-ui.el (gdba): Improve diagram.
9529         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9530         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9531         Call get-buffer-window once.
9533 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9536         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9537         (pascal-indent-command): Remove unused var `ind'.
9538         (pascal-indent-case): Remove unused var `oldpos'.
9539         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9540         since it's now used as a proper minor mode map.
9541         (pascal-outline): Rename to pascal-outline-mode.
9542         (pascal-outline-mode): Use define-minor-mode.
9543         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9544         selective-display.
9546 2005-10-10  Andreas Schwab  <schwab@suse.de>
9548         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9549         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9551         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9552         outside source directory.
9554 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9556         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9557         C-x' as a prefix.
9558         (orgtbl-mode-map): Full keymap instead of sparse, because all
9559         `self-insert-command' keys are redefined in this map.
9560         (org-export-as-html): Specify charset for HTML file, by taking it
9561         from the coding system.
9563 2005-10-10  Kenichi Handa  <handa@m17n.org>
9565         * textmodes/flyspell.el (flyspell-check-word-p):
9566         If unread-command-events is non-empty, don't call sit-for.
9568 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9570         * font-lock.el (font-lock-syntactic-keywords)
9571         (font-lock-keywords): Doc fixes.
9573         * textmodes/flyspell.el (flyspell-external-point-words):
9574         Simplify logic, and don't try to check for consecutive appearances
9575         of one incorrect word.
9577 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9579         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9580         separator.
9582         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9583         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9584         (gud-expansion-speedbar-buttons): New function.
9585         (gud-speedbar-buttons): Check for gud-comint-buffer.
9587 2005-10-09  Bill Wohler  <wohler@newt.com>
9589         * Makefile.in (updates): Add mh-loaddefs dependency.
9591 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9593         * speedbar.el (speedbar-file-key-map): Fix typo.
9595 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9597         * cus-start.el (line-spacing): Add custom spec.
9599 2005-10-09  Romain Francoise  <romain@orebokech.com>
9601         * textmodes/ispell.el (ispell-check-version): Fix last change.
9603 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9605         * term/x-win.el: Remove -i, --icon-type from comment.
9607         * startup.el (command-line-x-option-alist): Remove options -i,
9608         -itype, --icon-type, added -nb, --no-bitmap-icon
9610 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
9612         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9613         instead of :active.
9615 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9617         * textmodes/ispell.el (ispell-check-version):
9618         Ignore hyphen, and all that follows, in aspell's version text.
9620 2005-10-08  Jay Belanger  <belanger@truman.edu>
9622         * calc/calc-arith.el (math-known-square-matrixp): New function.
9623         (math-pow-fancy): Check for matrices before distributing exponent
9624         across products.
9626         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9627         fullscreen keypad.  Suggested by Luc Teirlinck.
9628         (calc-keypad-show-input): Add space for formatting.
9630         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9631         Add square matrix option.
9633         * calc/calc-poly.el (math-expand-term): Check for matrices instead
9634         of checking calc-matrix-mode when deciding how to expand.
9636         * calc/calc.el (calc-set-mode-line): Add square matrix option.
9638 2005-10-08  Lars Hansen  <larsh@soem.dk>
9640         * net/tramp.el (tramp-perl-directory-files-and-attributes):
9641         Add error handling.
9642         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9644 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9646         Sync with Tramp 2.0.51.
9648         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9649         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9650         Insert special handling for `last-coding-system-used', again
9651         it still seems to be necessary (unlike stated before).
9652         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9653         (tramp-password-prompt-regexp): There might be other words before
9654         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9655         (tramp-chunksize): Improve docstring.
9656         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9657         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
9658         Christian Joergensen <bugs@razor.dk>.
9660 2005-10-07  Glenn Morris  <rgm@gnu.org>
9662         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9663         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9664         precision'.
9666 2005-10-07  Romain Francoise  <romain@orebokech.com>
9668         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9669         (ibuffer-do-shell-command-pipe-replace)
9670         (ibuffer-do-shell-command-file, ibuffer-do-eval)
9671         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9672         (ibuffer-do-revert, ibuffer-do-replace-regexp)
9673         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9674         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9675         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9676         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9677         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9678         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9679         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9680         Autoload file sans suffix.
9682         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9684 2005-10-07  David Ponce  <david@dponce.com>
9686         * recentf.el (recentf-menu-open-all-flag): New option.
9687         (recentf-digit-shortcut-command-name): New function.
9688         (recentf--shortcuts-keymap): New variable.
9689         (recentf-menu-shortcuts): New variable.
9690         (recentf-make-menu-items): Initialize it.  Replace the "More..."
9691         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9692         (recentf-menu-value-shortcut): New function.
9693         (recentf-make-menu-item): Use it.  No more in-lined.
9694         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9695         (recentf-open-most-recent-file): Rename from
9696         `recentf-open-file-with-key'.  Don't depend on key binding.
9697         (recentf-mode-map): New variable.
9698         (recentf-mode): Use it.
9700 2005-10-06  Bill Wohler  <wohler@newt.com>
9702         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
9704         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9705         (MH-E-SRC): New.  Used by mh-autoloads.
9706         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9707         files in MH-E-SRC have been updated.
9708         (compile, recompile, bootstrap): Depend on mh-autoloads.
9710 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
9712         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9713         gud-break and gud-remove icons when the fringe is not available.
9715         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9716         Typo.
9718 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
9720         * play/zone.el (zone): Wrap body with save-window-excursion.
9722 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9724         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9725         Use the new `list-only' arg to diary-list-entries.
9727         * calendar/diary-lib.el: Use overlays rather than selective-display.
9728         (diary-selective-display): New var.
9729         (diary-header-line-format): Use it.
9730         (diary-list-entries): Add argument `list-only'.
9731         Put the buffer in diary-mode.  Don't add \^M at beg and end.
9732         Replace \^M by invisible overlays.
9733         (diary-unhide-everything): Replace \^M by invisible overlays.
9734         (print-diary-entries): Look for overlays rather than \^M.
9735         Add a space to the temp buffer name.
9736         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9737         Put the buffer in diary-mode.
9738         (list-sexp-diary-entries): Replace \^M by invisible overlays.
9739         (diary-anniversary): Make the year arg optional.
9740         (diary-time-regexp): New const.
9741         (diary-font-lock-keywords): Use it to accept a few more time formats.
9743         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9745 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
9747         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9748         Fix bug introduced 2005-07-03: Use (car (last ...))
9749         to faithfully reproduce replaced artist-last.
9750         (artist-set-arrow-points-for-poly): Likewise.
9751         Suggested by Johan Bockg\e,Ae\e(Brd.
9753 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
9755         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9756         * wid-edit.el (widget):
9757         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9758         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9760 2005-10-06  Kenichi Handa  <handa@m17n.org>
9762         * international/mule-cmds.el (set-language-environment):
9763         Fix setting up of case-table for unibyte mode.
9765         * simple.el (what-cursor-position): If the character is displayed
9766         by some `display' text property, show that.  Don't use
9767         single-key-description for eight-bit characters in multibyte mode.
9769 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
9771         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9772         (gdb-ann3): Set it.
9773         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9774         (gdb-info-frames-custom): Use inverse-video for first five
9775         characters of selected frame only.
9776         (gdb-get-frame-number): Select frame even when point is on frame
9777         number.
9779 2005-10-06  Masatake YAMATO  <jet@gyve.org>
9781         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9782         Put `font-lock-function-name-face'.
9783         (gdb-info-frames-custom): Put `font-lock-function-name-face'
9784         and `font-lock-variable-name-face'
9785         (gdb-registers-font-lock-keywords): New font lock keywords definition.
9786         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9787         (gdb-memory-font-lock-keywords): New font lock keywords definition.
9788         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9789         (gdb-local-font-lock-keywords): New font lock keywords definition.
9790         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9791         (gdb-threads-font-lock-keywords): New font lock keywords definition.
9792         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9794 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
9796         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9797         (ediff-merge-region-is-non-clash-to-skip): Previously called
9798         ediff-merge-region-is-non-clash.
9800         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9801         Use insert-buffer-substring.
9803         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9804         selecting files to patch.  Also bug fixes.
9806         * ediff-util.el (ediff-setup): Bug fix.
9807         (ediff-next-difference): Never skip clashes that differ in white
9808         space only.
9810         * ediff-wind.el (ediff-setup-control-frame)
9811         (ediff-destroy-control-frame): Check the menubar feature.
9813         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9814         (viper-refresh-mode-line): Use make-local-variable to localize
9815         some vars instead of make-variable-buffer-local.  Suggested by
9816         Stefan Monnier.
9818         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9819         (viper-restore-cursor-type, viper-set-insert-cursor-type):
9820         Use make-local-variable instead of make-variable-buffer-local.
9821         Suggested by Stefan Monnier.
9823         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9824         (viper-comint-mode-hook): Use make-local-variable on
9825         require-final-newline.
9826         (viper-non-hook-settings): Don't use make-variable-buffer-local.
9828 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9831         also the second char of a comment-start sequence.
9832         (scheme-sexp-comment-syntax-table): New var.
9833         (lambda, define): Set their scheme-doc-string-elt property.
9834         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9835         Use lisp-font-lock-syntactic-face-function now that it properly
9836         handles |...| symbols.
9837         (scheme-mode-variables): Set lisp-doc-string-elt-property,
9838         parse-sexp-lookup-properties and font-lock-extra-managed-props.
9840         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9841         bit from # to |.
9842         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9844         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9845         (lisp-doc-string-elt-property): New var.
9846         (lisp-font-lock-syntactic-face-function): Use it.
9847         Rewrite to recognize docstrings even for forms not at toplevel.
9849         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9850         annotation on the | part of #| rather than on the # part.
9851         (scheme-font-lock-syntactic-face-function): New function, to
9852         distinguish strings from |...| symbols.
9853         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
9854         syntax-table so that #|...|# is properly highlighted.
9856         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9857         Don't mark as docstring the 3rd elem of an unknown toplevel form.
9859 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9862         and C-e.
9864         * emacs-lisp/eldoc.el: Move comments into docstrings.
9865         (eldoc-message-commands): Initialize in its declaration.
9866         Add move-beginning-of-line and move-end-of-line.
9867         (eldoc-add-command, eldoc-add-command-completions)
9868         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9870         * outline.el (outline-mark-subtree): Activate the mark.
9872         * calendar/appt.el (appt-time-regexp): New var.
9873         (appt-add, appt-make-list): Use it.
9874         (appt-convert-time): Clean up.
9876         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9877         Don't set any syntax-table property here.
9878         (tex-font-lock-verb): New function.  Do it here.
9879         (tex-font-lock-syntactic-keywords): Use it.
9881 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9883         * wid-edit.el (widget-file-complete): Get the widget start point
9884         the right way.  Default directory to `/' if file has none.
9886         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9888         * textmodes/flyspell.el (flyspell-mode-on):
9889         Call ispell-maybe-find-aspell-dictionaries.
9891         * textmodes/ispell.el (ispell-word, ispell-region):
9892         Call ispell-maybe-find-aspell-dictionaries.
9893         (ispell-accept-buffer-local-defs):
9894         Don't call ispell-maybe-find-aspell-dictionaries
9896 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9898         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9900 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
9902         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9903         instead of `fboundp' in order to allow for anonymous functions.
9905 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
9907         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9908         case the user clicks on the link while another window is selected.
9909         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9911         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9912         functionality.
9913         (dframe-help-echo): Save point in case mouse tracking is off.
9915 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
9917         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9919 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9921         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9922         not change the global value of those vars.
9924         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9925         make-local-variable which we do not need any more.
9927 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
9929         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9930         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9931         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9932         (speedbar-path-line): Define obsolete aliases.
9933         (speedbar-line-directory): Doc fix.
9935         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9936         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9937         instead of speedbar-line-path.
9939 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9941         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9942         to nil if dropping on a window.  Handle dropping on a minibuffer window
9943         like dropping on a non-window part of Emacs.
9945 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9947         * net/ange-ftp.el: Use with-current-buffer.
9948         (ange-ftp-insert-directory): Do not follow symlinks any more.
9950         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9951         Remove interactive spec.
9953 2005-10-03  Kim F. Storm  <storm@cua.dk>
9955         * ido.el (ido-mode): Use custom-initialize-set.
9957 2005-10-02  Richard M. Stallman  <rms@gnu.org>
9959         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9960         Use insert-buffer-substring.
9962         * net/tramp.el: Pacify byte compiler warnings in pacification code.
9963         (tramp-handle-file-local-copy): Use insert-buffer-substring.
9965 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9967         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9968         in last change.
9969         (ange-ftp-insert-directory): Fix up the search for the case where
9970         `file' is absolute.
9972 2005-10-02  Romain Francoise  <romain@orebokech.com>
9974         * progmodes/compile.el (compile-goto-error): Delete extra paren.
9976 2005-10-02  Andreas Schwab  <schwab@suse.de>
9978         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9979         directory component in the session info.
9981 2005-10-01  Richard M. Stallman  <rms@gnu.org>
9983         * comint.el (comint-redirect-subvert-readonly): Doc fix.
9985         * simple.el (next-error-internal): New function.
9987         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9988         (compilation-start): Pass new arg to compilation-buffer-name.
9989         (compile-goto-error): Use next-error-internal.
9991 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9993         * speedbar.el: Remove RCS tag.
9994         (speedbar-check-read-only): Handle non-existent files.
9996         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9998         * info.el (Info-speedbar-hierarchy-buttons)
9999         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10001 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10003         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10004         Do not match newline.
10005         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10006         (bibtex-summary): Remove unnecessary save-excursion.
10007         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10009 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10011         * term/mac-win.el: Add charset info for "iso10646-1".
10012         Modify default fontset to use ATSUI-compatible fonts for some charsets
10013         if available.
10015 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10017         * speedbar.el: Re-apply arch tag.
10018         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10019         M. Ludlam.
10020         Reapply two changes from Emacs CVS' version of speedbar lost
10021         during the merge:
10022         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10023         (speedbar-frame-parameters): Improve customize type.
10025 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10028         (ange-ftp-file-directory-p): Fix the symlink case.
10029         (ange-ftp-insert-directory): When listing a single file, get a list of
10030         the parent buffer and extract the relevant line.  Inspired from a patch
10031         by Katsumi Yamaoka <yamaoka@jpl.org>.
10032         (ange-ftp-file-name-sans-versions): Simplify.
10034 2005-09-30  Bill Wohler  <wohler@newt.com>
10036         Move MH-E image files from toolbar and mail directories into
10037         etc/images.
10039         * mail/reply2.*: Move to etc/images/mail/reply*.
10041         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10042         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10043         etc/images.
10045         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10046         * toolbar/reply*: Move to etc/images/mail.
10048         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10050 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10052         * speedbar.el: New version 1.0pre3.
10054         Frame management code (including timer, and mouse click specifics)
10055         moved to dframe.el:
10056         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10057         (speedbar-timer): Removed.  Use dframe-timer.
10058         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10059         (speedbar-activity-change-focus-flag): Removed.  Use
10060         dframe-activity-change-focus-flag.
10061         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10062         dframe-update-speed.
10064         (speedbar-current-frame): New macro.  Use this instead of the
10065         variable speedbar-frame.
10067         (speedbar-use-images, speedbar-expand-image-button-alist)
10068         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10070         (speedbar-find-image-on-load-path): Removed.  Replaced by
10071         defezimage in ezimage.el.
10072         (speedbar-expand-image-button-alist): Removed.  Replaced by
10073         ezimage-expand-image-button-alist in ezimage.el.
10075         (speedbar-ignored-directory-regexp)
10076         (speedbar-add-ignored-directory-regexp)
10077         (speedbar-ignored-directory-expressions)
10078         (speedbar-line-directory, speedbar-buffers-line-directory)
10079         (speedbar-directory-line, speedbar-buffers-line-directory):
10080         Renamed, replacing `path' with `directory'.
10082         (speedbar-create-directory, speedbar-expand-line-descendants)
10083         (speedbar-toggle-line-expansion)
10084         (speedbar-contract-line-descendants): New commands.
10086         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10087         (speedbar-use-tool-tips-flag): New options.
10089         (speedbar-check-read-only, speedbar-require-version)
10090         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10091         (speedbar-handle-delete-frame, speedbar-try-completion)
10092         (speedbar-update-localized-contents): New functions.
10094         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10095         (speedbar-object-read-only-indicator): New variables.
10097         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10098         New hooks.
10100         (speedbar-separator-face): New face.
10102         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10103         (speedbar-ignored-modes): Add fundamental-mode.
10104         (speedbar-directory-unshown-regexp): Add . directories.
10106         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10107         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10108         `]' for full expand/close.
10109         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10111         (speedbar-check-vc): Support hidden files.
10112         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10113         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10114         state is nil, it is not checked out.
10116         (speedbar-line-text, speedbar-line-token): Support expand buttons
10117         with no text.
10118         (speedbar-refresh): Universal argument acts as power-click.
10119         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10120         that buffer to get variable values.
10122         And many other bugfixes.
10124         * dframe.el, ezimage.el, sb-image.el: New files.
10126         * sb-*.xpm: Remove files.  New image files installed into
10127         etc/images/ezimage.
10129 2005-09-30  Kenichi Handa  <handa@m17n.org>
10131         * ps-mule.el (ps-mule-show-warning): If a character is in
10132         ps-print-translation-table, don't treat it as non-printable.
10134 2005-09-30  David Ponce  <david@dponce.com>
10136         * tree-widget.el (tree-widget-themes-load-path): New variable.
10137         (tree-widget-themes-directory): Doc fix.
10138         (tree-widget-image-formats) [Emacs]: Doc fix.
10139         (tree-widget--locate-sub-directory): New function.
10140         (tree-widget-themes-directory): Use it.
10142         * recentf.el (recentf-filename-handlers): Rename from
10143         `recentf-filename-handler'.  Allow a list of functions.
10144         (recentf-menu-items-for-commands): Fix :help strings.
10145         (recentf-apply-filename-handlers): New function.
10146         (recentf-expand-file-name): Use it.
10147         (recentf-cleanup): Remove duplicates too.
10149 2005-09-29  Juri Linkov  <juri@jurta.org>
10151         * faces.el: Rearrange face definitions to be in the same order as
10152         their face descriptions in "(emacs)Standard Faces".
10154         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10156         * tooltip.el (tooltip): Add group `basic-faces'.
10158         * buff-menu.el (Buffer-menu-buffer): Remove group
10159         `font-lock-highlighting-faces'.
10161         * progmodes/compile.el (compilation-error, compilation-warning)
10162         (compilation-info, compilation-line-number, compilation-column-number):
10163         Change group from `font-lock-highlighting-faces' to `compilation'.
10165         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10166         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10167         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10168         (vhdl-font-lock-reserved-words-face)
10169         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10170         `font-lock-highlighting-faces'.
10172         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10174 2005-09-28  Kim F. Storm  <storm@cua.dk>
10176         * emulation/cua-base.el: Set CUA move property on additional commands:
10177         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10178         forward-sexp, backward-sexp, forward-list, backward-list.
10180 2005-09-28  Romain Francoise  <romain@orebokech.com>
10182         * comint.el (comint-show-output): Really set point at the
10183         beginning of the output when not using `comint-use-prompt-regexp'.
10185 2005-09-27  Jay Belanger  <belanger@truman.edu>
10187         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10188         in TeX mode.
10190 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10192         * textmodes/org.el (org-table-sum): Fix format string.
10194         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10195         Quote face names.
10197 2005-09-26  Romain Francoise  <romain@orebokech.com>
10199         * isearch.el (isearch-forward-regexp): Close doc string.
10201 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10203         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10205         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10207         * progmodes/compile.el (compilation-error-properties):
10208         When getting the file from the previous error message,
10209         correctly decode the new data format.
10211         * progmodes/cc-cmds.el (c-electric-paren):
10212         Call old-blink-paren only for close-paren.
10214 2005-09-24  Andreas Schwab  <schwab@suse.de>
10216         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10217         condition.
10219 2005-09-25  Romain Francoise  <romain@orebokech.com>
10221         * dired-aux.el (dired-copy-file-recursive):
10222         * dired.el (dired-delete-file):
10223         * ediff-mult.el (ediff-dir-diff-copy-file):
10224         * ediff-util.el (ediff-test-save-region):
10225         * forms.el (forms-mode):
10226         * ido.el (ido-file-internal, ido-delete-file-at-head):
10227         * log-edit.el (log-edit-done):
10228         * ses.el (ses-yank-resize):
10229         * play/gomoku.el (gomoku-human-plays, gomoku)
10230         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10231         (gomoku-offer-a-draw):
10232         * play/landmark.el (lm-human-resigns, lm):
10233         * net/eudcb-ldap.el (eudc-ldap-check-base):
10234         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10235         * progmodes/ebrowse.el (ebrowse-find-pattern):
10236         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10237         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10238         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10240         * vc.el (vc-delete-file):
10241         * play/gomoku.el (gomoku-terminate-game, gomoku)
10242         (gomoku-prompt-for-move, gomoku-human-takes-back):
10243         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10244         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10246 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10248         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10249         color rxvt terminals by using the code xterm.el used to use before
10250         2005-04-09 in order to match the colors used by rxvt.
10252 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10254         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10255         colors rxvt-unicode terminals by using the same code as xterm.el.
10257 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10260         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10261         new symbol used for the tex-verbatim face.
10263 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10265         * woman.el (woman-file-name):
10266         * wid-edit.el (widget-file-prompt-value)
10267         (widget-coding-system-prompt-value):
10268         * w32-fns.el (set-w32-system-coding-system):
10269         * vc.el (vc-version-diff, vc-annotate):
10270         * textmodes/reftex-auc.el (reftex-arg-cite)
10271         (reftex-arg-index-tag):
10272         * textmodes/refer.el (refer-get-bib-files):
10273         * textmodes/artist.el (artist-figlet-choose-font):
10274         * terminal.el (terminal-emulator):
10275         * replace.el (occur-read-primary-args):
10276         * rect.el (string-rectangle, string-insert-rectangle):
10277         * ps-print.el (ps-print-preprint):
10278         * progmodes/pascal.el (pascal-goto-defun):
10279         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10280         * progmodes/compile.el (compilation-find-file):
10281         * printing.el (pr-interactive-n-up):
10282         * play/animate.el (animate-birthday-present):
10283         * net/rcompile.el (remote-compile):
10284         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10285         * mail/rmailsum.el (rmail-summary-search-backward)
10286         (rmail-summary-search):
10287         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10288         (rmail-output-read-file-name):
10289         * mail/rmail.el (rmail-search, rmail-search-backwards):
10290         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10291         * locate.el (locate):
10292         * international/quail.el (quail-show-keyboard-layout):
10293         * international/mule.el (set-buffer-file-coding-system)
10294         (revert-buffer-with-coding-system, set-file-name-coding-system)
10295         (set-terminal-coding-system, set-keyboard-coding-system)
10296         (set-next-selection-coding-system):
10297         * international/mule-diag.el (describe-coding-system)
10298         (describe-font, describe-fontset):
10299         * international/mule-cmds.el (universal-coding-system-argument)
10300         (search-unencodable-char, describe-input-method)
10301         (set-language-environment, describe-language-environment):
10302         * international/codepage.el (codepage-setup):
10303         * international/code-pages.el (codepage-setup):
10304         * info.el (Info-search, Info-follow-reference)
10305         (Info-search-backward):
10306         * emacs-lisp/advice.el (ad-read-advised-function)
10307         (ad-read-advice-class, ad-clear-cache, ad-activate)
10308         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10309         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10310         (ad-read-regexp):
10311         * ediff-util.el (ediff-toggle-regexp-match):
10312         * ediff-ptch.el (ediff-prompt-for-patch-file):
10313         * dired-aux.el (dired-diff):
10314         * diff.el (diff):
10315         * cus-edit.el (custom-variable-prompt):
10316         * calendar/timeclock.el (timeclock-ask-for-project):
10317         * calc/calcalg3.el (calc-get-fit-variables):
10318         * calc/calc-store.el (calc-edit-variable)
10319         (calc-permanent-variable):
10320         * vc-mcvs.el (vc-mcvs-register):
10321         * shadowfile.el (shadow-define-literal-group):
10322         * woman.el (woman-file-name):
10323         * vc.el (vc-version-diff, vc-merge):
10324         * textmodes/reftex-index.el (reftex-index-complete-tag):
10325         * format.el (format-decode-buffer, format-decode-region):
10326         * emulation/viper-cmd.el (viper-read-string-with-history):
10327         * emacs-lisp/debug.el (cancel-debug-on-entry):
10328         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10329         * ediff.el (ediff-merge-revisions)
10330         (ediff-merge-revisions-with-ancestor, ediff-revision):
10331         * completion.el (interactive-completion-string-reader):
10332         * calc/calc-prog.el (calc-user-define-formula):
10333         Follow convention for reading with the minibuffer.
10335 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10337         * progmodes/python.el (python-describe-symbol): Add globals() and
10338         locals() to the arguments of emacs.ehelp.
10340 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10342         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10343         New function, code extracted from ispell-valid-dictionary-list.
10344         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10345         Call it.
10347 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10349         * subr.el (version-regexp-alist): Extend valid syntax for version
10350         strings: allow any of the characters -,_,+ to separate the
10351         alpha/beta/rc part from the version part.  Doc fix.
10352         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10354 2005-09-23  David Reitter  <david.reitter@gmail.com>
10356         * mail/mailclient.el: New file.
10358 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10360         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10361         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10362         Doc fixes.
10364         * progmodes/cc-mode.el (c-font-lock-init):
10365         Specify font-lock-lines-before.
10367 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10370         whole conflict.
10372 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10374         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10375         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10376         of `remap' feature when available.  Additional key bindings for
10377         better tty support.
10378         (org-mode-restart, org-force-self-insert): New commands.
10379         (org-time-stamp-inactive): New command.
10380         (org-remap): New function.
10381         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10382         (org-enable-fixed-width-editor): Move to `org-structure'
10383         customization group.
10384         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10385         blank field after field motion commands.
10387 2005-09-23  Kenichi Handa  <handa@m17n.org>
10389         * international/mule-cmds.el (set-language-environment):
10390         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10391         have to call utf-translate-cjk-load-tables.
10393 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * mouse.el (mouse-move-drag-overlay): Fix last change.
10397 2005-09-22  David Ponce  <david@dponce.com>
10399         * tree-widget.el (tree-widget-value-create): Fix previous change.
10401 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10403         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10405 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10407         * mouse.el (mouse-move-drag-overlay): New function.
10408         (mouse-drag-region-1): Use it.
10409         Try to simplify a bit the state handling.  Handle clicks on links
10410         inside intangible areas.
10411         (mouse-save-then-kill): Minor simplification.
10412         (mouse-secondary-overlay): Make it always non-nil instead of
10413         recreating it each time.
10414         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10415         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10416         Simplify accordingly.
10418 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10420         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10422 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10424         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10425         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10426         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10427         to patch.
10429         * ediff-util.el: Use insert-buffer-substring.
10431         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10433         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10434         field boundaries in the minibuffer.
10435         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10436         (viper-minibuffer-post-command-hook): New hook.
10437         (viper-line): Don't move cursor at bolp.
10439         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10441         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10442         avoid compiler warnings.
10444         * emulation/viper-macs.el (ex-map): Better messages.
10446         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10448         * emulation/viper.el: Replace make-variable-buffer-local with
10449         viper-make-variable-buffer-local everywhere, to avoid warnings.
10451 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10453         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10454         Delete unused var `old-selected-window'.
10455         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10456         (mouse-drag-secondary): Delete unused var `start-frame'.
10458 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10460         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10462 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10464         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10465         Re-indent within 80 columns.  Use inhibit-read-only.
10467 2005-09-19  Romain Francoise  <romain@orebokech.com>
10469         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10471 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10473         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10474         unconditionally, since the after-change-function already did it.
10476 2005-09-19  Miles Bader  <miles@gnu.org>
10478         * net/newsticker.el: Get rid of CVS keyword.
10480 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10482         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10483         The prompt is formatted later.
10485 2005-09-19  David Ponce  <david@dponce.com>
10487         * tree-widget.el (tree-widget-value-create): Save the converted
10488         tree :node widget.
10490 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10492         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10493         variable `message'.
10495 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10497         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10498         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10499         <slawomir.nowaczyk.847@student.lu.se>.
10501 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10503         * image.el (image-load-path): Use symbol `data-directory' instead
10504         of its value, for backward compatibility with packages that bind
10505         it during `find-image'.  Suggested by Katsumi Yamaoka.
10506         (image-search-load-path): Handle symbols whose values are strings.
10508 2005-09-18  Romain Francoise  <romain@orebokech.com>
10510         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10511         with-current-buffer form in save-excursion.
10513 2005-09-18  D Goel  <deego@gnufans.org>
10515         * apropos.el (apropos-command): Fix `message' call: first arg
10516         should be a format spec.  In this and all other cases that appear
10517         below and elsewhere in the source code, I made a change only when
10518         two conditions were satisfied: [1] I can think of a possibility
10519         that the arguments would cause an error, for example, the code in
10520         question relies on external variables such as filenames.  [2] I
10521         was sure that the arg to `message' could not have been nil in the code.
10523         * textmodes/tildify.el (tildify-region): Ditto.
10525         * textmodes/reftex-index.el (reftex-index-change-entry)
10526         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10527         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10528         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10529         (org-priority, org-table-sum):
10530         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10531         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10532         (flyspell-word, flyspell-display-next-corrections):
10533         * textmodes/bibtex.el (bibtex-print-help-message):
10534         * textmodes/artist.el (artist-key-set-point-poly):
10535         * term/mac-win.el (mac-services-insert-text):
10536         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10537         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10538         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10539         (vhdl-compose-configuration):
10540         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10541         (sh-set-indent, sh-learn-line-indent):
10542         * progmodes/ps-mode.el (ps-mode-target-column):
10543         * progmodes/idlwave.el (idlwave-make-tags)
10544         (idlwave-scan-library-catalogs):
10545         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10546         * progmodes/gud.el (gud-jdb-analyze-source):
10547         * progmodes/flymake.el (flymake-log):
10548         * progmodes/ebnf2ps.el (ebnf-generate-region):
10549         * progmodes/cmacexp.el (c-macro-expansion):
10550         * progmodes/ada-xref.el (ada-treat-cmd-string):
10551         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10552         (ada-justified-indent-current, ada-batch-reformat):
10553         * play/zone.el (zone):
10554         * play/landmark.el (lm-move):
10555         * play/decipher.el (decipher-show-alphabet):
10556         * net/newsticker.el (newsticker--display-jump)
10557         (newsticker--display-scroll):
10558         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10559         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10560         * mail/feedmail.el (feedmail-dump-message-to-queue):
10561         * eshell/esh-proc.el (eshell-remove-process-entry):
10562         * emulation/ws-mode.el (ws-last-error):
10563         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10564         (viper-record-kbd-macro):
10565         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10566         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10567         * emacs-lisp/find-func.el (find-function-noselect):
10568         * calendar/timeclock.el (timeclock-status-string)
10569         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10570         (timeclock-when-to-leave-string):
10571         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10572         * calc/calc-units.el (calc-enter-units-table):
10573         * calc/calc-mode.el (calc-mode-record-mode):
10574         * woman.el (woman-mini-help):
10575         * wdired.el (wdired-change-to-wdired-mode):
10576         * vc.el (vc-retrieve-snapshot):
10577         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10578         * startup.el (display-startup-echo-area-message):
10579         * simple.el (set-goal-column):
10580         * ses.el (ses-command-hook, ses-recalculate-cell):
10581         * server.el (server-process-filter):
10582         * printing.el (pr-interface-txt-print, pr-interface-printify)
10583         (pr-interface-ps):
10584         * pcvs.el (cvs-help):
10585         * log-edit.el (log-edit, log-edit-mode-help):
10586         * iswitchb.el (iswitchb-possible-new-buffer):
10587         * isearch.el (isearch-edit-string):
10588         * image-mode.el (image-mode, image-minor-mode):
10589         * ibuf-macs.el (define-ibuffer-filter):
10590         * hi-lock.el (hi-lock-find-patterns):
10591         * files.el (toggle-read-only):
10592         * ediff-util.el (ediff-copy-diff)
10593         (ediff-write-merge-buffer-and-maybe-kill):
10594         * echistory.el (Electric-history-undefined):
10595         * dnd.el (dnd-insert-text):
10596         * dired-aux.el (dired-query):
10597         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10598         * bookmark.el (bookmark-bmenu-locate):
10599         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10600         Fix `message' calls to ensure first arg is a format string.
10601         The change was made only when these two conditions were satisfied:
10602         [1] when there is a possibility that the arguments would cause an error
10603         for example, if the code in question relies on external variables
10604         such as filenames, and
10605         [2] if the arg to `message' could not have been nil in the code.
10607         * pcomplete.el (pcomplete--help): Fix `message' format spec.
10608         Not having a %s would be weird, though not technically wrong.
10610 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10612         * term/mac-win.el (mac-add-charset-info): Doc fix.
10614 2005-09-17  Romain Francoise  <romain@orebokech.com>
10616         * shell.el (shell-resync-dirs): Handle echoing processes more
10617         reliably.  Don't insert resync command if `comint-process-echoes'
10618         is non-nil.
10620 2005-09-17  Magnus Henoch  <mange@freemail.hu>
10622         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10623         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10624         aspell versions >= 0.60.
10625         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10626         only if ispell-aspell-supports-utf8 is non-nil.
10628 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10630         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10631         buffer-local value to lisp-indent-function.
10633 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
10635         * progmodes/glasses.el (glasses-make-readable): If
10636         glasses-separator differs from underscore, put appropriate
10637         overlays over underscore characters.
10638         (glasses-convert-to-unreadable): If glasses-separator differs from
10639         underscore, try to convert glasses-separator characters to
10640         underscores.
10642 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10644         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10645         Use with-syntax-table and dolist.
10647 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
10649         * textmodes/reftex-auc.el:
10650         * textmodes/reftex-cite.el:
10651         * textmodes/reftex-dcr.el:
10652         * textmodes/reftex-global.el:
10653         * textmodes/reftex-parse.el:
10654         * textmodes/reftex-ref.el:
10655         * textmodes/reftex-sel.el:
10656         * textmodes/reftex-toc.el:
10657         * textmodes/reftex-vars.el:
10658         * textmodes/reftex.el: Small changes to remove compiler warnings.
10660         * textmodes/reftex-index.el: Likewise.
10661         (reftex-query-index-phrase): More efficient use of markers.
10663 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10665         * image.el (image-load-path): New variable.
10666         (image-search-load-path): New function.
10667         (find-image): Search for images in `image-load-path'.
10669 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10671         * follow.el: Change Maintainer field.
10673 2005-09-15  David Ponce  <david@dponce.com>
10675         * recentf.el (recentf-save-file-modes): New option.
10676         (recentf-save-list): Use it.
10678 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
10680         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10681         (mode-line-mule-info, mode-line-modified): Move bindings from
10682         mouse-3 to mouse-1.
10684 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10686         * simple.el (sendmail-user-agent-compose): Revert last change.
10688 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10690         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10691         Use with-current-buffer.
10692         (ange-ftp-gwp-start): Remove unused var `gw-user'.
10693         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10694         (ange-ftp-insert-directory): Remove unused var `short'.
10695         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10697         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10698         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10700         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10701         (check-calendar-holidays, diary-list-entries): Autoload.
10702         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10703         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10705         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10706         which mistakenly removed a call to display-buffer.
10708 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
10710         * obsolete/iso-insert.el: Move to obsolete/ from international/.
10712 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
10714         * progmodes/hideshow.el
10715         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10716         (hs-allow-nesting): New user var.
10717         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10718         (hs-hide-block-at-point): When nesting allowed,
10719         if there is already an overlay in place, delete it.
10720         (hs-safety-is-job-n): Delete func; remove call sites.
10721         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10722         (hs-overlay-at): New func.
10723         (hs-already-hidden-p, hs-show-block): Use it.
10724         (hs-hide-all): Don't pre-clean if nesting allowed.
10725         (hs-show-all): Temporarily disallow
10726         nesting around call to `hs-discard-overlays'.
10728 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
10730         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10731         Delete unused local var.
10733 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
10735         * help-fns.el (describe-categories): "?\ " -> "?\s".
10736         (help-do-arg-highlight): Recognize also ARG-n, as in
10737         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
10739         * international/codepage.el (dos-unsupported-char-glyph):
10740         * net/newsticker.el (tool-bar-map, w3-mode-map)
10741         (w3m-minor-mode-map):
10742         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10743         (ent-alist):
10744         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10746 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
10748         * custom.el (custom-push-theme): Handle the case where a symbol is
10749         bound but face properties have not yet been assigned.
10751         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10752         Fix behavior if noerase is `t' and there is no mail buffer.
10754         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10755         if `continue' is nil, rather than signal an error.
10757 2005-09-12  Richard M. Stallman  <rms@gnu.org>
10759         * font-lock.el (font-lock-keywords): Add autoload.
10761         * help-fns.el (describe-variable): Rearrange to put source link
10762         in a predictable place.
10764         * net/newsticker.el: New file.
10766 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10768         * calendar/calendar.el (calendar-for-loop): Add edebug info.
10769         (calendar-basic-setup): Use the new nil arg.
10770         (number-of-diary-entries): Move to diary-lib.el.
10772         * calendar/diary-lib.el: Use with-current-buffer, match-string.
10773         (diary-list-entries): Use with-syntax-table and dolist.
10774         Rename from list-diary-entries.
10775         Use number-of-diary-entries if `number' is nil.
10776         (diary, diary-view-entries): Use this new name and new nil arg value.
10777         (number-of-diary-entries): Move from calendar.el.
10778         (diary-unhide-everything): New function.
10779         (include-other-diary-files, fancy-diary-display)
10780         (diary-show-all-entries, make-diary-entry): Use it.
10781         (diary-mail-entries): Use buffer-string.
10782         (mark-diary-entries): Fix long standing paren typo.
10783         (diary-sexp-entry): Use count-lines.
10784         (make-diary-entry): Avoid `previous-line'.
10785         (diary-mode-map): New var.
10786         (diary-mode): Redraw cal after saving.  Setup header-line.
10787         (fancy-diary-display-mode): Use local-set-key.
10789         * startup.el (command-line): Try calling various terminal-init-foo-bar
10790         functions by stripping hyphenated suffixes from $TERM.
10792         * files.el (normal-mode): Check boundness of font-lock-keywords.
10794 2005-09-12  Richard M. Stallman  <rms@gnu.org>
10796         * progmodes/compile.el: Don't decide a file's directory
10797         until the user actually tries to go there.
10798         (compilation-next-error-function):
10799         Pass compilation-find-file the directory from the file-struct.
10800         (compilation-internal-error-properties): Separate local FILE-STRUCT
10801         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
10802         (compilation-find-file): Arg DIR renamed to DIRECTORY.
10803         Expand it, and if nil, use default-directory.
10804         (compilation-get-file-structure): Don't mix specified directory
10805         with default directory.  Put specified directory into
10806         file-struct.  Don't make the file name absolute.
10808         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10809         (compile-command): Add autoload.
10810         (compilation-disable-input): Add autoload.
10812 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
10814         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10815         strings of the variables it can override.
10816         (time-stamp): New (as yet undocumented) time-stamp-format escapes
10817         %Q and %q, for fully-qualified domain name and unqualified host name.
10819 2005-09-11  Kim F. Storm  <storm@cua.dk>
10821         * emacs-lisp/authors.el (authors-aliases): Update list.
10822         (authors-fixed-entries): Update mldrag.el entry.
10824 2005-09-10  Alan Mackenzie  <acm@muc.de>
10826         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10827         from the region narrowed to.
10829 2005-09-10  Magnus Henoch  <mange@freemail.hu>
10831         * textmodes/ispell.el (ispell-check-version): Signal an error if
10832         aspell version is less than 0.60.
10834 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
10836         * progmodes/octave-inf.el (inferior-octave-startup):
10837         Resync current dir at the end.
10839 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
10841         * woman.el (woman-topic-at-point-default):
10842         Rename to woman-use-topic-at-point-default.
10843         (woman-topic-at-point): Rename to woman-use-topic-at-point.
10844         (woman-file-name): Reflect renames above.  Automatically use the
10845         word at point as topic if woman-use-topic-at-point is non-nil.
10846         Otherwise offer it as default but don't insert it in the
10847         minibuffer.  Also use `test-completion' instead of `assoc' as
10848         suggested by Stefan Monnier.
10850 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
10852         * vc.el (vc-directory, vc-update-change-log): Throw an error on
10853         the attempt to do it over Tramp.  This is not yet supported.
10855 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
10857         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10858         (menu-bar-non-minibuffer-window-p): New functions.
10859         ("Split Window", "Save As..."): Use them.
10860         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10861         ("Print Buffer", "Truncate Long Lines in this Buffer"):
10862         Use menu-bar-menu-frame-live-and-visible-p.
10863         ("Save Buffer", "Insert File", "Open Directory...")
10864         ("Open File...", "Visit New File..."):
10865         Use menu-bar-non-minibuffer-window-p.
10866         (kill-this-buffer-enabled-p, dired <menu-enable>):
10867         Use menu-bar-non-minibuffer-window-p.
10869 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10871         * cus-start.el (all): Don't complain about fringe-related
10872         built-ins if fringes are not supported.  Ditto about
10873         selection-related built-ins.  Fix the test for GTK-related built-ins.
10875         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10876         ("Postscript Print Buffer", "Print Region", "Save As...")
10877         ("Save", "Insert File...", "Open Directory...")
10878         ("Open File...", "Visit New File..."")
10879         ("Truncate Long Lines in this Buffer"): Don't look at
10880         menu-updating-frame if this display does not support multiple frames.
10882 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10884         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10886 2005-09-09  Emilio Lopes  <eclig@gmx.net>
10888         * woman.el: Format- and whitespace-related changes.
10890 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10892         * woman.el: Fix my email address.
10894 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10896         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10897         (sh-mode): Locally set skeleton-pair-default-alist.
10899         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10901         * progmodes/flymake.el: Require `compile' unconditionally.
10903         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10905         * woman.el (woman-file-name): Provide a default, not initial input.
10907         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10909         * font-lock.el (font-lock-support-mode): Doc fix.
10911         * descr-text.el (describe-property-list): Handle non-symbol prop names.
10913 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10915         * simple.el (blink-matching-open): Get rid of text props from
10916         the string shown in echo area.  Don't permanently set point.
10917         Some rearrangements.
10919 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10921         * recentf.el (recentf-filename-handler): Add custom choice
10922         `abbreviate-file-name'.
10924         * msb.el (msb--very-many-menus): Fix typo.
10926         * disp-table.el (standard-display-european): Don't set
10927         enable-multibyte-characters to nil.
10929 2005-09-08  David Ponce  <david@dponce.com>
10931         * recentf.el (recentf-show-file-shortcuts-flag): New option.
10932         (recentf-expand-file-name): Doc fix.
10933         (recentf-dialog-mode-map): Define digit shortcuts.
10934         (recentf--files-with-key): New variable.
10935         (recentf-show-digit-shortcut-filter): New function.
10936         (recentf-open-files-items): New function.
10937         (recentf-open-files): Use it.
10938         (recentf-open-file-with-key): New command.
10940 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10942         * buff-menu.el (Buffer-menu-sort-by-column): New function.
10943         Suggested by Kim F. Storm.
10944         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10945         (Buffer-menu-make-sort-button): Use global keymap.
10947 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
10949         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10950         (Man-getpage-in-background-advice): Remove defadvice; it isn't
10951         necessary any longer with the remapped command.
10952         (Man-bgproc-sentinel-advice): Remove defadvice which counts
10953         formatting time only.
10955         * net/tramp.el (tramp-action-password)
10956         (tramp-multi-action-password): Compile the password prompt from
10957         `method', `user' and `host'.  Sometimes it isn't obvious which
10958         password to enter, for example with remote files offered by
10959         recentf.el, or with multiple steps.  Suggested by Robert Marshall
10960         <robert@chezmarshall.freeserve.co.uk>.
10962 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10964         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10965         Fix regexp for when "s///" is at the beginning of line.
10967 2005-09-07  Jay Belanger  <belanger@truman.edu>
10969         * calc/calc-poly.el (math-expand-term): Multiply out any powers
10970         when in matrix mode.
10972 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10974         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10975         non-anonymous functions.
10977 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
10979         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10980         when using a header line.  Otherwise, use mouse-1-click-follows-link.
10982         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10983         can't be moved; don't signal an error.
10985 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
10987         * cus-theme.el (custom-theme-write-faces): Save the current face
10988         spec, not the defface spec.
10990         * custom.el (custom-known-themes): Clarify meaning of "standard".
10991         (custom-push-theme): Save old values in the standard theme.
10992         (disable-theme): Correct typo.
10993         (custom-face-theme-value) Deleted unused function.
10994         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10996 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * progmodes/compile.el (compilation-goto-locus): Take into account
10999         iconified frames when determining whether the buffer is
11000         already visible.
11001         Don't reset window height if the window already existed.
11003 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11005         * custom.el (load-theme): Rename from require-theme.
11006         Add interactive spec.
11007         (enable-theme): Rename from custom-enable-theme.
11008         Add interactive spec.
11009         (disable-theme): Rename from custom-disable-theme.
11010         Add interactive spec.
11011         (custom-make-theme-feature): Doc fix.
11012         (custom-theme-directory): Doc fix.
11013         (provide-theme): Call enable-theme.
11015 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11017         * obsolete/lazy-lock.el (lazy-lock-mode):
11018         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11019         font-lock-mode if it's off.  Print a warning instead.
11021         * progmodes/compile.el (compilation-start): Ignore errors if the
11022         process died before we get to send-eof.
11024         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11025         Undo last change.  Enclosing the result in quotes broke things on Unix
11026         since tex-send-command passes it through shell-quote-argument.
11027         (tex-send-command): Pass `file' through convert-standard-filename
11028         when possible.
11029         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11030         info in a transcript.
11032 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11034         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11035         fix compilation warning.  Reorder the key definitions to group
11036         together keys emitted by the current version of xterm.
11038         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11039         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11040         Reorder predicates to correct min-color usage.
11042 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11044         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11045         Kill local variables when longlines-mode is turned off.
11047 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11049         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11051         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11053         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11055         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11056         (font-lock-lines-before): Change default to being inactive.
11057         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11058         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11060 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11062         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11063         Deactivate temporarily advice if active (not needed for Emacs 22,
11064         but for backwards compatibility).
11065         (tramp-exists-file-name-handler): Rewrite.  First implementation
11066         was too simple.
11067         (tramp-advice-make-auto-save-file-name):
11068         Call `tramp-handle-make-auto-save-file-name' (again, just for
11069         backwards compatibility).
11071 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11073         * progmodes/vhdl-mode.el
11074         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11075         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11076         (vhdl-set-default-project): New function (easier setting of default).
11077         (vhdl-port-copy): Handle extended identifiers for generics.
11078         (vhdl-compiler-alist): Better description for error message regexp.
11079         (vhdl-make): Query for target, use previous as default.
11080         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11081         (vhdl-font-lock-keywords-2): Fix fontification for record
11082         el. assign.
11083         (vhdl-speedbar-make-subpack-line): Add package body link.
11084         (vhdl-generate-makefile-1): Not include itself as dependency.
11085         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11086         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11087         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11088         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11089         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11090         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11091         (vhdl-import-project): Add string argument for `error'.
11092         (vhdl-compose-configuration)
11093         (vhdl-compose-configuration-architecture): Add configuration
11094         declaration generation.
11095         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11096         (vhdl-trailer-re): Add "record" keyword (better indentation).
11097         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11098         "[^ \t-\"]+".
11099         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11100         (vhdl-testbench-entity-file-name)
11101         (vhdl-testbench-architecture-file-name): Allow separate
11102         customization of testbench file names.
11103         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11104         (vhdl-get-visible-signals): Allow newline within alias declaration.
11105         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11106         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11107         (member-ignore-case): Alias for missing function in XEmacs.
11108         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11109         (vhdl-update-sensitivity-list): Ignore case on read signals.
11110         (vhdl-replace-string): Adjust case only for file names.
11111         (vhdl-update-sensitivity-list): Fix search for read signals.
11112         (vhdl-update-sensitivity-list): Exclude formal parameters.
11113         (vhdl-get-visible-signals): Include aliases of signals.
11114         (vhdl-get-visible-signals): Fix signal name searching.
11115         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11116         (vhdl-fixup-whitespace-region): Fix for character
11117         literals (e.g. `:').
11119 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11121         * ansi-color.el (comint-last-output-start):
11122         * bs.el (font-lock-verbose):
11123         * diff-mode.el (add-log-buffer-file-name-function):
11124         * dired-x.el (vm-folder-directory):
11125         * faces.el (help-xref-stack-item):
11126         * files.el (font-lock-keywords):
11127         * find-lisp.el (dired-buffers, dired-subdir-alist):
11128         * ido.el (cua-inhibit-cua-keys):
11129         * log-view.el (cvs-minor-wrap-function):
11130         * outline.el (font-lock-warning-face):
11131         * simple.el (compilation-current-error):
11132         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11133         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11134         * tooltip.el (comint-prompt-regexp):
11135         * w32-fns.el (explicit-shell-file-name):
11136         * term/mac-win.el (mac-charset-info-alist)
11137         (mac-services-selection, mac-system-script-code):
11138         * term/tty-colors.el (msdos-color-values):
11139         * term/w32-win.el (xlfd-regexp-registry-subnum):
11140         * term/x-win.el (x-keysym-table, x-selection-timeout)
11141         (x-session-id, x-session-previous-id):
11142         * textmodes/ispell.el (mail-yank-prefix):
11143         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11144         * textmodes/org.el (calc-embedded-close-formula)
11145         (calc-embedded-open-formula)
11146         (font-lock-unfontify-region-function):
11147         * textmodes/reftex-global.el (isearch-next-buffer-function)
11148         (TeX-master):
11149         * textmodes/reftex.el (font-lock-keywords):
11150         * textmodes/tex-mode.el (font-lock-comment-face)
11151         (font-lock-doc-face):
11152         * textmodes/texinfo.el (outline-heading-alist):
11153         Add defvars.
11155         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11156         (artist-spray-chars, artist-mode-init, artist-replace-string)
11157         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11158         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11159         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11161         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11162         (conf-align-assignments): "?\ " -> "?\s".
11164         * textmodes/reftex-index.el (TeX-master): Add defvar.
11165         (reftex-index-phrases-marker): Move up defvar.
11167         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11168         (reftex-toc-include-labels-indicator)
11169         (reftex-toc-include-index-indicator)
11170         (reftex-toc-max-level-indicator): Move up declarations.
11172         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11173         of args to `tramp-run-real-handler', even if it's empty in this case.
11175 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11177         * dired.el (dired-move-to-filename-regexp): Add date format for
11178         Mac OS X 10.3 in East Asian locales.
11180 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11182         * files.el (make-auto-save-file-name): Add file name handler call
11183         if applicable.
11185         * net/tramp.el (tramp-file-name-handler-alist)
11186         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11187         (tramp-handle-make-auto-save-file-name): Rename from
11188         `tramp-make-auto-save-file-name'.
11189         (tramp-exists-file-name-handler): New defun.
11190         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11191         `make-auto-save-file-name' is not a magic file name operation.
11193 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11195         * files.el (risky-local-variable-p):
11196         Match `-predicates' and `-commands.
11198         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11199         (custom-save-all): Visit the file if necessary;
11200         kill the buffer if we created it.
11201         (custom-save-delete): Don't visit file or kill buffer here.
11203 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11205         * textmodes/org.el (org-special-keyword): New face.
11206         (org-table-copy-down, org-table-eval-formula)
11207         (org-table-recalculate, org-init-section-numbers):
11208         Use `string-to-number' instead of `string-to-int'.
11209         (org-get-location): Use `insert-buffer-substring' instead of
11210         `insert-buffer'.
11211         (org-modify-diary-entry-string): New function.
11212         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11213         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11214         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11215         active region.
11216         (org-export-as-html): Handle QUOTE keyword.
11217         (org-quote-string): New option.
11218         (org-bookmark-jump-unhide): New function, used for
11219         `bookmark-after-jump-hook'.
11220         (org-diary-default-entry): Apply only when not called through
11221         `org-agenda'.
11223 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11225         * net/eudc.el (mode-popup-menu):
11226         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11227         * progmodes/ada-mode.el (compile-auto-highlight)
11228         (skeleton-further-elements):
11229         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11230         * progmodes/cmacexp.el (msdos-shells):
11231         * progmodes/compile.el (font-lock-extra-managed-props)
11232         (font-lock-keywords, font-lock-maximum-size)
11233         (font-lock-support-mode):
11234         * progmodes/grep.el (font-lock-lines-before):
11235         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11236         * progmodes/mixal-mode.el (compile-command):
11237         * progmodes/perl-mode.el (font-lock-comment-face)
11238         (font-lock-doc-face, font-lock-string-face):
11239         * progmodes/prolog.el (comint-prompt-regexp):
11240         * progmodes/sh-script.el (font-lock-comment-face)
11241         (font-lock-set-defaults, font-lock-string-face):
11242         * progmodes/sql.el (font-lock-keyword-face)
11243         (font-lock-set-defaults, font-lock-string-face):
11244         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11245         (itimer-version, lazy-lock-defer-contextually)
11246         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11247         Add defvars.
11249         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11250         (cperl-electric-keyword, cperl-electric-pod)
11251         (cperl-electric-backspace, cperl-forward-re)
11252         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11253         (vc-rcs-header, vc-sccs-header): Add defvars.
11255         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11256         (font-lock-syntactic-keywords, gud-find-expr-function):
11257         Add defvars.
11259         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11260         (gdb-frame-parameters): Declare before use.
11262         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11263         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11264         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11265         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11267         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11268         (idlwave-help-with-source): Use `insert-buffer-substring', not
11269         `insert-buffer'.
11271 2005-08-29  Juri Linkov  <juri@jurta.org>
11273         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11274         Put outline-back-to-heading function call inside save-excursion.
11276 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11278         * man.el (Man-init-defvars, Man-translate-references)
11279         (Man-support-local-filenames, Man-highlight-references):
11280         * progmodes/sql.el (sql-interactive-mode):
11281         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11283         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11284         (compilation-mode-font-lock-keywords): Add defvars.
11285         (checkdoc-interactive-loop): "?\ " -> "?\s".
11287         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11288         (font-lock-doc-face, font-lock-string-face)
11289         (font-lock-keywords-case-fold-search): Add defvars.
11290         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11292         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11293         Don't pass X and Y (they are ignored anyway).
11294         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11295         (mouse-delete-window): Make arguments optional.
11297         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11298         (caesar-translate-table, minor-modes, news-buffer-save)
11299         (news-group-name, news-minor-modes): Add defvars.
11301         * emacs-lisp/lselect.el (mouse-highlight-priority)
11302         (x-lost-selection-functions, zmacs-regions):
11303         * emacs-lisp/pp.el (font-lock-verbose):
11304         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11305         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11306         (ses-mode-map):
11307         * emacs-lisp/tcover-unsafep.el (safe-functions):
11308         * international/mule-cmds.el (mac-system-coding-system)
11309         (mac-system-locale):
11310         * language/ethio-util.el (rmail-current-message)
11311         (rmail-message-vector):
11312         * language/thai-util.el (thai-auto-composition-mode):
11313         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11314         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11315         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11316         (vm-primary-inbox, vm-spool-files):
11317         * mail/rmail.el (deleted-head, font-lock-fontified)
11318         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11319         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11320         (total-messages):
11321         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11322         (rmail-summary-mode-map):
11323         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11324         (rmail-last-label, rmail-last-multi-labels)
11325         (rmail-summary-vector, rmail-total-messages):
11326         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11327         * mail/rmailsum.el (msgnum):
11328         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11329         (rmail-current-message):
11330         * obsolete/fast-lock.el (font-lock-face-list):
11331         * obsolete/rnewspost.el (mail-reply-buffer):
11332         * obsolete/scribe.el (compile-command):
11333         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11335 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11337         * ibuf-ext.el (ibuffer-auto-update-changed):
11338         Use `frame-or-buffer-changed-p' to check whether we need to update.
11339         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11340         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11341         as a `frame-or-buffer-changed-p' state vector instead.
11343 2005-08-27  Romain Francoise  <romain@orebokech.com>
11345         * textmodes/makeinfo.el (makeinfo-compile):
11346         Use `compilation-start'.  Set `next-error-function' according to
11347         `disable-errors'.
11348         (makeinfo-next-error): New function.
11349         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11350         (makeinfo-buffer): Likewise.
11352         * progmodes/compile.el (compilation-start): Add autoload cookie.
11354         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11355         * textmodes/sgml-mode.el: Likewise.
11356         * progmodes/python.el: Likewise.
11358 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11360         * simple.el (blink-matching-paren-distance): Document the meaning
11361         of nil value, and allow to customize to nil.
11363         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11364         command.com, not command.exe.
11366 2005-08-26  John Wiegley  <johnw@newartisans.com>
11368         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11369         code around a bit so that an extraneous nil argument is not added
11370         to a command when no args are given.
11372         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11373         double-quoted argument resolves to nil, return it as an empty
11374         string rather than as nil.  This made it impossible to pass "" to
11375         a shell script as a null string argument.
11377 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         * outline.el (outline-invent-heading): New fun.
11380         (outline-promote, outline-demote): Use it.
11381         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11382         (outline-end-of-subtree): Remove unused var `opoint'.
11384 2005-08-26  David Reitter  <david.reitter@gmail.com>
11386         * menu-bar.el (truncate-lines, write-file, print-buffer)
11387         (ps-print-buffer-faces, ps-print-buffer, split-window):
11388         Disable menu items when the frame they refer to is invisible, or when
11389         they refer to a buffer and the minibuffer is selected.
11391 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11393         * progmodes/flymake.el (flymake-highlight-err-lines):
11394         Use save-excursion around flymake-highlight-line to preserve point.
11396 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11398         * progmodes/octave-mod.el: Change Author and Maintainer address.
11399         (octave-maintainer-address): Change Kurt's email address.
11400         * progmodes/octave-inf.el: Change Author and Maintainer address.
11401         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11403 2005-08-26  Kim F. Storm  <storm@cua.dk>
11405         * subr.el (version-list-<, version-list-<=, version-list-=):
11406         Rename from integer-list-*.
11407         (version-list-not-zero): Likewise.  Fix while loop.
11408         (version=): Use version-list-= instead of string-equal.
11410 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11412         * outline.el (outline-promote): Try shortening the heading.
11413         As last resort, read the heading to use.
11414         (outline-demote): As last resort, read the heading to use.
11416 2005-08-26  Romain Francoise  <romain@orebokech.com>
11418         * progmodes/compile.el (compilation-start): Doc fix.
11420         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11421         (antlr-font-lock-additional-keywords): Fix reference to
11422         `antlr-font-lock-literal-regexp' erroneously changed during the
11423         mass face rename.
11424         (antlr-run-tool): Use `compilation-start'.
11426         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11427         instead of the obsolete `compile-internal'.
11429 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11431         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11432         (number, original-date):
11433         * calendar/cal-china.el (date):
11434         * calendar/cal-coptic.el (date):
11435         * calendar/cal-french.el (date):
11436         * calendar/cal-hebrew.el (date, entry, number, original-date):
11437         * calendar/cal-islam.el (date, number, original-date):
11438         * calendar/cal-iso.el (date):
11439         * calendar/cal-julian.el (date):
11440         * calendar/cal-mayan.el (date):
11441         * calendar/cal-menu.el (date, event):
11442         * calendar/cal-persia.el (date):
11443         * calendar/lunar.el (date):
11444         * calendar/solar.el (date): Add defvars.
11446         * emerge.el:
11447         * ibuffer.el:
11448         * info-xref.el:
11449         * obsolete/bg-mouse.el:
11450         * obsolete/sun-curs.el:
11451         * obsolete/swedish.el: Move the `defvar's to the top level.
11453         * smerge-mode.el (smerge-refined-change): Add :group.
11455 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11458         (smerge-keep-n): Remove props.
11459         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11460         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11461         now that it's done in smerge-keep-n.
11462         (smerge-refined-change): New face.
11463         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11464         (smerge-refine): New funs.
11465         (smerge-basic-map): Bind smerge-refine.
11467 2005-08-25  Juri Linkov  <juri@jurta.org>
11469         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11470         compilation-process-setup-function and compilation-disable-input
11471         in grep-mode instead of let-bindings in grep.
11473         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11474         Delete "Automatic File De/compression" (auto-compression-mode).
11476 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11478         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11479         Silence warning about non-existent variable.
11481 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11483         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11484         Rename "Describe Key" to "Describe Key or Mouse Operation".
11486         * mail/mailalias.el (build-mail-aliases): Delete comments
11487         from the contents before processing them.
11489         * isearch.el (isearch-edit-string): Erase the Search prompt
11490         if user enters an empty string and there is no default.
11492         * comint.el (comint-file-name-prefix): Add autoload.
11494 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11496         * subr.el (play-sound): Rearrange to avoid warning.
11498 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11500         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11501         New hook.
11502         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11504 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11508         * custom.el (custom-theme-set-variables): Sort minor modes last.
11510 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11512         * subr.el (version-separator, version-regexp-alist): New vars used by
11513         version comparison funs.
11514         (integer-list-<, integer-list-=, integer-list-<=)
11515         (integer-list-not-zero): New funs for integer list comparison.
11516         (version-to-list, version=, version<, version<=): New funs for version
11517         comparison.
11519 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11521         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11522         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11523         time to silence the byte-compiler.
11525         * ibuffer.el (ibuffer-compile-make-eliding-form)
11526         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11527         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11528         so it's silly to get warnings for it).
11529         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11530         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11531         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11532         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11533         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11534         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11535         Defvar at compile time.
11536         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11537         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11538         Declare them before use.
11540         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11541         (info-xref-good, info-xref-bad): Defvar at compile time.
11543         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11544         Use `let*' instead of `let'.
11546         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11547         (*mouse-y*, menu, char): Defvar at compile time.
11548         (sc::menu): Declare it before use.
11549         (sc::pack-one-line): Use `let', not `let*'.
11551         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11552         (mail-send-hook): Defvar at compile time.
11554         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11555         Defvar at compile time.
11557         * term/sun-mouse.el (current-global-mousemap)
11558         (current-local-mousemap): Declare them before use.
11560 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11562         * bookmark.el (bookmark-after-jump-hook): New hook.
11563         (bookmark-jump): Run `bookmark-after-jump-hook'.
11565 2005-08-23  Juri Linkov  <juri@jurta.org>
11567         * faces.el (minibuffer-prompt): Doc fix.
11569 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11571         * progmodes/xscheme.el: Trivial changes to silence warnings.
11572         (xscheme-previous-mode, xscheme-previous-process-state):
11573         Add defvars.
11574         (xscheme-last-input-end, xscheme-process-command-line)
11575         (xscheme-process-name, xscheme-buffer-name)
11576         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11577         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11578         (xscheme-control-g-synchronization-p)
11579         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11580         (default-xscheme-runlight, xscheme-runlight)
11581         (xscheme-runlight-string, xscheme-process-filter-state)
11582         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11583         Move to beginning of file.
11584         (scheme-interaction-mode-commands-alist)
11585         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11586         Declare them before use.  Note: the initialization code for the variables
11587         has not been moved because it uses functions that reference the variables.
11588         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11589         (xscheme-prompt-for-expression-map): Declare them before use.
11590         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11592 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11594         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11596 2005-08-22  Juri Linkov  <juri@jurta.org>
11598         * faces.el (set-face-underline): Delete this duplicate function
11599         and make an obsolete alias to set-face-underline-p.
11600         (set-face-underline-p): Use docstring of set-face-underline.
11601         (describe-face): Create hyperlink to parent face.
11603         * info.el (Info-insert-dir): Use save-excursion around
11604         insert-buffer-substring.
11605         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11606         (Info-escape-percent): Delete function.
11607         (Info-fontify-node): Replace Info-escape-percent by
11608         replace-regexp-in-string with REP arg set to lambda that
11609         duplicates `%' and preserves text properties.
11611         * progmodes/compile.el (compilation-disable-input): Doc fix.
11612         (define-compilation-mode): Doc fix and refill.
11613         (kill-compilation): Use `mode-name' in the error message.
11614         (compilation-find-file): Use `compilation-error' in the
11615         read-file-name's prompt.
11617 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11619         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11620         (smerge-auto-leave): Make undo re-enable the mode.
11621         (debug-ignored-errors): Add the user-error of impossible resolution.
11622         (smerge-resolve): Move things around a bit, in preparation for later.
11623         (smerge-diff): Don't fail if the buffer has no associated file.
11624         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11625         (smerge-conflict-overlay): New function.
11626         (smerge-match-conflict): Don't add text properties here.
11627         (smerge-find-conflict): Instead, add an overlay here.
11628         Also check for the case where we're inside a conflict already, so as to
11629         obviate the need for font-lock-multiline, which is unbearably slow with
11630         large conflicts and ciomplex font-lock patterns.
11631         (smerge-remove-props): Remove overlay rather than text-properties.
11632         (smerge-mode): Don't set font-lock-multiline.
11633         Remove overlays when turned off.
11635 2005-08-21  Kim F. Storm  <storm@cua.dk>
11637         * ido.el (ido-ignore-item-p): Use save-match-data.
11638         Bind case-fold-search to ido-case-fold locally.
11640 2005-08-20  Richard M. Stallman  <rms@gnu.org>
11642         * files.el (normal-mode): If font lock is on, turn it off and on.
11644         * subr.el (replace-regexp-in-string): Doc fix.
11646         * startup.el (command-line-1): Don't suppress startup screen
11647         due to existing processes.
11649         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11651         * progmodes/compile.el (compilation-disable-input): Default to nil.
11653 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11655         * progmodes/compile.el (compilation-disable-input): New defcustom.
11656         (compilation-start): If compilation-disable-input is non-nil, send
11657         EOF to the compilation process.
11659 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
11661         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11662         Run the argument of tex-shell-cd-command through
11663         convert-standard-filename, to get the correct style of slashes on
11664         Windows, and enclose the result in quotes, in case the file name
11665         includes whitespace or other special characters.
11667 2005-08-19  Andreas Schwab  <schwab@suse.de>
11669         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11670         process.
11672 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
11674         * cus-start.el (minibuffer-prompt-properties): Correct typo.
11676 2005-08-18  Kim F. Storm  <storm@cua.dk>
11678         * scroll-lock.el: Fix errors due to incorrect line wrapping.
11680 2005-08-18  Richard M. Stallman  <rms@gnu.org>
11682         * scroll-lock.el: New file.
11684 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
11686         * dired.el (dired-move-to-end-of-filename):
11687         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11689 2005-08-18  Kim F. Storm  <storm@cua.dk>
11691         * ido.el (ido-everywhere): Fix defcustom :set function to disable
11692         rather than toggle mode when custom value is nil.
11693         (ido-everywhere): Fix defun doc string.
11695 2005-08-17  Richard M. Stallman  <rms@gnu.org>
11697         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11698         as tag instead of "Inviolable".
11700 2005-08-17  Kim F. Storm  <storm@cua.dk>
11702         * windmove.el (windmove-coordinates-of-position): Remove.
11703         (windmove-coordinates-of-window-position): Remove.
11704         (windmove-reference-loc): Use posn-at-point instead.
11706         * subr.el (insert-for-yank-1): Doc fix.
11708         * ido.el (ido-enter-matching-directory): Rename from
11709         ido-enter-single-matching-directory.  Change `slash' choice to
11710         `only'.  Add `first' choice.
11711         (ido-exhibit): Adapt to above changes.
11713 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
11715         * Makefile.in: Expand comment about building loaddefs.el.
11717 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
11719         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11720         Comment use of defadvice.
11722         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11724 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
11726         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11727         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11728         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11729         * progmodes/idlw-shell.el, progmodes/ld-script.el,
11730         * progmodes/which-func.el, ruler-mode.el, strokes.el,
11731         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11732         for backward compatibility for faces that did not appear in the
11733         previous Emacs release.
11735         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11737 2005-08-15  Kim F. Storm  <storm@cua.dk>
11739         * emulation/cua-base.el (cua-delete-region): Return t if
11740         deleted region was non-empty.
11741         (cua-replace-region): Inhibit overwrite-mode for
11742         self-insert-command if replaced region was non-empty.
11743         (cua--explicit-region-start, cua--status-string): Make them
11744         buffer-local at top-level...
11745         (cua-mode): ...rather than when mode is enabled.
11747 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
11749         * progmodes/vhdl-mode.el (vhdl-emacs-21):
11750         Set t for Emacs 21, 22, and so on.
11752 2005-08-15  David Ponce  <david@dponce.com>
11754         * tree-widget.el: Update Commentary header.
11755         (tree-widget-theme): Doc fix.
11756         (tree-widget-space-width): New option.
11757         (tree-widget-image-properties): Look up in the default theme too.
11758         (tree-widget--cursors): Only for images with arrow pointer shape.
11759         (tree-widget-lookup-image): Pointer shape is hand by default.
11760         (tree-widget-icon): Rename generic icon widget from
11761         `tree-widget-control'.
11762         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11763         derive from `tree-widget-icon'.
11764         (tree-widget-handle): Improve default look and feel of the text
11765         representation.
11766         (tree-widget): Rename :*-control properties to :*-icon properties.
11767         Add :action and :help-echo properties.
11768         (tree-widget-after-toggle-functions): Move.
11769         (tree-widget-close-node, tree-widget-open-node): Remove.
11770         (tree-widget-before-create-icon-functions): New hook.
11771         (tree-widget-value-create): Update to allow customization of icons
11772         and nodes at run-time via that new hook.
11773         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11774         (tree-widget-icon-action, tree-widget-icon-help-echo)
11775         (tree-widget-action, tree-widget-help-echo): New functions.
11777 2005-08-15  Kim F. Storm  <storm@cua.dk>
11779         * ido.el (ido-buffer-internal): Use with-no-warnings.
11780         (ido-make-merged-file-list): Use while-no-input.
11782 2005-08-15  Richard M. Stallman  <rms@gnu.org>
11784         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11785         (flyspell-large-region): Fix doc and custom type.
11787 2005-08-14  Richard M. Stallman  <rms@gnu.org>
11789         * files.el (interpreter-mode-alist): Doc fix.
11791         * mail/rmail.el (rmail-nonignored-headers): New variable.
11792         (rmail-clear-headers): Use it.
11793         (rmail-reply): Better handling of mail-followup-to header.
11795         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11796         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
11797         don't try to refer to executable-font-lock-keywords.
11798         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11799         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11800         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11801         (sh-mode): Set comment-start-skip, local-abbrev-table,
11802         imenu-case-fold-search.
11803         (sh-set-shell): Don't set them here.
11804         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
11805         Don't cache the results in the original alist; don't ever modify
11806         that alist.
11808         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11810         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11811         empty.
11813 2005-08-15  Andreas Schwab  <schwab@suse.de>
11815         * desktop.el: Put autoload cookie at risky-local-variable declarations.
11817         * dired.el, info.el, mail/rmail.el: Revert last change.
11819 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
11821         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11822         modification in `eval-after-load' form.
11823         * info.el: Likewise.
11824         * mail/rmail.el: Likewise.
11826 2005-08-14  Juri Linkov  <juri@jurta.org>
11828         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11829         Remove highlighting of "Compilation started".  Highlight only
11830         the word "finished" in "Compilation finished".  Add highlighting
11831         of "interrupt", "killed", "terminated" and the exit code.
11832         (compilation-start): Add newline after header.  Use exactly the
11833         same time stamp format as the finishing message.
11834         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11836         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11837         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11838         Add highlighting of "interrupt", "killed", "terminated".
11840         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11841         enabled and the current command is self-insert-command, call it
11842         explicitly with overwrite-mode bound to nil, to not allow it
11843         to delete the character after the selected region.
11845 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
11847         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11848         move-end-of-line, end-of-line, and beginning-of-line to the list
11849         of commands after which the echo area is updated.
11851 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
11853         * cus-edit.el (custom-save-all, custom-save-delete):
11854         Bind recentf-exclude to exclude custom-file.
11856 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
11858         * mail/rmailsum.el (rmail-summary-end-of-message): New command
11859         to go to the bottom of the mail message.  Added to
11860         `rmail-summary-mode-map' with key "/".
11861         (rmail-summary-show-message): New (internal) function for use by
11862         both `rmail-summary-beginning/end-of-message'.
11863         (rmail-summary-beginning-of-message): Change to use
11864         rmail-summary-show-message.
11866         * mail/rmail.el (rmail-end-of-message): New command to go to the
11867         end of the current message.  Added to `rmail-mode-map' with key "/".
11868         (rmail-beginning-of-message): Fix to work as documented.
11869         (rmail-mode): Change documentation.
11871         * progmodes/compile.el (compilation-start): Add the line
11872         "Compilation started" with compilation start time.
11873         (compilation-mode-font-lock-keywords): Add `started' to keywords.
11875 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
11877         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11878         of menu items.
11880 2005-08-11  Richard M. Stallman  <rms@gnu.org>
11882         * simple.el (pop-global-mark): Reverse test of widen-automatically.
11884         * battery.el (battery-status-function): Don't use ignore-errors.
11886 2005-08-11  Lute Kamstra  <lute@gnu.org>
11888         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11889         define-obsolete-variable-alias.
11891 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11893         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11894         (ange-ftp-send-cmd): Revert last change, and expand
11895         the comment explaining the problem.
11897 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11899         * ldefs-boot.el: Update.
11901         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11902         item to "Time, Load and Mail".  Change help echo text.
11904         * time.el (display-time-use-mail-icon, display-time-format)
11905         (display-time-string-forms): Shorten first line of docstrings.
11907 2005-08-10  Lars Hansen  <larsh@soem.dk>
11909         * desktop.el (desktop-buffer-mode-handlers):
11910         Make non-customizable.  Add autoload cookie.  Change initial value to
11911         nil; add elements in respective modules instead.  Fix doc string.
11912         (desktop-load-file): New function.
11913         (desktop-minor-mode-handlers): New autoloaded variable.
11914         (desktop-create-buffer): Call minor mode handlers.
11915         Use desktop-load-file to load major and minor mode modules prior to
11916         checking for a handler.
11917         (desktop-save): Don't add nil to desktop-minor-modes for minor
11918         modes with nil function in desktop-minor-mode-table.  Don't delete
11919         desktop file before rewriting it.
11920         (desktop-locals-to-save): Add autoload cookie.  Don't make
11921         automatically buffer-local.  Add variables column-number-mode,
11922         size-indication-mode, indent-tabs-mode,
11923         indicate-buffer-boundaries, indicate-empty-lines and
11924         show-trailing-whitespace.
11925         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11926         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
11927         (desktop-clear-preserve-buffers-regexp): Delete.
11928         (desktop-clear-preserve-buffers): Update initial value and docstring.
11929         (desktop-save-buffer): Fix doc string.
11931         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11932         (hilit-chg-desktop-restore): New function.
11933         (highlight-changes-mode): Add highlight-changes-mode to
11934         desktop-locals-to-save.
11936         * dired.el: Add handler to desktop-buffer-mode-handlers.
11937         (dired-restore-desktop-buffer): Remove autoload cookie.
11938         (dired-mode): Add autoload cookie.
11940         * info.el: Add handler to desktop-buffer-mode-handlers.
11941         (Info-restore-desktop-buffer): Remove autoload cookie.
11942         (Info-mode): Add autoload cookie.
11944         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11945         (mh-restore-desktop-buffer): Remove autoload cookie.
11946         (mh-folder-mode): Add autoload cookie.
11948         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11949         (rmail-restore-desktop-buffer): Remove autoload cookie.
11951 2005-08-11  Masatake YAMATO  <jet@gyve.org>
11953         * hexl.el (hexl-address-region):
11954         (hexl-ascii-region, hexl-font-lock-keywords):
11955         (hexl-highlight-line-range): Use the term "region"
11956         instead of "area" for consistency with the other symbols
11957         defined in hexl.el.
11959 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11961         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11962         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11963         out by Juri Linkov).  Add `display-battery-mode'.
11965 2005-08-09  Juri Linkov  <juri@jurta.org>
11967         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11968         Remove `-text' from face variable names.
11969         (compilation-error-file-name, compilation-warning-file-name)
11970         (compilation-info-file-name): Delete faces.
11971         (compilation-line-number, compilation-column-number):
11972         Remove face underlining.
11973         (compilation-message-face): Set to `underline' value by default.
11974         (compilation-error-face, compilation-warning-face)
11975         (compilation-info-face): Remove `-file-name' from face names.
11976         (compilation-error-text-face, compilation-warning-text-face)
11977         (compilation-info-text-face): Delete face variables.
11978         (compilation-text-face): Delete function.
11980         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11981         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11982         (grep-error-face): Set to `compilation-error' instead of
11983         `compilation-error-face' (which is redefined to `grep-hit-face' in
11984         grep buffers).
11985         (grep-mode-font-lock-keywords): Remove `-text' from face variable
11986         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
11988         * dired-aux.el (dired-do-query-replace-regexp):
11989         Use `query-replace-read-args'.
11991         * replace.el (query-replace-read-from, query-replace-read-to)
11992         (query-replace-read-args): Rename arg `string' to `prompt'.
11994         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11996 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11998         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11999         uploading files.
12000         (ange-ftp-canonize-filename): Handle file names beginning with ~
12001         correctly.
12003 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12005         * textmodes/fill.el (canonically-space-region)
12006         (fill-context-prefix, fill-french-nobreak-p)
12007         (fill-delete-newlines, fill-comment-paragraph)
12008         (justify-current-line): "?\ " -> "?\s".
12010 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12012         * textmodes/fill.el (fill-nonuniform-paragraphs):
12013         Improve argument/docstring consistency.
12015 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12017         * textmodes/ispell.el (ispell-word): More fboundp checks.
12019         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12020         (find-file-noselect-1): Call it here, only if RAWFILE.
12021         (normal-mode): Always set some major mode.
12022         (save-some-buffers-action-alist): Change some explanation strings.
12023         (file-name-non-special): In the `quote' method, use unwind-protect.
12025 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12027         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12028         (ispell-have-aspell-dictionaries): New variable.
12029         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12030         (ispell-get-aspell-config-value): New function.
12031         (ispell-aspell-find-dictionary): New function.
12032         (ispell-aspell-add-aliases): New function.
12033         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12034         appropriate.  Don't look for ispell dictionaries if we use aspell.
12035         (ispell-menu-map): Don't build a submenu of dictionaries.
12037 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12039         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12040         (sql-read-passwd): Use read-passwd.
12042         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12043         (idlwave-toolbar-is-possible): Add defvars.
12045         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12046         Avoid warnings.
12048         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12049         (idlwave-system-class-info, idlwave-executive-commands-alist):
12050         Use defvar.
12052         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12054         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12055         Avoid warnings.
12057         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12058         and content-type: headers.
12060         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12062         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12063         and rename some of them to be more self-explanatory.
12065         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12067         * startup.el (command-line-1): Implement -scriptload.
12069         * replace.el (occur-engine): Initial *Occur* output not undoable.
12071         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12072         and improve help strings.
12074         * isearch.el (isearch-repeat): When changing direction,
12075         mark search successful.
12077         * ediff-init.el: Use (featurep 'xemacs).
12079         * comint.el (send-invisible): Identify buffer, if not selected.
12081         * align.el: Delete autoload for c-guess-basic-syntax.
12083 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12085         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12086         Improve argument/docstring consistency.  Doc fixes.
12087         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12088         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12089         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12090         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12091         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12092         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12093         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12094         Defvar at compile time.
12096 2005-08-09  Juri Linkov  <juri@jurta.org>
12098         * info.el: Replace `info' with upper-case `Info' where appropriate.
12099         (info-title-1, info-title-2, info-title-3, info-title-4)
12100         (info-menu-header): Move up face definitions.
12101         (info-menu-star): Rename from `info-menu-5'.
12102         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12103         (Info-fontify-visited-nodes): Fix docstring.
12104         (Info-hide-note-references): Fix docstring.
12105         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12106         menu items in the same way as on cross-references.
12107         (info-apropos): Fix sorting order and formatting to be like in the
12108         stand-alone Info browser.  Display error messages for 1 sec.
12109         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12110         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12111         from the menu bar.
12112         (Info-insert-dir): Restore point after calling
12113         `insert-buffer-substring'.
12115 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12117         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12118         (recompute-lucid-menubar): Add defvars.
12120         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12122         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12124         * net/net-utils.el (run-dig): Rename from `dig'.
12126         * play/gametree.el (gametree-mode): Use make-local-variable,
12127         not make-variable-buffer-local.
12129         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12131         * ansi-color.el (ansi-color-make-extent)
12132         (ansi-color-set-extent-face): Use fboundp, not functionp.
12134         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12135         not make-variable-buffer-local.
12137         * bookmark.el (Info-current-file): Add defvar.
12138         (bookmark-jump-noselect): Use with-no-warnings.
12140         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12142         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12144         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12146         * find-file.el (ada-procedure-start-regexp)
12147         (ada-package-start-regexp): Add defvars.
12149         * info.el (Info-insert-dir): Use insert-buffer-substring.
12151         * xml.el (xml-att-def-re): Add defvar.
12153         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12154         calling convention.
12156         * subr.el (while-no-input): Return t if there is input.
12158 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12160         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12162 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12164         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12165         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12167 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12169         * cmuscheme.el (scheme-start-file): Replace reference to
12170         `user-emacs-directory' by "~/.emacs.d/".
12172 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12174         * info.el (Info-dir-remove-duplicates): Avoid case folding
12175         in loop; instead, keep downcased strings for comparison.
12176         Suggested by Helmut Eller.
12178 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12180         Sync with Tramp 2.0.50.
12182         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12183         XEmacs case; not necessary anymore.
12184         (tramp-user-regexp): Allow "@" as part of user name.
12185         (tramp-handle-set-visited-file-modtime)
12186         (tramp-handle-insert-file-contents)
12187         (tramp-handle-write-region): No special handling for
12188         `last-coding-system-used, because this is done in
12189         `tramp-accept-process-output' now.
12190         (tramp-accept-process-output): New defun.
12191         (tramp-process-one-action, tramp-process-one-multi-action)
12192         (tramp-wait-for-regexp, tramp-wait-for-output)
12193         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12194         Howells <dhowells@redhat.com>.
12195         (clear-visited-file-modtime): Defadvice removed.  The check for
12196         unset buffer's modtime does not need to be based on
12197         `tramp-buffer-file-attributes'.  Suggested by RMS.
12198         (tramp-message): Insert "\n" if not being at beginning of line.
12199         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12200         sequence with same logic.
12201         (tramp-completion-handle-expand-file-name): Discard call of
12202         `tramp-drop-volume-letter'.  It is not necessary, and there have
12203         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12204         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12205         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12206         should always be visible.
12207         (tramp-handle-insert-directory, tramp-setup-complete)
12208         (tramp-set-process-query-on-exit-flag)
12209         (tramp-append-tramp-buffers): Pacify byte-compiler.
12210         (tramp-bug): Delete non-existing variables from list.
12211         Apply `tramp-load-report-modules' as pre-hook.
12212         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12213         `shell-prompt-pattern' because of non-7bit characters.
12214         Reported by Sebastian Luque <sluque@mun.ca>.
12215         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12216         (tramp-match-string-list): Remove function.
12217         (tramp-wait-for-regexp): Remove call of that function.
12218         Suggested by Kim F. Storm <storm@cua.dk>.
12219         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12220         instead of octal character code ?\600.  The latter resulted in a
12221         syntax error with XEmacs.
12223         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12224         XEmacs case; not necessary anymore.
12225         (tramp-smb-handle-write-region): No special handling for
12226         `last-coding-system-used, because this is done in
12227         `tramp-accept-process-output' now.
12228         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12230 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12232         * wid-edit.el (widget-choice-value-create):
12233         Unconditionally respect user choice.  Set :explicit-choice back to nil
12234         when no longer needed.
12235         (widget-choice-action): Unconditionally respect user choice.
12236         Eliminate :explicit-choice-value.
12238         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12240         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12241         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12242         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12243         running new function `toggle-indicate-empty-lines'.
12244         Rename "Customize" item to "Customize fringe".
12245         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12246         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12247         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12248         Delete "Empty lines only" item.
12249         (menu-bar-showhide-fringe-ind-customize): New function.
12250         (menu-bar-showhide-fringe-ind-mixed)
12251         (menu-bar-showhide-fringe-ind-box)
12252         (menu-bar-showhide-fringe-ind-right)
12253         (menu-bar-showhide-fringe-ind-left)
12254         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12255         instead of `fringe-indicators'.
12257 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12259         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12260         Change the date of last update.
12262 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12264         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12265         (viper-exec-yank, viper-put-back): Don't display modification msg
12266         if in the minibuffer.
12268         * viper-init.el (viper-replace-overlay-cursor-color)
12269         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12270         Make variables frame local.
12272         * viper-util.el (viper-append-filter-alist): Use append instead of
12273         nconc.
12275         * viper.el (viper-vi-state-mode-list)
12276         (viper-emacs-state-mode-list): Move help-mode and
12277         completion-list-mode from the first list to the second.
12278         (viper-mode): Docstring.
12279         (viper-go-away, viper-non-hook-settings): Don't localize
12280         minor-mode-alist in newer Emacsen.  Add advice to
12281         set-cursor-color.  Don't bind "\C-c\\".
12283 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12285         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12286         (scheme-macro-expand-command): New user options.
12287         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12288         (scheme-form-at-point, scheme-start-file)
12289         (scheme-interactively-start-process): New functions.
12290         (scheme-get-process): New function, extracted from `scheme-proc'.
12291         (run-scheme): Call `scheme-start-file' to get start file, and pass
12292         it to `make-comint'.
12293         (switch-to-scheme, scheme-proc):
12294         Call `scheme-interactively-start-process' if no Scheme buffer/process
12295         is available.
12297 2005-08-06  Juri Linkov  <juri@jurta.org>
12299         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12300         Use `compilation-text-face', `compilation-info-text-face' and
12301         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12302         (compilation-error): New face.
12303         (compilation-error-file-name): Inherit from
12304         `compilation-error' instead of `font-lock-warning-face'.
12305         (compilation-warning-file-name): Inherit from
12306         `compilation-warning' instead of `font-lock-warning-face'.
12307         (compilation-info, compilation-error-file-name)
12308         (compilation-warning-file-name, compilation-info-file-name)
12309         (compilation-line-number, compilation-column-number): Doc fix.
12310         (compilation-error-text-face, compilation-warning-text-face)
12311         (compilation-info-text-face): New face variables.
12312         (compilation-line-face, compilation-column-face)
12313         (compilation-enter-directory-face)
12314         (compilation-leave-directory-face): Doc fix.
12315         (compilation-text-face): New function.
12317         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12318         instead of 1 to display binary file names as info file links.
12319         (grep-error-face): Use `compilation-error-face' instead of
12320         `font-lock-keyword-face'.
12321         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12322         and `compilation-warning-text-face' instead of
12323         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12324         instead of `grep-error-face'.
12326 2005-08-05  Kenichi Handa  <handa@m17n.org>
12328         * international/code-pages.el: Add autoload cookies for all coding
12329         systems.
12331 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12333         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12335 2005-08-04  Juri Linkov  <juri@jurta.org>
12337         * progmodes/compile.el (compilation-mode-map):
12338         * progmodes/grep.el (grep-mode-map):
12339         Bind TAB to `compilation-next-error' and [backtab] to
12340         `compilation-previous-error'.
12342         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12343         matching line numbers, column numbers and their ranges with regexp
12344         matching only line numbers.
12345         (grep-context-face): New face variable.
12346         (grep-mode-font-lock-keywords): Use it.
12348         * faces.el (read-face-name): Delete duplicate faces.
12350 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12352         * thumbs.el (thumbs-find-image): Don't make variables
12353         automatically buffer local.
12354         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12355         (thumbs-image-num): Make automatically buffer local.
12356         (thumbs-show-thumbs-list): Use `make-local-variable', not
12357         `make-variable-buffer-local'.
12358         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12360         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12361         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12362         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12363         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12364         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12365         (feelings-about, foullst, found, hello, history, howareyoulst)
12366         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12367         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12368         (neglst, obj, object, owner, please, problems, qlist)
12369         (random-adjective, relation, remlst, repetitive-shortness)
12370         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12371         (shortlst, something, sportslst, stallmanlst, states, subj)
12372         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12373         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12374         Defvar at compile time.
12376         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12377         not `make-variable-buffer-local'.
12379 2005-08-02  Kim F. Storm  <storm@cua.dk>
12381         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12382         rectangle overlay in selected window.
12384 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12386         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12387         instead of display group.  Make `indicate-buffer-boundaries'
12388         customizable through Custom.
12390 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12392         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12393         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12394         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12395         (gdb-put-string): Fix typos in docstrings.
12397 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12399         Update copyright notices of files in progmodes directory for
12400         release of Emacs 22.1.
12402         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12404         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12405         Don't barf if the GUD buffer has been killed.
12407 2005-08-01  Kim F. Storm  <storm@cua.dk>
12409         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12411 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12413         * simple.el (next-error-follow-minor-mode):
12414         make-variable-buffer-local -> make-local-variable.
12416         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12418         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12419         (byte-compile-form-make-variable-buffer-local): New functions to warn
12420         about misuses of make-variable-buffer-local where make-local-variable
12421         was meant.
12423 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12425         * bs.el (bs-attributes-list): Doc fix.
12426         (bs): Update url-link.
12428         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12429         (desktop-load-default): Simplify.
12431         * ibuffer.el (ibuffer-columnize-and-insert-list)
12432         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12433         (ibuffer-unmark-all, ibuffer-toggle-marks)
12434         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12435         (ibuffer-compile-make-format-form, ibuffer-format-column)
12436         (ibuffer-current-buffers-with-marks)
12437         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12438         (ibuffer): Doc fix.
12439         (ibuffer-mode): Fix typo in docstring.
12440         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12441         with `define-obsolete-variable-alias'.
12442         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12444 2005-07-29  Kenichi Handa  <handa@m17n.org>
12446         * international/mule-cmds.el (select-message-coding-system):
12447         Be sure to use LF for end-of-line.  If no coding system is decided,
12448         return iso-8859-1-unix.
12450 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12452         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12453         (ange-ftp-pending-error-line): New vars.
12454         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12455         to handle the non-fatal no-route-to-host messages.
12456         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12458 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12460         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12461         (isearch-quote-char, isearch-printing-char)
12462         (isearch-text-char-description): "?\ " -> "?\s".
12463         (isearch-lazy-highlight-cleanup)
12464         (isearch-lazy-highlight-initial-delay)
12465         (isearch-lazy-highlight-interval)
12466         (isearch-lazy-highlight-max-at-a-time)
12467         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12468         Declare with define-obsolete-*-alias macros.
12469         (isearch-forward): Fix typo in docstring.
12470         (search-invisible, search-ring-yank-pointer)
12471         (regexp-search-ring-yank-pointer): Doc fixes.
12473         * recentf.el (recentf-menu-append-commands-p): Declare with
12474         `define-obsolete-variable-alias'.
12475         (recentf-max-saved-items, recentf-menu-filter)
12476         (recentf-arrange-by-rule-subfilter): Doc fixes.
12477         (recentf-menu-append-commands-flag)
12478         (recentf-initialize-file-name-history, recentf-expand-file-name)
12479         (recentf-clear-data): Fix typos in docstrings.
12481 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12483         * progmodes/gdb-ui.el: Smarten comments.
12484         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12486 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12488         * term/apollo.el (terminal-init-apollo): New function containing
12489         all former top level forms in the file.
12490         * term/bobcat.el (terminal-init-bobcat):
12491         * term/cygwin.el (terminal-init-cygwin):
12492         * term/iris-ansi.el (terminal-init-iris-ansi):
12493         * term/linux.el (terminal-init-linux):
12494         * term/news.el (terminal-init-news):
12495         * term/rxvt.el (terminal-init-rxvt):
12496         * term/sun.el (terminal-init-sun):
12497         * term/tvi970.el (terminal-init-tvi970):
12498         * term/vt100.el (terminal-init-vt100):
12499         * term/vt102.el (terminal-init-vt102):
12500         * term/vt125.el (terminal-init-vt125):
12501         * term/vt200.el (terminal-init-vt200):
12502         * term/vt201.el (terminal-init-vt201):
12503         * term/vt220.el (terminal-init-vt220):
12504         * term/vt240.el (terminal-init-vt240):
12505         * term/vt300.el (terminal-init-vt300):
12506         * term/vt320.el (terminal-init-vt320):
12507         * term/vt400.el (terminal-init-vt400):
12508         * term/vt420.el (terminal-init-vt420):
12509         * term/wyse50.el (terminal-init-wyse50):
12510         * term/xterm.el (terminal-init-xterm): Likewise.
12512         * term/README: Describe the terminal-init-* functionality.
12514         * startup.el (command-line): After loading the terminal initialization
12515         file call the corresponding terminal initialization function.
12517 2005-07-27  Kenichi Handa  <handa@m17n.org>
12519         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12520         negative.
12522         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12523         (ps-mule-composition-prologue): Fix for the case that
12524         RelativeCompose is false.
12526 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12530         * descr-text.el (describe-char): Handle the case where the list of
12531         chars is displayed in a separate frame.
12532         Be a bit more discriminating when looking for the char.
12534 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12536         * bookmark.el (bookmark-automatically-show-annotations)
12537         (bookmark-read-annotation-text-func): Doc fixes.
12538         (bookmark-save): Improve argument/docstring consistency.
12539         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12540         (bookmark-alist-from-buffer)
12541         (bookmark-upgrade-file-format-from-0)
12542         (bookmark-grok-file-format-version)
12543         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12544         (bookmark-read-annotation-mode)
12545         (bookmark-insert-current-bookmark, bookmark-jump)
12546         (bookmark-exit-hook): Fix typos in docstrings.
12547         (bookmark-exit-hooks): Define as obsolete alias.
12548         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12549         not `bookmark-exit-hooks'.  Fix docstring.
12550         (bookmark-bmenu-select): "?\ " -> "?\s".
12552 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12554         * startup.el (command-line): Fix typo.
12556 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12558         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12559         not emacs-quick-startup.
12561 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12563         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12564         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12565         instead of `reb-with-current-window'.
12566         (reb-prev-match): Likewise.  Also, don't move left if the search
12567         was unsuccessful.
12568         (reb-initialize-buffer): New function.
12569         (re-builder, reb-change-syntax): Use it.
12571         * man.el (Man-goto-page): Make second argument NOERROR optional.
12573 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12575         * man.el (Man-bgproc-sentinel): Check here for failure to find
12576         any man page in the output, and report the error here.
12577         (Man-arguments): Make it permanent local.
12578         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12579         (Man-mode): Pass t for NOERROR.
12581         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12582         (grep-mode-font-lock-keywords):
12583         Don't use compilation-...-face for messages that are not file names.
12585         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12586         Don't use compilation-...-face for messages that are not file names.
12588 2005-07-22  Juri Linkov  <juri@jurta.org>
12590         * startup.el (normal-splash-screen): Update menu name.
12592         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12594 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12596         * term/xterm.el: Load term/rxvt if the terminal is actually an
12597         rxvt terminal.
12598         (xterm-rxvt-set-background-mode): Remove, not used anymore.
12600         * term/rxvt.el (function-key-map): Use substitute-key-definition
12601         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
12603         * term/cygwin.el: New file.
12605 2005-07-22  Kim F. Storm  <storm@cua.dk>
12607         * image-file.el (insert-image-file, image-file-yank-handler):
12608         Fix last change to maintain a (unique) yank-handler on yanked images.
12610 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
12612         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12613         of the file size (as in "177B" for 177 bytes).  This happens with
12614         "ls -lh" on FreeBSD.
12616 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
12618         * hilit-chg.el (highlight-changes-global-initial-state)
12619         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12620         (hilit-chg-fixup, highlight-changes-mode):
12621         Fix typos in docstrings.
12622         (highlight-changes-global-modes, highlight-changes-rotate-faces):
12623         Doc fixes.
12625 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
12627         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12628         mode function using `eval-after-load'.
12630 2005-07-21  Kim F. Storm  <storm@cua.dk>
12632         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12633         included when reporting an emacs crash, and tell about the DEBUG file.
12635         * image-file.el (insert-image-file): Add yank-handler.
12636         (image-file-yank-handler): Yank handler to make unique copies of
12637         images when they are yanked into a buffer next to each other.
12639 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
12641         * comint.el (comint-use-prompt-regexp, comint-send-input)
12642         (comint-source-default, comint-extract-string)
12643         (comint-get-source, comint-word, comint-completion)
12644         (comint-source, comint-prompt-read-only, comint-update-fence):
12645         Fix typos in docstrings.
12646         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12647         Declare with define-obsolete-*-alias macros.
12648         (comint-previous-matching-input-from-input)
12649         (comint-next-matching-input-from-input)
12650         (comint-previous-matching-input, comint-next-matching-input)
12651         (comint-forward-matching-input):
12652         Improve argument/docstring consistency.
12654         * desktop.el (desktop-clear-preserve-buffers-regexp):
12655         Also preserve the *server* buffer.
12657         * simple.el (clone-indirect-buffer): Doc fix.
12658         (fixup-whitespace, just-one-space)
12659         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12660         (next-error, next-error-highlight)
12661         (next-error-highlight-no-select, next-error-last-buffer)
12662         (next-error-buffer-p, next-error-find-buffer, next-error)
12663         (previous-error, next-error-no-select, previous-error-no-select)
12664         (open-line, split-line, minibuffer-prompt-width, kill-new)
12665         (binary-overwrite-mode): Fix typos in docstrings.
12666         (set-fill-column): Fix typo in message.
12668         * skeleton.el (skeleton-proxy-new): Doc fix.
12670         * strokes.el (strokes-load-hook): Doc fix.
12671         (strokes-grid-resolution, strokes-get-grid-position)
12672         (strokes-renormalize-to-grid, strokes-read-stroke)
12673         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12674         (strokes-global-map): Fix typos in docstrings.
12675         (strokes-help): Doc fix.  Fix help message and pass it through
12676         `substitute-command-keys'.
12678         * tempo.el (tempo-insert-prompt, tempo-interactive)
12679         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12680         (tempo-insert-string-functions, tempo-local-tags)
12681         (tempo-define-template, tempo-insert-template)
12682         (tempo-insert-prompt-compat, tempo-is-user-element)
12683         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12684         Fix typos in docstrings.
12686         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12687         (vcursor-key-bindings, vcursor-use-vcursor-map)
12688         (vcursor-find-window, vcursor-scroll-down)
12689         (vcursor-disable, vcursor-beginning-of-buffer)
12690         (vcursor-end-of-buffer): Fix typos in docstrings.
12691         (vcursor-relative-move, vcursor-get-char-count):
12692         Improve argument/docstring consistency.
12694         * version.el: "?\ " -> "?\s".
12696         * wid-edit.el (widget-default-create, widget-after-change)
12697         (widget-default-format-handler, widget-checklist-add-item)
12698         (widget-radio-add-item, widget-choose, widget-specify-secret)
12699         (widget-field-value-create, widget-field-value-get)
12700         (widget-editable-list-format-handler)
12701         (widget-editable-list-entry-create, widget-group-value-create)
12702         (widget-documentation-link-add)
12703         (widget-documentation-string-value-create): "?\ " -> "?\s".
12704         (widget-convert-text): Doc fix.
12705         (widget-narrow-to-field, widget-field-find)
12706         (widget-url-link-action, widget-emacs-library-link-action)
12707         (widget-color-notify): Fix typos in docstrings.
12709         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12710         (x-select-text, set-w32-system-coding-system)
12711         (w32-add-charset-info): Fix typos in docstrings.
12713         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12714         (cua-enable-cua-keys, cua-use-hyper-key)
12715         (cua-virtual-rectangle-edges): Fix typos in docstrings.
12716         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12718         * net/tramp.el (tramp-handle-load): Fix typo in error message.
12720         * emacs-lisp/re-builder.el (regexp-builder): Declare with
12721         `defalias' instead of faking it.
12723         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12724         (eshell-ls-missing, eshell-ls-dired-initial-args)
12725         (eshell-ls-use-in-dired): Fix typos in docstrings.
12727 2005-07-20  Kim F. Storm  <storm@cua.dk>
12729         * emulation/cua-base.el (cua-mode): Improve doc string.
12731 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
12733         * abbrev.el (expand-region-abbrevs): Doc fix.
12734         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12735         Improve argument/docstring consistency.
12737         * arc-mode.el (archive-get-descr, archive-alternate-display):
12738         Doc fixes.
12739         (archive-l-e): Improve argument/docstring consistency.
12740         (archive-tmpdir, archive-unixdate, archive-unixtime)
12741         (archive-chmod-entry): Fix typos in docstrings.
12742         (archive-unflag, archive-unflag-backwards)
12743         (archive-unmark-all-files): "?\ " -> "?\s".
12745         * buff-menu.el (Buffer-menu-unmark): Doc fix.
12746         (Buffer-menu-not-modified, Buffer-menu-execute)
12747         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12748         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12750         * composite.el (compose-string, encode-composition-rule)
12751         (compose-last-chars): Fix typos in docstrings.
12753         * desktop.el (desktop-enable, desktop-basefilename):
12754         Declare with `define-obsolete-variable-alias'.
12755         (desktop-internal-v2s): Don't quote keywords.
12756         (desktop-clear): "?\ " -> "?\s".
12758         * dired.el (dired-align-file, dired-flag-backup-files)
12759         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12760         (dired-listing-switches, dired-ls-F-marks-symlinks)
12761         (dired-dwim-target, dired-load-hook, dired-mode-hook)
12762         (dired-directory, dired-faces, dired, dired-revert)
12763         (dired-mode, dired-summary, dired-view-file)
12764         (dired-copy-filename-as-kill, dired-delete-file)
12765         (dired-no-confirm, dired-unmark-all-marks)
12766         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12767         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12768         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12769         Fix typos in message strings.
12771         * dired-x.el (virtual-dired): Declare with `defalias'.
12772         (dired-mark-unmarked-files, dired-local-variables-file)
12773         (dired-omit-here-always): Doc fix.
12774         (dired-omit-mode, dired-find-subdir)
12775         (dired-enable-local-variables, dired-clean-up-buffers-too)
12776         (dired-extra-startup, dired-mark-extension, dired-jump)
12777         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12778         (dired-smart-shell-command, dired-guess-shell-alist-user)
12779         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12780         (dired-x-bind-find-file, dired-x-submit-report):
12781         Fix typos in docstrings.
12782         (dired-mark-unmarked-files): "?\ " -> "?\s".
12784         * dirtrack.el (dirtrack-list): Fix typos in docstring.
12786         * faces.el (describe-face): "?\ " -> "?\s".
12787         (read-all-face-attributes, read-face-font, modify-face)
12788         (face-attr-construct, italic): Fix typos in docstrings.
12789         (frame-update-face-colors): Declare with
12790         `define-obsolete-function-alias'.
12792         * files.el (find-file-noselect, recode-file-name): Doc fixes.
12793         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12794         (magic-mode-alist, buffer-file-numbers-unique)
12795         (write-file-functions, get-free-disk-space):
12796         Fix typos in docstrings.
12797         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12798         (write-contents-hooks, write-file-hooks):
12799         Declare with `define-obsolete-variable-alias'.
12801         * forms-d2.el (arch-rj): Fix typo in docstrings.
12802         (arch-tocol): Likewise.  "?\ " -> "?\s".
12804         * frame.el (set-frame-font, cursor-in-non-selected-windows):
12805         Fix typo in docstring.
12806         (set-screen-width, set-screen-height): Delete redundant info in
12807         doctrings.
12808         (new-frame, screen-height, screen-width): Declare with
12809         `define-obsolete-function-alias'.
12810         (delete-frame-hook, blink-cursor): Declare with
12811         `define-obsolete-variable-alias'.
12813         * paths.el (prune-directory-list): Fix typos in docstring.
12815         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12816         (cvs-prefix-get): Fix typos in docstrings.
12818         * ps-print.el (ps-extend-face-list, ps-extend-face)
12819         (ps-print-background-image): Fix typos in docstrings.
12820         (ps-default-fg, ps-default-bg): Doc fixes.
12822         * s-region.el (s-region-bind): Doc fix.
12823         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12825         * textmodes/org.el (org-table-formula-substitute-names)
12826         (org-table-get-vertical-vector): Doc fixes.
12827         (org-table-recalculate): Remove unused argument to `message'.
12829 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
12831         * textmodes/org.el (org-table-column-names)
12832         (org-table-column-name-regexp)
12833         (org-table-named-field-locations): New variables.
12834         (org-archive-subtree): Protect `this-command' when calling
12835         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12836         the kill buffer.
12837         (org-complete): Remove fixed-formula completion.
12838         (org-edit-formulas-map): New variable.
12839         (org-table-edit-formulas): New command.
12840         (org-finish-edit-formulas, org-abort-edit-formulas)
12841         (org-show-variable, org-table-get-vertical-vector): New functions.
12842         (org-table-maybe-eval-formula): Handle `:=' fields.
12843         (org-table-get-stored-formulas, org-table-store-formulas)
12844         (org-table-get-formula, org-table-modify-formulas)
12845         (org-table-replace-in-formulas): Handle named field formulas.
12846         (org-table-get-specials): Store locations of named fields.
12848 2005-07-19  Juri Linkov  <juri@jurta.org>
12850         * progmodes/grep.el (grep-regexp-alist)
12851         (grep-mode-font-lock-keywords, grep-process-setup):
12852         Use default GNU grep match color "01;31m" instead of "01;41m".
12853         (grep-regexp-alist, grep-mode-font-lock-keywords):
12854         Use `\\[[0-9]*m' instead of `\\[00m'.
12855         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12856         sgr_start where its handling is more important.  Use the real
12857         length of sgr_start instead of constant 8.
12858         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12859         specially.  Delete all remaining escape sequences.
12860         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12861         (grep-regexp-alist): Make hyperlink only for binary file name
12862         instead of the whole line.
12863         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12864         (grep-mode): Add autoload.
12866         * emacs-lisp/find-func.el (find-function-regexp):
12867         Add `define-compilation-mode'.
12869 2005-07-19  Juri Linkov  <juri@jurta.org>
12871         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12872         (compare-windows-sync-string-size, compare-windows-recenter)
12873         (compare-windows-highlight, compare-windows): Add version 22.1.
12874         (compare-windows) <defface>: Inherit from lazy-highlight instead
12875         of duplicating its default value.
12877         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12878         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12880         * descr-text.el (describe-char): Create link buttons for `charset'
12881         and `code point'.  Add the current input method name with a link
12882         button to `to input' field.  Print face names of display table
12883         characters in `The display table entry is displayed by' section
12884         instead of printing face-id in the `display' field.
12885         Guess hardcoded faces and create a link button for them.
12886         Skip empty fields when calculating max-width.
12887         Treat `widget-create' specially while inserting strings from the
12888         collected field list.
12889         (describe-char-after): Made obsolete in version 22.1, not 21.5.
12891         * diff-mode.el (diff-file-header): Change foreground color from
12892         yellow to green on light backgrounds.
12893         (diff-context): Inherit from `shadow' only for color/grayscale
12894         with more than 88 colors.
12895         (diff-indicator-removed, diff-indicator-added)
12896         (diff-indicator-changed): New faces.
12897         (diff-font-lock-keywords): Use new faces.  Regroup rules.
12898         Add "^---$" for `normal' diff format.  Fontify `#' lines with
12899         font-lock-comment-delimiter-face and font-lock-comment-face.
12900         Add `#' to ^[^...] in the rule for `diff-context-face'.
12902         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12903         a button-like box.  Inherit from `highlight' on low colors.
12904         (shadow): Use shades of gray only for color/grayscale with
12905         more than 88 colors.  Use green for light backgrounds with
12906         8 colors, and yellow for dark backgrounds with 8 colors.
12908         * font-lock.el (font-lock-regexp-grouping-backslash):
12909         Don't inherit from escape-glyph (use bold for all cases).
12911         * info.el (info-xref-visited): Use light foreground color `violet'
12912         for dark backgrounds instead of dark color `magenta3'.
12913         (info-title-1): Use `yellow' color for dark backgrounds.
12915         * isearch.el (isearch): Use not-too-dark magenta3 instead of
12916         too-light magenta2.
12918         * replace.el (match): Use slightly more light RoyalBlue3 instead
12919         of dark RoyalBlue4.
12921         * wid-edit.el (widget-inactive): Inherit from `shadow'.
12923 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
12925         * novice.el (disabled-command-hook): Declare it with
12926         `define-obsolete-variable-alias'.
12928         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12929         (desktop-buffer-misc-functions, desktop-buffer-handlers)
12930         (desktop-load-default): Add release to obsolescence info.
12931         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12932         (desktop-append-buffer-args, desktop-read):
12933         Fix typos in docstrings.
12934         (desktop-kill): Fix typo in message.
12935         (desktop-save): Doc fix.
12937 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12939         * viper-cmd.el (viper-escape-to-state): Bug fix.
12940         (viper-envelop-ESC-key): Change the definition of fast
12941         keysequence so it'll work with keyboard macros.
12943         * ediff.el (ediff-patch-buffer): Change the docstring.
12945 2005-07-19  Kenichi Handa  <handa@m17n.org>
12947         * international/mule-cmds.el (select-safe-coding-system): Try to
12948         use an auto-coding (if any) before anything else.  If the found
12949         auto-coding is invalid, show a warning message.
12951         * international/mule.el (find-auto-coding): New function created
12952         by modifying the body of set-auto-coding.
12953         (set-auto-coding): Use find-auto-coding to find a coding.
12955 2005-07-18  Richard M. Stallman  <rms@gnu.org>
12957         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12958         not isearch-mode-end-hook-error.
12959         (allout-before-change-protect): Fix error message.
12961 2005-07-18  Juri Linkov  <juri@jurta.org>
12963         * allout.el (allout-mode):
12964         * calculator.el (calculator-copy):
12965         * custom.el (custom-known-themes):
12966         * dired.el (dired-desktop-buffer-misc-data)
12967         (dired-restore-desktop-buffer):
12968         * dired-x.el (dired-omit-marker-char):
12969         * files.el (basic-save-buffer):
12970         * font-core.el (font-lock-mode):
12971         * calendar/calendar.el (calendar-goto-hebrew-date)
12972         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12973         (calendar-goto-persian-date):
12974         * language/ethio-util.el (ethio-sera-to-fidel-region):
12975         * textmodes/picture.el (picture-mode):
12976         Delete duplicate duplicate words.
12978 2005-07-18  Juri Linkov  <juri@jurta.org>
12980         * isearch.el (isearch-mode-map): Remove key bindings for regexp
12981         chars * ? } |.
12982         (isearch-fallback): Don't call `isearch-process-search-char'.
12983         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12984         (isearch-process-search-char): Call `isearch-fallback' for regexp
12985         chars * ? } |.
12986         (isearch-return-char): Make obsolete with `make-obsolete' instead
12987         of simply documenting it as obsolete in the docstring.
12988         (isearch-fallback): Refill docstring.
12990         * international/isearch-x.el
12991         (isearch-process-search-multibyte-characters): Remove unneeded
12992         `concat'.  Add intermediate values to `junk-hist' instead of
12993         `minibuffer-history'.  Test the length of `str'.
12995 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
12997         * allout.el (allout-resolve-xref): Fix typos in error strings.
12998         (allout-before-change-protect): Remove unneeded `concat'.
13000         * array.el (array-mode, array-reconfigure-rows)
13001         (untabify-backward): Fix typos in docstrings.
13002         (array-reconfigure-rows): Use `insert-buffer-substring', not
13003         `insert-buffer'.
13005         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13006         * progmodes/ada-mode.el (ada-make-body):
13007         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13009         * dired.el (dired-log):
13010         * tar-mode.el (tar-subfile-save-buffer):
13011         * play/zone.el (zone-pgm-stress-destress):
13012         Use `insert-buffer-substring', not `insert-buffer'.
13014 2005-07-17  Simon Josefsson  <jas@extundo.com>
13016         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13018 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13020         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13021         Add plain auth method.
13022         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13024 2005-07-17  Kim F. Storm  <storm@cua.dk>
13026         * ido.el (dired-other-window): Add ido property.
13028 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13030         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13031         Fix typo in docstring.
13032         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13033         `insert-file-literally'.
13035         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13036         info and delete redundant message.  Doc fix.
13037         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13038         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13040 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13042         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13043         (byte-compile-and): Use byte-compile-and-recursion.
13044         (byte-compile-or-recursion): New function.
13045         (byte-compile-or): Use that.
13046         (byte-compile-if): Guard the else-clause too.
13047         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13049         * isearch.el (isearch-mode-end-hook-quit): New variable.
13050         (isearch-done): Bind it.
13051         (isearch-mode-end-hook): Doc fix.
13053         * allout.el (allout-isearch-did-quit): Variable deleted.
13054         (allout-real-isearch-abort): Function name no longer used.
13055         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13056         (allout-isearch-rectification): isearch-mode always exists.
13057         Don't set allout-isearch-did-quit.
13058         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13059         allout-isearch-did-quit.
13060         (allout-enwrap-isearch): Just add the hook.
13061         (allout-isearch-abort): Function deleted.
13062         (allout-pre-command-business): Avoid warning.
13064         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13065         Correctly avoid warnings.
13066         (pascal-outline): Likewise.
13068         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13070         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13072         * play/tetris.el (tetris-mode): Avoid warning.
13074         * play/snake.el (snake-mode): Avoid warning.
13076         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13077         (gamegrid-set-display-table): Avoid warning.
13078         (gamegrid-set-timer): Likewise.
13079         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13080         (gamegrid-add-score-with-update-game-score-1): Take FILE
13081         as argument.
13082         (gamegrid-add-score-with-update-game-score): Pass that argument.
13083         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13085         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13087         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13088         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13090         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13091         and insert-file.
13093         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13094         (sc-ask): Avoid warnings.
13096         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13097         (eshell-hist-initialize): Use that var the natural way.
13099         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13101         * emacs-lisp/re-builder.el (reb-cook-regexp):
13102         Avoid warning calling lre-compile-string.
13103         (reb-color-display-p): Avoid warning.
13105         * calculator.el (calculator-last-input): Guard uses
13106         of event-key and key-press-event-p.
13107         (event-key, key-press-event-p): Delete definitions.
13109         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13110         (find-gc-source-directory, find-gc-subrs-callers)
13111         (find-gc-noreturn-list, find-gc-source-files)
13112         (find-gc-subrs-called): Vars renamed and defvar'd.
13114         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13115         (checkdoc-overlay-put, checkdoc-delete-overlay)
13116         (checkdoc-overlay-start, checkdoc-overlay-end)
13117         (checkdoc-mode-line-update, checkdoc-char=):
13118         Define such that compiler knows they are defined.
13119         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13120         (checkdoc-read-event): Delete.  Use read-event directly.
13122         * whitespace.el (whitespace-make-overlay)
13123         (whitespace-overlay-put, whitespace-delete-overlay)
13124         (whitespace-overlay-start, whitespace-overlay-end):
13125         Define such that compiler knows they are defined.
13126         (whitespace): Move conditional inside.
13128         * tempo.el (tempo-insert-template): Suppress warning.
13130         * ediff-diff.el (longlines-mode): Add defvar.
13132 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13134         * server.el: Bind "C-x #" in a way that works even if C-x is
13135         redefined to a command key, not a prefix key.
13137 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13139         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13140         cl-make-type-test till execution time.
13142 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13144         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13145         arg ARG and use it.
13147 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13149         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13151 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13153         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13154         a defcustom with two :set or :type keywords.
13156 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13158         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13159         Don't give ^M comment-end syntax.
13161 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13163         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13164         Don't consider gdbmi (gdb-mi.el has its own update functions).
13165         (gdb-var-delete): Make it work for gdbmi as well.
13166         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13168         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13169         (gud-speedbar-menu-items): Correct logic for enabling items.
13171 2005-07-15  Kim F. Storm  <storm@cua.dk>
13173         * ido.el: Fix commentary.
13174         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13175         Use with-no-warnings around ffap-guesser.
13176         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13177         Let bind minibuffer-completing-file-name to t.
13179 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13181         * startup.el (site-run-file, keyboard-type): Doc fixes.
13182         (command-line): Check for "--basic-display" argument; also for
13183         "--quick", not "--bare-bones" (which was renamed).
13184         (fancy-splash-text): Add missing item "Getting New Versions".
13185         (normal-splash-screen): Fix typos and improve consistency with
13186         `fancy-splash-text'.  Update copyright year.
13188         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13189         valid binding for `help-char'.
13191         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13193 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13195         * term.el (term-mode): Disable cua-mode for term buffers.
13197 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13199         * add-log.el (add-log-mailing-address, change-log-merge):
13200         Doc fixes.
13201         (change-log-get-method-definition): Fix typo in docstring.
13203 2005-07-14  Kim F. Storm  <storm@cua.dk>
13205         * emulation/cua-base.el:
13206         (cua--pre-command-handler-1, cua--pre-command-handler)
13207         (cua--post-command-handler-1, cua--post-command-handler):
13208         Split in two.  Check (buffer local) value of cua-mode.
13209         (cua-selection-mode): New command.
13211 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13213         * custom.el (custom-initialize-safe-set)
13214         (custom-initialize-safe-default): Doc fixes.
13216         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13217         and simplify :init-value again.
13219         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13220         and simplify :init-value again.  Delete autoload.
13222         * startup.el (command-line): Use `custom-reevaluate-setting' again
13223         for tooltip-mode.
13225         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13226         a defcustom with two :initialize keywords.
13228 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13230         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13231         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13232         (allout-post-command-business, allout-flag-region)
13233         (isearch-reenable-font-lock, allout-yank)
13234         (allout-insert-latex-header, allout-insert-latex-trailer)
13235         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13236         (allout-latex-verb-quote): Fix typos in docstrings.
13237         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13238         (allout-unprotected, allout-prefix-data):
13239         Improve argument/docstring consistency.
13240         (allout-chart-subtree): Fix argument spec.
13241         (allout-open-topic): Rename `use_sib_bullet' argument to
13242         `use-sib-bullet'.  Doc fix.
13244         * whitespace.el (whitespace-check-buffer-leading)
13245         (whitespace-check-buffer-trailing)
13246         (whitespace-check-buffer-indent)
13247         (whitespace-check-buffer-spacetab)
13248         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13249         (whitespace-check-leading-whitespace)
13250         (whitespace-check-trailing-whitespace)
13251         (whitespace-check-spacetab-whitespace)
13252         (whitespace-check-indent-whitespace)
13253         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13254         (whitespace-modes): Fix typos in docstrings.
13255         (defgroup, defcustom): Doc fixes.
13257         * winner.el (winner-mode, winner-boring-buffers)
13258         (winner-pending-undo-ring): Doc fixes.
13259         (winner-ring): Remove unneeded `progn'.
13260         (winner-equal): `defsubst' it.
13261         (winner-redo): Fix message.
13263 2005-07-13  Kim F. Storm  <storm@cua.dk>
13265         * simple.el (line-move-1): Always use vertical-motion to
13266         do the last (or only) line move to ensure some movement.
13267         Undo 2005-06-23 change--don't check for overlays.
13269 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13271         * term/mac-win.el (ccl-encode-mac-roman-font)
13272         (ccl-encode-mac-centraleurroman-font)
13273         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13274         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13275         Change charset-id boundary of dimension to ?\xef.
13276         (mac-char-fontspec-list): New constant.
13277         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13278         argument.  Nil uses itself as family in font-spec.  Previous
13279         behavior for nil is now provided by non-nil non-string argument.
13280         All callers changed.  Add font-specs for Mac fonts to
13281         "fontset-default" unless iso8859-1 fonts are installed.
13283 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13286         a continuation line if the \ is preceded by SPC or TAB.
13287         (sh-get-indent-info): Simplify.
13288         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13289         Use with-current-buffer.
13291         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13292         when the matched text is empty.
13294 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13296         * startup.el (command-line): Revert to previous handling of
13297         tooltip-mode.  Explain in comment why the complexity is needed.
13299         * tooltip.el (tooltip-mode): Revert to previous implementation of
13300         its defcustom.
13302         * frame.el (blink-cursor-mode): Revert to previous implementation
13303         of its defcustom.  Update comment.
13305 2005-07-12  Lars Hansen  <larsh@soem.dk>
13307         * desktop.el: Update e-mail address.
13309 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13311         * term/mac-win.el (mac-services-mail-selection)
13312         (mac-services-mail-to): New functions.
13313         (mac-application-menu-map): Bind them.
13315 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13317         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13319 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13321         * custom.el (custom-reevaluate-setting): Doc fix.
13323 2005-07-11  Jay Belanger  <belanger@truman.edu>
13325         * calc/calc.el (calc-embedded-announce-formula-alist)
13326         (calc-embedded-open-close-plain-alist)
13327         (calc-embedded-open-close-mode-alist): Add checks for additional
13328         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13330 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13332         * custom.el (custom-enable-theme): Don't add theme to
13333         `custom-enabled-themes' with `push' because there is no
13334         setf-method for `delq'.
13336 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13338         * custom.el (custom-declare-variable): Doc fix.
13340         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13341         from the alists.
13343         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13344         Do nothing if edebug-active.
13346         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13347         (edebug-display): Do it here instead.
13349 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13351         * cus-face.el (custom-theme-set-faces): Make it work.
13352         (custom-reset-faces): Doc fix.
13353         (custom-theme-reset-internal-face, custom-theme-face-value):
13354         Functions deleted.
13356         * custom.el (custom-push-theme): Maintain list of the settings
13357         of a given theme in its theme-settings property.
13358         Maintain position of old settings in the theme-value
13359         or theme-face property.
13360         (custom-enabled-themes): New variable.
13361         (custom-theme-enabled-p): New function.
13362         (provide-theme): Update custom-enabled-themes.
13363         Disable and reenable the `user' theme.
13364         (require-theme): Doc fix.
13365         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13366         (custom-theme-value, custom-theme-variable-value): Likewise.
13367         (custom-theme-reset-internal): Likewise.
13368         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13369         (custom-enable-theme, custom-disable-theme): New functions.
13370         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13371         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13372         (custom-theme-reset-variables): Simplify.
13373         (deftheme, custom-declare-theme, custom-make-theme-feature):
13374         Definitions moved.
13376 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13378         * longlines.el (longlines-show-region)
13379         (longlines-unshow-hard-newlines): Recognize hard newlines by
13380         non-nil hard property, instead of t.
13382 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13384         * viper-cmd.el (viper--key-maps): New variable.
13385         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13386         emulation-mode-map-alists.
13387         (viper-envelop-ESC-key): Use viper-subseq.
13388         (viper-search-forward/backward/next): Disable debug-on-error.
13390         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13391         (viper-ESC-key): New defcustoms.
13393         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13395         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13396         (viper-subseq): Copy of subseq from cl.el.
13398         * viper.el (viper-go-away, viper-set-hooks): Use
13399         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13401         * viper-mous.el (viper-current-frame-saved): Use defvar.
13403         * viper-init.el: Get rid of -face in face names.
13405         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13406         Make it work with longlines mode
13408         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13410         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13412         * ediff-init.el: Get rid of -face in face names.
13414 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13416         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13417         and with-timeout-unsuspend.
13419         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13420         and with-timeout-unsuspend.
13422         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13423         (with-timeout): Bind that variable to record timers.
13424         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13426         * emacs-lisp/debug.el (debug-help-follow): New function.
13427         (debugger-mode-map): Use that instead of help-follow.
13428         (debugger-setup-buffer): Use eval-buffer-list
13429         to handle eval-buffer frames.
13431 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13433         * timezone.el (timezone-parse-date): Change first regexp
13434         so it will not mistakenly match dates with no time zone.
13436 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13438         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13440 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13442         * custom.el (custom-initialize-safe-set)
13443         (custom-initialize-safe-default): New functions.
13445         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13446         and simplify :init-value.
13448         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13449         and simplify :init-value.  Delete obsolete comment.
13451         * startup.el (command-line): Use `custom-reevaluate-setting' to
13452         handle `tooltip-mode'.  Delete obsolete comment.
13454         * files.el (set-visited-file-name): Avoid calling
13455         `file-name-nondirectory' with a nil argument.
13457 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13459         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13460         was called with nil for the buffer, handle the read position right.
13461         Handle read position for eval-region, too.
13463 2005-07-09  Juri Linkov  <juri@jurta.org>
13465         * fringe.el (fringe-mode): Add period in docstring.
13466         (fringe-query-style): Build prompt depending on `all-frames' arg.
13468         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13469         to not create links to unrelated functions in the Help buffer.
13471         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13472         Doc fix.
13474         * simple.el (next-error-hook): New variable.
13475         (next-error): Use it.  Doc fix.
13477         * textmodes/ispell.el (ispell-command-loop): Add current
13478         dictionary name and program name to mode-line-format.
13479         (ispell-region, ispell-process-line): Add current dictionary name
13480         and program name to messages.
13482 2005-07-08  Jay Belanger  <belanger@truman.edu>
13484         * calc/calc.el (calc-embedded-announce-formula-alist)
13485         (calc-embedded-open-close-formula-alist)
13486         (calc-embedded-open-close-word-alist)
13487         (calc-embedded-open-close-plain-alist)
13488         (calc-embedded-open-close-new-formula-alist)
13489         (calc-embedded-open-close-mode-alist)
13490         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13491         (calc-embedded-mode-hook): New variables.
13493         * calc/calc-embed.el (calc-embedded-firsttime)
13494         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13495         New variables.
13496         (calc-do-embedded): Use calc-embedded-firsttime,
13497         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13498         determine whether or not to run hooks.
13499         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13500         calc-embedded-firsttime-formula appropriately.
13501         Set calc-embedded delimiter variables according to mode.
13503 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13505         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13506         Check for "emacs", etc., as entire symbol, not just as word.
13507         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13509         * files.el (set-visited-file-name): Report the error
13510         for "empty filename" earlier.
13511         (kill-some-buffers): Ignore buffers already dead.
13513         * fringe.el (fringe-mode): Doc fix.
13515         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13516         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13517         Use unwind-protect to ensure byte-compile-unresolved-functions
13518         is updated.
13520         * whitespace.el (whitespace-buffer-leading-cleanup):
13521         Simplify w/ skip-chars-forward.
13522         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13524         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13525         Unconditionally try to leave point at the same old place.
13527 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13529         * comint.el (comint-postoutput-scroll-to-bottom)
13530         (comint-show-maximum-output): Take scroll-margin into consideration.
13532 2005-07-08  Kim F. Storm  <storm@cua.dk>
13534         * ido.el (ido-use-filename-at-point): New choice `guess'.
13535         (ido-file-internal): Try ffap-guesser if selected.
13537         * ido.el (ido-before-fallback-functions): New hook.
13538         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13539         (ido-read-file-name): Run it.
13541 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13544         strings rather than a list of symbols to the completion function.
13546 2005-07-07  Jay Belanger  <belanger@truman.edu>
13548         * calc/calc-units.el (math-apply-units): Change the places in
13549         which units are simplified.
13551 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13553         * cus-edit.el (customize-option, customize-option-other-window):
13554         Make them handle aliases.
13556         * custom.el (custom-variable-p): Make it recursively follow
13557         aliases.  Mention that in the docstring.
13559 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13561         * cus-start.el (exec-path): Use `directory' instead of `file'.
13562         Fix tag for nil.
13564 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13566         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13567         when called non-interactively.  Doc fix.
13569 2005-07-07  Lute Kamstra  <lute@gnu.org>
13571         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13572         new address as well.
13574 2005-07-07  Kenichi Handa  <handa@m17n.org>
13576         * international/mule.el (make-coding-system):
13577         Describe `ascii-incompatible' property in the docstring.
13578         (set-file-name-coding-system): Signal an error if coding-system is
13579         ascii-incompatible.
13580         (set-keyboard-coding-system): Likewise.
13582         * international/mule-cmds.el (set-default-coding-systems):
13583         Don't set default-file-name-coding-system and
13584         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13586         * international/utf-16.el: Declare that all UTF-16-based coding
13587         systems are ASCII-incompatible.
13589 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13591         * progmodes/gud.el: Require font-lock for displaying errors.
13592         Used by gdb-ui.el.
13594 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13596         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13597         values for the pattern lists which are `read'able but not
13598         `append'able (like symbols).
13600 2005-07-06  Richard M. Stallman  <rms@gnu.org>
13602         * progmodes/flymake.el (flymake-float-time): Instead of
13603         with-no-warnings, test for xemacs.
13604         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13605         to avoid warning.
13607 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
13609         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13611 2005-07-05  Lute Kamstra  <lute@gnu.org>
13613         * battery.el: Add support for Darwin (with much debugging help
13614         from Samuel Lauber <sam124@operamail.com>).
13615         (battery-status-function, battery-echo-area-format)
13616         (battery-mode-line-format): Add support for pmset on Darwin.
13617         (battery-load-low, battery-load-critical): New user options.
13618         (battery-pmset): New function.
13620 2005-07-05  Lute Kamstra  <lute@gnu.org>
13622         Update FSF's address in GPL notices.
13624         * textmodes/page-ext.el: Update FSF's address.
13626 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13628         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13629         filling from using prefix when filling a single-line docstring.
13631         * progmodes/flymake.el: Remove useless eval-when-compile.
13633         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13635 2005-07-04  Richard M. Stallman  <rms@gnu.org>
13637         * textmodes/org.el (org-file-apps-defaults-gnu):
13638         Rename from org-file-apps-defaults-linux.
13639         (org-default-apps): Don't test system-type for `linux'.
13640         (org-file-apps): Doc fix.
13642 2005-07-04  David Ponce  <david@dponce.com>
13644         * tree-widget.el: Improve header Commentary section.
13645         (tree-widget) [defgroup]
13646         (tree-widget-image-enable, tree-widget-themes-directory)
13647         (tree-widget-theme, tree-widget-image-properties-emacs)
13648         (tree-widget-image-properties-xemacs, tree-widget-create-image)
13649         (tree-widget-image-formats, tree-widget-control)
13650         (tree-widget-empty-control, tree-widget-leaf-control
13651         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13652         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13653         (tree-widget-keep, tree-widget-after-toggle-functions)
13654         (tree-widget-open-node, tree-widget-close-node): Doc fix.
13655         (tree-widget-open-control, tree-widget-close-control): Fix doc and
13656         :help-echo message.
13657         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
13658         (tree-widget-image-properties): Doc fix.  Clearer implementation.
13659         (tree-widget--cursors): New constant.
13660         (tree-widget-lookup-image): New function split from
13661         `tree-widget-find-image'.  Clearer implementation.
13662         (tree-widget-find-image): Use it.
13663         (tree-widget-button-keymap): Use `set-keymap-parent'.
13664         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13665         Define the sub-widgets here.
13666         (tree-widget-node): Check that :node is not a tree-widget.
13667         (tree-widget-get-super, tree-widget-open-control)
13668         (tree-widget-close-control, tree-widget-empty-control)
13669         (tree-widget-leaf-control, tree-widget-guide)
13670         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13671         (tree-widget-no-handle, tree-widget-value-delete)
13672         (tree-widget-map): Remove.
13673         (tree-widget-children-value-save): Doc fix.  Simplified.
13674         (tree-widget-value-create): Update according to previous changes.
13676 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
13678         * textmodes/org.el: Leading space replaced by TABS.
13679         (org-recalc-marks, org-table-rotate-recalc-marks)
13680         (org-table-get-specials): Treat "^" and "_" marks.
13681         (org-table-justify-field-maybe): Optional argument NEW.
13682         (org-table-eval-formula): Parsing of the format simplified.
13683         New modes C,I.  Honor the %= parameter in the current table.
13684         Avoid unnecessary re-align by using the NEW argument to
13685         `org-table-justify-field-maybe'.
13686         (org-calc-default-modes): Default for date-format mimicks org-mode.
13687         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13689 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13691         * cus-face.el (custom-theme-set-faces): Make it handle face
13692         aliases whose alias declarations are pre- or autoloaded.
13694 2005-07-04  Juri Linkov  <juri@jurta.org>
13696         * faces.el (read-face-name): Put the code for getting a face name
13697         from the buffer before adding the faces from the `face' property.
13698         Use `completing-read-multiple' instead of `completing-read'.
13699         Require `crm'.  Add default value and post-process the returned
13700         list of faces.
13702         * emacs-lisp/crm.el (crm-find-current-element)
13703         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13705         * emacs-lisp/lisp-mode.el (eval-defun-1):
13706         * emacs-lisp/edebug.el (edebug-eval-defun):
13707         Remove unnecessary quotes.
13709 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13711         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13712         (prolog-indent-level): Fix typo in docstring.
13714         * info.el (Info-history, Info-history-forward)
13715         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13717         * add-log.el (add-change-log-entry):
13718         * comint.el (comint-dynamic-list-input-ring)
13719         (comint-dynamic-list-completions):
13720         * dabbrev.el (dabbrev-expand):
13721         * delim-col.el (delimit-columns-rectangle-line):
13722         * diff-mode.el (diff-context->unified, diff-reverse-direction)
13723         (diff-unified->context):
13724         * ediff-init.el (ediff-abbrev-jobname):
13725         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13726         (ediff-replace-session-activity-marker-in-meta-buffer):
13727         * info.el (Info-summary):
13728         * lpr.el (printify-region):
13729         * printing.el (pr-create-interface):
13730         * ps-print.el (ps-print-quote):
13731         * ses.el (ses-column-widths, ses-print-cell)
13732         (ses-adjust-print-width, ses-center):
13733         * shell.el (shell-file-name-quote-list):
13734         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13735         (strokes-fill-current-buffer-with-whitespace)
13736         (strokes-xpm-for-stroke, strokes-list-strokes)
13737         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13738         * term.el (term-dynamic-list-input-ring)
13739         (term-dynamic-list-completions):
13740         * calc/calc.el (math-format-stack-value):
13741         * emacs-lisp/edebug.el (edebug-display-freq-count):
13742         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13743         (delphi-new-comment-line):
13744         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13745         * progmodes/executable.el (executable-set-magic):
13746         * progmodes/python.el (inferior-python-mode):
13747         * progmodes/scheme.el (scheme-mode-syntax-table):
13748         * progmodes/sh-script.el (sh-maybe-here-document):
13749         * progmodes/sql.el (sql-copy-column):
13750         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13751         * textmodes/bibtex.el (bibtex-mode):
13752         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13753         (sgml-auto-attributes):
13754         * textmodes/table.el (table-insert, table-shorten-cell)
13755         (table--generate-source-scan-lines, table-delete-row)
13756         (*table--cell-delete-char, table--spacify-frame)
13757         (table--horizontally-shift-above-and-below)
13758         (table--cell-insert-char, table--cell-blank-str)
13759         (table--fill-region-strictly):
13760         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13761         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13763         * add-log.el (change-log):
13764         * apropos.el (apropos):
13765         * comint.el (comint-completion, comint-source):
13766         * dabbrev.el (dabbrev):
13767         * delim-col.el (columns):
13768         * diff-mode.el (diff-mode):
13769         * ediff.el (ediff):
13770         * ediff-diff.el (ediff-diff):
13771         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13772         * ediff-mult.el (ediff-mult):
13773         * ediff-ptch.el (ediff-ptch):
13774         * ediff-wind.el (ediff-window):
13775         * facemenu.el (facemenu):
13776         * indent.el (indent):
13777         * info.el (info):
13778         * jka-cmpr-hook.el (compression, jka-compr):
13779         * lpr.el (lpr):
13780         * outline.el (outlines):
13781         * pcmpl-cvs.el (pcmpl-cvs):
13782         * pcmpl-rpm.el (pcmpl-rpm):
13783         * printing.el (printing):
13784         * ps-print.el (postscript, ps-print, ps-print-horizontal)
13785         (ps-print-vertical, ps-print-headers, ps-print-font)
13786         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13787         (ps-print-background, ps-print-printer, ps-print-page)
13788         (ps-print-miscellany):
13789         * ses.el (ses):
13790         * shell.el (shell, shell-directories, shell-faces):
13791         * startup.el (initialization):
13792         * strokes.el (strokes):
13793         * term.el (term):
13794         * uniquify.el (uniquify):
13795         * w32-vars.el (w32):
13796         * calc/calc.el (calc):
13797         * emacs-lisp/bytecomp.el (bytecomp):
13798         * emacs-lisp/cl-indent.el (lisp-indent):
13799         * emacs-lisp/edebug.el (edebug):
13800         * emacs-lisp/elp.el (elp):
13801         * emacs-lisp/testcover.el (testcover):
13802         * emacs-lisp/trace.el (trace):
13803         * emulation/viper-ex.el (viper-ex):
13804         * emulation/viper-mous.el (viper-mouse):
13805         * mail/mailalias.el (mailalias):
13806         * mail/supercite.el (supercite, supercite-frames)
13807         (supercite-attr, supercite-cite, supercite-hooks):
13808         * net/rcompile.el (remote-compile):
13809         * net/rlogin.el (rlogin):
13810         * obsolete/ooutline.el (outlines):
13811         * progmodes/delphi.el (delphi):
13812         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13813         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13814         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13815         (ebnf-optimization):
13816         * progmodes/etags.el (etags):
13817         * progmodes/executable.el (executable):
13818         * progmodes/idlwave.el (idlwave):
13819         * progmodes/pascal.el (pascal):
13820         * progmodes/prolog.el (prolog):
13821         * progmodes/python.el (python):
13822         * progmodes/scheme.el (scheme):
13823         * progmodes/sh-script.el (sh, sh-script):
13824         * progmodes/sql.el (SQL):
13825         * progmodes/tcl.el (tcl):
13826         * textmodes/bibtex.el (bibtex, bibtex-autokey):
13827         * textmodes/enriched.el (enriched):
13828         * textmodes/makeinfo.el (makeinfo):
13829         * textmodes/sgml-mode.el (sgml):
13830         * textmodes/table.el (table-hooks):
13831         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13832         * textmodes/texinfo.el (texinfo):
13833         * textmodes/two-column.el (two-column):
13834         Finish `defgroup' description with period.
13836         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13837         * eshell/esh-var.el (eshell-var):
13838         * progmodes/vhdl-mode.el (vhdl-testbench):
13839         * textmodes/org.el (org): Fix typos in docstrings.
13841         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13842         consistency.
13844         * progmodes/flymake.el (flymake-find-file): Remove.
13845         (flymake-float-time): Use `with-no-warnings'.
13846         (flymake-check-start-time, flymake-check-was-interrupted)
13847         (flymake-err-info, flymake-is-running, flymake-last-change-time)
13848         (flymake-new-err-info): `defvar' at compile time.
13850 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
13852         * replace.el (occur-hook): Doc fix.
13853         (occur-1): Don't call `occur-hook' if there are no matches.
13855 2005-07-03  Richard M. Stallman  <rms@gnu.org>
13857         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13858         global-map, save the same map.
13859         (global-map): Don't alter it at top level.
13860         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13861         Then alter it here instead.
13862         (tpu-edt-off): Set global-map to the saved one.
13864         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13865         All references simplified.
13866         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
13867         (zmacs-regions): Add defvar.
13868         (repeat-complex-command-map): Everything about that deleted.
13870         * textmodes/artist.el (artist-key-is-drawing)
13871         (artist-key-endpoint1, artist-key-poly-point-list)
13872         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13873         (artist-key-compl-table, artist-rb-save-data)
13874         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13875         Don't put them in eval-when-compile.
13876         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13878         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13879         Use with-no-warnings.
13881         * net/browse-url.el (dos-windows-version): Add defvar.
13883         * mail/supercite.el (filladapt-prefix-table): Add defvar.
13885         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13886         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13887         (rmail-new-summary-line-count): Rename from new-summary-line-count.
13888         Add defvar.
13889         (rmail-summary-beginning-of-message): Use with-no-warnings.
13890         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13892         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13893         Use with-no-warnings.
13895         * emulation/vi.el (vi-mark-region): Use c-mark-function.
13896         (c-mark-function): Add point-moving-unit property.
13897         (vi-goto-line): Use with-no-warnings.
13899         * emulation/edt.el (edt-last-copied-word): Add defvar.
13900         (zmacs-region-stays): Likewise.
13901         (edt-mark-section-wisely): Use c-mark-function for C.
13902         Use makr-defun for Fortran.
13903         (time-string): defvar deleted.
13904         (edt-display-the-time): Don't set time-string.
13906         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13908         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13909         Don't warn when name is not constant
13910         or for defining the group `emacs'.
13912         * tooltip.el (gud-tooltip-mode): Add defvar.
13914         * startup.el (default-frame-background-mode): Add defvar.
13916         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13918         * info.el (tool-bar-map): Add defvar.
13920         * dired.el (dnd-protocol-alist): Add defvar.
13922         * dired-aux.el (dired-query): Display question with answer, when
13923         the user answers.
13925         * custom.el (custom-add-option): Doc fix.
13927         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13929 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
13931         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13932         bogus name from the last change.
13934 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
13936         * custom.el (custom-declare-variable): Fix typos in comment.
13937         (custom-known-themes): Doc fix.
13938         (custom-theme-directory): New defcustom.
13939         (require-theme): Make it check `custom-theme-directory'.
13941         * cus-theme.el (custom-new-theme-mode): New function.
13942         (custom-theme-name, custom-theme-variables, custom-theme-faces)
13943         (custom-theme-description): Add compiler defvars.
13944         (customize-create-theme): Add doc to the "*New Custom Theme*"
13945         buffer.  Use `custom-new-theme-mode'.
13946         (custom-theme-write): Put the created buffer in emacs-lisp-mode
13947         and save it to the `custom-theme-directory'.  Make this the
13948         default directory of the buffer.
13950 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
13952         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13953         Fix unbalanced parentheses.
13955 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13957         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13958         into flymake-mode and delegate to flymake-mode.
13960         * find-file.el (ff-which-function-are-we-in): Clean up.
13962 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
13964         * replace.el (occur-rename-buffer): Fix docstring.
13966         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13967         (edt-last-copied-word, edt-learn-macro-count)
13968         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13969         (edt-rect-start-point, edt-user-global-map, rect-start-point)
13970         (time-string, zmacs-region-stays):
13971         * emulation/edt-mapper.el (edt-save-function-key-map)
13972         (EDT-key-name): `defvar' to silence the byte-compiler.
13974 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
13976         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13977         font-lock-regexp-backslash.  Doc fix.
13978         (font-lock-regexp-backslash-grouping-construct): Rename from
13979         font-lock-regexp-backslash-construct.  Doc fix.
13980         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13981         grouping constructs.
13983 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
13985         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13986         updating all the prerequisites.
13988 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
13990         * textmodes/org.el (org-agenda-start-on-weekday)
13991         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13992         (org-agenda-use-time-grid, org-archive-location)
13993         (org-allow-space-in-links, org-usenet-links-prefer-google)
13994         (org-enable-table-editor, org-export-default-language)
13995         (org-export-html-show-new-buffer, org-fill-paragraph)
13996         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13997         (org-goto-quit, org-occur, org-eval-in-calendar)
13998         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13999         (org-agenda-diary-entry, org-remember-help)
14000         (org-table-convert-region, org-at-table-p)
14001         (org-table-move-row-down, org-table-move-row-up)
14002         (org-table-copy-region, org-table-toggle-vline-visibility)
14003         (org-table-get-stored-formulas, org-table-get-specials)
14004         (org-recalc-commands, org-table-eval-formula)
14005         (org-table-formula-substitute-names, orgtbl-make-binding)
14006         (org-format-org-table-html, org-format-table-table-html)
14007         (org-format-table-table-html-using-table-generate-source)
14008         (org-customize): Fix typos in docstrings.
14009         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14010         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14011         (org-back-to-heading): Doc fixes.
14012         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14013         (org-agenda-change-all-lines, org-get-header):
14014         Improve argument/docstring consistency.
14015         (orgtbl-error): Fix error message.
14017         * progmodes/flymake.el (flymake-find-possible-master-files)
14018         (flymake-master-file-compare, flymake-get-line-err-count)
14019         (flymake-highlight-line, flymake-gui-warnings-enabled):
14020         Fix typos in docstrings.
14021         (flymake-parse-line, flymake-get-project-include-dirs-function)
14022         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14023         Doc fixes.
14024         (flymake-get-project-include-dirs-function)
14025         (flymake-make-err-menu-data):
14026         Improve argument/docstring consistency.
14028 2005-07-01  Lute Kamstra  <lute@gnu.org>
14030         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14031         Catch errors with ignore-errors.  Use temporary buffer.
14032         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14034         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14035         background color faces.
14036         (facemenu-set-foreground, facemenu-set-background):
14037         Use facemenu-set-face-from-menu.
14038         (facemenu-set-face-from-menu): Treat face names that start with
14039         "fg:" or "bg:" as special.
14040         (facemenu-add-new-color): Don't create faces.  Simplify.
14042 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14044         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14045         (crm-find-current-element): Likewise.
14047 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14049         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14051 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14054         (archive-mouse-extract): Make it an obsolete alias.
14055         (archive-mode-map): Don't use archive-mouse-extract any more.
14056         (archive-mode, archive-extract): write-contents-hooks ->
14057         write-contents-functions.
14058         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14059         first arg.
14060         (archive-rename-entry): Update the call.
14061         (archive-zip-summarize): Remove unused var `method'.
14062         (archive-lzh-summarize): Remove unused var `creator'.
14064         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14065         dedicated frame upon exit.
14067         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14068         (archive-zip-extract, archive-zip-expunge)
14069         (archive-zip-update, archive-zip-update-case): Use executable-find.
14070         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14071         Use restore-buffer-modified-p.
14072         (archive-extract, archive-add-new-member, archive-write-file-member):
14073         Use with-current-buffer.
14074         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14076 2005-06-30  Andreas Schwab  <schwab@suse.de>
14078         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14080 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14082         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14084 2005-06-30  Juri Linkov  <juri@jurta.org>
14086         * faces.el (vertical-border): Inherit from mode-line-inactive
14087         only on tty.
14089 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14091         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14092         example, -NLINES in the `occur' docstring).
14094         * replace.el (occur-1): When no matches are found, do not set the
14095         `buffer-read-only' and modified flags for the occur buffer,
14096         because it is deleted.
14098         * emulation/cua-base.el (cua-check-pending-input)
14099         (cua-repeat-replace-region, cua-mode, cua-debug)
14100         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14101         Fix typos in docstrings.
14103         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14104         (cua-cut-region-to-global-mark)
14105         (cua--cut-rectangle-to-global-mark):
14106         Remove period from end of messages.
14108         * emulation/cua-rect.el (cua-do-rectangle-padding):
14109         Remove period from end of messages.
14110         (cua--rectangle-seq-format): Fix typo in docstring.
14111         (cua-sequence-rectangle, cua-fill-char-rectangle):
14112         Improve argument/docstring consistency.
14114 2005-06-29  Juri Linkov  <juri@jurta.org>
14116         * faces.el (default-frame-background-mode): New internal variable.
14117         (frame-set-background-mode): Use it.
14119         * startup.el (normal-top-level): Set default-frame-background-mode
14120         instead of frame-background-mode.  Before setting it, test for its
14121         nil value.  Remove tests for frame-background-mode and frame
14122         parameter `reverse'.  Add test for "unspecified-fg".
14124         * term/xterm.el (xterm-rxvt-set-background-mode):
14125         * term/rxvt.el (rxvt-set-background-mode):
14126         Set default-frame-background-mode instead of frame-background-mode.
14128 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14130         * simple.el (set-variable): Warn about obsolete user variables.
14132         * imenu.el (imenu--completion-buffer):
14133         * mouse.el (mouse-buffer-menu-alist):
14134         * msb.el (msb-invisible-buffer-p):
14135         * calendar/diary-lib.el (diary-header-line-format):
14136         * emacs-lisp/pp.el (pp-buffer):
14137         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14138         * textmodes/picture.el (picture-replace-match):
14139         Change space constants followed by a sexp to "?\s ".
14141         * play/decipher.el (decipher-loop-with-breaks):
14142         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14143         constants "protected" from end of line by a comment to "?\s".
14145 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14147         * font-lock.el (save-buffer-state): Use `declare'.
14149         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14150         reset the syntax-table to cperl-mode-syntax-table.
14151         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14152         "foo_print_bar" is not matched as a reserved keyword.
14154 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14156         * textmodes/org.el (orgtbl-setup): New function, for delayed
14157         setup for the orgtbl commands.
14158         (org-calc-default-modes): New option.
14159         (orgtbl-make-binding): Use `defun' to get better help display.
14160         (org-diary): Call `org-compile-prefix-format'.
14161         (org-table-formula-substitute-names): New function.
14162         (org-agenda-day-view, org-agenda-week-view): New commands.
14163         (org-agenda-toggle-week-view): Command removed.
14164         (org-tbl-menu): Split off from org-org-menu.
14165         (org-mode): Move removal of outline-mode menus to here.
14166         (org-table-formula-debug): New option.
14167         (org-table-insert-row): Keep first field if just "#" or "*".
14168         (org-mode): Paragraph regexps fixed.
14169         (org-table-recalculate-regexp): New constant.
14170         (org-table-justify-field-maybe): Avoid replace if not necessary.
14171         (org-copy-special, org-cut-special): Use `call-interactively'.
14172         (org-table-copy-region): Take region from `interactive' call.
14173         (org-trim): Return string even if no match.
14174         (org-formula): New face.
14175         (org-set-font-lock-defaults): No longer highlight "FIXME".
14176         But highlight formula-related fields in table.
14177         (org-table-p): Use regexp, not fontification.
14178         (org-table-align): Handle white space at end of line.
14179         (org-table-formula-evaluate-inline): New option.
14180         (org-mode): Auto-wrapping in comment lines turned off.
14181         (org-table-copy-down): Evaluate only in copied field, not in
14182         destination.
14183         (org-table-current-formula): Variable removed.
14184         (org-table-store-formulas, org-table-get-stored-formulas)
14185         (org-table-modify-formulas, org-table-replace-in-formulas)
14186         (org-table-maybe-eval-formula): New functions.
14187         (org-table-get-formula): Modify to use stored formulas.
14188         (org-table-insert-column, org-table-delete-column)
14189         (org-table-move-column): Call `org-table-modify-formulas'.
14190         (org-complete): Add completion for keyword formulas.
14191         (orgtbl-mode): Pull orgtbl-mode-map to start of
14192         minor-mode-map-alist.
14194 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14196         * progmodes/python.el (python-check): Require `compile' before
14197         modifying its variables.
14199         * newcomment.el (comment-indent-default): Don't get fooled by an early
14200         end of buffer.
14202 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14204         * ps-print.el (ps-print-version): Fix version number.
14206 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14208         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14210 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14212         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14213         (flyspell-local-mouse-map): Declaration deleted.
14214         (flyspell-mouse-map): Bind only mouse-2.
14215         (flyspell-mode-map): Don't test flyspell-use-local-map.
14216         (flyspell-overlay-keymap-property-name): Var deleted.
14217         (flyspell-mode-on): Don't make local bindings for
14218         flyspell-mouse-map and flyspell-mode-map.
14219         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14221         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14223         * progmodes/compile.el (compilation-next-error-function):
14224         Don't switch buffers; operate on the current buffer.
14226         * progmodes/compile.el (compilation-error-file-name)
14227         (compilation-warning-file-name, compilation-info-file-name)
14228         (compilation-line-number, compilation-column-number): New faces.
14229         (compilation-error-face, compilation-warning-face)
14230         (compilation-info-face, compilation-line-face)
14231         (compilation-column-face): Use them.
14233         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14235         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14237         * bindings.el (global-map): Bind insertchar and its variants.
14239 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14241         * textmodes/artist.el (artist-text-overwrite)
14242         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14244 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14246         * ps-print.el: It was not working the page selection for printing.
14247         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14248         (ps-print-version): New version 6.6.7.
14249         (ps-end-sheet): New fun.
14250         (ps-header-sheet, ps-end-job): Call it.
14252 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14254         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14256 2005-06-27  Lute Kamstra  <lute@gnu.org>
14258         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14259         background color faces.
14260         (facemenu-get-face): Delete function.
14261         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14262         (facemenu-add-new-color): Make second argument mandatory.
14263         Create the appropriate face and return it.  Simplify.
14264         (facemenu-set-foreground, facemenu-set-background): Don't check if
14265         color is defined.  Use return value of facemenu-add-new-color.
14267 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14269         * progmodes/gud.el (gud-filter): Add missing argument to
14270         with-selected-window.
14272 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14274         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14275         a :require to the defcustom.
14277         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14278         defcustoms corresponding to minor modes.
14280 2005-06-26  David Ponce  <david@dponce.com>
14282         * recentf.el: Require tree-widget instead of wid-edit.
14283         (recentf-filename-handler): Fix widget :type.
14284         (recentf-cancel-dialog, recentf-open-more-files)
14285         (recentf-open-files-action): Doc fix.
14286         (recentf-dialog-goto-first): New function.
14287         (recentf-dialog-mode-map): Set parent keymap first.
14288         (recentf-dialog-mode): Define with define-derived-mode.
14289         Don't display continuation lines in dialogs.
14290         (recentf-edit-list): Rename from recentf-edit-selected-items.
14291         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14292         Simplify.
14293         (recentf-edit-list-validate): New function.
14294         (recentf-edit-list): Update accordingly.
14295         (recentf-open-files-item-shift): Remove.
14296         (recentf-open-files-item): Convert menu elements into tree and
14297         link widgets.  Don't create the widgets.
14298         (recentf-open-files): Update accordingly.
14299         (recentf-save-list): Untabify.
14301 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14303         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14304         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14305         partially contained in the active region.  Do not take active
14306         region into account when called from Lisp, unless INTERACTIVE arg
14307         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14308         avoid trouble with fields.  Make marker point nowhere when no
14309         longer used.  Always return nil.  Doc fix.
14310         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14311         into account when called from Lisp, unless INTERACTIVE arg is
14312         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14313         avoid trouble with fields.  Make marker point nowhere when no
14314         longer used.  Always return nil.  Doc fix.
14315         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14316         interchangeable.  Do not take active region into account when
14317         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14318         message in echo area when called from Lisp, unless INTERACTIVE arg
14319         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14320         Return the number of matches.  Doc fix.
14321         (occur): Doc fix.
14322         (perform-replace): Make comment follow double space convention for
14323         the sake of `outline-minor-mode'.
14325         * faces.el (facep): Doc fix.
14327 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14329         * facemenu.el (facemenu-enable-faces-p): New function.
14330         (facemenu-background-menu, facemenu-foreground-menu)
14331         (facemenu-face-menu): Add menu-enable property.
14333         * jka-compr.el (jka-compr-insert-file-contents):
14334         Special handling if cannot find the uncompression program.
14336         * cus-face.el (custom-face-attributes): Add autoload.
14338         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14339         Bind comment-indent-function locally.
14341         * window.el (save-selected-window): Use save-current-buffer.
14343         * subr.el (with-selected-window): Use save-current-buffer.
14345         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14346         and with-current-buffer.
14348 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14350         * simple.el (line-move-1): Fix previous change.
14352 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14354         * replace.el (occur-1): Set `buffer-read-only' and the
14355         buffer-modified flag before running `occur-hook' to protect
14356         against unintentional buffer switches that can lead to data loss.
14358 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14360         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14361         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14362         initial error.
14364         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14365         after fresh input.
14366         (gdb-var-create-handler): Put name of expression in quotes.
14368 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14370         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14371         elements of RING in order, and without bogus nil elements.
14373 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14375         * simple.el (set-variable): Args renamed; doc fix.
14376         (line-move-1): When there are overlays around, use vertical-motion.
14378         * faces.el (escape-glyph): Use brown against light background.
14379         (nobreak-space): Rename from no-break-space.
14380         Fix previous change.
14382         * dired-aux.el (dired-do-copy): Fix arg prompt.
14384         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14386 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14388         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14389         rather than "Distributor".
14391 2005-06-23  Lute Kamstra  <lute@gnu.org>
14393         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14394         (debug-on-entry): Use it.  New interactive declaration that uses
14395         function-called-at-point.
14397 2005-06-23  Kim F. Storm  <storm@cua.dk>
14399         * subr.el (save-match-data): Add comment about using evaporate arg
14400         to set-match-data.
14402 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14404         * cus-edit.el (customize-face)
14405         (customize-face-other-window): Handle face aliases.
14407         * faces.el (face-documentation, set-face-attribute)
14408         (face-spec-set): Handle face aliases.
14410 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14412         * help-mode.el (help-make-xrefs): If a symbol representing a face
14413         name is not followed by the word "face", it could still be a
14414         function or variable name, so don't bypass other checks.
14416 2005-06-22  Juri Linkov  <juri@jurta.org>
14418         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14419         Replace aliased functions with calls where second arg `inherit' is t.
14421 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14423         * progmodes/gdb-ui.el (gdb-error): New variable.
14424         (gdb-error): New function.
14425         (gdb-annotation-rules): Act on error-begin and error annotations.
14426         (gdb-concat-output): Use font-lock-warning-face for errors.
14428 2005-06-22  Miles Bader  <miles@gnu.org>
14430         * bindings.el (propertized-buffer-identification): Use renamed
14431         `Buffer-menu-buffer' face.
14433         * faces.el (vertical-border): Rename from `vertical-divider'.
14434         (escape-glyph): Change dark-background color back to `cyan'.
14436 2005-06-21  Juri Linkov  <juri@jurta.org>
14438         * faces.el (face-user-default-spec): Try getting `customized-face'
14439         prior to `saved-face'.
14440         (frame-background-mode): Refill docstring.
14442         * emacs-lisp/lisp-mode.el (eval-defun-1):
14443         * emacs-lisp/edebug.el (edebug-eval-defun):
14444         Set `saved-face' temporarily to nil before calling form.
14445         Set `customized-face' to the new spec after that.
14447 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14449         * subr.el (1value, lambda, key-substitution-in-progress):
14450         Doc fixes.
14452         * autoinsert.el (auto-insert-alist):
14453         * ses.el (ses-call-printer):
14454         * subr.el (noreturn):
14455         * emacs-lisp/lisp.el (check-parens):
14456         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14457         * net/browse-url.el (browse-url-mosaic):
14458         * progmodes/cc-defs.el (c-safe-scan-lists):
14459         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14460         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14461         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14462         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14463         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14464         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14466 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14468         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14470 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14472         * calendar/appt.el (appt-make-list): Activate the package, if
14473         not already active (for backwards compatibility).
14475 2005-06-20  Kim F. Storm  <storm@cua.dk>
14477         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14479 2005-06-20  Miles Bader  <miles@gnu.org>
14481         * faces.el (vertical-divider): New face.
14483 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14485         * simple.el (kill-whole-line): Doc fix.
14486         (next-error-buffer-p, next-error-find-buffer)
14487         (clone-indirect-buffer): Fix typos in docstrings.
14488         (comment-line-break-function): Doc fix: don't say variable
14489         is automatically buffer-local (it isn't).
14491 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14493         * net/tramp-ftp.el (top):
14494         * net/tramp-smb.el (top):
14495         * net/tramp-util.el (top):
14496         * net/tramp-uu.el (top):
14497         * net/tramp-vc.el (top):
14498         * net/tramp.el (top): Revert copyright years back to original
14499         ones.  Tramp has a life outside GNU Emacs.
14501 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14503         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14505 2005-06-18  Juri Linkov  <juri@jurta.org>
14507         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14508         end of first regexp to limit the match to the position between
14509         line number and source line with same separator character as used
14510         between file name and line number.  In the second regexp limit
14511         mouse-face area to file name and line number by adding new group
14512         for them and referring it in HYPERLINK arg.
14513         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14514         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14515         previous line where grep markers may be already removed.
14517 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14519         * progmodes/ps-mode.el: Update version and maintainer's email address.
14521 2005-06-18  Steve Youngs  <steve@xemacs.org>
14523         * net/browse-url.el (browse-url-browser-function)
14524         (browse-url-default-browser): Add firefox.
14525         (browse-url-firefox-program, browse-url-firefox-arguments)
14526         (browse-url-firefox-startup-arguments)
14527         (browse-url-firefox-new-window-is-tab): New defcustoms.
14528         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14530 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14532         * startup.el (command-line): Warn if specified user name has
14533         no home directory.
14535         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14536         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14538         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14539         Doc fixes.
14541         * faces.el (underline): Try bold if terminal doesn't support underline.
14543         * mail/sendmail.el (mail-setup-with-from): New variable.
14544         (mail-insert-from-field): New function.
14545         (sendmail-send-it): Call it.
14546         (mail-setup): Optionally call it here.
14548         * term/linux.el: Call tty-no-underline.
14550 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14552         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14554 2005-06-17  Miles Bader  <miles@gnu.org>
14556         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14557         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14558         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14559         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14560         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14561         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14562         Remove "-face" suffix from face names.
14563         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14564         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14565         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14566         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14567         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14568         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14569         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14570         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14571         New backward-compatibility aliases for renamed faces.
14572         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14573         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14574         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14575         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14576         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14577         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14578         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14579         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14580         Use renamed ediff faces.
14582         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14583         Remove "-face" suffix from face names.
14584         (eshell-test-ok-face, eshell-test-failed-face):
14585         New backward-compatibility aliases for renamed faces.
14586         (eshell-run-test): Use renamed eshell-test faces.
14588         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14589         face name.
14590         (eshell-prompt-face): New backward-compatibility alias for renamed
14591         face.
14592         (eshell-emit-prompt): Use renamed eshell-prompt face.
14594         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14595         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14596         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14597         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14598         Remove "-face" suffix from face names.
14599         (eshell-ls-directory-face, eshell-ls-symlink-face)
14600         (eshell-ls-executable-face, eshell-ls-readonly-face)
14601         (eshell-ls-unreadable-face, eshell-ls-special-face)
14602         (eshell-ls-missing-face, eshell-ls-archive-face)
14603         (eshell-ls-backup-face, eshell-ls-product-face)
14604         (eshell-ls-clutter-face):
14605         New backward-compatibility aliases for renamed faces.
14606         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14608         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14609         Remove "-face" suffix from face name.
14610         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14611         instead of literal face.
14613 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
14615         * emacs-lisp/warnings.el (display-warning, lwarn)
14616         (warning-minimum-log-level): Doc fixes.
14617         (warning-minimum-level, warning-minimum-log-level):
14618         Add :debug to :type choices.
14620         * progmodes/ada-mode.el (ada-format-paramlist)
14621         (ada-get-indent-case, ada-check-matching-start)
14622         (ada-check-defun-name, ada-goto-matching-decl-start)
14623         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14624         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14625         (ada-make-subprogram-body): Follow error conventions.
14626         (ada-case-exception-file, ada-indent-comment-as-code)
14627         (ada-indent-handle-comment-special, ada-indent-renames)
14628         (ada-indent-return, ada-search-directories-internal)
14629         (ada-tab-policy, ada-case-exception-substring)
14630         (ada-other-file-alist, ada-matching-start-re)
14631         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14632         (ada-imenu-generic-expression, ada-compile-goto-error)
14633         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14634         (ada-popup-menu, ada-add-extensions, ada-mode)
14635         (ada-region-selected, ada-create-case-exception)
14636         (ada-create-case-exception-substring, ada-after-keyword-p)
14637         (ada-activate-keys-for-case, ada-adjust-case-region)
14638         (ada-adjust-case-buffer, ada-format-paramlist)
14639         (ada-scan-paramlist, ada-insert-paramlist)
14640         (ada-indent-newline-indent)
14641         (ada-indent-newline-indent-conditional)
14642         (ada-justified-indent-current, ada-goto-previous-word)
14643         (ada-indent-current, ada-get-indent-open-paren)
14644         (ada-get-indent-paramlist, ada-get-indent-end)
14645         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14646         (ada-get-indent-block-start, ada-get-indent-subprog)
14647         (ada-get-indent-noindent, ada-get-indent-label)
14648         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14649         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14650         (ada-goto-stmt-end, ada-goto-next-word)
14651         (ada-check-matching-start, ada-check-defun-name)
14652         (ada-goto-matching-decl-start, ada-goto-matching-start)
14653         (ada-goto-matching-end, ada-search-ignore-string-comment)
14654         (ada-in-decl-p, ada-looking-at-semi-or)
14655         (ada-looking-at-semi-private, ada-in-paramlist-p)
14656         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14657         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14658         (ada-next-procedure, ada-previous-procedure, ada-next-package)
14659         (ada-previous-package, ada-create-menu)
14660         (ada-fill-comment-paragraph-justify)
14661         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14662         (ada-other-file-name, ada-last-which-function-line)
14663         (ada-last-which-function-subprog, ada-which-function)
14664         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14665         (ada-gen-treat-proc, ada-check-emacs-version)
14666         (ada-continuation-indent, ada-align-region-separate):
14667         Fix typos in docstrings.
14668         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14670 2005-06-16  Lute Kamstra  <lute@gnu.org>
14672         * simple.el (fundamental-mode): Run after-change-major-mode-hook
14673         conditionally.
14675 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14677         * comint.el (comint-replace-by-expanded-filename)
14678         (comint-prompt-regexp, comint-delimiter-argument-list)
14679         (comint-preinput-scroll-to-bottom):
14680         * info.el (Info-hide-cookies-node):
14681         * ls-lisp.el (ls-lisp-classify):
14682         * find-file.el (ff-search-directories, ff-special-constructs)
14683         (ff-find-other-file):
14684         * font-lock.el (font-lock-keywords):
14685         * shell.el (shell-prompt-pattern)
14686         (shell-dynamic-complete-functions, shell-mode)
14687         (shell-delimiter-argument-list):
14688         * term.el (term-replace-by-expanded-filename)
14689         (term-prompt-regexp, term-delimiter-argument-list):
14690         * woman.el (woman-ignore, woman0-if):
14691         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14692         * emacs-lisp/elint.el (elint-init-env):
14693         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14694         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14695         * language/ethio-util.el (ethio-tilde-escape)
14696         (ethio-use-three-dot-question):
14697         * net/zone-mode.el (zone-mode-load-time-setup):
14698         * progmodes/cc-align.el (c-lineup-argcont):
14699         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14700         * progmodes/cperl-mode.el (cperl-set-style-back):
14701         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14702         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14703         Fix spellings in docstrings.
14705         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14706         * progmodes/modula2.el (m2-for): Fix spellings.
14708         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14710         * simple.el (undo-more): Don't use `format' on `error' arguments.
14711         Improve argument/docstring consistency.
14712         (pending-undo-list): Doc fix.
14714         * smerge-mode.el (smerge-ensure-match):
14715         * emulation/vip.el (vip-ex):
14716         * net/zone-mode.el (zone-mode-update-serial):
14717         * progmodes/idlwave.el (idlwave-complete):
14718         * progmodes/vhdl-mode.el (vhdl-visit-file)
14719         (vhdl-compose-wire-components):
14720         Don't use `format' on `error' arguments.
14722         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14723         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14724         (tooltip-help-tips): Fix typos in docstrings.
14726 2005-06-16  David Ponce  <david@dponce.com>
14728         * tree-widget.el (tree-widget-value-create): Simplify last change.
14730 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
14732         * ido.el (ido-incomplete-regexp): New variable.
14733         (ido-set-matches-1): Handle invalid-regexp error and set
14734         ido-incomplete-regexp.
14735         (ido-incomplete-regexp): New face.
14736         (ido-completions): Use it.
14737         (ido-complete, ido-exit-minibuffer, ido-completions):
14738         Handle incomplete regexps.
14739         (ido-completions): Add check for complete match when entering a regexp.
14741 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14743         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14745 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14747         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14748         by field delimiters.
14750 2005-06-15  David Ponce  <david@dponce.com>
14752         * tree-widget.el: eval-and-compile inlined functions so they will
14753         be available at run-time too.
14754         (tree-widget-super-format-handler)
14755         (tree-widget-format-handler): Remove.
14756         (tree-widget-value-create): Handle the :indent property.
14758 2005-06-15  Miles Bader  <miles@gnu.org>
14760         * progmodes/which-func.el (which-func): Only inherit
14761         `font-lock-function-name-face' when that makes sense against the
14762         default mode-line face, otherwise set the face color explicitly.
14764         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14765         faces instead of (non-existent) variables.
14767 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14769         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14770         (iswitchb-get-matched-buffers): Likewise.  Simplify.
14772 2005-06-14  Miles Bader  <miles@gnu.org>
14774         * progmodes/ld-script.el (ld-script-location-counter):
14775         Remove "-face" suffix from face name.
14776         (ld-script-location-counter-face):
14777         New backward-compatibility alias for renamed face.
14778         (ld-script-location-counter-face): Use renamed face.
14780         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14781         (cperl-hash): Remove "-face" suffix from face names.
14782         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14783         New backward-compatibility aliases for renamed faces.
14784         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14785         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14787         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14788         name.
14789         (which-func-face): New backward-compatibility alias for renamed face.
14790         (which-func-format): Use renamed which-func face.
14792         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14793         (vhdl-function, vhdl-directive, vhdl-reserved-word)
14794         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14795         names.
14796         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14797         (vhdl-speedbar-configuration, vhdl-speedbar-package)
14798         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14799         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14800         (vhdl-speedbar-architecture-selected)
14801         (vhdl-speedbar-configuration-selected)
14802         (vhdl-speedbar-package-selected)
14803         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14804         names.
14805         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14806         Use renamed faces.
14807         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14808         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14809         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14810         Use renamed faces.
14811         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14812         names.
14813         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14814         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14815         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14816         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14817         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14818         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14820         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14821         face name.
14822         (sh-heredoc-face): New backward-compatibility alias for renamed face.
14823         (sh-heredoc-face): Use renamed sh-heredoc face.
14825         * progmodes/idlw-help.el (idlwave-help-link):
14826         Remove "-face" suffix from face name.
14827         (idlwave-help-link-face):
14828         New backward-compatibility alias for renamed face.
14829         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14831         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14832         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14833         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14834         New backward-compatibility aliases for renamed faces.
14835         (idlwave-shell-disabled-breakpoint-face)
14836         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14838         * progmodes/flymake.el (flymake-errline, flymake-warnline):
14839         Remove "-face" suffix from face names.
14840         (flymake-errline-face, flymake-warnline-face):
14841         New backward-compatibility aliases for renamed faces.
14842         (flymake-highlight-line): Use renamed flymake faces.
14844         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14845         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14846         (ebrowse-member-class, ebrowse-progress):
14847         Remove "-face" suffix from face names.
14848         (ebrowse-tree-mark-face, ebrowse-root-class-face)
14849         (ebrowse-file-name-face, ebrowse-default-face)
14850         (ebrowse-member-attribute-face, ebrowse-member-class-face)
14851         (ebrowse-progress-face):
14852         New backward-compatibility aliases for renamed faces.
14853         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14854         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14855         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14856         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14858         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14859         antlr-syntax)
14860         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14861         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14862         names.
14863         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14864         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14865         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14866         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14867         backward-compatibility aliases for renamed faces.
14868         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14869         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14870         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14871         remove "font-lock-".  Use renamed antlr-mode faces.
14872         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
14873         literal face-names with face variable references.
14875         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14876         face name.
14877         (Buffer-menu-buffer-face): New backward-compatibility alias for
14878         renamed face.
14879         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14881 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
14883         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14884         Eliminate "-face" suffix.
14885         (makefile-targets): Inherit from font-lock-function-name-face and
14886         eliminate "-face" suffix.
14887         (makefile-shell): Remove attributes and eliminate "-face" suffix.
14888         (makefile-*-font-lock-keywords): Append makefile-targets in rule
14889         actions, instead of prepending, to make it less visible.
14890         (makefile-previous-dependency, makefile-match-dependency):
14891         Don't match a target on a continuation line.
14893         * files.el (auto-mode-alist): Put Makefile in gmake mode.
14895 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
14897         * progmodes/gdb-ui.el (menu): Re-order menu items.
14898         (gdb-tooltip-print): Respect tooltip-use-echo-area.
14900         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14901         Define in tooltip.el.
14902         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14903         (gud-tooltip-tips): Respect tooltip-use-echo-area and
14904         gud-tooltip-echo-area.
14906         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14907         backward compatibility and make obsolete.
14908         (tooltip-help-tips): Use tooltip-use-echo-area.
14909         (tooltip-show-help-function): Rename to...
14910         (tooltip-show-help): ...this, because it is a function.
14911         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14913 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
14915         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14916         (edebug-print-length, edebug-print-level, edebug-print-circle)
14917         (edebug-modify-breakpoint, edebug-eval-last-sexp)
14918         (edebug-eval-print-last-sexp): Doc fixes.
14920 2005-06-14  Kim F. Storm  <storm@cua.dk>
14922         * ido.el (ido-mode): Make a new keymap every time we enable ido,
14923         as the coverage buffer/file/both may change.
14925 2005-06-14  Lute Kamstra  <lute@gnu.org>
14927         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14928         and run-mode-hooks.  Simplify.
14930         * mail/rmailedit.el (rmail-edit-mode):
14931         * progmodes/octave-inf.el (inferior-octave-mode):
14932         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14934         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14935         and run-mode-hooks.
14936         (recentf-edit-list, recentf-open-files): Don't call
14937         kill-all-local-variables directly.
14939         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14941 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14943         * emacs-lisp/byte-run.el (make-obsolete)
14944         (define-obsolete-function-alias): Rename arguments FUNCTION and
14945         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14946         (make-obsolete-variable, define-obsolete-variable-alias):
14947         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14948         respectively.
14950         * isearchb.el (isearchb-activate):
14951         * pcvs.el (cvs-mode):
14952         * ses.el (ses-load):
14953         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14954         * net/tramp.el (tramp-find-file-exists-command)
14955         (tramp-find-shell):
14956         * progmodes/ada-mode.el (ada-create-case-exception)
14957         (ada-create-case-exception-substring, ada-make-subprogram-body):
14958         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14959         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14960         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14961         * textmodes/org.el (org-promote, org-evaluate-time-range)
14962         (org-agenda-next-date-line, org-agenda-previous-date-line)
14963         (org-agenda-error, org-open-at-point, org-table-move-row)
14964         (org-format-table-table-html-using-table-generate-source)
14965         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14966         * textmodes/reftex.el (reftex-access-scan-info):
14967         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14968         (reftex-toc-promote-prepare): Follow error conventions.
14970         * diff-mode.el (diff-mode): Fix typo in docstring.
14972         * forms.el (forms--intuit-from-file): Fix reference to
14973         `forms-number-of-fields' in error message.
14974         (forms-print): Fix quoting in error message.
14976         * forms.el (forms-mode):
14977         * emulation/vi.el (vi-goto-insert-state):
14978         * progmodes/flymake.el (flymake-new-err-info)
14979         (flymake-start-syntax-check-for-current-buffer)
14980         (flymake-simple-cleanup):
14981         * eshell/esh-var.el (eshell/export):
14982         * progmodes/gud.el (xdb):
14983         * textmodes/flyspell.el (flyspell-incorrect-hook)
14984         (flyspell-maybe-correct-transposition)
14985         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14987 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14989         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14990         minibuffer prompt.
14992 2005-06-13  Kim F. Storm  <storm@cua.dk>
14994         * subr.el (add-to-ordered-list): New defun.
14996         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14997         add cua--keymap-alist to emulation-mode-map-alists.
14999 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15001         * subr.el (complete-in-turn): New macro.
15002         (dynamic-completion-table, lazy-completion-table): Add debug info.
15004         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15005         in preference to face aliases.
15007         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15008         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15009         Remove unused vars `start' and `firstline'.
15010         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15011         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15013 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15015         * cus-start.el (all): Don't complain about missing GTK-related
15016         variables, unless either `gtk' is boundp or this isn't a
15017         `windows-nt' build.
15019 2005-06-13  Lute Kamstra  <lute@gnu.org>
15021         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15022         run-mode-hooks.
15024         * ediff-mult.el (ediff-meta-mode):
15025         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15027         * ledit.el (ledit-mode): Use delay-mode-hooks.
15029         * woman.el (woman-mode-line-format): Delete constant.
15030         (woman-mode-map): Initialize it properly.
15031         (woman-mode): Set mode-class property to special.
15032         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15033         Set major-mode and mode-name.  Don't set mode-line-format directly.
15034         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15036         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15037         string argument obsolete.
15039 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15041         * textmodes/org.el (org-CUA-compatible): New option.
15042         (org-disputed-keys): New variable.
15043         (org-key): New function.
15044         (orgtbl-make-binding): Add docstring to the created function.
15045         (org-mode): Set paragraph start/separate regexps.
15046         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15047         (org-archive-location, org-archive-mark-done)
15048         (org-archive-stamp-time): New options.
15049         (org-archive-subtree): New command.
15050         (org-fill-paragraph): New function.
15051         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15052         (org-fake-empty-table-line): Function removed.
15053         (org-format-org-table-html): Do not create empty table lines at
15054         separator lines.  Improved table header treatment.
15055         (org-link-format): New option.
15056         (org-make-link): New function.
15057         (org-insert-link, org-store-link): Use org-make-link.
15058         (org-open-file): Quote file name for shell command, to allow
15059         spaces in file names.
15060         (org-link-regexp): Fix bug with mailto link.
15061         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15062         New constants.
15063         (org-export-as-html): Deal with the optional angles around a link.
15064         Better treatment of file: links.
15065         (org-open-at-point): Replace @{ and @} with < and >.
15066         (org-run-mode-hooks): Function removed.
15067         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15069 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15071         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15072         MI command -data-list-register-values.
15073         (gdb-post-prompt): Indent properly.
15075 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15077         * hilit-chg.el (highlight-changes-colors): Rename from
15078         `highlight-changes-colours'.
15079         (highlight-changes-colours): Keep as obsolete alias.
15080         (highlight-changes-face-list): Doc fix.
15081         (hilit-chg-make-list): Use `highlight-changes-colors'.
15083 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15085         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15086         defun-prompt-regexp.
15088 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15090         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15091         and cygwin.
15093         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15094         Don't use an old loaddefs.el, as in Makefile.in.
15096 2005-06-12  Lute Kamstra  <lute@gnu.org>
15098         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15100         * man.el (Man-mode-map): Initialize it properly.
15101         (Man-mode): Set mode-class property to special.
15103         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15105 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15107         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15108         A newline is needed in the docstring there.
15110         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15111         Doc fixes.
15113 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15115         * printing.el: Doc fix.  The menubar is no more changed when printing
15116         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15117         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15118         (pr-version): New version number (6.8.4).
15119         (pr-menu-bind): New command.
15120         (pr-update-menus): Docstring and code fix.
15121         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15122         Docstring fix.
15123         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15124         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15126 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15128         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15129         "Returns" to "return", document useful return values, etc.
15131 2005-06-11  Alan Mackenzie  <acm@muc.de>
15133         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15134         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15135         (adaptive-file-function): Minor amendment to doc-string.
15137 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15139         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15140         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15141         Fix :type--it is `integer', not `string'.
15143         * faces.el (modeline-highlight): Rename from (the erroneous)
15144         `modeline-higilight'.
15146 2005-06-11  Lute Kamstra  <lute@gnu.org>
15148         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15149         lisp-interaction-mode-map but make it the parent.
15150         (edebug-eval-mode): Use define-derived-mode.
15152 2005-06-11  Andreas Schwab  <schwab@suse.de>
15154         * bindings.el: Add binding of `ESC functionkey' for every
15155         `M-functionkey'.
15156         * hexl.el (hexl-mode-map): Likewise.
15158 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15160         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15161         [msft]: update regexp for newer msft compilers.
15163 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15165         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15166         ATTLIST portions of included DTDs.
15167         (xml-parse-dtd): Eliminate use of inefficient match-data.
15169 2005-06-10  Miles Bader  <miles@gnu.org>
15171         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15172         (mpuz-text): Remove "-face" suffix from face names.
15173         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15174         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15175         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15177         * play/gomoku.el (gomoku-O, gomoku-X):
15178         Remove "-face" suffix from face names.
15179         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15180         New backward-compatibility aliases for renamed faces.
15181         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15183 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15185         * thumbs.el: Fixes for changes of 2005-06-09.
15186         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15187         as a directory.
15188         (thumbs-thumbname): Remove directory separator from format string;
15189         `thumbs-thumbsdir' now returns a valid directory name.
15190         (thumbs-temp-dir): New defsubst.
15191         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15192         Use it.
15194         * cus-edit.el (minibuffer):
15195         * files.el (make-backup-file-name-function):
15196         * filesets.el (filesets-external-viewers):
15197         * hilit-chg.el (highlight-changes-colours)
15198         (highlight-changes-face-list, highlight-changes-rotate-faces):
15199         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15200         * kmacro.el (kmacro-call-macro):
15201         * log-edit.el (log-edit-changelog-full-paragraphs):
15202         * mouse.el (mouse-1-click-follows-link):
15203         * skeleton.el (skeleton-autowrap):
15204         * subr.el (insert-for-yank-1):
15205         * tempo.el (tempo-insert-region):
15206         * terminal.el (terminal-emulator):
15207         * time.el (display-time-mail-face):
15208         * vc.el (vc-annotate):
15209         * vcursor.el (vcursor-copy-line):
15210         * woman.el (woman-bold-headings, woman-ignore)
15211         (woman-default-faces, woman-monochrome-faces):
15212         * calendar/todo-mode.el (todo-insert-threshold):
15213         * emulation/pc-select.el (pc-select-selection-keys-only)
15214         (pc-selection-mode):
15215         * emulation/vip.el (vip-find-char-forward):
15216         * emulation/viper-cmd.el (viper-find-char-forward):
15217         * international/mule-cmds.el
15218         (select-safe-coding-system-accept-default-p)
15219         (input-method-exit-on-invalid-key):
15220         * international/mule-diag.el (describe-coding-system):
15221         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15222         * net/browse-url.el (browse-url-xterm-program):
15223         * obsolete/lazy-lock.el (lazy-lock-mode):
15224         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15225         (cperl-mode):
15226         * progmodes/cpp.el (cpp-face-light-name-list)
15227         (cpp-face-dark-name-list):
15228         * progmodes/delphi.el (delphi-newline-always-indents):
15229         Fix spellings in docstrings.
15231         * ido.el (ido-mode, ido-file-extensions-order)
15232         (ido-default-file-method, ido-default-buffer-method)
15233         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15234         (ido-decorations, ido-read-file-name-as-directory-commands)
15235         (ido-read-file-name-non-ido, ido-work-directory-list)
15236         (ido-ignore-item-temp-list, ido-current-directory)
15237         (ido-magic-forward-char, ido-enter-find-file)
15238         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15239         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15241 2005-06-10  Lute Kamstra  <lute@gnu.org>
15243         * play/dunnet.el (dun-mode): Use define-derived-mode.
15244         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15245         obsolete alias.
15247         * play/doctor.el (doctor-mode-map): Remove defvar.
15248         (doctor-mode): Use define-derived-mode.
15250         * mail/mspools.el (mspools-mode):
15251         * net/eudc-hotlist.el (eudc-hotlist-mode):
15252         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15254 2005-06-10  Miles Bader  <miles@gnu.org>
15256         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15257         Remove "-face" suffix from face names.
15258         (flyspell-incorrect-face, flyspell-duplicate-face):
15259         New backward-compatibility aliases for renamed faces.
15260         (flyspell-mode-on, make-flyspell-overlay)
15261         (flyspell-highlight-incorrect-region)
15262         (flyspell-highlight-duplicate-region)
15263         (flyspell-display-next-corrections)
15264         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15266         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15267         from face name.
15268         (texinfo-heading-face): New backward-compatibility alias for
15269         renamed face.
15270         (texinfo-heading-face): Use renamed texinfo-heading face.
15272         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15273         suffix from face names.
15274         (tex-math-face, tex-verbatim-face):
15275         New backward-compatibility aliases for renamed faces.
15276         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15277         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15278         literal face name.
15280         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15281         name.
15282         (table-cell-face): New backward-compatibility alias for renamed face.
15283         (table--put-cell-face-property, table--update-cell-face):
15284         Use renamed table-cell face.
15286         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15287         from face name.
15288         (sgml-namespace-face): New backward-compatibility alias for
15289         renamed face.
15290         (sgml-namespace-face): Use renamed sgml-namespace face.
15292         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15293         (org-level-4, org-level-5, org-level-6, org-level-7)
15294         (org-level-8, org-warning, org-headline-done)
15295         (org-deadline-announce, org-scheduled-today)
15296         (org-scheduled-previously, org-link, org-done, org-table)
15297         (org-time-grid): Remove "-face" suffix from face names.
15298         (org-level-1-face, org-level-2-face, org-level-3-face)
15299         (org-level-4-face, org-level-5-face, org-level-6-face)
15300         (org-level-7-face, org-level-8-face, org-warning-face)
15301         (org-headline-done-face, org-deadline-announce-face)
15302         (org-scheduled-today-face, org-scheduled-previously-face)
15303         (org-link-face, org-done-face, org-table-face)
15304         (org-time-grid-face):
15305         New backward-compatibility aliases for renamed faces.
15306         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15307         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15308         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15309         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15311         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15312         (viper-minibuffer-emacs, viper-minibuffer-insert)
15313         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15314         (viper-search-face, viper-replace-overlay-face)
15315         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15316         (viper-minibuffer-vi-face):
15317         New backward-compatibility aliases for renamed faces.
15318         (viper-search-face, viper-replace-overlay-face)
15319         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15320         (viper-minibuffer-vi-face): Use renamed viper faces.
15322         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15323         Remove "-face" suffix from face names.
15324         (testcover-nohits-face, testcover-1value-face):
15325         New backward-compatibility aliases for renamed faces.
15326         (testcover-mark): Use renamed testcover faces.
15328         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15329         face name.
15330         (diary-button-face): New backward-compatibility alias for renamed face.
15331         (diary-entry): Use renamed diary-button face.
15333         * calendar/calendar.el (diary, calendar-today, holiday)
15334         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15335         (diary-face, calendar-today-face, holiday-face):
15336         New backward-compatibility aliases for renamed faces.
15337         (eval-after-load "facemenu", diary-entry-marker)
15338         (calendar-today-marker, calendar-holiday-marker, diary-face):
15339         Use renamed calendar faces.
15341         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15342         (compare-windows-face): New backward-compatibility alias for
15343         renamed face.
15344         (compare-windows-highlight): Use renamed compare-windows face.
15346         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15347         (strokes-char-face): New backward-compatibility alias for renamed face.
15348         (strokes-encode-buffer): Use renamed strokes-char face.
15350         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15351         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15352         Remove "-face" suffix from face names.
15353         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15354         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15355         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15356         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15357         Use renamed pcvs faces.
15358         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15359         * pcvs-defs.el (cvs-mode-map): Likewise.
15360         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15362         * info.el (info-title-1, info-title-2, info-title-3)
15363         (info-title-4): Remove "-face" suffix from and downcase face names.
15364         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15365         (Info-title-4-face):
15366         New backward-compatibility aliases for renamed faces.
15367         (Info-fontify-node): Use renamed info faces.
15369         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15370         Remove "-face" suffix from face names.
15371         (highlight-changes-face, highlight-changes-delete-face):
15372         New backward-compatibility aliases for renamed faces.
15373         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15374         (hilit-chg-make-list): Use renamed highlight-changes faces.
15376         * generic-x.el (show-tabs-tab, show-tabs-space):
15377         Remove "-face" suffix from face names.
15378         (show-tabs-tab-face, show-tabs-space-face):
15379         New backward-compatibility aliases for renamed faces.
15380         (show-tabs-generic-mode-font-lock-defaults-1)
15381         (show-tabs-generic-mode-font-lock-defaults-2):
15382         Use renamed show-tabs faces.
15384         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15385         (smerge-markers): Remove "-face" suffix from face names.
15386         (smerge-mine-face, smerge-other-face, smerge-base-face)
15387         (smerge-markers-face):
15388         New backward-compatibility aliases for renamed faces.
15389         (smerge-mine-face, smerge-other-face, smerge-base-face)
15390         (smerge-markers-face): Use renamed smerge faces.
15392         * log-view.el (log-view-file, log-view-message): Remove "-face"
15393         suffix from face names.
15394         (log-view-file-face, log-view-message-face):
15395         New backward-compatibility aliases for renamed faces.
15396         (log-view-file-face, log-view-message-face): Use renamed log-view
15397         faces.
15399         * paren.el (show-paren-match, show-paren-mismatch):
15400         Remove "-face" suffix from face names.
15401         (show-paren-match-face, show-paren-mismatch-face):
15402         New backward-compatibility aliases for renamed faces.
15403         (show-paren-function): Use renamed show-paren faces.
15405         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15406         (ruler-mode-margins, ruler-mode-fringes)
15407         (ruler-mode-column-number, ruler-mode-fill-column)
15408         (ruler-mode-comment-column, ruler-mode-goal-column)
15409         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15410         suffix from face names.
15411         (ruler-mode-default-face, ruler-mode-pad-face)
15412         (ruler-mode-margins-face, ruler-mode-fringes-face)
15413         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15414         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15415         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15416         New backward-compatibility aliases for renamed faces.
15417         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15418         (ruler-mode-column-number, ruler-mode-fill-column)
15419         (ruler-mode-comment-column, ruler-mode-goal-column)
15420         (ruler-mode-tab-stop, ruler-mode-current-column)
15421         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15422         faces.
15424         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15425         face name.
15426         (whitespace-highlight-the-space): Use renamed face.
15427         (whitespace-highlight-face): New backward-compatibility alias for
15428         renamed face.
15430         * woman.el (woman-italic, woman-bold, woman-unknown)
15431         (woman-addition, woman-symbol-face):
15432         Remove "-face" suffix from face names.
15433         (woman-italic-face, woman-bold-face, woman-unknown-face)
15434         (woman-addition-face):
15435         New backward-compatibility aliases for renamed faces.
15436         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15437         (woman-decode-region, woman-replace-match)
15438         (woman-display-extended-fonts, woman-special-characters)
15439         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15440         Use renamed woman faces.
15442         * longlines.el (longlines-visible-face): Face removed.
15444         * diff-mode.el (diff-header, diff-file-header, diff-index)
15445         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15446         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15447         suffix from face names.
15448         (diff-header-face, diff-file-header-face, diff-index-face)
15449         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15450         (diff-changed-face, diff-function-face, diff-context-face)
15451         (diff-nonexistent-face): New backward-compatibility aliases for
15452         renamed faces.
15453         (diff-header-face, diff-file-header-face)
15454         (diff-index, diff-index-face, diff-hunk-header)
15455         (diff-hunk-header-face, diff-removed, diff-removed-face)
15456         (diff-added, diff-added-face, diff-changed-face, diff-function)
15457         (diff-function-face, diff-context-face, diff-nonexistent)
15458         (diff-nonexistent-face): Use renamed diff-mode faces.
15460         * progmodes/compile.el (compilation-warning-face)
15461         (compilation-info-face): Remove "-face" suffix from face names.
15462         (compilation-warning-face, compilation-info-face):
15463         New backward-compatibility aliases for renamed faces.
15464         (compilation-warning-face, compilation-info-face):
15465         Use renamed compilation faces.
15467         * add-log.el (change-log-date, change-log-name)
15468         (change-log-email, change-log-file, change-log-list)
15469         (change-log-conditionals, change-log-function)
15470         (change-log-acknowledgement): Remove "-face" suffix from face names.
15471         (change-log-date-face, change-log-name-face)
15472         (change-log-email-face, change-log-file-face)
15473         (change-log-list-face, change-log-conditionals-face)
15474         (change-log-function-face, change-log-acknowledgement-face):
15475         New backward-compatibility aliases for renamed faces.
15476         (change-log-font-lock-keywords): Use renamed change-log faces.
15478         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15479         (custom-set, custom-changed, custom-saved, custom-button)
15480         (custom-button-pressed, custom-documentation, custom-state)
15481         (custom-comment, custom-comment-tag, custom-variable-tag)
15482         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15483         (custom-group-tag): Remove "-face" suffix from face names.
15484         (custom-magic-alist, custom-magic-value-create)
15485         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15486         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15487         (custom-set-face, custom-changed-face, custom-saved-face)
15488         (custom-button-face, custom-button-pressed-face)
15489         (custom-documentation-face, custom-state-face)
15490         (custom-comment-face, custom-comment-tag-face)
15491         (custom-variable-tag-face, custom-variable-button-face)
15492         (custom-face-tag-face, custom-group-tag-face-1)
15493         (custom-group-tag-face):
15494         New backward-compatibility aliases for renamed faces.
15496         * wid-edit.el (widget-documentation, widget-button)
15497         (widget-field, widget-single-line-field, widget-inactive)
15498         (widget-button-pressed): "-face" suffix removed from face names.
15499         (widget-documentation-face, widget-button-face)
15500         (widget-field-face, widget-single-line-field-face)
15501         (widget-inactive-face, widget-button-pressed-face):
15502         New backward-compatibility aliases for renamed faces.
15503         (widget-documentation-face, widget-button-face)
15504         (widget-button-pressed-face, widget-specify-field)
15505         (widget-specify-inactive): Use renamed widget faces.
15507 2005-06-10  Kenichi Handa  <handa@m17n.org>
15509         * term/x-win.el (x-clipboard-yank): Remove condition-case
15510         wrapping.
15512 2005-06-11  Kenichi Handa  <handa@m17n.org>
15514         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15515         date lines stricter.
15517 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15519         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15520         of x-get-selection.
15522 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15524         * comint.el (comint-mode, comint-snapshot-last-prompt):
15525         * frame.el (frame-current-scroll-bars):
15526         * term.el (term-mode, term-check-proc, term-input-sender)
15527         (term-simple-send, term-extract-string, term-word)
15528         (term-match-partial-filename):
15529         * window.el (window-current-scroll-bars):
15530         * emulation/cua-base.el (cua-normal-cursor-color)
15531         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15532         (cua-global-mark-cursor-color):
15533         * mail/undigest.el (rmail-forward-separator-regex):
15534         Fix typos in docstrings.
15536         * comint.el (comint-check-proc, make-comint-in-buffer)
15537         (comint-source-default): Doc fixes.
15539         * term.el (term-send-string): Improve argument/docstring consistency.
15541 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15543         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15544         call to `delete-region'.
15545         (comint-mode-hook): Do not enable Font Lock by default.
15547 2005-06-09  Lute Kamstra  <lute@gnu.org>
15549         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15550         could be void.
15552 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15554         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15555         (debug): Use it.
15556         (debugger-step-through, debugger-continue, debugger-jump)
15557         (debugger-return-value): Set it when needed.
15558         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15559         Use inhibit-read-only.
15561 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15563         * window.el (shrink-window-if-larger-than-buffer)
15564         (window-size-fixed): Fix typo in docstring.
15566         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15567         thumbnails directory on loading.
15568         (thumbs-conversion-program): Use `eq' to check the system type,
15569         not `equal'.
15570         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15571         not "/tmp".  Fix docstring.
15572         (thumbs-thumbsdir): New function to return the thumbnails
15573         directory, creating it if needed.
15574         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15575         (thumbs-temp-file): Delete variable and make it into a function.
15576         (thumbs-resize-image, thumbs-modify-image): Use it.
15577         (thumbs-kill-buffer): Simplify.
15578         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15579         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15580         docstrings.
15582 2005-06-09  Kim F. Storm  <storm@cua.dk>
15584         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15585         set-match-data to free markers in match-data.
15587         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15588         match-data to unchain markers in match-data.
15590 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15592         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15593         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15594         unnecessary now.
15596 2005-06-08  Richard M. Stallman  <rms@gnu.org>
15598         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15599         give the variable a doc string that doesn't say don't set it directly.
15601         * textmodes/ispell.el (ispell-check-version):
15602         Use match-string-no-properties.
15603         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15604         (ispell-buffer-local-words): Likewise.
15606         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15607         except on terminals with enough colors to really display it.
15608         (makefile-dependency-regex): Delete spurious `bb'.
15610         * faces.el (escape-glyph): Use blue once again in last case.
15611         (no-break-space): Redefine so that it isn't invisible on a tty.
15613 2005-06-08  Kim F. Storm  <storm@cua.dk>
15615         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15616         also when reading directory name.
15618 2005-06-08  Lute Kamstra  <lute@gnu.org>
15620         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15621         (flyspell-mode-line-string): Remove autoload cookie.
15622         (flyspell-mode): Remove defvar.
15624 2005-06-07  Lute Kamstra  <lute@gnu.org>
15626         * textmodes/org.el (org-run-mode-hooks): New function.
15627         (org-agenda-mode): Use it.
15629 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
15631         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15633 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15635         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15637 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
15639         * font-lock.el (font-lock-add-keywords): Doc fix.
15641 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15644         (tex-compile-default): In the absence of any history, use the order in
15645         tex-compile-alist to choose the preferred command.
15646         (tex-compile-commands): Reorder a bit.
15648         * textmodes/flyspell.el (flyspell-auto-correct-binding)
15649         (flyspell-incorrect-face, flyspell-duplicate-face):
15650         Use (X)Emacs-agnostic code.
15651         (flyspell-mode-map): Don't overwrite at each load.  Remove code
15652         redundant with the subsequent add-minor-mode.  Merge Emacs and
15653         XEmacs code.
15654         (flyspell-word): Minor simplification.
15655         (flyspell-math-tex-command-p): Quieten the byte-compiler.
15656         (flyspell-external-point-words): Remove unused vars `size' and `start'.
15657         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15658         Merge the corresponding Emacs code.
15659         (flyspell-correct-word, flyspell-xemacs-popup):
15660         Use flyspell-do-correct.
15662         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15663         a dedicated window.
15665         * international/latexenc.el (latexenc-find-file-coding-system):
15666         Undo part of last patch, to turn off a compiler warning.
15668 2005-06-06  Juri Linkov  <juri@jurta.org>
15670         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15671         Rename `tmm-inactive-face' to `tmm-inactive'.
15673 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
15675         * iswitchb.el: Rename faces.
15677 2005-06-06  Kim F. Storm  <storm@cua.dk>
15679         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15680         (cua-global-mark): Remove -face suffix from face names.
15682         * emulation/cua-gmrk.el (cua--init-global-mark):
15683         Remove cua-global-mark face setup.
15685 2005-06-06  Richard M. Stallman  <rms@gnu.org>
15687         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15688         just like other allowed characters.
15689         (makefile-match-dependency): Exclude leading and training whitespace
15690         from the range of regexp subexp 1.
15691         (makefile-macroassign-regex): Don't try to match the body,
15692         just the name of the macro being defined.
15694         * info.el (Info-read-node-name-2): New function.
15695         (Info-read-node-name-1): Use that.
15696         Add a completion-base-size-function property.
15698         * simple.el (completion-setup-function): Look for
15699         completion-base-size-function property of minibuffer-completion-table.
15701         * files.el (locate-file-completion): Doc fix.
15703         * printing.el: Don't call pr-update-menus; user must do that.
15705         * emacs-lisp/debug.el (debugger-window): New variable.
15706         (debug): Use debugger-window if it is set and still alive.
15707         Record debugger-window for next entry.
15709         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15711 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
15713         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15714         (hack-one-local-variable, hack-local-variables)
15715         (hack-local-variables-prop-line): Pass that arg.
15717 2005-06-06  Kim F. Storm  <storm@cua.dk>
15719         * ido.el (ido-first-match, ido-only-match, ido-subdir)
15720         (ido-indicator): Remove -face suffix from face names.
15722 2005-06-06  Juri Linkov  <juri@jurta.org>
15724         * font-lock.el (font-lock-regexp-backslash)
15725         (font-lock-regexp-backslash-construct): New faces.
15726         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
15727         after `('.  Add `while-no-input' to control structures.
15729         * faces.el (no-break-space, shadow): New faces.
15730         (escape-glyph): Use less loud colors pink2 and red4.
15732         * diff-mode.el (diff-context-face)
15733         * dired.el (dired-ignored)
15734         * rfn-eshadow.el (file-name-shadow)
15735         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15737         * info.el (Info-title-1-face): Use green instead of yellow because
15738         bold yellow is not readable on light backgrounds.
15740         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15741         before selecting the desired mode to not spend time fontifying
15742         old contents.
15744 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
15746         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15747         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15749         * ps-print.el (ps-default-fg, ps-default-bg):
15750         Fix typos in docstrings.
15752         * isearchb.el (isearchb): Don't pass a spurious second argument to
15753         `iswitchb-completions'.
15755 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
15757         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15758         to preserve point.
15759         (gdb-find-file-hook): Add doc string.
15761         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15762         C dereferenced pointer expression.
15763         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
15765         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15767         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15768         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15769         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15770         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15771         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15772         Make background transparent.
15774 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15776         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
15777         (font-lock-remove-keywords): Doc fix.
15778         (font-lock-mode-major-mode): Compiler defvar.
15779         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15781         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15782         (font-lock-mode): Update `font-lock-mode-major-mode'.
15783         (font-lock-set-defaults): Compiler defvar.
15784         (font-lock-default-function): Take `font-lock-mode-major-mode'
15785         into account.
15787         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15788         keep track of which major mode it enabled the minor mode for.
15789         Use find-file-hook again.  Update docstring.
15791         * simple.el (eval-expression-print-level)
15792         (eval-expression-print-length, eval-expression-debug-on-error):
15793         Doc fixes.
15795 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
15797         * iswitchb.el (iswitchb-single-match-face)
15798         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15799         (iswitchb-invalid-regexp-face): New faces.
15800         (iswitchb-completions): Use them.
15801         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15802         now marked as an obsolete alias.
15803         (iswitchb-read-buffer): Remove check for bound font variables.
15804         (iswitchb-invalid-regexp): New free variable.
15805         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15806         set iswitchb-invalid-regexp.
15807         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15808         invalid regexps.
15809         (iswitchb-completions): Add check for complete match when entering
15810         a regexp.
15811         (iswitchb-completions): Remove require-match argument.
15812         (iswitchb-exhibit): Fix caller.
15813         (iswitchb-common-match-inserted): New variable.
15814         (iswitchb-complete, iswitchb-completion-help): Use it.
15816 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
15818         * url-http.el (url-http-chunked-encoding-after-change-function):
15819         Use `url-http-debug' instead of `message'.
15821 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
15823         * url-http.el (url-http-parse-headers): Pass redirected URL as a
15824         callback argument.
15826 2005-06-04  Kim F. Storm  <storm@cua.dk>
15828         * simple.el (line-move): Only call sit-for when moving backwards.
15830         * ido.el (ido-make-merged-file-list-1): New defun split from
15831         ido-make-merged-file-list.
15832         (ido-make-merged-file-list): Bind throw-on-input around call to
15833         ido-make-merged-file-list-1.  Return input-pending-p if
15834         interrupted by more input available.
15835         (ido-read-internal): Handle input-pending-p return value from
15836         ido-make-merged-file-list.
15838 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15840         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15841         compatibility code.
15843         * international/latexenc.el (latexenc-find-file-coding-system):
15844         Don't inherit the EOL part of the coding-system from the
15845         tex-main buffer.  Fit within 80 columns.
15847 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
15849         * tmm.el (tmm-inactive-face): New face.
15850         (tmm-remove-inactive-mouse-face): New function.
15851         (tmm-prompt, tmm-add-one-shortcut)
15852         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15853         but not selectable.
15855 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
15857         * faces.el (face-equal): Improve argument/docstring consistency.
15859 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
15861         * progmodes/make-mode.el (makefile-targets-face)
15862         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15863         (makefile-bsdmake-dependency-regex)
15864         (makefile-makepp-rule-action-regex)
15865         (makefile-bsdmake-rule-action-regex): New constants.
15866         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15868         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15869         Allow (...) within `...' for makepp messages.
15871 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15873         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15875         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15876         "." files are deleted from all file lists before comparison.
15878         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15879         (viper-ESC-key): Made them customizable.
15881         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15883 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
15885         * autorevert.el (auto-revert-buffers): Use save-match-data.
15887 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15889         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15890         menu items with a nil command binding.
15892 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
15894         * emacs-lisp/cl-macs.el (defsetf):
15895         Improve argument/docstring consistency.
15897         * faces.el (list-faces-display): Improve the formatting by
15898         computing the maximum length required for any face-name (reworked
15899         patch of 1999-01-11, accidentally deleted on 1999-07-21).
15900         (internal-find-face): Remove redundant info in docstring.
15902 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
15904         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15905         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15906         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15907         (gdb-assembler-custom): Improve regexps.
15908         (def-gdb-auto-update-handler): Use window point to preserve point.
15910 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15914 2005-05-31  Jay Belanger  <belanger@truman.edu>
15916         * calc/calc-embed.el (calc-embedded-word): Change argument passed
15917         to calc-embedded.
15918         (calc-embedded-make-info): Have plain prefix argument select
15919         entire line.
15921 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
15923         * faces.el (list-faces-display): Signal error if passed a regexp
15924         that matches no face name.
15926         * simple.el (filter-buffer-substring): Fix typo in docstring.
15928 2005-05-31  Richard M. Stallman  <rms@gnu.org>
15930         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15931         (vhdl-emacs-21): Doc fix.
15932         (vhdl-mode): Unconditionally set comment-padding.
15933         (vhdl-fixup-whitespace-region): Insert spaces only where
15934         there are none.
15935         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15937 2005-05-30  John Wiegley  <johnw@newartisans.com>
15939         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15940         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15941         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15942         `directory-sep-char' to ?/, and all uses of `string-to-int' to
15943         `string-to-number'.
15945 2005-05-30  Jay Belanger  <belanger@truman.edu>
15947         * calc/calc.el (calc-bug-address): Fix docstring.
15948         (calc-window-hook, calc-trail-window-hook): New variables.
15949         (calc-trail-display): Restore use of calc-trail-window-hook.
15950         (calc): Restore use of calc-window-hook.
15952 2005-05-31  Masatake YAMATO  <jet@gyve.org>
15954         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15956         * help-fns.el (help-C-file-name): Add autoload mark for
15957         `find-function-noselect'.
15959 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15961         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15962         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15964 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15966         * calendar/diary-lib.el (mark-included-diary-files): Only kill
15967         included diary buffer if it was not already being visited.
15968         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15970         * calendar/icalendar.el (top-level): Do not require appt.
15972         * mail/supercite.el (sc-select-attribution): Only use a list
15973         element from sc-attrib-selection-list if it returns a string.
15974         Reported by Davide G. M. Salvetti <salve@debian.org>.
15976 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
15978         * thumbs.el (thumbs-thumbname): The resulting thumbname now
15979         includes a hash value to improve its uniqueness, and has a ".jpg"
15980         extension.  Also, it is now a valid filename on all systems.
15981         (thumbs-make-thumb): Use `let', not `let*'.
15982         (thumbs-show-thumbs-list): Check for JPEG availability.
15984 2005-05-30  Richard M. Stallman  <rms@gnu.org>
15986         * filesets.el (filesets-menu-ensure-use-cached):
15987         Prevent warning when emacs-version>= is undefined.
15989         * printing.el (pr-interactive-n-up): Use string-to-number.
15991         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15993         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15994         Warn only when name to be defined is quoted.
15996 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
15998         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15999         Make regexp more robust.
16000         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16001         Force regeneration of disassembly.
16003 2005-05-29  Jay Belanger  <belanger@truman.edu>
16005         * calc/calc.el (calc-user-invocation): Check if
16006         calc-invocation-macro is non-nil.
16008 2005-05-29  Juri Linkov  <juri@jurta.org>
16010         * add-log.el (change-log-font-lock-keywords):
16011         Add `+' to e-mail regexp to accept mail address with keywords.
16013         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16015 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16017         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16019         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16021 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16023         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16024         Undo the change that moves to end of the current word.
16026 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16028         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16029         Throw error when count <= 0 to ensure input is a number.
16030         (gdb-read-memory-custom): Pick up address from buffer.
16031         (gdb-memory-mode): Allow user to increment and decrement
16032         memory address from header line.
16034 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16036         * flyspell.el (flyspell-version): Function deleted.
16037         (flyspell-auto-correct-previous-hook): Doc fix.
16039         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16040         Do nothing if memory is full.
16042         * font-lock.el (font-lock-fontify-syntactically-region):
16043         Pass t for GREEDY to looking-back.
16045         * saveplace.el (save-place-alist-to-file): Write the file
16046         using write-region.
16048         * subr.el (looking-back): New argument GREEDY.
16050         * progmodes/compile.el (compilation-start): Set the mode
16051         before inserting the initial text.
16053         * progmodes/which-func.el (which-func-update-1): Turn the mode
16054         off in case of error by setting which-func-mode.
16056 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16058         * flyspell.el (flyspell-auto-correct-previous-word):
16059         Narrow down to what's on the screen, and recenter overlays
16060         at the end of the next word.
16062 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16064         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16065         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16066         (flyspell-abbrev-p): Default to nil.
16067         (flyspell-use-global-abbrev-table-p): Doc fix.
16068         (flyspell-large-region): Allow nil as value.
16069         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16071         (mail-mode-flyspell-verify): More robust handling
16072         of `mail-header-separator'.  More efficient signature detection.
16073         Allow for regexp metacharacters in message-header-separator.
16074         Adding `To' not to be checked in mail-mode-flyspell-verify.
16076         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16077         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16078         Bind flyspell-auto-correct-binding.
16079         Bind C-. and C-, .
16080         (flyspell-mode-map): Likewise.
16081         (flyspell-mode): Doc fix.
16082         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16083         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16084         (flyspell-word-cache-result): New var, always local.
16085         (flyspell-check-pre-word-p): Doc fix.
16086         (flyspell-check-changed-word-p): Handle spc like newline.
16087         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16088         (flyspell-word-search-backward, flyspell-word-search-forward):
16089         New functions.
16090         (flyspell-word): Return t if nothing to check.
16091         When parsing TeX code, check for after } or \.
16092         Use flyspell-word-search-backward to find previous word.
16093         Return nil if duplicated word.
16094         For word already checked, return same value as last time.
16095         Set flyspell-word-cache-result after checking.
16096         Don't clobber the return value.
16097         (flyspell-get-word): Major rewrite.
16098         (flyspell-external-point-words): New locals pword, pcount.
16099         Fix size used in progress message.
16100         Find the proper corresponding word in flyspell-large-region-buffer.
16101         (flyspell-region): Check for flyspell-large-region = nil.
16102         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16103         (flyspell-auto-correct-word): Check that WORD is a cons.
16104         (flyspell-correct-word): Likewise.
16106 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16108         * progmodes/make-mode.el (makefile-rule-action-regex)
16109         (makefile-macroassign-regex, makefile-makepp-mode)
16110         (makefile-bsdmake-mode): Continuation lines may be empty.
16111         Reported by Joshua Varner.
16112         (makefile-makepp-font-lock-keywords): Add $(stem).
16114 2005-05-28  Karl Berry  <karl@gnu.org>
16116         * textmodes/tex-mode.el: Now that tex-send-command calls
16117         shell-quote-argument (2005-03-31 change), remove all calls to
16118         shell-quote-argument; they all end up invoking tex-send-command.
16119         The double quoting loses on filenames with non-safe characters,
16120         such as "@".  Reported by Frederik Fouvry.
16122 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16124         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16125         about preserving point.
16127 2005-05-27  Jay Belanger  <belanger@truman.edu>
16129         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16130         Info-goto-node.
16132         * calc/calc-embed.el (calc-embed-arg): New variable.
16133         (calc-do-embedded-activate, calc-embedded-activate-formula)
16134         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16135         variable by new variable.
16136         (calc-embedded-make-info): Replace undeclared variable by new
16137         variable.  When selecting region with positive prefix
16138         argument, use end of previous line instead of beginning of line.
16140         * calc/calc-aent.el (calc-arg-values): Declare it.
16142         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16143         Declare them.
16145         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16147         * calc/calc.el (calc-alg-map): Declare it.
16149         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16151 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16153         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16154         (gdb-registers-buffer, toggle-gdb-all-registers):
16155         Toggle display of floating point registers.
16156         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16158         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16159         (toggle-gud-tooltip-dereference):
16160         Rename from gud-toggle-tooltip-dereference.
16162 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16164         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16166 2005-05-27  Jay Belanger  <belanger@truman.edu>
16168         * calc/calc-prog.el (calc-kbd-report): Remove.
16169         (calc-kbd-query): Rewrite.
16171 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16173         * image.el (image-library-alist): Move to image.c.
16174         (image-type-available-p): Doc fix.
16176 2005-05-27  Lute Kamstra  <lute@gnu.org>
16178         * calc/calc.el (calc):
16179         * outline.el (outline-1, outline-2, outline-3, outline-4)
16180         (outline-5, outline-6, outline-7, outline-8):
16181         * textmodes/dns-mode.el (dns-mode):
16182         * textmodes/sgml-mode.el (sgml-namespace-face):
16183         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16184         (tex-verbatim-face, tex-use-reftex):
16185         * textmodes/texinfo.el (texinfo-heading-face):
16186         Specify customization group.
16188         * longlines.el: Don't require easy-mmode.
16189         (longlines-visible-face): Specify customization group.
16191 2005-05-27  Kenichi Handa  <handa@m17n.org>
16193         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16194         encoding table of windows-1251.
16196         * international/ucs-tables.el (ucs-set-table-for-input):
16197         If translation-table-for-input of a coding system is a symbol, get
16198         its translation-table property.
16200         * international/code-pages.el: Don't register a coding system into
16201         non-iso-charset-alist more than once.
16202         (cp-make-coding-system): Likewise.
16204 2005-05-26  John Wiegley  <johnw@newartisans.com>
16206         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16207         `eshell-resume-eval' is wrapped in a list, it indicates that the
16208         command was run asynchronously.  In that case, unwrap the value
16209         before checking the delimiter value.
16211         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16212         character before a space at the end of a line is \, assume the space
16213         is part of the last argument rather than a final argument separator.
16215         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16216         is in use, and the target is `t' or `nil' (which are the most common
16217         values), don't assume that the symbol target is a buffer.
16219 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16221         * calendar/calendar.el (calendar-mode-line-format):
16222         Use mode-line-highlight as mouse-face.
16224         * time.el (display-time-string-forms, display-time-update):
16225         Use mode-line-highlight as mouse-face.
16227 2005-05-26  Jay Belanger  <belanger@truman.edu>
16229         * calc/calc.el (calc-language-alist): Remove extra defvar.
16231 2005-05-26  Lute Kamstra  <lute@gnu.org>
16233         * arc-mode.el (archive-mode):
16234         * bookmark.el (bookmark-read-annotation-mode)
16235         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16236         * bs.el (bs-mode):
16237         * calc/calc-yank.el (calc-edit-mode):
16238         * calc/calc.el (calc-mode, calc-trail-mode):
16239         * calculator.el (calculator-mode):
16240         * chistory.el (command-history-mode):
16241         * comint.el:
16242         * cus-edit.el (custom-mode):
16243         * descr-text.el (describe-text-mode):
16244         * ebuff-menu.el (Electric-buffer-menu-mode):
16245         * ediff-util.el (ediff-mode):
16246         * emacs-lisp/re-builder.el (reb-mode):
16247         * emulation/vi.el (vi-mode-setup):
16248         * emulation/ws-mode.el (wordstar-mode):
16249         * eshell/esh-mode.el (eshell-mode):
16250         * forms.el (forms-mode):
16251         * help-mode.el (help-mode):
16252         * hexl.el (hexl-mode):
16253         * ibuffer.el (ibuffer-mode):
16254         * ielm.el (inferior-emacs-lisp-mode):
16255         * info.el (Info-mode, Info-edit-mode):
16256         * international/swedish.el:
16257         * ledit.el (ledit-from-lisp-mode):
16258         * locate.el (locate-mode):
16259         * mail/rmail.el (rmail-mode):
16260         * mail/rmailedit.el (rmail-edit-mode):
16261         * mail/rmailsum.el (rmail-summary-mode):
16262         * mail/supercite.el (sc-electric-mode):
16263         * net/eudc.el (eudc-mode):
16264         * net/quickurl.el (quickurl-list-mode):
16265         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16266         * obsolete/ooutline.el (outline-mode):
16267         * obsolete/options.el (Edit-options-mode):
16268         * obsolete/rnews.el (news-mode):
16269         * obsolete/rnewspost.el (news-reply-mode):
16270         * play/5x5.el (5x5-mode):
16271         * play/decipher.el (decipher-mode, decipher-stats-mode):
16272         * play/gomoku.el (gomoku-mode):
16273         * play/snake.el (snake-mode):
16274         * play/solitaire.el (solitaire-mode):
16275         * play/tetris.el (tetris-mode):
16276         * progmodes/ada-mode.el (ada-mode):
16277         * progmodes/antlr-mode.el (antlr-mode):
16278         * progmodes/autoconf.el (autoconf-mode):
16279         * progmodes/dcl-mode.el (dcl-mode):
16280         * progmodes/delphi.el (delphi-mode):
16281         * progmodes/ebrowse.el (ebrowse-tree-mode)
16282         (ebrowse-electric-list-mode, ebrowse-member-mode)
16283         (ebrowse-electric-position-mode):
16284         * progmodes/f90.el (f90-mode):
16285         * progmodes/fortran.el (fortran-mode):
16286         * progmodes/icon.el (icon-mode):
16287         * progmodes/idlw-help.el (idlwave-help-mode):
16288         * progmodes/idlw-shell.el (idlwave-shell-mode):
16289         * progmodes/idlwave.el (idlwave-mode):
16290         * progmodes/inf-lisp.el (inferior-lisp-mode):
16291         * progmodes/m4-mode.el (m4-mode):
16292         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16293         * progmodes/modula2.el (modula-2-mode):
16294         * progmodes/octave-inf.el (inferior-octave-mode):
16295         * progmodes/octave-mod.el (octave-mode):
16296         * progmodes/pascal.el (pascal-mode):
16297         * progmodes/sh-script.el (sh-mode):
16298         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16299         * progmodes/vhdl-mode.el (vhdl-mode):
16300         * progmodes/xscheme.el (scheme-interaction-mode):
16301         * replace.el (occur-mode):
16302         * ses.el (ses-mode):
16303         * simple.el (completion-list-mode):
16304         * skeleton.el:
16305         * speedbar.el (speedbar-mode):
16306         * term.el (term-mode):
16307         * terminal.el (terminal-edit-mode):
16308         * textmodes/reftex-index.el (reftex-index-mode)
16309         (reftex-index-phrases-mode):
16310         * textmodes/reftex-sel.el (reftex-select-label-mode)
16311         (reftex-select-bib-mode):
16312         * textmodes/reftex-toc.el (reftex-toc-mode):
16313         * wdired.el (wdired-change-to-wdired-mode):
16314         * wid-browse.el (widget-browse-mode):
16315         Use run-mode-hooks.
16317         * array.el (array-mode):
16318         * calendar/todo-mode.el (todo-mode):
16319         * man.el (Man-mode):
16320         * play/landmark.el (lm-mode):
16321         * play/mpuz.el (mpuz-mode):
16322         Use kill-all-local-variables and run-mode-hooks.
16324         * subr.el (delay-mode-hooks): Specify indentation.
16326 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16328         * xml.el (xml-substitute-special): Don't die for undefined xml
16329         entities.
16331 2005-05-26  Jay Belanger  <belanger@truman.edu>
16333         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16334         of nil.
16336 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16338         * progmodes/gdb-ui.el (gdb-frame-address):
16339         Rename from gdb-current-address.
16340         (gdb-previous-frame-address): Rename from gdb-previous-address.
16341         (gdb-selected-frame): Rename from gdb-current-frame.
16342         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16343         (gdb-frame-number): Rename from gdb-current-stack-level.
16344         (gdb-ann3): Match new mode-name for disassembly buffer.
16345         Extend initialization of variables.
16346         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16347         (gdb-memory-mode): Use mouse-face in header line.
16348         (gdb-assembler-buffer-name): Call it disassembly and give frame
16349         in mode line.
16350         (gdb-source-spec-regexp, gdb-assembler-custom)
16351         (gdb-invalidate-assembler, gdb-frame-handler):
16352         Make robust to leading zeroes in address format.
16354 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16356         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16357         define `org-mode'.
16358         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16360 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16362         * log-edit.el (log-edit-changelog-entries): Distinguish between
16363         filenames like xfns.c and fns.c.
16365 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16367         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16368         point after reverting.
16369         (Buffer-menu-make-sort-button): Handle the case where
16370         `Buffer-menu-use-header-line' is nil.
16372 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16374         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16375         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16376         and `:' to them.
16378 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16380         * startup.el (normal-top-level): Allow modification of load-path while
16381         we're iterating over it.
16383 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16385         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16386         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16387         (thumbs-resize-interactive, thumbs-insert-image)
16388         (thumbs-insert-thumb, thumbs-dired-show-marked)
16389         (thumbs-find-image-at-point, thumbs-delete-images)
16390         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16391         (thumbs-increment-image-size, thumbs-decrement-image-size):
16392         Fix typos in docstrings.
16394 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16396         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16397         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16398         (cperl-mode): Use them.
16400 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16402         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16403         Doc fixes.
16405 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16407         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16408         Bind C-d to gdb-inferior-io-eof.
16410         * dired.el (dired-dnd-popup-notice): Use message-box.
16412 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16414         * bindings.el (mode-line-major-mode-keymap):
16415         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16417         * faces.el (mode-line-highlight): New face.
16419         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16420         as mouse-face.
16422         * bindings.el (top-level, help-echo, mode-line-modified)
16423         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16424         as mouse-face.
16426 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16428         * progmodes/cc-engine.el (c-guess-basic-syntax):
16429         Remove spurious call to `zerop'.
16431         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16433 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16435         CC Mode update to 5.30.10:
16437         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16438         could go past the limit in decoration level 2, thereby causing
16439         errors during interactive fontification.
16441         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16442         the file is evaluated interactively.
16444         * cc-engine.el (c-guess-basic-syntax): Handle operator
16445         declarations somewhat better in C++.
16447         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16448         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16449         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16450         (awk-mode): Use it.
16451         (make-local-hook): Suppress warning about obsoleteness.
16453         * cc-engine.el, cc-align.el, cc-cmds.el
16454         (c-append-backslashes-forward, c-delete-backslashes-forward)
16455         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16456         Compensate for return value from `forward-line' when it has moved
16457         but not to a different line due to eob.
16459         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16460         `objc-method-intro' and `objc-method-args-cont'.
16462 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16464         CC Mode update to 5.30.10:
16466         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16467         in the copyright statement.  Incidentally, change "along with GNU
16468         Emacs" to "along with this program" where it occurs.
16470         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16471         so that it is interactive, hence can be found by M-x awk-mode
16472         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16473         <gmorris+emacs@ast.cam.ac.uk>.
16475         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16476         Mode's regexps.
16478 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16480         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16481         c-parse-state, to avoid a lisp error (on bad code).
16483 2005-05-23  Lute Kamstra  <lute@gnu.org>
16485         * subr.el (font-lock-defaults): Remove defvar as it's already
16486         defined in font-core.el.
16488         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16490 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16492         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16493         more general and work when GDB variable "print pretty" is on,
16494         as with Emacs, for example.
16496 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16498         * font-core.el: Update comment.
16500         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16501         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16503         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16505 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16507         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16508         and `yank-handler' in the doc strings.
16510 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16512         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16514 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16516         * help.el (describe-key): Move print-help-return-message call
16517         out of conditional.
16519         * progmodes/etags.el (list-tags): Use with-no-warnings.
16521         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16522         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16523         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16525         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16527         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16528         Add defvar.
16530         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16531         Use defvar, not defconst.
16533         * hexl.el (hexl-follow-line): Use with-no-warnings.
16535         * emulation/tpu-extras.el: Use write-file-functions instead of
16536         write-file-hooks.
16538         * dired.el (dired-font-lock-keywords): Fontify files with junk
16539         extensions even if marked by -F.
16541 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16543         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16544         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16545         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16546         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16547         (concatenate, list-length, get*, getf, cl-remprop):
16548         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16549         (etypecase, progv, lexical-let, lexical-let*)
16550         (multiple-value-bind, multiple-value-setq, shiftf):
16551         Improve argument/docstring consistency.
16553         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16555 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16557         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16558         doesn't exist.
16560         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16561         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16563 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16565         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16566         already deleted variables: auto-fill-hook, blink-paren-hook,
16567         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16568         suspend-hooks, comment-indent-hook, meta-flag,
16569         before-change-function, after-change-function,
16570         font-lock-doc-string-face.
16572 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16574         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16576 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16578         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16579         rmail-dont-reply-to.
16581 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16583         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16584         literal blank when splitting new-header-values.
16586 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16588         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16589         string so that tmm doesn't create a completion entry for it.
16591         * textmodes/table.el (table-disable-menu): Ditto.
16593 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16595         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16597         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16599         * net/rcompile.el (remote-compile): Use compilation-start.
16601         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16603 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
16605         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16606         Default to makefile-bsdmake-mode on BSD systems.
16608         * imenu.el (imenu-generic-expression, imenu--generic-function'):
16609         REGEXP may also be a search function now.  The part of doc-string
16610         for describing the structure was 95% identical to that of
16611         `imenu--generic-function'.  Unify it there.
16613         * progmodes/make-mode.el (makefile-imenu-generic-expression):
16614         Use function to find dependencies, because regexp alone is so complex,
16615         it easily goes into an endless loop.
16616         (makefile-makepp-mode): Also add submenu for Perl functions
16617         defined in the makefile.
16618         (makefile-bsdmake-mode): Special imenu-generic-expression no
16619         longer needed, due to function call.
16620         (makefile-match-dependency): Take BOUND into account when checking
16621         if we're through.
16623 2005-05-20  Jay Belanger  <belanger@truman.edu>
16625         * calc/calc-units.el (calc-invalidate-units-table):
16626         Use inhibit-read-only.
16627         (math-build-units-table-buffer): Use view-mode.
16629 2005-05-20  David Kastrup  <dak@gnu.org>
16631         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16632         easy-menu-add is not a nop on Emacs; and clarify when to call it.
16634 2005-05-20  Lute Kamstra  <lute@gnu.org>
16636         * diff-mode.el (diff-header-face, diff-file-header-face)
16637         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16638         (diff-added-face, diff-changed-face, diff-function-face)
16639         (diff-context-face, diff-nonexistent-face): Put them in the
16640         diff-mode customization group.
16642 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16644         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16646         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16648         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16649         Minor regexp-optimization.
16651 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
16653         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16654         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16655         (org-agenda-add-time-grid-maybe): New function.
16656         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16657         (org-table-create): `dotimes' instead of `mapcar'.
16658         (org-xor): Simplify implementation.
16659         (org-agenda): `inhibit-redisplay' turned on.
16660         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16661         a consistent line after a state change.
16662         (org-agenda-remove-times-when-in-prefix): New option.
16663         (org-prefix-has-time): New variable.
16664         (org-parse-time-string): Optional argument NODEFAULT.
16665         (org-format-agenda-item): Parse items for time-of-day
16666         specifications and move these into the prefix if possible.
16667         (org-agenda-priority): Get current heading, not previous heading
16668         during agenda remote editing.
16670 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
16672         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16673         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16674         (remove-duplicates, delete-duplicates, substitute)
16675         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16676         (nsubstitute-if-not, find, find-if, find-if-not, position)
16677         (position-if, position-if-not, count, count-if, count-if-not)
16678         (mismatch, search, sort*, stable-sort, merge, member*)
16679         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16680         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16681         (intersection, nintersection, set-difference, nset-difference)
16682         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16683         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16684         (nsublis, tree-equal): Improve argument/docstring consistency.
16686         * subr.el (send-string, send-region): Remove obsolescence declaration.
16687         (window-dot, set-window-dot, read-input, show-buffer)
16688         (eval-current-buffer, string-to-int):
16689         Add release number to obsolescence declarations.
16691 2005-05-19  Kim F. Storm  <storm@cua.dk>
16693         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16694         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16696 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
16698         * faces.el (list-faces-display): Make back button respect optional
16699         regexp arg.
16701 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
16703         * calculator.el (calculator-radix-grouping-mode)
16704         (calculator-radix-grouping-digits, calculator-displayer)
16705         (calculator-radix-grouping-separator, calculator-copy-displayer):
16706         * dabbrev.el (dabbrev-search-these-buffers-only):
16707         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16708         (diff-advance-after-apply-hunk, diff-mode-hook)
16709         (diff-minor-mode-prefix):
16710         * imenu.el (imenu-use-popup-menu):
16711         * jit-lock.el (jit-lock-context-time):
16712         * newcomment.el (comment-fill-column, comment-column)
16713         (comment-style, comment-padding, comment-multi-line)
16714         (comment-empty-lines, comment-auto-fill-only-comments):
16715         * reveal.el (reveal-around-mark):
16716         * uniquify.el (uniquify-buffer-name-style)
16717         (uniquify-after-kill-buffer-p)
16718         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16719         (uniquify-min-dir-content, uniquify-separator)
16720         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16721         * w32-vars.el (w32-fixed-font-alist):
16722         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16723         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16724         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16725         * progmodes/perl-mode.el (perl-indent-level)
16726         (perl-continued-statement-offset, perl-continued-brace-offset)
16727         (perl-brace-offset, perl-brace-imaginary-offset)
16728         (perl-label-offset, perl-indent-continued-arguments)
16729         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16730         * progmodes/tcl.el (tcl-indent-level)
16731         (tcl-continued-indent-level, tcl-auto-newline)
16732         (tcl-tab-always-indent, tcl-electric-hash-style)
16733         (tcl-help-directory-list, tcl-use-smart-word-finder)
16734         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16735         (inferior-tcl-source-command):
16736         * textmodes/fill.el (enable-kinsoku):
16737         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16738         * textmodes/table.el (table-yank-handler):
16739         Specify missing group (and type, if simple) in defcustom.
16741 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
16743         * progmodes/compile.el (compilation-finish-function): Fix defvar.
16745 2005-05-19  Richard M. Stallman  <rms@gnu.org>
16747         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16749         * subr.el (event-basic-type): Don't get an error.
16750         (left-fringe-p): Function deleted.
16752         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16753         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16755         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16756         in recursive copy.
16758         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16760         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16762         * emacs-lisp/bytecomp.el
16763         (byte-compile-file-form-custom-declare-variable):
16764         Call byte-compile-nogroup-warn if appropriate.
16766         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16767         (compilation-set-window): Don't call left-fringe-p; do it directly.
16769 2005-05-19  Jay Belanger  <belanger@truman.edu>
16771         * calc/calc-graph.el (calc-graph-format-data): Make sure
16772         var-PlotRejects is bound before trying to check its value.
16774 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
16776         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16777         definition of this variable from reftex-global.el to reftex.el,
16778         because it is needed in the menu.
16780 2005-05-19  Lute Kamstra  <lute@gnu.org>
16782         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16783         years are fixed.  Don't insert a space after a dash.
16785 2005-05-19  Kim F. Storm  <storm@cua.dk>
16787         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16789 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
16791         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16792         strings, because (eq ... ?\\) is fairly frequent.
16794         * progmodes/make-mode.el (makefile-add-this-line-targets):
16795         Simplify and integrate into `makefile-pickup-targets'.
16796         (makefile-add-this-line-macro): Simplify and integrate into
16797         `makefile-pickup-macros.
16798         (makefile-pickup-filenames-as-targets): Simplify.
16799         (makefile-previous-dependency, makefile-match-dependency):
16800         Don't stumble over `::'.
16802 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
16804         * subr.el (post-command-idle-hook, post-command-idle-delay):
16805         Remove obsoletion of post-command-idle-hook and
16806         post-command-idle-delay.
16808         * faces.el (list-faces-display): Provide button when describe-face
16809         is called to take user back to the list of faces.
16811         * help-fns.el (describe-variable): Remove hyperlinks in a
16812         variable's value as these are quite frequently inappropriate.
16814         * follow.el (follow-submit-feedback, follow-mode):
16815         Remove references to post-command-idle-hook.
16817 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
16819         * progmodes/make-mode.el (makefile-previous-dependency)
16820         (makefile-match-dependency): Check for := (and in bsd mode also
16821         !=) to give a better result, even when font-lock is not on.
16823 2005-05-18  Jay Belanger  <belanger@truman.edu>
16825         * calc/calc-help.el (calc-s-prefix-help):
16826         Add `calc-copy-special-constant' to help string.
16828 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
16830         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16832 2005-05-18  Jay Belanger  <belanger@truman.edu>
16834         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16835         in linear factors are in proper order.
16837 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
16839         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16840         Support for jurabib.
16842         * textmodes/reftex.el (featurep): Define aliases for overlay
16843         commands, for XEmacs compatibility, and use these aliases in
16844         overlay initializations.
16845         (reftex-highlight): Use `reftex-move-overlay'.
16846         (reftex-unhighlight): Use `reftex-delete-overlay'.
16847         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
16848         (reftex-access-search-path): Use `reftex-uniquify' instead of
16849         `reftex-uniq'
16851         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16852         `before-string' property modification enables for Emacs as well.
16853         (reftex-select-item): Use `reftex-delete-overlay'.
16854         (reftex-select-mark): Use `reftex-make-overlay' and
16855         `reftex-overlay-put'.
16856         (reftex-select-unmark): Use `reftex-delete-overlay' and
16857         `reftex-overlay-put'.
16859 2005-05-18  Lute Kamstra  <lute@gnu.org>
16861         * emacs-lisp/lisp.el (check-parens): Fix docstring.
16863 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
16865         * add-log.el (add-change-log-entry):
16866         * array.el (array-make-template, array-reconfigure-rows)
16867         (array-init-max-row, array-init-max-column)
16868         (array-init-columns-per-line, array-init-field-width):
16869         * replace.el (replace-match-maybe-edit, perform-replace):
16870         * textmodes/spell.el (spell-region):
16871         Replace `read-input' by `read-string'.
16873         * forms.el (forms-mode):
16874         * finder.el (finder-compile-keywords):
16875         * shadowfile.el (shadow-read-files):
16876         Replace `eval-current-buffer' by `eval-buffer'.
16878         * terminal.el (te-pass-through):
16879         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16880         (ange-ftp-raw-send-cmd):
16881         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16882         (send-process-next-char, telnet-initial-filter, telnet):
16883         Replace `send-string' by `process-send-string'.
16885         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16886         (prolog-consult-region): Replace `send-string' by
16887         `process-send-string'; replace `send-region' by `process-send-region'.
16889         * progmodes/delphi.el (delphi-log-msg):
16890         Replace `set-window-dot' by `set-window-point'.
16892         * subr.el (window-dot, set-window-dot, read-input, send-string)
16893         (send-region, show-buffer, eval-current-buffer):
16894         Make really obsolete, as the comment says.
16896 2005-05-17  Kim F. Storm  <storm@cua.dk>
16898         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16899         (cua--init-keymaps): Bind C-return instead of S-return to set
16900         rectangle mark.
16902         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16903         instead of S-return to toggle/clear rectangle mark.
16905 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
16907         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16908         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16909         Also fontify plain strings assigned to variables, mostly so that a
16910         colon has a face and is thus not taken as a dependency separator.
16911         (makefile-previous-dependency): Inline the new matcher, because it
16912         is too complex to work in both directions.
16913         (makefile-match-dependency): Eliminate `backward' arg (see above).
16914         Completely reimplemented so as to not sometimes go into an endless
16915         loop.  It should also be more efficient, because first it only
16916         searches for `:', instead of applying the very complex regexp.
16917         (makefile-mode): Cancel `font-lock-support-mode', because blocks
16918         to be fontified in one piece can be too long for JIT.
16919         Makefiles are never *that* big.
16921 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
16923         * dired.el (dired-mode): Simplify.
16925 2005-05-17  Lute Kamstra  <lute@gnu.org>
16927         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16928         defcustom for the mode hook variable.
16930         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16931         Emacs Lisp Reference Manual.
16933 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
16935         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16936         (evenp, list*):
16937         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16938         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16940         * net/tramp-smb.el (tramp-smb-open-connection):
16941         Pass `tramp-chunksize' as fifth (required) argument.
16943 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
16945         * font-lock.el (lisp-font-lock-keywords-1):
16946         Set `font-lock-negation-char-face' for [^...] char group.
16947         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16949         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16950         a var, and refine it to mask one more level of nested vars.
16951         (makefile-rule-action-regex): Turn it into a var, and refine it so
16952         it recognizes backslashed continuation lines as belonging to the
16953         same command.
16954         (makefile-macroassign-regex): Refine it so it recognizes
16955         backslashed continuation lines as belonging to the same command.
16956         (makefile-var-use-regex): Don't look at the next char, because it
16957         might be the same one to be skipped by the initial [^$], leading
16958         to an overlooked variable use.
16959         (makefile-make-font-lock-keywords): Remove two parameters, which
16960         are now variables that some of the modes set locally.
16961         Handle dependency and rule action matching through functions, because
16962         regexps alone match too often.  Dependency matching now comes
16963         last, so it can check, whether a colon already matched something else.
16964         (makefile-mode): Inform that font-lock improves makefile parsing
16965         capabilities.
16966         (makefile-match-dependency, makefile-match-action): New functions.
16968 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
16970         * emacs-lisp/cl-extra.el (equalp): Doc fix.
16972         * align.el (align-regexp):
16973         * ansi-color.el (ansi-color-get-face):
16974         * array.el (array-reconfigure-rows, array-init-max-row)
16975         (array-init-max-column, array-init-columns-per-line)
16976         (array-init-field-width):
16977         * dired-aux.el (dired-trample-file-versions):
16978         * dired-x.el (dired-mark-sexp):
16979         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16980         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16981         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16982         * faces.el (face-read-integer):
16983         * files.el (backup-extract-version, insert-directory):
16984         * hexl.el (hexl-insert-decimal-char):
16985         * server.el (server-process-filter):
16986         * shell.el (shell-extract-num):
16987         * startup.el (command-line-1):
16988         * term.el (term-command-hook):
16989         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16990         (time-stamp-do-number):
16991         * time.el (display-time-update):
16992         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16993         (timezone-fix-time):
16994         * vms-patch.el (vms-suspend-resume-hook):
16995         * calendar/appt.el (appt-convert-time):
16996         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16997         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16998         * calendar/cal-islam.el (mark-islamic-diary-entries):
16999         * calendar/calendar.el (calendar-cursor-to-date)
17000         (calendar-star-date):
17001         * calendar/diary-lib.el (diary-attrtype-convert)
17002         (mark-diary-entries, diary-entry-time):
17003         * calendar/solar.el (solar-get-number):
17004         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17005         * emacs-lisp/re-builder.el (reb-display-subexp):
17006         * emulation/edt.el (edt-set-scroll-margins):
17007         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17008         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17009         (vip-get-ex-count):
17010         * emulation/viper-ex.el (viper-get-ex-token)
17011         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17012         * international/fontset.el (fontset-plain-name):
17013         * mail/feedmail.el (feedmail-look-at-queue-directory):
17014         * mail/mailalias.el (mail-get-names):
17015         * mail/rmail.el (rmail-convert-to-babyl-format):
17016         * mail/rmailsum.el (rmail-make-basic-summary-line)
17017         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17018         (rmail-summary-goto-msg):
17019         * mail/smtpmail.el (smtpmail-read-response):
17020         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17021         (ange-ftp-vms-add-file-entry):
17022         * play/gametree.el (gametree-looking-at-ply)
17023         (gametree-current-branch-score):
17024         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17025         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17026         * progmodes/cperl-mode.el (condition-case):
17027         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17028         (ebrowse-set-member-buffer-column-width)
17029         (ebrowse-select-1st-to-9nth):
17030         * progmodes/etags.el (etags-snarf-tag):
17031         * progmodes/flymake.el (flymake-parse-line):
17032         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17033         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17034         (idlwave-shell-menu-def):
17035         * progmodes/ps-mode.el (ps-run-goto-error):
17036         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17037         (vhdl-speedbar-contract-level):
17038         * term/mac-win.el (x-handle-numeric-switch):
17039         * term/sun-mouse.el (sun-get-frame-data):
17040         * term/w32-win.el (x-handle-numeric-switch):
17041         * term/x-win.el (x-handle-numeric-switch):
17042         * textmodes/ispell.el (ispell-parse-output):
17043         * textmodes/nroff-mode.el (nroff-outline-level):
17044         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17045         (reftex-bib-sort-year-reverse, reftex-format-citation):
17046         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17047         (reftex-section-number):
17048         * textmodes/texinfmt.el (texinfo-paragraphindent):
17049         Replace `string-to-int' by `string-to-number'.
17051         * international/latexenc.el: Add page marker to force the "Local
17052         Variables:" string out of the last page.
17054 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17056         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17057         tooltip-change-major-mode.
17058         (gud-tooltip-print-command): Remove case where gud-minor-mode
17059         is gdb ("--fullname").
17060         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17061         explain to user.
17063 2005-05-16  Jay Belanger  <belanger@truman.edu>
17065         * calc/calc-store.el (calc-copy-special-constant): New function.
17067         * calc/calc-ext.el (calc-init-extensions): Add binding for
17068         `calc-copy-special-constant'.
17070         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17071         for the `calc-copy-special-constant' command.
17073 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17075         * subr.el (left-fringe-p): New function.
17077         * progmodes/compile.el (compilation-setup): Set local value of
17078         overlay-arrow-string to "" always.
17079         (compilation-set-window): Left fringe then don't scroll.
17080         No left fringe then no arrow and scroll message to top.
17081         (compilation-context-lines): Adjust doc string accordingly.
17083 2005-05-16  Kim F. Storm  <storm@cua.dk>
17085         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17086         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17087         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17088         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17089         (ido-read-file-name): Handle commands with ido property value
17090         equal to find-file as reading a file name, to allow C-d to enter dired.
17091         (ibuffer-find-file): Add ido property with value find-file.
17093 2005-05-15  Kim F. Storm  <storm@cua.dk>
17095         * subr.el (open-network-stream-nowait): Remove.
17096         (open-network-stream-server): Remove.
17098 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17100         * faces.el (describe-face): Output a definition link button.
17102         * help-mode.el (help-face-def): New button type.
17104         * emacs-lisp/copyright.el (copyright-fix-years):
17105         Match properly if the first year is 2-digit.
17106         Don't mess up the whitespace after the years by filling.
17108         * dired-aux.el (dired-mark-confirm):
17109         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17111         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17112         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17113         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17115         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17116         Set font-lock-comment-start-skip.
17118         * font-lock.el (font-lock-comment-start-skip): New variable.
17119         (font-lock-comment-end-skip): New variable.
17120         (font-lock-fontify-syntactically-region): Use them if non-nil.
17122 2005-05-15  Jay Belanger  <belanger@truman.edu>
17124         * calc/calc-store.el (calc-store-value): Return a string rather
17125         than display it as a message.
17126         Use calc-var-name for variable name.
17127         (calc-store-into): Add the result of calc-store-value to message.
17128         (calc-copy-variable): Add a message.
17129         (calc-store-exchange): Improve error messages.
17130         (calc-store-binary, calc-store-map): Don't reset the values of
17131         special constants.
17133 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17135         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17136         manual to docstring.
17138         * files.el (hack-local-variables-confirm): Add STRING argument.
17139         Make the function handle non file visiting buffers correctly.
17140         (hack-local-variables-prop-line, hack-local-variables)
17141         (hack-one-local-variable): Use STRING arg of
17142         `hack-local-variables-confirm'.
17144 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17146         Sync with Tramp 2.0.49.
17148         * net/tramp.el (tramp-handle-dired-call-process)
17149         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17150         because the contents of the Tramp buffer is changed before
17151         insertion (`expand-file' and alike).
17152         (tramp-handle-insert-directory): If `localname' has an empty
17153         nondirectory name, it must not be quoted.
17154         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17155         variable `tramp-chunksize'.  Change callees.
17156         (tramp-open-connection-setup-interactive-shell): Check remote host
17157         for buggy `send-process-string' implementation.
17158         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17159         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17160         (tramp-handle-shell-command): `insert-buffer' cannot be used
17161         because the contents of the Tramp buffer is changed before
17162         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17163         <frederic.bothamy@free.fr>.
17164         (tramp-set-auto-save): Actions should be done for Tramp file name
17165         handler only.  Ange-FTP has its own auto-save mechanism.
17166         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17167         (tramp-set-auto-save-file-modes): Set file modes of
17168         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17169         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17170         (tramp-bug): Remove obsolete variable.
17171         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17172         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17174 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17176         * ibuf-ext.el (define-ibuffer-filter filename):
17177         If `dired-directory' is a list, use its car.
17179 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17181         * ibuffer.el (define-ibuffer-column filename):
17182         If `dired-directory' is a list, use its car.
17184 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17186         * subr.el (symbol-file): Doc fix.
17188         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17189         (byte-compile-form): Call byte-compile-nogroup-warn.
17190         (byte-compile-warning-types): Doc fix.
17192         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17194         * progmodes/cc-engine.el (c-literal-faces):
17195         Add font-lock-comment-delimiter-face.
17197         * net/net-utils.el (dig): Use with-no-warnings.
17199         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17200         (sc-recite-frame-alist, sc-default-cite-frame)
17201         (sc-default-uncite-frame, sc-default-recite-frame)
17202         (sc-attrib-selection-list, sc-rewrite-header-list):
17203         Mark as risky-local-variable.
17205         * international/ogonek.el (ogonek-jak, ogonek-how):
17206         Don't use beginning-of-buffer.
17208         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17210         * calendar/solar.el (solar-data-list): Move definition up.
17212         * dnd.el (dnd-protocol-alist): Add autoload.
17214         * progmodes/sh-script.el: Many doc usage fixes.
17215         (sh-indent-after-do): Change default to match common styles.
17217 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17219         * files.el (interpreter-mode-alist)
17220         (auto-mode-interpreter-regexp): Doc fixes.
17222 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17224         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17226         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17228 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17230         * dired.el (dired-mode): make-variable-buffer-local =>
17231         make-local-variable.
17233 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17235         * term/mac-win.el (mac-select-convert-to-string): Try coding
17236         systems in mac-script-code-coding-systems if specified one cannot
17237         encode string for `com.apple.traditional-mac-plain-text'.
17239 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17241         * progmodes/make-mode.el (makefile-targets-face)
17242         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17243         (makefile-dependency-regex): Fix it to not make the colon in
17244         $(var:a=b) special.
17245         (makefile-rule-action-regex): New regexp for highlighting embedded
17246         Shell strings.
17247         (makefile-macroassign-regex): Handle != for highlighting as
17248         embedded Shell strings.
17249         (makefile-var-use-regex): New const.
17250         (makefile-statements, makefile-automake-statements)
17251         (makefile-gmake-statements, makefile-makepp-statements)
17252         (makefile-bsdmake-statements): New consts.
17253         (makefile-make-font-lock-keywords): New function.
17254         (makefile-automake-font-lock-keywords)
17255         (makefile-gmake-font-lock-keywords)
17256         (makefile-makepp-font-lock-keywords)
17257         (makefile-bsdmake-font-lock-keywords): New consts.
17258         (makefile-mode-map): Add switchers between the various submodes.
17259         (makefile-mode): Document the availability of the variants.
17260         (makefile-automake-mode, makefile-gmake-mode)
17261         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17263         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17264         new variants of makefile-mode.
17266 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17268         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17269         the inheritance.
17271 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17273         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17274         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17276         * files.el (normal-mode): Extend the scope of the
17277         `enable-local-variables' binding to include the `set-auto-mode' call.
17278         (magic-mode-alist): Doc fix.
17280 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17282         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17283         font-lock-comment-face rather than copying its setting.
17285 2005-05-12  Andreas Schwab  <schwab@suse.de>
17287         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17289 2005-05-12  Lute Kamstra  <lute@gnu.org>
17291         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17292         defcustom for the mode hook variable.  Delete the last argument.
17293         * generic-x.el: Fix callers of define-generic-mode.
17294         (generic-x-modes): Delete group.
17295         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17296         generic-x customization group.
17298 2005-05-12  Kim F. Storm  <storm@cua.dk>
17300         * font-lock.el (font-lock-negation-char-face): Default to "off".
17302         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17303         font-lock-negation-char-face to ! in !=.
17305 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17307         * add-log.el (find-change-log): Fix typos in the docstring
17308         of function.
17310 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17312         * international/latexenc.el (latexenc-find-file-coding-system):
17313         Avoid `re-search-forward' when looking for input encoding because
17314         of speed and safety.  Better regular expressions for recognizing
17315         input encoding.  Limit a search for TeX-master/tex-main-file to
17316         the local variable section.
17318 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17320         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17321         syntax of $ to "'" (quote).
17323 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17325         * dnd.el (dnd-protocol-alist): Improve custom type.
17327         * dired.el (dired-dnd-protocol-alist): New variable.
17328         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17329         `dired-mode-hook' to the end.
17331 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17333         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17334         comment-end if comment-start-skip is not set.
17335         Obey the font-lock-comment-delimiter-face variables.
17337 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17339         * files.el (executable-find): Move from executable.el.  Use
17340         locate-file.
17341         * progmodes/executable.el (executable-find): Move to files.el.
17343         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17344         when trying to ensure forward progress.
17346 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17348         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17349         (mouse-select, mouse-select-internal, mouse-extend-internal):
17350         Use it to implement mouse-1-click-follows-link functionality.
17352 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17354         * font-lock.el (font-lock-fontify-syntactically-region):
17355         Use font-lock-comment-delimiter-face for comment delimiters.
17357 2005-05-10  Jay Belanger  <belanger@truman.edu>
17359         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17360         preserving embedded modes.
17362 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17364         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17366         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17367         Move from ada-stmt.el.
17368         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17370         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17371         Move to ada-mode.el.
17372         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17374         * cus-edit.el (custom-file): Call file-chase-links.
17376         * files.el (read-directory-name): Fix previous change.
17377         (hack-local-variables-confirm): New function.
17378         (hack-local-variables-prop-line, hack-local-variables)
17379         (hack-one-local-variable): Use it.
17381 2005-05-10  Lute Kamstra  <lute@gnu.org>
17383         * font-lock.el (font-lock-keywords-alist)
17384         (font-lock-removed-keywords-alist): Clarify docstrings.
17386 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17388         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17389         (gdb-source-info): Check for preprocessor info.
17390         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17391         a macro for a function.
17392         (gdb-info-breakpoints-custom): Try to find file again if not already
17393         found (user might have used GDB dir command).
17394         (gdb-get-location): Update gdb-location-alist correctly for change
17395         to gdb-info-breakpoints-custom.
17397         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17398         (gud-tooltip-print-command): Add gdbmi case.
17399         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17400         preprocessor info.
17402 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17404         * startup.el (fancy-splash-insert): Fix typo in doc string.
17406 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17408         * obsolete/float.el (string-to-float):
17409         * obsolete/hilit19.el (hilit-add-pattern):
17410         * obsolete/rnews.el (news-parse-range, news-select-message)
17411         (news-get-pruned-list-of-files): Replace `string-to-int' by
17412         `string-to-number'.
17414         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17415         `find-file-not-found-hooks'; use `add-hook'.
17416         (uncompress-while-visiting): Set `write-file-functions', not
17417         `write-file-hooks'; use `add-hook'.
17419 2005-05-09  Kim F. Storm  <storm@cua.dk>
17421         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17422         (cua-paste): Handle clipboard action.
17423         (cua--init-keymaps): Remap clipboard-kill-region and
17424         clipboard-kill-ring-save.
17426 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17428         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17429         Improve commentary.
17431         * simple.el (next-error-overlay-arrow-position): Revert the change
17432         made on 2005-04-30.
17434 2005-05-07  Jay Belanger  <belanger@truman.edu>
17436         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17437         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17438         `calc-sel-reselect'.
17440         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17441         Calc is in embedded mode.
17443 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17445         * progmodes/compile.el (compilation-setup):
17446         Set overlay-arrow-string to an empty string on text terminals.
17448         * textmodes/ispell.el (ispell-program-name): Try looking for
17449         "aspell" along exec-path, and if found, use it as the default
17450         speller program.
17452 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17454         * international/mule.el (sgml-xml-auto-coding-function):
17455         Recognize encoding='FOO' in single quotes as well as in double quotes.
17457 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17459         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17460         as well as `interactive', so that defmacro* would recognize
17461         `declare' forms.
17463 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17465         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17466         Explain more about the LIGHTER arg's usage in the doc string.
17467         Add commentary to clarify what the code does.  Fix the regexp that
17468         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17469         since it could have characters special to regular expressions.
17471 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17473         * replace.el (occur-1): Bind inhibit-read-only so that
17474         erase-buffer doesn't barf on read-only text properties (likewise
17475         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17476         (occur-engine): Don't set buffer-read-only here.
17478 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17480         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17481         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17482         sometimes mistakenly reused as a *cvs* buffer.
17484 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17486         * tooltip.el: Move code for GUD tooltips into gud.el.
17487         (require): CL no longer needed to compile case.
17488         (tooltip-mode): Do not toggle functions for GUD tooltips.
17489         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17490         gud-tooltip-mode in gud.el.
17491         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17492         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17493         tooltip-gud prefix with gud-tooltip and obsolete.
17494         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17495         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17496         (tooltip-mouse-motion): Mouse movement functions/variable.
17497         Rename in gud.el by adding gud prefix.
17498         (tooltip-gud-original-filter, tooltip-gud-dereference)
17499         (tooltip-gud-event, tooltip-toggle-gud-tips)
17500         (tooltip-gud-process-output, tooltip-gud-print-command)
17501         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17502         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17503         (gdb-tooltip-print): Move to gdb-ui.el.
17505         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17506         (require): CL needed to compile case.
17507         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17508         tooltip-gud-tips-p.  Make it a minor-mode.
17509         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17510         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17511         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17512         (gud-tooltip-change-major-mode)
17513         (gud-tooltip-activate-mouse-motions-if-enabled)
17514         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17515         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17516         (gud-tooltip-original-filter, gud-tooltip-dereference)
17517         (gud-tooltip-event, tooltip-toggle-gud-tips)
17518         (gud-tooltip-process-output, gud-tooltip-print-command)
17519         (gud-tooltip-tips): Move from tooltip.el.
17521         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17522         (gdb-cpp-define-alist-flags): Doc fix.
17523         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17524         gud-tooltip-mode is t.
17526 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17528         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17529         evaporate if their text is deleted.
17530         (goto-address-at-point): Make it work as a mouse binding as well.
17531         (goto-address-at-mouse): Obsolete it.  Update users.
17533 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17535         * calendar/appt.el (top-level): No longer activate on load.
17537 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17539         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17540         * net/webjump.el (webjump):
17541         * progmodes/idlw-help.el (idlwave-do-context-help1)
17542         (idlwave-highlight-linked-completions):
17543         * textmodes/po.el (po-find-file-coding-system-guts):
17544         Replace `assoc-ignore-case' by `assoc-string'.
17546 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17548         * files.el (locate-file): Doc fix.
17550         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17551         Remove the redundant test for ms-dos.
17553         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17554         look for the preprocessor with exec-suffixes.  If not found in
17555         standard places, look in exec-path.  Remove most of the tests that
17556         used system-type.
17558         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17560         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17562         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17563         file-name clash with jka-compr.el on 8+3 filesystems.
17565 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17567         * term/mac-win.el: Don't define or bind scroll bar functions if
17568         x-toolkit-scroll-bars is t.
17569         (x-select-text, x-get-selection-value): Clear
17570         x-last-selected-text-clipboard if x-select-enable-clipboard is
17571         nil.
17572         (PRIMARY): Put mac-scrap-name property.
17573         (mac-select-convert-to-file-url): New function.
17574         (public.file-url): New selection target type.  Add to
17575         selection-converter-alist.
17576         (x-get-selection, x-selection-value): Handle it.
17577         (x-cut-buffer-or-selection-value): New alias.
17579 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17581         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17582         entry to avoid calling bibtex-find-entry with arg global
17583         being t.  Remove arg key.
17584         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17585         (bibtex-copy-summary-as-kill): Change accordingly.
17587 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17590         (org-agenda-date-later): Use with-current-buffer.
17592 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17594         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17595         (define-obsolete-variable-alias): Doc Fixes.
17597 2005-05-06  Kim F. Storm  <storm@cua.dk>
17599         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
17600         vertical-motion when selective-display is active.
17602         * ido.el (ido-setup-hook): New hook.
17603         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17604         (ido-input-stack): New var.
17605         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
17606         ido-next-work-file binding to M-O.
17607         Bind M-f to ido-wide-find-file-or-pop-dir.
17608         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17609         (ido-read-internal): Run ido-setup-hook.
17610         Catch quit in read-file-name and read-string to cancel edit.
17611         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17612         Automatically pop-all when completing a directory name (RET).
17613         (ido-file-internal): Add with-no-warnings around ffap and dired code.
17614         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17615         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17616         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17617         New functions for M-b/M-f to move among the directory components.
17618         (ido-make-merged-file-list): Catch quit to cancel merge.
17619         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17620         (ido-completion-help): No warnings for ido-completion-buffer-full.
17622 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
17624         * font-lock.el (font-lock-negation-char-face): New face and variable.
17625         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17626         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17627         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17628         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17630 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
17632         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17633         Fix typo in docstring.
17635         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17636         (ebrowse-print-statistics-line)
17637         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17639         * term/w32-win.el (image-library-alist): Add additional name for
17640         Xpm library.
17642 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
17644         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17645         use gcc instead of cpp.
17647         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17648         (gdb-create-define-alist): Use it.
17649         (gdb-cpp-define-alist-program): Update for MS-DOS.
17651 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
17653         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17655 2005-05-04  Richard M. Stallman  <rms@gnu.org>
17657         * help.el (describe-key): No error when UNTRANSLATED is nil.
17659         * simple.el (line-move-1): Fix previous change to signal errors
17660         appropriately.
17662 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
17664         * calendar/icalendar.el (icalendar-version): Now at 0.12.
17665         (icalendar-duration-correction): Remove.
17666         (icalendar--get-event-properties): Split result at commas.
17667         (icalendar--decode-isoduration): New optional argument
17668         DURATION-CORRECTION.
17669         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17670         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17671         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17672         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17673         (icalendar--convert-anniversary-to-ical): New functions, extracted
17674         from icalendar-export-region, with bug fixes.
17675         (icalendar-export-region): Use the above functions.
17676         (icalendar-import-buffer): Check before saving diary file.
17677         (icalendar--convert-recurring-to-diary)
17678         (icalendar--convert-non-recurring-all-day-to-diary)
17679         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17680         extracted from icalendar--convert-ical-to-diary, with bug fixes.
17681         (icalendar--convert-ical-to-diary): Use the above functions.
17683 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
17685         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17686         Remove these recent additions.
17687         (c-mode): Restore to before 2005-04-28.
17689         * progmodes/cc-vars.el (cc-define-list-program): Remove this
17690         recent addition.
17692         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17693         (gdb-define-alist): New variables.
17694         (gdb-create-define-alist): New function.
17695         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17696         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17697         with string-to-number.
17698         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
17700         * progmodes/gud.el: Replace string-to-int with string-to-number.
17701         (gud-find-file): Handle gdb-define-alist.
17703         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17705 2005-05-02  Jay Belanger  <belanger@truman.edu>
17707         * calc/calc-aent.el (math-read-token):
17708         * calc/calc-bin.el (calc-word-size):
17709         * calc/calc-ext.el (calc-read-number-fancy):
17710         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17711         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17712         * calc/calc-frac.el (calc-over-notation):
17713         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17714         (calc-graph-num-points, calc-graph-init):
17715         * calc/calc-prog.el (calc-read-parse-table-part)
17716         (calc-edit-macro-repeats):
17717         * calc/calc-yank.el (calc-do-grab-rectangle):
17718         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17719         Replace `string-to-int' by `string-to-number'.
17721 2005-05-02  Kim F. Storm  <storm@cua.dk>
17723         * kmacro.el: Use executing-kbd-macro-index variable.
17725 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
17727         * net/rlogin.el (rlogin-parse-words): Delete func.
17728         (rlogin): Use split-string, not rlogin-parse-words.
17729         Also, if there are option-like elements in the parsed args,
17730         take the host to be the first arg immediately following them.
17731         Suggested by Michael Mauger.
17733 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17735         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17737 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17739         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17740         (cc-mode-cpp-program): Rename to cc-define-list-program and
17741         move to cc-vars.el.
17743         * progmodes/cc-vars.el (cc-define-list-program):
17744         Change to "gcc -E -dM -".  Make customizable.
17746 2005-05-02  Kim F. Storm  <storm@cua.dk>
17748         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17750 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17752         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17754         * international/mule-util.el (truncate-string): Remove alias and
17755         obsolete declaration.
17757         * international/mule-cmds.el (update-iso-coding-systems):
17758         Remove alias and obsolete declaration.
17760         * international/mule.el (coding-system-parent): Remove alias and
17761         obsolete declaration.
17763         * subr.el (define-function, sref): Remove aliases and obsolete
17764         declarations.
17765         (chars-in-region): Remove obsolete declaration.
17767 2005-05-01  Richard M. Stallman  <rms@gnu.org>
17769         * info.el (Info-mode): Set widen-automatically to nil, locally.
17771         * simple.el (widen-automatically): New variable.
17772         (pop-global-mark): Obey widen-automatically.
17774 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
17776         * term/xterm.el (function-key-map): Call substitute-key-definition
17777         before the keymap size is increased by a lot of define-key calls.
17779 2005-05-01  Richard M. Stallman  <rms@gnu.org>
17781         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17782         Rename ARG to ELEMENT.  Doc fix.
17784 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17786         * allout.el (allout-exposure): Remove macro and obsolete declaration.
17787         Remove references to allout-exposure/change to allout-new-exposure.
17789         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17790         bytecode symbols.
17792         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17793         (compiled-function-p, focus-frame, unfocus-frame):
17794         Remove aliases and obsolete declarations.
17795         Back out inadvertent changes from previous commit.
17797 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17799         * files.el (require-final-newline): Make Custom tags consistent
17800         with mode-require-final-newline.
17801         (mode-require-final-newline): Doc fix.
17803 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17805         * international/latexenc.el (latexenc-find-file-coding-system):
17806         Fix regular expressions.
17808 2005-05-01  David Kastrup  <dak@gnu.org>
17810         * international/latexenc.el (latexenc-find-file-coding-system):
17811         Fix regular expressions.
17813 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17815         * subr.el (string-to-int): Make obsolete.
17817 2005-04-30  Richard M. Stallman  <rms@gnu.org>
17819         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17821         * loadup.el: load jka-comp-hook.
17823         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17824         (jka-compr-handler): Add autoload.  `put' calls moved
17825         to jka-comp-hook.el.
17826         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17827         (jka-compr-inhibit): Autoload.
17829         * jka-comp-hook.el: New file.
17830         Enable the mode by default.
17832         * files.el (backup-buffer-copy): Use copy-file instead
17833         of write-region, and put back the 'excl.
17835 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
17837         * progmodes/flymake.el (flymake-split-string)
17838         (flymake-split-string, flymake-log, flymake-pid-to-names)
17839         (flymake-reg-names, flymake-get-source-buffer-name)
17840         (flymake-unreg-names, flymake-add-line-err-info)
17841         (flymake-add-err-info): Clarify docstrings.
17842         (flymake-popup-menu, flymake-make-emacs-menu)
17843         (flymake-make-xemacs-menu): Add docstrings.
17844         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17845         Set variables directly throughout.
17847 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
17849         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17850         exists.  Initialize cc-define-alist.
17851         (c-mode): Add cc-create-define-alist locally to after-save-hook.
17852         If there is no file (Macroexpansion) don't create an alist.
17854 2005-04-29  Sam Steingold  <sds@gnu.org>
17856         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17857         (cc-create-define-alist): Use it instead of the hard-coded string.
17859 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17861         * international/mule-conf.el (file-coding-system-alist): Fix regexp
17862         for latexenc.
17864 2005-04-29  Lute Kamstra  <lute@gnu.org>
17866         * emacs-lisp/generic.el: Improve commentary section.
17867         (define-generic-mode): Improve docstring.
17869 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
17871         * textmodes/org.el (many places): Change to quiet the byte compiler.
17872         (org-prefix-format-compiled): New variable.
17873         (org-compile-prefix-format): New function.
17874         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17875         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17876         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17877         (org-get-entries-from-diary): Use `org-get-time-of-day' for
17878         consistency with entries from `org-mode' files.
17879         (org-get-time-of-day): Fix bug with partial matches early in a line.
17880         (org-non-link-chars): New constant.
17881         (org-link-regexp): Respect `org-non-link-chars'.
17882         (org-agenda-day-view): Remove command.
17883         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17884         (org-follow-bbdb-link, org-store-link): Search also company field.
17885         (org-highlight-overlay): New variable.
17886         (org-highlight, org-unhighlight): New functions.
17887         (org-agenda-mode): Add pre-command-hook to remove highlight.
17888         (org-evaluate-time-range): Behavior depends upon whether time stamp
17889         contains a time or not.
17890         (org-show-subtree, org-show-entry): New functions.
17891         (org-agenda-cleanup-fancy-diary): Remove empty lines.
17893 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17895         * comint.el (comint-output-filter-functions): Add autoload cookie.
17897 2005-04-28  Kim F. Storm  <storm@cua.dk>
17899         * ido.el (ido-everywhere): Fix last change.
17901 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17903         * international/latexenc.el: New file.
17904         * international/mule-conf.el (file-coding-system-alist): For .tex,
17905         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17907 2005-04-28  Lute Kamstra  <lute@gnu.org>
17909         * font-lock.el (font-lock-add-keywords)
17910         (font-lock-remove-keywords): Clarify docstring.
17911         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17912         Don't start docstrings with a `*'.
17913         (font-lock-update-removed-keyword-alist): Give it a docstring.
17915         * generic-x.el: Update commentary section.
17916         Only require font-lock when compiling.
17917         Define all modes conditionally.
17918         Place all generic modes in the generic-x-modes customization group.
17919         (generic-x-modes): New customization group.
17920         (generic-default-modes, generic-mswindows-modes)
17921         (generic-unix-modes, generic-other-modes): New constants.
17922         (generic-define-mswindows-modes, generic-define-unix-modes):
17923         Update docstrings.  Make them obsolete.
17924         (generic-extras-enable-list): New default value.  Update docstring.
17925         Improve :type.  Change :set function.
17926         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17927         Fix docstring.
17929         * emacs-lisp/generic.el (generic-mode-internal):
17930         Simplify font-lock-defaults.
17931         (define-generic-mode): Fix docstring.
17933 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17935         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17936         font-lock-face property to highlight matches.
17938 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
17940         * progmodes/cc-mode.el (cc-create-define-alist): New function.
17941         (cc-define-alist): New variable.
17942         (c-mode): Make it local and initialize it.
17944         * progmodes/gdb-ui.el (gdb-active-process): New variable.
17945         (gdb-exited): New function.
17946         (gdb-annotation-rules): Use it.
17947         (gdb-starting): Set gdb-active-process to t.
17948         (gdb-stopping): Amend doc string.
17949         (gdb-reset): Set gdb-active-process to nil.
17951         * tooltip.el (tooltip-gud-tips): Show the associated #define
17952         directives when a C program under GDB is not executing.
17954 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17956         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17957         font-lock-fontify-syntactic-keywords.
17959         * font-lock.el (font-lock-default-fontify-region): Don't force
17960         parse-sexp-lookup-properties to nil.
17962 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17964         * man.el (man-mode-syntax-table): Set up `:' to have
17965         word-constituent syntax.
17967 2005-04-27  Lute Kamstra  <lute@gnu.org>
17969         * novice.el (disable-command): Don't add spurious newlines to the
17970         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
17972 2005-04-26  Jay Belanger  <belanger@truman.edu>
17974         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17975         than one window before deleting window.
17977 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
17979         * shell.el (shell-prompt-pattern): Doc fix.
17980         (shell-mode): Set paragraph-separate buffer locally to "\\'".
17982         * comint.el (comint-prompt-regexp, comint-get-old-input)
17983         (comint-use-prompt-regexp)
17984         (comint-use-prompt-regexp-instead-of-fields)
17985         (comint-replace-by-expanded-history, comint-send-input)
17986         (comint-output-filter, comint-get-old-input-default)
17987         (comint-line-beginning-position, comint-bol, comint-show-output)
17988         (comint-backward-matching-input, comint-forward-matching-input)
17989         (comint-next-prompt, comint-previous-prompt):
17990         Rename `comint-use-prompt-regexp-instead-of-fields' to
17991         `comint-use-prompt-regexp'.  Keep old name as alias and declare
17992         obsolete.
17993         (comint-use-prompt-regexp): Shorten first line of doc string.
17995         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17996         Set paragraph-separate buffer locally to "\\'".
17998         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17999         Adapt to above name change.
18001         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18002         (smbclient-prompt-regexp): Ditto.
18004         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18006 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18008         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18009         gdb-location-list.
18010         Break lines that are over 80 characters wide.
18012 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18014         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18015         New fun and var, to preserve compatibility.
18017         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18019 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18021         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18022         name to file-newer-than-file-p.
18024 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18026         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18028         * progmodes/python.el (python-mode):
18029         Use new name eldoc-documentation-function.
18031         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18033         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18034         (eldoc-documentation-function):
18035         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18037 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18039         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18041 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18043         * term/xterm.el (function-key-map): Fix strings for
18044         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18045         {C,S,A,C-S}-{f1-f12}.
18047 2005-04-26  Kenichi Handa  <handa@m17n.org>
18049         * international/mule-cmds.el (select-safe-coding-system):
18050         Fix previous change.
18052 2005-04-26  Lute Kamstra  <lute@gnu.org>
18054         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18056         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18057         (font-lock-comment-delimiter-face): Ditto.
18059         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18061 2005-04-25  Jay Belanger  <belanger@truman.edu>
18063         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18064         to t while inserting information; use help-mode.
18066 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18068         * term.el (ansi-term-color-vector): Use the xterm colors.
18069         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18071 2005-04-25  Lute Kamstra  <lute@gnu.org>
18073         * font-core.el (font-lock-defaults): Fix docstring.
18075         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18077 2005-04-25  Kenichi Handa  <handa@m17n.org>
18079         * international/mule-cmds.el (select-safe-coding-system):
18080         Don't check consistency with coding: spec, etc if raw-text or
18081         no-conversion was found to be safe.
18083 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18085         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18086         citation markers at start of each line.
18088         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18089         citation markers at start of each line.
18091         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18093         * files.el (mode-require-final-newline): Fix previous change.
18094         (require-final-newline): Fix type label.
18096 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18098         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18099         statement in buffer (broken by 2004-11-24 change).
18101 2005-04-24  Kim F. Storm  <storm@cua.dk>
18103         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18104         and read-file-name-function values.  Don't overwrite existing
18105         non-nil values if ido-mode is enabled without ido-everywhere.
18107 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18109         * files.el (mode-require-final-newline): Minor doc fix.
18111 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18113         * subr.el (syntax-after): Doc fix.
18114         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18115         bits, not 8 bits.
18117         * files.el (mode-require-final-newline): Doc fix.
18118         (backup-buffer-copy): Fix last change.
18120 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18122         * term/mac-win.el: Require select.  Set selection-coding-system to
18123         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18124         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18125         (x-select-enable-clipboard): New variables.
18126         (x-select-text, x-get-selection, x-selection-value)
18127         (x-get-selection-value, mac-select-convert-to-string)
18128         (mac-services-open-file, mac-services-open-selection)
18129         (mac-services-insert-text): New functions.
18130         (CLIPBOARD, FIND): Put mac-scrap-name property.
18131         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18132         (public.tiff): Put mac-ostype property.
18133         (selection-converter-alist): Add entries for them.
18134         (mac-application-menu-map): New keymap.
18135         (interprogram-cut-function, interprogram-paste-function): Set to
18136         x-select-text and x-get-selection-value, respectively.
18137         (split-window-keep-point): Set to t.
18139 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18141         * files.el (read-directory-name): Always pass non-nil
18142         DEFAULT-FILENAME arg to read-file-name.
18143         (backup-buffer-copy, basic-save-buffer-2): Take care against
18144         writing thru an unexpected existing symlink.
18145         (revert-buffer): In indirect buffer, revert the base buffer.
18146         (magic-mode-alist): Doc fix.
18147         (buffer-stale-function): Doc fix.
18148         (minibuffer-with-setup-hook): Avoid warning.
18149         (mode-require-final-newline): Doc and custom fix.
18151         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18153         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18154         use the default appearance.
18155         (font-lock-comment-delimiter-face): New face, new variable.
18157         * imenu.el (imenu--generic-function): The official position of a
18158         definition is the start of the line that BEG is in.
18160         * midnight.el (midnight-timer): Move defvar up.
18162         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18164         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18166         * startup.el (command-line): Use with-no-warnings.
18168         * window.el (window-size-fixed): New defvar.
18170         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18172         * mail/rmail.el (rmail-font-lock-keywords):
18173         Use font-lock-comment-delimiter-face.
18175         * mail/sendmail.el (mail-font-lock-keywords):
18176         Use font-lock-comment-delimiter-face.
18178         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18180 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18182         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18183         Specify t for LAXMATCH when matching directories.
18184         Save match data around compilation-compat-error-properties form.
18186 2005-04-23  David Kastrup  <dak@gnu.org>
18188         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18189         Mention that the autoloaded aliases should be kept for AUCTeX.
18191 2005-04-23  Andreas Schwab  <schwab@suse.de>
18193         * isearch.el (isearch-forward): Doc fix.
18195 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18197         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18198         (jit-lock-stealth-nice): Change default value to 0.5.
18200 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18202         * abbrev.el (write-abbrev-file): Write table entries in
18203         alphabetical order by table name.
18205 2005-04-22  Kim F. Storm  <storm@cua.dk>
18207         * ido.el (ido-read-internal): Fix `list' completion.
18209 2005-04-22  Kenichi Handa  <handa@m17n.org>
18211         * recentf.el (recentf-save-file-coding-system): New variable.
18212         (recentf-save-list): Encode the file by
18213         recentf-save-file-coding-system and add coding: tag.
18215 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18217         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18219 2005-04-21  Lute Kamstra  <lute@gnu.org>
18221         * loadhist.el (unload-feature): Don't remove a function from hooks
18222         if it is about to be restored to an autoload .  Remove functions
18223         that will become unbound from auto-mode-alist.  Simplify the code.
18225         * subr.el (assq-delete-all): New implementation that is linear,
18226         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18227         (rassq-delete-all): New function.
18229         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18230         Add size-indication-mode.
18232 2005-04-21  Kenichi Handa  <handa@m17n.org>
18234         * international/mule-cmds.el: Add autoload for widget-value in
18235         eval-when-compile.
18237 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18239         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18240         Add tooltip-mode.
18242         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18244 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18246         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18247         (inferior-lisp-filter-regexp, inferior-lisp-program)
18248         (inferior-lisp-load-command, inferior-lisp-prompt)
18249         (inferior-lisp-mode-hook, lisp-source-modes)
18250         (inferior-lisp-load-hook): defvar->defcustom.
18251         (inferior-lisp-program, inferior-lisp-prompt)
18252         (inferior-lisp-load-hook): Doc fixes.
18253         (inferior-lisp-install-letter-bindings): Small change in
18254         introductory comment.
18256 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18258         * vc.el (vc-annotate-color-map): Change some colors so that text
18259         using them as foreground is readable on both white and black
18260         backgrounds.
18262 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * international/mule-conf.el (translation-table-for-input):
18265         Remove redundant declaration.
18267 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18269         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18271         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18272         (tooltip-toggle-gud-tips): New function.
18274 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18276         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18277         right angle brackets.
18279 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18281         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18283 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18285         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18286         Remove.  Update callers to use expand-file-name instead.
18288         * subr.el (syntax-class): New function.
18290         * simple.el (blink-matching-open): Use it.
18292         * paren.el (show-paren-function): Use it to recognize parens that are
18293         also used in 2-char comment markers.
18295 2005-04-19  Lute Kamstra  <lute@gnu.org>
18297         * loadhist.el (unload-feature): Update for new format of
18298         load-history.  Simplify the code.
18300 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18302         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18303         (mac-add-charset-info): New function.  Initialize variable
18304         mac-charset-info-alist using it.
18305         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18306         for translation.
18307         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18308         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18309         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18310         New CCL programs.
18312 2005-04-19  Kim F. Storm  <storm@cua.dk>
18314         * simple.el (next-buffer, prev-buffer, next-error)
18315         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18316         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18318         * bindings.el (next-buffer, prev-buffer, next-error)
18319         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18320         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18321         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18322         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18324 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18326         * isearch.el (isearch-edit-string): Make the search-ring available for
18327         minibuffer history commands.
18328         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18329         the default history commands now work just as well.
18330         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18332 2005-04-18  Kim F. Storm  <storm@cua.dk>
18334         * emulation/cua-base.el (cua--pre-command-handler): Add more
18335         elaborate check for shift modifier on non-window systems.
18337 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18339         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18341 2005-04-18  Kim F. Storm  <storm@cua.dk>
18343         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18344         and make it optional.  Don't test tooltip-gud-echo-area here.
18345         (tooltip-gud-process-output, gdb-tooltip-print):
18346         Pass tooltip-gud-echo-area to tooltip-show.
18347         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18349 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18351         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18352         `display-graphic-p' may not be bound yet.
18354 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18356         * startup.el (command-line): No longer enable Xterm Mouse mode by
18357         default in terminals compatible with xterm.
18359         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18361 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18363         * tooltip.el (tooltip-gud-echo-area): Rename from
18364         tooltip-use-echo-area.
18365         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18366         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18367         area independently of where help tooltips are displayed.
18369 2005-04-17  David Kastrup  <dak@gnu.org>
18371         * cus-theme.el (custom-theme-write-variables): Quote variables
18372         where necessary.
18374 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18376         * simple.el (yank-excluded-properties): Add follow-link to value.
18378         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18380         * startup.el (fancy-splash-max-time): Just 30 seconds.
18381         (fancy-splash-delay): Just 7.
18382         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18384         * loadhist.el (unload-feature): Update for new format of load-history.
18385         Simplify the code.
18387         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18388         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18390         * mail/sendmail.el (mail-font-lock-keywords):
18391         Don't fontify subject text.
18392         Don't fontify the text of a citation.
18394 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18396         * comint.el (comint-output-filter): Run comint-output-filter-functions
18397         with point where the user had it.
18399 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18401         * international/ucs-tables.el (ucs-set-table-for-input):
18402         Disable when using unify-on-decoding.
18404 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18406         * emulation/cua-base.el (cua-global-mark-face): Add special case
18407         for displays supporting a high number of colors.
18409 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18411         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18413 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18415         * filesets.el (filesets-add-buffer): If user supplies a name of a
18416         non-existing fileset, create a new fileset.
18418 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18420         * textmodes/org.el (org-up-heading-all): Fix bug with
18421         `outline-up-heading-all'.
18423 2005-04-16  Andreas Schwab  <schwab@suse.de>
18425         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18426         /etc/permissions.d/* and /etc/aliases.d/*.
18428 2005-04-16  Kenichi Handa  <handa@m17n.org>
18430         * international/code-pages.el (cp-make-coding-system):
18431         Set `translation-table-for-input' property value to the symbol
18432         ucs-mule-to-mule-unicode, not to that value.
18433         (pt154): Escape guillemet by `\'.
18435 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18437         * loadup.el: Load tooltip if x-show-tip is fboundp.
18439         * startup.el (command-line): Add comment.
18441         * tooltip.el (tooltip-mode): Specify correct standard value for
18442         Custom in init-value.
18444 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18446         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18447         possible.
18449 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18451         * textmodes/org.el (org-agenda-date-prompt): Rename from
18452         `org-agenda-date-today'.
18453         (org-evaluate-time-range): Insert at point instead of directly
18454         after time range.
18455         (org-first-headline-recenter, org-subtree-end-visible-p)
18456         (org-optimize-window-after-visibility-change): New functions
18457         (org-agenda-post-command-hook): Don't allow point at end of line,
18458         to make sure it always hits the text properties.
18459         (org-agenda-next-date-line, org-agenda-previous-date-line):
18460         New commands.
18461         (org-set-regexps-and-options): Category may contain white space.
18462         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18463         Improve marker positions.
18464         (org-agenda-new-marker): Argument POS made optional.
18465         (org-agenda-get-timestamps): Deadlines which are done are listed
18466         in org-done-face now.
18467         (org-agenda-get-todos, org-agenda-get-timestamps)
18468         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18469         Set `undone-face' and `done-face' properties.
18470         (org-last-todo-state-is-todo): New variable.
18471         (org-todo): Set `org-last-todo-state-is-todo'.
18472         (org-agenda-todo): Change face according to
18473         `org-last-todo-state-is-todo'.  And change other lines referring to
18474         the same entry.
18475         (org-calendar-goto-agenda): New command.
18476         (org-calendar-to-agenda-key): New option.
18477         (org-startup-folded): New allowed value `content'.
18478         (org-set-regexps-and-options): Accept new value `content' for
18479         `org-startup-folded'.
18480         (org-get-current-options): Handle new value `content' for
18481         `org-startup-folded'.
18482         (org-insert-todo-heading): New command.
18483         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18484         interactively in empty file and option
18485         `org-insert-mode-line-in-empty-file' has been set.
18486         (org-agenda-todo, org-agenda-priority): Modify to use
18487         `org-agenda-change-all-lines'.
18488         (org-warning-face): Change color on dark background
18490 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18492         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18493         use preferences AppleLocale and AppleLanguages, and variable
18494         mac-system-locale for default locale.  On Mac OS Classic, use
18495         mac-system-coding-system for default coding systems.
18497         * term/mac-win.el: Don't set file-name-coding-system.
18498         Decode variables system-name, emacs-build-system, user-login-name, and
18499         user-full-name by mac-system-coding-system on Mac OS Classic.
18500         (mac-system-coding-system): New variable.
18502 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18504         * startup.el (command-line): Handle `xterm-mouse-mode' before
18505         reading init file.
18507         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18509 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18511         * progmodes/sh-script.el (sh-here-document-word): Make it a
18512         defcustom.  Doc fix.
18513         (sh-add): Bash uses $(( )) for arithmetic.
18514         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18515         (sh-maybe-here-document): Remove quotes and leading whitespace
18516         from heredoc word when closing.  Indent heredoc with tabs if word
18517         starts with "-".
18519 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18521         * simple.el (undo): Fix previous change.
18523         * custom.el (defface): Doc fix.
18525 2005-04-13  Lute Kamstra  <lute@gnu.org>
18527         * Makefile.in (DONTCOMPILE): Remove list.
18528         (compile, compile-always): Don't use DONTCOMPILE.
18529         (update-authors): Load the library in which batch-update-authors
18530         is defined.
18531         * makefile.w32-in (DONTCOMPILE): Remove list.
18532         (compile, compile-always): Fix comments.
18533         (update-authors): Load the library in which batch-update-authors
18534         is defined.
18536         * generic-x.el (generic-mode-ini-file-find-file-hook):
18537         Rename to ini-generic-mode-find-file-hook.
18538         Keep generic-mode-ini-file-find-file-hook as an alias.
18539         (ini-generic-mode-find-file-hook): Rename from
18540         generic-mode-ini-file-find-file-hook.  Fix docstring.
18541         (ini-generic-mode): Docstring change.
18542         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18544         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18545         called from lisp.
18547         * generic.el: Move to the emacs-lisp subdir.
18549 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18551         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18552         and C-S- function and cursor motion keys.
18554 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18556         * startup.el (command-line): Enable Xterm Mouse mode by default.
18557         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18558         for Custom.  No longer show "Mouse" in mode line when enabled.
18559         Doc fix.
18561 2005-04-12  Kim F. Storm  <storm@cua.dk>
18563         * emulation/cua-base.el (cua-rectangle-face)
18564         (cua-rectangle-noselect-face): Define face attributes here.
18566         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18568 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18570         * startup.el (command-line): Turn off blinking cursor if
18571         cursorBlink in resources is off or false.
18573 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18575         * term/mac-win.el (dnd): Require dnd.
18576         (mac-drag-n-drop): Call dnd-handle-one-url.
18577         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18578         (kTextEncodingISOLatin2): Remove constants.
18579         (mac-script-code-coding-systems): New constant.
18580         (mac-handle-language-change): New function.
18581         (special-event-map): Bind it to `language-change' event.
18582         (mac-centraleurroman, mac-cyrillic): New coding systems.
18583         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18584         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18585         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18586         encode-mac-cyrillic, respectively.
18588 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18590         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18591         Don't set overlay-arrow-string to "=>" as this is done
18592         globally in C now.
18594 2005-04-12  Lute Kamstra  <lute@gnu.org>
18596         * generic-x.el (rc-generic-mode, rul-generic-mode):
18597         Fix auto-mode-alist entries.
18598         (etc-fstab-generic-mode): Tweak fontification.
18600         * generic.el (generic-make-keywords-list): Fix docstring.
18601         (generic-mode-internal): Simplify generic-font-lock-keywords.
18603 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18605         * whitespace.el (whitespace-buffer-leading)
18606         (whitespace-buffer-trailing): Revert the incorrect test inversion.
18607         However, fix the highlight area for the leading and
18608         trailing whitespaces to show space.
18610 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18612         * whitespace.el (whitespace-version): Bump to 3.5
18614         (whitespace-buffer-leading, whitespace-buffer-trailing):
18615         Invert sense of the test to highlight the whitespace.
18617 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18619         * progmodes/gud.el (gud-display-line): GUD uses its own
18620         overlay arrow now so don't set overlay-arrow-string.
18621         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18623 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
18625         * term.el (term-ansi-current-bold, term-ansi-current-underline)
18626         (term-ansi-current-reverse, term-ansi-current-invisible)
18627         (term-ansi-face-already-done): Change to boolean.
18628         (term-reset-terminal, term-handle-colors-array): Handle the above
18629         vars accordingly.
18630         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18631         (term-emulate-terminal): Use the new name.
18633         * faces.el (secondary-selection): Use yellow1, not yellow.
18634         (trailing-whitespace): Use red1, not red.
18636 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18638         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18639         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18640         (dired-dnd-handle-file): Call dnd-get-local-file-uri
18642         * cus-edit.el (dnd): New group.
18644         * term/w32-win.el (dnd): Require dnd
18645         (w32-drag-n-drop): Call dnd-handle-one-url.
18647         * x-dnd.el: Require dnd.
18648         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18649         Call dnd-handle-one-url.
18650         (x-dnd-types-alist, x-dnd-insert-utf8-text)
18651         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18652         to dnd-insert-text.
18653         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18654         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18655         (x-dnd-get-local-file-name, x-dnd-open-local-file)
18656         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18658         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18660 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18662         * wdired.el: Doc fixes.
18663         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18664         (wdired-use-dired-vertical-movement): Rename from
18665         wdired-always-move-to-filename-beginning.
18666         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18667         (wdired-change-to-wdired-mode): Change mode name.
18668         (wdired-newline): Delete.
18670 2005-04-11  Richard M. Stallman  <rms@gnu.org>
18672         * whitespace.el (whitespace-highlight-the-space):
18673         Don't call whitespace-unhighlight-the-space here.
18675         * simple.el (undo): Record t in undo-equiv-table
18676         for the redo record made by an undo-in-region.
18678 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18680         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18681         (gdb-frame-inferior-io-buffer): New Functions to control
18682         display of separate IO buffer.
18683         (menu): Add them to menu-bar.
18684         (gdb-display-buffer): Check for buffer another frame.
18685         Protect GUD buffer.
18686         (gdb-setup-windows): Create IO buffer if not already there.
18687         (gdb-memory-mode): Remove purecopy noops.
18689 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18691         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18692         and pass to self-insert-command.
18694 2005-04-11  Lute Kamstra  <lute@gnu.org>
18696         * generic.el: Commentary section cleanup.
18697         (generic): Delete.
18698         (generic-use-find-file-hook, generic-lines-to-scan)
18699         (generic-find-file-regexp, generic-ignore-files-regexp)
18700         (default-generic-mode, generic-mode-find-file-hook)
18701         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18702         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
18703         (generic-use-find-file-hook, generic-lines-to-scan)
18704         (generic-find-file-regexp, generic-ignore-files-regexp)
18705         (default-generic-mode, generic-mode-find-file-hook)
18706         (generic-mode-ini-file-find-file-hook): Move from generic.el.
18708 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
18710         * bookmark.el (bookmark-write-file): Catch errors writing file.
18711         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18713 2005-04-10  Richard M. Stallman  <rms@gnu.org>
18715         * startup.el (fancy-splash-tail): Update copyright year.
18716         (command-line): Split part of -Q into -D.
18717         (emacs-basic-display): New defvar.
18718         (fancy-splash-text): Correct name of menu item.
18720         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18722         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18723         lines in one node.
18725         * comint.el (comint-send-input): New arg ARTIFICIAL.
18726         Callers in this file changed.
18728         * abbrev.el (define-abbrevs): Read system abbrevs properly.
18730         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18732 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
18734         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
18735         `ldap-search-internal'.
18737 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18739         * files.el (set-auto-mode-1): Use line-end-position.
18741         * international/latin-1.el:
18742         * international/latin-2.el:
18743         * international/latin-3.el:
18744         * international/latin-4.el:
18745         * international/latin-5.el:
18746         * international/latin-8.el:
18747         * international/latin-9.el: Give punctuation syntax to NBSP.
18749         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18750         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18751         Use char-classes to accept non-ascii letters, accepted in some recent
18752         bibtex implementations.
18754 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
18756         * custom.el (custom-set-minor-mode): Any non-nil value for the
18757         variable should enable the mode when set through Custom.
18759 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18761         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18762         TAB binding so tab-always-indent is obeyed.
18763         (vhdl-minibuffer-local-map): Move initialization into declaration.
18764         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18765         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18766         (vhdl-hooked-abbrev): Avoid test for XEmacs.
18767         (vhdl-current-line): Use line-beginning-position.
18768         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18769         with-output-to-temp-buffer, so the current position can be recorded.
18771 2005-04-10  Masatake YAMATO  <jet@gyve.org>
18773         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18774         Add regexp for gcov.
18776 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18778         * calendar/time-date.el (time-to-seconds, seconds-to-time)
18779         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18780         syntax which Emacs 20 doesn't support.
18782 2005-04-09  Richard M. Stallman  <rms@gnu.org>
18784         * help.el (describe-key-briefly, describe-key):
18785         Replace strings as event types with "(any string)".
18787 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18789         * arc-mode.el (archive-mode-map): Move initialization into
18790         the declaration.  Override *all* bindings of `undo'.
18791         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18793 2005-04-09  Jay Belanger  <belanger@truman.edu>
18795         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18797 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
18799         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18800         (xterm-register-default-colors): Update color values computation
18801         to match xterm-200.
18803 2005-04-09  Kenichi Handa  <handa@m17n.org>
18805         * international/code-pages.el (iso-latin-7): Fix the map.
18807 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
18809         * emacs-lisp/lisp.el (defun-prompt-regexp)
18810         (parens-require-spaces, buffer-end, end-of-defun)
18811         (insert-parentheses): Doc fixes.
18813 2005-04-08  Kim F. Storm  <storm@cua.dk>
18815         * comint.el (comint-highlight-prompt): Fix face spec.
18816         * hi-lock.el (hi-green): Likewise.
18818 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18820         * cus-edit.el (custom-modified-face):
18821         * comint.el (comint-highlight-input): Fix previous changes.
18822         * term.el (term-handle-ansi-escape): Add a comment.
18824 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18826         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18827         in the buffer and in whitespace-highlighted-space.
18828         (whitespace-unhighlight-the-space): Simplify.
18829         (whitespace-buffer): Simplify.
18831 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18833         * textmodes/table.el (table-cell-face): Add special case for
18834         displays supporting a high number of colors.
18835         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18836         (vhdl-font-lock-reserved-words-face)
18837         (vhdl-speedbar-architecture-face)
18838         (vhdl-speedbar-instantiation-face)
18839         (vhdl-speedbar-architecture-selected-face)
18840         (vhdl-speedbar-instantiation-selected-face): Likewise.
18841         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18842         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18843         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18844         (ebrowse-root-class-face, ebrowse-member-attribute-face)
18845         (ebrowse-progress-face): Likewise.
18846         * progmodes/compile.el (compilation-info-face): Likewise.
18847         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18848         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18849         * calendar/calendar.el (diary-face): Likewise.
18850         * woman.el (woman-italic-face, woman-bold-face)
18851         (woman-unknown-face): Likewise.
18852         * wid-edit.el (widget-button-pressed-face): Likewise.
18853         * whitespace.el (whitespace-highlight-face): Likewise.
18854         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18855         * pcvs-info.el (cvs-marked-face): Likewise.
18856         * info.el (info-xref): Likewise.
18857         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18858         * hilit-chg.el (highlight-changes-face)
18859         (highlight-changes-delete-face): Likewise.
18860         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18861         (hi-red-b): Likewise.
18862         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18863         * font-lock.el (font-lock-keyword-face)
18864         (font-lock-function-name-face, font-lock-warning-face): Likewise.
18865         * cus-edit.el (custom-invalid-face, custom-modified-face)
18866         (custom-set-face, custom-changed-face, custom-variable-tag-face)
18867         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18868         * comint.el (comint-highlight-prompt): Likewise.
18870 2005-04-08  Lute Kamstra  <lute@gnu.org>
18872         * font-lock.el (font-lock-keywords): Docstring fixes.
18874 2005-04-08  Kenichi Handa  <handa@m17n.org>
18876         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18877         chars are more than a limit, print " and more..." at the tail.
18879 2005-04-08  Kim F. Storm  <storm@cua.dk>
18881         * emacs-lisp/authors.el (authors-aliases): Update list.
18882         (authors-ignored-files): New list.
18883         (authors-fixed-entries): Fix typo.
18884         (authors-renamed-files-alist): Update list.
18885         (authors-add): Check authors-ignored-files.
18887 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
18889         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18890         optional, to ensure backward compatibility.
18892 2005-04-08  Stephen Eglen  <stephen@gnu.org>
18894         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18896 2005-04-08  Kim F. Storm  <storm@cua.dk>
18898         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18900         * mouse.el (mouse-on-link-p): Doc fix.
18902 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
18904         * ielm.el (ielm-prompt-read-only): Doc fix.
18906         * comint.el (comint-prompt-read-only): Doc fix.
18908 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
18910         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18911         ensure dired always handles wildcards passed to ffap.
18912         (find-file-at-point): Use it.
18913         (ffap-dired-wildcards): Doc fix.
18915 2005-04-07  Juri Linkov  <juri@jurta.org>
18917         * simple.el (next-error-overlay-arrow-position): New defvar.
18918         Put "=>" on its property `overlay-arrow-string'.  Add it to
18919         `overlay-arrow-variable-list'.
18921         * progmodes/compile.el (compilation-setup):
18922         Set `next-error-overlay-arrow-position' to nil.  Also set it to
18923         nil in the local hook `kill-buffer-hook'.  Make local variable
18924         `overlay-arrow-string' and set it to "=>".
18925         (compilation-goto-locus): Set BOL position to
18926         `next-error-overlay-arrow-position' instead of
18927         `overlay-arrow-position'.
18929         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18930         locally instead of adding it to the global hook.
18931         (Info-kill-buffer): Move up.
18933 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
18935         * term/xterm.el (xterm-standard-colors): Update color values from
18936         xterm-200.
18938 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18940         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18942         * fast-lock.el:
18943         * lazy-lock.el: Move them to the obsolete subdir.
18945 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18947         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18948         (wdired-add-replace-advice): Remove.
18949         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18951 2005-04-06  Kim F. Storm  <storm@cua.dk>
18953         * startup.el (command-line): Add --bare-bones alias for -Q.
18955 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18957         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18958         create the startup fontset if a font specification ends with
18959         `mac-roman'.
18961 2005-04-06  Lute Kamstra  <lute@gnu.org>
18963         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18964         change.
18966         * emacs-lisp/copyright.el (copyright-update-year): Replace the
18967         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
18969 2005-04-05  Lute Kamstra  <lute@gnu.org>
18971         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18972         (define-generic-mode): Ditto.  Fix debug declaration.
18974         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18975         Put them in the generic-x group.
18977         * calendar/timeclock.el (timeclock): Doc fix.
18979         * generic.el (define-generic-mode): Don't use custom-current-group.
18980         Document default :group value.
18981         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18982         (define-global-minor-mode): Don't use custom-current-group.
18984 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
18986         * startup.el (command-line-1): Display startup-echo-area-message
18987         when fancy splash screen is in use.
18989         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18990         (sh-escaped-newline): New face.
18991         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18992         newline, and use sh-escaped-newline face.
18994         * progmodes/tcl.el (tcl-escaped-newline): New face.
18995         (tcl-builtin-list): New variable.
18996         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18997         newlines.  Fix keywords subexpression number.
18999 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19001         * textmodes/org.el (org-diary-default-entry): Fix call to
19002         `add-to-diary-entry'.
19004 2005-04-05  Kim F. Storm  <storm@cua.dk>
19006         * ediff-init.el: Use (featurep 'xemacs).
19008 2005-04-05  David Ponce  <david@dponce.com>
19010         * cus-edit.el (face): Derive from symbol widget.  Display sample
19011         of the current face on the fly.
19012         (widget-face-sample-face-get, widget-face-notify): New functions.
19013         (widget-face-value-create): Remove.
19015         * wid-edit.el (widget-field-end): Temporarily remove field
19016         narrowing before to call `get-char-property'.
19018 2005-04-04  Jay Belanger  <belanger@truman.edu>
19020         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19021         (math-read-subscripts): New variable.
19022         (math-read-preprocess-string): Process subscripts.
19024 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19026         * comint.el (comint-prompt-read-only): Doc fix.
19028         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19029         `-1'.  Doc fix.
19031 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19033         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19034         Change default value to nil.
19036 2005-04-04  Lute Kamstra  <lute@gnu.org>
19038         * autorevert.el (auto-revert-mode): Specify :group.
19039         * battery.el (display-battery-mode): Specify :group.
19040         * diff-mode.el (diff-minor-mode): Specify :group.
19041         * font-core.el (font-lock-mode): Specify :group.
19042         * hl-line.el (hl-line-mode): Specify :group.
19043         * iimage.el (iimage): New customization group.
19044         (iimage-mode): Specify :group.
19045         * longlines.el (longlines-mode): Specify :group.
19046         * master.el: Don't require easy-mmode.
19047         (master): New customization group.
19048         (master-mode): Specify :group.
19049         * msb.el (msb-mode): Specify :group.
19050         * reveal.el (reveal-mode): Specify :group.
19051         * simple.el (next-error-follow-minor-mode): Specify :group.
19052         * smerge-mode.el (smerge-mode): Specify :group.
19053         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19054         * emulation/cua-base.el (cua-mode): Specify :group.
19055         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19056         * language/thai-util.el (thai-auto-composition-mode)
19057         (thai-word-mode): Specify :group.
19058         * mail/supercite.el (sc-minor-mode): Specify :group.
19059         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19060         * progmodes/flymake.el (flymake-mode): Specify :group.
19061         * progmodes/glasses.el (glasses-mode): Specify :group.
19062         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19063         * textmodes/enriched.el (enriched-mode): Specify :group.
19064         * textmodes/refill.el (refill-mode): Specify :group.
19066         * add-log.el (change-log-font-lock-keywords): Names in
19067         parenthesized lists can contain spaces.
19069 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19071         * startup.el (fancy-splash-text): Shorten default text of
19072         "Emacs Tutorial" line.  Also, if the current language env
19073         indicates an available tutorial file other than TUTORIAL,
19074         extract its title and append it to the line in parentheses.
19075         (fancy-splash-insert): If arg is a thunk, funcall it.
19077 2005-04-04  Jay Belanger  <belanger@truman.edu>
19079         * calc.el (calc-language-alist): Add tags to customization type.
19081 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19083         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19084         Doc fix.
19086 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19088         * add-log.el (change-log-font-lock-keywords): The manual
19089         describing a Change Log entry, says: (...) "Aside from these
19090         header lines, every line in the change log starts with a space or
19091         a tab.".  The font-lock was not highlighting lines started with
19092         spaces, added support for it.
19094 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19096         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19097         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19098         complex example in the docstring.
19099         (bibtex-font-lock-url): Use pop.
19101 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19103         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19105         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19107 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19109         * filesets.el (filesets-set-default): Doc fix.
19111 2005-04-03  Lute Kamstra  <lute@gnu.org>
19113         * generic.el (define-generic-mode): Add argument to specify
19114         keywords for defcustom.
19115         (default-generic-mode): Specify :group.
19117         * generic-x.el: Specify :group for all generic modes.
19119         * desktop.el (desktop-no-desktop-file-hook)
19120         (desktop-after-read-hook): Doc fix.
19122 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19124         * simple.el (visible-mode): Use explicit :group keyword.
19125         This changes the group of `visible-mode-hook' from paren-blinking
19126         to editing-basics.
19128 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19130         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19131         mailbox specifications as well as URLs.
19132         (rmail-insert-inbox-text): Remove unused conditional branches.
19134 2005-04-01  Jay Belanger  <belanger@truman.edu>
19136         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19137         (calc-gnuplot-print-command): Move definitions to calc.el.
19139         * calc/calc-embed.el (calc-embedded-announce-formula)
19140         (calc-embedded-open-formula, calc-embedded-close-formula)
19141         (calc-embedded-open-word, calc-embedded-close-word)
19142         (calc-embedded-open-plain, calc-embedded-close-plain)
19143         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19144         (calc-embedded-open-mode, calc-embedded-close-mode):
19145         Move definitions to calc.el.
19147         * calc/calc.el (calc-settings-file, calc-language-alist):
19148         Make customizable.
19149         (calc-embedded-announce-formula, calc-embedded-open-formula)
19150         (calc-embedded-close-formula, calc-embedded-open-word)
19151         (calc-embedded-close-word, calc-embedded-open-plain)
19152         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19153         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19154         (calc-embedded-close-mode, calc-gnuplot-name)
19155         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19156         from other files and make customizable.
19158 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19160         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19161         Use buffer-live-p.
19162         (cvs-mode-run): Don't call cvs-update-header here.
19163         (cvs-run-process): Call cvs-update-header.
19164         Use process properties for cvs-postprocess and cvs-buffer so that
19165         the sentinel can behave better if the temp buffer is killed.
19166         Use a pipe rather than a tty, to better handle unexpected prompts.
19167         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19169 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19171         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19172         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19174 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19176         * generic.el (define-generic-mode): Add indentation rule.
19178 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19180         * files.el (mode-require-final-newline): Make Custom correctly
19181         report a nil value and allow to set it to nil via Custom.
19182         Doc fix.
19184 2005-04-01  Kenichi Handa  <handa@m17n.org>
19186         * international/characters.el: Enable the correct case setting for
19187         dotless-i and dotted-I.
19189 2005-04-01  Kim F. Storm  <storm@cua.dk>
19191         * ido.el (ido-file-internal): Fall back to non-ido command if
19192         initial directory is on slow ftp (or tramp) host.
19194 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19196         * emacs-lisp/autoload.el (make-autoload):
19197         Handle define-global-minor-mode.
19199         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19200         Rename from easy-mmode-define-global-mode.
19201         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19203         * progmodes/scheme.el (scheme-mode-syntax-table):
19204         Update syntax of | and # for two-character comment syntax.
19206 2005-03-31  Lute Kamstra  <lute@gnu.org>
19208         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19209         (define-minor-mode): Call custom-current-group at load-time.
19211         * generic.el (define-generic-mode): Add debug declaration.
19212         Add defcustom for the mode hook.
19213         (generic-mode-internal): Use run-mode-hooks.
19215 2005-03-31  Kim F. Storm  <storm@cua.dk>
19217         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19218         (mouse-fixup-help-message): New defun called by show_help_echo
19219         to fixup mouse-2 prefix in help messages when applicable.
19221         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19223 2005-03-31  Kenichi Handa  <handa@m17n.org>
19225         * language/thai-word.el (thai-find-word-ends): Pay attention to
19226         the case that we reach the end of buffer.
19228         * textmodes/fill.el (fill-text-properties-at): New function.
19229         (fill-newline): Use fill-text-properties-at instead of
19230         text-properties-at.
19232 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19234         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19235         not comint-quote-filename.
19237 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19239         * help-fns.el (help-with-tutorial): Revert last change.
19241 2005-03-31  Kim F. Storm  <storm@cua.dk>
19243         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19245 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19247         * calendar/cal-china.el: Update reference to "Calendrical
19248         Calculations" book; there's a new edition.
19249         * calendar/cal-coptic.el: Likewise.
19250         * calendar/cal-french.el: Likewise.
19251         * calendar/cal-hebrew.el: Likewise.
19252         * calendar/cal-islam.el: Likewise.
19253         * calendar/cal-iso.el: Likewise.
19254         * calendar/cal-julian.el: Likewise.
19255         * calendar/cal-mayan.el: Likewise.
19256         * calendar/cal-persia.el: Likewise.
19257         * calendar/calendar.el: Likewise.
19258         * calendar/holidays.el: Likewise.
19259         * calendar/lunar.el: Likewise.
19260         * calendar/solar.el: Likewise.
19262         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19263         white space from doc string.
19265 2005-03-30  Jay Belanger  <belanger@truman.edu>
19267         * calc/calc-help.el (calc-full-help): Remove email address.
19269 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19271         * help-fns.el (help-with-tutorial): Delete title line.
19273 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19275         * calendar/cal-x.el (calendar-one-frame-setup)
19276         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19277         rather than `symbol' for set-window-dedicated-p.
19279         * calendar/appt.el (appt-buffer-name): Make it a constant.
19280         (appt-add): Doc fix.
19282         * filesets.el (filesets-menu-path, filesets-menu-before)
19283         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19284         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19285         (filesets-add-submenu): Delete and use add-submenu instead.
19287 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19289         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19290         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19291         (org-diary-default-entry): New function.
19292         (org-get-entries-from-diary): Better parsing of diary entries.
19293         (org-agenda-check-no-diary): New function.
19294         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19295         linking to diary entries.
19296         (org-agenda-execute-calendar-command): New function.
19297         (org-agenda): Improve visible section in window.
19298         Use `org-fit-agenda-window'.
19299         (org-fit-agenda-window): New option.
19300         (org-move-subtree-down): Better handling of empty lines
19301         at end of subtree.
19302         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19303         levels up.
19304         (org-fontify-done-headline): New option.
19305         (org-headline-done-face): New face.
19306         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19307         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19308         When current field is non-empty, it is copied to next row.
19309         (org-table-copy-from-above): Fix bug which made it
19310         impossible to copy fields containing only a single non-white character.
19312 2005-03-30  Kim F. Storm  <storm@cua.dk>
19314         * kmacro.el (kmacro-end-macro): Isearch may store this command
19315         into the macro -- so ignore it when executing keyboard macro.
19317 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19319         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19321 2005-03-29  Kenichi Handa  <handa@m17n.org>
19323         * language/thai.el ("Thai"): Set setup-function and exit-function
19324         for Thai language environment.
19326         * language/thai-util.el: Require thai-word.
19327         (thai-word-mode-map): New variable.
19328         (thai-word-mode): New minor mode.
19329         (setup-thai-language-environment-internal): New function.
19330         (exit-thai-language-environment-internal): New function.
19332         * language/thai-word.el (thai-word-table): Declare it by defvar,
19333         use dolist to initialize it.
19334         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19335         (thai-fill-find-break-point): New functions.
19337 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19339         * simple.el (idle-update-delay): Move definition up.
19340         (set-mark): Doc fix.
19342 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19344         * longlines.el: New file.
19346         * simple.el (buffer-substring-filters): New variable.
19347         (filter-buffer-substring): New function.
19348         (kill-region, copy-region-as-kill): Use it.
19350         * register.el (copy-to-register, append-to-register)
19351         (prepend-to-register): Use filter-buffer-substring.
19353 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19355         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19356         (gud-filter-pending-text): Move in front of gdb.
19357         (gud-overlay-arrow-position): New variable.
19358         (gud-sentinel, gud-display-line): Use it in place of
19359         overlay-arrow-position.
19361 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19363         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19364         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19365         (fortran-font-lock-keywords-4): New variable.
19366         (fortran-blocks-re, fortran-end-block-re)
19367         (fortran-start-block-re): New constants, for hideshow.
19368         (hs-special-modes-alist): Add a Fortran entry.
19369         (fortran-mode-map): Bind fortran-end-of-block,
19370         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19371         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19372         (fortran-looking-at-if-then, fortran-end-of-block)
19373         (fortran-beginning-of-block): New functions, for hideshow.
19375         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19376         Doc fix.  Tweak regexp.
19377         (f90-beginning-of-block): Push mark first.
19379 2005-03-29  Jay Belanger  <belanger@truman.edu>
19381         * calc/calc.el: Update copyright date.
19382         (calc-version): Increase to 2.1.
19383         (calc-version-date): Remove.
19385         * calc/calc-help.el: Update copyright date.
19386         (calc-full-help): Remove reference to calc-version-date.
19387         Update copyright date.
19389 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19391         * vc.el (vc-do-command): Use a pipe for async processes, so password
19392         prompts don't show up at places where the user can't reply.
19394 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19396         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19397         on the file name we pass to the inferior shell.
19399 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19401         * progmodes/which-func.el (which-function): Be robust in the face of an
19402         imenu--make-index-alist failure.
19404 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19406         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19408         * progmodes/python.el (python-preoutput-filter): Fix last change.
19410 2005-03-29  Lute Kamstra  <lute@gnu.org>
19412         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19413         functions and compiled macros.
19414         (debug-convert-byte-code): Handle macros too.
19415         (debug-on-entry-1): Don't signal an error when trying to clear a
19416         function that is not set to debug on entry.
19418 2005-03-29  Jay Belanger  <belanger@truman.edu>
19420         * calc/calc-lang.el: Add functions to math-function-table
19421         properties of tex and math.
19423 2005-03-29  Kenichi Handa  <handa@m17n.org>
19425         * ps-mule.el (ps-mule-plot-string): Translate characters by
19426         ps-print-translation-table.
19427         (ps-mule-begin-job): Call find-charset-region/string with
19428         ps-print-translation-table.
19429         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19431         * ps-print.el (ps-print-translation-table): New variable.
19432         (ps-plot-region): Translate characters by ps-print-translation-table.
19434 2005-03-29  Juri Linkov  <juri@jurta.org>
19436         * simple.el (next-error-highlight-timer): New variable.
19438         * progmodes/compile.el (compilation-goto-locus):
19439         Use `next-error-highlight-timer' instead of `sit-for'.
19441 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19443         * mail/supercite.el (sc-mail-field): Use assoc-string.
19444         (sc-get-address): Simplify regexps.
19446         * files.el (minibuffer-with-setup-hook): New macro.
19447         (find-file-read-args): Use it to avoid let-binding
19448         minibuffer-with-setup-hook (which breaks turning on/off
19449         file-name-shadow-mode while in the prompt).
19451         * complete.el (PC-read-include-file-name-internal):
19452         Use test-completion.
19454 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19456         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19458 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19460         * window.el (window-buffer-height): Use count-screen-lines.
19462         * progmodes/python.el (python-preoutput-leftover): New var.
19463         (python-preoutput-filter): Use it.
19464         (python-send-receive): Loop until all the result has been received.
19466 2005-03-28  Juri Linkov  <juri@jurta.org>
19468         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19470         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19471         "Recover Crashed Session".
19472         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19473         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19474         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19475         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19476         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19477         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19478         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19479         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19481         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19482         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19483         Ediff Sessions", "Toggle use of separate control buffer frame",
19484         "Use separate frame for Ediff control buffer".
19486         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19487         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19488         "Rename Bookmark", "Delete Bookmark".
19490         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19491         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19492         Add `:active Info-index-alternatives' to "Next Matching Item".
19494         * wdired.el (wdired-change-to-wdired-mode):
19495         Mention `wdired-abort-changes' key in the initial message.
19497         * international/mule.el (auto-coding-alist): Associate non-ascii
19498         image filename extensions with `no-conversion'.
19500 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19502         * international/iso-acc.el:
19503         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19505 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19507         * textmodes/sgml-mode.el (html-mode): Doc update.
19509         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19511 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19513         * term.el (term-move-columns): Fix face after extending a line.
19514         (term-insert-spaces): Likewise.
19515         (term-reset-terminal): Fix off by one error.
19517 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19519         * international/mule.el (auto-coding-alist): Add .xpi files.
19521         * files.el (auto-mode-alist): Add .xpi files.
19523 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19525         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19527 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19529         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19531 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19533         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19534         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19536         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19537         cursor to Jan 1 when needed.
19538         (calendar-end-of-year): Fix -/+ typo.
19539         Reported by Chong Yidong <cyd@stupidchicken.com>.
19541 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19543         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19545         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19546         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19548 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19550         * filesets.el (filesets-init): Add autoload.
19552         * mail/mailalias.el (mail-directory): Doc fix.
19554 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19556         * mail/mailalias.el (mail-directory-process): Do nothing if
19557         mail-directory-process is an atom.
19558         (mail-get-names): Ignore mail-directory-names if it is an atom.
19559         (mail-directory-process defvar): Doc fix.
19560         (mail-names): Doc fix.
19562 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19564         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19566 2005-03-26  Kenichi Handa  <handa@m17n.org>
19568         * international/mule-util.el (detect-coding-with-priority):
19569         Call update-coding-systems-internal before detect-coding-region.
19571 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19573         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19574         (gdb-frames-mode-map): Add follow-link property.
19576 2005-03-25  Jay Belanger  <belanger@truman.edu>
19578         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19579         for variables.
19581 2005-03-25  Juri Linkov  <juri@jurta.org>
19583         * image-mode.el: Optimize image filename extension regexps in
19584         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19585         in `auto-mode-alist'.
19586         (image-mode): Add `image-toggle-display-text' to local hook
19587         `change-major-mode-hook'.  Display the image as an image by
19588         default.  Set `cursor-type' and `truncate-lines' if the image
19589         is already displayed.  Take into account the current mode (image
19590         or text) in message.
19591         (image-minor-mode): New minor mode.
19592         (image-mode-maybe, image-toggle-display-text): New functions.
19593         (image-toggle-display): Use called-interactively-p.
19594         Let-bind `inhibit-read-only' to t.
19596         * image-mode.el (image-minor-mode): Set `cursor-type' and
19597         `truncate-lines' if the image is already displayed.  Add turning
19598         image-minor-mode off to `change-major-mode-hook'.  Add message.
19599         Call `image-toggle-display-text' after turning image-minor-mode off.
19601 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19603         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19604         Terminal.app, use utf-8.
19605         (set-display-table-and-terminal-coding-system): Add coding-system arg.
19606         (set-locale-environment): Use it.
19608         * term/xterm.el: Undo last change, better done in mule-cmds.el.
19610         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19612         * progmodes/python.el (python-close-block-statement-p)
19613         (python-outdent-p, python-current-defun): Use symbol-end.
19615 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19617         * files.el (save-some-buffers): Doc fix.
19619 2005-03-25  Werner Lemberg  <wl@gnu.org>
19621         * complete.el, thumbs.el: Replace `legal' with `valid'.
19622         * calendar/calendar.el: Replace `legal' with `valid'.
19623         * emacs-lisp/advice.el: Replace `legal' with `valid'.
19624         * mail/supercite.el: Replace `legal' with `valid'.
19625         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19626         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19627         Replace `legal' with `valid'.
19628         * textmodes/reftex-vars.el, textmodes/reftex.el:
19629         Replace `legal' with `valid'.
19631 2005-03-25  Werner Lemberg  <wl@gnu.org>
19633         * calc/calc-forms.el, calc/calc-sel.el
19634         * midnight.el, vc-cvs.el
19635         * emacs-lisp/cl-macs.el
19636         * emulation/vip.el
19637         * eshell/esh-io.el, eshell/esh-var.el
19638         * mail/supercite.el
19639         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19640         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19641         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19642         * progmodes/sh-script.el, progmodes/xscheme.el
19643         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19644         * textmodes/reftex-index.el, textmodes/reftex-parse.el
19645         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19646         * textmodes/reftex.el, textmodes/org.el:
19647         Replace `illegal' with `invalid'.
19649 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19651         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19652         (flymake-find-buildfile, flymake-find-possible-master-files)
19653         (flymake-check-include, flymake-parse-line): Replace loops over the
19654         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19656         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19657         Substitute file-name-as-directory in the rest of the file.
19658         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19659         (flymake-replace-region): Remove unused arg `buffer'.
19660         (flymake-check-patch-master-file-buffer): Update calls to it.
19661         (flymake-add-err-info): Remove unused var `count'.
19662         (flymake-mode): Use define-minor-mode.
19664         * progmodes/flymake.el: Use with-current-buffer.
19665         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19666         flymake-replace-regexp-in-string, flymake-line-beginning-position)
19667         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19668         Avoid testing for `xemacs'.
19669         (flymake-nop): Move.
19670         (flymake-region-has-flymake-overlays): Return the computed value.
19671         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19672         Remove unused var `endline'.
19673         (flymake-get-line-count): Remove unused function.
19674         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19676         * emulation/vi.el:
19677         * generic.el:
19678         * hilit-chg.el (global-highlight-changes):
19679         * hi-lock.el (hi-lock-mode):
19680         * follow.el: find-file-hooks -> find-file-hook.
19682         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19684 2005-03-24  Juri Linkov  <juri@jurta.org>
19686         * dired.el (dired-mode-map): Add menu item "Compare directories"
19687         for dired-compare-directories.
19689         * dired-aux.el (dired-compare-directories): Add autoload cookie.
19690         Doc fix.  Replace `read-file-name' with `read-directory-name'.
19692 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19694         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19696 2005-03-24  Jay Belanger  <belanger@truman.edu>
19698         * calc/calc-embed.el (calc-embedded-mode-change): Save all
19699         relevant mode settings in calc-embedded-original-modes when modes
19700         are permanently changed.
19702 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19704         * autoinsert.el: find-file-hooks -> find-file-hook.
19706 2005-03-24  Lute Kamstra  <lute@gnu.org>
19708         * generic.el (generic-font-lock-defaults): Make it obsolete.
19709         (generic-font-lock-keywords): New variable to replace
19710         generic-font-lock-defaults.
19711         (generic-mode-set-font-lock): Delete it.
19712         (generic-mode-internal): Don't call generic-mode-set-font-lock.
19713         (generic-bracket-support): Add docstring.
19715         * generic-x.el: Rename generic-font-lock-defaults to
19716         generic-font-lock-keywords throughout.
19717         (mailagent-rules-setup-function): Delete it.
19718         (mailagent-rules-generic-mode): Use anonymous function instead.
19719         (show-tabs-generic-mode-font-lock-defaults-1)
19720         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19721         Quote faces.
19722         (show-tabs-tab-face, show-tabs-space-face): Specify background,
19723         not foreground.
19725         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19726         Recognize define-generic-mode.
19728 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19730         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19731         if there's no completion table.
19733 2005-03-23  Miles Bader  <miles@gnu.org>
19735         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19736         Remove tty-specific variants, as they're no longer needed.
19738 2005-03-23  Lute Kamstra  <lute@gnu.org>
19740         * generic-x.el: Code cleanup: make args constant whenever possible.
19741         (installshield-statement-keyword-list)
19742         (installshield-system-functions-list)
19743         (installshield-system-variables-list, installshield-types-list)
19744         (installshield-funarg-constants-list): Make them constants.
19746         * generic.el (generic-make-keywords-list): Add autoload cookie.
19748         * calendar/time-date.el: Add comment on time value formats.
19749         Don't require parse-time.
19750         (with-decoded-time-value): New macro.
19751         (encode-time-value): New function.
19752         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19753         (days-to-time): Return a valid time value when arg is huge.
19754         (time-since): Use time-subtract.
19755         (time-to-number-of-days): Use time-to-seconds.
19757 2005-03-23  David Ponce  <david@dponce.com>
19759         * recentf.el (recentf-keep): New option.
19760         (recentf-menu-action): Default to `find-file'.
19761         (recentf-keep-non-readable-files-flag)
19762         (recentf-keep-non-readable-files-p)
19763         (recentf-file-readable-p, recentf-find-file)
19764         (recentf-cleanup-remote): Remove.
19765         (recentf-include-p): More robust.
19766         (recentf-keep-p): New function.
19767         (recentf-remove-if-non-kept): Rename from
19768         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
19769         All callers updated.
19770         (recentf-menu-items-for-commands): Fix help string.
19771         (recentf-track-closed-file): Update.  Doc fix.
19772         (recentf-cleanup): Update.  Count removed files.  Doc fix.
19774 2005-03-23  Kim F. Storm  <storm@cua.dk>
19776         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19777         Don't inherit from fringe face (now happens automatically).
19779 2005-03-22  Kim F. Storm  <storm@cua.dk>
19781         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19782         position values.
19784 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19786         * menu-bar.el (showhide-date-time): Remove.
19787         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19788         (menu-bar-make-mm-toggle): Simplify.
19790 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19792         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19793         Accept qualified variable and function names.
19795 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
19797         * bindings.el (completion-ignored-extensions):
19798         Remove ".lis" for `vax-vms'.
19800 2005-03-22  Andreas Schwab  <schwab@suse.de>
19802         * generic-x.el: Revert last change.
19803         * ldefs-boot.el: Update.
19805 2005-03-22  Jay Belanger  <belanger@truman.edu>
19807         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19808         (calc-embedded-save-original-modes)
19809         (calc-embedded-restore-original-modes): New functions.
19810         (calc-do-embedded): Save original modes when entering embedded mode
19811         and restore when leaving embedded mode.
19812         (calc-embedded-modes-change): Change the value of
19813         calc-embedded-original-modes to reflect permanent changes.
19815 2005-03-22  Lute Kamstra  <lute@gnu.org>
19817         * generic-x.el: Require generic again.
19819 2005-03-22  Miles Bader  <miles@gnu.org>
19821         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19822         Tweak details to look good on both ttys and bitmap displays, light
19823         or dark background, etc.
19825 2005-03-21  Kim F. Storm  <storm@cua.dk>
19827         * tooltip.el (tooltip-show-help-function): Check car and cdr of
19828         mouse position.
19830 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19832         * icomplete.el: Don't forcibly turn on the mode upon load.
19833         (icomplete-mode): Use define-minor-mode.
19834         (icomplete-eoinput): Default to nil.
19835         (icomplete-minibuffer-setup): Remove autoload.
19836         (icomplete-tidy): Simplify.
19837         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19838         in the initial state or if the user has modified the field.
19839         Fix handling of icomplete-max-delay-chars.
19840         Remove code that handles the oddball case where
19841         minibuffer-completion-table is an integer.
19842         Wrap icomplete-completions in while-no-input in case building
19843         completions takes more time than expected.
19844         (icomplete-completions): Simplify.
19846 2005-03-21  Richard M. Stallman  <rms@gnu.org>
19848         * jka-compr.el (jka-compr-really-do-compress):
19849         Make variable buffer-local.
19851         * image-mode.el: Handle .xpm files too.
19852         (image-toggle-display): Preserve modification flag.
19854         * help.el (where-is): Don't mention aliases with no key bindings.
19856 2005-03-21  Lute Kamstra  <lute@gnu.org>
19858         * generic.el: Fix commentary section.  Don't require cl for
19859         compilation.
19860         (generic-mode-list): Add autoload cookie.
19861         (generic-use-find-file-hook, generic-lines-to-scan)
19862         (generic-find-file-regexp, generic-ignore-files-regexp)
19863         (generic-mode, generic-mode-find-file-hook)
19864         (generic-mode-ini-file-find-file-hook): Fix docstrings.
19865         (define-generic-mode): Make it a defmacro.  Fix docstring.
19866         (generic-mode-internal): Code cleanup.  Add autoload cookie.
19867         (generic-mode-set-comments): Code cleanup.
19868         * generic-x.el: Don't prevent compilation.  Don't require generic.
19869         Follow coding conventions.  Minor code cleanup.
19870         (etc-fstab-generic-mode): Add some keywords.
19871         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19872         define-generic-mode like a function declaration.
19874 2005-03-21  Jay Belanger  <belanger@truman.edu>
19876         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19877         changing modes.
19879 2005-03-21  Sam Steingold  <sds@gnu.org>
19881         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19883 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
19885         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19886         Add underscore to "f$ lexicals" regexp.
19888 2005-03-20  Juri Linkov  <juri@jurta.org>
19890         * subr.el (progress-reporter-do-update): When `min-value' is equal
19891         to `max-value', set `percentage' to 0 and prevent division by zero.
19893 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
19895         Sync with Tramp 2.0.48.
19897         * net/tramp.el (all): Change all addresses to .gnu.org.
19898         (tramp-append-tramp-buffers): New defun.
19899         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19900         Catch `dont-send' signal.
19901         (tramp-set-auto-save-file-modes): Set always permissions, because
19902         there might be an old auto-saved file belonging to another
19903         original file.  This could be a security threat.  Reported by
19904         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19905         Check for Emacs 21.3.50 removed.
19907         * net/tramp-smb.el (all): Remove debug construct for
19908         `with-parsed-tramp-file-name'.
19909         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19910         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19911         No error message if DIRECTORY or FILENAME doesn't exist.
19912         (tramp-smb-open-connection): Check existence of
19913         `tramp-smb-program'.
19915 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19917         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19918         Properly handle the case where the `m' or `s' command's argument is not
19919         yet terminated.
19920         (perl-indent-new-calculate): New function.
19921         (perl-indent-line): Use it.
19923 2005-03-20  Miles Bader  <miles@gnu.org>
19925         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19926         in text-mode too.  Change to new face names.
19927         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19928         Add `:weight bold' attribute.
19929         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19931 2005-03-19  Juri Linkov  <juri@jurta.org>
19933         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
19935         * international/mule.el (auto-coding-alist): Sync with
19936         `auto-mode-alist' by adding upper case archive file extensions
19937         and adding ear/war to jar extension.
19939 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
19941         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19942         running, restart it.
19944 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
19946         * finder.el (finder-current-item): Throw an error on an empty line.
19948         * man.el (Man-follow-manual-reference): If current-word returns
19949         nil, use "".
19951 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
19953         * simple.el (goto-line): Doc fix.
19955 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
19957         * files.el (save-buffer): Doc fix.
19959 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
19961         * recentf.el (recentf-cleanup-remote): New variable.
19962         (recentf-cleanup): Use it to conditionally check availability of
19963         remote files.
19965 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
19967         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19968         function names.
19970 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19972         * language/thai-word.el: New file.
19974 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19976         * files.el (backup-buffer): If the file's directory is not
19977         writable, use copy instead of move to backup the file.
19979 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19981         * obsolete/keyswap.el: Moved to obsolete/ from term/.
19983 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19985         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19986         Use functionp instead of symbolp and fboundp.  Reported by Drkm
19987         <darkman_spam@yahoo.fr>.
19988         (ps-print-version): New version 6.6.6.
19990 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
19992         * textmodes/table.el (table--line-column-position): New idiom.
19993         (table--row-column-insertion-point-p): New function to test
19994         validity of row and column insertion operation at a location.
19995         (table-global-menu, table-cell-menu): Use above functions for
19996         deterministic test operation.
19997         (table--editable-cell-p): Behave in deterministic fashion.
19999 2005-03-18  Juri Linkov  <juri@jurta.org>
20001         * isearch.el (isearch-lazy-highlight-new-loop):
20002         Make arguments beg and end optional.
20003         (isearch-update): Remove optional arguments nil from
20004         isearch-lazy-highlight-new-loop.
20005         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20006         isearch-lazy-highlight-case-fold-search instead of
20007         isearch-case-fold-search, and let-bind isearch-regexp to
20008         isearch-lazy-highlight-regexp.
20009         Use isearch-lazy-highlight-last-string instead of isearch-string.
20011         * replace.el (perform-replace): Remove bindings of global
20012         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20013         Add three new arguments to `replace-highlight'.
20014         (replace-highlight): Add arguments string, regexp, case-fold.
20015         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20016         to allow isearch-lazy-highlight-new-loop to use these values
20017         to set corresponding isearch-lazy-highlight-* internal
20018         variables whose values lazy highlighting will use regardless of
20019         changes to global variables isearch-string, isearch-regexp,
20020         isearch-case-fold-search during lazy highlighting loop.
20021         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20022         to `lazy-highlight-cleanup'.
20024         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20025         (ispell-highlight-face): Set default face to `isearch' when
20026         lazy highlighting is enabled.
20027         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20028         priority to 1.  Add lazy highlighting.
20029         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20030         from `isearch-dehighlight'.
20032 2005-03-18  David Ponce  <david@dponce.com>
20034         * files.el (hack-local-variables): Do a case-insensitive search
20035         for End.
20037 2005-03-18  Juri Linkov  <juri@jurta.org>
20039         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20040         `isearch-lazy-highlight-cleanup', add alias to old name and
20041         declare obsolete.  Add release numbers to other obsolete vars.
20042         (isearch-done, isearch-lazy-highlight-new-loop):
20043         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20044         (lazy-highlight-cleanup) <variable>: Doc fix.
20045         (isearch-lazy-highlight-update): Rename obsolete
20046         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20048 2005-03-18  Kenichi Handa  <handa@m17n.org>
20050         * language/thai-util.el: Fix categorization of Thai characters in
20051         thai-category-table.
20052         (thai-composition-pattern): Adjust it for the above change.
20053         (thai-self-insert-command, thai-compose-syllable): New functions.
20054         (thai-compose-region): Use thai-compose-syllable.
20055         (thai-compose-string): Likewise.
20056         (thai-composition-function): Likewise.
20057         (thai-auto-composition): New function.
20058         (thai-auto-composition-mode): New minor mode.
20060         * language/thai.el: Fix patterns to be registered in
20061         composition-function-table.
20063         * international/quail.el (quail-input-method): Locally bind
20064         inhibit-modification-hooks to t.
20066 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20068         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20069         (perl-mode): Use run-mode-hooks.
20071         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20072         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20073         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20075         * mail/sendmail.el (sendmail-send-it): Reenable the code
20076         to compute resend-to-address and use it.
20078         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20080         * image-mode.el: New file.
20082         * image.el (insert-sliced-image): Add autoload cookie.
20084         * font-lock.el (font-lock-lines-before): New user option.
20085         (font-lock-after-change-function): Obey it.
20087         * bindings.el (esc-map): Make M-g a prefix.
20088         Bind M-g g and M-g M-g to goto-line.
20090         * faces.el (face-id): Doc fix.
20092 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20094         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20095         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20096         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20098         * mail/sendmail.el (mail-yank-ignored-headers)
20099         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20100         Add Mail-Followup-To and Mail-Reply-To headers.
20101         (mail-citation-hook): Add autoload cookie.
20102         (mail-mode): Doc fix.
20103         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20104         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20105         (mail-mode-fill-paragraph): Handle those headers.
20106         (mail-mailing-lists): New variable.
20107         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20109 2005-03-17  Juri Linkov  <juri@jurta.org>
20111         * isearch.el (isearch-fallback): Check for `(car previous)'
20112         before calling `isearch-other-end-state'.
20114 2005-03-17  Kim F. Storm  <storm@cua.dk>
20116         * simple.el (move-beginning-of-line): Move to beginning of buffer
20117         line, as well as beginning of screen line.
20119 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20121         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20122         argument REDRAW rather than calendar-redrawing variable.
20123         * calendar/calendar.el (calendar-redrawing): Delete.
20124         (redraw-calendar): Do not bind calendar-redrawing.
20126 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20128         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20129         diary-file buffer.
20131 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20133         * help.el (describe-mode): Allow a :minor-mode-function property to
20134         specify a different minor mode toggle function than the variable.
20135         * simple.el (auto-fill-function):
20136         * subr.el (add-minor-mode): Use it.
20138 2005-03-16  Kenichi Handa  <handa@m17n.org>
20140         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20141         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20142         (ethio-fidel-to-sera-buffer): Likewise.
20144 2005-03-16  Juri Linkov  <juri@jurta.org>
20146         * emacs-lisp/find-func.el (find-function-regexp):
20147         Add defun-emitting macro `menu-bar-make-toggle'.
20149         * isearch.el: Put `isearch-scroll' property to
20150         `split-window-horizontally'.
20152         * info.el: Update error messages for `debug-ignored-errors'.
20153         (Info-isearch-search): Doc fix.
20154         (Info-find-node): Move up code to go into info buffer before
20155         recording the node to the history.
20156         (Info-fontify-node): Fontify titles only if the next line
20157         has two or more `*', `=', `-', `.'.
20158         Display "go to this node" for empty (match-string 3).
20160 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20162         * term/mac-win.el: Add mouse pointer shape constants.
20164 2005-03-15  Kim F. Storm  <storm@cua.dk>
20166         * simple.el (move-beginning-of-line): Use vertical-motion.
20168 2005-03-15  Juri Linkov  <juri@jurta.org>
20170         * isearch.el (isearch-error): New variable.
20171         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20172         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20173         (isearch-within-brackets-state): Remove.
20174         (isearch-case-fold-search-state, isearch-pop-fun-state):
20175         Decrease frame index.
20176         (isearch-mode, isearch-top-state, isearch-push-state)
20177         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20178         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20179         (isearch-search, isearch-lazy-highlight-new-loop):
20180         Replace `isearch-invalid-regexp' with `isearch-error'.
20181         Remove `isearch-within-brackets'.
20182         (isearch-search): Add `search-failed' handler to `condition-case'.
20183         (isearch-lazy-highlight-search): Add `condition-case' to catch
20184         errors and allow `isearch-lazy-highlight-update' to try
20185         highlighting from the beginning of the window.
20186         (isearch-repeat): Move up code to set isearch-wrapped to t
20187         before calling isearch-wrap-function.
20189         * info.el (Info-isearch-initial-node): New internal variable.
20190         (Info-search): Signal an error in isearch mode when search leaves
20191         the initial node.  Signal an error when `bound' is non-nil and
20192         nothing was found in the current subfile.
20193         (Info-isearch-search): Remove `condition-case'.
20194         (Info-isearch-wrap): Don't wrap when search failed during leaving
20195         the initial node.  If `Info-isearch-search' is nil, wrap around
20196         the current node.
20197         (Info-isearch-start): New fun.
20198         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20199         `isearch-mode-hook'.
20201 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20203         * simple.el (normal-erase-is-backspace): Set default to t if
20204         running on Mac.
20206         * term/mac-win.el (function-key-map): Sync with x-win.el.
20208 2005-03-15  Kenichi Handa  <handa@m17n.org>
20210         * international/mule-cmds.el (locale-language-names): Modify the
20211         format of elements and add more entries.
20212         (locale-preferred-coding-systems): Add more entries.
20213         (set-locale-environment): Adjust for the change of
20214         locale-language-names.
20216 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20218         * pcvs.el (smerge-ediff): Remove bogus autoload.
20220 2005-03-14  Lute Kamstra  <lute@gnu.org>
20222         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20223         Ignore a `*' at the beginning of a line.
20225         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20226         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20227         subr.el.
20228         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20229         to specify indentation.
20231         * generic.el (define-generic-mode): Let generic-mode-list be a
20232         list of strings; test membership with equal.
20234 2005-03-14  Kim F. Storm  <storm@cua.dk>
20236         * simple.el (next-line, previous-line): Add optional try-vscroll
20237         arg to recognize interactive use.  Pass it on to line-move.
20238         (line-move): Don't perform auto-window-vscroll when defining or
20239         executing keyboard macro to ensure consistent behavior.
20241 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20243         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20245 2005-03-13  Lute Kamstra  <lute@gnu.org>
20247         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20248         debugger-setup-buffer so that backtrace marks the frames set to
20249         debug-on-exit and we don't have to do it manually.  Set an extra
20250         debug-on-exit for macro's.
20251         (debugger-setup-buffer): Don't mark the top frame manually.
20253 2005-03-12  Lute Kamstra  <lute@gnu.org>
20255         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20256         lisp-indent-function throughout.
20257         (with-no-warnings): Set lisp-indent-function property.
20259 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20261         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20262         Add entry for backslash.
20264 2005-03-12  Juri Linkov  <juri@jurta.org>
20266         * info.el (Info-search): Four fixes for backward search.
20268 2005-03-11  Jay Belanger  <belanger@truman.edu>
20270         * calc/calc.el (calc-language-alist): New variable.
20271         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20272         (calc-embedded-find-modes): Use calc-language-alist instead of
20273         calc-embedded-language-alist.
20275 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20277         * calendar/calendar.el (calendar-redrawing): New internal
20278         variable.
20279         (redraw-calendar): Remove bogus save-excursion from previous
20280         change.  Bind calendar-redrawing to t for mark-diary-entries.
20281         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20282         calendar if that is why we were called.
20284 2005-03-11  Kenichi Handa  <handa@m17n.org>
20286         * international/mule.el (make-coding-system): Set property
20287         coding-system-define-form to nil.
20288         (define-coding-system-alias): Likewise.
20290 2005-03-11  Kenichi Handa  <handa@m17n.org>
20292         These changes are suggested by Dave Love <fx@gnu.org>.
20294         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20295         coding: tag.
20296         (adaptive-fill-regexp): Add more bullets.
20297         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20298         regexps.
20300 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20302         * help.el (describe-mode): Properly handle non-trivial lighters.
20303         Don't ignore minor modes that are not listed in minor-mode-list.
20305         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20306         feature ON when the user requests to turn it OFF.
20308 2005-03-10  Lute Kamstra  <lute@gnu.org>
20310         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20311         (implement-debug-on-entry): New function to replace debug-entry-code.
20312         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20313         second argument as the 2005-03-07 change makes it obsolete.
20314         (debug-on-entry, cancel-debug-on-entry): Update call to
20315         debug-on-entry-1.
20316         (debug, debugger-setup-buffer): Comment update.
20317         (debugger-frame-number): Update to work with implement-debug-on-entry.
20319 2005-03-10  Jay Belanger  <belanger@truman.edu>
20321         * calc/calc-embed.el (math-ms-args): Declare it.
20322         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20323         math-ms-args.
20324         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20325         variables.
20327 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20329         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20330         Use message-box.
20332         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20333         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20334         (tooltip-gud-tips): Simplify.
20335         (tooltip-gud-tips-p): Remove superfluous :set.
20336         (tooltip-gud-modes): Add fortran-mode.
20337         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20339         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20341 2005-03-09  Kim F. Storm  <storm@cua.dk>
20343         * play/animate.el (animate-place-char): Use forward-line instead
20344         of next-line to improve performance.
20346 2005-03-09  Simon Josefsson  <jas@extundo.com>
20348         * net/browse-url.el (browse-url-default-browser): Doc fix.
20350 2005-03-09  Miles Bader  <miles@gnu.org>
20352         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20353         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20355 2005-03-09  Kenichi Handa  <handa@m17n.org>
20357         * international/latin-1.el: Set case and syntax for 255 only if
20358         set-case-syntax-set-multibyte is nil.
20360         * textmodes/ispell.el (ispell-insert-word): New function.
20361         (ispell-word): Use ispell-insert-word to insert a new word.
20362         (ispell-process-line): Likewise.
20363         (ispell-complete-word): Likewise.
20365 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20367         * calendar/calendar.el (redraw-calendar): Preserve point.
20368         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20369         (calendar-week-start-day): Move after definition of
20370         redraw-calendar.  Delete buffer test, since redraw-calendar has
20371         that now.
20373         * calendar/diary-lib.el (mark-diary-entries): Only call
20374         redraw-calendar in the first of any recursive calls.
20375         Reported by Alan Shutko <ats@acm.org>.
20377 2005-03-08  Juri Linkov  <juri@jurta.org>
20379         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20380         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20381         (html-radio-buttons): Add a space before the trailing `/>' where
20382         sgml-xml-mode is non-nil.
20383         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20384         the subsequent tag of the empty XML tag.
20385         (html-href-anchor): Don't set initial input to "http:".
20386         (html-image): Ask for the image URL and set point inside alt="".
20387         (html-name-anchor): Duplicate the name in the `id' attribute when
20388         sgml-xml-mode is non-nil.
20389         (html-paragraph): Remove \n before <p>.
20390         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20391         instead of `checked' when sgml-xml-mode is non-nil.
20393         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20394         Remove 1 space before #RRGGBB to not truncate it on terminal
20395         windows w/o fringes.  Remove 1 space between bg and fg examples
20396         to get more space.
20397         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20398         avoid byte-compile warnings.
20400         * image-file.el (image-file-handler): Put `safe-magic' property to
20401         `image-file-handler'.
20403         * info.el (Info-isearch-search): Emulate word search in
20404         isearching through multiple Info nodes with Info-search.
20405         (Info-isearch-wrap): Allow isearch-word.
20407 2005-03-08  Lute Kamstra  <lute@gnu.org>
20409         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20410         stepping into the debugger's code is not possible.
20411         (debugger-jumping-flag): Docstring update.
20413 2005-03-08  Jay Belanger  <belanger@truman.edu>
20415         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20416         embedded mode begins.
20417         (calc-embedded-language-alist): New variable.
20418         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20419         set default language mode.
20421 2005-03-08  Kenichi Handa  <handa@m17n.org>
20423         * international/ccl.el (define-ccl-program): Fix docstring about
20424         extra 256 bytes assured for the output buffer.
20426         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20427         Fix BUFFER_MAGNIFICATION to 2.
20428         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20430 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20432         * align.el (align-rules-list): Added an alignment rule for CSS
20433         declarations (applies to css-mode and html-mode buffers).
20435 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20437         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20439 2005-03-07  Kim F. Storm  <storm@cua.dk>
20441         * simple.el (move-beginning-of-line): New command.
20443         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20445         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20447         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20448         and move-beginning-of-line.
20450         * apropos.el (apropos-print): Omit command from M-x ... RET.
20452 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20454         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20455         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20457 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20459         * bindings.el (esc-map): Bind M-g to goto-line.
20461         * facemenu.el (global-map): Bind M-o, not M-g.
20463 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20465         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20466         "Open Directory" as for "Open File".
20468 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20470         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20471         (push-mark-command): Run activate-mark-hook.
20473 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20475         * help-mode.el (help-mode-finish): Don't alter the element
20476         in view-return-to-alist if there already is one.
20478         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20479         make sure the current buffer is the expected one.
20481         * novice.el (disabled-command-function): Output in *Disabled Command*.
20482         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20484         * textmodes/flyspell.el (flyspell-large-region):
20485         Pass args differently for aspell.
20487         * files.el (mode-require-final-newline): Doc fix.
20489 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20491         * progmodes/which-func.el (which-function):
20492         Specify NOERROR when calling imenu--make-index-alist.
20494 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20496         * simple.el (normal-erase-is-backspace): Define default value.
20498         * custom.el (custom-theme-set-variables): Remove unused var
20499         `immediate'.
20500         (custom-reevaluate-setting): Simple function to handle variables
20501         that are defined before their default value can really be
20502         computed.
20504         * startup.el (command-line): Use it for temporary-file-directory,
20505         small-emporary-file-directory, auto-save-file-name-transforms,
20506         blink-cursor-mode, and normal-erase-is-backspace.
20508         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20509         progress, even with buggy anchored keywords.
20511 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20513         * simple.el (goto-line): Remove unbalanced final parenthesis.
20515 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20517         * simple.el (goto-line): Use a number at point as the default.
20518         With C-u as arg, switch buffers.
20520 2005-03-05  Juri Linkov  <juri@jurta.org>
20522         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20523         with `no-blinking-cursor'.
20525         * startup.el (no-blinking-cursor): New defvar.
20526         (command-line): Add `--no-blinking-cursor' to longopts.
20527         Set `no-blinking-cursor' to t for command line arguments
20528         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20529         with `no-blinking-cursor' in the condition for calling
20530         `blink-cursor-mode'.
20532 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20534         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20535         (menu-bar-options-save): Add blink-cursor-mode.
20536         (menu-bar-options-menu): Add blink-cursor-mode.
20538 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20540         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20541         (icalendar-export-file, icalendar-export-region)
20542         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20543         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20545 2005-03-04  Lute Kamstra  <lute@gnu.org>
20547         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20548         (debug-function-list): Ditto.
20550 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20552         * textmodes/texinfmt.el (texinfo-append-refill):
20553         Redefine the types of line to which @refill
20554         is not appended by replacing a search for `@refill\\|@bye' with
20555         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20556         itemize@refill' bug and the unfilled long lines bug.
20557         (texinfmt-version): Update number and date.
20559 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20561         * international/code-pages.el (windows-1250, windows-125[2-8])
20562         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20564 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20566         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20567         bound yet.
20569 2005-03-02  Romain Francoise  <romain@orebokech.com>
20571         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20572         buffer after removing limits.
20573         (ibuffer-pop-filter): Ditto.
20574         Update copyright.
20576 2005-03-02  Miles Bader  <miles@gnu.org>
20578         * button.el (make-text-button): If the user doesn't specify a
20579         type, use the default.  Rewrite to use `add-text-properties' and
20580         plist functions.
20582 2005-03-01  Lute Kamstra  <lute@gnu.org>
20584         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20585         (debugger-jumping-flag): New var.
20586         (debug-entry-code): Use it.
20587         (debugger-jump): Use debugger-jumping-flag and add
20588         debugger-reenable to post-command-hook.
20589         (debugger-reenable): Use debugger-jumping-flag and remove itself
20590         from post-command-hook.
20591         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20592         debugger-reenable.
20594 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
20596         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20597         inclusion of "itemize\\|", which may be unnecessary, is certainly
20598         inelegant, and stops refilling in itemize lists when formatting
20599         Japanese Texinfo files to Info.
20600         Update copyright to 2005.
20602 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
20604         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20605         of an error if GDB can't find the source file.
20607 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20609         * calendar/calendar.el (redraw-calendar): Work from any buffer,
20610         not just the calendar.
20612         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20613         first.
20614         (diary-redraw-calendar): New function.
20615         (make-diary-entry): Add diary-redraw-calendar to local
20616         write-contents-functions.  Turn off selective display before
20617         inserting in diary.
20619 2005-03-01  Kim F. Storm  <storm@cua.dk>
20621         * emacs-lisp/copyright.el (copyright-fix-years): New command.
20623 2005-03-01  Lute Kamstra  <lute@gnu.org>
20625         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20626         that debug-entry-code can be safely removed from a function while
20627         this code is being evaluated.  Revert the 2005-02-27 change as the
20628         new implementation no longer requires it.  Make sure that a
20629         function body containing just a string is not mistaken for a docstring.
20630         (debug): Skip one more frame in case of debug on entry.
20631         (debugger-setup-buffer): Delete one more frame line in case of
20632         debug on entry.
20633         (debugger-frame-number): Update to use the new text introduced by
20634         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
20636 2005-02-28  Kim F. Storm  <storm@cua.dk>
20638         * double.el (double-translate-key): Call force-window-update after
20639         read-event to avoid crash in redisplay.
20641 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20643         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20644         (debug): Use it.  Move the inhibit-trace earlier.
20645         (debug-entry-code): New const.
20646         (debug-on-entry-1): Use it.
20648 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
20650         * international/utf-16.el (ccl-encode-mule-utf-16le):
20651         Fix BUFFER_MAGNIFICATION to 2.
20652         (ccl-encode-mule-utf-16be): Likewise.
20654 2005-02-28  Kenichi Handa  <handa@m17n.org>
20656         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20657         Fix BUFFER_MAGNIFICATION to 4.
20658         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20660 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
20662         * speedbar.el (speedbar-update-flag): Doc fix.
20663         (speedbar-show-info-under-mouse): Give set-mouse-position the right
20664         argument.
20666 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20668         * reveal.el (reveal-post-command): Don't try to reveal overlays which
20669         have a non-nil `invisible' property but are actually visible.
20671         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20672         for perldoc sections.
20673         (perl-outline-regexp, perl-outline-level): New var and function.
20674         (perl-mode): Use them.
20676 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
20678         * calendar/diary-lib.el (diary-remind): Discard any mark portion
20679         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20681 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
20683         * cus-edit.el: Comment change.
20684         (custom-buffer-create-internal): Slightly reword text at top of
20685         Custom buffers.  Mention there that saving an option edits the
20686         init file.  Add link to Emacs manual node on `custom-file'.
20687         (custom-magic-alist): Rewrite individual State messages to use
20688         capitalized keywords.  Doc fix.
20690 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
20692         * calendar/calendar.el (calendar-buffer): Move above
20693         calendar-week-start-day.
20694         (calendar-week-start-day): Doc fix.  Add :set function.
20695         (calendar-minimum-window-height): New variable.
20696         (generate-calendar-window): Only resize window if selected-window
20697         is displaying the calendar buffer.  Use new variable
20698         calendar-minimum-window-height.
20699         (generate-calendar): Reword error message.
20700         (calendar-mode-map): Bind DEL to scroll-other-window-down.
20702 2005-02-27  Andreas Schwab  <schwab@suse.de>
20704         * vc.el (vc-do-command): Don't run command asynchronously when
20705         operating in a remote directory.
20707         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20708         change from sync with Tramp 2.0.47.
20710 2005-02-27  Richard M. Stallman  <rms@gnu.org>
20712         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20714         * textmodes/flyspell.el (flyspell-mode-on):
20715         Call ispell-change-dictionary only if necessary.
20717         * emacs-lisp/re-builder.el (regexp-builder): New function.
20719         * register.el (describe-register-1): Explicitly handle
20720         yank-excluded-properties = t.
20722         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20723         (custom-magic-alist): Change the status descriptions again.
20724         (face widget-type): Total rewrite based on `restricted-sexp'
20725         to eliminate the confusing double hiding levels.
20727         * emacs-lisp/debug.el (debug-on-entry-1):
20728         If function body is empty, add nil as body form.
20730 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20732         * emacs-lisp/trace.el (inhibit-trace): New var.
20733         (trace-make-advice): Use it.
20735         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20737 2005-02-26  Kim F. Storm  <storm@cua.dk>
20739         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20740         (mouse-on-link-p, mouse-drag-region-1): Use it.
20742 2005-02-25  Lute Kamstra  <lute@gnu.org>
20744         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20746 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
20748         * frame.el (blink-cursor-mode): Add :group keyword.
20750 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
20752         * calendar/icalendar.el (icalendar--decode-isodatetime):
20753         New optional argument DAY-SHIFT.
20754         (icalendar-export-region): Fix coding-system-for-write.
20755         (icalendar--convert-ical-to-diary): Shift end-day of all-day
20756         events by one.
20758 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20760         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20762 2005-02-24  Kim F. Storm  <storm@cua.dk>
20764         * international/iso-acc.el (iso-accents-compose): Fix crash
20765         during redisplay.  Call force-window-update after read-event
20766         and delete-region to signal that window is not accurate.
20768 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20770         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20771         Remove unused and inexistent var `inhibit-trace'.
20772         (debugger-mode): Use run-mode-hooks.
20773         (debugger-list-functions): Add buttons; setup xref stack.
20775 2005-02-23  Richard M. Stallman  <rms@gnu.org>
20777         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20778         appointment says it was explicitly made.
20779         (appt-add): Set the 3rd element.
20780         (appt-make-list): Preserve explicit appointments.
20782         * subr.el (find-tag-default): Catch errors in forward-sexp.
20784 2005-02-23  Juri Linkov  <juri@jurta.org>
20786         * info.el (Info-isearch-search): New defcustom.
20787         (Info-isearch-search): Call the default isearch function
20788         when Info-isearch-search is nil.
20789         (Info-isearch-wrap): Use variable Info-isearch-search.
20791 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
20793         * cus-edit.el: Comment change.
20795 2005-02-22  Kim F. Storm  <storm@cua.dk>
20797         * progmodes/hideif.el (hide-ifdef-use-define-alist):
20798         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
20800 2005-02-22  Simon Josefsson  <jas@extundo.com>
20802         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20803         New variable.
20804         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
20805         Oskarsson" <myrkraverk@users.sourceforget.net>.
20807 2005-02-22  Kim F. Storm  <storm@cua.dk>
20809         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20810         check that window of that event is the selected window.
20811         (mouse-drag-region-1): Compare mouse event window to selected
20812         window before setting point.
20814         * tooltip.el (tooltip-show-help-function): Pass event to
20815         mouse-on-link-p so it can check selected window.
20817 2005-02-22  Kenichi Handa  <handa@m17n.org>
20819         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20820         (ps-mule-show-warning): New function.
20821         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20822         characters are found.
20824         * ps-print.el (ps-header-footer-string): Return a list of header
20825         and footer strings.
20827 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20829         * pcvs.el (cvs-retrieve-revision): Fix thinko.
20831 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20833         * frame.el (blink-cursor-mode): Use define-minor-mode.
20835         * term/mac-win.el (function-key-map): Use char-names more consistently.
20836         (file-name-coding-system): Only set it for MacOS-9.  The other case is
20837         already handled in mule-cmds.el (where it also works when mac-win.el
20838         is not used).
20840 2005-02-21  Kenichi Handa  <handa@m17n.org>
20842         * international/mule.el (ctext-pre-write-conversion): Always use
20843         " *code-converting-work*" buffer for work.
20845         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20847 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
20849         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20851 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
20853         * ses.el (undo-more): Restore defadvice, but only the part that
20854         allows changes outside the restricted area of the buffer.
20856 2005-02-20  Kim F. Storm  <storm@cua.dk>
20858         * simple.el (line-move): Add fourth optional arg try-vscroll which
20859         must be set to perform auto-window-vscroll.
20860         When moving backwards and doing auto-window-vscroll, automatically
20861         vscroll to the last part of lines which are taller than the window.
20862         (next-line, previous-line): Set try-vscroll arg on line-move.
20864 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20866         * replace.el (query-replace, query-replace-regexp)
20867         (replace-string, replace-regexp): When operating on region, make
20868         the minibuffer prompt say so.
20870         * isearch.el (isearch-forward): Document isearch-query-replace and
20871         isearch-query-replace-regexp keybindings.
20873 2005-02-19  Jay Belanger  <belanger@truman.edu>
20875         * calc/calc-aent.el (math-read-token): Add local variable.
20877         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20878         (calc-edit-top): Move declaration to earlier in file.
20879         (calc-edit-macro-repeats): Add local variables.
20881         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20882         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20883         calcFunc-tanh.
20884         Adjust integration rule for calcFunc-tan.
20886 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20888         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20889         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20890         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20891         (viper-skip-separators): Bug fix.
20892         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20893         particular major mode.
20894         (viper-del-backward-char-in-replace): Don't put deleted char on the
20895         kill ring.
20897         * viper-ex.el (viper-color-display-p): New function.
20898         (viper-has-face-support-p): Use viper-color-display-p.
20900         * viper-keym.el (viper-gnus-modifier-map): New keymap.
20902         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20904         * viper-util.el (viper-glob-unix-files): Fix shell status check.
20905         (viper-file-remote-p): Make equivalent to file-remote-p.
20907         * viper.el (viper-major-mode-modifier-list):
20908         Use viper-gnus-modifier-map.
20910 2005-02-19  David Kastrup  <dak@gnu.org>
20912         * subr.el (subregexp-context-p): Fix garbled doc string by adding
20913         quoting.
20915 2005-02-19  Jay Belanger  <belanger@truman.edu>
20917         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20918         Remove extra definitions.
20919         (calc-coth): New function.
20920         (calcFunc-cot): Fix `let'.
20922 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
20924         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20925         the reasons we use "type pc" in these faces.
20927         * button.el (button): Ditto.
20929 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
20931         * replace.el (query-replace-read-from): Set the value of
20932         query-replace-from-history-variable to handle the case of an empty
20933         string entered to accept the suggested default.
20935         * net/tramp.el (tramp-file-name-for-operation):
20936         Use dired-call-process instead of dired-call-process-command.
20938 2005-02-19  Jay Belanger  <belanger@truman.edu>
20940         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20941         (math-div-non-trig): New variables.
20942         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20943         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20944         (math-combine-prod, math-div-symb-fancy): Add simplifications for
20945         trig expressions.
20947 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
20949         * progmodes/gdb-ui.el (gdb-var-update-handler)
20950         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20951         for watch expressions,
20952         (gdb-var-create-handler): Don't set speedbar-update-flag.
20953         (gdb-post-prompt): Simplify test for speedbar.
20955 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20957         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20958         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20959         we use the syntax table of the correct buffer.
20960         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20961         Felix Gatzemeier.
20963         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20964         (ediff-file-remote-p): Make synonymous with file-remote-p.
20965         In all deffaces ediff-*-face-*, use min-colors.
20967         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20968         ediff-recurse-to-subdirectories.
20969         (ediff-mark-if-equal): Check that the arguments are strings, use
20970         ediff-same-contents (after to Felix Gatzemeier).
20972         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20973         nil.
20975 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20977         * log-view.el (log-view-message-re): Fix up Subversion regexp.
20979 2005-02-18  David Kastrup  <dak@gnu.org>
20981         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20982         use `mark-active' when defined.
20984 2005-02-18  Kenichi Handa  <handa@m17n.org>
20986         * ps-print.el (ps-font-info-database): New entry
20987         ZapfChancery-MediumItalic with correct font name.  Fix font name
20988         of the entry Zapf-Chancery-MediumItalic.
20990 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20992         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20994 2005-02-16  Kim F. Storm  <storm@cua.dk>
20996         * ido.el (ido-fallback-command): Pass user input to fallback command.
20998 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21000         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21001         (gdb-find-file-hook): Add server prefix.
21003 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21005         * replace.el (perform-replace): Pass new args to replace-highlight.
21006         (replace-highlight): Take region args,
21007         and pass them to isearch-lazy-highlight-new-loop.
21009         * novice.el (disabled-command-hook): Autoload the defalias
21010         and the make-obsolete-variable call.
21012         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21014         * isearch.el (isearch-lazy-highlight-start-limit)
21015         (isearch-lazy-highlight-end-limit): New variables limit
21016         the region for highlighting.
21017         (isearch-lazy-highlight-new-loop): New args BEG and END.
21018         (isearch-lazy-highlight-search): Use the new vars.
21019         (isearch-lazy-highlight-update): Likewise.
21021         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21023         * cus-start.el (all): Use default-boundp.
21025 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21027         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21029 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21031         * autorevert.el (auto-revert-stop-on-user-input)
21032         (auto-revert-verbose): Doc fixes.
21034 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21036         * international/mule-cmds.el (set-locale-environment): Remove call
21037         to set-selection-coding-system on Windows.
21039 2005-02-15  Jay Belanger  <belanger@truman.edu>
21041         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21042         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21043         calcFunc-coth.
21044         (math-simplify-sqrt): Add simplifications.
21046         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21047         to list.
21049         * calc/calc-ext.el: Add functions to autoloads.
21051         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21052         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21053         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21054         (math-csc-raw, math-cot-raw): New functions.
21056         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21058         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21059         the variable name in a message.
21061         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21062         calcFunc-csc, calcFunc-cot.
21064         * calc/calcalg2.el: Add derivative and integration rules for
21065         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21066         calcFunc-csch, calcFunc-coth.
21067         (math-do-integral-methods): Add to checks for when to use
21068         substitutions.
21070         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21072 2005-02-15  Lute Kamstra  <lute@gnu.org>
21074         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21075         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21076         <monnier@iro.umontreal.ca>
21077         (lisp-outline-level): Improve efficiency.  Suggested by David
21078         Kastrup <dak@gnu.org>.
21080 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21082         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21083         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21084         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21085         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21086         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21088 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21090         * cus-start.el (all): Comment change.
21092 2005-02-14  Lute Kamstra  <lute@gnu.org>
21094         * cus-start.el (all): Check if symbol is void.
21096 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21098         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21099         optional argument to \cite.
21101 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21103         * cus-edit.el (custom-buffer-create-internal): Update help message.
21104         (custom-magic-alist): Update help messages.
21106         * cus-start.el (all): Allow a var to specify a standard value.
21108 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21110         * custom.el (custom-theme-set-variables): Handle variable aliases.
21112         * frame.el (blink-cursor-timer): Doc fix.
21113         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21114         declare obsolete.
21115         (blink-cursor-mode): Define with defcustom and use correct
21116         standard expression in that defcustom.
21117         * startup.el (command-line): Adapt to above changes in frame.el.
21119 2005-02-11  Lute Kamstra  <lute@gnu.org>
21121         * apropos.el (apropos-score-doc): Prevent division by zero.
21123 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21125         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21126         (icalendar--get-event-property-attributes)
21127         (icalendar--get-event-properties)
21128         (icalendar--datetime-to-diary-date): New functions.
21129         (icalendar--split-value): Doc fix.
21130         (icalendar--datetime-to-noneuropean-date)
21131         (icalendar--datetime-to-european-date): New optional argument
21132         SEPARATOR.  Return result as a string instead of a list.
21133         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21134         (icalendar--convert-string-for-export): Rename arg S to STRING.
21135         (icalendar-export-region): Doc fix.  Change name of error buffer.
21136         Save output buffer.
21137         (icalendar-import-file): Add blank at end of prompt.
21138         (icalendar-import-buffer): Doc fix.  Do not switch to error
21139         buffer.  Indicate status in return value.
21140         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21141         buffer.  Save output buffer.  Handle exception from recurrence
21142         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21143         events.  Fix problems with weekly all-day events.
21145 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21147         * simple.el (eval-expression-print-format):
21148         Avoid warning about edebug-active.
21150         * help.el (help-for-help-internal): Rename from help-for-help.
21151         (help-for-help): Define with defalias.
21153         * font-core.el (font-lock-default-function): Use with-no-warnings.
21155         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21157         * custom.el (defface): Doc fix.
21159 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21161         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21162         width 0" to prevent word wrapping problems.
21164 2005-02-09  Kim F. Storm  <storm@cua.dk>
21166         * ido.el (ido-file-extensions-order): New defcustom.
21167         (ido-file-extension-lessp, ido-file-extension-aux)
21168         (ido-file-extension-order): New advanced file ordering.
21169         (ido-file-lessp): New simple file ordering.
21170         (ido-sort-list): Remove.
21171         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21172         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21174 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21176         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21177         that some versions of grep produce.
21178         (grep-mode-font-lock-keywords): Likewise.
21180 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21182         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21183         (gdb-cdir): Delete.
21184         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21185         (gdb-source-info): Treat case when source file is in another
21186         directory properly.
21187         (gdb-get-location): New function.
21189 2005-02-07  Jay Belanger  <belanger@truman.edu>
21191         * calc/calc-prog.el (calc-write-parse-table-part)
21192         (calc-fix-token-name): Fix a check for language type.
21194         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21196 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21198         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21199         as directory not writable.
21201 2005-02-07  Kim F. Storm  <storm@cua.dk>
21203         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21204         (cua--standard-movement-commands): Remove list.
21205         Instead, set CUA property value to move for movement commands.
21206         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21207         (cua--pre-command-handler): Check CUA property.
21208         (cua--init-keymaps): Don't remap undo commands.
21209         (cua-mode): Don't call cua--rectangle-on-off.
21211         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21212         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21213         (cua--rect-undo-set-point): New var.
21214         (cua--rectangle-undo-boundary): Setup undo apply entry.
21215         (cua--rect-undo-handler): New function for rectangle undo.
21216         (cua--rect-start-position, cua--rect-end-position): Add.
21217         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21218         for restored rectangle.  Set point if cua--rect-undo-set-point.
21220 2005-02-06  Jay Belanger  <belanger@truman.edu>
21222         * calc/calc-lang.el (calc-tex-language): Display more information
21223         in messages.
21225         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21226         in TeX mode.
21228 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21230         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21232 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21234         * net/ldap.el (ldap-search-internal): Support attributes with
21235         optional descriptions separated by a semi-colon, as in
21236         "userCertificate;binary".
21238 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21240         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21241         isn't a cons (i.e. the version is 0).
21243 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21245         * help.el (help-for-help): Doc fix.
21247 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21249         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21250         GDB-Windows on the menu-bar as this works better.
21252 2005-02-04  Jay Belanger  <belanger@truman.edu>
21254         * calc/calc-embed.el (calc-embedded-update): Don't put in
21255         unnecessary newlines.  Adjust the end of formula marker.
21257         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21258         (math-latex-parse-two-args): New function.
21260 2005-02-03  Lute Kamstra  <lute@gnu.org>
21262         * help-fns.el (help-with-tutorial): Make sure that users cannot
21263         remove the entire text of the tutorial by means of `undo'.
21265 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21267         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21268         in recent changes, where the ispell process was repeatedly
21269         killed & restarted.
21271         * international/mule-cmds.el (set-locale-environment): Set file-name
21272         coding system to utf-8 on Darwin systems.
21273         (set-default-coding-systems): Don't set default-file-name-coding-system
21274         on Darwin systems.
21276 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21278         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21280 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21282         * faces.el (list-faces-display): Add optional argument.
21284 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21286         * font-core.el (font-lock-default-function): Handle the rare case where
21287         only font-lock-keywords is set.
21289 2005-02-02  Kenichi Handa  <handa@m17n.org>
21291         * international/characters.el: Cancel previous change for
21292         I-WITH-DOT-ABOVE and DOTLESS-i.
21294         * international/latin-5.el: Cancel previous change.
21296 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21298         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21300 2005-02-02  Kenichi Handa  <handa@m17n.org>
21302         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21303         DOTLESS-i.
21305         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21306         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21308         * case-table.el (get-upcase-table): New function.
21309         (copy-case-table): Copy upcaes table too if non-nil.
21310         (set-case-syntax-delims): Maintain upcase table too.
21311         (set-case-syntax-pair): Likewise.
21312         (set-upcase-syntax, set-downcase-syntax): New functions.
21313         (set-case-syntax): Maintain upcase table too.
21315 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21317         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21319         * progmodes/gud.el (gud-goto-info): New function.
21320         (gud-tool-bar-map): Use correct icon.
21322 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21324         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21325         When delegating, order args in the funcall correctly.
21327 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21329         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21331 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21333         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21334         buffer not visiting a file.
21336 2005-01-31  Jay Belanger  <belanger@truman.edu>
21338         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21339         bound on the line with the formula.
21341 2005-01-31  Kim F. Storm  <storm@cua.dk>
21343         * ses.el (ses-create-cell-variable-range)
21344         (ses-destroy-cell-variable-range, ses-reset-header-string)
21345         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21346         (ses-insert-row): Fix format of apply undo entries.
21348 2005-01-31  Jay Belanger  <belanger@truman.edu>
21350         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21351         parts.
21353         * calc/calc-embed.el (calc-embedded-open-formula)
21354         (calc-embedded-close-formula): Ignore matrix environments.
21356         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21357         TeX mode.
21359         * calc/calc-lang.el (math-function-table, math-oper-table)
21360         (math-variable-table): Adjust the LaTeX portions.
21362         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21363         (math-latex-ignore-words): New constant.
21365 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21367         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21368         (ispell-local-dictionary): Doc fix.
21369         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21370         Don't reinitialize at run time.  Don't defcustom.
21371         All uses changed to append ispell-local-dictionary-alist,
21372         or check it first.
21373         (ispell-current-dictionary): New variable for dictionary in use.
21374         (ispell-dictionary): Now used only for global default.
21375         (ispell-start-process): Set ispell-current-dictionary,
21376         not ispell-dictionary.
21377         (ispell-change-dictionary): Use this only for setting
21378         user preferences.
21379         (ispell-internal-change-dictionary): New function
21380         to change the current dictionary in use.
21381         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21382         Use ispell-current-dictionary.
21383         Handle ispell-local-dictionary-overridden.
21384         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21386 2005-01-31  Jay Belanger  <belanger@truman.edu>
21388         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21390         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21391         (calc-mode-map): Add calc-latex-language.
21393         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21394         (math-latex-print-frac): New functions.
21395         (math-oper-table, math-function-table, math-variable-table)
21396         (math-complex-format, math-input-filter): Add latex properties.
21397         (calc-set-language): Set math-expr-special-function-mapping.
21399         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21400         (calc-write-parse-table-part): Add LaTeX support.
21402         * calc/calc.el (calc-language): Adjust docstring.
21403         (calc-set-mode-line): Add LaTeX support.
21404         (math-expr-special-function-mapping): New variable.
21405         (math-tex-ignore-words): Add to list.
21407         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21408         Add LaTeX support.
21409         (math-compose-expr): Add support for special functions.
21411         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21413 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21415         * progmodes/gdb-ui.el (gdb-memory-address)
21416         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21417         (gdb-memory-mode-map, gdb-memory-format-keymap)
21418         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21419         (gdb-memory-unit-menu): New variables for a buffer
21420         that lets the user examine program memory.
21421         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21422         (gdb-memory-format-binary, gdb-memory-format-octal)
21423         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21424         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21425         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21426         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21427         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21428         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21429         (gdb-memory-mode, gdb-memory-buffer-name)
21430         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21431         New functions for above buffer.
21433 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21435         * cus-edit.el (custom-bury-buffer): Function deleted.
21436         (custom-buffer-done-function): Option deleted.
21437         (custom-buffer-done-kill): New replacement option.
21438         (Custom-buffer-done): Call quit-window.
21439         (custom-buffer-create-internal): Update for above changes.
21441 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21443         * simple.el (undo-ask-before-discard): New var.
21444         (undo-outer-limit-truncate): Implement it.
21445         (undo-extra-outer-limit): Doc update.
21447 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21449         * ses.el (undo-more): Delete defadvice.
21450         (ses-begin-change): Doc fix.
21452         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21453         instead of rebinding C-x u and C-_.
21455         * files.el (normal-backup-enable-predicate): Return nil for files
21456         in /tmp, regardless of temporary-file-directory.
21458         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21460         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21461         (open-rectangle, delete-whitespace-rectangle-line)
21462         (clear-rectangle-line): If FILL, pass t instead of FILL
21463         for move-to-column's 2nd arg.
21465         * simple.el (undo): Fix the test for continuing a series of undos.
21466         (undo-more): Set pending-undo-list to t when we reach end.
21467         (pending-undo-list): Move up defvar.
21469         * wid-edit.el (widget-button-click):
21470         Shorten the range of the track-mouse binding.
21472         * comint.el (comint-insert-input): Undo previous changes;
21473         use last-input-event in interactive spec.
21475 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21477         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21478         to nil before invoking call-process.  Reset buffer's modified flag
21479         after fontifying it in the no-async branch.
21481         * wid-edit.el (widget-specify-button): If mouse pointer shape
21482         cannot be changed, use mouse face instead.
21484 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21486         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21487         (gdb-goto-breakpoint): Make breakpoint handling work on template
21488         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21489         (gdb-assembler-custom): Update to recognize breakpoint information
21490         added on 2005-01-19.
21492 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21494         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21495         (dsssl-mode): Use define-derived-mode.
21496         (scheme-mode-initialize): Remove.
21497         (scheme-mode): Use run-mode-hooks.
21499         * cus-edit.el (customize-group-other-window)
21500         (custom-buffer-create-other-window): Don't override special-display-*.
21501         (custom-mode-map): Make it dense.
21503         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21504         sets the default value.
21506 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21508         * descr-text.el: Add more keywords.
21510 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21512         * speedbar.el: Avoid unnecessary use of locate-library.
21514         * international/mule-cmds.el (standard-display-european-internal):
21515         Don't fiddle with latin-1 non-break space any more since it's now
21516         special cased in the C code.
21517         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21519 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21521         * cus-start.el (all): Add `undo-outer-limit'.
21523 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21525         * textmodes/bibtex.el (bibtex-format-entry):
21526         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21527         field lines.
21528         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21529         not on part of a buffer.
21531 2005-01-25  Lute Kamstra  <lute@gnu.org>
21533         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21534         nonempty field text strings like "{letters\\macro{}more letters}".
21535         Clarify docstring.
21536         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21537         (bibtex-entry-offset, bibtex-parse-association)
21538         (bibtex-parse-field-name): Fix typos in docstrings.
21539         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21541 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21543         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21544         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21545         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21546         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21548         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21549         isearch minor mode.
21551 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21553         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21555 2005-01-24  Lute Kamstra  <lute@gnu.org>
21557         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21558         CASECHARS and NOT-CASECHARS regular expressions of the
21559         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21560         striding over charsets" error.
21562 2005-01-24  Jay Belanger  <belanger@truman.edu>
21564         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21565         display variable name.
21567 2005-01-24  Kenichi Handa  <handa@m17n.org>
21569         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21570         Fix setting of the element of encoded-kbd-iso2022-invocations.
21572 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21574         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21575         (gdb-threads-select): Change to also accept mouse events.
21576         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21577         (gdb-threads-mouse-select): Delete.
21579 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21581         * files.el (insert-directory): Take care of empty directory,
21582         listed without -a switch.
21584 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21586         * textmodes/refill.el (refill-post-command-function):
21587         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21588         to the list of functions that we should be careful not to undo.
21589         (refill-late-fill-paragraph-function): Remove.
21590         (refill-saved-state): New var.
21591         (refill-mode): Use it to save fill-paragraph-function.
21592         Save also the value of auto-fill-function.
21594         * term/w32-win.el: Simplify code.
21596 2005-01-23  Kim F. Storm  <storm@cua.dk>
21598         * simple.el (line-move): Adapt to new return value from
21599         pos-visible-in-window-p.
21601         * simple.el (line-move): Fix last change.  Check partial
21602         visibility at point rather than at window-start.
21604 2005-01-22  Jason Rumney  <jasonr@gnu.org>
21606         * term/w32-win.el (xw-defined-colors): Remove debug-message.
21608 2005-01-22  David Kastrup  <dak@gnu.org>
21610         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21612 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
21614         * type-break.el (type-break-mode): Add a test for
21615         type-break-file-name being non-nil.
21617 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
21619         * net/eudc.el (top level): Call (message "") via progn, so that
21620         eudc-options-file is loaded.
21622 2005-01-22  Kim F. Storm  <storm@cua.dk>
21624         * simple.el (line-move-1): Rename from line-move.
21625         (line-move): New function that adjusts vscroll for partially
21626         visible rows, and calls line-move-1 otherwise.
21628 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
21630         * pcomplete.el: Define pcomplete-read-event instead of read-event,
21631         since it's not a complete read-event implementation
21633 2005-01-20  Jay Belanger  <belanger@truman.edu>
21635         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21636         for called function.
21638 2005-01-20  Steven Tamm  <steventamm@mac.com>
21640         * term/mac-win.el (process-connection-type): Remove.
21641         Controlled now by s/darwin.h:PTY_ITERATION.
21643 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21645         * window.el (handle-select-window): Don't switch window when we're
21646         in the minibuffer.
21648 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
21650         * subr.el (dotimes-with-progress-reporter): New macro.
21652         * ses.el (ses-dotimes-msg): Remove macro.
21653         Use `dotimes-with-progress-reporter' instead.
21655 2005-01-19  Steven Tamm  <steventamm@mac.com>
21657         * term/mac-win.el (process-connection-type): Use new
21658         operating-system-release variable to use ptys on Darwin 7 (OS X
21659         10.3) when using carbon build.
21661 2005-01-19  Jay Belanger  <belanger@truman.edu>
21663         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21664         flags if the last command was a tab or M-tab.
21666         * calc/calc-prog.el (calc-user-define-edit): Put original formula
21667         in formula editing buffer.
21669 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21671         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21672         breakpoint image symbol in margin.
21674 2005-01-19  Jay Belanger  <belanger@truman.edu>
21676         * calc/calc-prog.el (calc-execute-kbd-macro):
21677         Ignore calc-keep-arg-flag.
21679 2005-01-19  Kenichi Handa  <handa@m17n.org>
21681         * textmodes/ispell.el (ispell-looking-at): New function.
21682         (ispell-process-line): Use ispell-looking-at to compare the ispell
21683         output and the buffer contents.
21685 2005-01-18  Jay Belanger  <belanger@truman.edu>
21687         * calc/calc.el (calc-display-raw): Fix docstring.
21689 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21691         * simple.el (blink-matching-open): Strip extra info from syntax.
21693         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21694         funny chars in the end-of-here-doc marker.
21696 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21698         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21699         that enable/disabled state of breakpoints is shown correctly in
21700         fringe and on ttys.
21701         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21702         Add breakpoint information as text properties.
21703         (gdb-mouse-toggle-breakpoint):
21704         Rename to gdb-mouse-set-clear-breakpoint.
21705         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
21706         breakpoints in the margin.
21707         (gdb-remove-strings): Simplify.
21709 2005-01-17  Jay Belanger  <belanger@truman.edu>
21711         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21712         erasing buffer.
21714 2005-01-17  Richard M. Stallman  <rms@gnu.org>
21716         * progmodes/grep.el (grep-find): Copy from `grep' the condition
21717         for calling grep-compute-defaults.
21719         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21720         if buffer is empty.
21722         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21724 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21726         * hilit-chg.el (highlight-changes-mode): Don't autoload.
21728         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21729         non-preloaded variables.
21731 2005-01-17  Steven Tamm  <steventamm@mac.com>
21733         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21734         tex-shell cause to force interactivity when using pipes.
21736 2005-01-17  Kim F. Storm  <storm@cua.dk>
21738         * simple.el (just-one-space): Make arg optional.
21740 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
21742         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21743         posn-at-x-y to t to access left-margin.
21745 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
21747         Sync with Tramp 2.0.47.
21749         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21750         catching keep-date problems in cp/scp operations.
21751         (tramp-handle-copy-file): Don't call `set-file-modes'
21752         unconditionally.  Specialized functions should know better what is
21753         necessary.  This improves performance a little bit, and the
21754         functions could catch errors with `cp -p' and `scp -p'.
21755         (tramp-do-copy-or-rename-file-via-buffer)
21756         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21757         when appropriate.
21758         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21759         Call `set-file-modes' when appropriate.
21760         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
21761         Johnsson <isak@hypergene.com>
21762         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21763         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
21764         <joakim@verona.se>
21765         (tramp-file-name-for-operation): Mark `shell-command' as magic for
21766         Emacs only.
21768         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
21769         `find-file-hooks' and `dired-mode-hook'.
21770         (tramp-minor-mode-map): Respective map.  Add remapping for
21771         `compile' and `recompile'.
21772         (tramp-remap-command, tramp-recompile): New defuns.
21773         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21774         in buffer "*Compilation*".  Call the commands asynchronously.
21776         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21777         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21778         `shell-command', because it isn't magic in XEmacs.  Reported by
21779         Adrian Aichner <adrian@xemacs.org>.
21781         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21782         `substitute-in-file-name.
21783         (tramp-smb-handle-substitute-in-file-name): New defun.
21784         (tramp-smb-advice-PC-do-completion): Delete advice.
21786 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
21788         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21789         Fix error in deleting region.
21791 2005-01-15  Richard M. Stallman  <rms@gnu.org>
21793         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21794         In non-temp buffer, switch syntax table temporarily.
21796         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21798         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21800         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21802         * imenu.el (imenu--split-menu): Copy menulist before sorting.
21803         (imenu--generic-function): Use START, not BEG, as pos of definition.
21805         * simple.el (just-one-space): Argument specifies number of spaces.
21807         * simple.el (eval-expression-print-format): Avoid warning
21808         about edebug-active.
21810 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
21812         * progmodes/sh-script.el: Code copied from make-mode.el
21813         with small changes,
21814         (sh-mode-map): Bind C-c C-\.
21815         (sh-backslash-column, sh-backslash-align): New variables.
21816         (sh-backslash-region, sh-append-backslash): New functions.
21818 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21820         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21821         (rmail-pop-password, rmail-pop-password-required): Move to
21822         rmail-obsolete group.
21823         (rmail-set-pop-password): Rename to rmail-set-remote-password.
21824         All callers updated.
21825         (rmail-get-pop-password): Rename to rmail-get-remote-password.
21826         Take an argument specifying whether it is POP or IMAP mailbox we
21827         are using.  All callers updated.
21828         (rmail-pop-password-error): Rename to
21829         rmail-remote-password-error.  Added mailutils-specific error message.
21830         (rmail-movemail-search-path)
21831         (rmail-movemail-variant-in-use): New variables.
21832         (rmail-remote-password, rmail-remote-password-required):
21833         New customization variables.
21834         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21835         (rmail-parse-url): New function.
21836         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21837         with GNU mailutils movemail.
21839 2005-01-15  Kevin Ryde  <user42@zip.com.au>
21841         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21842         suffix to space, $ or '$, to correctly position point when going
21843         to @table style constants like DBL_MAX.
21845 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
21847         * type-break.el (type-break-mode, type-break-file-time)
21848         (type-break-file-keystroke-count, type-break-choose-file):
21849         Don't store data in or load data from the file if type-break-file-name
21850         is nil.
21851         (type-break-file-name): Doc update as per the above.
21853 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
21855         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21856         lookup-key might return nil; handle that.
21858 2005-01-15  Alan Mackenzie  <acm@muc.de>
21860         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21861         rather than the element found, thus enabling the tree to be setcar'd.
21863 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21865         * textmodes/org.el (org-show-following-heading): New option.
21866         (org-show-hierarchy-above): Use `org-show-following-heading'.
21867         (org-cycle): Documentation fix.
21869         * textmodes/org.el (orgtbl-optimized): New option
21870         (orgtbl-mode): New command, a minor mode.
21871         (orgtbl-mode-map): New variable.
21872         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21873         (orgtbl-error, orgtbl-self-insert-command)
21874         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21876         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21877         a local variable in each org-mode buffer.
21879         * textmodes/org.el (org-set-regexps-and-options): Rename from
21880         `org-set-regexps'.  Added checking for STARTUP keyword.
21881         (org-get-current-options): Add STARTUP options.
21882         (org-table-insert-row): Make mode intelligent about when
21883         realignment is needed.
21884         (org-self-insert-command, org-delete-backward-char, org-delete-char):
21885         New commands.
21886         (org-enable-table-editor): New default value `optimized'.
21887         (org-table-blank-field): Support blanking regions if active.
21889 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21891         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21892         if the year is not given.
21894         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21895         Add new escapes %m and %M, fixed bug with %F by adding
21896         save-match-data.
21897         (reftex-reference): Remove ?. from list of spaces.
21898         (reftex-label-info): Add automatic label prefix recognition.
21900         * textmodes/reftex-index.el (reftex-index-next-phrase):
21901         Add slave parameter to call of `reftex-index-this-phrase'.
21902         (reftex-index-this-phrase): New optional argument.
21903         (reftex-index-region-phrases): Add slave parameter to call of
21904         `reftex-index-this-phrase'.
21905         (reftex-display-index): New argument redo.
21906         (reftex-index-rescan): Add `redo' to arguments of
21907         `reftex-display-index'.
21908         (reftex-index-Rescan, reftex-index-revert)
21909         (reftex-index-switch-index-tag): Add `redo' to arguments of
21910         `reftex-display-index'.
21911         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21912         indexing.  Fix bug with matching is there is a quote before or
21913         after the word.
21915         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21916         Fix bug when collecting citation keys in lines with comments.
21917         (reftex-citation): Prefix argument no longer rescans the document,
21918         but forces prompting for optional arguments of cite macros.
21919         (reftex-do-citation): Prompting for optional arguments implemented.
21921         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21922         Add optional arguments to most cite commands.
21923         (reftex-cite-cleanup-optional-args): New option
21924         (reftex-cite-prompt-optional-args): New option.
21925         (reftex-trust-label-prefix): New option.
21927         * textmodes/reftex-toc.el (reftex-toc-find-section):
21928         Add push-mark before changing the position in the buffer.
21930         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21931         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21933 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
21935         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21936         more carefully.
21938 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21940         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21941         (sgml-mode): Use it.
21942         (sgml-get-context): Better keep track of implicitly closed tags.
21944 2005-01-13  Kenichi Handa  <handa@m17n.org>
21946         * textmodes/ispell.el: These changes are to fix misalignment error
21947         caused by equivalent characters of different Emacs charsets.
21948         (ispell-unified-chars-table): New variable.
21949         (ispell-get-decoded-string): New function.
21950         (ispell-get-casechars, ispell-get-not-casechars)
21951         (ispell-get-otherchars): Call ispell-get-decoded-string.
21953 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21955         * custom.el (custom-declare-variable): Just put symbol instead
21956         of (defvar . symbol) in `current-load-list'.
21958 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21960         * emacs-lisp/elint.el: Fixed typo in Commentary section.
21962 2005-01-12  Jay Belanger  <belanger@truman.edu>
21964         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21965         to create a Calc summary.
21967 2005-01-12  Kim F. Storm  <storm@cua.dk>
21969         * mouse.el (mouse-on-link-p): Change functionality and doc
21970         string to comply with latest description in lisp ref.
21972 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
21974         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21975         Enable mouse clicks on mode-line, header-line and margin.
21976         (event-type): Give mouse event symbols an `event-kind' property
21977         with value `mouse-click'.
21979 2005-01-12  Juri Linkov  <juri@jurta.org>
21981         * facemenu.el (list-colors-display): Add new arg buffer-name.
21982         Use it.  Fix docstring.  Replace code for identifying duplicate
21983         colors by the name with call to `list-colors-duplicates' which
21984         identifies duplicate colors by the value unless the color
21985         is one of special Windows colors.  Set truncate-lines to t.
21986         Print sorted duplicate color names on each line.  Indent to 22
21987         \(the longest color name in rgb.txt) instead of 20.  Optimize.
21988         (list-colors-duplicates): New function.
21989         (facemenu-color-name-equal): Delete function.
21991         * facemenu.el (list-colors-print): New function created from code
21992         in list-colors-display.  Print #RRGGBB at the window right edge.
21993         (list-colors-display): When temp-buffer-show-function is not
21994         defined, call list-colors-print from temp-buffer-show-hook
21995         to get the right value of window-width in list-colors-print
21996         after the buffer is displayed.
21998         * simple.el (pop-mark): Move deactivate-mark out of conditional
21999         part to deactivate the active mark regardless of the state of the
22000         mark ring.
22002         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22003         variables line in desktop files.
22005 2005-01-12  Juri Linkov  <juri@jurta.org>
22007         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22008         Bring together isearch highlight related options.
22009         (lazy-highlight): Replace group `replace' by `matching'.
22010         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22011         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22012         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22013         and declare them obsolete.
22014         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22015         (isearch-faces): Remove defgroup.
22016         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22017         Move isearch highlighting code closer to lazy highlighting code.
22019         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22020         (query-replace-highlight, query-replace-lazy-highlight)
22021         (query-replace): Move definitions to the beginning of the file.
22023 2005-01-11  Juri Linkov  <juri@jurta.org>
22025         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22026         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22027         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22029         * info.el (Info-history-forward): New variable.
22030         (Info-select-node): Reset Info-history-forward to nil.
22031         (Info-last): Turn into defalias.
22032         (Info-history-back): Rename from Info-last.
22033         Add current node to Info-history-forward.
22034         (Info-history-forward): New fun.
22035         (Info-mode-map): Replace Info-last by Info-history-back.
22036         Bind Info-history-forward to "r".
22037         (Info-mode-menu): Replace Info-last by Info-history-back.
22038         Fix menu item text.  Add menu item for Info-history-forward.
22039         (info-tool-bar-map): Replace Info-last by Info-history-back.
22040         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22041         for Info-history-forward.
22042         (Info-mode): Replace Info-last by Info-history-back in docstring.
22043         Add local variable Info-history-forward.
22044         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22046 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22048         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22049         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22050         Ignore select-window events rather than fiddle with
22051         mouse-autoselect-window.
22053 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22055         * type-break.el (type-break-mode): Fix previous change.
22057 2005-01-10  Jay Belanger  <belanger@truman.edu>
22059         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22060         calculator; only reset when point is inside a calculator.
22061         Don't adjust the window height if the window takes up the whole height
22062         of the frame.
22064 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22066         * ebuff-menu.el (Electric-buffer-menu-mode):
22067         Preserve value of buffer-local var header-line-format.
22069 2005-01-09  Jay Belanger  <belanger@truman.edu>
22071         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22072         Make sure settings file exists before accessing it.
22074         * calc/calc-embed.el (calc-embedded-subst):
22075         Replace math-multi-subst-rec, which is only supposed to be called
22076         by math-multi-subst, by math-multi-subst.
22078 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22080         * vc.el (vc-allow-async-revert): New user option.
22081         (vc-disable-async-diff): New internal variable.
22082         (vc-revert-buffer): Use them to disable asynchronous diff.
22084         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22085         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22086         asynchronously if vc-disable-async-diff is t.
22088 2005-01-09  Jay Belanger  <belanger@truman.edu>
22090         * calc/calc.el (defcalcmodevar): New macro.
22091         (calc-mode-var-list-restore-default-values)
22092         (calc-mode-var-list-restore-saved-values): New functions.
22093         (calc-mode-var-list): Use defcalcmodevar to define it.
22094         (calc-always-load-extensions, calc-line-numbering)
22095         (calc-line-breaking, calc-display-just, calc-display-origin)
22096         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22097         (calc-group-char, calc-point-char, calc-frac-format)
22098         (calc-prefer-frac, calc-hms-format, calc-date-format)
22099         (calc-float-format, calc-full-float-format, calc-complex-format)
22100         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22101         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22102         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22103         (calc-matrix-brackets, calc-language, calc-language-option)
22104         (calc-left-label, calc-right-label, calc-word-size)
22105         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22106         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22107         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22108         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22109         (calc-window-height, calc-display-trail, calc-show-selections)
22110         (calc-use-selections, calc-assoc-selections)
22111         (calc-display-working-message, calc-auto-why, calc-timing)
22112         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22113         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22114         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22115         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22116         (calc-gnuplot-geometry, calc-graph-default-resolution)
22117         (calc-graph-default-resolution-3d, calc-invocation-macro)
22118         (calc-show-banner): Use defcalcmodevar to declare them and set
22119         their default values.
22121         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22122         instead of default values (but restore default values if there is
22123         an argument of 0).
22125 2005-01-09  David Kastrup  <dak@gnu.org>
22127         * desktop.el (desktop-restore-eager): Fix typo in type.
22129 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22131         * cus-edit.el (customize): Delete :link.
22133 2005-01-08  Jay Belanger  <belanger@truman.edu>
22135         * calc/calc.el (calc-mode): Remove the extension from the
22136         `calc-settings-file' file name when loading it.
22138 2005-01-08  Kim F. Storm  <storm@cua.dk>
22140         * info.el (Info-mode-map, Info-next-link-keymap)
22141         (Info-prev-link-keymap, Info-up-link-keymap):
22142         Map follow-link to mouse-face.
22143         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22145 2005-01-08  Jay Belanger  <belanger@truman.edu>
22147         * calc/calc.el (calc-settings-file): Change default value.
22148         Suggested by cgw in a comment in calc-mode.el.
22150         * calc/calc-mode.el (calc-settings-file-name):
22151         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22152         Replace ~/.emacs in a prompt by calc-settings-file.
22154 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22156         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22157         (desktop-lazy-idle-delay): New customizable variables.
22158         (desktop-buffer-args-list): New variable.
22159         (desktop-append-buffer-args): New function.
22160         (desktop-save): Call desktop-append-buffer-args for some buffers.
22161         (desktop-lazy-create-buffer): New function.
22162         (desktop-idle-create-buffers): New function.
22163         (desktop-read): Add message about buffers to restore lazily.
22164         (desktop-lazy-abort): New command.
22165         (desktop-clear): Call desktop-lazy-abort.
22166         (desktop-lazy-complete): New command.
22168 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22170         * emacs-lisp/find-func.el (find-face-definition):
22171         Rename from find-face.
22173 2005-01-06  Kim F. Storm  <storm@cua.dk>
22175         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22177         * man.el (Man-xref-man-page, Man-xref-header-file)
22178         (Man-xref-normal-file): Add follow-link property.
22180 2005-01-06  Jay Belanger  <belanger@truman.edu>
22182         * calc/calc-units.el: Make sure the proper macro definitions are
22183         available when compiling.
22185 2005-01-06  Juri Linkov  <juri@jurta.org>
22187         * isearch.el (isearch-lazy-highlight-update):
22188         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22190 2005-01-06  Miles Bader  <miles@gnu.org>
22192         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22193         (isearch-lazy-highlight-face): Use new name.
22195 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22197         * uniquify.el (uniquify-rationalize-file-buffer-names):
22198         Re-add an interactive spec.
22199         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22200         to the same name.
22202         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22203         (isearch-update, isearch-done): Adjust calls accordingly.
22205 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22207         * custom.el (custom-set-variables, custom-theme-set-variables):
22208         Clarify documentation.
22210         * emacs-lisp/find-func.el (find-variable)
22211         (find-variable-other-window, find-variable-other-frame):
22212         Fix the TYPE args to find-function-read and find-function-do-it.
22213         (find-function): Doc fix.
22214         (find-function-at-point): Replace function-at-point alias.
22216 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22218         * cus-face.el (custom-declare-face):
22219         Record defface in current-load-list.
22221         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22223         * emacs-lisp/find-func.el: Doc fixes.
22224         (find-face-regexp): New variable.
22225         (find-function-regexp-alist): New variable.
22226         (find-function-C-source): Third arg is now TYPE.
22227         (find-function-search-for-symbol): Handle general TYPE.
22228         (find-function-read, find-function-do-it): Handle general TYPE.
22229         (find-definition-noselect, find-face): New functions.
22230         (function-at-point): Alias deleted.
22232 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22234         * battery.el (display-battery-mode): Rename from display-battery.
22235         Handle the case where it gets turned off.
22237 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22239         * cus-edit.el (customize): Make :link point to user doc.
22241         * man.el (Man-fontify-manpage): Turn off undo generation.
22243         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22245 2005-01-04  Andreas Schwab  <schwab@suse.de>
22247         * files.el (insert-directory): Only look for error lines in
22248         inserted text.  Don't move too far after processing --dired markers.
22250 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22252         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22253         Don't expand if the character is @, period, dash, etc.
22254         (define-mail-abbrev): Quote names that contain problem characters.
22256 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22258         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22260 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22262         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22263         (query-replace-highlight, query-replace-lazy-highlight)
22264         (query-replace): Definitions moved up.  Doc fix.
22266 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22268         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22269         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22270         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22271         (lazy-highlight-face): Rename from isearch-lazy-...
22272         Change all references to them.
22274 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22276         * cus-edit.el (custom-file): Doc fix for defcustom.
22277         (custom-file): The function no longer sets the variable
22278         `custom-file' to its return value.
22280         * startup.el (command-line): No longer load `custom-file'.
22282 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22284         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22286         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22287         Don't confuse module-prefixed identifiers for labels.
22288         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22290 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22292         * files.el (basic-save-buffer-1): Fix previous change.
22294         * loadhist.el (file-loadhist-lookup): New function.
22295         (file-provides, file-requires): Use it.
22297         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22298         instead of calculating the right size.
22300 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22302         * vc-svn.el (vc-svn-diff): Stay local if possible.
22304 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22306         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22308         * files.el (hack-local-variables): Fix last change.
22310 2005-01-02  Jay Belanger  <belanger@truman.edu>
22312         * calc/calc-yank.el (calc-edit-top): New variable.
22313         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22314         object.  Change header properties.
22315         (calc-edit-finish, calc-edit-finish-stack-object)
22316         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22317         edited object.
22318         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22319         for the beginning of the edited object.
22320         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22321         for the beginning of the edited object.
22322         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22323         (calc-finish-formula-edit, calc-macro-repeats)
22324         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22325         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22326         beginning of the edited object.
22327         (calc-user-define-edit): Change the header for editing macros.
22328         Remove unnecessary variable.
22330 2005-01-01  Jay Belanger  <belanger@truman.edu>
22332         * calc/calc-yank.el (calc-edit-mode): Change default header.
22333         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22334         * calc/calc-store.el (calc-edit-variable): Change title to match new
22335         header.
22336         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22337         mode to match new header.
22338         (calc-user-define-edit): Change titles to include names of commands.
22339         (calc-finish-formula-edit): Adjust to handle new header.
22340         (calc-finish-macro-edit): Remove.
22341         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22342         (calc-edit-macro-command, calc-edit-macro-command-type)
22343         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22344         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22345         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22346         (calc-edit-macro-finish-edit): New functions.
22347         (calc-user-define-edit): Use new functions to edit named calc macros.
22349 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22351         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22353         * ses.el (copy-region-as-kill): Deactivate mark.
22355 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22357         * replace.el (occur-1): If the output buffer is also an input,
22358         don't kill it, rename it.
22360         * faces.el (set-face-background, set-face-foreground): Doc fix.
22362         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22363         for :foreground and :background.
22365         * dired.el (dired-view-command-alist): Variable deleted.
22366         (dired-view-file, dired-mouse-find-file-other-window):
22367         Delete the code to use it.
22369 2005-01-01  Kim F. Storm  <storm@cua.dk>
22371         * image.el (insert-sliced-image): Use t for line-height property.
22373 See ChangeLog.11 for earlier changes.
22375 ;; Local Variables:
22376 ;; coding: iso-2022-7bit
22377 ;; End:
22379     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22380   Copying and distribution of this file, with or without modification,
22381   are permitted provided the copyright notice and this notice are preserved.
22383 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1