(compilation-message-face): Make it defcustom.
[emacs.git] / lisp / ChangeLog
blob998c2eb94277fb7a9fb2a9705c90d740f6f19982
1 2006-04-02  Richard Stallman  <rms@gnu.org>
3         * progmodes/compile.el (compilation-message-face): Make it defcustom.
5 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
7         * ibuf-macs.el (define-ibuffer-column): Add a new key:
8         header-mouse-map. 
10         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11         (ibuffer-mode-header-map): New keymaps.
12         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13         and keybindings for column headers.
14         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
15         property.
17 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
19         * speedbar.el (speedbar-after-create-hook): Doc fix.
21 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
23         * shell.el (shell-directory-tracker)
24         (shell-dynamic-complete-command): Doc fixes.
26 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
28         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
29         terminals.
31 2006-04-01  Kim F. Storm  <storm@cua.dk>
33         * ido.el (ido-unc-hosts-cache): New defvar.
34         (ido-unc-hosts): If value of defcustom is a function, call it to
35         get list of UNC hosts.  Add function-item choices to specify
36         ido-unc-hosts-net-view or user function.
37         (ido-ignore-unc-host-regexps): New defcustom.
38         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
39         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
40         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
42 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
45         wwidth.
47 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
49         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
50         (ido-max-work-file-list, ido-switch-buffer)
51         (ido-read-file-name-as-directory-commands):
52         Fix typos in docstrings.
54 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
56         * term/mac-win.el (mac-system-coding-system): Define and use after
57         Mac-specific coding systems are ready.
59 2006-03-27  Romain Francoise  <romain@orebokech.com>
61         * net/rcirc.el (rcirc-connect): Add autoload cookie.
63         * ldefs-boot.el: Update.
65 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
67         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
68         passphrases when it is not needed.
69         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
70         passphrase stuff from gpg, should only be necessary when you use
71         gpg with a smartcard.
73 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
75         * comint.el (comint-dynamic-list-completions): Allow user to
76         select *Completions* buffer.
78 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
80         * textmodes/org.el (org-get-level-face): Fix bug with level
81         counting.
83 2006-03-26  Andreas Schwab  <schwab@suse.de>
85         * progmodes/gud.el (gdb): Only complain about multiple debugging
86         when the gdb process is still running.
88 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
90         * mail/rmail.el (tool-bar-map): Defvar it.
91         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
92         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
94 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
96         * help.el (print-help-return-message): Suggest to use
97         display-buffer instead of switch-to-buffer-other-window to restore
98         the previous window without selecting it.
100 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
102         * frame.el (select-frame-by-name): Call x-focus-frame also when
103         window-system is mac.
105         * term/mac-win.el: Adjust Courier font specifications in
106         x-fixed-font-alist.
107         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
108         when directly encoding to UTF-16 in native byte order, no BOM.
110 2006-03-25  Kim F. Storm  <storm@cua.dk>
112         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
113         (cua--init-keymaps): Use it instead of fixed C-return.
114         (cua-mode): Set after it.
116         * emulation/cua-rect.el (cua--init-rectangles): Use
117         cua-rectangle-mark-key instead of fixed C-return.
119 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
121         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
122         "run" in .gdbinit.
123         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
125 2006-03-24  Romain Francoise  <romain@orebokech.com>
127         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
128         `display-buffer-other-frame'.
130 2006-03-24  Kim F. Storm  <storm@cua.dk>
132         * apropos.el (apropos-synonyms): Add selection => region.
134 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
136         * progmodes/gdb-ui.el (gdb-var-create-regexp)
137         (gdb-var-list-children-regexp, gdb-var-update-regexp)
138         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
139         (gdb-data-list-register-values-regexp)
140         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
141         Future proof against new fields being added to MI output.
142         (gdb-send): Don't treat backslashes for program input as
143         continuations.
144         (gdb-assembler-handler): Don't use window-start for this handler.
145         (gdb-frame-handler): Don't change to hollow arrow if overlay
146         arrow doesn't move to new frame.
148 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
150         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
151         prevent compiler warnings.
152         (gdb-stopped): Check for gud-last-last-frame (case: signal).
153         (breakpoint-disabled): Make lighter for contrast with overlay
154         arrow.
155         (gdb-assembler-custom): Use hollow-right-triangle for assembler
156         buffer too.
158 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
160         * pgg-gpg.el (pgg-gpg-update-agent): Check for
161         make-network-process, so we can use the same code in Gnus v5-10
162         too and have this file fully synchronized with that release.
164 2006-03-23  Romain Francoise  <romain@orebokech.com>
166         * ibuf-ext.el (ibuffer-read-filter-group-name):
167         Use `ibuffer-generate-filter-groups' to make completion list match
168         the filter groups that are really displayed in the Ibuffer buffer.
169         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
171 2006-03-23  Kenichi Handa  <handa@m17n.org>
173         * international/mule-cmds.el (sort-coding-systems): Describe that
174         the argument is modified in docstring.
176 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
178         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
179         (pgg-gpg-update-agent): New function.
180         (pgg-gpg-use-agent-p): New function.
181         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
182         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
183         (pgg-gpg-sign-region): Use it.
185 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
187         * cus-edit.el (custom-face-set): Call custom-push-theme before
188         face-spec set so that `changed' theme is correctly saved.
189         (custom-face-reset-standard): Reset to recalculated face rather
190         than defface spec.
192         * custom.el (custom-push-theme): Only save `changed' theme if the
193         current face does not match the defface specs.
195 2006-03-21  Simon Josefsson  <jas@extundo.com>
197         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
198         <wilde@sha-bang.de>.
199         (pgg-gpg-use-agent): New variable.
200         (pgg-gpg-process-region): Use it.
201         (pgg-gpg-encrypt-region): Likewise.
202         (pgg-gpg-encrypt-symmetric-region): Likewise.
203         (pgg-gpg-decrypt-region): Likewise.
204         (pgg-gpg-sign-region): Likewise.
205         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
207 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
209         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
210         bracket links.
212 2006-03-21  Kim F. Storm  <storm@cua.dk>
214         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
215         fringe-indicator-alist instead of modifying global value.
216         (gdb-frame-handler): Likewise.
218 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
220         * diff-mode.el (diff-function): Make it inherit from diff-header
221         instead of diff-context.
223         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
224         bitmap.
225         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
226         change names in macro above for consistency.
227         (gdb-frame-handler): Use hollow-right-triangle for all selected
228         frames which except the innermost (where execution has stopped).
229         (gdb-reset): Reset buffer-local values of overlay-arrow.
231 2006-03-20  Richard Stallman  <rms@gnu.org>
233         * simple.el (set-mark-command): Doc fix.
235         * files.el (display-buffer-other-frame): New command.
236         (ctl-x-4-map): Bind C-x 5 C-o to it.
238 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
241         rather than just defer-time, in case defer-time has been changed but
242         the timer isn't running yet.
243         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
245 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
247         * help-mode.el (help-follow-symbol): New function.
248         Essentially identical to the old `help-follow', but do not let
249         `push-button' do the work when on an xref.
250         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
252 2006-03-19  Richard Stallman  <rms@gnu.org>
254         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
255         preceded by the word `program'.
256         (help-follow-mouse, help-follow): Throw error if not on xref.
257         Delete no longer used args.
259 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
261         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
262         annotation ensure gud-overlay-arrow-position is redisplayed.
264 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
266         * textmodes/bibtex.el (bibtex-include-OPTkey)
267         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
268         (bibtex-autokey-name-case-convert)
269         (bibtex-autokey-titleword-case-convert): Make these the aliases
270         for the following two variables.
271         (bibtex-autokey-name-case-convert-function)
272         (bibtex-autokey-titleword-case-convert-function): Make these the
273         real names.
274         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
275         bibtex-font-lock-crossref sublists.
276         (bibtex-mode): Revert 2005-12-30 change (which made
277         completion-ignore-case buffer-local).
278         (bibtex-url): Simplify.
280 2006-03-19  Kim F. Storm  <storm@cua.dk>
282         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
283         cursor property value to 2 (to align with C level change).
285 2006-03-19  Bill Wohler  <wohler@newt.com>
287         * image.el (image-load-path-for-library): Shorten first line in
288         docstring.
290 2006-03-18  Richard Stallman  <rms@gnu.org>
292         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
294 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
296         * isearch.el (isearch-other-meta-char): Handle user bindings for
297         shifted control characters.
299 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
301         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
302         part that matches email addresses, file names, etc.
304 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
306         * term/w32-win.el (mouse-set-font):
307         Mention w32-list-proportional-fonts in the doc string.
309 2006-03-18  Kim F. Storm  <storm@cua.dk>
311         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
312         (ido-unc-hosts): New user option to explicitly define list of know
313         UNC-style hosts for completion.
314         (ido-cache-unc-host-shares-time): New user option.
315         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
316         New helper functions for UNC file-name support.
317         (ido-may-cache-directory): Check for UNC host.  Simplify.
318         (ido-wash-history): Clean out old UNC hosts.
319         (ido-nonreadable-directory-p): UNC hosts are always readable.
320         (ido-directory-too-big-p): UNC hosts are never too big.
321         (ido-set-current-directory): Handle UNC root path.
322         (ido-file-name-all-completions): Complete UNC host names from
323         ido-unc-hosts list.  Cache UNC host shares.
324         (ido-make-file-list-1): Don't filter UNC root.
325         (ido-exhibit): Check for // in root directory, and switch to UNC
326         mode by setting ido-current-directory to //.
328 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
330         * cus-edit.el (customize-changed-options): Mention explicit
331         version number as default in prompt.
333 2006-03-17  Bill Wohler  <wohler@newt.com>
335         * image.el (image-load-path-for-library): Minor docstring fix.
337 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
339         * textmodes/org.el (org-read-date): Include subgroup 5 into
340         replacement text.
341         (org-popup-calendar-for-date-prompt): Fix customization type.
343 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
345         * progmodes/gdb-ui.el (gud-watch): Provide completion.
346         (gdb-continuation): New variable.
347         (gdb-send): Deal with continuation lines.
349         * progmodes/gud.el (gud-gdb-complete-command)
350         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
351         expressions.
352         (gud-tooltip-mode): Use buffer-local value.
354 2006-03-16  Kim F. Storm  <storm@cua.dk>
356         * ido.el (ido-edit-input): Use selected match, if any.
358 2006-03-16  Bill Wohler  <wohler@newt.com>
360         * image.el (image-load-path-for-library): Prefer user's images in
361         image-load-path.
363 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
365         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
366         when checking for attempt to drag leftmost or rightmost scrollbar.
368 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
370         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
371         (gdb-force-mode-line-update): New function.
372         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
373         (gdb-exited): Use them.
374         (gdb-signal): New function.
375         (gdb-annotation-rules): Provide a rule for it.
377 2006-03-16  Kenichi Handa  <handa@m17n.org>
379         * international/mule.el (auto-coding-regexp-alist): Add entries
380         for Unicode BOM.
382         * sort.el (sort-build-lists): Temporarily bind
383         inhibit-field-text-motion to t.
385 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
387         * locate.el (locate-command, locate-make-command-line)
388         (locate-fcodes-file, locate-update-command)
389         (locate-prompt-for-command, locate, locate-with-filter)
390         (locate-get-file-positions): Doc fixes.
391         (locate-buffer-name, locate-header-face): Remove leading `*' in
392         defcustom.
393         (locate-filter-output): Use `keep-lines' instead of its alias
394         `delete-non-matching-lines'.
395         (locate-get-filename, locate-get-dirname): Add introductory comment.
396         (locate-find-directory-other-window): Give appropriate error
397         message if used outside main listing.
399 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
402         the new extend-region feature.
403         (font-lock-after-change-function): Update correspondingly.
404         * jit-lock.el (jit-lock-after-change): Update correspondingly.
405         * progmodes/grep.el (font-lock-lines-before): Don't disable.
407 2006-03-15  Bill Wohler  <wohler@newt.com>
409         * image.el (image-load-path-for-library): Fix example by not
410         recommending that one binds image-load-path.  Just defvar it to
411         placate compiler and only use it if previously defined.
413 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
415         * textmodes/org.el (org-insert-centered): Use `string-width' to
416         make underlining work for wide characters.
417         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
418         TAB to `org-cycle', to make sure that no binding in
419         `outline-mode-map' can supercede it.
421 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
423         * allout.el: Increment version to 2.2.1 in file commentary.
425         (allout-version): Increment to 2.2.1.
427         (allout-default-layout): New customization variable, used when the
428         file lacks a specific allout-layout.  Uses allout-layout-type for
429         recursively nested definition.
431         (allout-layout-type): Widget defining allout layouts, necessary for
432         self-recursive definition.
434         (allout-mode): Incorporate allout-default-layout as fallback for
435         allout-layout.
437         (allout-layout): Mark as 'safe-local-variable', and refer mention
438         fallback to `allout-default-layout' in absence of a specified value.
439         (allout-passphrase-verifier-string)
440         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
442         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
444         (allout-get-encryption-passphrase-verifier): Use correct name of
445         passphrase verifier in docstring.
447 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
449         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
450         elements.
451         (gdb-find-watch-expression): Make it work for arrays too.
452         Follow change to gdb-var-list.
453         (gud-watch): Allow the user to enter variable name with a prexix
454         arg.  Create keybindings.
455         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
456         (gdb-var-list-children-handler, gdb-var-update-handler)
457         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
458         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
459         Follow change to gdb-var-list.
460         (gdb-starting): Don't show the overlay arrows when program is running.
462         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
463         gdb-var-list.
465 2006-03-14  Bill Wohler  <wohler@newt.com>
467         * image.el (image-load-path-for-library): Pass value of path
468         rather than symbol.  Always return list of directories.
469         Guarantee that image directory comes first.
471 2006-03-14  Alan Mackenzie  <acm@muc.de>
473         * font-core.el (font-lock-extend-region\(-function\)?.):
474         New function/variable.
476         * font-lock.el (font-lock-after-change-function):
477         Call font-lock-extend-region.  Obey font-lock-lines-before.
478         (font-lock-default-fontify-region): Remove reference to
479         font-lock-lines-before.
481         * jit-lock.el (jit-lock-after-change):
482         Call font-lock-extend-region.  Obey font-lock-lines-before.
484 2006-03-14  David Ponce  <david@dponce.com>
486         * tree-widget.el (tree-widget-themes-load-path)
487         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
489 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
491         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
492         (rcirc-print): Mark the start of text at the end of the prompt.
493         (rcirc-track-minor-mode): Add autoload cookie.
494         (rcirc-update-activity-string): Add space to front of mode-line
495         indicator.
497 2006-03-13  Miles Bader  <miles@gnu.org>
499         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
500         (rcirc-abbrev-nick): Remove function.
501         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
503 2006-03-13  David Ponce  <david@dponce.com>
505         * tree-widget.el: Handle themes across all occurrences of the main
506         themes sub-directory found in tree-widget-themes-load-path.
507         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
508         (tree-widget--locate-sub-directory): Return all occurrences.
509         (tree-widget-themes-path): New function.
510         Replace tree-widget-themes-directory, and return a list of directories.
511         (tree-widget-set-parent-theme)
512         (tree-widget-lookup-image): Use it.
514 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
516         * textmodes/org.el (org-link-search): Avoid self-matching of
517         links, allow target text to be distributed over several lines.
518         (org-search-not-link): New function.
519         (org-set-regexps-and-options, org-get-current-options):
520         New startup options.
521         (org-export-as-html): Take odd-level setting from local variable.
522         (org-fontify-emphasized-text): New option.
523         (org-set-font-lock-defaults): Include emphasized text.
524         (org-follow-mhe-link): Allow folder-only links, fix folder name.
525         (org-font-lock): Customize group renamed from `org-faces'.
527 2006-03-13  John Paul Wallington  <jpw@pobox.com>
529         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
530         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
532 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
534         * cus-start.el (all): Delete :version keyword for members of the
535         fringe group, since the entire group is new in 22.1.
537 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
539         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
540         map if value is hexadecimal (an address).
541         (gud-watch): Only search roots for existing watch expressions.
542         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
543         prevent caching problems with speedbar-update-directory-contents.
545 2006-03-12  Juri Linkov  <juri@jurta.org>
547         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
548         before comparing with `low' and `warn'.
550         * info.el (Info-dir-remove-duplicates): Move point to the
551         beginning of the current line after deleting the entries from
552         redundant heading.  Use marker for `limit' and compare it with
553         point before calling `re-search-forward'.
555 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
557         * simple.el (yank): Fix typo in docstring.
559 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
561         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
562         messages, where "D" is the 6th character.
564 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
566         * simple.el (yank): Fix last change.
568 2006-03-11  David Ponce  <david@dponce.com>
570         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
571         merging elements from the standard ispell-dictionary-alist.
572         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
573         alist, and return the new alist.
575 2006-03-11  Richard Stallman  <rms@gnu.org>
577         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
579         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
580         the way it is implemented is too unclean.
582         * simple.el (kill-region, yank): Doc fix.
584         * battery.el (battery-echo-area-format): Doc fix.
585         (battery-mode-line-format): Likewise.
586         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
587         (battery-linux-proc-acpi): Ignore batteries that say "charged".
589 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
591         * progmodes/octave-mod.el (octave-indent-for-comment):
592         Behave according to do string.
594 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
596         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
597         Be visible only if major mode is Mail Mode.
599         * textmodes/flyspell.el (flyspell-external-point-words)
600         (flyspell-process-localwords): Fix last changes.
602 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
604         * calendar/holidays.el (list-holidays): Doc fix.
606         * international/mule.el (auto-coding-alist): Add .odt
607         (OpenOffice's open document) files.
609         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
610         document) files.  Mention in the doc string the need to sync with
611         auto-coding-alist.
613 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
615         * files.el (hack-local-variables-confirm): Don't prompt for ! if
616         enable-local-variables is set to always query, or there is no
617         savable variable.
619 2006-03-10  Bill Wohler  <wohler@newt.com>
621         * image.el (image-load-path-for-library): Merge at least three
622         functions from Gnus and MH-E into this one function that can now
623         be shared.
625 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
627         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
628         gdb-remove-mouse-face and remove help-echo too.
629         (gdb-enqueue-input): Correct conditional clause.
631 2006-03-10  Glenn Morris  <rgm@gnu.org>
633         * calendar/calendar.el (calendar-holidays): Doc fix.
634         * calendar/holidays.el (list-holidays): Doc fix.
636 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
638         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
639         it gets called in gdb-prompt anyway.
640         (gdb-use-separate-io-buffer): Only restore window arrangement for
641         gdb-many-windows.
642         (gdb-enqueue-input): Make it harder to send GDB input when program
643         is running.
644         (gdb-buffer-list): New variable.
645         (gdb-remove-mouse-face): New function.
646         (gdb-starting): Use it when GDB input won't get sent.
648 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
650         * help.el (view-lossage): Remove trailing whitespace before
651         inserting "\n".
653 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
655         * files.el (hack-local-variables-confirm):
656         Set coding-system-for-read to nil before writing to .emacs.
658         * arc-mode.el (archive-extract): Check if an existing buffer name
659         comes from a different archive.
661         * help.el (describe-key-briefly): If KEY is a down event, read and
662         discard the up event.
664 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
666         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
667         be edited and use font-lock-warning-face for any changes.
669         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
670         (gdb-edit-value): Use it to report any errors.
672 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
674         * help.el (describe-key): Remove leftover test code.
676 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
678         * textmodes/org.el: Move defvars out of eval-when-compile.
679         Use buffer-file-name variable.
680         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
681         arg `file'.
682         (org-level-faces): Remove startup dependency.
683         (org-cycle, org-map-tree, org-scan-tags)
684         (org-remember-handler): Don't call `outline-level' directly.
685         (org-mhe-search-all-folders): New option.
686         (org-mhe-get-message-folder-from-index)
687         (org-mhe-get-message-folder): Fix indexing search.
688         (org-format-agenda-item): Handle nil TAGS argument.
689         (org-cleaned-string-for-export, org-activate-target-links)
690         (org-make-target-link-regexp): Deal with empty radio target list.
691         (org-tag): New face.
692         (org-get-level-face): New function.
693         (org-set-font-lock-defaults): Simplify setup for headlines.
694         (org-complete): Pass common substring to `display-completion-list'.
696 2006-03-06  David Ponce  <david@dponce.com>
698         * tree-widget.el: Update Commentary header.
699         (tree-widget-theme-name): Ignore parent themes.
700         (tree-widget-set-parent-theme): New function.
701         (tree-widget-set-theme): Use it.
702         (tree-widget-set-image-properties): Move definition.  Does nothing
703         if image properties have already been set.
704         (tree-widget-image-properties): Move definition.  Receive an image
705         name.  Set the :pointer property.
706         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
707         Don't set the :pointer image property.
708         (tree-widget-convert-widget): New function.  Handle :dynargs
709         compatibility here.
710         (tree-widget): Use it to :convert-widget.  Add the :expander-p
711         predicate to control when the :expander function is entered.
712         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
713         (tree-widget-value-create): Handle :expander-p.  widget-apply
714         :expander.
715         (tree-widget-expander-p): New function.  Default value of the
716         :expander-p property.
718 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
720         * help.el (describe-key): Properly handle the return value of
721         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
722         remaps.  Handle string and vector `follow-link' values.
724 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * complete.el (PC-expand-many-files): Try be more careful when parsing
727         the shell's output.
729 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * outline.el (hide-sublevels): Provide better interactive default.
733 2006-03-06  Kenichi Handa  <handa@m17n.org>
735         * international/fontset.el (create-fontset-from-fontset-spec):
736         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
738 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
740         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
741         backslashes instead of one in regexp.
742         (gud-tooltip-dereference): Add missing optional argument.
744 2006-03-04  John Paul Wallington  <jpw@pobox.com>
746         * wdired.el (toplevel): Require `cl' at compile-time.
748 2006-03-04  Andreas Schwab  <schwab@suse.de>
750         * server.el (server-process-filter): Handle errors during
751         evaluation of the argument.
753 2006-03-03  John Paul Wallington  <jpw@pobox.com>
755         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
756         escape parentheses at beginning of line.
757         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
758         (t-mouse-mode): Remove period from end of error message.
760 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
762         * textmodes/flyspell.el (flyspell-process-localwords):
763         Be case-sensitive.
765 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
767         * cus-edit.el (custom-quote): Remove function, since it has been
768         moved to custom.el.
770         * font-lock.el (lisp-font-lock-keywords-2)
771         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
772         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
773         they have no special meaning.
775         * midnight.el (clean-buffer-list): Handle case where base-buffer of
776         indirect buffer gets killed before indirect buffer.  Use dolist.
778 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
780         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
781         value instead of a literal constant (1) on more pauses.
783 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
785         * textmodes/flyspell.el (flyspell-external-point-words):
786         Be case-sensitive.
788 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
790         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
791         with "www".
793 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
795         * allout.el: Restablish intermediate missing comment header to
796         preserve outline structure.
797         (allout-beginning-of-current-entry): Skip invisible text.
798         (allout-open-topic): Fix opening a topic at end-of-buffer.
799         (allout-minor-mode): Move nearer to allout-mode function.
801 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
803         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
805 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
807         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
808         is nil.
810         * progmodes/gud.el (gud-speedbar-menu-items):
811         Use buffer-local-value and add missing :visible keyword.
813         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
815 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
817         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
818         must be `follow-link'.
820         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
822         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
823         formatting: No nested anchors.
824         (org-all-targets): Fix bug with XEmacs compatibility.
825         (org-read-date): Add (require 'parse-time).
826         (org-set-tags): Fix bug with extra inserted space.
827         (org-export-html-style): Define a style class for targets.
828         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
829         (org-hide-leading-stars): New option.
830         (org-hide): New face.
831         (org-set-font-lock-defaults): Allow to hide leading stars.
832         (org-get-legal-level, org-tr-level): New functions.
833         (org-odd-levels-only): New option.
834         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
835         (org-demote, org-promote): Deal with double-star levels.
836         (org-convert-to-odd-levels): New command.
838 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
840         * speedbar.el (speedbar-update-localized-contents): Try to
841         preserve window-start.
842         (speedbar-update-directory-contents): Try to preserve window-start
843         and window-point.
844         (speedbar-update-special-contents): Don't move back to start of window.
846         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
847         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
848         speedbar-timer-fn.
849         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
850         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
851         instead of gdb-speedbar-timer-fn.
853 2006-02-28  Jay Belanger  <belanger@truman.edu>
855         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
856         (math-compose-expr): Use latex option when calling
857         `math-compose-tex-matrix' for latex mode.
859 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
861         * speedbar.el: Re-instate comments about developing for speedbar
862         [this is what info and gdb-ui use even if better methods exist now].
864         * t-mouse.el: New file.
865         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
866         (t-mouse-lispy-buffer-posn-from-coords): Remove.
867         (t-mouse-make-event-element): Use posn-at-x-y instead.
868         (t-mouse-make-event): Deal with Fedora Core 3.
869         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
870         (t-mouse-mouse-position-function): New function.  Use it instead
871         of advising mouse-position.
872         (t-mouse-mode): New minor mode.
873         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
875 2006-02-27  Glenn Morris  <rgm@gnu.org>
877         * calendar/calendar.el (calendar-holidays): Doc fix.
879 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
881         * progmodes/gdb-ui.el (gdb-source-window): New variable.
882         Re-introduce the concept of a source window.
883         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
884         consistency with get-buffer-create.
885         (def-gdb-auto-update-handler, gdb-info-locals-handler)
886         (gdb-data-list-register-values-handler)
887         (gdb-stack-list-locals-handler): Try to preserve window-start as
888         well as window-point.
889         (gdb-display-source-buffer): New function (old concept).
890         (gdb-goto-breakpoint): Use it.
892         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
893         for gdb-ui/gdb-mi (old concept).
895 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
897         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
898         binding.
900         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
902         * textmodes/reftex-sel.el (reftex-select-label-map)
903         (reftex-select-bib-map): Add `follow-mouse' binding.
905 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
907         * jka-cmpr-hook.el (jka-compr-compression-info-list)
908         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
909         Give :set functions to provide automatic updating.
910         Update docstring.  Give compiler defvars early in the file
911         and move the defcustoms to a later spot where all called functions
912         are defined.
913         (jka-compr-file-name-handler-entry): Doc fix.
914         (jka-compr-compression-info-list--internal)
915         (jka-compr-mode-alist-additions--internal)
916         (jka-compr-load-suffixes--internal): New variables.
917         (jka-compr-install): Set the three above variables.
918         Update `load-file-rep-suffixes' instead of `load-suffixes'.
919         (jka-compr-update, jka-compr-set): New functions.
920         (auto-compression-mode): Doc fix.
922         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
923         Update `load-file-rep-suffixes' instead of `load-suffixes'.
924         Use jka-compr-compression-info-list--internal,
925         jka-compr-mode-alist-additions--internal and
926         jka-compr-load-suffixes--internal.
928         * files.el (load-library):
929         * loadhist.el (file-loadhist-lookup):
930         * startup.el (command-line):
931         * subr.el (locate-library):
932         * emacs-lisp/autoload.el (update-directory-autoloads):
933         * emacs-lisp/find-func.el (find-library-suffixes):
934         Use `get-load-suffixes' instead of `load-suffixes'.
936         * subr.el (locate-library):
937         * emacs-lisp/find-func.el (find-library-name):
938         Use `load-file-rep-suffixes' instead of '("").
940 2006-02-26  Kim F. Storm  <storm@cua.dk>
942         * ido.el (ido-save-history, ido-load-history): Simplify.
943         Don't use find-file-noselect to avoid interference from other modes.
945 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
947         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
948         to use the default shell if filename is not available.
949         Reported by Giorgos Keramidas.
951 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
953         * progmodes/etags.el (tags-completion-table): Do completion from
954         all the tables in the current list, as documented in the manual.
956 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
958         * CC Mode Update to 5.31.3.
960 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
962         * progmodes/cc-mode.el (c-postprocess-file-styles):
963         Bind inhibit-read-only to t, around the call to
964         c-remove-any-local-eval-or-mode-variables, so that it works on a
965         RO file.
967 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
969         * progmodes/cc-awk.el: Correct a typo.
971 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
973         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
974         c-hungry-delete-backwards, at the request of RMS.  Leave the old
975         name as an alias.
977 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
979         * progmodes/cc-mode.el: Correct a typo.
981 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
983         * progmodes/cc-defs.el: Update the version number to 5.31.3.
985 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
987         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
988         brace-else-brace (error due to mbeg, mend being undefined).
990 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
992         * progmodes/cc-mode.el: File Local variables: Solve the problem
993         where both `mode' and c-file-offsets are specified: `mode' will
994         overwrite c-f-o's settings:
995         (c-remove-any-local-eval-or-mode-variables): New function.
996         (c-postprocess-file-styles): Call the above new function, within
997         c-tentative-buffer-change, to splat `mode' and `eval' before the
998         second hack-local-variables.
1000 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1002         * progmodes/cc-mode.el:
1003         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1004         (c-after-change): Protect the match data with save-match-data.
1005         It was getting corrupted by c-after-change-check-<>-operators.
1007         * cc-defs.el: [Supersedes patch V1.38]:
1008         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1009         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1011         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1012         with save-match-data.  It was being corrupted when Font Lock was
1013         not enabled.
1015 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1017         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1018         Mode and Subword Mode.
1020         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1021         real labels ("case 1:" or "foo:") from non-labels ("public:").
1022         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1023         coding; c-f-t-2 doesn't move over a token at EOB.
1025         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1027         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1028         (c-update-modeline): Concatenate the minor mode indicators
1029         directly onto mode-name, removing c-submode-indicators.
1030         Sometimes, c-s-i got separated from the mode name on the mode line.
1032         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1033         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1035 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1037         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1038         error message when there's an evaluation error to show whether
1039         it's loaded from source or not.
1040         (c-filter-ops): Make it available at runtime too to work when
1041         `c-make-init-lang-vars-fun' needs to evaluate from source.
1043 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1045         * help.el (help): Revert last part of 2006-02-23 change (deletion
1046         of the `provide' call).
1048 2006-02-23  Juri Linkov  <juri@jurta.org>
1050         * compare-w.el (compare-windows-highlight): Add new value
1051         `persistent' and change :type from `boolean' to `choice'.
1052         (compare-windows-overlays1, compare-windows-overlays2):
1053         New internal variables.
1054         (compare-windows-highlight): If compare-windows-highlight is
1055         `persistent', add current overlays to compare-windows-overlays[12]
1056         instead of adding compare-windows-dehighlight to pre-command-hook.
1057         (compare-windows-dehighlight): Delete all overlays from
1058         compare-windows-overlays[12].
1060         * info.el (Info-search): Don't bind search-spaces-regexp to
1061         Info-search-whitespace-regexp in non-regexp isearch mode.
1063 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1067 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1069         * textmodes/org.el (org-xemacs-p)
1070         (org-export-html-show-new-buffer, org-table-may-need-update)
1071         (org-insert-item, org-mhe-get-message-real-folder)
1072         (org-mhe-get-message-folder-from-index)
1073         (org-mhe-get-message-folder, org-mhe-get-message-num)
1074         (org-mhe-get-header, org-make-org-heading-search-string)
1075         (org-make-org-heading-camel, org-table-sort-lines)
1076         (org-format-org-table-html, org-format-table-table-html):
1077         Fix typos in docstrings.
1079 12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1081         * textmodes/org.el (org-cleaned-string-for-export)
1082         (org-solidify-link-text): New function.
1083         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1084         XEmacs, just to silence the compiler.
1085         (org-export-as-ascii, org-export-as-html-and-open):
1086         Use `org-cleaned-string-for-export' and create internal links.
1087         (org-follow-mhe-link): Require mh-e, use folder.
1089 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1091         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1093         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1094         gdb-debug-log-length.
1095         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1096         it a real ring but...
1097         (gud-gdba-marker-filter): ...make it work like mark-ring.
1098         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1099         (gdb-mouse-jump): New function.  Add bindings.
1101 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1103         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1104         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1105         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1106         (gdb-debug-log-length): Customize it's length.
1107         (gud-watch, gdb-var-create-handler): Display function::var format
1108         but don't use to create variable object.
1109         (gdb-var-create-handler): Use message-box in place of message.
1110         (gdb-stopped): Call gdb-exited if signalled.
1112 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1114         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1116         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1118         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1119         if `reftex-try-all-extensions' is set.
1121         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1122         fail silently when there is no valid argument at point.
1123         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1124         `fail-silently' argument.  From a patch by David Reiter.
1126         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1127         New commands.
1128         (org-mark-ring): New variable.
1129         (org-mark-ring-length): New option.
1130         (org-open-at-point, org-goto, org-open-file): Push old position
1131         onto the mark ring.
1132         (org-add-hook): New function.
1133         (org-export-table-remove-special-lines): New option.
1134         (org-skip-comments, org-format-org-table-html): Respect new
1135         option `org-export-table-remove-special-lines'.
1136         (org-open-file): Allow special command configuration for
1137         directory link.
1138         (org-file-apps): Fix bugs in customize type, added setting
1139         for directories.
1140         (org-activate-tags, org-format-agenda-item, org-complete)
1141         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1142         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1143         (org-link-search, org-make-org-heading-search-string)
1144         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1145         (org-radio-targets, org-file-link-context-use-camel-case)
1146         (org-activate-camels): New options.
1147         (org-update-radio-target-regexp, org-all-targets)
1148         (org-make-target-link-regexp, org-activate-target-links):
1149         New functions.
1150         (org-make-org-heading-search-string): New function.
1151         (org-store-link, org-insert-link): Use new option
1152         `org-file-link-context-use-camel-case'.
1153         (org-activate-camels): Use new option `org-activate-camels'.
1154         (org-link-regexp): Add mhe prefix.
1155         (org-open-at-point, org-store-link): Support for mhe links.
1156         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1157         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1158         (org-mhe-get-header, org-follow-mhe-link): New functions.
1159         (org-remove-angle-brackets, org-add-angle-brackets):
1160         New functions.
1161         (org-bracket-link-regexp): New constant.
1162         (org-read-date): Fix bug that was rejecting all typed dates.
1163         (org-link-search): Make hierarchy above visible after a match.
1164         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1165         (org-store-link): Fix bug with link creation when cursor is in
1166         an empty line.
1167         (org-open-at-point): Fix bug with matching a link.
1168         Fixed buggy argument sequence in call to `org-view-tags'.
1169         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1170         (org-prefix-has-tag): New variable.
1171         (org-format-agenda-item): Remove tags from headline
1172         if appropriate.
1173         (org-agenda-remove-tags-when-in-prefix): New option.
1175 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1177         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1178         Fix the regular expressions.
1180 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1182         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1183         if there's no other specific basis.
1185         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1186         as variables at all.
1187         (unsafep-variable): Rename arg; doc fix.
1189         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1191         * calendar/appt.el (diary-selective-display): Add defvar.
1193         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1195         * isearch.el (search-whitespace-regexp): Fix custom type.
1197         * help.el (describe-key-briefly): Compute interactive args
1198         in same was as before previous change.
1200         * files.el (enable-local-variables): Doc fix.
1202 2006-02-21  Kim F. Storm  <storm@cua.dk>
1204         * fringe.el: Cleanup as file is now pre-loaded.
1205         (fringe-bitmaps): Initialize unconditionally.
1206         (fringe-mode, set-fringe-style): Remove autoload cookies.
1208 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1210         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1211         `horizontal-bar'.
1212         (fringe-cursor-alist): Use `horizontal-bar'.
1214 2006-02-20  Kim F. Storm  <storm@cua.dk>
1216         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1217         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1219         * loadup.el: Load "fringe" on window systems.
1221 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1223         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1224         out of scope components.
1226         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1227         default.
1229 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1231         * custom.el (customize-mark-to-save, customize-mark-as-set):
1232         Load the symbol first.
1234 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1236         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1237         strech spec so it doesn't display as "^J" on the header line
1238         when `Buffer-menu-use-header-line' is t.
1240 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1242         * speedbar.el (speedbar-make-button): Keep text properties
1243         of string arguments if desired.
1245         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1246         expessions.
1248         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1249         of speedbar.
1251 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1253         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1254         to value of `read-file-name-completion-ignore-case'.
1256 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1258         * custom.el (customize-mark-as-set): Push to `user' theme.
1260         * cus-edit.el (custom-save-variables): Allow unthemed values.
1261         (customize-set-variable): Push setting to `user' theme.
1263 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1265         * progmodes/gud.el: Don't require font-lock as it's now
1266         automatically loaded.
1267         (gud-speedbar-buttons): Replace gdb-var-changed with
1268         gdb-force-update.
1270         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1271         gdb-var-changed.
1272         (gdb-post-prompt): Use it.
1273         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1274         (gdb-var-update-handler, gdb-var-delete)
1275         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1276         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1277         gdb-force-update in gdb-post-prompt.
1278         (gdb-reset): Clear watch expressions from speedbar when quitting.
1280 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1282         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1283         (viper-change-state-to-vi, viper-change-state-to-emacs):
1284         Make aware of cursor coloring in the Emacs state.
1285         (viper-special-read-and-insert-char): Use read-char-exclusive.
1286         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1288         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1290         * viper-util.el (viper-save-cursor-color)
1291         (viper-get-saved-cursor-color-in-replace-mode)
1292         (viper-get-saved-cursor-color-in-insert-mode)
1293         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1294         state.
1295         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1297         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1298         (ediff-ignore-case-option3, ediff-actual-diff-options)
1299         (ediff-actual-diff3-options): New variables to control case sensitivity.
1300         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1301         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1302         (ediff-toggle-ignore-case): New function.
1303         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1305         * ediff-help.el (ediff-long-help-message-narrow2)
1306         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1307         (ediff-long-help-message-word-mode): Add ignore-case command.
1308         (ediff-help-for-quick-help): Add ignore-case command.
1310         * ediff-merg.el: Move provide to the end.
1312         * ediff-ptch.el: Move provide to the end.
1314         * ediff-wind.el: Move provide to the end.
1316         * ediff-mult.el: Move provide to the end.
1317         (ediff-set-meta-overlay): Enable follow-link.
1319         * ediff.el: Move provide to the end.
1320         Break recursive load cycle in eval-when-compile.
1321         (ediff-patch-buffer): Better heuristics.
1323         * ediff-util.el: Move provide to the end.
1324         Break recursive load cycle in eval-when-compile.
1325         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
1326         defuns.
1327         (ediff-submit-report): Pass the values of ediff-diff3-program,
1328         ediff-diff3-options.
1330 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
1332         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1333         the opening bracket of the following bracketing pairs: {}, [], (), <>,
1334         `' (for example, in the docstring of `windmove-default-keybindings').
1336 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1338         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1339         shadow face.  Don't provide binding to edit variable when it is
1340         out of scope.
1342         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1343         (gdb-var-update-handler): Detect out of scope variables with pre
1344         GDB 6.4 too.
1345         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1346         Reset status of variable objects to nil in update handlers.
1347         (gdb-var-update-handler-1): Detect when a variable object comes
1348         in scope.  setcar on var changes gdb-var-list directly.
1350 2006-02-17  Juri Linkov  <juri@jurta.org>
1352         * ffap.el (ffap) <defface>: Add explicit face declaration.
1353         (ffap-highlight): Use face `ffap' directly instead of checking
1354         for its existence.
1356         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1357         `visible-ok' of `other-buffer' to find the right original buffer.
1359         * info.el (Info-search): Skip `Local Variables' node.
1361 2006-02-17  Juri Linkov  <juri@jurta.org>
1363         * info.el (Info-find-file): Check for symbols `apropos', `history',
1364         `toc' in the input filename, and return these symbols as is.
1365         (Info-find-node-2): Set Info-current-file to symbols `apropos',
1366         `history', `toc' instead of strings.
1367         (Info-set-mode-line): For non-string Info-current-file use the
1368         symbol's name inside **.
1369         (Info-isearch-push-state): Add quote before Info-current-file and
1370         Info-current-node.
1371         (Info-isearch-pop-state): Use `equal' instead of `string='.
1372         (Info-extract-pointer, Info-following-node-name): Use
1373         `match-string-no-properties' instead of `match-string'.
1374         (Info-up): Check `old-file' for `stringp'.
1375         (Info-history): Use `equal' instead of `string-equal'.
1376         Check `file' for `stringp'.
1377         (Info-history): Use symbol `history' instead of string as first arg
1378         of `Info-find-node'.
1379         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
1380         `toc' instead of string.
1381         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1382         instead of `buffer-substring', and `match-string-no-properties'
1383         instead of `match-string'.
1384         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1385         instead of strings.
1386         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1387         Use symbol `apropos' instead of string.
1388         (Info-copy-current-node-name): Check `Info-current-file' for
1389         `stringp' and construct a command with `Info-find-node' from it.
1390         (Info-fontify-node): Use `match-string-no-properties' instead of
1391         `match-string' and check file names for `stringp'.
1392         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1393         `history', `toc' instead of strings.
1395 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
1397         * files.el: Rearrange functions and variables in the file local
1398         variables section.
1400 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
1402         * files.el: Add truncate-lines, ispell-check-comments and
1403         ispell-local-dictionary as safe local variables.
1405 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
1407         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1408         out of scope variables.
1409         (gud-speedbar-buttons): Use unless.
1411         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1412         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1413         (gdb-show-changed-values): Also use for out of scope variables.
1414         (gdb-var-update-handler-1): Note if variable goes out of scope.
1416 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
1418         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1419         default to global variable values for unsupplied args.
1420         (rcirc-get-buffer-create): Fix bug with setting the target.
1421         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1422         test for rcirc-always-use-server-buffer-flag here.
1423         (rcirc-response-formats): Add %N, which is a facified nick.  %n
1424         uses the default face.  Change the ACTION format string.  If the
1425         "nick" is the server, don't print anything for that field.
1426         Comment fixes.
1427         (rcirc-target-buffer): Don't test
1428         rcirc-always-use-server-buffer-flag here.
1429         (rcirc-print): Squeeze extra spaces out of the text before message.
1430         (rcirc-put-nick-channel): Strip potential "@" char from nick
1431         before adding them to nick table.
1432         (rcirc-url-regexp): Improve to match address like "foo.com".
1434 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
1436         * allout.el (allout-hidden-p): Move this defsubst before
1437         allout-overlay-interior-modification-handler, where it is first
1438         used.
1440 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
1442         * allout.el: Use allout invisible-text overlays instead of
1443         selective display for concealed text.  Also, lots of general
1444         cleanup, and improved compatibility code.
1446         (allout-version) Incremented, corrected, revised, and refined
1447         module commentary.
1449         (provide 'allout): Moved to the bottom, added a require of overlay.
1451         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1452         `except-current'.
1453         (allout-write-file-hook-handler): Minimize delay.
1454         (count-trailing-whitespace-region): New function so
1455         auto-encryption of current topic can resituate cursor exactly.
1456         PGP/GPG encryption trims trailing whitespace from lines, which
1457         must be accounted for across encryption then decryption.
1459         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1460         just plain "\C-c", to avoid intruding on user's keybinding space.
1462         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1463         parameter, so user request to provide a new password is done.
1465         (allout-outside-normal-auto-fill-function, allout-auto-fill):
1466         Refined mechanism for auto-filling behavior while in allout mode.
1468         (allout-mode): Explicitly specify the mode map in the docstring.
1469         Clarify provision for various write-file hook var names.
1470         Adjusted for invisible-text overlays instead of selective-display.
1472         (allout-depth): Really return 0 if not within any topic.  This
1473         rectifies `allout-beginning-of-level' and sequence numbering
1474         errors that occur when cutting and pasting numbered topics.
1475         Changed from a in-line subst to a regular function, as well.
1477         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1479         (allout-end-of-subtree, allout-end-of-subtree)
1480         (allout-end-of-entry, allout-end-of-current-heading)
1481         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1482         (allout-show-children, allout-show-to-offshoot)
1483         (allout-hide-current-entry, allout-show-current-entry): Rectified
1484         handling of trailing blank lines between items.
1486         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1487         (allout-current-depth, allout-unprotected, allout-hidden-p)
1488         (allout-on-current-heading-p, allout-listify-exposed)
1489         (allout-chart-subtree, allout-goto-prefix)
1490         (allout-back-to-current-heading, allout-get-body-text)
1491         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1492         (allout-hide-region-body, allout-toggle-subtree-encryption)
1493         (allout-encrypt-string, allout-encrypted-key-info)
1494         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1495         (allout-file-vars-section-data): Adjusted for use with
1496         invisible-text overlays instead of selective-display.
1498         (allout-kill-line, allout-kill-topic, allout-yank-processing):
1499         Reworked for use with invisible text overlays.
1501         (allout-current-topic-collapsed-p): New function.
1503         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1504         to know when to close the containing topic.
1506         (allout-pre-command-business, allout-post-command-business):
1507         Simplify undo-batching and dynamic isearch exposure.
1509         (allout-set-overlay-category): New for invisible-text overlays.
1510         Sets properties of allout-overlay-category, used by
1511         allout-flag-region to set invisible-text overlay properties.
1512         (allout-get-invisibility-overlay): Get the first qualifying
1513         invisibility overlay, so we can find the extent of it.
1514         (allout-back-to-visible-text): Get to just before the beginnining
1515         of the current invisibility overlay, if any.
1517         (allout-overlay-insert-in-front-handler)
1518         (allout-overlay-interior-modification-handler)
1519         (allout-before-change-handler, allout-isearch-end-handler): New
1520         functions to handle extraordinary actions affecting concealed
1521         text.
1523         (allout-flag-region): Use overlays instead of selective-display
1524         for invisible text - by inheritence from the properties of
1525         allout-overlay-category in mainline Emacs, and applied
1526         property-by-property in XEmacs, some recent versions of which
1527         don't inherit the properties from the category.  Provisions to
1528         respond to concealed-text edits simplified drastically.
1530         (allout-isearch-rectification, allout-isearch-was-font-lock)
1531         (allout-isearch-expose, allout-enwrap-isearch)
1532         (allout-isearch-abort, allout-pre-was-isearching)
1533         (allout-isearch-prior-pos, allout-isearch-did-quit)
1534         (allout-isearch-dynamic-expose)
1535         (allout-hide-current-entry-completely): Functions deleted.
1537         (allout-undo-aggregation): Explicit undo aggregation no longer
1538         necessary due to transition away from selective-display.
1540         (set-allout-regexp, allout-up-current-level)
1541         (allout-next-visible-heading, allout-forward-current-level)
1542         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1543         (allout-kill-line, allout-yank-processing, allout-show-children)
1544         (allout-expose-topic, allout-old-expose-topic)
1545         (allout-listify-exposed, allout-insert-latex-header)
1546         (allout-toggle-subtree-encryption, allout-encrypt-string)
1547         (remove-from-invisibility-spec, allout-hide-current-subtree):
1548         Ditched unused variables.
1550 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
1552         * textmodes/ispell.el (ispell-change-dictionary): Call
1553         ispell-buffer-local-dict instead of
1554         ispell-accept-buffer-local-defs.
1555         (ispell-local-dictionary-alist): Accept as valid any coding-system
1556         supported by Emacs.
1557         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1558         changed to iso-8859-3.
1560 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
1562         * speedbar.el (speedbar-frame-width): Make an inline function
1563         instead of a macro.  Use frame-width.
1564         (speedbar-try-completion, speedbar-update-contents)
1565         (speedbar-timer-fn): Use consp.
1566         (speedbar-update-localized-contents): Try to preserve point.
1568         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1569         (menu): Re-order menu items.
1570         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1571         field.
1572         (gdb-var-update-handler-1): Use it for GDB 6.4+.
1573         (gdb-post-prompt): Speed things by not forcing update.
1575 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
1577         * wid-edit.el (widget-button-click): For mouse-1, cancel button
1578         press and perform default action if we get a mouse movement event.
1580 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1582         * calendar/icalendar.el (icalendar--get-event-property)
1583         (icalendar--get-event-property-attributes): Fix typos in
1584         docstrings.
1586         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1587         docstring.
1589 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
1591         * bs.el (bs-mode): Use `buffer-disable-undo'.
1592         (bs--get-file-name): Simplify.
1593         (bs-show-in-buffer): Mark the buffer as not modified.
1595 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1597         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1598         widget-button-click.
1600         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1601         (custom-mode): Update docstring.
1603         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1604         binding.
1606         * files.el (hack-local-variables-confirm): Allow scrolling if the
1607         file variable list is too long.  Kill temp buffer after use.
1609 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
1611         * progmodes/gud.el (gdb): Improve doc string.
1612         (gdb-script-font-lock-keywords): Expand allowed character set.
1614         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1615         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1616         (gdb-separate-io-interrupt, gdb-separate-io-quit)
1617         (gdb-separate-io-stop, gdb-separate-io-eof):
1618         Rename from gdb-inferior-* to gdb-separate-*.
1619         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1621 2006-02-14  Jay Belanger  <belanger@truman.edu>
1623         * calc/calc-arith.el (math-check-known-scalarp): Make sure
1624         expression is a symbol before checking that it is bound.
1626         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1627         test to see if equation can be solved.
1629 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1631         * wid-edit.el (widget-button-click): Use :pressed-face property
1632         for overlay face, if it exists.
1634         * cus-edit.el (custom-manual, custom-add-see-also)
1635         (custom-add-parent-links, custom-group-link): Add :pressed-face
1636         property to links.
1638         * files.el (hack-local-variables): Remove ignored variables before
1639         checking if any variables need setting.
1641 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1643         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1645 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1647         * help.el (where-is): Fix message for remapped commands.
1649         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1650         Fix typos in docstrings.
1652 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1654         * files.el (safe-local-variable-values): New option.
1655         (hack-local-variables-prop-line): Return a list of variable-value
1656         pairs if MODE-ONLY is non-nil.
1657         (hack-local-variables): Construct list of variable-value pairs,
1658         and apply or reject them in one go.  Ask for confirmation if
1659         variables are not known safe.
1660         (hack-local-variables-confirm): Complete rewrite.  Support
1661         `safe-local-variable-values'.
1662         (enable-local-variables): Update docstring to reflect new
1663         behavior.
1664         (ignored-local-variables): Ignore ignored-local-variables and
1665         safe-local-variable-values.
1666         (safe-local-variable-p): New function.
1667         (risky-local-variable-p): `safe-local-variable' property check
1668         moved to safe-local-variable-p.
1669         (hack-one-local-variable): Checks moved to hack-local-variables.
1671         (byte-compile-dynamic, c-basic-offset, c-file-style)
1672         (c-indent-level, comment-column, fill-column, fill-prefix)
1673         (indent-tabs-mode, kept-new-versions, no-byte-compile)
1674         (no-update-autoloads, outline-regexp, page-delimiter)
1675         (paragraph-start, paragraph-separate, sentence-end)
1676         (sentence-end-double-space tab-width, version-control):
1677         Add `safe-local-variable' property.
1679         * find-lisp.el: Delete nonexistent `autocompile' file variable.
1681         * icomplete.el, play/landmark.el: Change nonexistent
1682         `outline-layout' file variable to `allout-layout'.
1684 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1686         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1687         (gdb-get-changed-registers): Test value of gud-minor-mode relative
1688         to gud-comint-buffer.
1689         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1690         gdb-ui.el for gdb-mi.el.
1691         (gdb-post-prompt, gdb-get-changed-registers): Move test for
1692         registers buffer to gdb-get-changed-registers.
1693         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
1694         deletion of catchpoints (throw and catch).
1695         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1696         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1697         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1698         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1699         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1701 2006-02-13  Jay Belanger  <belanger@truman.edu>
1703         * calc/calc-arith.el (math-check-known-matrixp): Make sure
1704         expression is a symbol before checking that it is bound.
1706 2006-02-13  Richard M. Stallman  <rms@gnu.org>
1708         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1709         for the minibuffer too, but not if resize-mini-windows will interfere.
1711         * help.el (describe-key-briefly, describe-key): Do all arg-reading
1712         inside `interactive' spec.
1713         (describe-key-briefly-internal, describe-key-internal):
1714         Functions merged back into their callers.
1716 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1718         * info.el (info-xref-visited): Inherit from info-xref too.
1719         (Info-set-mode-line): Replace occurrences of `%' by `%%'
1720         when propertizing Info-current-file and Info-current-node.
1722 2006-02-13  Juri Linkov  <juri@jurta.org>
1724         * tumme.el (tumme-thumbnail-storage): Fix docstring.
1725         (tumme-thumb-name): Fix per-directory format.
1727 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
1729         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1731 2006-02-12  Miles Bader  <miles@gnu.org>
1733         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1735 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
1737         * tumme.el: Remove history section.  If someone needs the it, it
1738         can always be found in CVS.
1740 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1742         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
1743         about the Thumbnail Managing Standard option.
1745 2006-02-12  Richard M. Stallman  <rms@gnu.org>
1747         * subr.el (substitute-key-definition): Doc fix.
1749         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1751         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1753         * info.el (Info-mode): Doc fix.
1755         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1757 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
1759         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1760         because on Solaris a POSIX compatible "id" is needed.  Reported by
1761         Magnus Henoch <mange@freemail.hu>.
1763 2006-02-12  Juri Linkov  <juri@jurta.org>
1765         * tumme.el: Remove todo item about Thumbnail Managing Standard.
1766         (tumme) <defgroup>: Change :group to `multimedia'.
1767         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1768         Managing Standard.
1769         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1770         Fix dostring.
1771         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1772         and %y.  Fix docstring.
1773         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1774         (tumme-cmd-create-standard-thumbnail-command): New user options.
1775         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1776         is `standard'.  Fix docstring.
1777         (tumme-thumb-width, tumme-thumb-height): New user options.
1778         (tumme-external-viewer): Try to find various viewers.
1779         (tumme-get-thumbnail-image): Use `create-image' instead of
1780         constructing the `image' structure.
1781         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1782         `standard'.
1783         (tumme-thumb-name): Add file name generation for standard storage.
1784         Simplify code for other storages.
1785         (tumme-thumb-name): Use width %w and height %h instead of size %s.
1786         Add modification time %m and thumbnail-nq8 %q.
1787         Use `tumme-cmd-create-standard-thumbnail-command' if
1788         tumme-thumbnail-storage is `standard'.
1789         (tumme-dired-insert-marked-thumbs): New autoload command.
1790         (tumme-dired-after-readin-hook): New function.
1791         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1792         `tumme-thumb-size'.
1793         (tumme-display-image): Replace size-x %x and size-y %y with
1794         width %w and height %h.
1796         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1797         `tumme-dired-insert-marked-thumbs'.
1799 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1801         * tumme.el (tumme-write-tag): Fix small bug (file name did not
1802         include path).
1803         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1804         matching tag.
1806 2006-02-12  Miles Bader  <miles@gnu.org>
1808         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1809         New variables.
1810         (rcirc-abbrev-nick): New function.
1811         (rcirc-format-response-string): Rewrite to use the formats in
1812         `rcirc-response-formats' and expand escape sequences therein.
1813         A text-property `rcirc-text' is added over the actual response
1814         text to make easy to find inside the returned string.
1815         (rcirc-print): When filling, just look for the `rcirc-text'
1816         text-property to find the appropriate fill prefix, instead of
1817         using hardwired patterns.
1819 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1821         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
1822         Managing Standard.
1824 2006-02-11  Kim F. Storm  <storm@cua.dk>
1826         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1827         Don't use insert-buffer; do insert-buffer-substring directly.
1828         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
1830 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1832         * files.el (revert-buffer, recover-file): Replace buffer-read-only
1833         with inhibit-read-only.  Suggested by Stefan Monnier.
1834         (revert-buffer): Let insert-file-contents discard
1835         buffer-undo-list.  Simplify code.
1836         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1838 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
1840         * menu-bar.el (menu-bar-select-yank): Add a doc string.
1842         * help.el (describe-key-briefly): Now a wrapper for
1843         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
1844         to t.  Populate yank-menu if empty.
1845         (describe-key-briefly-internal): Renamed from describe-key-briefly.
1846         (describe-key): Now a wrapper for describe-key-internal.  Bind
1847         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
1848         (describe-key-internal): Renamed from describe-key.
1850 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
1852         * progmodes/glasses.el (glasses-separator): Doc fix.
1853         (glasses-original-separator): New defcustom.
1854         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1856 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1858         * mwheel.el (mouse-wheel-up-event): Doc fix.
1860 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1862         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1863         (tumme-dir): New function.  Copied from thumbs.el.
1865 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
1867         * desktop.el (desktop-outvar): Fix typo.
1868         (desktop-save-buffer-p): Doc fix.
1870         * subr.el (substitute-key-definition): Fix typo.
1872 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1874         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1875         when window-system is mac.
1877         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1879 2006-02-10  Kim F. Storm  <storm@cua.dk>
1881         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1882         indirect-function instead of using condition-case.
1884 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
1886         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1887         less `colloquial'...
1889 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
1891         * tumme.el: Add a couple of todo items.
1893 2006-02-09  Lars Hansen  <larsh@soem.dk>
1895         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1896         (highlight-changes-mode): Don't change desktop-locals-to-save.
1898 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
1900         * image-mode.el (image-toggle-display): Clear image cache if using
1901         filename.
1903 2006-02-09  Masatake YAMATO  <jet@gyve.org>
1905         * dired-x.el (dired-guess-shell-alist-default): Add .man as
1906         a `dired-man' target.
1908         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1909         boundary of symbols.
1911 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
1913         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1915 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
1917         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1918         `mapcar'; return nil.
1920 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
1922         * mouse.el (mouse-drag-track): Don't change window if we rebind to
1923         some other event.
1925 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
1927         * net/rcirc.el (rcirc-startup-channels-alist):
1928         Add irc.freenode.net and #emacs as defaults.
1929         (rcirc-ignore-all-activity-flag): Remove variable.
1930         (rcirc-authinfo): New variable.
1931         (rcirc-authinfo-filename): Remove variable.
1932         (rcirc-always-use-server-buffer-flag): New flag.
1933         (rcirc): M-x rcirc will automatically connect without prompting.
1934         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
1935         connection in lisp.
1936         (rcirc-process-server-response-1): Remove everything but the nick
1937         portion of the sender so it doesn't need to be done everywhere
1938         else.  Update related code.
1939         (global-map): Remove global keybindings.
1940         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1941         (rcirc-send-input): Split into several functions.
1942         (rcirc-process-input-line, rcirc-process-message)
1943         (rcirc-process-command): New functions.
1944         (rcirc-target-buffer): New function to determine where to route
1945         messages.
1946         (rcirc-user-nick): Save match data.
1947         (rcirc-toggle-ignore-buffer-activity)
1948         (rcirc-update-activity-string): Remove global ignore functionality,
1949         which can be done now by toggling rcirc-track-minor-mode.
1950         (rcirc-track-minor-mode-map): New keymap.
1951         (rcirc-track-minor-mode): New minor-mode.
1952         (ignore): Make the ignore output nicer.  Always print it when
1953         adding or removing nicks.
1954         (rcirc-url-regexp): Improve.
1955         (rcirc-mangle-text): Remove properties before using text in the
1956         modeline.
1957         (rcirc-authenticate): Authentication data comes from
1958         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1959         (rcirc-server-prefix): Inherit from rcirc-server.
1961 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
1963         * Makefile.in (compile): Append "|| true" to the end of the `find'
1964         command, like compile-always does.
1966 2006-02-08  Sam Steingold  <sds@gnu.org>
1968         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1969         output from a dead connection.
1971 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1973         * dired.el (dired-mode-map): Add more bindings for tumme.
1975 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * wdired.el (wdired-mode-map): Use remap.
1978         (wdired-get-filename): Massage.
1979         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1980         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1981         `keymap' property rather than `local-map'.
1983 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1985         * tumme.el (tumme-get-thumbnail-image): New utility function.
1986         Suggested by from Chong Yidong.
1987         (tumme-dired-with-window-configuration): Rename from
1988         `tumme-dired'.  Add code to save window configuration.
1989         (tumme-restore-window-configuration): New command to restore the
1990         window configuration that `tumme-dired-with-window-configuration'
1991         saves before it changes the window configuration.
1992         (tumme-show-all-from-dir): New command to display thumbnails for
1993         all files in a directory entered by the user, like M-x thumbs.
1994         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1995         have been created.
1996         (tumme-display-thumbnail-original-image): Call `display-buffer'.
1997         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1998         Remove obsolete test function.
2000 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2002         * vc.el (small-temporary-file-directory): Remove defvar; there's
2003         a defcustom for it in files.el.
2005         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2006         Fix typo in message.
2007         (tumme-gallery-generate): Fix typo in `error' message.
2008         (tumme-display-window-height-correction)
2009         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2010         (tumme-line-up-interactive): Dox fixes.
2011         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2012         (tumme-restore-window-configuration, tumme-format-properties-string)
2013         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2014         Fix typos in docstrings.
2016 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2018         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2020 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2022         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2023         User should use hook if desired.
2025         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2026         buffer if necessary.
2027         (gdb-delete-frame-or-window): New function.
2028         (gdb-breakpoints-mode-map): Bind "q" to it.
2030 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2032         * textmodes/nroff-mode.el: Clean up name space.
2033         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2034         (nroff-mode): Obey the global setting of nroff-electric-mode.
2035         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2037         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2039 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2041         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2043 2006-02-06  Lars Hansen  <larsh@soem.dk>
2045         * generic-x.el (etc-fstab-generic-mode): Add file system types
2046         cifs and usbdevfs.  Allow special chars in file names.
2048 2006-02-05  Jay Belanger  <belanger@truman.edu>
2050         Update copyright notices of the files in lisp/calc.
2052 2006-02-05  Romain Francoise  <romain@orebokech.com>
2054         Update copyright notices of all files in the lisp/play directory.
2056 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2058         * ldefs-boot.el: Regenerate.
2060         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2062 2006-02-05  Kim F. Storm  <storm@cua.dk>
2064         * files.el (magic-mode-regexp-match-limit): New defvar.
2065         (set-auto-mode): Use it to limit magic-mode-alist matching.
2067 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2069         * simple.el (display-message-or-buffer): Compare the number of
2070         characters to the frame width when determining whether a 1-line
2071         message string will fit in the echo area.  Count screen lines
2072         instead of buffer lines when determining whether a multi-line
2073         message will fit in the echo area/minibuffer window.
2075 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2077         * info.el (Info-index, Info-mode): Improve the description of the
2078         `i' command.
2080         * ldefs-boot.el: Regenerate.
2082 2006-02-03  Werner Lemberg  <wl@gnu.org>
2084         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2085         greedy to find the closing bracket in \*[...] and similar
2086         expressions.  This is a first rough fix -- many additional
2087         refinements are necessary to make nroff mode really usable with groff.
2089 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2091         * international/mule-cmds.el (set-locale-environment):
2092         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2093         libX11.
2095 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2097         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2098         archive are created in archive-tmpdir.
2100 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2102         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2103         (ibuffer-fontification-alist): Use it.
2104         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2105         to "* z" and the Ibuffer Mark menu.
2107         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2109 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * textmodes/table.el (*table--cell-describe-mode)
2112         (*table--cell-describe-bindings): Undo last change since
2113         print-help-return-message is not obsoleted by anything at all.
2115 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2117         * emulation/cua-base.el (cua-mode): Doc fix.
2119 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2121         * dframe.el (dframe-handle-make-frame-visible)
2122         (dframe-handle-iconify-frame, dframe-get-focus)
2123         (dframe-select-attached-frame, dframe-power-click)
2124         (dframe-frame-mode): Fix typos in docstrings.
2126         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2127         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2128         Fix typos in docstrings.
2130         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2131         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2132         (hi-lock-archaic-interface-message-used)
2133         (hi-lock-file-patterns-range): Fix typos in docstrings.
2135         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2136         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2138         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2139         Fix typo in docstring.
2141         * net/newsticker.el (newsticker--decode-iso8601-date)
2142         (newsticker--set-customvar, newsticker--buffer-insert-item)
2143         (newsticker--do-run-auto-mark-filter)
2144         (newsticker--parse-generic-feed): Doc fixes.
2145         (newsticker--retrieval-timer-list, newsticker-url-list)
2146         (newsticker-hide-immortal-items-in-echo-area)
2147         (newsticker-hide-obsolete-items-in-echo-area)
2148         (newsticker-new-item-face, newsticker--enclosure)
2149         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2150         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2151         (newsticker--parse-generic-feed, newsticker--cache-contains)
2152         (newsticker--stat-num-items, newsticker-download-enclosures):
2153         Fix typos in docstrings.
2155         * net/rcirc.el (rcirc-debug): Doc fix.
2156         (rcirc-fill-column, rcirc-receive-message-hooks)
2157         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2158         (rcirc-mode, rcirc-generate-new-buffer-name)
2159         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2160         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2161         Fix typos in docstrings.
2162         (rcirc-print): "?\ " -> "?\s".
2163         (rcirc-cmd-join): Improve argument/docstring consistency.
2165 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2167         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2168         before narrow-to-region.
2170 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2172         * simple.el (move-beginning-of-line): Scan properly for invis change.
2174         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2176 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2178         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2179         change bit only when id-format is 'integer.  Reported by Matt
2180         Hodges <M.P.Hodges@rl.ac.uk>.
2182 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2184         * hilit-chg.el (highlight-changes-initial-state)
2185         (highlight-changes-global-initial-state): Doc fixes.
2186         (highlight-changes-global-modes, global-highlight-changes):
2187         Fix typos in docstrings.
2189 2006-02-01  Kim F. Storm  <storm@cua.dk>
2191         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2192         transient-mark-mode in doc string.
2194 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2196         * replace.el (multi-occur): Doc fix.
2197         (multi-occur-in-matching-buffers): Rename from
2198         multi-occur-by-filename-regexp.  Prefix arg says match
2199         buffer names instead of file names.
2201 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2203         * bs.el: Allow non-default values of `bs-header-lines-length'.
2204         (bs--running-in-xemacs): Remove (not needed anymore).
2205         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2206         instead of `shrink-window', thus avoiding having to compute the
2207         height of the window.
2208         (bs--up): Wrap around even when there's no header.
2209         (bs--down): Use `forward-line' instead of `next-line'.
2211 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2213         * image-mode.el (image-toggle-display): Use file name if possible,
2214         instead of unnecessarily allocating a (possibly huge) lisp string.
2216 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2218         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2219         because the `assert' macro signals it at runtime.
2221         * emacs-lisp/cl.el (toplevel): Remove definition of
2222         `cl-assertion-failed' condition.
2224 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2226         * thumbs.el (thumbs-marked-list): Make buffer-local and
2227         permanent-local.
2228         (thumbs-insert-thumb): Make help-echo non-sticky.
2229         (thumbs-file-alist): Use eolp as check for (non)-image.
2231 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2233         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2234         (ediff-before-session-group-setup-hooks)
2235         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2236         Fix typos in docstrings.
2238         * window.el (bw-dir, bw-eqdir, balance-windows)
2239         (split-window-keep-point): Fix typos in docstrings.
2241         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2242         (org-quote-string, org-calendar-to-agenda-key)
2243         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2244         (org-show-following-heading, org-tags-column)
2245         (org-use-tag-inheritance, org, org-allow-space-in-links)
2246         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2247         (org-enable-table-editor, org-calc-default-modes)
2248         (org-table-allow-automatic-line-recalculation)
2249         (org-export-html-style, org-export-with-fixed-width)
2250         (org-export-with-sub-superscripts, org-special-keyword)
2251         (org-formula, org-time-grid, org-table-may-need-update)
2252         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2253         (org-goto-quit, org-get-indentation, org-end-of-item)
2254         (org-move-item-down, org-move-item-up)
2255         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2256         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2257         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2258         (org-agenda-log-mode, org-agenda-toggle-diary)
2259         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2260         (org-agenda-file-to-end, org-agenda-no-heading-message)
2261         (org-agenda-get-closed, org-format-agenda-item)
2262         (org-cmp-priority, org-cmp-category, org-cmp-time)
2263         (org-agenda-change-all-lines, org-agenda-diary-entry)
2264         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2265         (org-link-search, org-camel-to-words, org-open-file)
2266         (org-remember-handler, org-table-convert-region)
2267         (org-table-move-row-down, org-table-move-row-up)
2268         (org-table-copy-region, org-table-wrap-region)
2269         (org-table-toggle-vline-visibility)
2270         (org-table-get-vertical-vector, org-table-modify-formulas)
2271         (org-table-get-specials, org-recalc-commands)
2272         (org-table-rotate-recalc-marks, org-table-eval-formula)
2273         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2274         (org-level-color-stars-only, org-insert-heading):
2275         Fix typos in docstrings.
2276         (last-arg): Add defvar.
2278         * makefile.w32-in (WINS): Add erc.
2279         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2281 2006-01-29  Bill Wohler  <wohler@newt.com>
2283         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2284         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2285         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2286         (mh-autoloads): Don't use comments on otherwise empty lines.
2288 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2290         * emulation/viper.el (viper-major-mode-modifier-list): Add
2291         insert-state and vi-state entries for erc-mode.
2292         (viper-go-away, viper-set-hooks): Add and remove
2293         viper-comint-mode-hook from erc-mode-hook as appropriate.
2295         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2297 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2299         * bs.el (bs--format-aux): Implement `middle' alignment as
2300         described in the docstring for `bs-attributes-list'.
2301         (bs--get-name): Simplify.  Don't pad the buffer name.
2303 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2305         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2306         English aspell dictionary is installed, use the first entry of
2307         ispell-dictionary-alist-1.
2309 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2311         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2312         Doc fix.
2314 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2316         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2317         for `process-file', in order to let it work for older Emacsen too.
2319 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2321         * international/latexenc.el: Add a suitable `coding:' tag.
2322         (latexenc-find-file-coding-system): Undo last change.
2324 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2326         * international/latexenc.el (latexenc-find-file-coding-system):
2327         Make sure latexenc-main-file is a regular file and is readable.
2329 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
2331         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2332         Pass FILE to vc-user-login-name.
2334         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2336 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
2338         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2339         there are no more images to display.
2340         (thumbs-mark, thumbs-unmark): Revert change so that they move to
2341         the next image.
2343 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2345         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2347         * wid-edit.el (advertised-widget-backward): New alias.
2348         (widget-keymap): Use advertised-widget-backward for S-TAB.
2350         * tumme.el: Correct the keywords.
2351         (tumme-dir-max-size): Use defvar.
2352         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2354         * simple.el (move-beginning-of-line): Take account of fields.
2355         (clone-indirect-buffer-other-window): Take args like
2356         clone-indirect-buffer, and work like it.
2358         * help-fns.el (describe-function): Don't pass `nil' as default.
2360         * files.el (risky-local-variable-p): Follow var aliases.
2362         * subr.el (lazy-completion-table): Doc fix.
2364         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2365         global binding of `line'.
2367 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
2369         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2370         Tramp.
2372         * vc.el (vc-default-dired-state-info): Pass FILE to
2373         vc-user-login-name.
2374         (vc-default-update-changelog): Don't use vc-user-login-name, we
2375         don't need it here.
2377         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2378         no longer necessary.
2380 2006-01-25  Kenichi Handa  <handa@m17n.org>
2382         * international/mule.el (decode-char): Avoid the overhead of
2383         calling utf-lookup-subst-table-for-decode if
2384         utf-translate-cjk-mode is nil.
2385         (encode-char): Avoid the overhead of calling
2386         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2387         nil.
2389 2006-01-22  Kenichi Handa  <handa@m17n.org>
2391         * international/mule.el (make-subsidiary-coding-system): Reset
2392         `coding-system-define-form' property of subsidiaries to nil.
2393         Avoid duplicated entry in coding-system-alist.
2394         (make-coding-system): Avoid duplicated entry in
2395         coding-system-alist.
2396         (define-coding-system-alias): Likewise.
2398 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
2400         * completion.el: Minor fixes in introductory comment.
2401         (completion-def-wrapper): Fix alist.
2403 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
2405         * thumbs.el (thumbs-new-image-size): New function.
2406         (thumbs-increment-image-size-element)
2407         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2408         (thumbs-decrement-image-size): Delete.
2409         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
2410         temp files and use to resize.
2411         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2412         Use increment argument to enlarge/shrink.  Preserve point.
2413         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2414         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2415         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2416         (thumbs-mark, thumbs-unmark): Preserve point.
2417         (thumbs-modify-image): Keep old temp files and use to modify.
2418         Cleanup old temp files at load time.  Preserve point.
2419         (thumbs-view-image-mode-map): Use new command names.
2421 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2423         * log-view.el (log-view-minor-wrap): First rev is the one at point.
2425         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2426         the nastiest part of the cyclic dependency.
2427         (cal-menu-update): Use dotimes and calendar-increment-month.
2429         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2430         (calendar-week-start-day): Add an :initializer.
2431         (calendar-mode-map): Use suppress-keymap, and command remapping.
2432         (describe-calendar-mode): Setup xref-stack info for the back button.
2433         (calendar-star-date): Insert before delete.
2434         (calendar-set-mode-line): Add file-modified info if applicable.
2435         (calendar-increment-month): New function.
2437 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2439         * font-lock.el (lisp-font-lock-keywords-2):
2440         Recognize "& keywords" only at word boundaries.
2442 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
2444         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
2445         and permanent-local.
2446         (thumbs-max-image-number): New variable.
2447         (thumbs-do-thumbs-insertion): Use them.
2448         (thumbs-per-line): Change default to 4.
2449         (thumbs-marked-list): Rename from thumbs-markedL.
2450         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2451         (thumbs-rename-images): Use -list instead of L for internal variables.
2452         (thumbs-call-convert): Use call-process instead of shell-command.
2453         (thumbs-insert-thumb): Add filename as help-echo to each image.
2454         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2455         Give dir to thumbs-show-thumbs-list.
2456         (thumbs-show-thumbs-list): Set default-directory to that of images.
2457         (thumbs-dired-show): Rename from thumbs-dired-show-all.
2458         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2459         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2460         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2462 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         * ses.el (ses-read-cell): Provide a default value.
2466 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
2468         * term/w32-win.el (image-library-alist): Add additional names for
2469         GIF library.
2471 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2473         * international/latexenc.el (latexenc-find-file-coding-system):
2474         Add file-regular-p check.
2476 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * simple.el (clone-buffer): Don't show the new buffer in the same
2479         window.
2481 2006-01-23  Juri Linkov  <juri@jurta.org>
2483         * faces.el (link, link-visited): New faces based on default values
2484         of `info-xref' and `info-xref-visited'.
2486         * info.el (info-xref): Inherit from `link'.
2487         (info-xref-visited): Inherit from `link-visited'.
2489         * cus-edit.el (custom-buffer-create-internal): Use widget type
2490         `custom-manual' instead of `info-link' and don't set properties
2491         `button-face' and `mouse-face' explicitly.
2492         (custom-browse-group-tag, custom-browse-variable-tag)
2493         (custom-browse-face-tag): Inherit from widget class
2494         `custom-group-link' instead of `push-button'.
2495         (custom-button-unraised): Inherit from `underline' face.
2496         (custom-link): Inherit from `link' face.  Fix doc and group.
2497         (custom-add-parent-links, custom-group-value-create): Don't set
2498         properties `button-face' and `mouse-face' explicitly for
2499         `custom-group-link' widget.
2500         (custom-group-link): Add properties `button-face' and `mouse-face'
2501         to widget definition.
2502         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
2503         editable-field's :keymap property.
2504         (custom-mode): Fix docstring: substitute keybindings for
2505         `widget-forward' and `widget-backward' from `widget-keymap',
2506         `widget-complete' from `custom-field-keymap', replace old
2507         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
2509         * desktop.el (desktop-load-file): Check for `fboundp' before
2510         calling `symbol-function'.
2512         * simple.el (clone-buffer, clone-indirect-buffer)
2513         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2514         `read-string'.  Fix prompts.
2516         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2518 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
2520         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2522 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
2524         * startup.el (inhibit-splash-screen, initial-scratch-message):
2525         Doc fixes.
2527 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
2529         Sync with Tramp 2.0.52.
2531         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2532         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
2533         `tramp-unload-tramp' for checklist.
2535         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2536         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
2537         (tramp-unload-file-name-handler-alist)
2538         (tramp-unload-tramp): New defuns.
2539         (tramp-advice-PC-expand-many-files): New defadvice.
2540         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2541         removed.
2542         (tramp-handle-expand-file-name): Remove double slash.
2543         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2544         It doesn't matter, because it will be converted later on.
2545         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
2546         implementation was just heuristic.
2547         (tramp-post-connection): Set uid and gid properties.
2548         (tramp-convert-file-attributes): Set file's gid change bit.
2549         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2550         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2551         in case of su(do)? methods.  The home directory of the local user
2552         will be taken else.
2553         (tramp-open-connection-telnet)
2554         (tramp-open-connection-rsh, tramp-open-connection-su)
2555         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
2556         local shell prompt could hurt.  Reported by Romain Francoise
2557         <romain@orebokech.com>.
2558         (tramp-let-maybe): Add `edebug-form-spec' property.
2559         (tramp-handle-expand-file-name): Bind `default-directory' locally
2560         to "/" in order to avoid problems with UNC shares or Cygwin
2561         mounts.
2562         (tramp-md5-function): Fix typo in error message.
2564         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2566         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2567         for byte-compiler pacification.
2569 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
2571         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2572         ID-FORMAT `string'.  This allows us to get rid of
2573         `vc-user-login-name UID'.
2575         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2577 2006-01-22  John Paul Wallington  <jpw@pobox.com>
2579         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2581 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
2583         * emacs-lisp/find-func.el (find-definition-noselect)
2584         (find-variable-noselect): Search variables in C source code too.
2585         (find-function-C-source, find-function-noselect, find-function)
2586         (find-function-other-frame, find-variable-noselect, find-variable)
2587         (find-variable-other-frame, find-variable-at-point):
2588         Fix docstrings.
2590 2006-01-21  Francesco Potorti`  <pot@gnu.org>
2592         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2594 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
2596         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2597         Default to disabling the "Save affix" question.
2599 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
2601         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2602         the first arg to run-python.
2604 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
2606         * startup.el (command-line-1): Handle --no-desktop if desktop.el
2607         is not loaded.
2609 2006-01-20  Jay Belanger  <belanger@truman.edu>
2611         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2612         limit is 0.
2614         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2615         the correct variable.
2617 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
2619         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2620         link.  Fixed buggy argument sequence in call to `org-view-tags'.
2621         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2622         (org-prefix-has-tag): New variable.
2623         (org-format-agenda-item): Remove tags from headline if
2624         appropriate.
2625         (org-agenda-remove-tags-when-in-prefix): New option.
2626         (org-get-tags-at): New function.
2628 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
2630         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
2631         (thumbs-find-image): Move image name and number from buffer name
2632         to mode name.  Set thumbs-buffer.  Preserve point so that large
2633         images remain visible.
2634         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2635         order.
2636         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
2637         mode name.
2638         (thumbs-next-image, thumbs-previous-image): Make them work.
2640 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2642         * cus-edit.el (custom-buffer-create-internal): State in the text above
2643         the whole buffer buttons that they do not operate on hidden items.
2644         (custom-face-menu): Use `custom-face-save' instead of
2645         `custom-face-save-command'.
2646         (custom-face-save-command): Make it an alias for `custom-face-save'
2647         and declare it obsolete.
2648         (custom-face-save): Doc fix.
2650         * dired.el (dired-no-confirm): Add quote.
2651         (dired-subdir-alist-pre-R): Add quote in
2652         `make-variable-buffer-local' form and remove unbalanced parenthesis.
2654 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         * textmodes/table.el (table-mode-indicator): Typo in last change.
2658 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2660         * outline.el (hide-leaves): Don't call outline-end-of-heading.
2661         Fixes bug reported in Nov 2005.
2663         * isearch.el (isearch-forward): Doc fix.
2665         * dired.el (dired-move-to-filename-regexp): Define as alias.
2666         (dired-no-confirm): Use defcustom.
2667         (dired-subdir-alist-pre-R): Put defvar at top level.
2669         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2671         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2672         Mark as risky.
2674         * simple.el (set-mark-command): Doc fix.
2675         (clone-indirect-buffer-other-window):
2676         Read arg like clone-indirect-buffer.
2677         (move-beginning-of-line): Skip invisible newlines.
2679 2006-01-19  Masatake YAMATO  <jet@gyve.org>
2681         * progmodes/cpp.el (cpp-edit-load): Make the order of
2682         listed conditions in a base C code buffer and its associate
2683         CPP Edit buffer the same.
2685 2006-01-19  Kenichi Handa  <handa@m17n.org>
2687         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2688         (rmail-mime-feature): Likewise.
2689         (rmail-require-mime-maybe): Use display-warning to show a warning
2690         message.
2692         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2693         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2695 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * array.el: Move defvars out of eval-when-compile.
2698         (array-make-template): Replace undeclared global var with a local one.
2699         (array-mode): Inline initialization functions.
2700         (array-init-local-variables, array-init-max-row)
2701         (array-init-max-column, array-init-columns-per-line)
2702         (array-init-field-width, array-init-rows-numbered)
2703         (array-init-line-length, array-init-lines-per-row): Remove.
2705         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
2706         (doc-mode-map): Define explicitly.
2707         (doctor-txtype): Use mapc.
2709         * textmodes/table.el: Move defvars out of eval-when-compile.
2710         Remove harmful code meant to avoid byte-compiler warnings.
2711         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
2712         specification that checks table-fixed-width-mode directly.
2713         (table-recognize-region, table-recognize-cell):
2714         Use restore-buffer-modified-p.
2715         (table-fixed-width-mode): Remove code that refreshes
2716         table-fixed-mode-indicator.
2717         (*table--cell-describe-bindings, *table--cell-describe-mode):
2718         Avoid obsolete name print-help-return-message.
2719         (table--test-cell-list): Don't use replace-regexp from elisp.
2720         (table--point-entered-cell-function, table--point-left-cell-function):
2721         Don't set table-fixed-mode-indicator, use force-mode-line-update.
2723         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
2724         that was after the end of file.  Use buffer-file-name variable.
2725         (org-timestamp-change): Use with-current-buffer.
2726         (org-todo-list): Don't unnecessarily define a new buffer-local var.
2727         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2728         `file'.
2730         * progmodes/fortran.el: Move defvars out of eval-when-compile.
2731         (fortran-break-line): Remove unused var `opoint'.
2732         (fortran-abbrev-start): Obey help-event-list.
2734 2006-01-18  Jesper Harder  <harder@phys.au.dk>
2736         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2738 2006-01-18  Masatake YAMATO  <jet@gyve.org>
2740         * progmodes/make-mode.el (makefile-imake-mode): New mode
2741         derived from makefile-mode.
2742         (makefile-imake-mode-syntax-table): New syntax table
2743         derived from makefile-mode-syntax-table.
2744         (makefile-mode): Write about makefile-imake-mode in doc string.
2745         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2746         (makefile-imake-font-lock-keywords): New font lock keywords.
2748         * files.el (auto-mode-alist): Add Imakefile.
2750 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
2752         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2753         loading the file rather than when turning on flyspell-mode.
2755 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2757         * cus-edit.el (customize-rogue): Minor doc fix.
2759 2006-01-17  Juri Linkov  <juri@jurta.org>
2761         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2762         instead of the file at the mark as default if the file at the mark
2763         is the same as the file at point or if dired-dwim-target-directory
2764         is not the same as the current directory and the mark is not active.
2766         * log-view.el (log-view-minor-wrap): Use the same logic to get
2767         revisions as `log-view-diff'.
2769         * info.el (Info-revert-find-node): Check for Info-current-file
2770         before preserving new-history.
2772         * man.el (Man-heading-regexp): Add `/'.
2774         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2775         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2777 2006-01-16  Juri Linkov  <juri@jurta.org>
2779         * faces.el (mode-line-faces): New defgroup.
2780         (mode-line-highlight): Move definition after new defgroup.
2781         (mode-line, mode-line-inactive, mode-line-highlight):
2782         Replace :group `modeline' with `mode-line-faces'.
2783         (mode-line-buffer-id): New face.
2784         (modeline-buffer-id): New face alias.
2785         (vertical-border): Remove :group `modeline'.
2787         * bindings.el (propertized-buffer-identification): Use face
2788         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2789         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2790         (mode-line-buffer-identification-keymap): For mouse-1 replace
2791         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2792         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2793         mouse-3.
2795         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2796         Buffer-menu-buffer.  Doc fix.
2797         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2798         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2799         `Buffer-menu-buffer'.
2801         * info.el (Info-mode-line-node-keymap): New defvar.
2802         (Info-set-mode-line): Use `stringp' to check Info-current-file.
2803         Propertize Info-current-node with `mode-line-buffer-id' and
2804         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2806         * time.el (display-time-mail-face): Replace :group `faces' with
2807         `mode-line-faces'.
2809 2006-01-16  Kenichi Handa  <handa@m17n.org>
2811         * international/code-pages.el: Add autoload cookies for cp125[0345678].
2813         * language/european.el (cp1252): New alias for windows-1252.
2815         * international/mule.el (autoload-coding-system): Prepare for EOL
2816         variants.
2818 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2820         * term.el (term-raw-map): Add mapping for insert.
2821         (term-send-insert): New.
2822         (term-mode): Make variables local here instead of doing it in
2823         `term-emulate-terminal'.
2824         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2825         Scroll reverse needs to take into account the scroll region.
2826         Saving and restoring the cursor should save the color attributes too.
2827         (term-reset-terminal): Reset the scroll region.
2828         (term-handle-ansi-escape): Cursor up and down should take into
2829         account the scroll region.
2830         (term-set-scroll-region): Rename from `term-scroll-region'.
2831         Move to 0,0 after setting the region.
2832         (term-handle-scroll): Handle scroll up.
2833         (term-down): Fix off by one error.
2834         (term-delete-lines): Do not delete outside the scroll region.
2835         (term-insert-lines): Take into account the scroll region.
2837 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2839         * textmodes/ispell.el (ispell-internal-change-dictionary)
2840         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2841         (start, end): Move declaration outside of eval-when-compile.
2843         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2844         (flyspell-mode-on): Use it.
2846         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2847         ispell-kill-ispell-hook.
2849 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
2851         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2852         (Custom-reset-saved): Do not ask for confirmation in single option
2853         buffers.
2855 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2857         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2859 2006-01-13  Romain Francoise  <romain@orebokech.com>
2861         * add-log.el (add-change-log-entry, change-log-merge):
2862         Conditionally use `hard-newline'.
2864 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2866         * wid-edit.el (widget-field-end): If the overlay is no longer
2867         associated with a buffer, behave as if the overlay didn't exist.
2869         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2870         Make sure the links use the `custom-link' face.
2872 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2875         (ld-script-mode): Don't set indent-line-function since we don't
2876         have one.
2878 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2880         * textmodes/org.el (org-open-file): Use mailcap for selecting an
2881         application.
2882         (org-file-apps-defaults-gnu): Use mailcap as the default for
2883         selecting an application on a UNIX system.
2884         (org-agenda-show-tags): New command.
2885         (org-table-insert-hline): Keep cursor in current table line.
2886         (org-table-convert): Offset effect of modifying
2887         `org-table-insert-hline'.
2888         (org-format-agenda-item): New optional argument TAG.
2889         (org-compile-prefix-format): Handle %T format for the tag.
2890         (org-expand-wide-chars): New function.
2891         (org-table-insert-row, org-table-insert-hline):
2892         Use `org-expand-wide-chars'.
2893         (org-open-file): Fix bug in program launch.
2894         (org-get-time-of-day): Fix bug with times before 1am.
2895         (org-agenda-menu): Add tags commands.
2897 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
2899         * textmodes/ispell.el (ispell-init-process): Include the used
2900         dictionary in ispell process start message.
2901         (ispell-internal-change-dictionary): When flyspell-mode is active
2902         and dictionary is changed, make sure ispell process is restarted
2903         and flyspell word cache cleared out for the current buffer.
2904         (ispell-change-dictionary): Make sure flyspell word cache is
2905         cleared out in all buffers with active flyspell mode when
2906         dictionary is globally changed.
2907         Call ispell-internal-change-dictionary after dictionary change.
2909 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
2911         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2913         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2914         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2915         years.  Fix small differences wrt Makefile.in.
2916         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2917         Makefile.in does.
2919 2006-01-12  Bill Wohler  <wohler@newt.com>
2921         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2922         mh-search.el.
2924 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2926         * progmodes/ld-script.el: Update copyright year.
2928 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
2930         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2931         Don't add widget if setting undefined.
2933 2006-01-12  John Paul Wallington  <jpw@pobox.com>
2935         * help-fns.el (describe-variable): Remove newlines from void
2936         variable output.
2938 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
2940         * wdired.el (wdired-mode-map): Add help echo for
2941         wdired-abort-changes.
2943         * man.el (Man-file-name-regexp): Adjust for a list of files.
2945 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2947         * progmodes/ld-script.el (auto-mode-alist): Support
2948         suffix conventions used in netbsd and eCos.
2950 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2952         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2953         (custom-variable-menu, custom-face-menu, custom-group-menu)
2954         (Custom-mode-menu): Change names of menu items.  (As discussed on
2955         emacs-devel.)
2956         (custom-face-menu): Add "Undo Edits" item.
2958         * startup.el (init-file-user): defcustom -> defvar.
2960         * tooltip.el (tooltip-mode): Doc fix.
2962 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2964         * reveal.el (reveal-post-command): window-buffer signals an error on
2965         dead windows rather than returning nil.
2966         (reveal-open-new-overlays): An overlay might die while we open others.
2968 2006-01-11  Bill Wohler  <wohler@newt.com>
2970         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2971         phrasing in docstring.
2973         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2974         can give some systems gas.  Add new file mh-buffers.el.
2976 2006-01-06  Masatake YAMATO  <jet@gyve.org>
2978         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2979         C preprocessor forward ported from GNU Emacs 21.2.
2981         * progmodes/asm-mode.el (asm-font-lock-keywords):
2982         Use `cpp-font-lock-keywords'.
2984         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2986         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2987         of $ for "\\.ld[s]?".
2989 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2991         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2992         (tcl-indent-line): Return `noindent' if inside a string.
2994         * progmodes/flymake.el (flymake-split-string): Remove more than one
2995         empty string at beg/end of the result.
2996         (flymake-find-buildfile, flymake-find-possible-master-files):
2997         Use expand-file-name.
2998         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2999         since expand-file-name does it for us.  Use directory-file-name.
3000         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3001         (flymake-ler-get-type, flymake-ler-get-text)
3002         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3003         (flymake-current-line-no): Remove spurious interactive spec.
3004         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3005         (flymake-check-include): Remove arg inc-path merged into inc-name.
3006         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3007         Arg regexp-list replaced by a simple regexp.
3008         (flymake-master-make-header-init, flymake-master-tex-init):
3009         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3011 2006-01-10  Simon Josefsson  <jas@extundo.com>
3013         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3014         describing AUTH PLAIN fix.
3016 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3018         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3019         (report-emacs-bug): Don't record initial prompt text.
3020         Instead, add text properties to prompting text.
3021         (report-emacs-bug-hook): Delete prompting text.
3023 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3025         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3026         `dirs'.  Adjust callers.
3028 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3030         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3032 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * reveal.el (reveal-open-new-overlays): New extracted fun.
3035         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3036         using them.  Simplify the code.
3037         (reveal-post-command): Use them.  Fix up obsolete windows in
3038         reveal-open-spots.
3040         * progmodes/flymake.el: Use `require' rather than autoload for
3041         XEmacs's overlays.
3042         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3043         Delete.  Use file-relative-name instead.
3044         (flymake-get-syntax-check-program-args, flymake-perl-init):
3045         Simplify the resulting code.
3047         * log-view.el (log-view-file-re, log-view-message-re): Add support
3048         for DaRCS output.
3050 2006-01-09  Alex Schroeder  <alex@gnu.org>
3052         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3053         identifiers sometimes added in square brackets at the beginning of
3054         subject lines.
3056 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3058         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3059         (Custom-reset-current, Custom-reset-saved): Change question text.
3060         (Custom-reset-standard): Likewise.
3061         (custom-variable-reset-saved): Doc fix.
3063 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3065         * startup.el (init-file-user): Doc fix.
3067 2006-01-07  Alex Schroeder  <alex@gnu.org>
3069         * mail/rmail.el (rmail-current-subject): New function.
3070         (rmail-current-subject-regexp): New function.
3071         (rmail-next-same-subject): Use it.
3073         * mail/rmailsum.el (rmail-summary-by-topic):
3074         Use rmail-current-subject and rmail-current-subject-regexp.
3075         (rmail-summary-next-same-subject): Ditto.
3077         * net/rcirc.el (rcirc-send-input): No longer check whether the
3078         process is open, since not all commands need an open process.
3079         (rcirc-send-string): Check whether the process is open before
3080         sending anything.
3081         (rcirc-ignore-list): New option.
3082         (rcirc-ignore-list-automatic): New variable.
3083         (rcirc-print): Take rcirc-ignore-list into account.
3084         (rcirc-cmd-ignore): New command.
3085         (rcirc-ignore-update-automatic): New function.
3086         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3087         list if ignored nicks.
3088         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3090 2006-01-06  David Reitter  <david.reitter@gmail.com>
3092         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3093         reflect the address to which the report will be sent.
3095 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3097         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3098         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3100 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3102         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3104         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3105         the doc string: "functoin" => "function".
3106         * ldefs-boot.el: Likewise.
3108         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3109         message text: "Duplicat" => "Duplicate".
3111 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3113         * files.el (basic-save-buffer-2): If backing-up failed, reset
3114         buffer-backed-up to nil.
3116 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3118         * progmodes/gud.el (gdb-script-skip-to-head)
3119         (gdb-script-calculate-indentation): Indent for breakpoint command
3120         lists also.
3122 2006-01-05  Bill Wohler  <wohler@newt.com>
3124         * Makefile.in (compile-always): Add mh-autoloads dependency.
3125         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3126         provides it.
3127         (updates): Remove mh-autoloads dependency, since it probably has
3128         already run recently (via recompile).
3130 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3132         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3133         argument `force' to disable the flyspell-last-buffer optimization.
3134         (flyspell-mode-on): Use it.
3136         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3137         flymake-simple-cleanup.
3138         (flymake-allowed-file-name-masks): Use this new default.
3139         All the functions are now called in the right buffer rather than
3140         passing the buffer as argument.
3141         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3142         (flymake-parse-err-lines): Remove redundant buffer arg.
3143         (flymake-get-program-dir): Comment out unused function.
3144         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3145         Remove redundant buffer argument.
3146         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3147         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3149 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3151         * info.el (Info-find-node): Don't record previous node if have none.
3152         (info): Go to directory only if history is empty.
3154         * simple.el (mark): Doc fix.
3156 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3158         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3159         already of desired type.
3160         (mac-ae-list): Coerce parameter to "list" type.
3161         (mac-dispatch-apple-event): Replace cadr part of event with a
3162         dummy position so that event-start returns it.
3164 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3166         * textmodes/org.el (org-end-of-subtree): New function.
3167         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3168         Use `org-end-of-subtree'.
3169         (org-agenda, org-agenda-convert-date): Protect calls to
3170         `fit-window-to-buffer'.
3171         (org-tags-view): Force matching of sublevels when doing a
3172         todo-only search.  Define the correct redo command, including the
3173         arguments.
3174         (org-agenda-redo): Display message.
3175         (org-check-for-org-mode): New function.
3176         (org-agenda-type): New variable.
3177         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3178         Set `org-agenda-type'.
3179         (org-agenda-check-type): New function.
3180         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3181         (org-agenda-week-view, org-agenda-day-view)
3182         (org-agenda-next-date-line, org-agenda-previous-date-line)
3183         (org-agenda-log-mode, org-agenda-toggle-diary)
3184         (org-agenda-toggle-time-grid, org-agenda-date-later)
3185         (org-agenda-date-prompt, org-agenda-diary-entry)
3186         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3187         (org-agenda-convert-date, org-agenda-menu):
3188         Use `org-agenda-check-type'.
3189         (org-make-overlay, org-delete-overlay)
3190         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3191         New compatibility functions.
3192         (org-calendar-select-mouse): New command.
3194 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3196         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3197         (Custom-reset-standard): Fix y-or-n-p messages.
3198         (custom-link): New face for links.
3199         (custom-buffer-create-internal, custom-manual): Use it.
3200         (custom-face-save): Push to theme-face before setting face spec.
3202         * wid-edit.el (widget-default-mouse-face-get): New function.
3203         (widget-specify-button): Handle mouse-face like button-face.
3205         * custom.el (load-theme): Clear old theme settings if reloading.
3207 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3209         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3210         "Erase Customization" button back to same position it occupies in
3211         the individual State menus.
3213 2006-01-04  Kim F. Storm  <storm@cua.dk>
3215         * wid-edit.el (key-sequence): Rework widget to read key binding
3216         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3217         (widget-key-sequence-default-value): Default value for empty sequence.
3218         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3219         (widget-key-sequence-read-event): New command for C-q.
3220         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3221         (widget-key-sequence-value-to-external): New functions.
3223 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3226         Use expand-file-name.
3227         (flymake-delete-temp-directory): Use expand-file-name,
3228         file-name-directory, and directory-file-name.
3229         (flymake-strrchr): Delete.
3230         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3231         to the init-f function.
3232         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3233         (flymake-init-find-buildfile-dir)
3234         (flymake-init-create-temp-source-and-master-buffer-copy)
3235         (flymake-simple-make-init-impl, flymake-simple-make-init)
3236         (flymake-master-make-init, flymake-master-make-header-init)
3237         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3238         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3239         (flymake-xml-init): Remove corresponding redundant buffer argument.
3240         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3241         the default anyway.  Clean up regexps.
3243         * progmodes/flymake.el (flymake-temp-source-file-name)
3244         (flymake-master-file-name, flymake-temp-master-file-name)
3245         (flymake-base-dir): New buffer-local vars.
3246         (flymake-buffer-data, flymake-get-buffer-value)
3247         (flymake-set-buffer-value): Replace those hash-tables by the new
3248         buffer-local vars.  Update callers.
3250         * progmodes/flymake.el (flymake-check-start-time)
3251         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3252         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3253         Move definition, so we can remove redundant earlier declaration.
3254         (flymake-replace-regexp-in-string, flymake-split-string)
3255         (flymake-get-temp-dir): Use defalias.
3256         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3257         (flymake-xemacs-window-edges): Remove unused function.
3258         (flymake-get-point-pixel-pos): Move.
3259         (flymake-pid-to-names, flymake-reg-names)
3260         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3261         Replace by a simple list flymake-processes and by process-buffer.
3262         Update callers.  Other than simplify the code, it uses buffers rather
3263         than buffer-names so it doesn't get confused by uniquify.
3264         (flymake-buffer-data): The global value should just be nil.
3266         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3267         Optimize the body of a defalias like any other code.
3269         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3270         Make sure we've setup font-lock's vars.  It may influence which
3271         function we then call.
3272         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3273         here since it's too late anyway.
3275 2006-01-03  Romain Francoise  <romain@orebokech.com>
3277         * startup.el (fancy-splash-tail, normal-splash-screen):
3278         Update copyright year.
3280 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3282         * mouse.el (mouse-drag-track): Rename, from
3283         `mouse-drag-region-1'.  Includes optional argument required to
3284         enable post-drag event processing (e.g. delete region keys).
3285         Can be used without this argument to track a mouse region and operate
3286         on it as soon as the drag completes.
3287         (mouse-drag-region): Use `mouse-drag-track'.
3289 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3291         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3292         Move to `custom-buffer' group.
3294         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3295         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3296         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3297         (custom-theme-face-menu): New variables.
3298         (custom-theme-add-variable, custom-theme-variable-action)
3299         (custom-variable-reset-theme, custom-theme-delete-variable)
3300         (custom-face-reset-theme, custom-theme-face-action)
3301         (custom-theme-delete-face, custom-theme-merge-theme)
3302         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3304 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3306         * custom.el: Move Custom Themes commentary to start of theme code.
3307         (custom-known-themes): Rename `standard' theme to `changed'.
3308         (custom-push-theme): Caller no longer specifies what theme to use
3309         when doing `reset'---the setting is simply removed from the theme.
3310         Delete MODE from `theme-value' and `theme-settings' properties.
3311         (custom-declare-theme): Ignore &rest args since we don't use them.
3313         (custom-loaded-themes): Delete variable.
3314         (custom-theme-load-themes, custom-theme-loaded-p)
3315         (custom-theme-value): Delete functions.
3317         (custom-declare-theme): Signal error on invalid theme names.
3318         (provide-theme): custom-loaded-themes was deleted.
3319         (load-theme): Load the file unconditionally.
3320         (enable-theme): Call `load-theme' if theme is undefined.
3321         (custom-enabled-themes): Only update value for successful loads.
3322         (disable-theme): Complete from enabled themes when interactive.
3323         (custom-variable-theme-value): Calculate theme value directly.
3325         (custom-theme-reset-variables, custom-reset-variables): Mark as
3326         XEmacs compatibility functions.  We don't actually use these.
3328         * cus-edit.el (custom-variable-state-set):
3329         Use custom-variable-theme-value instead of custom-theme-value.
3330         (custom-face-state-set): Rename `standard' theme to `changed'.
3331         (custom-save-variables, custom-save-faces): Delete unneeded
3332         references to custom-reset-variables.
3333         (custom-save-resets): Delete function.
3334         (custom-save-variables, custom-save-faces): MODE argument deleted.
3335         (custom-save-variables, custom-save-faces): Ignore theme values.
3337         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3338         compatibility function.
3340 2006-01-01  Richard M. Stallman  <rms@gnu.org>
3342         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3343         (Custom-reset-current, Custom-reset-saved): Likewise.
3344         (Custom-reset-standard): Show message if aborted.
3345         (custom-mode): Doc fix, describing those commands.
3347         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3348         put on event-kind property.
3350 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
3352         * custom.el (provide-theme): Ban `user' theme name.
3353         (custom-enabling-themes): New variable.
3354         (enable-theme): Don't enable user if custom-enabling-themes is t.
3355         (custom-enabled-themes): Make it a defcustom.
3356         (custom-theme-recalc-face): No-op if face is undefined.
3358         * cus-edit.el (custom-button-mouse): New variable.
3359         (custom-button-mouse): New face.
3360         (custom-raised-buttons, custom-mode): Use it.
3362         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3364 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3366         * progmodes/gud.el (gud-display-line): Support hl-line in the
3367         source buffer.
3369 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3371         * mouse.el (mouse-drag-window-above): Verify that the found window
3372         overlaps with the given window in the horizontal dimension.
3374 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3376         * Makefile.in (cvs-update): New target.
3378         * makefile.w32-in (cvs-update): Ditto.
3380 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
3382         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3383         (custom-new-theme-mode-map): New variable.
3385 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3387         * custom.el (custom-load-themes): Function deleted.
3389         * cus-edit.el (custom-save-loaded-themes): Function deleted.
3390         (custom-save-variables): Don't delete or add custom-load-themes call.
3392 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3394         * cus-start.el: Add `visible-cursor'.
3396         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3397         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3398         (flymake-process-filter): Switch to buffer before calling it instead.
3399         (flymake-post-syntax-check, flymake-highlight-err-lines)
3400         (flymake-delete-own-overlays, flymake-parse-err-lines)
3401         (flymake-start-syntax-check, flymake-start-syntax-check-process)
3402         (flymake-count-lines, flymake-parse-residual):
3403         Remove constant buffer argument.
3404         (flymake-start-syntax-check-for-current-buffer): Remove.
3405         Update callers to use flymake-start-syntax-check instead.
3406         (flymake-display-err-menu-for-current-line):
3407         Remove unused var `mouse-pos'.
3408         (flymake-restore-formatting): Comment out unused function.
3409         (flymake-report-status, flymake-report-fatal-status): Remove buffer
3410         argument, use current-buffer instead.  Update callers.
3412 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3414         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3415         buffer-local because choose-completion-delete-max-match requires
3416         that we set completion-ignore-case (i.e., binding via let is not
3417         sufficient).
3418         (bibtex-complete): Always set completion-ignore-case and
3419         choose-completion-string-functions.  The latter is needed because
3420         choose-completion-string-functions keeps its value if we quit the
3421         *Completions* buffer without requesting a completion.
3423 2005-12-30  Andreas Schwab  <schwab@suse.de>
3425         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3427 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
3429         * jit-lock.el (jit-lock-chunk-size): Doc fix.
3431 2005-12-30  Juri Linkov  <juri@jurta.org>
3433         * locate.el (locate-fcodes-file, locate-header-face)
3434         * progmodes/delphi.el (delphi-other-face)
3435         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3437         * paren.el (show-paren-match, show-paren-mismatch): Use existing
3438         group `paren-showing-faces'.
3440         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3441         (goto-address): Fix docstring.
3443         * net/webjump.el (webjump-sample-sites): Update URLs.
3445         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3447         * subr.el (cancel-change-group): Add listp around pending-undo-list.
3449 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * font-lock.el (font-lock-compile-keywords): Signal an error when
3452         font-lock-set-defaults hasn't been called.
3454 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3456         * subr.el (noreturn, 1value): Doc fixes.
3458 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3460         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3461         that assoc-string returns nil.
3463 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3465         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3466         (bibtex-entry-type-str, bibtex-empty-field-re)
3467         (bibtex-search-backward-string, bibtex-preamble-prefix)
3468         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3469         (bibtex-any-valid-entry-type): New variable.
3470         (bibtex-parse-field-name): Simplify.
3471         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3472         (bibtex-preamble-prefix): Include left delimiter.
3473         (bibtex-search-forward-field, bibtex-search-backward-field):
3474         Allow unbounded search past entry boundaries (required by bibtex-pop).
3475         (bibtex-text-in-field-bounds): Use push.
3476         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3477         (bibtex-parse-preamble, bibtex-valid-entry)
3478         (bibtex-beginning-first-field): New functions.
3479         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
3480         (bibtex-map-entries): Fix docstring.
3481         (bibtex-flash-head): New arg prompt.  Simplify.
3482         (bibtex-enclosing-field): Include code of bibtex-inside-field.
3483         (bibtex-insert-kill): Simplify.  Always insert text past the
3484         current field or entry.
3485         (bibtex-format-entry): Use bibtex-parse-field.
3486         (bibtex-pop): Use bibtex-beginning-of-entry and
3487         bibtex-end-of-entry to initiate the search.  Insert empty field if
3488         we found ourselves.
3489         (bibtex-print-help-message): New args field and comma.
3490         Handle entry keys.
3491         (bibtex-make-field): Use bibtex-beginning-of-entry.
3492         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
3493         invalid entry.
3494         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3495         Handle preambles.  Simplify code for thorough test.
3496         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3497         New arg comma.  Handle entry heads.
3498         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3499         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3500         New arg comma.
3501         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3502         (bibtex-fill-field): Simplify.
3503         (bibtex-fill-entry): Use bibtex-beginning-first-field and
3504         bibtex-parse-field.
3505         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3506         (bibtex-complete): Use bibtex-parse-preamble.
3508 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
3510         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3511         Display name of expression instead of convenience variable.
3512         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3514         * progmodes/gud.el (gud-tooltip-dereference): Rename from
3515         toggle-gud-tooltip-dereference.
3516         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3517         (gud-tooltip-tips): ...here when dereferencing.
3519 2005-12-28  Bill Wohler  <wohler@newt.com>
3521         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3523 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3525         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3526         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
3527         (vc-annotate-display-autoscale): Adjust call.
3528         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
3529         Fix interactive spec.
3530         (vc-annotate-time-span): Remove.
3531         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3532         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3533         (vc-annotate-display-select): Use new name.
3535         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3536         (vc-annotate-mode-menu): Remove left-over redundant declaration.
3537         Correct the construction of span entries.  Simplify.
3538         (vc-annotate-display-select): Fix the nil case.
3539         (vc-annotate): Remove obsolete (and now broken) code.
3540         (vc-annotate-extract-revision-at-line): Remove obsolete code.
3541         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
3543 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
3545         * subr.el (lazy-completion-table): Correct typo in docstring.
3547         * startup.el (command-line): Use `custom-reevaluate-setting' for
3548         `send-mail-function'.
3550         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3552 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
3554         * mail/smtpmail.el (smtpmail-try-auth-methods):
3555         Send credentials together with "AUTH PLAIN" command.
3557 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3559         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3560         mouse-2, go back to previously selected window, so it's selected
3561         when mouse-2 command runs.
3563 2005-12-27  Juri Linkov  <juri@jurta.org>
3565         * descr-text.el (describe-text-sexp): Use square brackets for
3566         button [Show] to distinguish it from the property value `show'.
3567         (describe-property-list): Use `insert-text-button' with
3568         `help-face' type instead of putting face in quotes, because button
3569         is not created automatically for a list of faces.
3570         (describe-text-properties-1): Put button-type value in quotes to
3571         distinguish from plain text "button".
3572         (describe-char): Display code point values in hex.  Don't use
3573         `symbol-name' for `current-input-method' because it is a string.
3574         Use `insert-text-button' with `help-face' type instead of putting
3575         hardcoded face in quotes, because button is not created automatically.
3577 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3579         * progmodes/glasses.el (glasses-face): More specific custom type.
3581         * files.el (set-visited-file-name): Doc fix.
3583         * textmodes/flyspell.el (flyspell-external-point-words):
3584         Use local var buffer-scan-pos to advance scan for next misspelling.
3585         Advance it only after we find the misspelling.
3587 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
3589         * textmodes/flyspell.el (flyspell-external-point-words):
3590         New criteria for finding the misspelling in the buffer.
3592 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
3594         * help-mode.el (help-insert-string): Set help-xref-stack-item
3595         rather than call help-setup-xref.
3597         * descr-text.el (describe-char): Revert previous changes for
3598         optional buffer argument.
3600 2005-12-27  Juri Linkov  <juri@jurta.org>
3602         * help-mode.el (help-insert-string): New function.  Save buffer
3603         contents in cases where it is impossible to recompute the old contents.
3605         * descr-text.el (describe-char): Set help-xref-stack-item
3606         explicitly after buffer has been generated.
3608 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3610         * cus-start.el (all): Add x-gtk-show-hidden-files.
3612 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3614         * replace.el (perform-replace): Calculate match-again
3615         before skipping read-only matches.
3617         * paren.el (paren-showing-faces): New group.
3618         (show-paren-match, show-paren-mismatch): Move to that group.
3620         * button.el (button): Put into group `basic-faces'.
3622         * progmodes/make-mode.el: Remove faces from group `faces'.
3624         * apropos.el (apropos, apropos-value): Doc fix.
3625         (apropos-documentation): Doc fix.
3627 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * subr.el (lazy-completion-table): Remove argument `args'.
3631         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3632         Don't use the `args' argument of lazy-completion-table.
3634 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
3636         * descr-text.el (describe-char): Add optional argument for buffer.
3637         Set buffer appropriately.  Call help-setup-xref.
3638         Suggested by Stefan Monnier.
3640 2005-12-26  Juri Linkov  <juri@jurta.org>
3642         * descr-text.el: Require `help-fns' at runtime.  Don't require
3643         `button' for byte compilation.
3644         (describe-text-widget): Add `help-echo' for first button.
3645         Use `help-info' for second.
3646         (describe-property-list): Use `help-argument-name' instead of `italic'.
3647         (describe-text-category): Add prompt to interactive spec.
3648         Call `help-setup-xref'.
3649         (describe-char): Use `help-character-set'.  Add `help-echo' for
3650         code point.  Use `help-input-method'.  Remove superfluous insert.
3652 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3654         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3655         at point, in case of narrowing.
3657         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3659         * locate.el (locate-header-face): Allow nil in type.
3661         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3663 2005-12-25  Romain Francoise  <romain@orebokech.com>
3665         * battery.el (battery-linux-proc-acpi): Also try
3666         `/proc/acpi/thermal_zone/THM0/temperature'.
3668 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
3670         * custom.el (custom-push-theme): Fix docstring.
3672         * cus-edit.el (custom-variable-set, custom-variable-save)
3673         (custom-variable-save): Custom-quote widget values.
3674         (customize-save-variable): Fix custom-push-theme call.
3676 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
3678         * w32-fns.el (w32-batch-update-autoloads): New function.
3680         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3681         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3682         from the command line.
3684 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3686         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
3687         reset means to remove setting from theme entirely.  Don't keep
3688         expanding theme-settings list; delete old entries if necessary.
3690         * cus-edit.el (custom-buffer-create-internal): Move "Erase
3691         customization" button one line up.
3692         (custom-themed): New face.
3693         (custom-magic-alist): New value, THEMED, for theme settings.
3694         (custom-variable-state-set, custom-face-state-set):
3695         Check theme-value instead of saved-value.
3696         (custom-variable-reset-standard, custom-face-reset-standard):
3697         Remove theme setting entirely.  Recalculate new values.
3698         (custom-variable-set, custom-variable-set)
3699         (custom-variable-reset-saved, custom-variable-reset-backup)
3700         (custom-face-set, custom-face-reset-saved): Update `user' theme.
3701         (custom-variable-save): Fix typos.
3703 2005-12-23  Juri Linkov  <juri@jurta.org>
3705         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3706         Add autoload cookies.
3707         (edebug-outside-d-c-i-n-s-w): New variable.
3708         (edebug-display, edebug-outside-excursion): Use it to save the
3709         original value of default-cursor-in-non-selected-windows.
3710         Set default-cursor-in-non-selected-windows to t while Edebug
3711         is active.
3712         (edebug-mode, edebug-eval-mode): Doc fix.
3714         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3715         with `buffer-substring-no-properties' to remove common substring
3716         highlighting.
3718         * info.el (info-other-window, info): Rename function argument
3719         `file' to `file-or-node'.
3720         (Info-complete-menu-item): Use local variable `complete-nodes' to
3721         keep the global value of `Info-complete-nodes' unchanged for
3722         subsequent completions.
3723         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3725         * simple.el (get-next-valid-buffer, last-buffer)
3726         (next-error-buffer-p, next-error-find-buffer)
3727         (minibuffer-history-sexp-flag): Doc fix.
3729         * savehist.el (savehist-mode-hook): Add `:group'.
3731         * log-view.el: Call autoload for vc-find-version.
3732         (log-view-current-file): Adjust subgroup numbers.
3733         (log-view-current-tag): Add `length'.
3735 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3737         * vc.el (vc-annotate-car-last-cons): Defn moved up.
3739 2005-12-23  Juri Linkov  <juri@jurta.org>
3741         * hi-lock.el (hi-lock-archaic-interface-message-used)
3742         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3743         (hi-lock-mode): Display "Hi" in the mode line only when
3744         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3745         (hi-lock-write-interactive-patterns):
3746         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3747         (hi-lock-set-pattern, hi-lock-set-file-patterns)
3748         (hi-lock-font-lock-hook): Set 3rd arg `how' of
3749         font-lock-add-keywords to t.
3751 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
3753         * hi-lock.el (hi-lock-highlight-range): New variable.
3754         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3755         only if font-lock-fontified is non-nil.  Remove overlays.
3756         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3757         font-lock-fontified is non-nil, otherwise use overlays (instead of
3758         text properties).
3759         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3760         New variables.
3761         (hi-lock-string-serialize) New function.
3763 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3765         * menu-bar.el (menu-find-file-existing): New function.
3766         (menu-bar-file-menu): Use menu-find-file-existing for Open.
3768         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3770 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * vc.el: Remove unnecessary leading * in docstrings.
3773         (vc-annotate-mode-map): Move initialization into declaration.
3774         (vc-static-header-alist): Nitpick on the regexp.
3775         (vc-default-init-version): New fun.
3776         (vc-register): Use it.
3777         (vc-insert-headers): Use dolist.
3778         (vc-annotate-get-backend): Remove unused function.
3779         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
3780         (vc-annotate-mode): Remove corresponding call.
3781         (vc-annotate-car-last-cons): Simplify.
3782         (vc-annotate-buffers): Remove var.
3783         (vc-annotate-backend): Make it buffer-local.
3784         (vc-annotate): Move the interaction to the interactive spec.
3785         Add a `buf' argument.
3786         (vc-annotate-warp-version): Use this new `buf' argument to avoid
3787         killing&creating a vc-annotate buffer, which is very disruptive when
3788         the buffers are shown in dedicated frames.
3790 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
3792         * descr-text.el: Add FSF as maintainer.
3793         (describe-text-mode, describe-text-mode-map)
3794         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
3795         help-mode.
3796         (describe-text-widget, describe-text-sexp)
3797         (describe-property-list, describe-text-category)
3798         (describe-text-properties, describe-text-properties-1)
3799         (describe-char): Use help buttons instead of widgets.
3800         (describe-char-unicodedata-file): Make URL link in doc string.
3802 2005-12-22  Richard M. Stallman  <rms@gnu.org>
3804         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3805         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3806         Don't include buttons that write a file when there's no file.
3807         (custom-variable-menu, custom-face-menu, custom-group-menu):
3808         Don't include commands that write a file when there's no file.
3809         (customize-browse): Reword the top-of-buffer help intro.
3810         (custom-buffer-create-internal): Fix previous change.
3811         (customize-changed-options-previous-release): Prev release is 21.1.
3812         (customize-changed-options): Doc fix.
3813         (customize-changed): New alias.
3814         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3815         Say "standard values".
3816         (Custom-reset-standard): Doc fix.
3817         (custom-face-reset-standard): Doc fix.
3819 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3821         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3822         even if font-lock-mode is non-nil since it may be t without having
3823         turned on font-lock-mode-internal.
3824         (font-lock-choose-keywords): Minor optimization.
3825         (font-lock-add-keywords, font-lock-remove-keywords)
3826         (font-lock-set-defaults): Don't call make-local-variable on a variable
3827         that we know to already be local.
3829 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3831         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3832         messages if in the minibuffer.
3834 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3836         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3837         (tex-mode-flyspell-verify, flyspell-get-word)
3838         (flyspell-external-point-words): Don't use point-min/max uselessly.
3840         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3841         by Kevin Rodgers.  Instead, just hide the completions buffer if we
3842         don't need to show it.
3844 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
3846         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3848 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3851         delete-windows-on with an inexistent buffer.
3853 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
3855         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3856         Delete defcustom variable :tag names.
3858 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3861         (log-view-font-lock-keywords): Ajust subgroup numbers.
3862         (log-view-current-tag): Don't hard code the number of subgroups.
3864 2005-12-20  Juri Linkov  <juri@jurta.org>
3866         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3867         (tooltip-x-offset, tooltip-y-offset): Doc fix.
3869         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3870         (menu-bar-non-minibuffer-window-p): Instead of checking
3871         display-multi-frame-p, use selected-frame when menu-updating-frame
3872         is nil.
3874 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
3876         * align.el (align-rules-list): Use [ \t] instead of \s-
3877         for column separators in text mode.
3879 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
3881         * help-mode.el (help-customize-variable, help-customize-face):
3882         Don't pop help-xref-stack as help-follow no longer pushes
3883         anything on to it.
3885 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
3887         * textmodes/org.el (org-agenda-custom-commands): New option.
3888         (org-agenda): Offer custom commands on splash screen.
3889         (org-make-tags-matcher): Parser for Boolean logic added.
3890         (org-agenda-set-tags): New command.
3891         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3892         (org-set-tags): Efficiency improvements.
3893         (org-auto-align-tags): New option.
3894         (org-todo, org-demote, org-promote): Realign tags.
3895         (org-tags-completion-function): Use also "&" and "|" as separators.
3896         (org-org-menu): Agenda commands simplified.
3898 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3900         * cus-edit.el (customize-apropos, customize-apropos-options):
3901         Docstring changes.
3903         * font-lock.el (font-lock): Add tags to the links in the defgroup.
3905 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
3907         * longlines.el (longlines-mode): Wrap while widened.
3908         (longlines-decode-region, longlines-encode-region): Compute max
3909         just once.
3911 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3913         * cus-edit.el (mac): New group.
3915         * cus-start.el (all): Add user options in macterm.c.  Add test for
3916         Mac-related built-ins.  Fix test for GTK-related built-ins.
3918         * term/mac-win.el (mac-handle-language-change)
3919         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3920         (mac-services-open-selection, mac-services-mail-selection)
3921         (mac-services-mail-to, mac-services-insert-text)
3922         (mac-dispatch-apple-event): Add docstrings.
3923         (x-get-selection, mac-select-convert-to-string): Select coding
3924         system from `utf-16be' and `utf-16le' using `byteorder'.
3926 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3928         * subr.el (lazy-completion-table): Don't be fooled if the var holds
3929         a "list" (lambda ...) rather than a real completion list.
3931         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3932         lexical-let when encountering ((lambda (...) ...) ...).
3934 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3936         * progmodes/sh-script.el (sh-mode):
3937         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3938         * textmodes/picture.el (picture-mode): Update docstrings.
3940 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3942         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3943         commands enclosed in $(ARGQUOTE)s should not be split between two
3944         lines, as that will break with GNU Make >3.80, when sh.exe is used
3945         and arg quoting is with '..'.
3946         (autoloads): Don't break the quoted --eval expression between
3947         several lines.
3949 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3951         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3952         Capture error from printing circular structures.
3954 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3956         * wid-edit.el (widget-checkbox-action): Clear undo info.
3958 2005-12-16  Bill Wohler  <wohler@newt.com>
3960         * menu-bar.el (kill-this-buffer): Set a good example by using menu
3961         bar, not menubar in comment.
3963 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3965         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3966         After-change-functions should not clobber the match data.
3968 2005-12-16  Juri Linkov  <juri@jurta.org>
3970         * simple.el (choose-completion): Use `buffer-substring-no-properties'
3971         instead of `buffer-substring'.
3972         (completion-common-substring): Doc fix.
3973         (completion-setup-function): Use minibuffer-completion-contents
3974         instead of minibuffer-contents.  Don't set common-string-length
3975         initially.  Remove special handling of partial-completion-mode.
3976         Move computation of completion-base-size into one cond.
3977         Call completion-base-size-function in mainbuf.  In computation of
3978         completion-base-size for file name completion don't move point to
3979         the end of the minibuffer.  Move computation of common-string-length
3980         into one cond.  Start putting faces only when common-string-length>=0.
3981         Add condition to put completions-common-part when
3982         common-string-length>0.
3984         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3985         place point at the first different character in the minibuffer
3986         even if this position is at the beginning of the minibuffer.
3988         * info.el (Info-read-node-name-1): In completion-base-size-function's
3989         lambda return 1 if common-substring or minibuffer-completion-contents
3990         starts with (, and 0 otherwise.
3992         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3993         Use `crm-current-element' for second arg of `display-completion-list'.
3995 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
3997         * files.el (set-auto-mode): Look for an interpreter specified on
3998         the first line also if search for mode specification succeeded,
3999         but the mode is not known.
4001 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4003         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4004         (org-open-at-point): Implement tag searches as links.
4005         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4006         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4007         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4008         (org-agenda-dispatch): New commands.
4009         (org-use-tag-inheritance, org-tags-column): New options.
4010         (org-tab-follows-link, org-return-follows-link): New options.
4011         (org-tags): New customize group.
4012         (org-start-icalendar-file): Get local time zone.
4013         (org-tags-completion-function): New function.
4014         (org-set-font-lock-defaults): Make sure links will also be
4015         highlighted inside headlines.
4017 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4019         * term.el (term-emulate-terminal):
4020         Let term-handle-ansi-terminal-messages override what Bash says about
4021         its current directory.
4023 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4025         * bindings.el (last-buffer): Move to simple.el.
4026         * simple.el (last-buffer): Move here.
4027         (get-next-valid-buffer): New function.
4028         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4029         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4031         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4032         * bindings.el (global-map): Ditto.
4034 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4036         * cus-edit.el: Introductory comment change.
4037         (custom-magic-alist): Change message string for the `rogue' state.
4039 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4041         * tooltip.el: Delete defcustom variable :tag names.
4043         * complete.el (partial-completion-mode): Doc fix.
4045         * textmodes/flyspell.el (flyspell-external-point-words):
4046         Use save-excursion to ensure we don't move backward in the
4047         search loop, not even one character.
4048         (flyspell-delete-all-overlays): Use remove-overlays directly.
4050         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4051         (ispell-start-process): Set that variable.
4052         Clear ispell-buffer-local-name.
4053         (ispell-internal-change-dictionary):
4054         Set ispell-current-dictionary after killing process.
4055         (ispell-buffer-local-dict):
4056         Don't set spell-personal-dictionary after killing process.
4057         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4058         (ispell-tex-skip-alists, ispell-html-skip-alists)
4059         (ispell-skip-region-alist): Mark as risky.
4061         * net/newsticker.el (newsticker--retrieval-timer-list)
4062         (newsticker--display-timer, newsticker-running-p)
4063         (newsticker-ticker-running-p): Definitions moved up.
4065 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4067         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4069 2005-12-15  David Ponce  <david@dponce.com>
4071         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4072         (recentf-edit-list, recentf-open-files): Signal an error when
4073         there is no recent file.
4075 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4077         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4078         read-only except for texinfo-format-region evaluation.
4080 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4082         * vc.el (vc-default-previous-version, vc-default-next-version)
4083         (vc-do-command): Doc fixes.
4085 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4087         * textmodes/bibtex.el (bibtex-expand-strings)
4088         (bibtex-autokey-expand-string, bibtex-name-part)
4089         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4090         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4091         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4092         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4093         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4094         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4095         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4096         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4097         (bibtex-beginning-of-last-entry): Remove.
4098         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4099         message if comma is missing but buffer is read-only.
4100         (bibtex-parse-field-text): Handle whitespaces at the end of field
4101         text.  Return 3-element list with beginning and end of field text
4102         and end of field.
4103         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4104         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4105         (bibtex-search-forward-field, bibtex-search-backward-field):
4106         Search always delimited by limits of entry.  Use more efficient
4107         search algorithms.
4108         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4109         bibtex-end-of-name-in-field.
4110         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4111         extracting the content of a field.
4112         (bibtex-text-in-field): Use search limits.
4113         (bibtex-parse-string-prefix): Handle empty string keys based on
4114         bibtex-string-empty-key.
4115         (bibtex-parse-string): Fix docstring.
4116         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4117         (bibtex-preamble-prefix, bibtex-strings): New functions.
4118         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4119         BibTeX entries (consistent with other BibTeX functions).
4120         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4121         (bibtex-search-entry): Fix docstring.  Simplify.
4122         (bibtex-flash-head, bibtex-complete-string-cleanup)
4123         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4124         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4125         (bibtex-parse-entry): New optional arg content.
4126         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4127         Use bibtex-text-in-field-bounds.
4128         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4129         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4130         bibtex-parse-string-postfix.
4131         (bibtex-find-text-internal): New function.
4132         (bibtex-remove-delimiters): Use it.
4133         (bibtex-find-text): Use it.  New optional arg help.
4134         (bibtex-complete): Handle BibTeX string and preamble entries.
4135         (bibtex-Preamble): Fix order of closing delimiters.
4137 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4139         * vc.el (vc-default-revert): New fun.
4141         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4143 2005-12-14  Romain Francoise  <romain@orebokech.com>
4145         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4146         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4147         (font-lock-remove-keywords): Likewise.
4149 2005-12-14  Juri Linkov  <juri@jurta.org>
4151         * log-view.el (log-view-diff): Doc fix.
4153         * isearch.el (isearch-query-replace): Use (mark) instead of
4154         isearch-opoint if mark is active in transient-mark-mode.
4156 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4158         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4160 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4162         * progmodes/cpp.el (cpp-face): New widget.
4163         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4165 2005-12-14  Juri Linkov  <juri@jurta.org>
4167         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4168         around `erase-buffer' and `insert'.
4170         * descr-text.el (describe-text-properties): Replace buffer name
4171         "*Help-2*" with "*Help*<2>".
4172         (describe-char): Add functions print-help-return-message,
4173         toggle-read-only.  Use help-setup-xref with nil to not store
4174         describe-char in help-xref-stack.  Use help-make-xrefs to
4175         make [back] button.
4177         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4179         * wdired.el (wdired-old-point): New internal variable.
4180         (wdired-change-to-wdired-mode): Set it buffer-locally.
4181         (wdired-abort-changes): Restore point after aborting changes.
4183 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4185         * vc.el (vc-do-command): Add a new value t for okstatus.
4187         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4188         frame in case of errors.
4190 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4192         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4193         so it comes after "On the Left" in the menu.
4195 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4197         * cus-edit.el (customize-apropos, customize-apropos-options)
4198         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4200 2005-12-12  Bill Wohler  <wohler@newt.com>
4202         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4203         non-writable Subversion-controlled files by saving window
4204         configuration before calling vc-do-command.  vc-do-command calls
4205         pop-to-buffer on error which is unexpected during registration.
4207 2005-12-12  Jay Belanger  <belanger@truman.edu>
4209         * calc/README: Update the summary of changes.
4211 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         * descr-text.el (describe-char): Rework last fix to solve the problem
4214         is the same way it's solved for everything else in that function
4215         (i.e. by extracting the info before setting up the *Help* buffer).
4217 2005-12-12  Kim F. Storm  <storm@cua.dk>
4219         * subr.el (version-regexp-alist): Allow space as separator before
4220         non-numeric part, e.g. "1.0 alpha".
4221         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4223 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4225         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4226         Implement Logging and the keep-modes setting.
4227         (org-get-category): Make sure a string is returned.
4228         (org-log-done): New function.
4229         (org-log-done, org-closed-string): New options.
4231 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4233         * tooltip.el (tooltip-y-offset): Change default to 20.
4235 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4237         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4239         * frame.el (display-hourglass): Doc fix.
4241         * help.el (help-for-help-internal): Simplify entry for `a'.
4243         * info.el (Info-on-current-buffer): Doc fix.
4244         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4246         * startup.el (inhibit-splash-screen): Make this the real name.
4247         (inhibit-startup-message): Make this the alias.
4248         (command-line): Find only simple.el, and use its directory
4249         to fill in other preloaded files' names.
4250         (command-line): Deactivate the mark if deactivate-mark is set.
4252         * international/mule.el (load-with-code-conversion):
4253         Bind deactivate-mark.
4255         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4257 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4259         * cus-edit.el (customize-apropos): Avoid listing an option more
4260         than once under different aliases.  No longer list user options
4261         that are not defined with defcustom (unless a prefix arg is given).
4262         Doc fix.
4263         (customize-apropos-options): Doc fix.
4265 2005-12-11  Juri Linkov  <juri@jurta.org>
4267         * frame.el (set-background-color, set-foreground-color)
4268         (set-cursor-color, set-mouse-color, set-border-color):
4269         Add explicit prompts to read colors by `facemenu-read-color'.
4270         (show-trailing-whitespace, blink-cursor-delay)
4271         (blink-cursor-interval, display-hourglass, hourglass-delay):
4272         Remove tags.
4273         (display-hourglass, hourglass-delay): Doc fix.
4274         (cursor-in-non-selected-windows): Capitalize words in tag.
4276         * faces.el (frame-background-mode): Replace `choice-item' keywords
4277         with `const' to not make [default] button.  Change default value tag
4278         from `default' to `automatic'.  Doc fix.
4279         (trailing-whitespace) <defface>: Change group `whitespace' to
4280         `whitespace-faces'.
4282 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4284         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4286 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4288         * term/mac-win.el: Create keymap for mac-apple-event-map.
4290 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4292         * tooltip.el (tooltip-mode): Move to start of file so that it
4293         appears at top of customize buffer.
4295         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4296         Add the gud groupname.
4297         (gud-tooltip-mode): Add the tooltip groupname.
4298         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4299         avoid conflict with tooltip-use-echo-area.
4301 2005-12-10  Romain Francoise  <romain@orebokech.com>
4303         * help.el (help-for-help-internal): Add `r' in doc string.
4305 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4307         * align.el (align-regexp, align-highlight-rule):
4308         Use region-beginning and region-end instead of point and mark, so that
4309         repetition (with `repeat-complex-command') recomputes the region
4310         bounds.
4312 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4314         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4315         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4316         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4317         (balance-windows): Rewrite using the above new functions.
4319 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4321         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4322         react if global-hi-lock-mode seems intended.
4323         (global-hi-lock-mode) Renamed from hi-lock-mode.
4324         (hi-lock-archaic-interface-message-used)
4325         (hi-lock-archaic-interface-deduce): New variables.
4326         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4327         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4328         (hi-lock-find-patterns, hi-lock-font-lock-hook):
4329         Replace hi-lock-buffer-mode with hi-lock-mode.
4331 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
4333         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4334         completion list, even after a partial completion has been
4335         inserted in the current buffer.  If there are more than 1
4336         completion, redisplay the *Completions* buffer; if the
4337         completion is unique, delete the *Completions* window.
4339 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
4341         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4342         strings and long subject lines that were broken into multiple
4343         lines at arbitrary places.  Handle subjects that have "Re: " in
4344         the middle.
4346 2005-12-10  John W. Eaton  <jwe@octave.org>
4348         * emacs/octave-mod.el (octave-electric-space): Don't indent
4349         comments or strings if octave-auto-indent is nil.
4351 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4353         * term/mac-win.el: Require url when compiling.
4354         Call mac-process-deferred-apple-events after loading init files.
4355         (mac-apple-event-map): New defvar.  Define event handlers in it.
4356         (core-event, internet-event): New Apple event class symbols.
4357         (open-application, reopen-application, open-documents)
4358         (print-documents, open-contents, quit-application)
4359         (application-died, show-preferences, autosave-now, get-url):
4360         New Apple event ID symbols.
4361         (about): New HICommand ID symbol.
4362         (mac-event-spec, mac-event-ae): New macros.
4363         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4364         (mac-ae-selection-range, mac-ae-text-for-search)
4365         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4366         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
4367         and Services menu events are now defined in mac-apple-event-map.
4368         (mac-drag-n-drop): Remove selection range handling.
4370 2005-12-10  Kenichi Handa  <handa@m17n.org>
4372         * simple.el (zap-to-char):
4373         * isearch.el (isearch-process-search-char): Translate CHAR by
4374         translation-table-for-input.
4376 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
4378         * foldout.el (foldout-exit-fold): Properly hide subtree.
4380 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4382         * files.el (save-buffer):
4383         * international/ucs-tables.el (ucs-set-table-for-input):
4384         * mail/mail-extr.el (mail-extract-address-components):
4385         * mail/sendmail.el (mail-mode): Reformat doc string.
4387 2005-12-09  Juri Linkov  <juri@jurta.org>
4389         * isearch.el (isearch-highlight): Change main overlay priority
4390         from 1 to 1001.  Simplify.
4391         (isearch-lazy-highlight-update): Change lazy overlay priority
4392         from 0 to 1000.
4394         * replace.el (replace-highlight): Change overlay priority from
4395         1 to 1001.
4397         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4398         Change overlay priority from 1 to 1001.  Reuse existing overlay.
4400         * compare-w.el (compare-windows-highlight): Change overlay
4401         priority from 1 to 1000.
4403         * menu-bar.el (menu-bar-edit-menu): Add listp around
4404         pending-undo-list to disable menu item "undo" when pending
4405         undo list is empty.
4407         * locate.el (locate): Disable undo in *Locate* buffer.
4409 2005-12-09  Kim F. Storm  <storm@cua.dk>
4411         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4413 2005-12-09  David Ponce  <david@dponce.com>
4415         * recentf.el: Improvement of the menu code.
4416         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
4417         instead of menu hook.
4418         (recentf-show-menu, recentf-hide-menu): New functions.
4419         (recentf-menu-customization-changed, recentf-mode): Use them.
4420         (recentf-menu-action, recentf-max-menu-items)
4421         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4422         (recentf-arrange-by-rule-others)
4423         (recentf-arrange-by-rules-min-items)
4424         (recentf-arrange-by-rule-subfilter) : Don't use
4425         `recentf-menu-customization-changed'.
4426         (recentf-arrange-rules): Likewise.  Accept functions to compute
4427         sub-menu titles.
4428         (recentf-menu-filter): Likewise.  Doc fix.
4429         (recentf-menu-value-shortcut): Doc fix.
4430         (recentf-dump-variable): Quote atom value.
4431         (recentf-make-menu-items): Update to use it as a menu filter.
4432         (recentf-match-rule): New function.
4433         (recentf-arrange-by-rule): Use it.
4434         (recentf-indirect-mode-rule): New function.
4435         (recentf-build-mode-rules): Use it.
4436         (recentf-dir-rule): New function.
4437         (recentf-arrange-by-dir): Use it.
4438         (recentf-filter-changer-current): Rename from
4439         `recentf-filter-changer-state'.  All references updated.
4440         (recentf-filter-changer-alist): Update filter names.
4441         (recentf-filter-changer-select): New function.
4442         (recentf-filter-changer): Use it.  Make a sub-menu from filters
4443         available in `recentf-filter-changer-alist'.
4444         (recentf-data-cache, recentf-clear-data)
4445         (recentf-update-menu): Remove.  All references updated.
4446         (recentf-match-rule-p, recentf-build-dir-rules)
4447         (recentf-filter-changer-goto-next)
4448         (recentf-filter-changer-get-current)
4449         (recentf-filter-changer-get-next): Remove.
4451 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
4453         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4454         buffer "Reset" button to "Reset to Current" for consistency with
4455         the State buttons.
4457 2005-12-08  John Paul Wallington  <jpw@pobox.com>
4459         * ibuf-ext.el (define-ibuffer-filter filename):
4460         If `dired-directory' is a list then really use its car.
4462 2005-12-08  Kim F. Storm  <storm@cua.dk>
4464         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4465         Fix indention of text on right side of replaced rectangle.
4467 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
4469         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4470         No need to check gud-comint-buffer is bound.
4471         (gdb): Prevent multiple debugging when first session uses gdba.
4473 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4475         CC Mode update to 5.31.
4477         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4478         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
4479         We might do this function properly in the future).
4481         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4482         New macros c-sentence-end and c-default-value-sentence end, to cope
4483         with Emacs 22's new function `sentence-end'.
4485 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4487         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4488         compat issue using `c-put-overlay' and `c-delete-overlay'.
4490         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4491         New compat macros to handle overlays/extents.
4493 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4495         * progmodes/cc-fix.el: Add definitions of the macros push and pop
4496         (for GNU Emacs 20.4)
4498         * progmodes/cc-defs.el:
4499         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4501         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4502         highlighting mechanism so it will work in XEmacs too.
4504         * progmodes/cc-defs.el: Insert c-int-to-char.
4506         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4507         call to the new macro c-int-to-char.  This solves XEmacs's
4508         regarding characters as different from integers.
4510 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4512         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4513         New internal helper.
4515         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4516         construct to make the indirect face lookup work in XEmacs.
4518         (c-cpp-matchers): Append the negation char face to the existing
4519         fontification, so that the cpp face doesn't disappear.
4520         Use `c-make-syntactic-matcher' to avoid negation chars in comments
4521         and strings.
4523         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4524         to map to `font-lock-negation-char-face' in emacsen where it exists.
4526 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4528         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4530         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4531         Rename "c-subword-move-mode" as "c-subword-mode".
4533         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4534         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
4536 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4538         * progmodes/cc-mode.el: Added autoload directive for
4539         `c-subword-move-mode' for use in older emacsen.
4541 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4543         * progmodes/cc-mode.el:
4544         (i) Insert a binding for C-c C-backspace into
4545         c-bind-special-erase-keys which works in TTYs.
4546         (ii) Make sure that when file styles are used, any explicitly
4547         given style variables take priority over those in the style.
4548         Do this by calling `hack-local-variables' a second time.
4550         * progmodes/cc-vars.el: Add language specific customization
4551         widgets for AWK to c-doc-comment-style, c-require-final-newline
4552         and c-default-style.  Add a defcustom for awk-mode-hook.
4553         Give c-syntactic-element and c-syntactic-context doc-strings by
4554         directly setting their `variable-documentation' propery.
4555         This allows Emacs 22.1 to read these with C-h v.
4557         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4559 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4561         * progmodes/cc-fonts.el, cc-vars.el
4562         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4563         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4564         Masatake YAMATO.
4566         (c-doc-comment-style): Made GtkDoc default in C mode.
4568         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4569         and C-c C-<delete>.
4571         (c-bind-special-erase-keys): New function for use on
4572         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4574         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4575         <delete> key behavior in XEmacs according to `delete-forward-p'.
4576         C.f. `c-electric-delete'.
4578 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4580         * progmodes/cc-mode.el: Give c-hungry-backspace and
4581         c-hungry-delete-forward permanent key bindings.
4583         * progmodes/cc-cmds.el (c-electric-semi&comma):
4584         Bind c-syntactic-context for calls to "criteria functions", for
4585         consistency with other calls to user functions.
4587         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4588         `current-prefix-arg', since this might be the prefix arg to a
4589         command which calls c-indent-command as a function.  Change the
4590         interactive spec from "p" to "P".
4592         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4593         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4594         was difficult to understand.
4596 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4598         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4599         first char of an identifier.
4601         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4602         +" syntax in C++.
4604 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4606         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4607         auto-fill doesn't split a c-comment's last word from a hanging
4608         "*/" when a space is typed between them after fill-column.
4610         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4612         * progmodes/cc-styles.el (c-set-style)
4613         (c-setup-paragraph-variables): Abort the command if we're not in a
4614         CC Mode buffer.
4616         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4617         with blank comment-prefix, and a blank line as the comment's
4618         second line.
4620 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4622         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4623         Incorporate the patterns added in the Emacs development branch
4624         for the new Emacs 22 face `font-lock-negation-char-face'.
4626         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4627         of "red" since it stands out better in xterms and DOS terminals.
4629         * progmodes/cc-engine.el (c-literal-faces):
4630         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4632 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4634         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4635         forcibly enable c-electric-flag.
4637         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4638         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4639         after the comment-prefix of a C-style comment will close that comment.
4641 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4643         * progmodes/cc-fonts.el (c-basic-matchers-before)
4644         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4645         in Pike.
4647         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4648         digraphs.
4650         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4651         (c-cpp-message-directives, c-cpp-include-directives)
4652         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4653         (c-cpp-expr-directives): Introduce new language constants to
4654         control cpp syntax in a cleaner way.
4656         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4658         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4660         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4661         (c-multiline-string-start-char): New language constants and
4662         variables to specify how newlines in string literals work.
4664         (c-font-lock-invalid-string): Use them.
4666         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4667         unbalanced close brace is entered.  Optimization by avoiding going
4668         back over arbitrarily large blocks.  Removed hints that this
4669         function only would be relevant/useful in AWK.
4671         (c-electric-brace): Indent syntactically after the cleanups since
4672         lineup functions might do it differently then.
4674         * progmodes/cc-engine.el, cc-langs.el
4675         (c-opt-op-identifier-prefix): New language constant and variable.
4677         (c-just-after-func-arglist-p, c-after-special-operator-id)
4678         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4680         * progmodes/cc-align.el, cc-engine.el
4681         (c-after-special-operator-id): New helper to handle C++ operator
4682         identifiers.
4684         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4685         (c-guess-basic-syntax): Handle C++ operator identifiers in
4686         declarations.
4688         * progmodes/cc-langs.el (c-assignment-operators): Add the
4689         trigraph version of ^= too.
4691         * progmodes/cc-langs.el (c-assignment-operators): Add the
4692         trigraph version of |= in C++.
4694         * progmodes/cc-fonts.el (c-font-lock-declarators):
4695         Handle `c-decl-hangon-kwds' after the identifier name.
4697         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4698         whether an arglist is "nonempty", ignore a comment after the open
4699         paren if it isn't followed by a non-comment token on the same line.
4701         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
4702         Enable heuristics below the point to cope with classes inside special
4703         brace lists in Pike.
4705 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4707         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4709 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4711         * progmodes/cc-guess.el (cc-guess-install): New function to
4712         install an already guessed style in another buffer.
4714         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4715         sets `inhibit-read-only' - `c-save-buffer-state' should be used
4716         anyway if the change always is undone.
4718 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4720         Implement togglable electricity:
4722         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4723         saying when it should be used.
4725         * progmodes/cc-engine.el: Add the new buffer-local variable,
4726         c-electric-flag.
4728         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4729         c-toggle-auto-newline.
4731         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4732         c-toggle-auto-newline.  Remove the binding for
4733         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
4734         c-toggle-electric-state.
4736         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4738         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4739         c-\(forward\|backward\)-subword.
4740         (c-update-modeline): Add the new modeline flag `l' for
4741         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
4742         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
4743         Make the old name an alias of the new name.
4744         (c-toggle-electric-state): New function.
4745         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
4746         Adapt these functions to do electric things only when
4747         c-electric-flag is non-nil.
4748         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4749         new functions from c-electric-brace.
4750         (c-point-syntax): Add a check for "virtual semicolons" in AWK
4751         mode, so that the tentative extra newline doesn't change the
4752         syntax of the following brace.
4753         (c-electric-brace): Restructure by extracting the above functions.
4754         Tidy up the coding somewhat.
4755         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4756         restructure a bit.
4758 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4760         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4761         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
4763         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4764         (c-submode-indicators): Change name from `c-auto-hungry-string'
4765         since it's now used to track another submode.
4767         (c-update-modeline): Convert to function and extended to check
4768         `c-subword-move-mode'.
4770         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4771         Convert to compat aliases for `c-forward-subword' and
4772         `c-backward-subword'.
4774         * progmodes/cc-subword.el: New functions and minor mode to handle
4775         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4777         (c-forward-subword, c-backward-subword, c-mark-subword)
4778         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4779         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4780         Functions corresponding to the standard word handling functions.
4782         (c-subword-move-mode): Minor mode that replaces all the standard
4783         word handling functions with their subword equivalences.
4785 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4787         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4788         entry for one-liner-defun.
4790         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4791         name in its def-edebug-spec.
4793         * progmodes/cc-cmds.el (c-electric-brace): Make the
4794         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
4795         compacts space before a comment, if this will make things fit on
4796         one line.
4798         Introduce an "awk" style, mainly for auto-newline and clean-ups.
4800         * progmodes/cc-align.el: New function c-snug-1line-defun-close
4802         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4803         clean-up one-liner-defun.
4805         * progmodes/cc-styles.el: Add the new "awk" style.
4807         * progmodes/cc-vars.el: Add description of one-liner-defun to
4808         c-cleanup-list's doc-string.  New user options,
4809         c-max-one-liner-length.  In c-default-style, set the default style
4810         for AWK to "awk".
4812 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4814         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
4815         macros inside labels.
4817         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
4818         `c-at-statement-start-p' and `c-at-expression-start-p'.
4820         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4821         error if the mark isn't set.
4823         * progmodes/cc-engine.el (c-guess-continued-construct)
4824         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4825         accurately detect functions inside functions.
4827         * progmodes/cc-engine.el (c-at-expression-start-p): New function
4828         like `c-at-statement-start-p' that additionally recognizes commas
4829         and expression parentheses as delimiters.
4831         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
4832         to avoid heuristics that doesn't work for unclosed blocks.
4833         (c-at-statement-start-p): New function.
4835         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4836         Objective-C directives, e.g. directives spanning lines should work
4837         reasonably well now.
4839         (c-put-c-type-property, c-clear-c-type-property): New helpers.
4841         (c-forward-objc-directive): New function to move over any ObjC
4842         directive.
4844         (c-just-after-func-arglist-p, c-guess-basic-syntax)
4845         (c-basic-matchers-before): Use it.
4847         (c-font-lock-objc-iip-decl): Remove.
4849         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4850         in the template arglist recognition.
4852         * progmodes/cc-styles.el (c-style-alist): Fix several
4853         inconsistencies in the Whitesmith style.
4855         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4856         New lineup function to get lines after Whitesmith style blocks
4857         correctly indented.
4859         (c-lineup-whitesmith-in-block): Back out the compensation for
4860         opening parens since it's done using `add' lists in the style
4861         definition instead.  Don't use the anchor position since it varies
4862         too much between the syntactic symbols. :P
4864         * progmodes/cc-vars.el (c-valid-offset): Update.
4866         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
4867         lists where the offsets are combined according to several
4868         different methods: `first', `min', `max', and `add'.
4869         Report offset evaluation errors with `c-benign-error' so that some kind
4870         of reindentation still is done.
4872         * progmodes/cc-engine.el (c-guess-basic-syntax):
4873         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
4874         `arglist-close'.
4876         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
4877         situations for `arglist-cont-nonempty' and `arglist-close'.
4879         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
4881         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4882         cc-bytecomp-boundp' in a number of places.
4884         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
4885         macro related issue.
4887 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4889         * progmodes/cc-awk.el: Change the terminology of regexps: A char
4890         list is now [asdf], a char class [:alpha:].
4891         Include code for char classes.
4892         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
4893         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
4895         Remove (nearly all of) the cruft associated with AWK Mode's former
4896         concept of "virtual semicolons":
4898         Adapt c-beginning-of-statement, c-end-of-statement (together with
4899         subfunctions) to use the new notion of "virtual semicolon" in
4900         place of the old awkward special handling for AWK.  There remains
4901         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4902         * progmodes/cc-cmds.el:
4903         (c-ascertain-adjacent-literal): In the backwards direction, now
4904         recognises AWK regexp delimiters as string delimiters.
4905         (c-after-statement-terminator-p): Adapt for virtual semicolons;
4906         check more rigorously for "end of macro".
4907         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4908         virtual semicolons;
4909         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4910         out the code for forward movement into ...
4911         (c-end-of-statement): Now contains the code for forward movement,
4912         adapted for virtual semicolons.
4914         * progmodes/cc-engine.el:
4915         (c-ws*-string-limit-regexp): New regexp.
4916         (c-forward-single-comment, c-backward-single-comment): Comment out
4917         the (now redundant) "special" AWK stuff.
4919         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4920         c-string-par-start, c-string-par-separate to be more like Text
4921         Mode than Fundamental Mode.
4923 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4925         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4926         to the fontified region so that fontification doesn't occur
4927         outside it (could happen e.g. when fontifying a line with an
4928         unfinished declaration).
4930 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4932         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
4933         start of the file.  ^L now separate sections of the file.
4934         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
4935         (c-awk-one-line-possibly-open-string-re)
4936         (c-awk-regexp-one-line-possibly-open-char-class-re)
4937         (c-awk-one-line-possibly-open-regexp-re)
4938         (c-awk-one-line-non-syn-ws*-re): New defonsts.
4939         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
4941         Amend the concept of "virtual semicolons" (in the indentation
4942         engine) for languages like AWK, such that they are now
4943         conceptually attached to end of the last token of a statement, not
4944         the end of the line.  (In AWK Mode, however, the pertinent text
4945         property is still physically set on the EOL.)  Remove the specific
4946         tests for awk-mode, thus facilitating the introduction of other
4947         language modes where EOLs can end statements.
4948         (Note: The funtionality in cc-cmds.el, specifically
4949         c-beginning/end-of-statement has yet to be amended.)
4951         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
4952         New macros.
4954         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4955         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
4956         c-vsemi-status-unknown-p-fn (in a new page).
4958         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4959         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4960         numerous awkward forms like
4961         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4962         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
4963         variable before-ws-ip, the place just after char-before-ip appears.
4965         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4966         a comment.
4968 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4970         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
4971         `c-tentative-buffer-changes'.
4973         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
4974         convert to macro to choose between Emacs and XEmacs at compile time.
4976         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
4978         (c-tentative-buffer-changes): New macro to handle temporary buffer
4979         changes in a convenient way.
4981         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4982         for `c-tentative-buffer-changes'.
4984         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
4985         the checks for paren sexps between the point and the keyword, to
4986         avoid some false alarms.
4988         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4989         Fixed a situation where an error could be thrown for unbalanced
4990         parens.  Changed to make use of c-keyword-member' to avoid some
4991         repeated regexp matches.
4993         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
4994         These language variable are no longer necessary.
4996         (c-block-stmt-kwds): New language constant used by
4997         c-looking-at-inexpr-block'.
4999         (c-guess-basic-syntax): Remove an optional check that looked at
5000         the existence of the now removed language variables.
5002         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5003         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5004         object instantiation expressions as declarations in some contexts.
5005         This bug only affected languages where the declarator can't be
5006         enclosed in parentheses.
5008         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5009         insert newlines before and after substatement braces.
5011         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5012         function declaration headers and the handling of C++ style member
5013         init lists.
5015         (c-just-after-func-arglist-p): Rewritten to use
5016         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5018         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5020         (c-guess-basic-syntax): Adapt case 5B for the new
5021         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5022         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5023         covers all cases now).
5025         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5027 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5029         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5030         c-string-par-start/separate c-sentence-end-with-esc-eol,
5031         initialised in c-setup-paragraph-variables, used in string
5032         scanning subroutines of c-beginning-of-statement.
5034         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5035         which precedes the newly inserted `{'.
5037 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5039         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5040         function for declaration level blocks.  It should now cope with
5041         templates better and also be a lot more comprehensible.
5043         (c-looking-at-decl-block): The new function.
5045         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5046         for compatibility.
5048         (c-add-class-syntax, c-guess-continued-construct)
5049         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5051         (c-decl-block-key): Change to tell apart ambiguous and
5052         unambiguous keywords.  Pike specials are now handled directly in
5053         the code instead.
5055         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5056         New language constants and variables to make the backward skip in
5057         `c-looking-at-decl-block' as tight as possible.
5059         (c-nonsymbol-token-char-list): New language constant.
5061         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5062         find balanced template arglists backwards.
5064         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5065         making char classes for `c-syntactic-skip-backward'.
5067         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5068         16D - can't be a class-close at that point.
5070         * progmodes/cc-engine.el (c-guess-basic-syntax)
5071         (c-add-class-syntax): Don't narrow out the enclosing declaration
5072         level.  This makes everything a lot easier, and it was actually
5073         only four small places that needed it to work.  Some places that
5074         previously did `widen' are removed now, which has the effect that
5075         `c-guess-basic-syntax' never will look at things outside the
5076         current narrowment now.  The anchor position for `topmost-intro'
5077         is affected by this, but it was so bogus it was basically useless
5078         before, and now it's equally bogus but in a slightly different way.
5080         (c-narrow-out-enclosing-class): Gone.
5082         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5083         the narrowed region.
5085         (c-least-enclosing-brace): Remove silly optional argument.
5087         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5088         the point could be left directly after an open paren when finding
5089         the beginning of the first decl in the block.
5091         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5092         Specify which submatch to use.
5094         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5096         (c-decl-start-re): No longer any need for special treatment of
5097         ObjC due to the above.
5099         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5100         presumably follows C in that regard.
5102         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5103         New language constants to specify operator tokens inside
5104         identifiers in a more high level way.
5106         (c-opt-identifier-prefix-key): New internal language constant.
5108         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5109         (c-identifier-start, c-identifier-key): Now completely calculated
5110         from other constants.
5112         (c-identifier-last-sym-match): Decommission since it's no longer used.
5114         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5116         * progmodes/cc-engine.el (c-forward-name): Remove the
5117         optimization when c-identifier-key is equal to c-symbol-key since
5118         it doesn't work in byte compiled files.  Don't record empty
5119         regions as identifiers.
5121         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5122         simplify access to `c-operators' and its likes.
5124         (c-operator-list, c-all-op-syntax-tokens)
5125         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5126         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5127         (c-primary-expr-regexp, c-cast-parens): Use it.
5129         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5130         an explicit language in functions.
5132         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5133         variant of adornment.
5135         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5136         variable.
5138         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5139         the Pike value.
5141         * progmodes/cc-engine.el (c-on-identifier)
5142         (c-simple-skip-symbol-backward): Small fix for handling "-"
5143         correctly in `skip-chars-backward'.  Affected the operator lfun
5144         syntax in Pike.
5146         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5147         diagnostic message about precompiled language vars not being used.
5149         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5150         "__attribute__" is followed by a parenthesis.
5152         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5153         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5154         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5156         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5157         Internal cleanups to properly detect the declared identifiers in
5158         various declarations.
5160         (c-decl-start-kwds): New language constant to recognize
5161         declarations that can start anywhere.  Used for class declarations
5162         in Pike.
5164         (c-specifier-key, c-not-decl-init-keywords)
5165         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5166         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5168         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5169         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5170         handling of the compiler specific extension keywords into a new
5171         language constant `c-decl-hangon-kwds' that defines keyword
5172         clauses to be ignored in declarations.
5174         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5175         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5176         Necessary to stop at the declared identifier in e.g. IDL valuetype
5177         declarations.
5179         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5180         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5181         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5182         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5183         class and enum declarations as such and not as part of the type.
5185         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5186         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5188         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5189         declarations when there's some syntax error later on.
5191         (c-complex-decl-matchers): Did away with a reference to
5192         `c-specifier-key'.
5194         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5195         value - this variable is always dynamically bound.
5197         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5198         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5199         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5200         functions that might do hidden buffer changes: All such internal
5201         functions are now marked instead of those that don't.
5203         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5204         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5205         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5206         (c-literal-type): Allow these functions to make hidden buffer changes,
5207         so that they are free to use text property caching later on.
5209         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5210         (c-electric-brace, c-electric-slash, c-electric-star)
5211         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5212         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5213         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5214         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5215         with the changed semantics of the functions above.
5217         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5218         when macros occur in obscure places.  Optimized the sexp movement
5219         a bit.
5221 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5223         Enhancements for c-beginning-of-statement to work in AWK Mode:
5225         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5226         (completed statement) with `}' (statement completed by closing
5227         brace or semicolon) and `$' (statement completed by EOL).
5229         (c-awk-virtual-semicolon-ends-prev-line-p)
5230         (c-awk-virtual-semicolon-ends-line-p)
5231         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5232         (c-awk-at-statement-end-p): New functions.
5234         * progmodes/cc-cmds.el: Simplify the structure of functions
5235         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5236         two functions and c-beginning-of-statement to handle AWK Mode.
5238         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5239         c-backward-single-comment for AWK mode.  Attempt to clarify their
5240         doc-strings.
5242         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5244 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5246         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5247         label handling.  Labels are now recognized in a uniform and more
5248         robust way, regardless of context.  Text properties are put on all
5249         labels to recognize the following declarations better.
5250         Multiword labels are handled both in indentation and fontification for
5251         the benefit of language extensions like Qt.  For consistency, keywords
5252         in labels are now fontified with the label face instead.
5253         That also applies to "case" and "default".
5255         (c-beginning-of-statement-1): Fix some bugs in the label
5256         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5257         with `c-label-kwds'.
5259         (c-find-decl-spots): Support that the callback adds more
5260         `c-decl-end' spots to find.
5262         (c-forward-decl-or-cast-1): Don't treat a list of plain
5263         identifiers followed by a colon as a declaration.
5265         (c-forward-label): New function to recognize labels.
5267         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5268         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5269         earlier since they aren't so context sensitive now.  Handle labels
5270         on the top level gracefully.  Moved access label recognition to
5271         the generic label case (CASE 15) - removed CASE 5E.
5273         (c-font-lock-declarations): Add recognition of labels in the
5274         same round since we need to handle labels in parallell with other
5275         declarations to recognize both accurately.  It should also improve
5276         speed.
5278         (c-simple-decl-matchers, c-basic-matchers-after):
5279         Move `c-font-lock-labels' so that it only is used on decoration level 2
5280         since `c-font-lock-declarations' handles it otherwise.
5282         (c-complex-decl-matchers): Remove the simplistic recognition of
5283         access labels.
5285         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5286         with labels earlier.
5288         (c-decl-start-re): New language variable to make
5289         `c-font-lock-declarations' stop for the special protection labels
5290         in Objective-C that start with `@'.
5292         (c-label-key): Remove since it's no longer used.
5294         (c-recognize-colon-labels, c-label-prefix-re): New language
5295         constants to support recognition of generic colon-terminated labels.
5297         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5298         are colon terminated labels.
5300         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5301         first argument starts with a special brace list.
5303         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5304         (c-font-lock-declarations): Break out the declaration and cast
5305         recognition from `c-font-lock-declarations' to a new function, so
5306         that it can be used in the indentation engine.
5308         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5309         up to the start of the literal.  Fixed bug with the point on the
5310         wrong side of the search limit that could happen when the start
5311         position is inside a literal.
5313         * progmodes/cc-engine.el (c-parse-state)
5314         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5315         so that it's kept a little bit back to increase the hit rate.
5317         (c-parse-state): Change the macro handling and fixed some
5318         glitches.  Macro context is checked more often than necessary now,
5319         but otoh less garbage conses are generated.
5321         * progmodes/cc-engine.el (c-parse-state)
5322         (c-invalidate-state-cache): Cache the last position where
5323         `c-state-cache' applies.  This can speed up refontification quite
5324         a bit in blocks where there are many non-brace parens before the point.
5326         (c-state-cache-end): New variable for this.
5328         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5329         cache variable.
5331         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5332         get close initial continue positions when the start position is
5333         inside a literal or macro.  Do not call the callback for spots
5334         before the start position (which can happen e.g. for `c-decl-end'
5335         spots inside comments).  Optimize better in special cases when the
5336         region is a single line inside a literal or macro (typically when
5337         the current line is refontified).
5339         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5340         to `c-add-stmt-syntax' - there's no need to explicitly whack off
5341         entries from the paren state.
5343         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5344         special case for "else if" clauses.
5346         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5347         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5349         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5350         New language variable to recognize the gcc extension with statement
5351         blocks inside expressions.
5353         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5354         it somewhat more comprehensible.  The argument AT-BLOCK-START is
5355         no longer used and hence removed.
5357         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5358         to `c-add-stmt-syntax'.
5360         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5361         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5362         This fixes bogus label recognition.
5364         * progmodes/cc-engine.el (c-add-type, c-check-type)
5365         (c-forward-name, c-forward-type): Improve storage of template
5366         types in `c-found-types' so that they can be recognized better.
5368         (c-syntactic-content): Add option to skip past nested parens.
5370         * progmodes/cc-engine.el (c-forward-name):
5371         Set `c-last-identifier-range' all the time.  It's less work that way.
5372         Handle that there might not be an identifier to store in
5373         `c-last-identifier-range'.
5375         (c-forward-type): Handle that `c-last-identifier-range' might be
5376         nil from `c-forward-name'.
5378         * progmodes/cc-defs.el (c-safe-scan-lists)
5379         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5381         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5382         to work even if the form fails.
5384         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5385         down in a large file in one go.
5387         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5389         * progmodes/cc-align.el (c-lineup-assignments): New lineup
5390         function which is like `c-lineup-math' but returns nil instead of
5391         `c-basic-offset' when it doesn't match.
5393         (c-lineup-math): Change to use `c-lineup-assignments'.
5395 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5397         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5398         c-beginning-of-statement.  New subfunctions
5399         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5401 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5403         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5404         hardcoded char classes whereever possible.  Changed a couple of
5405         places to use skip by syntax instead of skip by char class.
5407         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5408         Fix a bug in the regexp that caused extreme backtracking.
5410         * progmodes/cc-langs.el (c-block-comment-starter)
5411         (c-block-comment-ender): New language constants to specify in a
5412         single place how block comments look.
5414         (c-comment-start-regexp, c-block-comment-start-regexp)
5415         (comment-start, comment-end, comment-start-skip)
5416         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5417         (c-syntactic-ws, c-nonempty-syntactic-ws)
5418         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5419         `c-line-comment-starter', `c-block-comment-starter' and
5420         `c-block-comment-ender'.
5422         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5423         New language constants to break up things a bit.
5425         (c-simple-ws): New language constant for simple whitespace.
5427         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5429         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5430         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5431         newlines.  Allow and ignore nil elements in the list.
5433 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5435         * progmodes/cc-cmds.el: Comment out a (n almost certainly
5436         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5438         * progmodes/cc-cmds.el: Tidy up the comments in
5439         c-beginning-of-statement and subfunctions.
5441         * progmodes/cc-awk.el: Replace calls to put-text-property to the
5442         more flexible c-put-char-property and c-clear-char-properties.
5443         Add the author's email address.
5445         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5447         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5448         closing "*/" of a block comment.
5450         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5451         subfunctions) so that it works at BOB and EOB.
5453         * progmodes/cc-cmds.el, cc-vars.el: More updating of
5454         c-beginning-of-statement, including new variable
5455         c-block-comment-start-regexp.
5457 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5459         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5460         symbols from `*-font-lock-extra-types' so that there's no need to
5461         use `regexp-opt' on those lists.
5463         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5464         `c-type-modifier-kwds' is empty.
5466         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5467         there are several strings on the same line.
5469         * progmodes/cc-engine.el (c-literal-limits): Remove the
5470         compatibility function for older emacsen.  `c-literal-limits-fast'
5471         has now taken the place of this function.
5473         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5474         with older emacsen: We now require `pps-extended-state'.
5476 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5478         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5479         which obviates the need to hack sentence-end.  This now handles
5480         escaped newlines in strings correctly.  Correct minor bugs in
5481         c-move-over-sentence and in c-beginning-of-statement.
5483         * progmodes/cc-cmds.el (c-beginning-of-statement (and
5484         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5485         that movement over macros and code are rigorously separated from
5486         eachother.  Correct a few incidental bugs.
5488         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5489         Improve its doc-string.  Improve the handling of certain specific cases.
5491 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5493         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5494         (c-guess-basic-syntax): Change the way class-level labels are
5495         recognized; they can now contain essentially any symbols.
5497         (c-opt-extra-label-key): New language variable to cope with the
5498         special protection label syntax in Objective-C.
5500         (c-opt-access-key): Remove; this is now handled better by
5501         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5503         (c-complex-decl-matchers): Update to handle that
5504         `c-opt-access-key' no longer exists.
5506         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5507         improved label recognition in `c-beginning-of-statement-1'.
5509         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5510         Recognize bitfields better.
5512         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5513         Remove some cruft and fixed a bug that could cause it to go to a
5514         position further down.
5516         * progmodes/cc-langs.el, cc-engine.el
5517         (c-beginning-of-statement-1): Improve detection of labels in
5518         declaration contexts.
5520         (c-beginning-of-decl-1): Use it.
5522         (c-nonlabel-token-key): New language constant and variable needed
5523         by `c-beginning-of-statement-1'.
5525         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5526         manifested itself due to the correction in `c-forward-sexp'.
5528         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5529         Make these behave as documented when used at the buffer limits.
5531         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5532         (c-type-decl-end-used): Made this a language variable.
5534         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5535         correctly when `combine-after-change-calls' is used together with
5536         temporary narrowings.
5538         * progmodes/cc-engine.el (c-beginning-of-statement-1):
5539         Report labels correctly when the start point is immediately after the
5540         colon.
5542         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5543         Remove since it isn't used anymore.
5545         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5546         bracket arglists such as template parens in C++.
5548         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5549         in the last check-in.  Some optimization.
5551         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5552         where it could stop at the same level in a preceding sexp when
5553         PAREN-LEVEL is set.
5555         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5556         text property lookup only when it's needed.
5558         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5559         Change the policy for paren marked angle brackets to be more
5560         persistent; once marked they remain marked even when they're found
5561         to be unbalanced in the searched region.  This should keep the
5562         paren syntax around even when individual lines are refontified in
5563         multiline template arglists.
5565         (c-parse-and-markup-<>-arglists): New dynamically bound variable
5566         to control markup so that incorrect angle bracket arglists aren't
5567         marked in contexts where the correct value for
5568         `c-disallow-comma-in-<>-arglists' isn't known.
5570         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5571         argument has become `c-parse-and-markup-<>-arglists'.
5573         (c-remove-<>-arglist-properties): Remove - no longer used.
5575         (c-after-change-check-<>-operators): New function used on
5576         `after-change-functions' to avoid that "<" and ">" characters that
5577         are part of longer operators have paren syntax.
5579         (c-<>-multichar-token-regexp): New language variable used by
5580         `c-after-change-check-<>-operators'.
5582         (c-after-change): Call `c-after-change-check-<>-operators'.
5584         (c-font-lock-<>-arglists): Use the context properties set by
5585         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5586         correctly to avoid doing invalid markup.
5588         (c-font-lock-declarations): Remove code that undoes the invalid
5589         markup done by `c-font-lock-<>-arglists'.
5591         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5592         after `c-font-lock-declarations'.
5594         * progmodes/cc-engine.el (c-syntactic-skip-backward):
5595         Add paren-level feature.
5597         (c-guess-basic-syntax): Improve the anchor position for
5598         `template-args-cont' in nested template arglists.  There's still
5599         much to be desired in this area, though.
5601 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5603         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5604         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5606 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5608         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5609         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5611         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5612         it doesn't work no longer are supported.
5614         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5615         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5616         requires support for the syntax-table' text property, which rules
5617         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
5618         cruft associated with those versions.
5620         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5621         for the `syntax-table' text property, which rules out Emacs 19 and
5622         XEmacs < 21.4.  Removed various compatibility cruft associated
5623         with those versions.
5625         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5626         support for the `syntax-table' text property.
5628         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5629         variable and use an extra quoted face name instead.  All the
5630         emacsen flavors handle that correctly.
5632         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5633         (c-font-lock-declarators, c-font-lock-declarations)
5634         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5635         property to mark the items in in declarator lists to handle
5636         refontification inside multiline declarations better.
5638         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5639         construct like "a * b = c;" as a declaration.
5641 2005-12-08  Kim F. Storm  <storm@cua.dk>
5643         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5644         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
5645         select either meta, hyper, or super modifier for rectangle commands.
5646         (cua--rectangle-modifier-key): New defvar.
5647         (cua--M/H-key): Use it.  Remove special case for `space'.
5648         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5649         on X, to meta otherwise.  Always bind C-return to toggle
5650         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
5652         * emulation/cua-rect.el (cua-help-for-rectangle):
5653         Use cua--rectangle-modifier-key.  Handle super modifier too.
5654         (cua--init-rectangles): Always bind C-return to toggle rectangle.
5655         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5657         * ido.el: Move Acknowledgements and History after Commentary.
5658         Minor changes to Commentary.
5660         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5661         keymap if cua--prefix-override-timer is `shift'.
5662         (cua--shift-control-prefix): New function; emulate "type prefix
5663         key twice" functionality to handle shifted prefix key override.
5664         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5665         New commands.
5666         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5668 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
5670         * textmodes/org.el (org-insert-heading): Try to do items before
5671         headings.
5672         (org-agenda-mode): Quote `org-agenda-mode-hook'.
5673         (org-insert-item): New function.
5674         (org-renumber-ordered-list): Don't skip to higher level lists.
5676 2005-12-08  Juri Linkov  <juri@jurta.org>
5678         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5680         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5682         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5684         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5685         the constructed function name fun-1.
5687         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5688         because such links don't lead to parent documentation.
5690 2005-12-08  Kenichi Handa  <handa@m17n.org>
5692         * descr-text.el (describe-char): Use *Help-2* buffer if the
5693         current buffer is *Help*.  Call describe-text-properties while
5694         setting the original buffer.
5696 2005-12-07  Bill Wohler  <wohler@newt.com>
5698         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
5699         and causes problems with non-MH users (such as Gnus users).
5701 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
5703         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5704         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5705         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5706         command "info sources".  Move calls to GDB command "list".
5707         (gdb-find-file-hook): Just use gdb-source-file-list.
5708         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5709         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5710         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5711         (gdb-data-list-register-values-handler): Use correct trigger name.
5713 2005-12-07  Kim F. Storm  <storm@cua.dk>
5715         * ido.el (ido-completion-map): Rename from ido-mode-map.
5716         (ido-common-completion-map, ido-file-completion-map)
5717         (ido-file-dir-completion-map, ido-buffer-completion-map):
5718         Rename from ido-mode-....-map.
5719         (ido-init-completion-maps): Rename from ido-init-mode-maps.
5720         (ido-setup-completion-map): Rename from ido-define-mode-map.
5721         (ido-read-internal): Bind minibuffer-local-filename-completion-map
5722         to ido-completion-map.
5724 2005-12-07  Kenichi Handa  <handa@m17n.org>
5726         * international/mule-cmds.el
5727         (set-display-table-and-terminal-coding-system): If the coding
5728         system specified in `unibyte-display' property is different from
5729         the arg coding-system, don't setup standard-display-table.
5731 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5733         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5734         that comments end at \n, regardless of selective-display.
5736 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
5738         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5739         (gdb-version): New variables.
5740         (gdb-source-file-list, gdb-register-names)
5741         (gdb-changed-registers): New variables for use with GDB 6.4+.
5742         (gdb-ann3): Replace with...
5743         (gdb-init-1, gdb-init-2): ...two new functions.
5744         (gdba, gdb-prompt): Call gdb-init-1.
5745         (gdb-get-version): New function.  Call gdb-init-2 from here.
5746         (gud-watch): Make it work with mouse events too.
5747         (gdb-post-prompt): Don't add to queue until GDB version is known.
5748         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5749         (gdb-locals-mode): Use gdb-version.
5750         (gdb-memory-format-map, gdb-memory-unit-map)
5751         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5752         (gdb-locals-font-lock-keywords-1)
5753         (gdb-locals-font-lock-keywords-2): New variables.
5754         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5755         (gdb-set-gud-minor-mode-existing-buffers-1)
5756         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5757         (gdb-var-update-1, gdb-var-update-handler-1)
5758         (gdb-data-list-register-values-handler)
5759         (gdb-data-list-register-values-custom)
5760         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5761         (gdb-stack-list-locals-handler, gdb-get-register-names):
5762         New functions for use with GDB 6.4+.
5763         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5764         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5765         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5766         (gdb-stack-list-locals-regexp)
5767         (gdb-data-list-register-names-regexp): New regexps for use with
5768         GDB 6.4+.
5770 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5774 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
5776         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5777         prompts work for AUTH PLAIN.  Also reported by Steve Allan
5778         <seallan@verizon.net>.
5780 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5782         * frame.el (set-frame-parameter): Add doc string.
5784 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
5786         * textmodes/org.el (org-occur-highlights): New variable.
5787         (org-highlight-new-match, org-remove-occur-highlights): New functions.
5788         (org-highlight-sparse-tree-matches): New option.
5789         (org-do-occur): New function.
5790         (org-get-heading): Make it work also at beginning of line.
5791         (org-category-table): New variable.
5792         (org-get-category-table, org-get-category)
5793         (org-camel-to-words, org-link-search): New functions.
5794         (org-select-this-todo-keyword): New variable.
5795         (org-todo-list): New command.
5796         (org-shiftright, org-shiftleft): New commands.
5797         (org-agenda-todo): Add prefix argument.
5798         (org-show-hierarchy-above): New option.
5799         (org-show-todo-tree): Numerical prefix creates tree for specific
5800         TODO keyword.
5801         (org-outline-level): New function, to assign a level to plain
5802         lists items.
5803         (org-cycle-include-plain-lists): New option.
5804         (org-mode): Use `org-outline-level' as value of `outline-level'.
5805         (org-cycle): Temporarily switch `outline-regexp' if
5806         `org-cycle-include-plain-lists' is non-nil.
5807         (org-start-icalendar-file): Fix format bug.
5808         (org-agenda-get-day-entries): Create category table.
5809         (org-agenda-get-todos, org-agenda-get-timestamps)
5810         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5811         (org-agenda-get-blocks): Use `org-get-category'.
5812         (org-context-in-file-links): Rename from
5813         `org-line-numbers-in-file-links'.
5815 2005-12-06  Romain Francoise  <romain@orebokech.com>
5817         * window.el (balance-windows): Delete extraneous third arg in call
5818         to `enlarge-window'.
5820 2005-12-06  Kenichi Handa  <handa@m17n.org>
5822         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5824 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
5826         * progmodes/gdb-ui.el (gdb-var-create-handler)
5827         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5828         (gdb-var-list-children-handler, gdb-var-update-handler):
5829         Current buffer is already gdb-partial-output-buffer, don't
5830         make it current again.
5832 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
5834         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5835         (list-buffers-noselect): Use it.
5837 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5840         (mail-yank-ignored-headers): Use regexp-opt.
5841         (mail-mode-map): Move initialization into declaration.
5842         (mail-sent-via): Remove unused shadowed var `to-line'.
5843         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5844         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5845         (mail-do-fcc): Use dolist and push.
5846         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5847         (mail-yank-ignored-headers): Don't autoload.
5849 2005-12-05  Kenichi Handa  <handa@m17n.org>
5851         * international/mule-cmds.el (set-language-info-internal): New fun.
5852         (set-language-info): Call set-language-info-internal to update
5853         language-info-alist.  If LANG-ENV is the current one, call
5854         set-language-environment to make INFO effective now.
5855         (set-language-info-alist): Likewise.
5856         (locale-language-names): With locale "en", use English
5857         lang. env. but set the default codings to iso-8859-1.
5859 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
5861         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5862         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5863         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5864         for plain strings.
5865         (gdb-frames-mode): Remove redundant call to font-lock-mode.
5866         (gdb-all-registers): Rename from toggle-gdb-all-registers.
5867         Create registers buffer if necessary.  Echo new state in minibuffer.
5868         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5870 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
5872         * info.el (Info-fontify-node): Match external links using
5873         non-directory part of filename.
5875 2005-12-04  Juri Linkov  <juri@jurta.org>
5877         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5878         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
5879         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5880         because there is no customization option for it.
5882         * font-lock.el (lisp-font-lock-keywords-1):
5883         Add define-global-minor-mode.
5885         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5887         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5888         properties on the constructed variable names.
5890         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5891         Put `definition-name' properties on the constructed function names
5892         next-sym and prev-sym.
5894         * emacs-lisp/find-func.el (find-function-regexp):
5895         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
5896         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
5897         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5898         and easy-menu-define.
5900         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5901         easy-mmode-define-global-mode and define-global-minor-mode.
5902         (lisp-imenu-generic-expression): Add define-global-minor-mode.
5904         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5905         instead of easy-mmode-define-global-mode.
5907         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5908         Use define-minor-mode instead of easy-mmode-define-minor-mode.
5910         * cus-edit.el (customize-group, customize-group-other-window):
5911         Filter out autoloaded options from the group completion list by
5912         using heuristics that autoloaded groups don't have `custom-autoload'
5913         property on their symbols (they have only `custom-loads').
5915         * simple.el (completion-setup-function): Put completions-common-part
5916         face on complete completion string too (i.e. completion string
5917         without completions-first-difference face).
5919         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5921 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5923         * view.el (view-mode): Doc fix.
5925         * disp-table.el (standard-display-european): Add to the warning
5926         message a reference to the doc string.
5928         * play/yow.el (apropos-zippy): Call print-help-return-message,
5929         similar to other Help and Apropos commands.
5931         * help.el (print-help-return-message): If pop-up-frames is
5932         non-nil, set up help-return-method to delete the help window and,
5933         possibly, its frame as well, and don't display message about
5934         scrolling the help window.  Doc fix.
5935         (help-return-method): Doc fix.
5937 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5939         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5940         whereby names of length one or names starting with a
5941         symbol-constituent character would not be returned.
5943 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5945         * subr.el (atomic-change-group): Add edebug and indentation spec.
5947 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * completion.el (save-completions-file-name): Fix typo in last change.
5951 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5953         * info.el: Move back/forward history to the beginning of the tool bar.
5955 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
5957         * allout.el (eval-when-compile): Remove unnecessary load of cl.
5958         Add fset of allout-real-isearch-abort during compile to fix
5959         byte-compilation warnings.
5960         (allout-mode-p): Move definition of this macro above all uses, or
5961         byte compilation in barren emacs (eg, during emacs build) will
5962         lack the definition.
5963         (allout-mode): Move this variable above any uses, or byte
5964         compilation will fail.
5965         (allout-resolve-xref): Remove use of personal file-reference function.
5966         (allout-toggle-current-subtree-encryption): Do the current (ie,
5967         visible containing) topic, rather than nearest around point.  Doc fix.
5968         (allout-toggle-subtree-encryption): New function, workhorse that
5969         works on nearest topic containing point.
5970         (allout-encrypt-string): Signal requirement for newer version of pgg.
5971         (allout-resumptions): Doc fix.
5973 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
5975         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5977 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
5979         * textmodes/flyspell.el (flyspell-external-point-words):
5980         Consider a misspelling as found in the string search if: (a) misspelling
5981         and found string lengths match, or (b) misspelling is found as
5982         element in a boundary-chars separated longer string, or (c)
5983         ispell-program-name is really ispell and misspelling is found as
5984         part of a TeX string.  After successful match move beginning of
5985         search region to end of match.  Warn about not found misspellings
5986         once the process is done.
5987         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5989 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
5991         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5992         tool bar (removed inadvertently).
5994 2005-12-02  Juri Linkov  <juri@jurta.org>
5996         * log-view.el (log-view-diff): Clarify doc string.
5998 2005-12-01  Bill Wohler  <wohler@newt.com>
6000         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6001         triggers lm-verify errors.
6003 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6005         * simple.el (transient-mark-mode, line-number-mode)
6006         (column-number-mode, size-indication-mode): Remove `:require nil'.
6008 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6010         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6011         in the margin also.
6012         (gdb-breakpoints-mode-map): Use D instead of d for
6013         gdb-delete-breakpoint.
6014         (gdb-get-frame-number): Require a number to match on.
6015         (gdb-threads-mode-map): Add follow-link binding.
6017 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6019         * isearch.el (isearch-mode-map): Avoid exiting search on
6020         language-change event.
6022 2005-11-30  Romain Francoise  <romain@orebokech.com>
6024         * speedbar.el (speedbar-default-position): New defcustom.
6025         (speedbar-frame-reposition-smartly): Use it.
6027         * dframe.el (dframe-reposition-frame-emacs): Fix position
6028         computation for `left' location.
6029         Update copyright year.
6031 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6033         * help.el (help-map): Move initialization into declaration.
6035         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6037         * help-fns.el (help-argument-name): Don't autoload.
6038         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6039         to be re-loaded when customizing the `help' group.
6041 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6043         * help-fns.el (describe-function-1): Fill arglist output.
6045 2005-11-30  Kim F. Storm  <storm@cua.dk>
6047         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6048         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6049         after revert-buffer (or anything else which kills all local variables).
6051         * apropos.el (apropos-parse-pattern): Doc fix.
6052         Set apropos-regexp directly, rather than expecting callers to do so.
6053         (apropos-command, apropos, apropos-value, apropos-documentation):
6054         Simplify calls to apropos-parse-pattern.
6056 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6058         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6059         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6060         (hi-lock-write-interactive-patterns): Use comment-region.
6062         * longlines.el (longlines-mode): Add mail-setup-hook.
6064         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6066         * simple.el (sendmail-user-agent-compose, next-line):
6067         Conditionally use hard-newline.
6069 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6071         * international/latexenc.el (latex-inputenc-coding-alist):
6072         Reword doc string.
6074 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6076         * help.el (describe-key-briefly, describe-key): Recognize default
6077         bindings.
6079 2005-11-29  Romain Francoise  <romain@orebokech.com>
6081         * view.el (view-inhibit-help-message): New defcustom.
6082         (view-mode-enter): Use it.
6084 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6086         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6087         Preserve user position.
6089 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6091         * font-lock.el: Throw error if facemenu is not loaded to prevent
6092         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6094         * loadup.el: Add comment explaining why facemenu must be loaded
6095         before font-lock.
6097 2005-11-28  Jay Belanger  <belanger@truman.edu>
6099         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6100         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6102         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6104         * calc/calc-embed.el (calc-do-embedded): Update help message.
6106         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6108 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6112         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6113         called-interactively-p.
6114         (elp-profilable-p): Rename from elp-not-profilable-p.
6115         Invert result and take into account macros and autoloaded functions.
6116         (elp-instrument-function): Update call.
6117         (elp-instrument-package): Update call.  Add completion.
6118         (elp-pack-number): Use match-string.
6119         (elp-results-jump-to-definition-by-mouse): Merge into
6120         elp-results-jump-to-definition and then remove.
6121         (elp-output-insert-symname): Make help echo text single-line.
6123         * replace.el (query-replace-map): Move initialization into declaration.
6124         (occur-engine): Use with-current-buffer.
6125         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6126         (occur-mode-mouse-goto): Replace with an alias.
6128 2005-11-28  Juri Linkov  <juri@jurta.org>
6130         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6132         * term/w32-win.el: Bind [S-tab] to [backtab].
6134         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6135         `Info-find-file' to t.
6137         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6138         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6139         and same-window-regexps.
6140         (occur-next-error): Don't move point for arg 0.
6142 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6144         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6146 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * log-edit.el (log-edit-changelog-use-first): New var.
6149         (log-edit-changelog-ours-p): Use it.
6150         (log-edit-insert-changelog): Set it with new arg `use-first'.
6151         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6152         (log-edit-hook): Add them to the list of suggested options.
6154         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6155         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6156         redundant work.
6157         (flyspell-mode-on): Use add-hook for after-change-functions.
6158         (flyspell-mode-off): Use remove-hook for after-change-functions.
6159         (flyspell-changes): Make it buffer-local.
6160         (flyspell-after-change-function): Make it non-interactive.  Use push.
6161         (flyspell-post-command-hook): Check input-pending-p while processing
6162         the potentially long list of buffer changes.
6164 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6166         * buff-menu.el (list-buffers-noselect): Display the selected
6167         frame's buffer list, not the global one.
6169 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6171         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6172         that (list last-input-event) works as in interactive spec.
6174 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6176         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6177         `facemenu-keymap' needs to be defined when font-lock is loaded.
6178         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6180 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6182         * completion.el: Remove useless leading * in defcustom docstrings.
6183         (save-completions-file-name): Use ~/.emacs.d if available.
6184         (completion-standard-syntax-table): Rename from
6185         cmpl-standard-syntax-table and fold initialization into declaration,
6186         thus removing cmpl-make-standard-completion-syntax-table.
6187         (completion-lisp-syntax-table, completion-c-syntax-table)
6188         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6189         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6190         (symbol-under-point, symbol-before-point)
6191         (symbol-under-or-before-point, symbol-before-point-for-complete)
6192         (add-completions-from-c-buffer): Use with-syntax-table.
6193         (make-completion): Don't return a list of completion entries.
6194         Update callers.
6195         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6196         (completion-initialize): Rename from initialize-completions.
6197         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6198         (kill-emacs-save-completions): Collect stats here.
6199         (save-completions-to-file, load-completions-from-file):
6200         Use with-current-buffer.
6201         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6202         into a function.  Move all calls to toplevel.
6203         (completion-lisp-mode-hook): New fun.
6204         (completion-c-mode-hook, completion-setup-fortran-mode):
6205         Set the syntax-table here.  Use local-set-key.
6206         (completion-saved-bindings): New var.
6207         (dynamic-completion-mode): Make it into a proper minor mode.
6208         (load-completions-from-file): Remove unused var `num-uses'.
6210         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6211         constructor if it is explicitly overridden.
6213         * complete.el (PC-completion-as-file-name-predicate):
6214         Use minibuffer-completing-file-name.
6215         (partial-completion-mode): Use find-file-not-found-functions.
6216         (PC-lisp-complete-symbol): Use with-syntax-table.
6217         (PC-look-for-include-file): Remove dead setq.
6218         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6219         (PC-complete): Use with-current-buffer.
6221         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6222         escape single quotes.
6224 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6226         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6227         of `if' whose condition always returned nil.  Doc fix.
6229         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6230         window's buffer the current buffer around the call to
6231         `list-buffers-noselect'.  This is necessary to mark that buffer
6232         with a `.' in the Buffer Menu when called from Lisp, for instance
6233         by Auto Revert Mode.
6235 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6237         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6238         attaching to it.
6239         (gdb-pre-prompt): Make sure gdb-error is reset.
6241         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6242         with a child process, detect it.
6243         (gud-speedbar-buttons): Match regexp more carefully.
6245 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6247         * mouse.el (mouse-drag-move-window-bottom):
6248         Use adjust-window-trailing-edge.
6250 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6252         * simple.el (blink-matching-open): Ignore
6253         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6254         (blink-matching-paren-on-screen): Update docstring.
6256         * paren.el (show-paren-mode): No longer change
6257         `blink-matching-paren-on-screen'.
6259 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6261         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6262         (gdb-threads-select, gdb-edit-register-value):
6263         Use `posn-set-point' instead of `mouse-set-point' because the
6264         latter is not fbound when configured without X.
6266 2005-11-27  Kim F. Storm  <storm@cua.dk>
6268         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6269         existing face when partially highlighting a TAB in a rectangle.
6271 2005-11-26  Kim F. Storm  <storm@cua.dk>
6273         * ido.el (ido-mode-map): Doc fix.
6274         (ido-mode-common-map, ido-mode-file-map)
6275         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6276         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6277         parent for ido-mode-map instead of building from scratch.
6278         (ido-init-mode-maps): New defun to initialize new maps.
6279         (ido-mode): Call it.
6280         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6281         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6283 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6285         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6286         `mouse-set-point' because the latter is not fbound when configured
6287         without X.
6289 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6291         * files.el (file-relative-name): Doc fix.
6293 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6295         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6296         non-empty string for secondary prompt PS2.
6298 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6300         * progmodes/compile.el (compilation-setup): Fix last change.
6302 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6304         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6305         (gdb-mouse-toggle-breakpoint-margin)
6306         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6307         Add gdb-server-prefix to keep out of command history.
6308         (gdb-edit-register-value): New function.
6309         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6310         (gdb-info-registers-custom): Use above map.
6312 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6314         * custom.el (enable-theme): Signal error if argument is not a
6315         theme.  Don't recalculate a face if it's not loaded yet.
6317         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6318         the `user' theme is in effect.
6320         * info.el (Info-on-current-buffer): Record actual filename in
6321         Info-current-file, instead of t, or a fake filename if a non-file
6322         buffer.  Make autoload.
6323         (Info-find-node, Info-revert-find-node): No need to check for
6324         Info-current-file nil.
6325         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6326         Info-current-file is now never `t'.
6327         (Info-fontify-node): Many simplifications due to Info-current-file
6328         always being valid.  Use Info-find-file to find node filename.
6330 2005-11-25  David Kastrup  <dak@gnu.org>
6332         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6333         new character, then delete" in order to preserve markers.
6335 2005-11-25  David Ponce  <david@dponce.com>
6337         * recentf.el (recentf-arrange-by-rule): Handle a special
6338         `auto-mode-alist'-like "strip suffix" rule.
6339         (recentf-build-mode-rules): Handle second level auto-mode entries.
6341 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6343         * viper-keym.el (viper-ESC-key): Use different values in terminal and
6344         window modes.
6346         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6347         jde-javadoc-checker-report-mode.
6349         * ediff-wind (ediff-make-wide-display): Slight simplification.
6351         * ediff.el (ediff-date): Change the date of last update.
6353 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
6355         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6356         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
6357         (hi-lock-mode): New global minor mode.
6358         (turn-on-hi-lock-if-enabled): New function.
6359         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6360         Change arguments to regexp and face instead of a font-lock pattern.
6361         Directly set face property, instead of refontifying.
6362         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6363         (hi-lock-find-patterns): Use line-number-at-pos.
6365         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
6366         arguments for hi-lock-set-pattern.
6367         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6368         Call font-lock-fontify-buffer.
6369         (hi-lock-find-file-hook, hi-lock-current-line)
6370         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6372         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6373         turned off.
6375         * progmodes/compile.el (compilation-setup): Don't fiddle with
6376         font-lock-defaults.
6378 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
6380         * progmodes/gdb-ui.el (gdb-var-create-handler)
6381         (gdb-var-list-children-handler): Find values for all variable
6382         objects.  gud-speedbar-buttons decides whether to display them.
6384 2005-11-24  Romain Francoise  <romain@orebokech.com>
6386         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6387         buffer name with a space.
6389 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
6391         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
6392         `org-export-local-list-max-depth'.  Change default value to 3.
6393         (org-auto-renumber-ordered-lists)
6394         (org-plain-list-ordered-item-terminator): New options.
6395         (org-at-item-p, org-beginning-of-item, org-end-of-item)
6396         (org-get-indentation, org-get-string-indentation)
6397         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6398         New functions.
6399         (org-move-item-down, org-move-item-up): New commands.
6400         (org-export-as-html): New classes for CSS support.  Bug fix in
6401         regular expression detecting fixed-width regions.  Respect
6402         `org-local-list-ordered-item-terminator'.
6403         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6404         also a list item.
6405         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6406         New item moving functions.
6408 2005-11-24  Juri Linkov  <juri@jurta.org>
6410         * isearch.el (isearch-repeat): With empty search ring set
6411         `isearch-error' to the error string instead of signaling error
6412         with the function `error'.
6414 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6416         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6418 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
6420         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6421         and variable.
6422         (gdb-var-create-handler, gdb-var-list-children-handler):
6423         Don't match on "char **...".
6424         (gdb-var-update-handler): Find values for all variable objects.
6425         (gdb-info-frames-custom): Identify frames by leading "#".
6427         * progmodes/gud.el (gud-speedbar-menu-items): Add
6428         gdb-speedbar-auto-raise as radio button.
6429         (gud-speedbar-buttons): Raise speedbar if requested.
6430         Don't match on "char **...".
6431         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6432         Make it editable.
6434 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
6436         * info.el (Info-fontify-node): Handle the case where
6437         Info-current-file is t.
6439 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * simple.el (blink-matching-open): Fix off-by-one in last change.
6443 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6445         * term/mac-win.el: Don't change default directory.
6447 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
6449         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6450         buffers correctly.  (It used to throw an error in such buffers.)
6451         Make it ask for confirmation in group buffers and other Custom
6452         buffers containing more than one customization item.
6454 2005-11-22  John Paul Wallington  <jpw@gnu.org>
6456         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6457         property on mail and url overlays.
6458         (goto-address-at-point): Use `posn-set-point' instead of
6459         `mouse-set-point' because the latter is not fbound when configured
6460         without X.
6462 2005-11-22  Lars Hansen  <larsh@soem.dk>
6464         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6465         (ls-lisp-classify, ls-lisp-format): Delete call to
6466         ls-lisp-parse-symlink.
6467         (ls-lisp-handle-switches): Handle symlinks to directories as
6468         directories when ls-lisp-dirs-first in non-nil.
6470 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
6472         * startup.el (command-line): Make sure that loaddefs.el is handled
6473         correctly in load-history.
6475 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
6477         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6478         (gdb-struct-string, gdb-array-string): New constants.
6479         (gdb-info-locals-handler): Use them.
6480         (gdb-reset): Reset gdb-var-list to nil.
6482 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6485         in patterns.
6487 2005-11-21  Juri Linkov  <juri@jurta.org>
6489         * custom.el (defcustom): Update link types in docstring.
6491 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6493         * custom.el (defgroup): Add doc-string-elt info.
6495         * widget.el (define-widget): Don't use declare for the doc-string-elt.
6497 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6499         * newcomment.el (comment-enter-backward): Fix last fix.
6501         * simple.el (blink-matching-open):
6502         * paren.el (show-paren-function): Allow new paren-class info.
6504 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6506         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
6507         handled automagically.
6509 2005-11-20  Andreas Schwab  <schwab@suse.de>
6511         * descr-text.el (describe-char): When copying overlays put them
6512         over the full char description instead of just the first character
6513         of it.
6515 2005-11-20  Juri Linkov  <juri@jurta.org>
6517         * simple.el (what-cursor-position):
6518         * descr-text.el (describe-char): Use Lisp-readable syntax
6519         for octal and hex.  Reorder decimal, octal and hex values.
6520         Remove excess whitespace in the output.  Use `=' in `column='
6521         like in `point=' and `Hscroll='.
6523         * international/mule-cmds.el (encoded-string-description):
6524         Use Lisp-readable syntax for hex.
6526 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6528         * newcomment.el (comment-enter-backward): Handle the case where the
6529         comment is closed by EOB.
6531 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6533         * longlines.el (longlines-before-revert-hook)
6534         (longlines-after-revert-hook): New functions.
6535         (longlines-mode): Turn off longlines temporarily when reverting.
6536         Add a message-setup-hook.
6537         (longlines-decode-buffer): New function.
6538         (longlines-wrap-line): Preserve marker positions.
6540 2005-11-19  Andreas Schwab  <schwab@suse.de>
6542         * emacs-lisp/shadow.el: Handle compressed files.
6544 2005-11-19  Romain Francoise  <romain@orebokech.com>
6546         * net/browse-url.el (browse-url-default-browser): Signal an error
6547         if no usable browser can be found, rather than try to load w3.
6549 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
6551         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6552         replacing existing properties.
6553         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6554         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6555         tty specs.
6556         (rcirc-server-prefix, rcirc-server): New faces.
6557         (rcirc-url-regexp): Generate with rx macro.
6558         (rcirc-last-server-message-time): New variable.
6559         (rcirc-filter): Record time of last message.
6560         (rcirc-keepalive): Kill processes that did not send a message
6561         since the last ping.
6562         (rcirc-mode): Give rcirc-topic a local binding here.
6564 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
6566         * subr.el (read-passwd): Fontify the prompt as we do with other
6567         prompts.
6569 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
6571         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6572         binding buffer-read-only to nil.
6574 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6576         * complete.el (partial-completion-mode):
6577         Mention completion-auto-help in the doc string.
6579         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
6580         more Lisp-ish way.
6582 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6584         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6585         digits, not 8, to avoid misalignment for files larger than 100MB.
6587 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6589         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6590         Mention "keyboard shortcuts" in the help text.
6592 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6594         * startup.el (fancy-splash-default-action): Discard only
6595         mouse-down and succeeding mouse-up events in the splash screen
6596         window so that drag-n-drop event can be processed.
6598 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
6600         * longlines.el (longlines-mode): Add hacks for mail-mode and
6601         message-mode.
6603 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6605         * textmodes/org.el (org-table-sort-lines): New command.
6606         (org-tbl-menu): Add entry for `org-table-sort-lines'.
6607         (org-add-file): Command removed, use `org-agenda-file-to-front'
6608         instead.
6609         (org-export-icalendar): Use `org-icalendar-combined-name'.
6610         (org-cycle-agenda-files, org-agenda-file-to-end)
6611         (org-agenda-file-to-front): New commands.
6612         (org-table-tab-jumps-over-hlines, org-export-html-style):
6613         New options.
6614         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6615         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6616         New functions.
6617         (org-fill-paragraph): Call `org-table-align' in tables.
6618         (org-mode): Call `org-set-autofill-regexps'.
6619         (org-export-as-html): Support for local handformatted lists.
6620         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
6621         (org-export-local-list-max-depth): New option.
6622         (org-html-expand): Use `org-html-protect'.
6624 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
6626         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6627         to "p".
6628         (gdb): Move definition of gud-pp to...
6630         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
6631         speedbar.
6632         (gdb-find-watch-expression): New function.
6634 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6636         * faces.el (face-attribute, set-face-attribute): Mention existence
6637         of `:ignore-defface' setting in docstring.
6639 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * simple.el (completion-setup-function): Fix last change.
6643 2005-11-17  John Paul Wallington  <jpw@pobox.com>
6645         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6646         Use `posn-set-point' instead of `mouse-set-point' because the
6647         latter is not fbound when configured without X.
6649         * comint.el (comint-insert-input): Likewise.
6651 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6653         * simple.el (hard-newline): New variable.
6654         (sendmail-user-agent-compose, next-line): Use it.
6656         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6657         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6658         (mail-mail-reply-to, mail-mail-followup-to)
6659         (mail-position-on-field, mail-signature, mail-yank-original)
6660         (mail-attach-file): Likewise.
6662         * mail/mailheader.el (mail-header-format)
6663         (mail-header-format-function): Likewise.
6665         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6667 2005-11-17  Juri Linkov  <juri@jurta.org>
6669         * font-lock.el (font-lock-faces): Rename this defgroup from
6670         `font-lock-highlighting-faces'.
6671         (font-lock-comment-face, font-lock-comment-delimiter-face)
6672         (font-lock-string-face, font-lock-doc-face)
6673         (font-lock-keyword-face, font-lock-builtin-face)
6674         (font-lock-function-name-face, font-lock-variable-name-face)
6675         (font-lock-type-face, font-lock-constant-face)
6676         (font-lock-warning-face, font-lock-negation-char-face)
6677         (font-lock-preprocessor-face)
6678         (font-lock-regexp-grouping-backslash)
6679         (font-lock-regexp-grouping-construct): Rename :group from
6680         `font-lock-highlighting-faces' to `font-lock-faces'.
6682         * cus-edit.el (lisp, c, tex):
6683         * progmodes/ada-mode.el (ada):
6684         * progmodes/asm-mode.el (asm):
6685         * progmodes/cperl-mode.el (cperl-faces):
6686         * progmodes/cpp.el (cpp):
6687         * progmodes/dcl-mode.el (dcl):
6688         * progmodes/f90.el (f90):
6689         * progmodes/fortran.el (fortran):
6690         * progmodes/icon.el (icon):
6691         * progmodes/idlwave.el (idlwave-misc):
6692         * progmodes/m4-mode.el (m4):
6693         * progmodes/make-mode.el (makefile):
6694         * progmodes/meta-mode.el (meta-font):
6695         * progmodes/modula2.el (modula2):
6696         * progmodes/octave-mod.el (octave):
6697         * progmodes/pascal.el (pascal):
6698         * progmodes/perl-mode.el (perl):
6699         * progmodes/prolog.el (prolog):
6700         * progmodes/ps-mode.el (PostScript-edit):
6701         * progmodes/scheme.el (scheme):
6702         * progmodes/sh-script.el (sh-script):
6703         * progmodes/simula.el (simula):
6704         * progmodes/tcl.el (tcl):
6705         * textmodes/nroff-mode.el (nroff):
6706         * textmodes/reftex-vars.el (reftex-fontification-configurations):
6707         * textmodes/sgml-mode.el (sgml):
6708         * textmodes/texinfo.el (texinfo):
6709         Add :link (custom-group-link font-lock-faces) to defgroup.
6711         * hi-lock.el (hi-lock): Rename this defgroup from
6712         `hi-lock-interactive-text-highlighting'.  Change parent group from
6713         `faces' to `font-lock'.  Add link to the manual.
6714         (hi-lock-mode, hi-lock-file-patterns-range)
6715         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6716         `hi-lock-interactive-text-highlighting' to `hi-lock'.
6717         (hi-lock-faces): Add :group `faces'.
6719         * cus-edit.el (custom-variable-prompt): Clarify the code.
6721         * faces.el (face-read-string): Set the default value arg of
6722         completing-read.
6724 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6726         * rfn-eshadow.el (file-name-shadow-properties)
6727         (file-name-shadow-tty-properties, file-name-shadow-mode):
6728         Remove autoloads, because the file is now preloaded.
6730 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * printing.el (easy-menu-intern): Don't define.
6733         (pr-get-symbol): Use easy-menu-intern only if defined.
6735         * simple.el (blink-matching-open): Simplify a bit.
6736         (completion-setup-function): Fix the case of partial-completion-mode
6737         when the minibuffer's contents start with "-".
6738         Obey completion-base-size-function even when
6739         minibuffer-completing-file-name is non-nil.
6741 2005-11-16  Richard M. Stallman  <rms@gnu.org>
6743         * net/eudcb-ph.el (eudc-ph-open-session):
6744         Use set-process-query-on-exit-flag.
6746         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6748         * international/ucs-tables.el (ucs-set-table-for-input):
6749         Use make-local-variable, not make-variable-buffer-local.
6751         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6752         Improve warning message text.
6754         * savehist.el (savehist-save-hook): Add :group.
6756         * menu-bar.el (menu-bar-help-menu):
6757         Rename Find Extra Packages to External Packages.
6759         * cus-edit.el (Custom-reset-standard): Verify that
6760         :custom-standard-value prop exists before calling it.
6762         * apropos.el (apropos-calc-scores): Use apropos-pattern.
6764 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6766         * wid-edit.el (color): Enclose %t in %{...%}.
6768         * cus-edit.el (face): Enclose %t in %{...%}.
6770 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6772         * savehist.el (savehist-mode-hook): Re-add the var.
6773         (savehist-mode): Use it.
6775 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * textmodes/flyspell.el: Fix commenting convention.
6778         Remove unnecessary leading * in custom docstrings.
6779         (flyspell-emacs): Remove unused var.
6780         (flyspell-delete-region-overlays): Use remove-overlays.
6781         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6782         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6783         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6784         (flyspell-debug-signal-word-checked): Use with-current-buffer.
6785         (make-flyspell-overlay): Don't locally reuse a global name.
6786         (flyspell-highlight-incorrect-region)
6787         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6788         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6789         (flyspell-notify-misspell): Remove unused args `start' and `end'.
6790         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
6791         Wrap calls to accept-process-output inside with-local-quit since it's
6792         often called from a post-command-hook.
6793         (flyspell-correct-word, flyspell-auto-correct-word):
6794         Use ispell-send-string.
6795         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
6797         * calendar/diary-lib.el (diary-list-entries): Also hide the
6798         terminating newline.
6800 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
6802         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6803         window-system, to allow fonts on tty.
6805 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
6807         * progmodes/gud.el (gud-speedbar-item-info): New function.
6808         (gud-install-speedbar-variables): Use it to display data type
6809         of watch expression as a tooltip in speedbar.
6811 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
6813         * font-core.el (global-font-lock-mode): Add :version keyword,
6814         because default was changed.
6816         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6818         * startup.el (command-line): Use `custom-reevaluate-setting' for
6819         `file-name-shadow-mode'.
6821         * loadup.el: Preload rfn-eshadow.
6823         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6824         Add :version keyword.
6825         (file-name-shadow-properties, file-name-shadow-tty-properties)
6826         (file-name-shadow): Add :version keyword.
6828         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6829         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6830         in the custom-group property of the symbol frames and the fringe
6831         group got no link to its parent group frames.
6832         Doc fix.
6834 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6836         * progmodes/gud.el (gud-stop-subjob): New function.
6837         (gud-menu-map, gud-tool-bar-map): Use it.
6839 2005-11-16  Kim F. Storm  <storm@cua.dk>
6841         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6842         than kill it.
6843         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
6844         to a more useful/logical place.
6846 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6848         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6849         go buttons complementary.
6851 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6853         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6854         (rfn-eshadow-sifn-equal): New function.
6855         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6857 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6859         * viper-utils.el (viper-non-word-characters-reformed-vi):
6860         Quote `-' in string.
6862         * viper.el (viper-emacs-state-mode-list): Ensure that
6863         rcirc-mode buffers come up in Emacs state.
6865         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6866         operation.
6868 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6870         * term.el (term-termcap-format): Fix typos.
6871         (term-down): Fix the negative argument case.
6873 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6875         * progmodes/gdb-ui.el: Remove face-alias left over from change on
6876         2005-08-15.
6877         (gdb-ann3): New command gud-go.
6878         (menu): Accomodate gdb-mi.el.
6879         (gdb-assembler-custom): Make buffer of selected window current
6880         so that set-window-point works.
6882         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6883         buttons and include new ones.
6885 2005-11-16  Kim F. Storm  <storm@cua.dk>
6887         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6888         (gud-menu-map): Use it.
6890 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
6892         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6893         that works correctly for Custom and that does not override a user
6894         who disables it.
6896         * help-mode.el (help-make-xrefs, help-xref-on-pp)
6897         (help-xref-interned, help-follow): Make hyperlinks for variables
6898         that are unbound, but have a non-nil variable-documentation property.
6900         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6901         mode hook.  (It conflicted with defcustoms for some mode hooks.)
6902         Use the `variable-documentation' property to give the mode hook a
6903         docstring and expand that docstring.
6905 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6907         * savehist.el (savehist-mode): Don't bother with
6908         `custom-set-minor-mode'.
6909         (savehist-coding-system): Check XEmacs version.
6910         (history-length): Declare also at run time.
6911         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
6912         Don't set the customize state.
6913         (savehist-minibuffer-hook): Special case for when
6914         minibuffer-history-variable is equal to t.
6916 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * files.el (write-file): Refresh VC status.
6920         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6921         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6922         than fundamental-mode to see if the mode was set.
6924 2005-11-14  Romain Francoise  <romain@orebokech.com>
6926         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6927         dummy function in `eval-when-compile' to avoid compiler warning.
6928         Require `man' at compile time.
6930 2005-11-14  Jay Belanger  <belanger@truman.edu>
6932         * calc-alg.el (calcFunc-write-out-power): Rename it to
6933         calcFunc-powerexpand.
6934         (math-write-out-power): Rename it to math-powerexpand; have it
6935         handle negative exponents.
6936         (calc-writeoutpower): Rename it to calc-powerexpand.
6938         * calc-ext.el: Change calcFunc-writeoutpower and
6939         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6940         autoloads.
6941         Add calcFunc-ldiv to autoloads.
6943         * calc-arith.el (calcFunc-ldiv): New function.
6945         * calc.el (calc-left-divide): New function.
6947 2005-11-14  Juri Linkov  <juri@jurta.org>
6949         * cus-edit.el (custom-variable-prompt): Set the default value arg
6950         of completing-read.
6952         * cus-dep.el (custom-make-dependencies): Reverse the list of
6953         found dependencies.
6955 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6957         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6958         Highlighting" entry, it is on by default now.
6959         (menu-bar-options-save): Do not save global-font-lock-mode.
6961 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6963         * textmodes/flyspell.el (flyspell-large-region):
6964         Call flyspell-accept-buffer-local-defs.
6966 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
6968         * textmodes/flyspell.el (flyspell-notify-misspell):
6969         Fix misspelling of "Misspelling".
6970         (flyspell-process-localwords): New function.
6971         (flyspell-large-region): Call flyspell-process-localwords and
6972         flyspell-delete-region-overlays.
6973         (flyspell-delete-region-overlays): New function.
6974         (flyspell-delete-all-overlays): Call that.
6976 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6978         * help.el (help-for-help-internal): Improve doc of C-h a.
6979         (describe-key): Improve prompt; doc fix.
6981 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6983         * vc-svn.el (vc-svn-registered): Catch all errors.
6985         * cus-dep.el (custom-make-dependencies): Typo.
6987 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
6989         * net/tramp-util.el (top): Fix compilation warning.
6991 2005-11-13  Kim F. Storm  <storm@cua.dk>
6993         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
6995 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6997         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6998         (gud-speedbar-buttons): Match on "const char *" too.
7000         * progmodes/gdb-ui.el (gdb-var-create-handler)
7001         (gdb-var-list-children-handler): Match on "const char *" too.
7002         (gdb-var-evaluate-expression-handler): Match on empty string.
7003         (gdb-var-update-handler): Only call
7004         gdb-var-evaluate-expression-handler when required.
7006 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7008         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7009         selected window.  This still doesn't work for speedbar.
7010         (gud-speedbar-buttons): Handle string expressions properly.
7012         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7013         (gdb-var-create-handler): Handle string expressions properly.
7014         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7015         Handle string expressions properly.  Move "type" field into regexp.
7017 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7019         * bookmark.el (bookmark-maybe-message): New function to reduce
7020         code duplication: invokes `message' iff baud-rate is high enough.
7021         (bookmark-write-file): Use above instead of an inline conditional.
7022         (bookmark-load): Same.
7024 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7026         * bookmark.el (bookmark-write-file): Don't visit the destination
7027         file, just write the data to it using write-region.  This is
7028         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7029         change to avoid visiting the file in the first place.
7031 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7033         * hi-lock.el (hi-lock-mode): Set the default value of
7034         font-lock-defaults.
7036 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7038         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7039         arg to `file-attributes'.
7040         (find-lisp-format): The UID and GID can now be strings.
7042 2005-11-12  Kim F. Storm  <storm@cua.dk>
7044         * help.el (help-map): Bind C-h d to apropos-documentation.
7046         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7047         when point is at end-of-buffer.
7049         * apropos.el (apropos-match-face): Doc fix.
7050         (apropos-sort-by-scores): Add new choice `verbose'.
7051         (apropos-documentation-sort-by-scores): New defcustom.
7052         (apropos-pattern): Now contains the pattern entered by the user.
7053         (apropos-pattern-quoted): New defvar.
7054         (apropos-regexp): New defvar, containing the regexp corresponding
7055         to apropos-pattern.
7056         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7057         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7058         interactive calls; returns list of words for a word list, and
7059         string for a regexp.
7060         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7061         parses a list of words or regexp as returned by apropos-read-pattern.
7062         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7063         (apropos-score-doc): Return a very high score if the string
7064         entered by the user matches literally.
7065         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7066         (apropos-command): Doc fix.  Use apropos-read-pattern and
7067         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7068         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7069         apropos-parse-pattern.
7070         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7071         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7072         apropos-documentation-sort-by-scores.  Call apropos-print with
7073         nosubst=t.
7074         (apropos-documentation-internal): Pass doc string through
7075         substitute-key-definition before adding text properties.
7076         Highlight substring matching literal user input if possible.
7077         (apropos-documentation-check-doc-file): Remove locals beg and end.
7078         Fix calculation of score (as added twice).  Pass doc string through
7079         substitute-key-definition before adding text properties.
7080         (apropos-documentation-check-elc-file): Pass doc string through
7081         substitute-key-definition before adding text properties.
7082         Highlight substring matching literal user input if possible.
7083         (apropos-print): Add new arg NOSUBST; if set, command and variable
7084         doc strings have already been passed through substitute-key-definition.
7085         Add code to handle apropos-accumulator items without score element
7086         for backwards compatibility (e.g. with woman package).
7087         Only show scores if apropos-sort-by-scores is `verbose'.
7089 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7091         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7092         Add jka-compr-load-suffixes to load-suffixes.
7094         * jka-compr.el: Require jka-cmpr-hook.
7095         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7096         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7097         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7098         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7099         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7100         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7101         (jka-compr-uninstall): Remove entries from
7102         jka-compr-added-to-file-coding-system-alist after they are used.
7103         (jka-compr-error): Remove unused var `curbuf'.
7104         (jka-compr-file-local-copy): Remove unused var `notfound'.
7106 2005-11-10  Romain Francoise  <romain@orebokech.com>
7108         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7110 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7112         * progmodes/gud.el (gud-menu-map): Move parentheses.
7113         (gdb): New command gud-pv.
7115 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * tar-mode.el: Remove spurious or unnecessary leading stars
7118         in docstrings.
7119         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7120         (tar-parse-octal-integer-safe): Use mapc.
7121         (tar-header-block-summarize): Remove unused var `ck'.
7122         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7123         cleared before.  Obey default-enable-multibyte-characters.
7124         Use mapconcat.  Simplify setting of tar-header-offset.
7125         (tar-mode-map): Move initialization inside delcaration.
7126         (tar-flag-deleted): Use `abs'.
7127         (tar-expunge-internal): Remove unused var `line'.
7128         (tar-expunge-internal): Don't hardcode point-min==1.
7129         (tar-expunge): Widen while doing set-buffer-multibyte.
7130         (tar-rename-entry): Use file-name-coding-system.
7131         (tar-alter-one-field): Don't hardcode point-min==1.
7132         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7133         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7135 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7137         * add-log.el (add-log-current-defun): Handle class::method
7138         notation of c++.  Fix incorrect comment.
7140 2005-11-10  Alan Mackenzie  <acm@muc.de>
7142         * help-fns.el (describe-variable): Make C-h v work when a variable
7143         has variable documentation yet is unbound.
7145 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7147         * man.el (Man-highlight-references): Set an empty
7148         string to `Man-arguments' if it is nil.
7149         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7151 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7153         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7154         commenting conventions.
7156         * cus-dep.el (custom-make-dependencies): Simplify.
7157         Better follow the commenting conventions.
7159 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7161         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7162         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7163         All uses changed.
7164         (apropos-rewrite-regexp): Doc fix.
7165         (apropos-variable, apropos-command, apropos, apropos-value):
7166         Change prompt; carry through the argument renaming.
7168 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7170         * find-lisp.el: Require dired.
7171         (find-lisp-find-dired-internal): Do not call
7172         `abbreviate-file-name' on DIR.
7174 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7176         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7178 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7180         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7181         when using the speedbar.
7182         (gdb): New command gud-pp.
7183         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7185 2005-11-09  Juri Linkov  <juri@jurta.org>
7187         * replace.el (occur-excluded-properties): New defcustom.
7188         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7190 2005-11-08  Jay Belanger  <belanger@truman.edu>
7192         * calc/calc-units.el (math-convert-units): Replace any composite
7193         unit by its definition.
7195 2005-11-08  Lars Hansen  <larsh@soem.dk>
7197         * emacs-lisp/autoload.el (update-directory-autoloads):
7198         Add obsolete function alias.
7200 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7203         comment-indent-function.
7204         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7206         * reveal.el (reveal-post-command): Rework the handling of
7207         reveal-open-spots, so as to be more reliable.  There were several
7208         tricky corner cases where an open spot might be lost, or where
7209         a closed spot might end up on the list of open spots.
7210         Only reveal text that's ellipsised.
7212 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7214         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7216 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7218         * ibuffer.el (ibuffer): Search iconified frames too when
7219         getting Ibuffer buffer's window.
7221 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7223         * progmodes/compile.el (compilation-internal-error-properties):
7224         save-excursion around the computation of MARKER.
7226 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7228         * textmodes/flyspell.el (flyspell-external-point-words):
7229         flyspell-get-word returns a list, not just a string.
7231 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7233         * ibuffer.el (ibuffer): Search all visible frames when getting
7234         Ibuffer buffer's window.
7236 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7238         * man.el (Man-reference-regexp): Accept spaces between
7239         `Man-name-regexp' and `Man-section-regexp'.
7240         (Man-apropos-regexp): New variable.
7241         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7242         if available.
7243         (Man-highlight-references, Man-highlight-references0):
7244         Handle the case when `Man-arguments' includes "-k".
7245         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7246         `TARGET'. `TARGET' can be a number, function or nil.
7248 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7250         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7251         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7252         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7253         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7254         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7255         (gdb-send-item): Use buffer-local-value and simplify.
7257 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7259         * startup.el (command-line): Use `custom-reevaluate-setting' for
7260         `global-font-lock-mode'.
7262         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7263         by default, except in batch mode or when the -D option is given.
7265         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7266         specified keyword args on to `define-minor-mode'.  Update docstring.
7268 2005-11-05  Romain Francoise  <romain@orebokech.com>
7270         * replace.el (occur-engine): Add marker at end of line, too.
7272 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7274         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7275         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7276         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7277         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7278         argument to all these routines, so the passphrase can be managed
7279         externally and passed in to the system.
7280         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7281         pgg-add-passphrase-to-cache function.
7283         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7284         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7285         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7286         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7287         argument to all these routines, so the passphrase can be managed
7288         externally and passed in to the system.
7289         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7290         function.
7292 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7294         * font-lock.el: Don't deal with font-lock-face-attributes here,
7295         move the code ...
7297         * startup.el (command-line): ... here.  Use face-spec-set instead
7298         of custom-declare-face.
7300         * faces.el (face-spec-set): Reset the face if spec is not nil.
7302 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7304         * newcomment.el (comment-region-internal): Box more tightly in the
7305         common case where there's no TAB in the boxed text.
7307 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7309         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7310         up-node.
7312 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7314         * newsticker.el: Commentary updated.  Code formatting changed.
7315         (newsticker-version): Change to "1.9".
7316         (newsticker, newsticker-feed): Doc fix.
7317         (newsticker-url-list): Doc fix.  Add option "Weekly".
7318         (newsticker-retrieval-interval): Add option "Weekly".
7319         (newsticker-headline-processing): Doc fix.
7320         (newsticker-auto-mark-filter): Remove.
7321         (newsticker-auto-mark-filter-list): New.
7322         (newsticker-layout, newsticker-sort-method): Doc fix.
7323         (newsticker-hide-old-items-in-newsticker-buffer)
7324         (newsticker-heading-format, newsticker-item-format)
7325         (newsticker-desc-format): Doc fix.
7326         (newsticker-show-all-rss-elements): Remove.
7327         (newsticker-show-all-news-elements): New.
7328         (newsticker-faces, newsticker-ticker): Doc fix.
7329         (remove-from-invisibility-spec): Code formatting.
7330         (newsticker--process-ids): New.
7331         (newsticker-mode): Doc fix.
7332         (newsticker-mode): Change mode-line-format.
7333         (newsticker-start): Remove debug output.
7334         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
7335         (newsticker-w3m-show-inline-images): Code formatting.
7336         (newsticker-next-item): Call `force-mode-line-update'.
7337         (newsticker-previous-item): Call `force-mode-line-update'.
7338         (newsticker-next-feed): Call `force-mode-line-update'.
7339         (newsticker-previous-feed): Call `force-mode-line-update'.
7340         (newsticker-mark-all-items-at-point-as-read): Code formatting.
7341         (newsticker-show-old-items): Do not show descs.
7342         (newsticker-hide-entry): Hide too much.
7343         (newsticker-hide-entry, newsticker-show-entry)
7344         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7345         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7346         (newsticker-toggle-auto-narrow-to-item): Code formatting.
7347         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7348         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7349         (newsticker-get-news): Call `force-mode-line-update'.
7350         Collect process ids.
7351         (newsticker--sentinel): Change coding system handling.
7352         Move image retrieval to new functions newsticker--get-logo-url-*.
7353         Move feed parsing to new functions newsticker--parse-*.
7354         Update list of process ids.
7355         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7356         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7357         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7358         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7359         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7360         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7361         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7362         (newsticker--decode-coding-string): Remove.
7363         (newsticker--decode-numeric-entities): Check input.  Format code.
7364         (newsticker--remove-whitespace): Check input.
7365         (newsticker--do-forget-preformatted): Doc fix.
7366         (newsticker--decode-rfc822-date): Allow for missing time.
7367         (newsticker--update-process-ids): New.
7368         (newsticker--image-sentinel): Change comment.
7369         (newsticker--image-read): Change error message.
7370         (newsticker--imenu-goto): Doc fix.  Show headline title.
7371         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7372         (newsticker--buffer-do-insert-text): Clean whitespace in
7373         html-rendered headline title.  Code formatting.
7374         Call `newsticker--buffer-print-extra-elements'.
7375         (newsticker--buffer-print-extra-element): Remove.
7376         (newsticker--buffer-print-extra-elements): New.
7377         (newsticker--buffer-do-print-extra-element): New.
7378         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
7379         large sizes.
7380         (newsticker--run-auto-mark-filter)
7381         (newsticker--do-run-auto-mark-filter):
7382         Use `newsticker-auto-mark-filter-list'.
7384 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
7386         * net/rcirc.el: Use split-string OMIT-NULLS argument.
7387         (rcirc-print): Force redisplay before running hooks.  Do long
7388         buffer truncation after making new text read-only.  Deal with nil
7389         text when decoding strings.  If TARGET is nil, use either the
7390         currently selected buffer, if it is an rcirc buffer and of the
7391         same process or the process buffer.
7392         (rcirc-mode): Remove header-line.  Recompute short buffer names.
7393         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7394         (rcirc-short-buffer-name): Add variable.
7395         (rcirc-kill-buffer-hook): Recompute short buffer names.
7396         Remove nick from private channel.
7397         (rcirc-send-input): Send command text to current-buffer.
7398         Don't clear overlay arrow here.
7399         (rcirc-short-buffer-name): Return a short buffer name.
7400         (rcirc-update-short-buffer-names, rcirc-abbreviate)
7401         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7402         buffer-name abbreviations.
7403         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7404         Do not touch nick-table when killing a parted channel.
7405         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7406         Clear arrow from current buffer if it is now hidden.
7407         (rcirc-current-buffer): Add variable.
7408         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7409         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7410         Remove -face from names.
7411         (rcirc-update-activity-string): Print "DND" when globally ignoring
7412         activity.
7413         (rcirc-ignore-buffer-activity-flag): Rename from
7414         rcirc-ignore-channel-activity.
7415         (rcirc-ignore-all-activity-flag): Doc fix.
7416         (rcirc-channels): Remove variable.
7417         (rcirc-kill-buffer-hook):
7418         (rcirc-get-buffer-create): Add nick to private channel.
7419         (rcirc-multiline-edit-submit): Remove tabs.
7420         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7421         folded.
7422         (rcirc-remove-nick-channel): Bug fix.
7423         (rcirc-toggle-ignore-buffer-activity): Rename from
7424         rcirc-toggle-ignore-channel-activity.
7425         (rcirc-record-activity): Add buffers to the front of the list.
7426         (rcirc-update-activity): Remove killed buffers from list.
7427         (rcirc-process-server-response-1): Remove last argument if it is
7428         null before calling handler.
7429         (rcirc): Add "rcirc" defcustom prefix.
7430         (rcirc-prompt): Simplify default prompt.
7431         Use custom-initialize-default.
7432         (rcirc-private-chats): Remove variable.
7433         (rcirc-prompt): Change initialization.
7434         (rcirc-version): Remove function.
7435         (rcirc-id-string): Add constant.
7436         (rcirc-last-buffer): Remove variable.
7437         (rcirc-buffer-alist): Add variable.
7438         (rcirc-connect): Update variable setup.
7439         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7440         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7441         default.
7442         (rcirc-handler-generic): Trigger activity.
7443         (rcirc-send-message): Create the buffor of the target.
7444         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7445         (rcirc-get-buffer): Just return nil if there is no matching buffer.
7446         (rcirc-multiline-edit-cancel): Remove function.
7447         (rcirc-set-last-buffer): Remove function.
7448         (rcirc-get-any-buffer): Add function.
7449         (rcirc-join-channels): Don't print /join text.
7450         (rcirc-toggle-ignore-channel-activity): Add and update echo area
7451         messages.
7452         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7453         (rcirc-handler-NOTICE): Recognize CTCP responses.
7454         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7455         constructing TOPIC string for buffers we are not JOINed.
7456         (rcirc-handler-CTCP-response): Add handler.
7457         (rcirc-multiline-edit-submit): Restore the window-configuration
7458         before adjusting point.
7459         (rcirc): Add customization group.
7460         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7461         (rcirc-user-full-name, rcirc-startup-channels-alist)
7462         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7463         (rcirc-ignore-all-activity-flag, rcirc-time-format)
7464         (rcirc-input-ring-size, rcirc-read-only-flag)
7465         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7466         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7467         Change defvar to defcustom.
7468         (rcirc-update-prompt): Add optional ALL arg, which will update
7469         prompts in all rcirc buffers.  Regexp quote replacement text.
7470         (rcirc-fill-column): Accept frame-width as a value.
7471         (rcirc-set-changed): Add function.
7472         (rcirc-next-active-buffer): Write more meaningful messages.
7473         (rcirc-faces): Add customization group.
7474         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7475         (rcirc-nick-in-message-face, rcirc-prompt-face)
7476         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7477         (with-rcirc-process-buffer): Move before first usage.
7478         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7479         (rcirc-debug-flag): Rename from `rcirc-log-p'.
7480         (rcirc-debug): Rename from `rcirc-log'.
7481         (rcirc-format-response-string): Do not print `-' chars for a
7482         NOTICE with no sender.  Simplify output of server responses.
7484 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
7486         (rcirc-browse-url-map, rcirc-browse-url-at-point)
7487         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7488         Make urls mouse and RET clickable.
7490 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
7492         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7494 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7496         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7497         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7498         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7499         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7500         argument to all these routines, so the passphrase can be managed
7501         externally and passed in to the system.
7502         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7503         pgg-add-passphrase-to-cache function.
7505         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7506         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7507         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7508         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7509         argument to all these routines, so the passphrase can be managed
7510         externally and passed in to the system.
7511         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7512         function.
7514 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7516         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7517         from goto-address-url-regexp.
7519 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7521         * textmodes/org.el (org-read-date, org-goto-calendar)
7522         (org-recenter-calendar, org-agenda-goto-calendar):
7523         Temporarily clear `calendar-move-hook'.
7525 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
7527         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7528         merging.
7530         * ediff-util.el (ediff-previous-difference): Don't skip regions that
7531         have merge clashes.
7533 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7535         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7536         Undo previous change.
7538         * startup.el (command-line): Use `custom-reevaluate-setting' for
7539         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
7540         tty-register-default-colors on Mac.
7542 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7544         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7545         (gdb-buffer-type): Make it automatically buffer local...
7546         (gdb-get-create-buffer): ...and set it accordingly.
7547         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7548         actually work.
7550 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
7552         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7553         not red.
7555 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
7557         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7558         case GUD buffer is not visible.
7559         (gdb-goto-breakpoint): Try to force display in source buffer.
7560         (gdb-frame-gdb-buffer): Copy other similar functions.
7561         (gdb-restore-windows): Don't display source if not asked for.
7562         (gdb-assembler-buffer-name): Don't capitalise.
7564 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7566         * wid-edit.el (key-sequence): New widget type.
7568         * simple.el (set-mark-command-repeat-pop): New variable.
7569         (set-mark-command): Only interpret plan C-@ after a pop as a pop
7570         if set-mark-command-repeat-pop is true.
7572         * info.el (Info-fontify-node): Don't display extra "see" if there
7573         already is one here.
7575         * mouse.el: Fix special handling of DEL after dragging a region:
7576         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7577         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
7579         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7581         * textmodes/ispell.el (ispell-command-loop): Change `i' description
7582         not to assume it pertains to an affix.
7584         * textmodes/flyspell.el (flyspell-post-command-hook):
7585         Bind deactivate-mark to prevent deactivation.
7587 2005-11-03  Lars Hansen  <larsh@soem.dk>
7589         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7590         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7591         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7593 2005-11-03  Romain Francoise  <romain@orebokech.com>
7595         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
7596         Update copyright years.
7598 2005-11-03  Sam Steingold  <sds@gnu.org>
7600         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7601         Use system-type instead of window-system because window-system is not
7602         correctly defined during loadup.
7604 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
7606         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7607         (xml-parse-tag): Join strings separated by a comment properly.
7609 2005-11-02  Andreas Schwab  <schwab@suse.de>
7611         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7613 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7616         (byte-optimize-pure-func): Quote the eval'd value.
7618         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7619         Rename from perl-font-lock-syntactic-face-function.
7620         Change the calling convention so it can be used as a font-lock MATCHER.
7621         Do the parse-partial-sexp loop outselves.
7622         (perl-font-lock-syntactic-keywords): Use it.
7623         (perl-mode): Don't set font-lock-syntactic-face-function any more.
7625 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
7627         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7628         disassembly buffer too.
7629         (gdb-exited): Remove overlay arrows when execution has finished.
7630         (gdb-info-frames-custom, gdb-info-threads-custom)
7631         (gdb-info-registers-custom): Don't add inappropriate text
7632         properties if inferior is not active.
7634 2005-11-02  Glenn Morris  <rgm@gnu.org>
7636         * progmodes/fortran.el (fortran-blink-match):
7637         Use `blink-matching-delay'.
7639 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
7641         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7643 2005-11-02  Lars Hansen  <larsh@soem.dk>
7645         * net/tramp.el (tramp-action-out-of-band): Handle scp message
7646         "Permission denied".
7648 2005-11-01  Richard M. Stallman  <rms@gnu.org>
7650         * textmodes/flyspell.el (flyspell-external-point-words):
7651         Pass nil to flyspell-get-word.
7653 2005-11-02  Kim F. Storm  <storm@cua.dk>
7655         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7656         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7658 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7661         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7662         (calendar-mouse-print-dates): Add optional `event' argument.
7663         Update interactive-spec.
7664         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7665         Use `calendar-event-to-date' instead of `event'.
7667 2005-11-02  Masatake YAMATO  <jet@gyve.org>
7669         * progmodes/ld-script.el (ld-script-builtins):
7670         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7671         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7672         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7674 2005-11-01  Romain Francoise  <romain@orebokech.com>
7676         * vc-sccs.el: Update copyright year.
7677         * ezimage.el: Likewise.
7679 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
7681         * info.el (Info-fontify-node): Use `string-width' for fontifying
7682         underlined titles.
7684 2005-11-01  Juri Linkov  <juri@jurta.org>
7686         * info.el (Info-fontify-node): Downcase node header keywords Node,
7687         Prev, Next, Up before comparison.
7688         (Info-history): Insert absolute directory name, and put invisible
7689         property on it.
7691 2005-11-01  Juri Linkov  <juri@jurta.org>
7693         * info.el (Info-file-supports-index-cookies): New variable.
7694         (Info-find-node-2): Check makeinfo version for index cookie support.
7695         (Info-index-nodes): Search for nodes with index cookies only when
7696         Info-file-supports-index-cookies is t.  Otherwise, search nodes
7697         with "Index" in the node name.
7698         (Info-index-node): Search index cookie in the current node only when
7699         Info-file-supports-index-cookies is t.  Otherwise, check the word
7700         "Index" in the node name.
7701         (Info-find-emacs-command-nodes): Remove code that searches nodes
7702         with "Index" node name in the top menu.
7704 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * progmodes/scheme.el (scheme-mode-variables): Use the default
7707         comment-indent-function.
7709         * faces.el (face-attribute): Handle the case where a face inherits from
7710         a non-existent face.
7712         * simple.el (eval-expression-print-format): Use lisp-readable syntax
7713         for octal and hexa output, and merge the char into the paren.
7714         (kill-new): Use push.
7715         (copy-to-buffer): Use with-current-buffer.
7716         (completion-setup-function): Move code in loop to remove redundancy.
7717         (minibuffer-local-must-match-map): Don't add bindings that duplicate
7718         those inherited from minibuffer-local-completion-map.
7720         * savehist.el (savehist-mode) <defcustom>:
7721         Use custom-set-minor-mode if available.
7722         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7723         and emit a message if applicable.
7725 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
7727         * savehist.el: Sync up to version 19.
7728         (savehist-mode): New minor mode.
7729         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7730         (savehist-length): Remove (use history-length instead).
7731         (savehist-file-modes): Rename from savehist-modes.
7732         (savehist-save-hook, savehist-loaded): New vars.
7733         (savehist-load): Use savehist-mode.  Try to smooth up transition from
7734         old format to new format.
7735         (savehist-install): Allow savehist-autosave-interval to be nil.
7736         (savehist-save): Run the new hook.  Be more careful to only trim the
7737         history variables.
7738         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
7739         (savehist-printable): Print into a buffer rather than char-by-char.
7741 2005-11-01  John Wiegley  <johnw@newartisans.com>
7743         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7744         toggle-ignore keybinding (C-a).  The author said it had been
7745         disabled much earlier due to a possible incompatibility, but after
7746         many months of usage I have encountered no problems (and it is a
7747         rather useful option, especially for switching to " *temp*").
7749         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7750         support for OS/X's AddressBook, by calling out to the open source
7751         program "contacts" (installable through Fink).
7753         * net/eudc.el (eudc-expand-inline): If the
7754         `eudc-multiple-match-handling-method' is set to `all', delete the
7755         query string before inserting the query result.
7757         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7758         flag, to prevent Eshell from using the system ls when
7759         `eshell-ls-insert-directory' is in used.
7760         (eshell-ls-insert-directory): Disable font-lock in directory
7761         buffer so that Eshell's own fontification is seen.  This broke
7762         recently due to changes in font-lock, so this goes back to version
7763         21 behavior.
7765 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7767         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7768         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7769         (gdb-many-windows): Doc fix.
7771 2005-10-31  Romain Francoise  <romain@orebokech.com>
7773         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7775 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
7777         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7778         that global-font-lock-mode can be enabled by default.
7780         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7781         (font-lock-add-keywords, font-lock-remove-keywords)
7782         (font-lock-fontify-buffer): Remove autoload cookies.
7784         * jit-lock.el (jit-lock-register): Likewise.
7786         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7788 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7790         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7791         intact if there is no gud-comint-buffer.
7793 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
7795         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7796         old prompt comint-prompt-read-only is t and GDB commands are
7797         issued from tool bar etc.
7799 2005-10-31  Masatake YAMATO  <jet@gyve.org>
7801         * vc.el (vc-directory-exclusion-list): Add "{arch}".
7803 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7805         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7806         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7808 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
7810         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7811         starting at beginning of line.  Fontification is messed up when
7812         `open-paren-in-column-0-is-defun-start' set to t.
7813         Reported by John Paul Wallington <jpw@pobox.com>.
7815 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
7817         * comint.el (comint-send-input): Call `comint-update-fence' when
7818         `comint-process-echoes' and `comint-prompt-read-only' are both
7819         non-nil, to avoid leftover read-only newline.
7821 2005-10-30  Richard M. Stallman  <rms@gnu.org>
7823         * textmodes/flyspell.el (flyspell-external-point-words):
7824         Detect when WORD can't be checked properly because
7825         flyspell-get-word finds just part of it, and move on.
7827         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7828         boundarychar for Polish.
7829         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7830         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7832 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7834         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7835         (gdb-registers-font-lock-keywords): Delete.
7836         (gdb-registers-mode): Don't fontify.
7837         (gdb-info-registers-custom): Use text properties instead as, in
7838         future, changed register values will use font-lock-warning-face.
7839         (gdb-local-font-lock-keywords): Rename to...
7840         (gdb-locals-font-lock-keywords): ...for consistency.
7842 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
7844         * vc.el (vc-switch-backend): Better error message if the buffer is
7845         not visiting a file under version control.
7847         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7849 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7851         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7852         ~/.emacs.d/.emacs.
7854 2005-10-29  Richard M. Stallman  <rms@gnu.org>
7856         * replace.el (occur-mode-mouse-goto): Always go to other window.
7857         (occur-mode-goto-occurrence): Always switch in same window.
7859         * simple.el (undo): Display message at end, not at start.
7861         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7862         New arg REUSE-CELL.
7863         (cancel-timer-internal): New function.
7864         (timer-event-handler): Use cancel-timer-internal,
7865         and pass the cell it returns to timer-activate...
7867         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7868         (jit-lock-deferred-fontify, jit-lock-context-fontify)
7869         (jit-lock-after-change): Test memory-full.
7871 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7873         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7874         part of the decoded armor to find the key-identifier.
7875         (pgg-gpg-lookup-key-owner): New function to return the
7876         human-readable identifier of a key owner.
7877         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7878         key itself.
7879         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7880         the key value) if we have a key and can match it against a secret
7881         key.  Also, added a note pointing out fact that the prompt only
7882         indicates the first matching key.
7884         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7885         pgg-decrypt-region.
7886         (pgg-pending-timers): A new hash for tracking the passphrase cache
7887         timers, so that new ones supercede old ones.
7888         (pgg-add-passphrase-to-cache): Rename from
7889         `pgg-add-passphrase-cache' to reduce confusion (all callers
7890         changed).  Modified to cancel old timers when new ones are added.
7891         (pgg-remove-passphrase-from-cache): Rename from
7892         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7893         changed).  Modified to cancel old timers when their keys are
7894         removed from the cache.
7895         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7896         XEmacs, an indirection to delete-itimer.
7897         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7898         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7899         users can only check cache without risk of prompting.  Correct bug in
7900         notruncate behavior.
7901         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7902         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7903         Add informative docstrings.
7904         (pgg-decrypt): Convey provided passphrase in subordinate call to
7905         pgg-decrypt-region.
7907         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7908         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7909         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7910         `passphrase' argument, so the passphrase can be managed externally
7911         and then passed in to the system.
7913         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7914         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7915         so the passphrase cache can be used reliably with identifiers
7916         besides a pgp packet's key id.
7918         * pgg-gpg.el (pgg-pgp-encrypt-region)
7919         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7920         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7921         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7922         argument to all these routines, so the passphrase can be managed
7923         externally and passed in to the system.
7925         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7926         `notruncate' argument, so the passphrase cache can be used
7927         reliably with identifiers besides a pgp packet's key id.
7929 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7931         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7932         symmetric encryption.
7933         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7934         encrypted session key.
7935         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7936         message ask for the passphrase in a proper way.
7938         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7939         New user commands for symmetric encryption.
7941 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
7943         * textmodes/conf-mode.el (conf-assignment-sign)
7944         (conf-assignment-regexp): Fix docstrings.
7945         (conf-mode-initialize): New function.
7946         (conf-mode): Remove optional args.  Use delay-mode-hooks to
7947         recognize recursive calls.
7948         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7949         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7950         (conf-xdefaults-mode): Use define-derived-mode and
7951         conf-mode-initialize.
7953 2005-10-29  Romain Francoise  <romain@orebokech.com>
7955         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7957 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7959         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7960         part of the decoded armor to find the key-identifier.
7961         (pgg-gpg-lookup-key-owner): New function to return the
7962         human-readable identifier of a key owner.
7963         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7964         key itself.
7965         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7966         the key value) if we have a key and can match it against a secret
7967         key.  Also, added a note pointing out fact that the prompt only
7968         indicates the first matching key.
7970         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7971         pgg-decrypt-region.
7972         (pgg-pending-timers): A new hash for tracking the passphrase cache
7973         timers, so that new ones supercede old ones.
7974         (pgg-add-passphrase-to-cache): Rename from
7975         `pgg-add-passphrase-cache' to reduce confusion (all callers
7976         changed).  Modified to cancel old timers when new ones are added.
7977         (pgg-remove-passphrase-from-cache): Rename from
7978         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7979         changed).  Modified to cancel old timers when their keys are
7980         removed from the cache.
7981         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7982         XEmacs, an indirection to delete-itimer.
7983         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7984         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7985         users can only check cache without risk of prompting.  Correct bug in
7986         notruncate behavior.
7987         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7988         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7989         Add informative docstrings.
7990         (pgg-decrypt): Convey provided passphrase in subordinate call to
7991         pgg-decrypt-region.
7993 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7995         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7996         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7997         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7998         `passphrase' argument, so the passphrase can be managed externally
7999         and then passed in to the system.
8001         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8002         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8003         so the passphrase cache can be used reliably with identifiers
8004         besides a pgp packet's key id.
8006         * pgg-gpg.el (pgg-pgp-encrypt-region)
8007         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8008         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8009         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8010         argument to all these routines, so the passphrase can be managed
8011         externally and passed in to the system.
8013         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8014         `notruncate' argument, so the passphrase cache can be used
8015         reliably with identifiers besides a pgp packet's key id.
8017 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8019         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8020         symmetric encryption.
8021         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8022         encrypted session key.
8023         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8024         message ask for the passphrase in a proper way.
8026         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8027         New user commands for symmetric encryption.
8029 2005-10-28  Bill Wohler  <wohler@newt.com>
8031         * help-mode.el (help-url): New button type.  Calls browse-url.
8032         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8033         Similar to Info nodes: URL `url'.
8034         (help-make-xrefs): Create help-url buttons for
8035         help-xref-url-regexp matches.
8037 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8039         * tool-bar.el (tool-bar-add-item-from-menu)
8040         (tool-bar-local-item-from-menu): Fix doc strings.
8042 2005-10-28  Romain Francoise  <romain@orebokech.com>
8044         * ldefs-boot.el: Update.
8046         * subr.el (locate-library): Move from help-fns.el.
8047         * help-fns.el (locate-library): Move to subr.el.
8049 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8051         * net/tramp.el (tramp-completion-mode): defvar moved up.
8053         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8055         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8057         * files.el (find-file-noselect): Use %d to format large file size.
8059         * bindings.el (mode-line-format): Add %e.
8061         * loadup.el ("facemenu"): Load unconditionally.
8062         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8063         ("x-dnd"): Load, when appropriate.
8065         * startup.el (command-line): Call before-init-hook earlier.
8066         Warn about some bad characters in -u user name.
8068         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8069         (flyspell-external-point-words): Error if misspelled word is not found.
8070         Set flyspell-large-region-beg at end of word.
8072 2005-10-28  Andreas Schwab  <schwab@suse.de>
8074         * view.el (View-revert-buffer-scroll-page-forward):
8075         Use view-page-size-default.
8077 2005-10-28  Juri Linkov  <juri@jurta.org>
8079         * international/quail.el (quail-get-current-str): Translate last
8080         raw character for deterministic input methods.
8082 2005-10-27  Jay Belanger  <belanger@truman.edu>
8084         * calc/calc-ext.el: Add functions to autoloads.
8085         (math-identity-matrix-p, math-ident-row-p): New functions.
8087         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8088         multiplication by an identity matrix; don't turn multiplication by
8089         an inverse matrix into division.
8090         (math-div-symbol-fancy): Replace division by matrices with
8091         multiplication by inverse.
8093         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8095         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8096         (calc-writeoutpower): New functions.
8098 2005-10-27  Romain Francoise  <romain@orebokech.com>
8100         * replace.el (occur-engine): Include colon in mouse-face highlight.
8102         * dired-x.el: Change Maintainer field.
8104 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8106         * longlines.el (longlines-mode): Bind after-change-functions to
8107         nil during initial decoding and final encoding.
8109 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8111         * term.el (term-emulate-terminal, term-handle-colors-array)
8112         (term-handle-ansi-escape): Specify the terminfo capabilities
8113         implemented.
8115 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8117         * info.el (Info-fontify-node): Fix detection of sentence-break
8118         before *Note.
8120 2005-10-26  Romain Francoise  <romain@orebokech.com>
8122         * smerge-mode.el: Add `tools' to file keywords.
8124 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8126         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8127         when the fringe is not available.
8129         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8130         (def-gdb-auto-update-trigger): Simplify construction.
8131         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8132         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8133         defined explicitly.
8134         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8135         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8136         defined explicitly.
8137         (gdb-info-locals-custom): Remove as it's a no-op.
8139 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8141         * longlines.el (longlines-mode): Remove narrowing before
8142         performing the initial decoding or final encoding.
8144 2005-10-25  Romain Francoise  <romain@orebokech.com>
8146         * emacs-lisp/find-func.el (find-library-name): Also strip
8147         extension if library name ends in .el, to take advantage of
8148         `find-library-suffixes'.
8150 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8152         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8154 2005-10-25  Juri Linkov  <juri@jurta.org>
8156         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8157         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8159 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8162         (blackbox-redefine-key): Add argument `map'.
8164         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8165         regions when moving the jit-lock-context-unfontify-pos boundary.
8167 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8169         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8171 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8173         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8175 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8177         * play/blackbox.el (blackbox-redefine-key): New function.
8178         (blackbox-mode-map): Use it to remap existing bindings for cursor
8179         motion instead of binding literal keys.
8181 2005-10-25  Glenn Morris  <rgm@gnu.org>
8183         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8184         diary does not end in a newline.  Do not assume a blank line at
8185         the start of the diary file.
8187 2005-10-25  Kenichi Handa  <handa@m17n.org>
8189         * international/quail.el (quail-translate-key): If the input
8190         method is deterministic and failed to handle the last key, restart
8191         the key handling loop from an appropriate key.
8193 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8195         * vc.el (vc-dired-mode): Extend comment for binding of
8196         `directory-listing-before-filename-regexp'.
8198 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8200         * textmodes/texinfo.el (texinfo-mode):
8201         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8202         not to unnecessarily expose emacs-mule's internal char codes.
8204 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8206         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8207         Display hand pointer and help-echo on disabled icon too.
8208         (gdb-mouse-until): New function.
8209         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8211 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8213         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8214         with 2005-10-23 change to doctor.el.
8216         * finder.el (finder-mode-map): Add follow-link binding.
8218 2005-10-25  Kim F. Storm  <storm@cua.dk>
8220         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8221         to gdb-mouse-toggle-breakpoint-fringe.
8222         (gdb-mouse-toggle-breakpoint-margin): Rename from
8223         gdb-mouse-toggle-breakpoint.  Fix doc.
8224         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8225         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8226         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8227         string properties also for fringe breakpoint bitmaps.
8229 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8231         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8233 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8235         * simple.el (completion-common-substring):
8236         Use `completion-common-substring' prior to `completion-base-size'.
8238 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8240         * savehist.el: Require CL while compiling.
8241         (savehist-history-variables): Remove.
8242         (savehist-save-minibuffer-history, savehist-additional-variables)
8243         (savehist-minibuffer-history-variables): New vars.
8244         (savehist-save): Use them.
8245         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8246         (savehist-install): New fun, extracted from savehist-load.
8247         (savehist-load): Use them.
8249 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8252         a dummy doc-string-elt property.
8253         (defalias, defvaralias, define-category): Add a docstring property.
8255         * image.el (defimage):
8256         * widget.el (define-widget):
8257         * custom.el (defface, defcustom): Add `doc-string' declaration.
8259         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8260         (defadvice): Add `doc-string' declaration.
8262         * emacs-lisp/byte-run.el (macro-declaration-function):
8263         Handle `doc-string' declarations.
8264         (define-obsolete-function-alias, define-obsolete-variable-alias):
8265         Add `doc-string' declaration.
8267 2005-10-24  Kenichi Handa  <handa@m17n.org>
8269         * international/utf-7.el (utf-7): Add autoload cookie.
8271         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8273 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8275         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8276         list of directories passed to batch-update-autoloads.  Add "." to
8277         the list of the echoed directories.
8279         * pgg-def.el:
8280         * pgg-gpg.el:
8281         * pgg-parse.el:
8282         * pgg-pgp.el:
8283         * pgg-pgp5.el:
8284         * pgg.el: Moved here from the gnus subdirectory.
8286 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8288         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8289         in case comint-prompt-read-only is set to t.
8291         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8292         in case comint-prompt-read-only is set to t.
8294 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8296         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8297         Now a string.
8298         (icalendar-import-format): Handle CLASS, STATUS, URL.
8299         Rename `subject' to `summary'.
8300         (icalendar-import-format-summary): Rename from
8301         `icalendar-import-format-subject'.
8302         (icalendar-import-format-url, icalendar-import-format-status)
8303         (icalendar-import-format-class): New variables.
8304         (icalendar--rris): Take variable argument list.
8305         (icalendar--datestring-to-isodate): Remove unnecessary
8306         calendar-style check when converting dates with explicit month names.
8307         (icalendar-export-region): Change return type of conversion
8308         subroutines.  Bury current buffer unless error occurred.
8309         (icalendar--convert-to-ical)
8310         (icalendar--parse-summary-and-rest): New functions.
8311         (icalendar--convert-ordinary-to-ical)
8312         (icalendar--convert-weekly-to-ical)
8313         (icalendar--convert-yearly-to-ical)
8314         (icalendar--convert-block-to-ical)
8315         (icalendar--convert-cyclic-to-ical)
8316         (icalendar--convert-anniversary-to-ical): Change return type.
8317         Strip trailing blanks from subject.
8318         (icalendar--convert-sexp-to-ical): Change return type.
8319         Strip trailing blanks from subject.  Handle simple sexp
8320         entries as generated by icalendar.el.
8321         (icalendar--convert-float-to-ical)
8322         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8323         (icalendar-import-file): Doc fix.
8324         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8325         Correct call to icalendar--rris.
8326         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
8327         `summary'.
8328         (icalendar--add-diary-entry): Rename `subject' to `summary'.
8330 2005-10-24  Romain Francoise  <romain@orebokech.com>
8332         * server.el (server-sentinel): Set query-on-exit flag to nil on
8333         new client processes (it isn't inherited from the server process).
8335         * replace.el (occur-engine): Rearrange text properties.
8337 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8340         case-fold-search is nil.
8341         (debug-help-follow): Use help-xref-interned directly.
8343 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8345         * thumbs.el (thumbs-image-type): Add .pbm.
8347 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8349         * faces.el (inhibit-face-set-after-frame-default): New variable.
8350         (set-face-attribute): Bind it.
8351         (face-set-after-frame-default): Test it.
8353         * help-fns.el (describe-simplify-lib-file-name): New function.
8354         (describe-function-1, describe-variable): Use it.
8356         * faces.el (describe-face): Use describe-simplify-lib-file-name.
8358         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8359         Eliminate nil as possible value.
8360         (tooltip-hide-delay): Reduce internal-border-width.
8362         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8363         (menu-bar-file-menu) <new-file>: Likewise.
8365         * simple.el (line-move-finish): Ignore fields computing LINE-END.
8367         * international/mule.el (load-with-code-conversion):
8368         Pass full file name to `eval-buffer' unless preloading.
8370         * textmodes/flyspell.el (flyspell-large-region):
8371         Call ispell-check-version.
8373         * textmodes/ispell.el (ispell-local-dictionary-overridden):
8374         Fix the make-variable-buffer-local call that was supposed
8375         to be for this variable.
8376         (ispell-aspell-supports-utf8): Doc fix.
8377         (ispell-find-aspell-dictionaries): Preserve elements of
8378         ispell-dictionary-alist for dictionaries that aspell doesn't report.
8379         (ispell-aspell-find-dictionary): Return nil on error.
8381         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8382         (doctor-symptoms): Likewise.
8384         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8386 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8388         * cus-edit.el (custom-button, custom-button-pressed): New vars.
8389         (custom-raised-buttons): Add :set spec.
8390         (custom-button-unraised, custom-button-pressed-unraised):
8391         New faces, so that custom-raised-buttons actually does something.
8392         (custom-mode): Use custom-button and custom-button-pressed.
8394         * wid-edit.el (widget-specify-button): Don't ignore
8395         widget-mouse-face on graphic terminals.
8396         (widget-move-and-invoke): Cleanup.
8398 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
8400         * whitespace.el (whitespace-cleanup): Doc fix.
8402 2005-10-23  Romain Francoise  <romain@orebokech.com>
8404         * emulation/viper.el (viper-set-hooks): Quote forms passed to
8405         `eval-after-load' to avoid evaluating their result.
8407 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
8409         * files.el (directory-listing-before-filename-regexp):
8410         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
8412         * dired.el (dired-move-to-filename-regexp): Remove.
8413         All occurences replaced by `directory-listing-before-filename-regexp'.
8415         * dired-x.el, locate.el, vc.el:
8416         Replace `dired-move-to-filename-regexp' by
8417         `directory-listing-before-filename-regexp'.  In vc.el it is
8418         overwritten locally; maybe this can be handled in files.el too.
8420         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
8421         replaced by `directory-listing-before-filename-regexp'.
8423 2005-10-23  Andreas Schwab  <schwab@suse.de>
8425         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8426         and eval-next-after-load.
8428 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8430         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8431         exist, create it.
8433 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
8435         * allout.el: Remove autoloads for mailcrypt and crypt++.
8436         Require pgg, pgg-gpg during compilation.
8437         (allout-version): Increment version number to 2.1, and use a literal
8438         rather than RCS Id.
8439         (allout-default-encryption-scheme): Remove.
8440         (allout-passphrase-verifier-handling)
8441         (allout-passphrase-verifier-string)
8442         (allout-file-passphrase-verifier-string)
8443         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8444         (allout-passphrase-hint-handling): Rename and simplify.
8445         (allout-init): Use `find-file-hook' if available, otherwise
8446         `find-file-hooks'.
8447         (allout-mode): Use `write-file-functions' if available, otherwise
8448         `local-write-file-hooks' and, instead of making auto-save-hook
8449         buffer local, make the write-file-hook activity contingent to
8450         allout-mode.
8451         (allout-mode): Use key-binding substitution in the docstring.
8452         (allout-kill-line): Spell-out kill ring data structure mutation
8453         instead of using byte-compiler-complaint-provoking `pop'.
8454         (allout-insert-listified): Use `insert' rather than `insert-string'
8455         (allout-toggle-current-subtree-encryption): Update docstring, adjust
8456         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8457         (allout-encrypt-string): Totally revamped vis new underlying
8458         encryption facilities.
8459         (allout-mc-activate-passwd): Remove.
8460         (allout-obtain-passphrase): New, more or less replaces
8461         allout-mc-activate-passwd.
8462         (allout-encrypted-key-info): More or less replaces
8463         allout-encrypted-text-type.
8464         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8465         (my-mark-marker): Use `(featurep 'xemacs)'.
8467 2005-10-23  Lars Hansen  <larsh@soem.dk>
8469         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8470         (byte-compile-file-form-defmumble, byte-compile-defun)
8471         (byte-compile-defmacro): Use it.
8472         (byte-compile-form): Don't call byte-compile-set-symbol-position
8473         when a byte-compile handler is called.
8475 2005-10-22  Romain Francoise  <romain@orebokech.com>
8477         * savehist.el (savehist-history-variables): Add `grep-find-history'.
8479         * subr.el (eval-after-load): Convert library name to an absolute
8480         file name using locate-library, since load-history no longer has
8481         library names in it.
8483 2005-10-22  Richard M. Stallman  <rms@gnu.org>
8485         * files.el (make-temp-file): Move from subr.el.
8486         * subr.el (make-temp-file): Move to files.el.
8488         * window.el (get-buffer-window-list): Move from subr.el.
8489         * subr.el (get-buffer-window-list): Move to window.el.
8491         * image.el (image-load-path): Use eval-at-startup to initialize.
8493         * subr.el (eval-at-startup): New macro.
8495         * subr.el: Much rearrangement of functions and division
8496         into pages.  No code changes.
8498 2005-10-22  Kenichi Handa  <handa@m17n.org>
8500         * tar-mode.el (tar-extract): Be sure to call
8501         find-operation-coding-system if set-auto-coding doesn't find a
8502         coding system.
8504 2005-10-22  Kim F. Storm  <storm@cua.dk>
8506         * image.el (image-type-header-regexps): Rename from image-type-regexps.
8507         Change users.
8508         (image-type-file-name-regexps): New defconst.
8509         (image-type-from-data): Simplify loop.
8510         (image-type-from-buffer): New defun.
8511         (image-type-from-file-header): Use it instead of image-type-from-data.
8512         Use image-search-load-path instead of only looking in data-directory.
8513         (image-type-from-file-name): New defun.
8514         (image-search-load-path): Change `pathname' to `filename'.
8515         Make PATH arg optional, default to image-load-path.
8517 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8519         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8521         * textmodes/paragraphs.el (sentence-end-base): New variable.
8522         (sentence-end): Use sentence-end-base.
8524 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * font-lock.el (font-lock-default-fontify-region): Check the multiline
8527         property independently from the font-lock-multiline variable.
8529 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8531         * emacs-lisp/find-func.el (find-library-name): Doc fix.
8533         * startup.el (command-line): Convert library names
8534         in `load-history' to absolute file names.
8536         * subr.el (symbol-file): Doc fix.
8538         * loadhist.el (file-loadhist-lookup): Call locate-library
8539         instead of find-library-name.  Don't try converting
8540         abs file names to library names, since load-history no longer
8541         has library names in it.
8542         (file-dependents, file-provides, file-requires): Doc fixes.
8544 2005-10-21  Juri Linkov  <juri@jurta.org>
8546         * progmodes/etags.el (tags-table-mode): New function.
8547         (tags-verify-table): Replace initialize-new-tags-table with
8548         tags-table-mode.
8550         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8551         default value.
8552         (desktop-modes-not-to-save): Add tags-table-mode to the
8553         default value.
8555         * info.el (Info-index-next): Add total number of index
8556         alternatives to the message.
8558         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8559         backward only space (instead of space and period) before looking
8560         at sentence end.
8562         * simple.el (set-variable): Use user-variable-p instead of symbolp.
8563         Add the old variable value as 4th default-value arg of read-string.
8565 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8567         * cus-face.el (custom-declare-face): Make face from X resources
8568         also on Mac.
8570         * disp-table.el (standard-display-g1, standard-display-graphic):
8571         Refuse to use string glyphs also on Mac.
8572         (standard-display-european): Don't set terminal coding system also
8573         on Mac.
8575         * frame.el (display-screens): Use x-display-screens also on Mac.
8577 2005-10-21  Romain Francoise  <romain@orebokech.com>
8579         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
8581 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8583         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8584         and $? into sexps.
8586         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8587         warning face on open-paren-in-column-0.
8589         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8590         boundary case.  Fix typo.
8591         Suggested by Martin Rudalics <rudalics@gmx.at>.
8593 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8595         * textmodes/org.el (org-combined-agenda-icalendar-file)
8596         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8597         (org-export-icalendar-this-file)
8598         (org-export-icalendar-all-agenda-files)
8599         (org-export-icalendar-combine-agenda-files): New commands.
8600         (org-export-icalendar, org-print-icalendar-entries)
8601         (org-start-icalendar-file, org-finish-icalendar-file)
8602         (org-ical-ts-to-string): New functions.
8603         (org-read-date, org-goto-calendar)
8604         (org-agenda-goto-calendar): Inhibit displaying diary entries by
8605         call to `calendar'.
8606         (orgtbl-setup): Remove the :keys arguments from the menu description.
8607         (org-after-save-iCalendar-file-hook): New variable.
8609 2005-10-21  Kenichi Handa  <handa@m17n.org>
8611         * language/vietnamese.el (tcvn-5712): Make it an alias of
8612         vietnamese-tcvn coding-system.
8614 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
8616         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8617         group id is given.
8619 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8621         * progmodes/sh-script.el (sh-escaped-line-re): New var.
8622         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8623         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8624         whose line is either continued or ends with a comment.
8626 2005-10-20  Romain Francoise  <romain@orebokech.com>
8628         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8630         * replace.el (occur-engine): Add follow-link property.
8632         * font-core.el (font-lock-mode): Doc fix.
8634 2005-10-20  Richard M. Stallman  <rms@gnu.org>
8636         * net/rcirc.el: New file.
8638 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
8640         * term.el (term-term-name): Initialize to "eterm-color".
8642 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
8644         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8645         for encryption functionality.
8646         Move allout customization subgroup from `editing' to `outlines' group.
8647         Fix commentary keywords to legitimate ones.
8648         Update author info (using my current email address, obscurified).
8649         (allout-encrypt-string, allout-encryption-produce-work-buffer)
8650         (allout-encrypted-topic-p, allout-encrypted-text-type)
8651         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8652         (allout-situate-encryption-key-verifier)
8653         (allout-get-encryption-key-verifier, allout-verify-key)
8654         (allout-next-topic-pending-encryption)
8655         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8656         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8657         (outline-key-verifier-handling, outline-key-hint-handling)
8658         (outline-encrypt-unencrypted-on-saves): New defcustoms.
8659         (allout-file-key-verifier-string, allout-encryption-scheme)
8660         (allout-key-verifier-string, allout-key-hint-string)
8661         (allout-after-save-decrypt): New variables.
8662         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8663         (allout-after-saves-handler): New hook functions.
8664         (allout-post-command-business): Do allout-after-save-decrypt.
8665         (allout-enable-file-variable-adjustment): Custom var to enable
8666         mechanism for adding and adjusting settings of Emacs file variables.
8667         (allout-adjust-file-variable, allout-file-vars-section-data):
8668         New functions, implement the mechanism.
8669         (outlineify-sticky): Use the file vars mechanism.
8670         (allout-inhibit-protection, allout-during-write-cue)
8671         (allout-override-protect, allout-before-change-protect): Remove.
8672         (allout-flag-region, allout-open-topic): Adjust read-only text.
8673         (allout-open-line-not-read-only): Add to facilitate read-only
8674         text based protection.
8675         (allout-kill-line): Revise to adjust read-only text, clue the
8676         user about the inhibition.
8677         (allout-unprotected): Use unwind-protect.
8678         (allout-shift-in, allout-shift-out): Disallow manually shifting a
8679         topic deeper than the offspring depth of the previous topic -
8680         avoiding confusing "containment discontinuities".
8681         (allout-reindent-bodies): Fix retention of body relative hanging
8682         indent during promotion of collapsed bodies.
8683         (allout-open-topic): Make it easy to open new topic with same
8684         bullet as current topic - topic creation functions provided with
8685         any universal argument provokes now prompt for bullet, defaulting
8686         to the bullet of the previous topic.
8687         (allout-plain-bullets-string, allout-distinctive-bullets-string):
8688         Plain bullet alternates `.' period and `,' comma only.  All other
8689         bullets are relegated to special status (but customizable).
8690         (allout-end-of-entry): Rename from allout-end-of-current-entry
8691         since it actually operates w.r.t. most immediately containing
8692         entry, visible or not.
8693         (allout-hide-current-entry, allout-show-current-entry): Use the
8694         revised version.
8695         (allout-old-expose-topic): Solidify deprecation.
8696         (allout-end-of-subtree): Add so we can span concealed as well
8697         as visible topics.
8698         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8699         (allout-end-of-current-heading): Tweak to just respect the first line.
8700         (allout-get-body-text): Add.
8701         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8702         when invoked interactively.
8703         (allout-up-current-level): Use `interactive-p'.
8704         (allout-mode, allout-init): Miscellaneous docstring and
8705         operational refinements, as well as hookups of new encryption stuff.
8706         (allout-beginning-of-current-entry): Now works as advertised.
8707         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8708         (allout-isearch-rectification): Refine condition for isearching.
8709         (allout-isearch-abort, allout-enwrap-isearch)
8710         (allout-flag-region, my-region-active-p): Relocate some macros.
8711         (allout-title): Fallback title is (buffer-name), not
8712         non-existing (current-buffer-name).
8713         (subst-char-in-string): Define if absent (for some XEmacs versions).
8715 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
8717         * mail/sendmail.el (mail-setup-hook, mail-aliases)
8718         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8719         (mail-citation-prefix-regexp, mail-signature-file)
8720         (mail-default-headers, mail-bury-selects-summary)
8721         (mail-send-nonascii): Add autoload cookies.
8723 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8725         * frame.el (blink-cursor-mode): Add `mac' to the list of
8726         window-system's that support blinking cursor.
8728 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8730         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8732 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
8734         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8735         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8736         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8738 2005-10-20  Kim F. Storm  <storm@cua.dk>
8740         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8741         (ido-set-current-directory): Don't add / after final @.
8742         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8743         Explicitly handle ange-ftp completion oddities.
8744         (ido-make-file-list): Don't rotate list at tramp root to avoid
8745         triggering tramp file handler for expand-file-name via get-file-buffer.
8747 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8751 2005-10-19  Jay Belanger  <belanger@truman.edu>
8753         * calc/calc-units.el (math-standard-units): Add units, adjust
8754         symbols and update values.
8755         (math-unit-prefixes): Add more prefixes.
8757 2005-10-19  Romain Francoise  <romain@orebokech.com>
8759         * bookmark.el (bookmark-menu-heading): New face.
8760         (bookmark-bmenu-list): Use it.
8761         Don't fiddle with `baud-rate' at top-level.
8763 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8765         * image.el (create-image, find-image): Mention max-image-size in
8766         docstring.
8768 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8770         * savehist.el (savehist-load): Revert to checking XEmacs.
8772         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8773         Various docstring and line-width fixups.
8774         (conf-mode): Use cond.
8775         Set font-lock-defaults.  Don't set comment-use-syntax.
8777 2005-10-18  David Ponce  <david@dponce.com>
8779         * tree-widget.el (tree-widget-button-click): New function.
8780         (tree-widget-button-keymap): Use it.
8782 2005-10-18  Romain Francoise  <romain@orebokech.com>
8784         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8785         (bookmark-bmenu-hide-filenames): Add follow-link property.
8786         Improve help-echo text.
8788         * ffap.el (find-file-at-point): Doc fix.
8790 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8792         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8794 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8796         Install to the CVS repository what I forgot to install in my
8797         2005-10-16 changes.
8799         * progmodes/python.el (python-complete-symbol): Pass the common
8800         prefix substring of completion to `display-completion-list'.
8802         * textmodes/org.el (org-complete): Ditto.
8804 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8806         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8808         * woman.el (WoMan-xref-man-page): New button type derived
8809         from `Man-abstract-xref-man-page'.
8810         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8812         * man.el (Man-abstract-xref-man-page): New button type.
8813         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8814         (Man-highlight-references): Add new optional argument `xref-man-type'.
8816 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8818         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8820 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8822         * cus-edit.el (Custom-move-and-invoke): Delete.
8823         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8825         * wid-edit.el (widget-move-and-invoke): New function, from
8826         Custom-move-and-invoke.
8828 2005-10-17  Bill Wohler  <wohler@newt.com>
8830         Move all remaining images from lisp/toolbar to etc/images, move
8831         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
8832         the low resolution images in their own directory (low-color).
8834         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8835         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8836         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8837         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8838         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8839         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8840         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8842         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8843         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8844         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8845         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8846         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8847         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8848         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8849         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8850         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8851         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8852         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8853         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8854         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8855         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8856         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8858         To conform with convention, replace the underscore (_) in the
8859         following image names with dash (-) or (/) as appropriate.
8861         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8862         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8863         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8864         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8865         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8866         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8867         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8868         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8869         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8870         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8871         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8872         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8873         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8874         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8875         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8877         * info.el (info-tool-bar-map): Replace underscores in image names
8878         with dashes.
8880         * makefile.w32-in (WINS): Remove toolbar.
8882         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8884         * tool-bar.el: Move to lisp from toolbar.  Now that
8885         toolbar is empty, it should be deleted when folks run "cvs up -P".
8887 2005-10-18  Jay Belanger  <belanger@truman.edu>
8889         * calc/calc-store.el (calc-store-into): Get the proper variable name
8890         to display in message.
8892 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8894         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8895         expressions display in speedbar for all buffers when debugging.
8896         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8898         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8899         (speedbar-insert-button, speedbar-make-button):
8900         Use add-text-properties.
8901         (speedbar-update-localized-contents)
8902         (speedbar-update-directory-contents)
8903         (speedbar-update-special-contents): Use dolist.
8904         (speedbar-buffer-easymenu-definition): Add a menu separator.
8906 2005-10-17  Jason Rumney  <jasonr@gnu.org>
8908         * makefile.w32-in: Use $(lisp) consistently.
8909         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8910         for shell specific generation of mh-autoloads.
8912 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8914         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8916 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8918         * jit-lock.el (jit-lock-fontify-now):
8919         Move jit-lock-context-unfontify-pos to avoid wasted work.
8921 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
8923         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
8924         `tramp-completion-mode' for checking if we are in completion mode.
8925         (tramp-completion-handle-file-name-all-completions): Reorder code
8926         in order to complete for file names only in case there are no
8927         method/user/host completions.  This is necessary for cooperation
8928         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
8930 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
8932         * longlines.el (longlines-search-forward)
8933         (longlines-search-backward): Match any number of spaces.
8935 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
8937         * diff-mode.el (diff-mode): Doc fix.
8939 2005-10-16  David Reitter  <david.reitter@gmail.com>
8941         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8942         as default on darwin and windows systems.
8944 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8946         * arc-mode.el (archive-zip-extract): Doc fix.
8948 2005-10-16  Romain Francoise  <romain@orebokech.com>
8950         * mouse.el (mouse-1-click-follows-link): Doc fix.
8952 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8954         * savehist.el: Don't require CL at runtime.
8955         (savehist-xemacs): Remove.
8956         (savehist-coding-system): Use utf-8 if present, regardless of religion.
8957         (savehist-no-conversion): Use (featurep 'xemacs).
8958         (savehist-load): Check existence of start-itimer rather than XEmacs.
8959         Use an idle timer.
8960         (savehist-process-for-saving): Replace use of CL funs `subseq' and
8961         `delete-if-not'.
8963 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
8965         * savehist.el: Newer version.
8966         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8967         (savehist-last-checksum, savehist-no-conversion): New vars.
8968         (savehist-autosave, savehist-process-for-saving, savehist-printable):
8969         New functions.
8970         (savehist-load, savehist-save): Use them.
8971         (savehist-delimit): Remove.
8973 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8975         * progmodes/compile.el (compilation-goto-locus): Display the
8976         compilation buffer first and the source buffer second, in case they're
8977         in overlapping frames.  Don't raise the compilation frame if it was the
8978         selected window upon entry.  Pass the `other-window' arg to
8979         pop-to-buffer.
8981         * info.el (Info-fontify-node): Use dolist.
8982         Change add-text-properties to put-text-property.
8984 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8986         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8987         bound of search.
8989 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8991         * dabbrev.el (dabbrev-completion): Pass the common
8992         prefix substring of completion to `display-completion-list'.
8994         * filecache.el (file-cache-minibuffer-complete)
8995         (file-cache-complete): Ditto.
8997         * tempo.el (tempo-display-completions): Ditto.
8999         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9001         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9003         * eshell/em-hist.el (eshell-list-history): Ditto.
9005         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9007         * mail/mailalias.el (mail-complete): Ditto.
9009         * progmodes/etags.el (complete-tag): Ditto.
9011         * progmodes/make-mode.el (makefile-complete): Ditto.
9013         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9015         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9017         * progmodes/pascal.el (pascal-complete-word)
9018         (pascal-show-completions): Ditto.
9020         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9022         * simple.el (completion-common-substring): New variable.
9023         (completion-setup-function): Use `completion-common-substring'
9024         to put faces.
9026 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9028         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9029         (x-get-selection, mac-select-convert-to-string): Convert from/to
9030         UTF-16 clipboard data as in native byte order, no BOM.
9032 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9034         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9035         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9036         (gud-sentinel): Use speedbar-frame to check for speedbar.
9038 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9040         * savehist.el: New file.
9042 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9044         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9045         Fix bug in \bf fontification.
9047 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9049         * pcvs.el (cvs-edit-log-files): New var.
9050         (cvs-mode-edit-log): New arg `file'.
9051         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9052         Instead force the use of the original file and nothing else.
9053         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9054         the cvs-minor-wrap-function is set.
9055         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9057 2005-10-14  Bill Wohler  <wohler@newt.com>
9059         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9060         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9061         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9062         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9063         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9064         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9065         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9066         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9067         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9068         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9069         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9070         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9071         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9072         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9073         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9075         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9076         appropriately (for example, gud-break to gud/break).
9078 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9080         * longlines.el (longlinges-search-function)
9081         (longlines-search-forward, longlines-search-backward): New functions.
9082         (longlines-mode): Set isearch-search-fun-function to
9083         longlinges-search-function.
9085         * mouse.el (mouse-drag-region-1): Handle the case where a
9086         double-click event is bound to an arbitrary function.
9088 2005-10-14  David Ponce  <david@dponce.com>
9090         * recentf.el (recentf-track-opened-file)
9091         (recentf-track-closed-file, recentf-update-menu)
9092         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9093         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9094         mouse-1-click-follows-link.
9096 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9098         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9099         Gnome file-manager.png.  Suggested by
9100         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9102         * toolbar/README: Add diropen.xpm.
9104 2005-10-13  Bill Wohler  <wohler@newt.com>
9106         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9107         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9109 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9112         Don't waste the byte-compiler's time on constant data.
9114 2005-10-13  Kenichi Handa  <handa@m17n.org>
9116         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9117         byte with `escape-glyph' face.
9119         * international/fontset.el (ccl-encode-unicode-font):
9120         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9121         Handle the case that ucs-mule-to-mule-unicode translates a character to
9122         ASCII (usually for IPA characters).
9124 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9127         Don't hide the underline of titles if font-lock-mode is disabled.
9129 2005-10-12  Bill Wohler  <wohler@newt.com>
9131         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9132         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9133         files in MH-E-SRC have been updated.
9134         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9136 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9138         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9139         (mixal-mode-syntax-table): Add \n as end-comment.
9140         (mixal-operation-codes-alist): Immediately initialize to full value.
9141         (mixal-add-operation-code): Remove.
9142         (mixal-describe-operation-code): Make the arg non-optional.
9143         Use the interactive spec instead.
9144         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9145         (mixal-font-lock-keywords): Don't highlight comments here any more.
9146         (mixal-font-lock-syntactic-keywords): New var.
9147         (mixal-mode): Use it.  Fix comment-start-skip.
9149 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9151         * startup.el (command-line-x-option-alist): -nb => -nbi
9153 2005-10-12  Kim F. Storm  <storm@cua.dk>
9155         * startup.el (fancy-splash-default-action): Discard mouse click in
9156         the splash screen window, as it has no sensible meaning in the
9157         next window to be selected.  Fixes error reported by Jan D.
9159 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9161         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9163 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9165         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9166         Try to fix up minor layout issues like indentation, line break, etc...
9167         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9168         because it doesn't work.
9169         (mixal-operation-codes): Add some more codes.
9170         (mixal-font-lock-keywords): Process comments here.
9171         (mixal-mode): mixasm no longer needs -g option.
9173 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9175         * progmodes/sh-script.el (sh-tmp-file):
9176         Use mktemp -t.  Finish support for es and rc shells.
9178 2005-10-11  Jay Belanger  <belanger@truman.edu>
9180         * calc/calcalg2.el (calc-integral): With an argument, compute the
9181         definite integral.
9183 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9185         * mouse.el (mouse-drag-region-1): Don't try to catch a
9186         double-click when doing follow-link (it's overridden anyway).
9188 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9190         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9191         (autoload-print-form-outbuf): Add docstring.
9193 2005-10-11  Juri Linkov  <juri@jurta.org>
9195         * info.el (Info-mode-menu): Delete menu item "Edit".
9196         (Info-mode): Delete description of Info-edit from docstring,
9197         and rearrange descriptions of Info commands in the order
9198         they are documented in the Info manual.
9200 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * calendar/appt.el (appt-check): Use diary-selective-display var.
9204 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9206         * net/newsticker.el (newsticker-start, newsticker-show-news):
9207         Add autoload cookies.
9209 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9211         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9213 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9215         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9217 2005-10-10  Jay Belanger  <belanger@truman.edu>
9219         * calc/calc-arith.el (math-check-known-scalarp)
9220         (math-check-known-matrixp): Check the values of arguments that are
9221         variables.
9222         (math-check-known-square-matrixp): New function.
9223         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9224         (math-super-types): Add sqmatrix type.
9226         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9227         mode name `square' to `sqmatrix'.
9229         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9230         mode name `square' to `sqmatrix'.
9232 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * progmodes/etags.el (select-tags-table-mode): Don't use
9235         selective-display.
9236         (tags-select-tags-table): Pass `button' to the action function.
9237         (select-tags-table): Place the side-info on button properties rather
9238         than in hidden text.  Abbreviate file names.
9239         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9240         (select-tags-table-select): Add `button' argument.
9241         Get side-info from the button property rather than from hidden text.
9243 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9245         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9246         (gud-speedbar-buttons): Preserve point if possible.
9247         (gud-sentinel): Restore previous speedbar display type.
9249         * progmodes/gdb-ui.el (gdba): Improve diagram.
9250         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9251         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9252         Call get-buffer-window once.
9254 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9257         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9258         (pascal-indent-command): Remove unused var `ind'.
9259         (pascal-indent-case): Remove unused var `oldpos'.
9260         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9261         since it's now used as a proper minor mode map.
9262         (pascal-outline): Rename to pascal-outline-mode.
9263         (pascal-outline-mode): Use define-minor-mode.
9264         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9265         selective-display.
9267 2005-10-10  Andreas Schwab  <schwab@suse.de>
9269         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9270         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9272         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9273         outside source directory.
9275 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9277         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9278         C-x' as a prefix.
9279         (orgtbl-mode-map): Full keymap instead of sparse, because all
9280         `self-insert-command' keys are redefined in this map.
9281         (org-export-as-html): Specify charset for HTML file, by taking it
9282         from the coding system.
9284 2005-10-10  Kenichi Handa  <handa@m17n.org>
9286         * textmodes/flyspell.el (flyspell-check-word-p):
9287         If unread-command-events is non-empty, don't call sit-for.
9289 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9291         * font-lock.el (font-lock-syntactic-keywords)
9292         (font-lock-keywords): Doc fixes.
9294         * textmodes/flyspell.el (flyspell-external-point-words):
9295         Simplify logic, and don't try to check for consecutive appearances
9296         of one incorrect word.
9298 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9300         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9301         separator.
9303         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9304         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9305         (gud-expansion-speedbar-buttons): New function.
9306         (gud-speedbar-buttons): Check for gud-comint-buffer.
9308 2005-10-09  Bill Wohler  <wohler@newt.com>
9310         * Makefile.in (updates): Add mh-loaddefs dependency.
9312 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9314         * speedbar.el (speedbar-file-key-map): Fix typo.
9316 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9318         * cus-start.el (line-spacing): Add custom spec.
9320 2005-10-09  Romain Francoise  <romain@orebokech.com>
9322         * textmodes/ispell.el (ispell-check-version): Fix last change.
9324 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9326         * term/x-win.el: Remove -i, --icon-type from comment.
9328         * startup.el (command-line-x-option-alist): Remove options -i,
9329         -itype, --icon-type, added -nb, --no-bitmap-icon
9331 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
9333         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9334         instead of :active.
9336 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9338         * textmodes/ispell.el (ispell-check-version):
9339         Ignore hyphen, and all that follows, in aspell's version text.
9341 2005-10-08  Jay Belanger  <belanger@truman.edu>
9343         * calc/calc-arith.el (math-known-square-matrixp): New function.
9344         (math-pow-fancy): Check for matrices before distributing exponent
9345         across products.
9347         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9348         fullscreen keypad.  Suggested by Luc Teirlinck.
9349         (calc-keypad-show-input): Add space for formatting.
9351         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9352         Add square matrix option.
9354         * calc/calc-poly.el (math-expand-term): Check for matrices instead
9355         of checking calc-matrix-mode when deciding how to expand.
9357         * calc/calc.el (calc-set-mode-line): Add square matrix option.
9359 2005-10-08  Lars Hansen  <larsh@soem.dk>
9361         * net/tramp.el (tramp-perl-directory-files-and-attributes):
9362         Add error handling.
9363         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9365 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9367         Sync with Tramp 2.0.51.
9369         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9370         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9371         Insert special handling for `last-coding-system-used', again
9372         it still seems to be necessary (unlike stated before).
9373         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9374         (tramp-password-prompt-regexp): There might be other words before
9375         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9376         (tramp-chunksize): Improve docstring.
9377         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9378         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
9379         Christian Joergensen <bugs@razor.dk>.
9381 2005-10-07  Glenn Morris  <rgm@gnu.org>
9383         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9384         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9385         precision'.
9387 2005-10-07  Romain Francoise  <romain@orebokech.com>
9389         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9390         (ibuffer-do-shell-command-pipe-replace)
9391         (ibuffer-do-shell-command-file, ibuffer-do-eval)
9392         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9393         (ibuffer-do-revert, ibuffer-do-replace-regexp)
9394         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9395         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9396         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9397         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9398         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9399         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9400         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9401         Autoload file sans suffix.
9403         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9405 2005-10-07  David Ponce  <david@dponce.com>
9407         * recentf.el (recentf-menu-open-all-flag): New option.
9408         (recentf-digit-shortcut-command-name): New function.
9409         (recentf--shortcuts-keymap): New variable.
9410         (recentf-menu-shortcuts): New variable.
9411         (recentf-make-menu-items): Initialize it.  Replace the "More..."
9412         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9413         (recentf-menu-value-shortcut): New function.
9414         (recentf-make-menu-item): Use it.  No more in-lined.
9415         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9416         (recentf-open-most-recent-file): Rename from
9417         `recentf-open-file-with-key'.  Don't depend on key binding.
9418         (recentf-mode-map): New variable.
9419         (recentf-mode): Use it.
9421 2005-10-06  Bill Wohler  <wohler@newt.com>
9423         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
9425         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9426         (MH-E-SRC): New.  Used by mh-autoloads.
9427         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9428         files in MH-E-SRC have been updated.
9429         (compile, recompile, bootstrap): Depend on mh-autoloads.
9431 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
9433         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9434         gud-break and gud-remove icons when the fringe is not available.
9436         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9437         Typo.
9439 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
9441         * play/zone.el (zone): Wrap body with save-window-excursion.
9443 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9445         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9446         Use the new `list-only' arg to diary-list-entries.
9448         * calendar/diary-lib.el: Use overlays rather than selective-display.
9449         (diary-selective-display): New var.
9450         (diary-header-line-format): Use it.
9451         (diary-list-entries): Add argument `list-only'.
9452         Put the buffer in diary-mode.  Don't add \^M at beg and end.
9453         Replace \^M by invisible overlays.
9454         (diary-unhide-everything): Replace \^M by invisible overlays.
9455         (print-diary-entries): Look for overlays rather than \^M.
9456         Add a space to the temp buffer name.
9457         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9458         Put the buffer in diary-mode.
9459         (list-sexp-diary-entries): Replace \^M by invisible overlays.
9460         (diary-anniversary): Make the year arg optional.
9461         (diary-time-regexp): New const.
9462         (diary-font-lock-keywords): Use it to accept a few more time formats.
9464         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9466 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
9468         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9469         Fix bug introduced 2005-07-03: Use (car (last ...))
9470         to faithfully reproduce replaced artist-last.
9471         (artist-set-arrow-points-for-poly): Likewise.
9472         Suggested by Johan Bockg\e,Ae\e(Brd.
9474 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
9476         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9477         * wid-edit.el (widget):
9478         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9479         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9481 2005-10-06  Kenichi Handa  <handa@m17n.org>
9483         * international/mule-cmds.el (set-language-environment):
9484         Fix setting up of case-table for unibyte mode.
9486         * simple.el (what-cursor-position): If the character is displayed
9487         by some `display' text property, show that.  Don't use
9488         single-key-description for eight-bit characters in multibyte mode.
9490 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
9492         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9493         (gdb-ann3): Set it.
9494         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9495         (gdb-info-frames-custom): Use inverse-video for first five
9496         characters of selected frame only.
9497         (gdb-get-frame-number): Select frame even when point is on frame
9498         number.
9500 2005-10-06  Masatake YAMATO  <jet@gyve.org>
9502         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9503         Put `font-lock-function-name-face'.
9504         (gdb-info-frames-custom): Put `font-lock-function-name-face'
9505         and `font-lock-variable-name-face'
9506         (gdb-registers-font-lock-keywords): New font lock keywords definition.
9507         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9508         (gdb-memory-font-lock-keywords): New font lock keywords definition.
9509         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9510         (gdb-local-font-lock-keywords): New font lock keywords definition.
9511         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9512         (gdb-threads-font-lock-keywords): New font lock keywords definition.
9513         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9515 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
9517         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9518         (ediff-merge-region-is-non-clash-to-skip): Previously called
9519         ediff-merge-region-is-non-clash.
9521         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9522         Use insert-buffer-substring.
9524         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9525         selecting files to patch.  Also bug fixes.
9527         * ediff-util.el (ediff-setup): Bug fix.
9528         (ediff-next-difference): Never skip clashes that differ in white
9529         space only.
9531         * ediff-wind.el (ediff-setup-control-frame)
9532         (ediff-destroy-control-frame): Check the menubar feature.
9534         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9535         (viper-refresh-mode-line): Use make-local-variable to localize
9536         some vars instead of make-variable-buffer-local.  Suggested by
9537         Stefan Monnier.
9539         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9540         (viper-restore-cursor-type, viper-set-insert-cursor-type):
9541         Use make-local-variable instead of make-variable-buffer-local.
9542         Suggested by Stefan Monnier.
9544         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9545         (viper-comint-mode-hook): Use make-local-variable on
9546         require-final-newline.
9547         (viper-non-hook-settings): Don't use make-variable-buffer-local.
9549 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9552         also the second char of a comment-start sequence.
9553         (scheme-sexp-comment-syntax-table): New var.
9554         (lambda, define): Set their scheme-doc-string-elt property.
9555         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9556         Use lisp-font-lock-syntactic-face-function now that it properly
9557         handles |...| symbols.
9558         (scheme-mode-variables): Set lisp-doc-string-elt-property,
9559         parse-sexp-lookup-properties and font-lock-extra-managed-props.
9561         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9562         bit from # to |.
9563         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9565         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9566         (lisp-doc-string-elt-property): New var.
9567         (lisp-font-lock-syntactic-face-function): Use it.
9568         Rewrite to recognize docstrings even for forms not at toplevel.
9570         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9571         annotation on the | part of #| rather than on the # part.
9572         (scheme-font-lock-syntactic-face-function): New function, to
9573         distinguish strings from |...| symbols.
9574         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
9575         syntax-table so that #|...|# is properly highlighted.
9577         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9578         Don't mark as docstring the 3rd elem of an unknown toplevel form.
9580 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9583         and C-e.
9585         * emacs-lisp/eldoc.el: Move comments into docstrings.
9586         (eldoc-message-commands): Initialize in its declaration.
9587         Add move-beginning-of-line and move-end-of-line.
9588         (eldoc-add-command, eldoc-add-command-completions)
9589         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9591         * outline.el (outline-mark-subtree): Activate the mark.
9593         * calendar/appt.el (appt-time-regexp): New var.
9594         (appt-add, appt-make-list): Use it.
9595         (appt-convert-time): Clean up.
9597         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9598         Don't set any syntax-table property here.
9599         (tex-font-lock-verb): New function.  Do it here.
9600         (tex-font-lock-syntactic-keywords): Use it.
9602 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9604         * wid-edit.el (widget-file-complete): Get the widget start point
9605         the right way.  Default directory to `/' if file has none.
9607         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9609         * textmodes/flyspell.el (flyspell-mode-on):
9610         Call ispell-maybe-find-aspell-dictionaries.
9612         * textmodes/ispell.el (ispell-word, ispell-region):
9613         Call ispell-maybe-find-aspell-dictionaries.
9614         (ispell-accept-buffer-local-defs):
9615         Don't call ispell-maybe-find-aspell-dictionaries
9617 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9619         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9621 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
9623         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9624         instead of `fboundp' in order to allow for anonymous functions.
9626 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
9628         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9629         case the user clicks on the link while another window is selected.
9630         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9632         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9633         functionality.
9634         (dframe-help-echo): Save point in case mouse tracking is off.
9636 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
9638         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9640 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9642         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9643         not change the global value of those vars.
9645         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9646         make-local-variable which we do not need any more.
9648 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
9650         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9651         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9652         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9653         (speedbar-path-line): Define obsolete aliases.
9654         (speedbar-line-directory): Doc fix.
9656         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9657         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9658         instead of speedbar-line-path.
9660 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9662         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9663         to nil if dropping on a window.  Handle dropping on a minibuffer window
9664         like dropping on a non-window part of Emacs.
9666 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * net/ange-ftp.el: Use with-current-buffer.
9669         (ange-ftp-insert-directory): Do not follow symlinks any more.
9671         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9672         Remove interactive spec.
9674 2005-10-03  Kim F. Storm  <storm@cua.dk>
9676         * ido.el (ido-mode): Use custom-initialize-set.
9678 2005-10-02  Richard M. Stallman  <rms@gnu.org>
9680         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9681         Use insert-buffer-substring.
9683         * net/tramp.el: Pacify byte compiler warnings in pacification code.
9684         (tramp-handle-file-local-copy): Use insert-buffer-substring.
9686 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9688         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9689         in last change.
9690         (ange-ftp-insert-directory): Fix up the search for the case where
9691         `file' is absolute.
9693 2005-10-02  Romain Francoise  <romain@orebokech.com>
9695         * progmodes/compile.el (compile-goto-error): Delete extra paren.
9697 2005-10-02  Andreas Schwab  <schwab@suse.de>
9699         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9700         directory component in the session info.
9702 2005-10-01  Richard M. Stallman  <rms@gnu.org>
9704         * comint.el (comint-redirect-subvert-readonly): Doc fix.
9706         * simple.el (next-error-internal): New function.
9708         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9709         (compilation-start): Pass new arg to compilation-buffer-name.
9710         (compile-goto-error): Use next-error-internal.
9712 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9714         * speedbar.el: Remove RCS tag.
9715         (speedbar-check-read-only): Handle non-existent files.
9717         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9719         * info.el (Info-speedbar-hierarchy-buttons)
9720         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9722 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9724         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9725         Do not match newline.
9726         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9727         (bibtex-summary): Remove unnecessary save-excursion.
9728         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9730 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9732         * term/mac-win.el: Add charset info for "iso10646-1".
9733         Modify default fontset to use ATSUI-compatible fonts for some charsets
9734         if available.
9736 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9738         * speedbar.el: Re-apply arch tag.
9739         (speedbar-version): Rename to version 1.0.  Suggested by Eric
9740         M. Ludlam.
9741         Reapply two changes from Emacs CVS' version of speedbar lost
9742         during the merge:
9743         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9744         (speedbar-frame-parameters): Improve customize type.
9746 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9749         (ange-ftp-file-directory-p): Fix the symlink case.
9750         (ange-ftp-insert-directory): When listing a single file, get a list of
9751         the parent buffer and extract the relevant line.  Inspired from a patch
9752         by Katsumi Yamaoka <yamaoka@jpl.org>.
9753         (ange-ftp-file-name-sans-versions): Simplify.
9755 2005-09-30  Bill Wohler  <wohler@newt.com>
9757         Move MH-E image files from toolbar and mail directories into
9758         etc/images.
9760         * mail/reply2.*: Move to etc/images/mail/reply*.
9762         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9763         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9764         etc/images.
9766         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9767         * toolbar/reply*: Move to etc/images/mail.
9769         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9771 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
9773         * speedbar.el: New version 1.0pre3.
9775         Frame management code (including timer, and mouse click specifics)
9776         moved to dframe.el:
9777         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
9778         (speedbar-timer): Removed.  Use dframe-timer.
9779         (speedbar-close-frame): Removed.  Use dframe-close-frame.
9780         (speedbar-activity-change-focus-flag): Removed.  Use
9781         dframe-activity-change-focus-flag.
9782         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
9783         dframe-update-speed.
9785         (speedbar-current-frame): New macro.  Use this instead of the
9786         variable speedbar-frame.
9788         (speedbar-use-images, speedbar-expand-image-button-alist)
9789         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9791         (speedbar-find-image-on-load-path): Removed.  Replaced by
9792         defezimage in ezimage.el.
9793         (speedbar-expand-image-button-alist): Removed.  Replaced by
9794         ezimage-expand-image-button-alist in ezimage.el.
9796         (speedbar-ignored-directory-regexp)
9797         (speedbar-add-ignored-directory-regexp)
9798         (speedbar-ignored-directory-expressions)
9799         (speedbar-line-directory, speedbar-buffers-line-directory)
9800         (speedbar-directory-line, speedbar-buffers-line-directory):
9801         Renamed, replacing `path' with `directory'.
9803         (speedbar-create-directory, speedbar-expand-line-descendants)
9804         (speedbar-toggle-line-expansion)
9805         (speedbar-contract-line-descendants): New commands.
9807         (speedbar-query-confirmation-method, speedbar-select-frame-method)
9808         (speedbar-use-tool-tips-flag): New options.
9810         (speedbar-check-read-only, speedbar-require-version)
9811         (speedbar-insert-separator, speedbar-buffers-tail-notes)
9812         (speedbar-handle-delete-frame, speedbar-try-completion)
9813         (speedbar-update-localized-contents): New functions.
9815         (speedbar-incompatible-version, speedbar-ro-to-do-point)
9816         (speedbar-object-read-only-indicator): New variables.
9818         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9819         New hooks.
9821         (speedbar-separator-face): New face.
9823         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9824         (speedbar-ignored-modes): Add fundamental-mode.
9825         (speedbar-directory-unshown-regexp): Add . directories.
9827         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9828         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9829         `]' for full expand/close.
9830         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9832         (speedbar-check-vc): Support hidden files.
9833         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9834         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
9835         state is nil, it is not checked out.
9837         (speedbar-line-text, speedbar-line-token): Support expand buttons
9838         with no text.
9839         (speedbar-refresh): Universal argument acts as power-click.
9840         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9841         that buffer to get variable values.
9843         And many other bugfixes.
9845         * dframe.el, ezimage.el, sb-image.el: New files.
9847         * sb-*.xpm: Remove files.  New image files installed into
9848         etc/images/ezimage.
9850 2005-09-30  Kenichi Handa  <handa@m17n.org>
9852         * ps-mule.el (ps-mule-show-warning): If a character is in
9853         ps-print-translation-table, don't treat it as non-printable.
9855 2005-09-30  David Ponce  <david@dponce.com>
9857         * tree-widget.el (tree-widget-themes-load-path): New variable.
9858         (tree-widget-themes-directory): Doc fix.
9859         (tree-widget-image-formats) [Emacs]: Doc fix.
9860         (tree-widget--locate-sub-directory): New function.
9861         (tree-widget-themes-directory): Use it.
9863         * recentf.el (recentf-filename-handlers): Rename from
9864         `recentf-filename-handler'.  Allow a list of functions.
9865         (recentf-menu-items-for-commands): Fix :help strings.
9866         (recentf-apply-filename-handlers): New function.
9867         (recentf-expand-file-name): Use it.
9868         (recentf-cleanup): Remove duplicates too.
9870 2005-09-29  Juri Linkov  <juri@jurta.org>
9872         * faces.el: Rearrange face definitions to be in the same order as
9873         their face descriptions in "(emacs)Standard Faces".
9875         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9877         * tooltip.el (tooltip): Add group `basic-faces'.
9879         * buff-menu.el (Buffer-menu-buffer): Remove group
9880         `font-lock-highlighting-faces'.
9882         * progmodes/compile.el (compilation-error, compilation-warning)
9883         (compilation-info, compilation-line-number, compilation-column-number):
9884         Change group from `font-lock-highlighting-faces' to `compilation'.
9886         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9887         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9888         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9889         (vhdl-font-lock-reserved-words-face)
9890         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9891         `font-lock-highlighting-faces'.
9893         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9895 2005-09-28  Kim F. Storm  <storm@cua.dk>
9897         * emulation/cua-base.el: Set CUA move property on additional commands:
9898         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9899         forward-sexp, backward-sexp, forward-list, backward-list.
9901 2005-09-28  Romain Francoise  <romain@orebokech.com>
9903         * comint.el (comint-show-output): Really set point at the
9904         beginning of the output when not using `comint-use-prompt-regexp'.
9906 2005-09-27  Jay Belanger  <belanger@truman.edu>
9908         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9909         in TeX mode.
9911 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
9913         * textmodes/org.el (org-table-sum): Fix format string.
9915         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9916         Quote face names.
9918 2005-09-26  Romain Francoise  <romain@orebokech.com>
9920         * isearch.el (isearch-forward-regexp): Close doc string.
9922 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9924         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9926         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9928         * progmodes/compile.el (compilation-error-properties):
9929         When getting the file from the previous error message,
9930         correctly decode the new data format.
9932         * progmodes/cc-cmds.el (c-electric-paren):
9933         Call old-blink-paren only for close-paren.
9935 2005-09-24  Andreas Schwab  <schwab@suse.de>
9937         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9938         condition.
9940 2005-09-25  Romain Francoise  <romain@orebokech.com>
9942         * dired-aux.el (dired-copy-file-recursive):
9943         * dired.el (dired-delete-file):
9944         * ediff-mult.el (ediff-dir-diff-copy-file):
9945         * ediff-util.el (ediff-test-save-region):
9946         * forms.el (forms-mode):
9947         * ido.el (ido-file-internal, ido-delete-file-at-head):
9948         * log-edit.el (log-edit-done):
9949         * ses.el (ses-yank-resize):
9950         * play/gomoku.el (gomoku-human-plays, gomoku)
9951         (gomoku-human-resigns, gomoku-prompt-for-other-game)
9952         (gomoku-offer-a-draw):
9953         * play/landmark.el (lm-human-resigns, lm):
9954         * net/eudcb-ldap.el (eudc-ldap-check-base):
9955         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9956         * progmodes/ebrowse.el (ebrowse-find-pattern):
9957         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9958         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9959         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9961         * vc.el (vc-delete-file):
9962         * play/gomoku.el (gomoku-terminate-game, gomoku)
9963         (gomoku-prompt-for-move, gomoku-human-takes-back):
9964         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9965         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9967 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
9969         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9970         color rxvt terminals by using the code xterm.el used to use before
9971         2005-04-09 in order to match the colors used by rxvt.
9973 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9975         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9976         colors rxvt-unicode terminals by using the same code as xterm.el.
9978 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9980         * textmodes/tex-mode.el (tex-font-lock-append-prop)
9981         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9982         new symbol used for the tex-verbatim face.
9984 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9986         * woman.el (woman-file-name):
9987         * wid-edit.el (widget-file-prompt-value)
9988         (widget-coding-system-prompt-value):
9989         * w32-fns.el (set-w32-system-coding-system):
9990         * vc.el (vc-version-diff, vc-annotate):
9991         * textmodes/reftex-auc.el (reftex-arg-cite)
9992         (reftex-arg-index-tag):
9993         * textmodes/refer.el (refer-get-bib-files):
9994         * textmodes/artist.el (artist-figlet-choose-font):
9995         * terminal.el (terminal-emulator):
9996         * replace.el (occur-read-primary-args):
9997         * rect.el (string-rectangle, string-insert-rectangle):
9998         * ps-print.el (ps-print-preprint):
9999         * progmodes/pascal.el (pascal-goto-defun):
10000         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10001         * progmodes/compile.el (compilation-find-file):
10002         * printing.el (pr-interactive-n-up):
10003         * play/animate.el (animate-birthday-present):
10004         * net/rcompile.el (remote-compile):
10005         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10006         * mail/rmailsum.el (rmail-summary-search-backward)
10007         (rmail-summary-search):
10008         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10009         (rmail-output-read-file-name):
10010         * mail/rmail.el (rmail-search, rmail-search-backwards):
10011         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10012         * locate.el (locate):
10013         * international/quail.el (quail-show-keyboard-layout):
10014         * international/mule.el (set-buffer-file-coding-system)
10015         (revert-buffer-with-coding-system, set-file-name-coding-system)
10016         (set-terminal-coding-system, set-keyboard-coding-system)
10017         (set-next-selection-coding-system):
10018         * international/mule-diag.el (describe-coding-system)
10019         (describe-font, describe-fontset):
10020         * international/mule-cmds.el (universal-coding-system-argument)
10021         (search-unencodable-char, describe-input-method)
10022         (set-language-environment, describe-language-environment):
10023         * international/codepage.el (codepage-setup):
10024         * international/code-pages.el (codepage-setup):
10025         * info.el (Info-search, Info-follow-reference)
10026         (Info-search-backward):
10027         * emacs-lisp/advice.el (ad-read-advised-function)
10028         (ad-read-advice-class, ad-clear-cache, ad-activate)
10029         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10030         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10031         (ad-read-regexp):
10032         * ediff-util.el (ediff-toggle-regexp-match):
10033         * ediff-ptch.el (ediff-prompt-for-patch-file):
10034         * dired-aux.el (dired-diff):
10035         * diff.el (diff):
10036         * cus-edit.el (custom-variable-prompt):
10037         * calendar/timeclock.el (timeclock-ask-for-project):
10038         * calc/calcalg3.el (calc-get-fit-variables):
10039         * calc/calc-store.el (calc-edit-variable)
10040         (calc-permanent-variable):
10041         * vc-mcvs.el (vc-mcvs-register):
10042         * shadowfile.el (shadow-define-literal-group):
10043         * woman.el (woman-file-name):
10044         * vc.el (vc-version-diff, vc-merge):
10045         * textmodes/reftex-index.el (reftex-index-complete-tag):
10046         * format.el (format-decode-buffer, format-decode-region):
10047         * emulation/viper-cmd.el (viper-read-string-with-history):
10048         * emacs-lisp/debug.el (cancel-debug-on-entry):
10049         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10050         * ediff.el (ediff-merge-revisions)
10051         (ediff-merge-revisions-with-ancestor, ediff-revision):
10052         * completion.el (interactive-completion-string-reader):
10053         * calc/calc-prog.el (calc-user-define-formula):
10054         Follow convention for reading with the minibuffer.
10056 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10058         * progmodes/python.el (python-describe-symbol): Add globals() and
10059         locals() to the arguments of emacs.ehelp.
10061 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10063         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10064         New function, code extracted from ispell-valid-dictionary-list.
10065         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10066         Call it.
10068 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10070         * subr.el (version-regexp-alist): Extend valid syntax for version
10071         strings: allow any of the characters -,_,+ to separate the
10072         alpha/beta/rc part from the version part.  Doc fix.
10073         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10075 2005-09-23  David Reitter  <david.reitter@gmail.com>
10077         * mail/mailclient.el: New file.
10079 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10081         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10082         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10083         Doc fixes.
10085         * progmodes/cc-mode.el (c-font-lock-init):
10086         Specify font-lock-lines-before.
10088 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10091         whole conflict.
10093 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10095         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10096         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10097         of `remap' feature when available.  Additional key bindings for
10098         better tty support.
10099         (org-mode-restart, org-force-self-insert): New commands.
10100         (org-time-stamp-inactive): New command.
10101         (org-remap): New function.
10102         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10103         (org-enable-fixed-width-editor): Move to `org-structure'
10104         customization group.
10105         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10106         blank field after field motion commands.
10108 2005-09-23  Kenichi Handa  <handa@m17n.org>
10110         * international/mule-cmds.el (set-language-environment):
10111         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10112         have to call utf-translate-cjk-load-tables.
10114 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         * mouse.el (mouse-move-drag-overlay): Fix last change.
10118 2005-09-22  David Ponce  <david@dponce.com>
10120         * tree-widget.el (tree-widget-value-create): Fix previous change.
10122 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10124         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10126 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10128         * mouse.el (mouse-move-drag-overlay): New function.
10129         (mouse-drag-region-1): Use it.
10130         Try to simplify a bit the state handling.  Handle clicks on links
10131         inside intangible areas.
10132         (mouse-save-then-kill): Minor simplification.
10133         (mouse-secondary-overlay): Make it always non-nil instead of
10134         recreating it each time.
10135         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10136         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10137         Simplify accordingly.
10139 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10141         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10143 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10145         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10146         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10147         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10148         to patch.
10150         * ediff-util.el: Use insert-buffer-substring.
10152         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10154         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10155         field boundaries in the minibuffer.
10156         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10157         (viper-minibuffer-post-command-hook): New hook.
10158         (viper-line): Don't move cursor at bolp.
10160         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10162         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10163         avoid compiler warnings.
10165         * emulation/viper-macs.el (ex-map): Better messages.
10167         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10169         * emulation/viper.el: Replace make-variable-buffer-local with
10170         viper-make-variable-buffer-local everywhere, to avoid warnings.
10172 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10174         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10175         Delete unused var `old-selected-window'.
10176         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10177         (mouse-drag-secondary): Delete unused var `start-frame'.
10179 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10181         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10183 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10186         Re-indent within 80 columns.  Use inhibit-read-only.
10188 2005-09-19  Romain Francoise  <romain@orebokech.com>
10190         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10192 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10194         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10195         unconditionally, since the after-change-function already did it.
10197 2005-09-19  Miles Bader  <miles@gnu.org>
10199         * net/newsticker.el: Get rid of CVS keyword.
10201 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10203         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10204         The prompt is formatted later.
10206 2005-09-19  David Ponce  <david@dponce.com>
10208         * tree-widget.el (tree-widget-value-create): Save the converted
10209         tree :node widget.
10211 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10213         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10214         variable `message'.
10216 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10218         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10219         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10220         <slawomir.nowaczyk.847@student.lu.se>.
10222 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10224         * image.el (image-load-path): Use symbol `data-directory' instead
10225         of its value, for backward compatibility with packages that bind
10226         it during `find-image'.  Suggested by Katsumi Yamaoka.
10227         (image-search-load-path): Handle symbols whose values are strings.
10229 2005-09-18  Romain Francoise  <romain@orebokech.com>
10231         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10232         with-current-buffer form in save-excursion.
10234 2005-09-18  D Goel  <deego@gnufans.org>
10236         * apropos.el (apropos-command): Fix `message' call: first arg
10237         should be a format spec.  In this and all other cases that appear
10238         below and elsewhere in the source code, I made a change only when
10239         two conditions were satisfied: [1] I can think of a possibility
10240         that the arguments would cause an error, for example, the code in
10241         question relies on external variables such as filenames.  [2] I
10242         was sure that the arg to `message' could not have been nil in the code.
10244         * textmodes/tildify.el (tildify-region): Ditto.
10246         * textmodes/reftex-index.el (reftex-index-change-entry)
10247         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10248         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10249         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10250         (org-priority, org-table-sum):
10251         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10252         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10253         (flyspell-word, flyspell-display-next-corrections):
10254         * textmodes/bibtex.el (bibtex-print-help-message):
10255         * textmodes/artist.el (artist-key-set-point-poly):
10256         * term/mac-win.el (mac-services-insert-text):
10257         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10258         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10259         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10260         (vhdl-compose-configuration):
10261         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10262         (sh-set-indent, sh-learn-line-indent):
10263         * progmodes/ps-mode.el (ps-mode-target-column):
10264         * progmodes/idlwave.el (idlwave-make-tags)
10265         (idlwave-scan-library-catalogs):
10266         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10267         * progmodes/gud.el (gud-jdb-analyze-source):
10268         * progmodes/flymake.el (flymake-log):
10269         * progmodes/ebnf2ps.el (ebnf-generate-region):
10270         * progmodes/cmacexp.el (c-macro-expansion):
10271         * progmodes/ada-xref.el (ada-treat-cmd-string):
10272         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10273         (ada-justified-indent-current, ada-batch-reformat):
10274         * play/zone.el (zone):
10275         * play/landmark.el (lm-move):
10276         * play/decipher.el (decipher-show-alphabet):
10277         * net/newsticker.el (newsticker--display-jump)
10278         (newsticker--display-scroll):
10279         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10280         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10281         * mail/feedmail.el (feedmail-dump-message-to-queue):
10282         * eshell/esh-proc.el (eshell-remove-process-entry):
10283         * emulation/ws-mode.el (ws-last-error):
10284         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10285         (viper-record-kbd-macro):
10286         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10287         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10288         * emacs-lisp/find-func.el (find-function-noselect):
10289         * calendar/timeclock.el (timeclock-status-string)
10290         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10291         (timeclock-when-to-leave-string):
10292         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10293         * calc/calc-units.el (calc-enter-units-table):
10294         * calc/calc-mode.el (calc-mode-record-mode):
10295         * woman.el (woman-mini-help):
10296         * wdired.el (wdired-change-to-wdired-mode):
10297         * vc.el (vc-retrieve-snapshot):
10298         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10299         * startup.el (display-startup-echo-area-message):
10300         * simple.el (set-goal-column):
10301         * ses.el (ses-command-hook, ses-recalculate-cell):
10302         * server.el (server-process-filter):
10303         * printing.el (pr-interface-txt-print, pr-interface-printify)
10304         (pr-interface-ps):
10305         * pcvs.el (cvs-help):
10306         * log-edit.el (log-edit, log-edit-mode-help):
10307         * iswitchb.el (iswitchb-possible-new-buffer):
10308         * isearch.el (isearch-edit-string):
10309         * image-mode.el (image-mode, image-minor-mode):
10310         * ibuf-macs.el (define-ibuffer-filter):
10311         * hi-lock.el (hi-lock-find-patterns):
10312         * files.el (toggle-read-only):
10313         * ediff-util.el (ediff-copy-diff)
10314         (ediff-write-merge-buffer-and-maybe-kill):
10315         * echistory.el (Electric-history-undefined):
10316         * dnd.el (dnd-insert-text):
10317         * dired-aux.el (dired-query):
10318         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10319         * bookmark.el (bookmark-bmenu-locate):
10320         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10321         Fix `message' calls to ensure first arg is a format string.
10322         The change was made only when these two conditions were satisfied:
10323         [1] when there is a possibility that the arguments would cause an error
10324         for example, if the code in question relies on external variables
10325         such as filenames, and
10326         [2] if the arg to `message' could not have been nil in the code.
10328         * pcomplete.el (pcomplete--help): Fix `message' format spec.
10329         Not having a %s would be weird, though not technically wrong.
10331 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10333         * term/mac-win.el (mac-add-charset-info): Doc fix.
10335 2005-09-17  Romain Francoise  <romain@orebokech.com>
10337         * shell.el (shell-resync-dirs): Handle echoing processes more
10338         reliably.  Don't insert resync command if `comint-process-echoes'
10339         is non-nil.
10341 2005-09-17  Magnus Henoch  <mange@freemail.hu>
10343         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10344         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10345         aspell versions >= 0.60.
10346         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10347         only if ispell-aspell-supports-utf8 is non-nil.
10349 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10351         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10352         buffer-local value to lisp-indent-function.
10354 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
10356         * progmodes/glasses.el (glasses-make-readable): If
10357         glasses-separator differs from underscore, put appropriate
10358         overlays over underscore characters.
10359         (glasses-convert-to-unreadable): If glasses-separator differs from
10360         underscore, try to convert glasses-separator characters to
10361         underscores.
10363 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10365         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10366         Use with-syntax-table and dolist.
10368 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
10370         * textmodes/reftex-auc.el:
10371         * textmodes/reftex-cite.el:
10372         * textmodes/reftex-dcr.el:
10373         * textmodes/reftex-global.el:
10374         * textmodes/reftex-parse.el:
10375         * textmodes/reftex-ref.el:
10376         * textmodes/reftex-sel.el:
10377         * textmodes/reftex-toc.el:
10378         * textmodes/reftex-vars.el:
10379         * textmodes/reftex.el: Small changes to remove compiler warnings.
10381         * textmodes/reftex-index.el: Likewise.
10382         (reftex-query-index-phrase): More efficient use of markers.
10384 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10386         * image.el (image-load-path): New variable.
10387         (image-search-load-path): New function.
10388         (find-image): Search for images in `image-load-path'.
10390 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10392         * follow.el: Change Maintainer field.
10394 2005-09-15  David Ponce  <david@dponce.com>
10396         * recentf.el (recentf-save-file-modes): New option.
10397         (recentf-save-list): Use it.
10399 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
10401         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10402         (mode-line-mule-info, mode-line-modified): Move bindings from
10403         mouse-3 to mouse-1.
10405 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10407         * simple.el (sendmail-user-agent-compose): Revert last change.
10409 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10411         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10412         Use with-current-buffer.
10413         (ange-ftp-gwp-start): Remove unused var `gw-user'.
10414         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10415         (ange-ftp-insert-directory): Remove unused var `short'.
10416         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10418         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10419         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10421         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10422         (check-calendar-holidays, diary-list-entries): Autoload.
10423         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10424         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10426         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10427         which mistakenly removed a call to display-buffer.
10429 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
10431         * obsolete/iso-insert.el: Move to obsolete/ from international/.
10433 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
10435         * progmodes/hideshow.el
10436         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10437         (hs-allow-nesting): New user var.
10438         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10439         (hs-hide-block-at-point): When nesting allowed,
10440         if there is already an overlay in place, delete it.
10441         (hs-safety-is-job-n): Delete func; remove call sites.
10442         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10443         (hs-overlay-at): New func.
10444         (hs-already-hidden-p, hs-show-block): Use it.
10445         (hs-hide-all): Don't pre-clean if nesting allowed.
10446         (hs-show-all): Temporarily disallow
10447         nesting around call to `hs-discard-overlays'.
10449 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
10451         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10452         Delete unused local var.
10454 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
10456         * help-fns.el (describe-categories): "?\ " -> "?\s".
10457         (help-do-arg-highlight): Recognize also ARG-n, as in
10458         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
10460         * international/codepage.el (dos-unsupported-char-glyph):
10461         * net/newsticker.el (tool-bar-map, w3-mode-map)
10462         (w3m-minor-mode-map):
10463         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10464         (ent-alist):
10465         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10467 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
10469         * custom.el (custom-push-theme): Handle the case where a symbol is
10470         bound but face properties have not yet been assigned.
10472         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10473         Fix behavior if noerase is `t' and there is no mail buffer.
10475         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10476         if `continue' is nil, rather than signal an error.
10478 2005-09-12  Richard M. Stallman  <rms@gnu.org>
10480         * font-lock.el (font-lock-keywords): Add autoload.
10482         * help-fns.el (describe-variable): Rearrange to put source link
10483         in a predictable place.
10485         * net/newsticker.el: New file.
10487 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         * calendar/calendar.el (calendar-for-loop): Add edebug info.
10490         (calendar-basic-setup): Use the new nil arg.
10491         (number-of-diary-entries): Move to diary-lib.el.
10493         * calendar/diary-lib.el: Use with-current-buffer, match-string.
10494         (diary-list-entries): Use with-syntax-table and dolist.
10495         Rename from list-diary-entries.
10496         Use number-of-diary-entries if `number' is nil.
10497         (diary, diary-view-entries): Use this new name and new nil arg value.
10498         (number-of-diary-entries): Move from calendar.el.
10499         (diary-unhide-everything): New function.
10500         (include-other-diary-files, fancy-diary-display)
10501         (diary-show-all-entries, make-diary-entry): Use it.
10502         (diary-mail-entries): Use buffer-string.
10503         (mark-diary-entries): Fix long standing paren typo.
10504         (diary-sexp-entry): Use count-lines.
10505         (make-diary-entry): Avoid `previous-line'.
10506         (diary-mode-map): New var.
10507         (diary-mode): Redraw cal after saving.  Setup header-line.
10508         (fancy-diary-display-mode): Use local-set-key.
10510         * startup.el (command-line): Try calling various terminal-init-foo-bar
10511         functions by stripping hyphenated suffixes from $TERM.
10513         * files.el (normal-mode): Check boundness of font-lock-keywords.
10515 2005-09-12  Richard M. Stallman  <rms@gnu.org>
10517         * progmodes/compile.el: Don't decide a file's directory
10518         until the user actually tries to go there.
10519         (compilation-next-error-function):
10520         Pass compilation-find-file the directory from the file-struct.
10521         (compilation-internal-error-properties): Separate local FILE-STRUCT
10522         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
10523         (compilation-find-file): Arg DIR renamed to DIRECTORY.
10524         Expand it, and if nil, use default-directory.
10525         (compilation-get-file-structure): Don't mix specified directory
10526         with default directory.  Put specified directory into
10527         file-struct.  Don't make the file name absolute.
10529         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10530         (compile-command): Add autoload.
10531         (compilation-disable-input): Add autoload.
10533 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
10535         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10536         strings of the variables it can override.
10537         (time-stamp): New (as yet undocumented) time-stamp-format escapes
10538         %Q and %q, for fully-qualified domain name and unqualified host name.
10540 2005-09-11  Kim F. Storm  <storm@cua.dk>
10542         * emacs-lisp/authors.el (authors-aliases): Update list.
10543         (authors-fixed-entries): Update mldrag.el entry.
10545 2005-09-10  Alan Mackenzie  <acm@muc.de>
10547         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10548         from the region narrowed to.
10550 2005-09-10  Magnus Henoch  <mange@freemail.hu>
10552         * textmodes/ispell.el (ispell-check-version): Signal an error if
10553         aspell version is less than 0.60.
10555 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
10557         * progmodes/octave-inf.el (inferior-octave-startup):
10558         Resync current dir at the end.
10560 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
10562         * woman.el (woman-topic-at-point-default):
10563         Rename to woman-use-topic-at-point-default.
10564         (woman-topic-at-point): Rename to woman-use-topic-at-point.
10565         (woman-file-name): Reflect renames above.  Automatically use the
10566         word at point as topic if woman-use-topic-at-point is non-nil.
10567         Otherwise offer it as default but don't insert it in the
10568         minibuffer.  Also use `test-completion' instead of `assoc' as
10569         suggested by Stefan Monnier.
10571 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
10573         * vc.el (vc-directory, vc-update-change-log): Throw an error on
10574         the attempt to do it over Tramp.  This is not yet supported.
10576 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
10578         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10579         (menu-bar-non-minibuffer-window-p): New functions.
10580         ("Split Window", "Save As..."): Use them.
10581         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10582         ("Print Buffer", "Truncate Long Lines in this Buffer"):
10583         Use menu-bar-menu-frame-live-and-visible-p.
10584         ("Save Buffer", "Insert File", "Open Directory...")
10585         ("Open File...", "Visit New File..."):
10586         Use menu-bar-non-minibuffer-window-p.
10587         (kill-this-buffer-enabled-p, dired <menu-enable>):
10588         Use menu-bar-non-minibuffer-window-p.
10590 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10592         * cus-start.el (all): Don't complain about fringe-related
10593         built-ins if fringes are not supported.  Ditto about
10594         selection-related built-ins.  Fix the test for GTK-related built-ins.
10596         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10597         ("Postscript Print Buffer", "Print Region", "Save As...")
10598         ("Save", "Insert File...", "Open Directory...")
10599         ("Open File...", "Visit New File..."")
10600         ("Truncate Long Lines in this Buffer"): Don't look at
10601         menu-updating-frame if this display does not support multiple frames.
10603 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10605         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10607 2005-09-09  Emilio Lopes  <eclig@gmx.net>
10609         * woman.el: Format- and whitespace-related changes.
10611 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10613         * woman.el: Fix my email address.
10615 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10617         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10618         (sh-mode): Locally set skeleton-pair-default-alist.
10620         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10622         * progmodes/flymake.el: Require `compile' unconditionally.
10624         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10626         * woman.el (woman-file-name): Provide a default, not initial input.
10628         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10630         * font-lock.el (font-lock-support-mode): Doc fix.
10632         * descr-text.el (describe-property-list): Handle non-symbol prop names.
10634 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10636         * simple.el (blink-matching-open): Get rid of text props from
10637         the string shown in echo area.  Don't permanently set point.
10638         Some rearrangements.
10640 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10642         * recentf.el (recentf-filename-handler): Add custom choice
10643         `abbreviate-file-name'.
10645         * msb.el (msb--very-many-menus): Fix typo.
10647         * disp-table.el (standard-display-european): Don't set
10648         enable-multibyte-characters to nil.
10650 2005-09-08  David Ponce  <david@dponce.com>
10652         * recentf.el (recentf-show-file-shortcuts-flag): New option.
10653         (recentf-expand-file-name): Doc fix.
10654         (recentf-dialog-mode-map): Define digit shortcuts.
10655         (recentf--files-with-key): New variable.
10656         (recentf-show-digit-shortcut-filter): New function.
10657         (recentf-open-files-items): New function.
10658         (recentf-open-files): Use it.
10659         (recentf-open-file-with-key): New command.
10661 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10663         * buff-menu.el (Buffer-menu-sort-by-column): New function.
10664         Suggested by Kim F. Storm.
10665         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10666         (Buffer-menu-make-sort-button): Use global keymap.
10668 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
10670         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10671         (Man-getpage-in-background-advice): Remove defadvice; it isn't
10672         necessary any longer with the remapped command.
10673         (Man-bgproc-sentinel-advice): Remove defadvice which counts
10674         formatting time only.
10676         * net/tramp.el (tramp-action-password)
10677         (tramp-multi-action-password): Compile the password prompt from
10678         `method', `user' and `host'.  Sometimes it isn't obvious which
10679         password to enter, for example with remote files offered by
10680         recentf.el, or with multiple steps.  Suggested by Robert Marshall
10681         <robert@chezmarshall.freeserve.co.uk>.
10683 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10685         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10686         Fix regexp for when "s///" is at the beginning of line.
10688 2005-09-07  Jay Belanger  <belanger@truman.edu>
10690         * calc/calc-poly.el (math-expand-term): Multiply out any powers
10691         when in matrix mode.
10693 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10695         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10696         non-anonymous functions.
10698 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
10700         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10701         when using a header line.  Otherwise, use mouse-1-click-follows-link.
10703         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10704         can't be moved; don't signal an error.
10706 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
10708         * cus-theme.el (custom-theme-write-faces): Save the current face
10709         spec, not the defface spec.
10711         * custom.el (custom-known-themes): Clarify meaning of "standard".
10712         (custom-push-theme): Save old values in the standard theme.
10713         (disable-theme): Correct typo.
10714         (custom-face-theme-value) Deleted unused function.
10715         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10717 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * progmodes/compile.el (compilation-goto-locus): Take into account
10720         iconified frames when determining whether the buffer is
10721         already visible.
10722         Don't reset window height if the window already existed.
10724 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
10726         * custom.el (load-theme): Rename from require-theme.
10727         Add interactive spec.
10728         (enable-theme): Rename from custom-enable-theme.
10729         Add interactive spec.
10730         (disable-theme): Rename from custom-disable-theme.
10731         Add interactive spec.
10732         (custom-make-theme-feature): Doc fix.
10733         (custom-theme-directory): Doc fix.
10734         (provide-theme): Call enable-theme.
10736 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10738         * obsolete/lazy-lock.el (lazy-lock-mode):
10739         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10740         font-lock-mode if it's off.  Print a warning instead.
10742         * progmodes/compile.el (compilation-start): Ignore errors if the
10743         process died before we get to send-eof.
10745         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10746         Undo last change.  Enclosing the result in quotes broke things on Unix
10747         since tex-send-command passes it through shell-quote-argument.
10748         (tex-send-command): Pass `file' through convert-standard-filename
10749         when possible.
10750         (tex-uptodate-p): Handle the case where TeX hasn't put additional
10751         info in a transcript.
10753 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
10755         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10756         fix compilation warning.  Reorder the key definitions to group
10757         together keys emitted by the current version of xterm.
10759         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10760         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10761         Reorder predicates to correct min-color usage.
10763 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
10765         * longlines.el (longlines-mode): Inhibit read-only when encoding.
10766         Kill local variables when longlines-mode is turned off.
10768 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10770         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10772         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10774         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10776         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10777         (font-lock-lines-before): Change default to being inactive.
10778         (font-lock-default-fontify-region): Obey font-lock-lines-before.
10779         (font-lock-after-change-function): Don't handle f-l-lines-before here.
10781 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10783         * net/tramp.el (tramp-handle-make-auto-save-file-name):
10784         Deactivate temporarily advice if active (not needed for Emacs 22,
10785         but for backwards compatibility).
10786         (tramp-exists-file-name-handler): Rewrite.  First implementation
10787         was too simple.
10788         (tramp-advice-make-auto-save-file-name):
10789         Call `tramp-handle-make-auto-save-file-name' (again, just for
10790         backwards compatibility).
10792 2005-08-31  Reto Zimmermann  <reto@gnu.org>
10794         * progmodes/vhdl-mode.el
10795         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10796         (vhdl-end-p): Fix indentation bug "else" after "-- when".
10797         (vhdl-set-default-project): New function (easier setting of default).
10798         (vhdl-port-copy): Handle extended identifiers for generics.
10799         (vhdl-compiler-alist): Better description for error message regexp.
10800         (vhdl-make): Query for target, use previous as default.
10801         (vhdl-port-copy): Fix port copy for port names starting with "signal".
10802         (vhdl-font-lock-keywords-2): Fix fontification for record
10803         el. assign.
10804         (vhdl-speedbar-make-subpack-line): Add package body link.
10805         (vhdl-generate-makefile-1): Not include itself as dependency.
10806         (vhdl-font-lock-init): Highlight c-preprocessor directives.
10807         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10808         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10809         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10810         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10811         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10812         (vhdl-import-project): Add string argument for `error'.
10813         (vhdl-compose-configuration)
10814         (vhdl-compose-configuration-architecture): Add configuration
10815         declaration generation.
10816         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10817         (vhdl-trailer-re): Add "record" keyword (better indentation).
10818         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10819         "[^ \t-\"]+".
10820         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10821         (vhdl-testbench-entity-file-name)
10822         (vhdl-testbench-architecture-file-name): Allow separate
10823         customization of testbench file names.
10824         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10825         (vhdl-get-visible-signals): Allow newline within alias declaration.
10826         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10827         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10828         (member-ignore-case): Alias for missing function in XEmacs.
10829         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10830         (vhdl-update-sensitivity-list): Ignore case on read signals.
10831         (vhdl-replace-string): Adjust case only for file names.
10832         (vhdl-update-sensitivity-list): Fix search for read signals.
10833         (vhdl-update-sensitivity-list): Exclude formal parameters.
10834         (vhdl-get-visible-signals): Include aliases of signals.
10835         (vhdl-get-visible-signals): Fix signal name searching.
10836         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10837         (vhdl-fixup-whitespace-region): Fix for character
10838         literals (e.g. `:').
10840 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10842         * ansi-color.el (comint-last-output-start):
10843         * bs.el (font-lock-verbose):
10844         * diff-mode.el (add-log-buffer-file-name-function):
10845         * dired-x.el (vm-folder-directory):
10846         * faces.el (help-xref-stack-item):
10847         * files.el (font-lock-keywords):
10848         * find-lisp.el (dired-buffers, dired-subdir-alist):
10849         * ido.el (cua-inhibit-cua-keys):
10850         * log-view.el (cvs-minor-wrap-function):
10851         * outline.el (font-lock-warning-face):
10852         * simple.el (compilation-current-error):
10853         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10854         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10855         * tooltip.el (comint-prompt-regexp):
10856         * w32-fns.el (explicit-shell-file-name):
10857         * term/mac-win.el (mac-charset-info-alist)
10858         (mac-services-selection, mac-system-script-code):
10859         * term/tty-colors.el (msdos-color-values):
10860         * term/w32-win.el (xlfd-regexp-registry-subnum):
10861         * term/x-win.el (x-keysym-table, x-selection-timeout)
10862         (x-session-id, x-session-previous-id):
10863         * textmodes/ispell.el (mail-yank-prefix):
10864         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10865         * textmodes/org.el (calc-embedded-close-formula)
10866         (calc-embedded-open-formula)
10867         (font-lock-unfontify-region-function):
10868         * textmodes/reftex-global.el (isearch-next-buffer-function)
10869         (TeX-master):
10870         * textmodes/reftex.el (font-lock-keywords):
10871         * textmodes/tex-mode.el (font-lock-comment-face)
10872         (font-lock-doc-face):
10873         * textmodes/texinfo.el (outline-heading-alist):
10874         Add defvars.
10876         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10877         (artist-spray-chars, artist-mode-init, artist-replace-string)
10878         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10879         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10880         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10882         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10883         (conf-align-assignments): "?\ " -> "?\s".
10885         * textmodes/reftex-index.el (TeX-master): Add defvar.
10886         (reftex-index-phrases-marker): Move up defvar.
10888         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10889         (reftex-toc-include-labels-indicator)
10890         (reftex-toc-include-index-indicator)
10891         (reftex-toc-max-level-indicator): Move up declarations.
10893         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10894         of args to `tramp-run-real-handler', even if it's empty in this case.
10896 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10898         * dired.el (dired-move-to-filename-regexp): Add date format for
10899         Mac OS X 10.3 in East Asian locales.
10901 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10903         * files.el (make-auto-save-file-name): Add file name handler call
10904         if applicable.
10906         * net/tramp.el (tramp-file-name-handler-alist)
10907         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10908         (tramp-handle-make-auto-save-file-name): Rename from
10909         `tramp-make-auto-save-file-name'.
10910         (tramp-exists-file-name-handler): New defun.
10911         (tramp-advice-make-auto-save-file-name): Make defadvice only when
10912         `make-auto-save-file-name' is not a magic file name operation.
10914 2005-08-30  Richard M. Stallman  <rms@gnu.org>
10916         * files.el (risky-local-variable-p):
10917         Match `-predicates' and `-commands.
10919         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10920         (custom-save-all): Visit the file if necessary;
10921         kill the buffer if we created it.
10922         (custom-save-delete): Don't visit file or kill buffer here.
10924 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10926         * textmodes/org.el (org-special-keyword): New face.
10927         (org-table-copy-down, org-table-eval-formula)
10928         (org-table-recalculate, org-init-section-numbers):
10929         Use `string-to-number' instead of `string-to-int'.
10930         (org-get-location): Use `insert-buffer-substring' instead of
10931         `insert-buffer'.
10932         (org-modify-diary-entry-string): New function.
10933         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10934         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10935         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10936         active region.
10937         (org-export-as-html): Handle QUOTE keyword.
10938         (org-quote-string): New option.
10939         (org-bookmark-jump-unhide): New function, used for
10940         `bookmark-after-jump-hook'.
10941         (org-diary-default-entry): Apply only when not called through
10942         `org-agenda'.
10944 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
10946         * net/eudc.el (mode-popup-menu):
10947         * play/handwrite.el (ps-printer-name, ps-lpr-command):
10948         * progmodes/ada-mode.el (compile-auto-highlight)
10949         (skeleton-further-elements):
10950         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10951         * progmodes/cmacexp.el (msdos-shells):
10952         * progmodes/compile.el (font-lock-extra-managed-props)
10953         (font-lock-keywords, font-lock-maximum-size)
10954         (font-lock-support-mode):
10955         * progmodes/grep.el (font-lock-lines-before):
10956         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10957         * progmodes/mixal-mode.el (compile-command):
10958         * progmodes/perl-mode.el (font-lock-comment-face)
10959         (font-lock-doc-face, font-lock-string-face):
10960         * progmodes/prolog.el (comint-prompt-regexp):
10961         * progmodes/sh-script.el (font-lock-comment-face)
10962         (font-lock-set-defaults, font-lock-string-face):
10963         * progmodes/sql.el (font-lock-keyword-face)
10964         (font-lock-set-defaults, font-lock-string-face):
10965         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10966         (itimer-version, lazy-lock-defer-contextually)
10967         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10968         Add defvars.
10970         * progmodes/cperl-mode.el (cperl-electric-lbrace)
10971         (cperl-electric-keyword, cperl-electric-pod)
10972         (cperl-electric-backspace, cperl-forward-re)
10973         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10974         (vc-rcs-header, vc-sccs-header): Add defvars.
10976         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10977         (font-lock-syntactic-keywords, gud-find-expr-function):
10978         Add defvars.
10980         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10981         (gdb-frame-parameters): Declare before use.
10983         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10984         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10985         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10986         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10988         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10989         (idlwave-help-with-source): Use `insert-buffer-substring', not
10990         `insert-buffer'.
10992 2005-08-29  Juri Linkov  <juri@jurta.org>
10994         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10995         Put outline-back-to-heading function call inside save-excursion.
10997 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
10999         * man.el (Man-init-defvars, Man-translate-references)
11000         (Man-support-local-filenames, Man-highlight-references):
11001         * progmodes/sql.el (sql-interactive-mode):
11002         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11004         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11005         (compilation-mode-font-lock-keywords): Add defvars.
11006         (checkdoc-interactive-loop): "?\ " -> "?\s".
11008         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11009         (font-lock-doc-face, font-lock-string-face)
11010         (font-lock-keywords-case-fold-search): Add defvars.
11011         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11013         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11014         Don't pass X and Y (they are ignored anyway).
11015         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11016         (mouse-delete-window): Make arguments optional.
11018         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11019         (caesar-translate-table, minor-modes, news-buffer-save)
11020         (news-group-name, news-minor-modes): Add defvars.
11022         * emacs-lisp/lselect.el (mouse-highlight-priority)
11023         (x-lost-selection-functions, zmacs-regions):
11024         * emacs-lisp/pp.el (font-lock-verbose):
11025         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11026         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11027         (ses-mode-map):
11028         * emacs-lisp/tcover-unsafep.el (safe-functions):
11029         * international/mule-cmds.el (mac-system-coding-system)
11030         (mac-system-locale):
11031         * language/ethio-util.el (rmail-current-message)
11032         (rmail-message-vector):
11033         * language/thai-util.el (thai-auto-composition-mode):
11034         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11035         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11036         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11037         (vm-primary-inbox, vm-spool-files):
11038         * mail/rmail.el (deleted-head, font-lock-fontified)
11039         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11040         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11041         (total-messages):
11042         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11043         (rmail-summary-mode-map):
11044         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11045         (rmail-last-label, rmail-last-multi-labels)
11046         (rmail-summary-vector, rmail-total-messages):
11047         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11048         * mail/rmailsum.el (msgnum):
11049         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11050         (rmail-current-message):
11051         * obsolete/fast-lock.el (font-lock-face-list):
11052         * obsolete/rnewspost.el (mail-reply-buffer):
11053         * obsolete/scribe.el (compile-command):
11054         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11056 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11058         * ibuf-ext.el (ibuffer-auto-update-changed):
11059         Use `frame-or-buffer-changed-p' to check whether we need to update.
11060         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11061         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11062         as a `frame-or-buffer-changed-p' state vector instead.
11064 2005-08-27  Romain Francoise  <romain@orebokech.com>
11066         * textmodes/makeinfo.el (makeinfo-compile):
11067         Use `compilation-start'.  Set `next-error-function' according to
11068         `disable-errors'.
11069         (makeinfo-next-error): New function.
11070         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11071         (makeinfo-buffer): Likewise.
11073         * progmodes/compile.el (compilation-start): Add autoload cookie.
11075         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11076         * textmodes/sgml-mode.el: Likewise.
11077         * progmodes/python.el: Likewise.
11079 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11081         * simple.el (blink-matching-paren-distance): Document the meaning
11082         of nil value, and allow to customize to nil.
11084         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11085         command.com, not command.exe.
11087 2005-08-26  John Wiegley  <johnw@newartisans.com>
11089         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11090         code around a bit so that an extraneous nil argument is not added
11091         to a command when no args are given.
11093         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11094         double-quoted argument resolves to nil, return it as an empty
11095         string rather than as nil.  This made it impossible to pass "" to
11096         a shell script as a null string argument.
11098 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11100         * outline.el (outline-invent-heading): New fun.
11101         (outline-promote, outline-demote): Use it.
11102         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11103         (outline-end-of-subtree): Remove unused var `opoint'.
11105 2005-08-26  David Reitter  <david.reitter@gmail.com>
11107         * menu-bar.el (truncate-lines, write-file, print-buffer)
11108         (ps-print-buffer-faces, ps-print-buffer, split-window):
11109         Disable menu items when the frame they refer to is invisible, or when
11110         they refer to a buffer and the minibuffer is selected.
11112 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11114         * progmodes/flymake.el (flymake-highlight-err-lines):
11115         Use save-excursion around flymake-highlight-line to preserve point.
11117 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11119         * progmodes/octave-mod.el: Change Author and Maintainer address.
11120         (octave-maintainer-address): Change Kurt's email address.
11121         * progmodes/octave-inf.el: Change Author and Maintainer address.
11122         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11124 2005-08-26  Kim F. Storm  <storm@cua.dk>
11126         * subr.el (version-list-<, version-list-<=, version-list-=):
11127         Rename from integer-list-*.
11128         (version-list-not-zero): Likewise.  Fix while loop.
11129         (version=): Use version-list-= instead of string-equal.
11131 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11133         * outline.el (outline-promote): Try shortening the heading.
11134         As last resort, read the heading to use.
11135         (outline-demote): As last resort, read the heading to use.
11137 2005-08-26  Romain Francoise  <romain@orebokech.com>
11139         * progmodes/compile.el (compilation-start): Doc fix.
11141         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11142         (antlr-font-lock-additional-keywords): Fix reference to
11143         `antlr-font-lock-literal-regexp' erroneously changed during the
11144         mass face rename.
11145         (antlr-run-tool): Use `compilation-start'.
11147         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11148         instead of the obsolete `compile-internal'.
11150 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11152         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11153         (number, original-date):
11154         * calendar/cal-china.el (date):
11155         * calendar/cal-coptic.el (date):
11156         * calendar/cal-french.el (date):
11157         * calendar/cal-hebrew.el (date, entry, number, original-date):
11158         * calendar/cal-islam.el (date, number, original-date):
11159         * calendar/cal-iso.el (date):
11160         * calendar/cal-julian.el (date):
11161         * calendar/cal-mayan.el (date):
11162         * calendar/cal-menu.el (date, event):
11163         * calendar/cal-persia.el (date):
11164         * calendar/lunar.el (date):
11165         * calendar/solar.el (date): Add defvars.
11167         * emerge.el:
11168         * ibuffer.el:
11169         * info-xref.el:
11170         * obsolete/bg-mouse.el:
11171         * obsolete/sun-curs.el:
11172         * obsolete/swedish.el: Move the `defvar's to the top level.
11174         * smerge-mode.el (smerge-refined-change): Add :group.
11176 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11178         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11179         (smerge-keep-n): Remove props.
11180         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11181         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11182         now that it's done in smerge-keep-n.
11183         (smerge-refined-change): New face.
11184         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11185         (smerge-refine): New funs.
11186         (smerge-basic-map): Bind smerge-refine.
11188 2005-08-25  Juri Linkov  <juri@jurta.org>
11190         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11191         compilation-process-setup-function and compilation-disable-input
11192         in grep-mode instead of let-bindings in grep.
11194         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11195         Delete "Automatic File De/compression" (auto-compression-mode).
11197 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11199         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11200         Silence warning about non-existent variable.
11202 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11204         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11205         Rename "Describe Key" to "Describe Key or Mouse Operation".
11207         * mail/mailalias.el (build-mail-aliases): Delete comments
11208         from the contents before processing them.
11210         * isearch.el (isearch-edit-string): Erase the Search prompt
11211         if user enters an empty string and there is no default.
11213         * comint.el (comint-file-name-prefix): Add autoload.
11215 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11217         * subr.el (play-sound): Rearrange to avoid warning.
11219 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11221         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11222         New hook.
11223         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11225 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11227         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11229         * custom.el (custom-theme-set-variables): Sort minor modes last.
11231 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11233         * subr.el (version-separator, version-regexp-alist): New vars used by
11234         version comparison funs.
11235         (integer-list-<, integer-list-=, integer-list-<=)
11236         (integer-list-not-zero): New funs for integer list comparison.
11237         (version-to-list, version=, version<, version<=): New funs for version
11238         comparison.
11240 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11242         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11243         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11244         time to silence the byte-compiler.
11246         * ibuffer.el (ibuffer-compile-make-eliding-form)
11247         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11248         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11249         so it's silly to get warnings for it).
11250         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11251         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11252         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11253         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11254         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11255         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11256         Defvar at compile time.
11257         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11258         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11259         Declare them before use.
11261         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11262         (info-xref-good, info-xref-bad): Defvar at compile time.
11264         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11265         Use `let*' instead of `let'.
11267         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11268         (*mouse-y*, menu, char): Defvar at compile time.
11269         (sc::menu): Declare it before use.
11270         (sc::pack-one-line): Use `let', not `let*'.
11272         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11273         (mail-send-hook): Defvar at compile time.
11275         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11276         Defvar at compile time.
11278         * term/sun-mouse.el (current-global-mousemap)
11279         (current-local-mousemap): Declare them before use.
11281 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11283         * bookmark.el (bookmark-after-jump-hook): New hook.
11284         (bookmark-jump): Run `bookmark-after-jump-hook'.
11286 2005-08-23  Juri Linkov  <juri@jurta.org>
11288         * faces.el (minibuffer-prompt): Doc fix.
11290 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11292         * progmodes/xscheme.el: Trivial changes to silence warnings.
11293         (xscheme-previous-mode, xscheme-previous-process-state):
11294         Add defvars.
11295         (xscheme-last-input-end, xscheme-process-command-line)
11296         (xscheme-process-name, xscheme-buffer-name)
11297         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11298         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11299         (xscheme-control-g-synchronization-p)
11300         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11301         (default-xscheme-runlight, xscheme-runlight)
11302         (xscheme-runlight-string, xscheme-process-filter-state)
11303         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11304         Move to beginning of file.
11305         (scheme-interaction-mode-commands-alist)
11306         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11307         Declare them before use.  Note: the initialization code for the variables
11308         has not been moved because it uses functions that reference the variables.
11309         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11310         (xscheme-prompt-for-expression-map): Declare them before use.
11311         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11313 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11315         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11317 2005-08-22  Juri Linkov  <juri@jurta.org>
11319         * faces.el (set-face-underline): Delete this duplicate function
11320         and make an obsolete alias to set-face-underline-p.
11321         (set-face-underline-p): Use docstring of set-face-underline.
11322         (describe-face): Create hyperlink to parent face.
11324         * info.el (Info-insert-dir): Use save-excursion around
11325         insert-buffer-substring.
11326         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11327         (Info-escape-percent): Delete function.
11328         (Info-fontify-node): Replace Info-escape-percent by
11329         replace-regexp-in-string with REP arg set to lambda that
11330         duplicates `%' and preserves text properties.
11332         * progmodes/compile.el (compilation-disable-input): Doc fix.
11333         (define-compilation-mode): Doc fix and refill.
11334         (kill-compilation): Use `mode-name' in the error message.
11335         (compilation-find-file): Use `compilation-error' in the
11336         read-file-name's prompt.
11338 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11340         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11341         (smerge-auto-leave): Make undo re-enable the mode.
11342         (debug-ignored-errors): Add the user-error of impossible resolution.
11343         (smerge-resolve): Move things around a bit, in preparation for later.
11344         (smerge-diff): Don't fail if the buffer has no associated file.
11345         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11346         (smerge-conflict-overlay): New function.
11347         (smerge-match-conflict): Don't add text properties here.
11348         (smerge-find-conflict): Instead, add an overlay here.
11349         Also check for the case where we're inside a conflict already, so as to
11350         obviate the need for font-lock-multiline, which is unbearably slow with
11351         large conflicts and ciomplex font-lock patterns.
11352         (smerge-remove-props): Remove overlay rather than text-properties.
11353         (smerge-mode): Don't set font-lock-multiline.
11354         Remove overlays when turned off.
11356 2005-08-21  Kim F. Storm  <storm@cua.dk>
11358         * ido.el (ido-ignore-item-p): Use save-match-data.
11359         Bind case-fold-search to ido-case-fold locally.
11361 2005-08-20  Richard M. Stallman  <rms@gnu.org>
11363         * files.el (normal-mode): If font lock is on, turn it off and on.
11365         * subr.el (replace-regexp-in-string): Doc fix.
11367         * startup.el (command-line-1): Don't suppress startup screen
11368         due to existing processes.
11370         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11372         * progmodes/compile.el (compilation-disable-input): Default to nil.
11374 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11376         * progmodes/compile.el (compilation-disable-input): New defcustom.
11377         (compilation-start): If compilation-disable-input is non-nil, send
11378         EOF to the compilation process.
11380 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
11382         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11383         Run the argument of tex-shell-cd-command through
11384         convert-standard-filename, to get the correct style of slashes on
11385         Windows, and enclose the result in quotes, in case the file name
11386         includes whitespace or other special characters.
11388 2005-08-19  Andreas Schwab  <schwab@suse.de>
11390         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11391         process.
11393 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
11395         * cus-start.el (minibuffer-prompt-properties): Correct typo.
11397 2005-08-18  Kim F. Storm  <storm@cua.dk>
11399         * scroll-lock.el: Fix errors due to incorrect line wrapping.
11401 2005-08-18  Richard M. Stallman  <rms@gnu.org>
11403         * scroll-lock.el: New file.
11405 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
11407         * dired.el (dired-move-to-end-of-filename):
11408         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11410 2005-08-18  Kim F. Storm  <storm@cua.dk>
11412         * ido.el (ido-everywhere): Fix defcustom :set function to disable
11413         rather than toggle mode when custom value is nil.
11414         (ido-everywhere): Fix defun doc string.
11416 2005-08-17  Richard M. Stallman  <rms@gnu.org>
11418         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11419         as tag instead of "Inviolable".
11421 2005-08-17  Kim F. Storm  <storm@cua.dk>
11423         * windmove.el (windmove-coordinates-of-position): Remove.
11424         (windmove-coordinates-of-window-position): Remove.
11425         (windmove-reference-loc): Use posn-at-point instead.
11427         * subr.el (insert-for-yank-1): Doc fix.
11429         * ido.el (ido-enter-matching-directory): Rename from
11430         ido-enter-single-matching-directory.  Change `slash' choice to
11431         `only'.  Add `first' choice.
11432         (ido-exhibit): Adapt to above changes.
11434 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
11436         * Makefile.in: Expand comment about building loaddefs.el.
11438 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
11440         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11441         Comment use of defadvice.
11443         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11445 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
11447         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11448         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11449         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11450         * progmodes/idlw-shell.el, progmodes/ld-script.el,
11451         * progmodes/which-func.el, ruler-mode.el, strokes.el,
11452         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11453         for backward compatibility for faces that did not appear in the
11454         previous Emacs release.
11456         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11458 2005-08-15  Kim F. Storm  <storm@cua.dk>
11460         * emulation/cua-base.el (cua-delete-region): Return t if
11461         deleted region was non-empty.
11462         (cua-replace-region): Inhibit overwrite-mode for
11463         self-insert-command if replaced region was non-empty.
11464         (cua--explicit-region-start, cua--status-string): Make them
11465         buffer-local at top-level...
11466         (cua-mode): ...rather than when mode is enabled.
11468 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
11470         * progmodes/vhdl-mode.el (vhdl-emacs-21):
11471         Set t for Emacs 21, 22, and so on.
11473 2005-08-15  David Ponce  <david@dponce.com>
11475         * tree-widget.el: Update Commentary header.
11476         (tree-widget-theme): Doc fix.
11477         (tree-widget-space-width): New option.
11478         (tree-widget-image-properties): Look up in the default theme too.
11479         (tree-widget--cursors): Only for images with arrow pointer shape.
11480         (tree-widget-lookup-image): Pointer shape is hand by default.
11481         (tree-widget-icon): Rename generic icon widget from
11482         `tree-widget-control'.
11483         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11484         derive from `tree-widget-icon'.
11485         (tree-widget-handle): Improve default look and feel of the text
11486         representation.
11487         (tree-widget): Rename :*-control properties to :*-icon properties.
11488         Add :action and :help-echo properties.
11489         (tree-widget-after-toggle-functions): Move.
11490         (tree-widget-close-node, tree-widget-open-node): Remove.
11491         (tree-widget-before-create-icon-functions): New hook.
11492         (tree-widget-value-create): Update to allow customization of icons
11493         and nodes at run-time via that new hook.
11494         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11495         (tree-widget-icon-action, tree-widget-icon-help-echo)
11496         (tree-widget-action, tree-widget-help-echo): New functions.
11498 2005-08-15  Kim F. Storm  <storm@cua.dk>
11500         * ido.el (ido-buffer-internal): Use with-no-warnings.
11501         (ido-make-merged-file-list): Use while-no-input.
11503 2005-08-15  Richard M. Stallman  <rms@gnu.org>
11505         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11506         (flyspell-large-region): Fix doc and custom type.
11508 2005-08-14  Richard M. Stallman  <rms@gnu.org>
11510         * files.el (interpreter-mode-alist): Doc fix.
11512         * mail/rmail.el (rmail-nonignored-headers): New variable.
11513         (rmail-clear-headers): Use it.
11514         (rmail-reply): Better handling of mail-followup-to header.
11516         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11517         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
11518         don't try to refer to executable-font-lock-keywords.
11519         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11520         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11521         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11522         (sh-mode): Set comment-start-skip, local-abbrev-table,
11523         imenu-case-fold-search.
11524         (sh-set-shell): Don't set them here.
11525         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
11526         Don't cache the results in the original alist; don't ever modify
11527         that alist.
11529         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11531         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11532         empty.
11534 2005-08-15  Andreas Schwab  <schwab@suse.de>
11536         * desktop.el: Put autoload cookie at risky-local-variable declarations.
11538         * dired.el, info.el, mail/rmail.el: Revert last change.
11540 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
11542         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11543         modification in `eval-after-load' form.
11544         * info.el: Likewise.
11545         * mail/rmail.el: Likewise.
11547 2005-08-14  Juri Linkov  <juri@jurta.org>
11549         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11550         Remove highlighting of "Compilation started".  Highlight only
11551         the word "finished" in "Compilation finished".  Add highlighting
11552         of "interrupt", "killed", "terminated" and the exit code.
11553         (compilation-start): Add newline after header.  Use exactly the
11554         same time stamp format as the finishing message.
11555         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11557         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11558         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11559         Add highlighting of "interrupt", "killed", "terminated".
11561         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11562         enabled and the current command is self-insert-command, call it
11563         explicitly with overwrite-mode bound to nil, to not allow it
11564         to delete the character after the selected region.
11566 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
11568         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11569         move-end-of-line, end-of-line, and beginning-of-line to the list
11570         of commands after which the echo area is updated.
11572 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
11574         * cus-edit.el (custom-save-all, custom-save-delete):
11575         Bind recentf-exclude to exclude custom-file.
11577 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
11579         * mail/rmailsum.el (rmail-summary-end-of-message): New command
11580         to go to the bottom of the mail message.  Added to
11581         `rmail-summary-mode-map' with key "/".
11582         (rmail-summary-show-message): New (internal) function for use by
11583         both `rmail-summary-beginning/end-of-message'.
11584         (rmail-summary-beginning-of-message): Change to use
11585         rmail-summary-show-message.
11587         * mail/rmail.el (rmail-end-of-message): New command to go to the
11588         end of the current message.  Added to `rmail-mode-map' with key "/".
11589         (rmail-beginning-of-message): Fix to work as documented.
11590         (rmail-mode): Change documentation.
11592         * progmodes/compile.el (compilation-start): Add the line
11593         "Compilation started" with compilation start time.
11594         (compilation-mode-font-lock-keywords): Add `started' to keywords.
11596 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
11598         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11599         of menu items.
11601 2005-08-11  Richard M. Stallman  <rms@gnu.org>
11603         * simple.el (pop-global-mark): Reverse test of widen-automatically.
11605         * battery.el (battery-status-function): Don't use ignore-errors.
11607 2005-08-11  Lute Kamstra  <lute@gnu.org>
11609         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11610         define-obsolete-variable-alias.
11612 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11614         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11615         (ange-ftp-send-cmd): Revert last change, and expand
11616         the comment explaining the problem.
11618 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11620         * ldefs-boot.el: Update.
11622         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11623         item to "Time, Load and Mail".  Change help echo text.
11625         * time.el (display-time-use-mail-icon, display-time-format)
11626         (display-time-string-forms): Shorten first line of docstrings.
11628 2005-08-10  Lars Hansen  <larsh@soem.dk>
11630         * desktop.el (desktop-buffer-mode-handlers):
11631         Make non-customizable.  Add autoload cookie.  Change initial value to
11632         nil; add elements in respective modules instead.  Fix doc string.
11633         (desktop-load-file): New function.
11634         (desktop-minor-mode-handlers): New autoloaded variable.
11635         (desktop-create-buffer): Call minor mode handlers.
11636         Use desktop-load-file to load major and minor mode modules prior to
11637         checking for a handler.
11638         (desktop-save): Don't add nil to desktop-minor-modes for minor
11639         modes with nil function in desktop-minor-mode-table.  Don't delete
11640         desktop file before rewriting it.
11641         (desktop-locals-to-save): Add autoload cookie.  Don't make
11642         automatically buffer-local.  Add variables column-number-mode,
11643         size-indication-mode, indent-tabs-mode,
11644         indicate-buffer-boundaries, indicate-empty-lines and
11645         show-trailing-whitespace.
11646         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11647         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
11648         (desktop-clear-preserve-buffers-regexp): Delete.
11649         (desktop-clear-preserve-buffers): Update initial value and docstring.
11650         (desktop-save-buffer): Fix doc string.
11652         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11653         (hilit-chg-desktop-restore): New function.
11654         (highlight-changes-mode): Add highlight-changes-mode to
11655         desktop-locals-to-save.
11657         * dired.el: Add handler to desktop-buffer-mode-handlers.
11658         (dired-restore-desktop-buffer): Remove autoload cookie.
11659         (dired-mode): Add autoload cookie.
11661         * info.el: Add handler to desktop-buffer-mode-handlers.
11662         (Info-restore-desktop-buffer): Remove autoload cookie.
11663         (Info-mode): Add autoload cookie.
11665         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11666         (mh-restore-desktop-buffer): Remove autoload cookie.
11667         (mh-folder-mode): Add autoload cookie.
11669         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11670         (rmail-restore-desktop-buffer): Remove autoload cookie.
11672 2005-08-11  Masatake YAMATO  <jet@gyve.org>
11674         * hexl.el (hexl-address-region):
11675         (hexl-ascii-region, hexl-font-lock-keywords):
11676         (hexl-highlight-line-range): Use the term "region"
11677         instead of "area" for consistency with the other symbols
11678         defined in hexl.el.
11680 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11682         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11683         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11684         out by Juri Linkov).  Add `display-battery-mode'.
11686 2005-08-09  Juri Linkov  <juri@jurta.org>
11688         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11689         Remove `-text' from face variable names.
11690         (compilation-error-file-name, compilation-warning-file-name)
11691         (compilation-info-file-name): Delete faces.
11692         (compilation-line-number, compilation-column-number):
11693         Remove face underlining.
11694         (compilation-message-face): Set to `underline' value by default.
11695         (compilation-error-face, compilation-warning-face)
11696         (compilation-info-face): Remove `-file-name' from face names.
11697         (compilation-error-text-face, compilation-warning-text-face)
11698         (compilation-info-text-face): Delete face variables.
11699         (compilation-text-face): Delete function.
11701         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11702         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11703         (grep-error-face): Set to `compilation-error' instead of
11704         `compilation-error-face' (which is redefined to `grep-hit-face' in
11705         grep buffers).
11706         (grep-mode-font-lock-keywords): Remove `-text' from face variable
11707         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
11709         * dired-aux.el (dired-do-query-replace-regexp):
11710         Use `query-replace-read-args'.
11712         * replace.el (query-replace-read-from, query-replace-read-to)
11713         (query-replace-read-args): Rename arg `string' to `prompt'.
11715         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11717 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11719         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11720         uploading files.
11721         (ange-ftp-canonize-filename): Handle file names beginning with ~
11722         correctly.
11724 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11726         * textmodes/fill.el (canonically-space-region)
11727         (fill-context-prefix, fill-french-nobreak-p)
11728         (fill-delete-newlines, fill-comment-paragraph)
11729         (justify-current-line): "?\ " -> "?\s".
11731 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
11733         * textmodes/fill.el (fill-nonuniform-paragraphs):
11734         Improve argument/docstring consistency.
11736 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11738         * textmodes/ispell.el (ispell-word): More fboundp checks.
11740         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11741         (find-file-noselect-1): Call it here, only if RAWFILE.
11742         (normal-mode): Always set some major mode.
11743         (save-some-buffers-action-alist): Change some explanation strings.
11744         (file-name-non-special): In the `quote' method, use unwind-protect.
11746 2005-08-09  Magnus Henoch  <mange@freemail.hu>
11748         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11749         (ispell-have-aspell-dictionaries): New variable.
11750         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11751         (ispell-get-aspell-config-value): New function.
11752         (ispell-aspell-find-dictionary): New function.
11753         (ispell-aspell-add-aliases): New function.
11754         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11755         appropriate.  Don't look for ispell dictionaries if we use aspell.
11756         (ispell-menu-map): Don't build a submenu of dictionaries.
11758 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11760         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11761         (sql-read-passwd): Use read-passwd.
11763         * progmodes/idlw-toolbar.el (idlwave-toolbar)
11764         (idlwave-toolbar-is-possible): Add defvars.
11766         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11767         Avoid warnings.
11769         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11770         (idlwave-system-class-info, idlwave-executive-commands-alist):
11771         Use defvar.
11773         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11775         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11776         Avoid warnings.
11778         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11779         and content-type: headers.
11781         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11783         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11784         and rename some of them to be more self-explanatory.
11786         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11788         * startup.el (command-line-1): Implement -scriptload.
11790         * replace.el (occur-engine): Initial *Occur* output not undoable.
11792         * menu-bar.el (menu-bar-file-menu): Rename some menu items
11793         and improve help strings.
11795         * isearch.el (isearch-repeat): When changing direction,
11796         mark search successful.
11798         * ediff-init.el: Use (featurep 'xemacs).
11800         * comint.el (send-invisible): Identify buffer, if not selected.
11802         * align.el: Delete autoload for c-guess-basic-syntax.
11804 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11806         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11807         Improve argument/docstring consistency.  Doc fixes.
11808         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11809         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11810         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11811         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11812         (r2bv-organization, r2bv-pages, r2bv-primary-author)
11813         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11814         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11815         Defvar at compile time.
11817 2005-08-09  Juri Linkov  <juri@jurta.org>
11819         * info.el: Replace `info' with upper-case `Info' where appropriate.
11820         (info-title-1, info-title-2, info-title-3, info-title-4)
11821         (info-menu-header): Move up face definitions.
11822         (info-menu-star): Rename from `info-menu-5'.
11823         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11824         (Info-fontify-visited-nodes): Fix docstring.
11825         (Info-hide-note-references): Fix docstring.
11826         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11827         menu items in the same way as on cross-references.
11828         (info-apropos): Fix sorting order and formatting to be like in the
11829         stand-alone Info browser.  Display error messages for 1 sec.
11830         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
11831         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11832         from the menu bar.
11833         (Info-insert-dir): Restore point after calling
11834         `insert-buffer-substring'.
11836 2005-08-08  Richard M. Stallman  <rms@gnu.org>
11838         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11839         (recompute-lucid-menubar): Add defvars.
11841         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11843         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11845         * net/net-utils.el (run-dig): Rename from `dig'.
11847         * play/gametree.el (gametree-mode): Use make-local-variable,
11848         not make-variable-buffer-local.
11850         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11852         * ansi-color.el (ansi-color-make-extent)
11853         (ansi-color-set-extent-face): Use fboundp, not functionp.
11855         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11856         not make-variable-buffer-local.
11858         * bookmark.el (Info-current-file): Add defvar.
11859         (bookmark-jump-noselect): Use with-no-warnings.
11861         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11863         * ebuff-menu.el (Helper-return-blurb): Add defvar.
11865         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11867         * find-file.el (ada-procedure-start-regexp)
11868         (ada-package-start-regexp): Add defvars.
11870         * info.el (Info-insert-dir): Use insert-buffer-substring.
11872         * xml.el (xml-att-def-re): Add defvar.
11874         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11875         calling convention.
11877         * subr.el (while-no-input): Return t if there is input.
11879 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11881         * cus-start.el (all): Add `overflow-newline-into-fringe'.
11883 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
11885         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11886         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11888 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
11890         * cmuscheme.el (scheme-start-file): Replace reference to
11891         `user-emacs-directory' by "~/.emacs.d/".
11893 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
11895         * info.el (Info-dir-remove-duplicates): Avoid case folding
11896         in loop; instead, keep downcased strings for comparison.
11897         Suggested by Helmut Eller.
11899 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
11901         Sync with Tramp 2.0.50.
11903         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11904         XEmacs case; not necessary anymore.
11905         (tramp-user-regexp): Allow "@" as part of user name.
11906         (tramp-handle-set-visited-file-modtime)
11907         (tramp-handle-insert-file-contents)
11908         (tramp-handle-write-region): No special handling for
11909         `last-coding-system-used, because this is done in
11910         `tramp-accept-process-output' now.
11911         (tramp-accept-process-output): New defun.
11912         (tramp-process-one-action, tramp-process-one-multi-action)
11913         (tramp-wait-for-regexp, tramp-wait-for-output)
11914         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
11915         Howells <dhowells@redhat.com>.
11916         (clear-visited-file-modtime): Defadvice removed.  The check for
11917         unset buffer's modtime does not need to be based on
11918         `tramp-buffer-file-attributes'.  Suggested by RMS.
11919         (tramp-message): Insert "\n" if not being at beginning of line.
11920         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11921         sequence with same logic.
11922         (tramp-completion-handle-expand-file-name): Discard call of
11923         `tramp-drop-volume-letter'.  It is not necessary, and there have
11924         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11925         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11926         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11927         should always be visible.
11928         (tramp-handle-insert-directory, tramp-setup-complete)
11929         (tramp-set-process-query-on-exit-flag)
11930         (tramp-append-tramp-buffers): Pacify byte-compiler.
11931         (tramp-bug): Delete non-existing variables from list.
11932         Apply `tramp-load-report-modules' as pre-hook.
11933         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11934         `shell-prompt-pattern' because of non-7bit characters.
11935         Reported by Sebastian Luque <sluque@mun.ca>.
11936         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11937         (tramp-match-string-list): Remove function.
11938         (tramp-wait-for-regexp): Remove call of that function.
11939         Suggested by Kim F. Storm <storm@cua.dk>.
11940         (tramp-set-auto-save-file-modes): Use octal integer code #o600
11941         instead of octal character code ?\600.  The latter resulted in a
11942         syntax error with XEmacs.
11944         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11945         XEmacs case; not necessary anymore.
11946         (tramp-smb-handle-write-region): No special handling for
11947         `last-coding-system-used, because this is done in
11948         `tramp-accept-process-output' now.
11949         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11951 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11953         * wid-edit.el (widget-choice-value-create):
11954         Unconditionally respect user choice.  Set :explicit-choice back to nil
11955         when no longer needed.
11956         (widget-choice-action): Unconditionally respect user choice.
11957         Eliminate :explicit-choice-value.
11959         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11961         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11962         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11963         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11964         running new function `toggle-indicate-empty-lines'.
11965         Rename "Customize" item to "Customize fringe".
11966         Rename "Indicators" item to "Buffer boundaries" and change help echo.
11967         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11968         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11969         Delete "Empty lines only" item.
11970         (menu-bar-showhide-fringe-ind-customize): New function.
11971         (menu-bar-showhide-fringe-ind-mixed)
11972         (menu-bar-showhide-fringe-ind-box)
11973         (menu-bar-showhide-fringe-ind-right)
11974         (menu-bar-showhide-fringe-ind-left)
11975         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11976         instead of `fringe-indicators'.
11978 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11980         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11981         Change the date of last update.
11983 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11985         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11986         (viper-exec-yank, viper-put-back): Don't display modification msg
11987         if in the minibuffer.
11989         * viper-init.el (viper-replace-overlay-cursor-color)
11990         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11991         Make variables frame local.
11993         * viper-util.el (viper-append-filter-alist): Use append instead of
11994         nconc.
11996         * viper.el (viper-vi-state-mode-list)
11997         (viper-emacs-state-mode-list): Move help-mode and
11998         completion-list-mode from the first list to the second.
11999         (viper-mode): Docstring.
12000         (viper-go-away, viper-non-hook-settings): Don't localize
12001         minor-mode-alist in newer Emacsen.  Add advice to
12002         set-cursor-color.  Don't bind "\C-c\\".
12004 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12006         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12007         (scheme-macro-expand-command): New user options.
12008         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12009         (scheme-form-at-point, scheme-start-file)
12010         (scheme-interactively-start-process): New functions.
12011         (scheme-get-process): New function, extracted from `scheme-proc'.
12012         (run-scheme): Call `scheme-start-file' to get start file, and pass
12013         it to `make-comint'.
12014         (switch-to-scheme, scheme-proc):
12015         Call `scheme-interactively-start-process' if no Scheme buffer/process
12016         is available.
12018 2005-08-06  Juri Linkov  <juri@jurta.org>
12020         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12021         Use `compilation-text-face', `compilation-info-text-face' and
12022         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12023         (compilation-error): New face.
12024         (compilation-error-file-name): Inherit from
12025         `compilation-error' instead of `font-lock-warning-face'.
12026         (compilation-warning-file-name): Inherit from
12027         `compilation-warning' instead of `font-lock-warning-face'.
12028         (compilation-info, compilation-error-file-name)
12029         (compilation-warning-file-name, compilation-info-file-name)
12030         (compilation-line-number, compilation-column-number): Doc fix.
12031         (compilation-error-text-face, compilation-warning-text-face)
12032         (compilation-info-text-face): New face variables.
12033         (compilation-line-face, compilation-column-face)
12034         (compilation-enter-directory-face)
12035         (compilation-leave-directory-face): Doc fix.
12036         (compilation-text-face): New function.
12038         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12039         instead of 1 to display binary file names as info file links.
12040         (grep-error-face): Use `compilation-error-face' instead of
12041         `font-lock-keyword-face'.
12042         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12043         and `compilation-warning-text-face' instead of
12044         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12045         instead of `grep-error-face'.
12047 2005-08-05  Kenichi Handa  <handa@m17n.org>
12049         * international/code-pages.el: Add autoload cookies for all coding
12050         systems.
12052 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12054         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12056 2005-08-04  Juri Linkov  <juri@jurta.org>
12058         * progmodes/compile.el (compilation-mode-map):
12059         * progmodes/grep.el (grep-mode-map):
12060         Bind TAB to `compilation-next-error' and [backtab] to
12061         `compilation-previous-error'.
12063         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12064         matching line numbers, column numbers and their ranges with regexp
12065         matching only line numbers.
12066         (grep-context-face): New face variable.
12067         (grep-mode-font-lock-keywords): Use it.
12069         * faces.el (read-face-name): Delete duplicate faces.
12071 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12073         * thumbs.el (thumbs-find-image): Don't make variables
12074         automatically buffer local.
12075         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12076         (thumbs-image-num): Make automatically buffer local.
12077         (thumbs-show-thumbs-list): Use `make-local-variable', not
12078         `make-variable-buffer-local'.
12079         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12081         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12082         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12083         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12084         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12085         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12086         (feelings-about, foullst, found, hello, history, howareyoulst)
12087         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12088         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12089         (neglst, obj, object, owner, please, problems, qlist)
12090         (random-adjective, relation, remlst, repetitive-shortness)
12091         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12092         (shortlst, something, sportslst, stallmanlst, states, subj)
12093         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12094         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12095         Defvar at compile time.
12097         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12098         not `make-variable-buffer-local'.
12100 2005-08-02  Kim F. Storm  <storm@cua.dk>
12102         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12103         rectangle overlay in selected window.
12105 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12107         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12108         instead of display group.  Make `indicate-buffer-boundaries'
12109         customizable through Custom.
12111 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12113         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12114         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12115         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12116         (gdb-put-string): Fix typos in docstrings.
12118 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12120         Update copyright notices of files in progmodes directory for
12121         release of Emacs 22.1.
12123         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12125         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12126         Don't barf if the GUD buffer has been killed.
12128 2005-08-01  Kim F. Storm  <storm@cua.dk>
12130         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12132 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12134         * simple.el (next-error-follow-minor-mode):
12135         make-variable-buffer-local -> make-local-variable.
12137         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12139         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12140         (byte-compile-form-make-variable-buffer-local): New functions to warn
12141         about misuses of make-variable-buffer-local where make-local-variable
12142         was meant.
12144 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12146         * bs.el (bs-attributes-list): Doc fix.
12147         (bs): Update url-link.
12149         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12150         (desktop-load-default): Simplify.
12152         * ibuffer.el (ibuffer-columnize-and-insert-list)
12153         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12154         (ibuffer-unmark-all, ibuffer-toggle-marks)
12155         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12156         (ibuffer-compile-make-format-form, ibuffer-format-column)
12157         (ibuffer-current-buffers-with-marks)
12158         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12159         (ibuffer): Doc fix.
12160         (ibuffer-mode): Fix typo in docstring.
12161         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12162         with `define-obsolete-variable-alias'.
12163         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12165 2005-07-29  Kenichi Handa  <handa@m17n.org>
12167         * international/mule-cmds.el (select-message-coding-system):
12168         Be sure to use LF for end-of-line.  If no coding system is decided,
12169         return iso-8859-1-unix.
12171 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12174         (ange-ftp-pending-error-line): New vars.
12175         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12176         to handle the non-fatal no-route-to-host messages.
12177         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12179 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12181         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12182         (isearch-quote-char, isearch-printing-char)
12183         (isearch-text-char-description): "?\ " -> "?\s".
12184         (isearch-lazy-highlight-cleanup)
12185         (isearch-lazy-highlight-initial-delay)
12186         (isearch-lazy-highlight-interval)
12187         (isearch-lazy-highlight-max-at-a-time)
12188         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12189         Declare with define-obsolete-*-alias macros.
12190         (isearch-forward): Fix typo in docstring.
12191         (search-invisible, search-ring-yank-pointer)
12192         (regexp-search-ring-yank-pointer): Doc fixes.
12194         * recentf.el (recentf-menu-append-commands-p): Declare with
12195         `define-obsolete-variable-alias'.
12196         (recentf-max-saved-items, recentf-menu-filter)
12197         (recentf-arrange-by-rule-subfilter): Doc fixes.
12198         (recentf-menu-append-commands-flag)
12199         (recentf-initialize-file-name-history, recentf-expand-file-name)
12200         (recentf-clear-data): Fix typos in docstrings.
12202 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12204         * progmodes/gdb-ui.el: Smarten comments.
12205         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12207 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12209         * term/apollo.el (terminal-init-apollo): New function containing
12210         all former top level forms in the file.
12211         * term/bobcat.el (terminal-init-bobcat):
12212         * term/cygwin.el (terminal-init-cygwin):
12213         * term/iris-ansi.el (terminal-init-iris-ansi):
12214         * term/linux.el (terminal-init-linux):
12215         * term/news.el (terminal-init-news):
12216         * term/rxvt.el (terminal-init-rxvt):
12217         * term/sun.el (terminal-init-sun):
12218         * term/tvi970.el (terminal-init-tvi970):
12219         * term/vt100.el (terminal-init-vt100):
12220         * term/vt102.el (terminal-init-vt102):
12221         * term/vt125.el (terminal-init-vt125):
12222         * term/vt200.el (terminal-init-vt200):
12223         * term/vt201.el (terminal-init-vt201):
12224         * term/vt220.el (terminal-init-vt220):
12225         * term/vt240.el (terminal-init-vt240):
12226         * term/vt300.el (terminal-init-vt300):
12227         * term/vt320.el (terminal-init-vt320):
12228         * term/vt400.el (terminal-init-vt400):
12229         * term/vt420.el (terminal-init-vt420):
12230         * term/wyse50.el (terminal-init-wyse50):
12231         * term/xterm.el (terminal-init-xterm): Likewise.
12233         * term/README: Describe the terminal-init-* functionality.
12235         * startup.el (command-line): After loading the terminal initialization
12236         file call the corresponding terminal initialization function.
12238 2005-07-27  Kenichi Handa  <handa@m17n.org>
12240         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12241         negative.
12243         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12244         (ps-mule-composition-prologue): Fix for the case that
12245         RelativeCompose is false.
12247 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12249         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12251         * descr-text.el (describe-char): Handle the case where the list of
12252         chars is displayed in a separate frame.
12253         Be a bit more discriminating when looking for the char.
12255 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12257         * bookmark.el (bookmark-automatically-show-annotations)
12258         (bookmark-read-annotation-text-func): Doc fixes.
12259         (bookmark-save): Improve argument/docstring consistency.
12260         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12261         (bookmark-alist-from-buffer)
12262         (bookmark-upgrade-file-format-from-0)
12263         (bookmark-grok-file-format-version)
12264         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12265         (bookmark-read-annotation-mode)
12266         (bookmark-insert-current-bookmark, bookmark-jump)
12267         (bookmark-exit-hook): Fix typos in docstrings.
12268         (bookmark-exit-hooks): Define as obsolete alias.
12269         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12270         not `bookmark-exit-hooks'.  Fix docstring.
12271         (bookmark-bmenu-select): "?\ " -> "?\s".
12273 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12275         * startup.el (command-line): Fix typo.
12277 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12279         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12280         not emacs-quick-startup.
12282 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12284         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12285         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12286         instead of `reb-with-current-window'.
12287         (reb-prev-match): Likewise.  Also, don't move left if the search
12288         was unsuccessful.
12289         (reb-initialize-buffer): New function.
12290         (re-builder, reb-change-syntax): Use it.
12292         * man.el (Man-goto-page): Make second argument NOERROR optional.
12294 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12296         * man.el (Man-bgproc-sentinel): Check here for failure to find
12297         any man page in the output, and report the error here.
12298         (Man-arguments): Make it permanent local.
12299         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12300         (Man-mode): Pass t for NOERROR.
12302         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12303         (grep-mode-font-lock-keywords):
12304         Don't use compilation-...-face for messages that are not file names.
12306         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12307         Don't use compilation-...-face for messages that are not file names.
12309 2005-07-22  Juri Linkov  <juri@jurta.org>
12311         * startup.el (normal-splash-screen): Update menu name.
12313         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12315 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12317         * term/xterm.el: Load term/rxvt if the terminal is actually an
12318         rxvt terminal.
12319         (xterm-rxvt-set-background-mode): Remove, not used anymore.
12321         * term/rxvt.el (function-key-map): Use substitute-key-definition
12322         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
12324         * term/cygwin.el: New file.
12326 2005-07-22  Kim F. Storm  <storm@cua.dk>
12328         * image-file.el (insert-image-file, image-file-yank-handler):
12329         Fix last change to maintain a (unique) yank-handler on yanked images.
12331 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
12333         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12334         of the file size (as in "177B" for 177 bytes).  This happens with
12335         "ls -lh" on FreeBSD.
12337 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
12339         * hilit-chg.el (highlight-changes-global-initial-state)
12340         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12341         (hilit-chg-fixup, highlight-changes-mode):
12342         Fix typos in docstrings.
12343         (highlight-changes-global-modes, highlight-changes-rotate-faces):
12344         Doc fixes.
12346 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
12348         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12349         mode function using `eval-after-load'.
12351 2005-07-21  Kim F. Storm  <storm@cua.dk>
12353         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12354         included when reporting an emacs crash, and tell about the DEBUG file.
12356         * image-file.el (insert-image-file): Add yank-handler.
12357         (image-file-yank-handler): Yank handler to make unique copies of
12358         images when they are yanked into a buffer next to each other.
12360 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
12362         * comint.el (comint-use-prompt-regexp, comint-send-input)
12363         (comint-source-default, comint-extract-string)
12364         (comint-get-source, comint-word, comint-completion)
12365         (comint-source, comint-prompt-read-only, comint-update-fence):
12366         Fix typos in docstrings.
12367         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12368         Declare with define-obsolete-*-alias macros.
12369         (comint-previous-matching-input-from-input)
12370         (comint-next-matching-input-from-input)
12371         (comint-previous-matching-input, comint-next-matching-input)
12372         (comint-forward-matching-input):
12373         Improve argument/docstring consistency.
12375         * desktop.el (desktop-clear-preserve-buffers-regexp):
12376         Also preserve the *server* buffer.
12378         * simple.el (clone-indirect-buffer): Doc fix.
12379         (fixup-whitespace, just-one-space)
12380         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12381         (next-error, next-error-highlight)
12382         (next-error-highlight-no-select, next-error-last-buffer)
12383         (next-error-buffer-p, next-error-find-buffer, next-error)
12384         (previous-error, next-error-no-select, previous-error-no-select)
12385         (open-line, split-line, minibuffer-prompt-width, kill-new)
12386         (binary-overwrite-mode): Fix typos in docstrings.
12387         (set-fill-column): Fix typo in message.
12389         * skeleton.el (skeleton-proxy-new): Doc fix.
12391         * strokes.el (strokes-load-hook): Doc fix.
12392         (strokes-grid-resolution, strokes-get-grid-position)
12393         (strokes-renormalize-to-grid, strokes-read-stroke)
12394         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12395         (strokes-global-map): Fix typos in docstrings.
12396         (strokes-help): Doc fix.  Fix help message and pass it through
12397         `substitute-command-keys'.
12399         * tempo.el (tempo-insert-prompt, tempo-interactive)
12400         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12401         (tempo-insert-string-functions, tempo-local-tags)
12402         (tempo-define-template, tempo-insert-template)
12403         (tempo-insert-prompt-compat, tempo-is-user-element)
12404         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12405         Fix typos in docstrings.
12407         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12408         (vcursor-key-bindings, vcursor-use-vcursor-map)
12409         (vcursor-find-window, vcursor-scroll-down)
12410         (vcursor-disable, vcursor-beginning-of-buffer)
12411         (vcursor-end-of-buffer): Fix typos in docstrings.
12412         (vcursor-relative-move, vcursor-get-char-count):
12413         Improve argument/docstring consistency.
12415         * version.el: "?\ " -> "?\s".
12417         * wid-edit.el (widget-default-create, widget-after-change)
12418         (widget-default-format-handler, widget-checklist-add-item)
12419         (widget-radio-add-item, widget-choose, widget-specify-secret)
12420         (widget-field-value-create, widget-field-value-get)
12421         (widget-editable-list-format-handler)
12422         (widget-editable-list-entry-create, widget-group-value-create)
12423         (widget-documentation-link-add)
12424         (widget-documentation-string-value-create): "?\ " -> "?\s".
12425         (widget-convert-text): Doc fix.
12426         (widget-narrow-to-field, widget-field-find)
12427         (widget-url-link-action, widget-emacs-library-link-action)
12428         (widget-color-notify): Fix typos in docstrings.
12430         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12431         (x-select-text, set-w32-system-coding-system)
12432         (w32-add-charset-info): Fix typos in docstrings.
12434         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12435         (cua-enable-cua-keys, cua-use-hyper-key)
12436         (cua-virtual-rectangle-edges): Fix typos in docstrings.
12437         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12439         * net/tramp.el (tramp-handle-load): Fix typo in error message.
12441         * emacs-lisp/re-builder.el (regexp-builder): Declare with
12442         `defalias' instead of faking it.
12444         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12445         (eshell-ls-missing, eshell-ls-dired-initial-args)
12446         (eshell-ls-use-in-dired): Fix typos in docstrings.
12448 2005-07-20  Kim F. Storm  <storm@cua.dk>
12450         * emulation/cua-base.el (cua-mode): Improve doc string.
12452 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
12454         * abbrev.el (expand-region-abbrevs): Doc fix.
12455         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12456         Improve argument/docstring consistency.
12458         * arc-mode.el (archive-get-descr, archive-alternate-display):
12459         Doc fixes.
12460         (archive-l-e): Improve argument/docstring consistency.
12461         (archive-tmpdir, archive-unixdate, archive-unixtime)
12462         (archive-chmod-entry): Fix typos in docstrings.
12463         (archive-unflag, archive-unflag-backwards)
12464         (archive-unmark-all-files): "?\ " -> "?\s".
12466         * buff-menu.el (Buffer-menu-unmark): Doc fix.
12467         (Buffer-menu-not-modified, Buffer-menu-execute)
12468         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12469         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12471         * composite.el (compose-string, encode-composition-rule)
12472         (compose-last-chars): Fix typos in docstrings.
12474         * desktop.el (desktop-enable, desktop-basefilename):
12475         Declare with `define-obsolete-variable-alias'.
12476         (desktop-internal-v2s): Don't quote keywords.
12477         (desktop-clear): "?\ " -> "?\s".
12479         * dired.el (dired-align-file, dired-flag-backup-files)
12480         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12481         (dired-listing-switches, dired-ls-F-marks-symlinks)
12482         (dired-dwim-target, dired-load-hook, dired-mode-hook)
12483         (dired-directory, dired-faces, dired, dired-revert)
12484         (dired-mode, dired-summary, dired-view-file)
12485         (dired-copy-filename-as-kill, dired-delete-file)
12486         (dired-no-confirm, dired-unmark-all-marks)
12487         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12488         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12489         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12490         Fix typos in message strings.
12492         * dired-x.el (virtual-dired): Declare with `defalias'.
12493         (dired-mark-unmarked-files, dired-local-variables-file)
12494         (dired-omit-here-always): Doc fix.
12495         (dired-omit-mode, dired-find-subdir)
12496         (dired-enable-local-variables, dired-clean-up-buffers-too)
12497         (dired-extra-startup, dired-mark-extension, dired-jump)
12498         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12499         (dired-smart-shell-command, dired-guess-shell-alist-user)
12500         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12501         (dired-x-bind-find-file, dired-x-submit-report):
12502         Fix typos in docstrings.
12503         (dired-mark-unmarked-files): "?\ " -> "?\s".
12505         * dirtrack.el (dirtrack-list): Fix typos in docstring.
12507         * faces.el (describe-face): "?\ " -> "?\s".
12508         (read-all-face-attributes, read-face-font, modify-face)
12509         (face-attr-construct, italic): Fix typos in docstrings.
12510         (frame-update-face-colors): Declare with
12511         `define-obsolete-function-alias'.
12513         * files.el (find-file-noselect, recode-file-name): Doc fixes.
12514         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12515         (magic-mode-alist, buffer-file-numbers-unique)
12516         (write-file-functions, get-free-disk-space):
12517         Fix typos in docstrings.
12518         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12519         (write-contents-hooks, write-file-hooks):
12520         Declare with `define-obsolete-variable-alias'.
12522         * forms-d2.el (arch-rj): Fix typo in docstrings.
12523         (arch-tocol): Likewise.  "?\ " -> "?\s".
12525         * frame.el (set-frame-font, cursor-in-non-selected-windows):
12526         Fix typo in docstring.
12527         (set-screen-width, set-screen-height): Delete redundant info in
12528         doctrings.
12529         (new-frame, screen-height, screen-width): Declare with
12530         `define-obsolete-function-alias'.
12531         (delete-frame-hook, blink-cursor): Declare with
12532         `define-obsolete-variable-alias'.
12534         * paths.el (prune-directory-list): Fix typos in docstring.
12536         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12537         (cvs-prefix-get): Fix typos in docstrings.
12539         * ps-print.el (ps-extend-face-list, ps-extend-face)
12540         (ps-print-background-image): Fix typos in docstrings.
12541         (ps-default-fg, ps-default-bg): Doc fixes.
12543         * s-region.el (s-region-bind): Doc fix.
12544         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12546         * textmodes/org.el (org-table-formula-substitute-names)
12547         (org-table-get-vertical-vector): Doc fixes.
12548         (org-table-recalculate): Remove unused argument to `message'.
12550 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
12552         * textmodes/org.el (org-table-column-names)
12553         (org-table-column-name-regexp)
12554         (org-table-named-field-locations): New variables.
12555         (org-archive-subtree): Protect `this-command' when calling
12556         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12557         the kill buffer.
12558         (org-complete): Remove fixed-formula completion.
12559         (org-edit-formulas-map): New variable.
12560         (org-table-edit-formulas): New command.
12561         (org-finish-edit-formulas, org-abort-edit-formulas)
12562         (org-show-variable, org-table-get-vertical-vector): New functions.
12563         (org-table-maybe-eval-formula): Handle `:=' fields.
12564         (org-table-get-stored-formulas, org-table-store-formulas)
12565         (org-table-get-formula, org-table-modify-formulas)
12566         (org-table-replace-in-formulas): Handle named field formulas.
12567         (org-table-get-specials): Store locations of named fields.
12569 2005-07-19  Juri Linkov  <juri@jurta.org>
12571         * progmodes/grep.el (grep-regexp-alist)
12572         (grep-mode-font-lock-keywords, grep-process-setup):
12573         Use default GNU grep match color "01;31m" instead of "01;41m".
12574         (grep-regexp-alist, grep-mode-font-lock-keywords):
12575         Use `\\[[0-9]*m' instead of `\\[00m'.
12576         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12577         sgr_start where its handling is more important.  Use the real
12578         length of sgr_start instead of constant 8.
12579         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12580         specially.  Delete all remaining escape sequences.
12581         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12582         (grep-regexp-alist): Make hyperlink only for binary file name
12583         instead of the whole line.
12584         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12585         (grep-mode): Add autoload.
12587         * emacs-lisp/find-func.el (find-function-regexp):
12588         Add `define-compilation-mode'.
12590 2005-07-19  Juri Linkov  <juri@jurta.org>
12592         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12593         (compare-windows-sync-string-size, compare-windows-recenter)
12594         (compare-windows-highlight, compare-windows): Add version 22.1.
12595         (compare-windows) <defface>: Inherit from lazy-highlight instead
12596         of duplicating its default value.
12598         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12599         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12601         * descr-text.el (describe-char): Create link buttons for `charset'
12602         and `code point'.  Add the current input method name with a link
12603         button to `to input' field.  Print face names of display table
12604         characters in `The display table entry is displayed by' section
12605         instead of printing face-id in the `display' field.
12606         Guess hardcoded faces and create a link button for them.
12607         Skip empty fields when calculating max-width.
12608         Treat `widget-create' specially while inserting strings from the
12609         collected field list.
12610         (describe-char-after): Made obsolete in version 22.1, not 21.5.
12612         * diff-mode.el (diff-file-header): Change foreground color from
12613         yellow to green on light backgrounds.
12614         (diff-context): Inherit from `shadow' only for color/grayscale
12615         with more than 88 colors.
12616         (diff-indicator-removed, diff-indicator-added)
12617         (diff-indicator-changed): New faces.
12618         (diff-font-lock-keywords): Use new faces.  Regroup rules.
12619         Add "^---$" for `normal' diff format.  Fontify `#' lines with
12620         font-lock-comment-delimiter-face and font-lock-comment-face.
12621         Add `#' to ^[^...] in the rule for `diff-context-face'.
12623         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12624         a button-like box.  Inherit from `highlight' on low colors.
12625         (shadow): Use shades of gray only for color/grayscale with
12626         more than 88 colors.  Use green for light backgrounds with
12627         8 colors, and yellow for dark backgrounds with 8 colors.
12629         * font-lock.el (font-lock-regexp-grouping-backslash):
12630         Don't inherit from escape-glyph (use bold for all cases).
12632         * info.el (info-xref-visited): Use light foreground color `violet'
12633         for dark backgrounds instead of dark color `magenta3'.
12634         (info-title-1): Use `yellow' color for dark backgrounds.
12636         * isearch.el (isearch): Use not-too-dark magenta3 instead of
12637         too-light magenta2.
12639         * replace.el (match): Use slightly more light RoyalBlue3 instead
12640         of dark RoyalBlue4.
12642         * wid-edit.el (widget-inactive): Inherit from `shadow'.
12644 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
12646         * novice.el (disabled-command-hook): Declare it with
12647         `define-obsolete-variable-alias'.
12649         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12650         (desktop-buffer-misc-functions, desktop-buffer-handlers)
12651         (desktop-load-default): Add release to obsolescence info.
12652         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12653         (desktop-append-buffer-args, desktop-read):
12654         Fix typos in docstrings.
12655         (desktop-kill): Fix typo in message.
12656         (desktop-save): Doc fix.
12658 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12660         * viper-cmd.el (viper-escape-to-state): Bug fix.
12661         (viper-envelop-ESC-key): Change the definition of fast
12662         keysequence so it'll work with keyboard macros.
12664         * ediff.el (ediff-patch-buffer): Change the docstring.
12666 2005-07-19  Kenichi Handa  <handa@m17n.org>
12668         * international/mule-cmds.el (select-safe-coding-system): Try to
12669         use an auto-coding (if any) before anything else.  If the found
12670         auto-coding is invalid, show a warning message.
12672         * international/mule.el (find-auto-coding): New function created
12673         by modifying the body of set-auto-coding.
12674         (set-auto-coding): Use find-auto-coding to find a coding.
12676 2005-07-18  Richard M. Stallman  <rms@gnu.org>
12678         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12679         not isearch-mode-end-hook-error.
12680         (allout-before-change-protect): Fix error message.
12682 2005-07-18  Juri Linkov  <juri@jurta.org>
12684         * allout.el (allout-mode):
12685         * calculator.el (calculator-copy):
12686         * custom.el (custom-known-themes):
12687         * dired.el (dired-desktop-buffer-misc-data)
12688         (dired-restore-desktop-buffer):
12689         * dired-x.el (dired-omit-marker-char):
12690         * files.el (basic-save-buffer):
12691         * font-core.el (font-lock-mode):
12692         * calendar/calendar.el (calendar-goto-hebrew-date)
12693         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12694         (calendar-goto-persian-date):
12695         * language/ethio-util.el (ethio-sera-to-fidel-region):
12696         * textmodes/picture.el (picture-mode):
12697         Delete duplicate duplicate words.
12699 2005-07-18  Juri Linkov  <juri@jurta.org>
12701         * isearch.el (isearch-mode-map): Remove key bindings for regexp
12702         chars * ? } |.
12703         (isearch-fallback): Don't call `isearch-process-search-char'.
12704         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12705         (isearch-process-search-char): Call `isearch-fallback' for regexp
12706         chars * ? } |.
12707         (isearch-return-char): Make obsolete with `make-obsolete' instead
12708         of simply documenting it as obsolete in the docstring.
12709         (isearch-fallback): Refill docstring.
12711         * international/isearch-x.el
12712         (isearch-process-search-multibyte-characters): Remove unneeded
12713         `concat'.  Add intermediate values to `junk-hist' instead of
12714         `minibuffer-history'.  Test the length of `str'.
12716 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
12718         * allout.el (allout-resolve-xref): Fix typos in error strings.
12719         (allout-before-change-protect): Remove unneeded `concat'.
12721         * array.el (array-mode, array-reconfigure-rows)
12722         (untabify-backward): Fix typos in docstrings.
12723         (array-reconfigure-rows): Use `insert-buffer-substring', not
12724         `insert-buffer'.
12726         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12727         * progmodes/ada-mode.el (ada-make-body):
12728         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12730         * dired.el (dired-log):
12731         * tar-mode.el (tar-subfile-save-buffer):
12732         * play/zone.el (zone-pgm-stress-destress):
12733         Use `insert-buffer-substring', not `insert-buffer'.
12735 2005-07-17  Simon Josefsson  <jas@extundo.com>
12737         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12739 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
12741         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12742         Add plain auth method.
12743         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12745 2005-07-17  Kim F. Storm  <storm@cua.dk>
12747         * ido.el (dired-other-window): Add ido property.
12749 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
12751         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12752         Fix typo in docstring.
12753         (byte-compile-interactive-only-functions): Add `insert-buffer' and
12754         `insert-file-literally'.
12756         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12757         info and delete redundant message.  Doc fix.
12758         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12759         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12761 2005-07-16  Richard M. Stallman  <rms@gnu.org>
12763         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12764         (byte-compile-and): Use byte-compile-and-recursion.
12765         (byte-compile-or-recursion): New function.
12766         (byte-compile-or): Use that.
12767         (byte-compile-if): Guard the else-clause too.
12768         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12770         * isearch.el (isearch-mode-end-hook-quit): New variable.
12771         (isearch-done): Bind it.
12772         (isearch-mode-end-hook): Doc fix.
12774         * allout.el (allout-isearch-did-quit): Variable deleted.
12775         (allout-real-isearch-abort): Function name no longer used.
12776         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12777         (allout-isearch-rectification): isearch-mode always exists.
12778         Don't set allout-isearch-did-quit.
12779         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12780         allout-isearch-did-quit.
12781         (allout-enwrap-isearch): Just add the hook.
12782         (allout-isearch-abort): Function deleted.
12783         (allout-pre-command-business): Avoid warning.
12785         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12786         Correctly avoid warnings.
12787         (pascal-outline): Likewise.
12789         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12791         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12793         * play/tetris.el (tetris-mode): Avoid warning.
12795         * play/snake.el (snake-mode): Avoid warning.
12797         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12798         (gamegrid-set-display-table): Avoid warning.
12799         (gamegrid-set-timer): Likewise.
12800         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12801         (gamegrid-add-score-with-update-game-score-1): Take FILE
12802         as argument.
12803         (gamegrid-add-score-with-update-game-score): Pass that argument.
12804         Rename have-shared-game-dir to gamegrid-shared-game-dir.
12806         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12808         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12809         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12811         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12812         and insert-file.
12814         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12815         (sc-ask): Avoid warnings.
12817         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12818         (eshell-hist-initialize): Use that var the natural way.
12820         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12822         * emacs-lisp/re-builder.el (reb-cook-regexp):
12823         Avoid warning calling lre-compile-string.
12824         (reb-color-display-p): Avoid warning.
12826         * calculator.el (calculator-last-input): Guard uses
12827         of event-key and key-press-event-p.
12828         (event-key, key-press-event-p): Delete definitions.
12830         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12831         (find-gc-source-directory, find-gc-subrs-callers)
12832         (find-gc-noreturn-list, find-gc-source-files)
12833         (find-gc-subrs-called): Vars renamed and defvar'd.
12835         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12836         (checkdoc-overlay-put, checkdoc-delete-overlay)
12837         (checkdoc-overlay-start, checkdoc-overlay-end)
12838         (checkdoc-mode-line-update, checkdoc-char=):
12839         Define such that compiler knows they are defined.
12840         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
12841         (checkdoc-read-event): Delete.  Use read-event directly.
12843         * whitespace.el (whitespace-make-overlay)
12844         (whitespace-overlay-put, whitespace-delete-overlay)
12845         (whitespace-overlay-start, whitespace-overlay-end):
12846         Define such that compiler knows they are defined.
12847         (whitespace): Move conditional inside.
12849         * tempo.el (tempo-insert-template): Suppress warning.
12851         * ediff-diff.el (longlines-mode): Add defvar.
12853 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
12855         * server.el: Bind "C-x #" in a way that works even if C-x is
12856         redefined to a command key, not a prefix key.
12858 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12860         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12861         cl-make-type-test till execution time.
12863 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
12865         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12866         arg ARG and use it.
12868 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12870         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12872 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
12874         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12875         a defcustom with two :set or :type keywords.
12877 2005-07-15  Richard M. Stallman  <rms@gnu.org>
12879         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12880         Don't give ^M comment-end syntax.
12882 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
12884         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12885         Don't consider gdbmi (gdb-mi.el has its own update functions).
12886         (gdb-var-delete): Make it work for gdbmi as well.
12887         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12889         * progmodes/gud.el (etags, sdb): Only require etags when needed.
12890         (gud-speedbar-menu-items): Correct logic for enabling items.
12892 2005-07-15  Kim F. Storm  <storm@cua.dk>
12894         * ido.el: Fix commentary.
12895         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12896         Use with-no-warnings around ffap-guesser.
12897         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12898         Let bind minibuffer-completing-file-name to t.
12900 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
12902         * startup.el (site-run-file, keyboard-type): Doc fixes.
12903         (command-line): Check for "--basic-display" argument; also for
12904         "--quick", not "--bare-bones" (which was renamed).
12905         (fancy-splash-text): Add missing item "Getting New Versions".
12906         (normal-splash-screen): Fix typos and improve consistency with
12907         `fancy-splash-text'.  Update copyright year.
12909         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12910         valid binding for `help-char'.
12912         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12914 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12916         * term.el (term-mode): Disable cua-mode for term buffers.
12918 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
12920         * add-log.el (add-log-mailing-address, change-log-merge):
12921         Doc fixes.
12922         (change-log-get-method-definition): Fix typo in docstring.
12924 2005-07-14  Kim F. Storm  <storm@cua.dk>
12926         * emulation/cua-base.el:
12927         (cua--pre-command-handler-1, cua--pre-command-handler)
12928         (cua--post-command-handler-1, cua--post-command-handler):
12929         Split in two.  Check (buffer local) value of cua-mode.
12930         (cua-selection-mode): New command.
12932 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12934         * custom.el (custom-initialize-safe-set)
12935         (custom-initialize-safe-default): Doc fixes.
12937         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12938         and simplify :init-value again.
12940         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12941         and simplify :init-value again.  Delete autoload.
12943         * startup.el (command-line): Use `custom-reevaluate-setting' again
12944         for tooltip-mode.
12946         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12947         a defcustom with two :initialize keywords.
12949 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
12951         * allout.el (my-mark-marker, allout-isearch-prior-pos)
12952         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12953         (allout-post-command-business, allout-flag-region)
12954         (isearch-reenable-font-lock, allout-yank)
12955         (allout-insert-latex-header, allout-insert-latex-trailer)
12956         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12957         (allout-latex-verb-quote): Fix typos in docstrings.
12958         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12959         (allout-unprotected, allout-prefix-data):
12960         Improve argument/docstring consistency.
12961         (allout-chart-subtree): Fix argument spec.
12962         (allout-open-topic): Rename `use_sib_bullet' argument to
12963         `use-sib-bullet'.  Doc fix.
12965         * whitespace.el (whitespace-check-buffer-leading)
12966         (whitespace-check-buffer-trailing)
12967         (whitespace-check-buffer-indent)
12968         (whitespace-check-buffer-spacetab)
12969         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12970         (whitespace-check-leading-whitespace)
12971         (whitespace-check-trailing-whitespace)
12972         (whitespace-check-spacetab-whitespace)
12973         (whitespace-check-indent-whitespace)
12974         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12975         (whitespace-modes): Fix typos in docstrings.
12976         (defgroup, defcustom): Doc fixes.
12978         * winner.el (winner-mode, winner-boring-buffers)
12979         (winner-pending-undo-ring): Doc fixes.
12980         (winner-ring): Remove unneeded `progn'.
12981         (winner-equal): `defsubst' it.
12982         (winner-redo): Fix message.
12984 2005-07-13  Kim F. Storm  <storm@cua.dk>
12986         * simple.el (line-move-1): Always use vertical-motion to
12987         do the last (or only) line move to ensure some movement.
12988         Undo 2005-06-23 change--don't check for overlays.
12990 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12992         * term/mac-win.el (ccl-encode-mac-roman-font)
12993         (ccl-encode-mac-centraleurroman-font)
12994         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12995         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12996         Change charset-id boundary of dimension to ?\xef.
12997         (mac-char-fontspec-list): New constant.
12998         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
12999         argument.  Nil uses itself as family in font-spec.  Previous
13000         behavior for nil is now provided by non-nil non-string argument.
13001         All callers changed.  Add font-specs for Mac fonts to
13002         "fontset-default" unless iso8859-1 fonts are installed.
13004 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13007         a continuation line if the \ is preceded by SPC or TAB.
13008         (sh-get-indent-info): Simplify.
13009         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13010         Use with-current-buffer.
13012         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13013         when the matched text is empty.
13015 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13017         * startup.el (command-line): Revert to previous handling of
13018         tooltip-mode.  Explain in comment why the complexity is needed.
13020         * tooltip.el (tooltip-mode): Revert to previous implementation of
13021         its defcustom.
13023         * frame.el (blink-cursor-mode): Revert to previous implementation
13024         of its defcustom.  Update comment.
13026 2005-07-12  Lars Hansen  <larsh@soem.dk>
13028         * desktop.el: Update e-mail address.
13030 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13032         * term/mac-win.el (mac-services-mail-selection)
13033         (mac-services-mail-to): New functions.
13034         (mac-application-menu-map): Bind them.
13036 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13038         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13040 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13042         * custom.el (custom-reevaluate-setting): Doc fix.
13044 2005-07-11  Jay Belanger  <belanger@truman.edu>
13046         * calc/calc.el (calc-embedded-announce-formula-alist)
13047         (calc-embedded-open-close-plain-alist)
13048         (calc-embedded-open-close-mode-alist): Add checks for additional
13049         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13051 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13053         * custom.el (custom-enable-theme): Don't add theme to
13054         `custom-enabled-themes' with `push' because there is no
13055         setf-method for `delq'.
13057 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13059         * custom.el (custom-declare-variable): Doc fix.
13061         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13062         from the alists.
13064         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13065         Do nothing if edebug-active.
13067         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13068         (edebug-display): Do it here instead.
13070 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13072         * cus-face.el (custom-theme-set-faces): Make it work.
13073         (custom-reset-faces): Doc fix.
13074         (custom-theme-reset-internal-face, custom-theme-face-value):
13075         Functions deleted.
13077         * custom.el (custom-push-theme): Maintain list of the settings
13078         of a given theme in its theme-settings property.
13079         Maintain position of old settings in the theme-value
13080         or theme-face property.
13081         (custom-enabled-themes): New variable.
13082         (custom-theme-enabled-p): New function.
13083         (provide-theme): Update custom-enabled-themes.
13084         Disable and reenable the `user' theme.
13085         (require-theme): Doc fix.
13086         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13087         (custom-theme-value, custom-theme-variable-value): Likewise.
13088         (custom-theme-reset-internal): Likewise.
13089         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13090         (custom-enable-theme, custom-disable-theme): New functions.
13091         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13092         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13093         (custom-theme-reset-variables): Simplify.
13094         (deftheme, custom-declare-theme, custom-make-theme-feature):
13095         Definitions moved.
13097 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13099         * longlines.el (longlines-show-region)
13100         (longlines-unshow-hard-newlines): Recognize hard newlines by
13101         non-nil hard property, instead of t.
13103 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13105         * viper-cmd.el (viper--key-maps): New variable.
13106         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13107         emulation-mode-map-alists.
13108         (viper-envelop-ESC-key): Use viper-subseq.
13109         (viper-search-forward/backward/next): Disable debug-on-error.
13111         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13112         (viper-ESC-key): New defcustoms.
13114         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13116         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13117         (viper-subseq): Copy of subseq from cl.el.
13119         * viper.el (viper-go-away, viper-set-hooks): Use
13120         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13122         * viper-mous.el (viper-current-frame-saved): Use defvar.
13124         * viper-init.el: Get rid of -face in face names.
13126         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13127         Make it work with longlines mode
13129         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13131         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13133         * ediff-init.el: Get rid of -face in face names.
13135 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13137         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13138         and with-timeout-unsuspend.
13140         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13141         and with-timeout-unsuspend.
13143         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13144         (with-timeout): Bind that variable to record timers.
13145         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13147         * emacs-lisp/debug.el (debug-help-follow): New function.
13148         (debugger-mode-map): Use that instead of help-follow.
13149         (debugger-setup-buffer): Use eval-buffer-list
13150         to handle eval-buffer frames.
13152 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13154         * timezone.el (timezone-parse-date): Change first regexp
13155         so it will not mistakenly match dates with no time zone.
13157 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13159         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13161 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13163         * custom.el (custom-initialize-safe-set)
13164         (custom-initialize-safe-default): New functions.
13166         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13167         and simplify :init-value.
13169         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13170         and simplify :init-value.  Delete obsolete comment.
13172         * startup.el (command-line): Use `custom-reevaluate-setting' to
13173         handle `tooltip-mode'.  Delete obsolete comment.
13175         * files.el (set-visited-file-name): Avoid calling
13176         `file-name-nondirectory' with a nil argument.
13178 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13180         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13181         was called with nil for the buffer, handle the read position right.
13182         Handle read position for eval-region, too.
13184 2005-07-09  Juri Linkov  <juri@jurta.org>
13186         * fringe.el (fringe-mode): Add period in docstring.
13187         (fringe-query-style): Build prompt depending on `all-frames' arg.
13189         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13190         to not create links to unrelated functions in the Help buffer.
13192         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13193         Doc fix.
13195         * simple.el (next-error-hook): New variable.
13196         (next-error): Use it.  Doc fix.
13198         * textmodes/ispell.el (ispell-command-loop): Add current
13199         dictionary name and program name to mode-line-format.
13200         (ispell-region, ispell-process-line): Add current dictionary name
13201         and program name to messages.
13203 2005-07-08  Jay Belanger  <belanger@truman.edu>
13205         * calc/calc.el (calc-embedded-announce-formula-alist)
13206         (calc-embedded-open-close-formula-alist)
13207         (calc-embedded-open-close-word-alist)
13208         (calc-embedded-open-close-plain-alist)
13209         (calc-embedded-open-close-new-formula-alist)
13210         (calc-embedded-open-close-mode-alist)
13211         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13212         (calc-embedded-mode-hook): New variables.
13214         * calc/calc-embed.el (calc-embedded-firsttime)
13215         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13216         New variables.
13217         (calc-do-embedded): Use calc-embedded-firsttime,
13218         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13219         determine whether or not to run hooks.
13220         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13221         calc-embedded-firsttime-formula appropriately.
13222         Set calc-embedded delimiter variables according to mode.
13224 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13226         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13227         Check for "emacs", etc., as entire symbol, not just as word.
13228         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13230         * files.el (set-visited-file-name): Report the error
13231         for "empty filename" earlier.
13232         (kill-some-buffers): Ignore buffers already dead.
13234         * fringe.el (fringe-mode): Doc fix.
13236         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13237         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13238         Use unwind-protect to ensure byte-compile-unresolved-functions
13239         is updated.
13241         * whitespace.el (whitespace-buffer-leading-cleanup):
13242         Simplify w/ skip-chars-forward.
13243         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13245         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13246         Unconditionally try to leave point at the same old place.
13248 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13250         * comint.el (comint-postoutput-scroll-to-bottom)
13251         (comint-show-maximum-output): Take scroll-margin into consideration.
13253 2005-07-08  Kim F. Storm  <storm@cua.dk>
13255         * ido.el (ido-use-filename-at-point): New choice `guess'.
13256         (ido-file-internal): Try ffap-guesser if selected.
13258         * ido.el (ido-before-fallback-functions): New hook.
13259         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13260         (ido-read-file-name): Run it.
13262 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13264         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13265         strings rather than a list of symbols to the completion function.
13267 2005-07-07  Jay Belanger  <belanger@truman.edu>
13269         * calc/calc-units.el (math-apply-units): Change the places in
13270         which units are simplified.
13272 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13274         * cus-edit.el (customize-option, customize-option-other-window):
13275         Make them handle aliases.
13277         * custom.el (custom-variable-p): Make it recursively follow
13278         aliases.  Mention that in the docstring.
13280 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13282         * cus-start.el (exec-path): Use `directory' instead of `file'.
13283         Fix tag for nil.
13285 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13287         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13288         when called non-interactively.  Doc fix.
13290 2005-07-07  Lute Kamstra  <lute@gnu.org>
13292         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13293         new address as well.
13295 2005-07-07  Kenichi Handa  <handa@m17n.org>
13297         * international/mule.el (make-coding-system):
13298         Describe `ascii-incompatible' property in the docstring.
13299         (set-file-name-coding-system): Signal an error if coding-system is
13300         ascii-incompatible.
13301         (set-keyboard-coding-system): Likewise.
13303         * international/mule-cmds.el (set-default-coding-systems):
13304         Don't set default-file-name-coding-system and
13305         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13307         * international/utf-16.el: Declare that all UTF-16-based coding
13308         systems are ASCII-incompatible.
13310 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13312         * progmodes/gud.el: Require font-lock for displaying errors.
13313         Used by gdb-ui.el.
13315 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13317         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13318         values for the pattern lists which are `read'able but not
13319         `append'able (like symbols).
13321 2005-07-06  Richard M. Stallman  <rms@gnu.org>
13323         * progmodes/flymake.el (flymake-float-time): Instead of
13324         with-no-warnings, test for xemacs.
13325         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13326         to avoid warning.
13328 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
13330         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13332 2005-07-05  Lute Kamstra  <lute@gnu.org>
13334         * battery.el: Add support for Darwin (with much debugging help
13335         from Samuel Lauber <sam124@operamail.com>).
13336         (battery-status-function, battery-echo-area-format)
13337         (battery-mode-line-format): Add support for pmset on Darwin.
13338         (battery-load-low, battery-load-critical): New user options.
13339         (battery-pmset): New function.
13341 2005-07-05  Lute Kamstra  <lute@gnu.org>
13343         Update FSF's address in GPL notices.
13345         * textmodes/page-ext.el: Update FSF's address.
13347 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13349         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13350         filling from using prefix when filling a single-line docstring.
13352         * progmodes/flymake.el: Remove useless eval-when-compile.
13354         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13356 2005-07-04  Richard M. Stallman  <rms@gnu.org>
13358         * textmodes/org.el (org-file-apps-defaults-gnu):
13359         Rename from org-file-apps-defaults-linux.
13360         (org-default-apps): Don't test system-type for `linux'.
13361         (org-file-apps): Doc fix.
13363 2005-07-04  David Ponce  <david@dponce.com>
13365         * tree-widget.el: Improve header Commentary section.
13366         (tree-widget) [defgroup]
13367         (tree-widget-image-enable, tree-widget-themes-directory)
13368         (tree-widget-theme, tree-widget-image-properties-emacs)
13369         (tree-widget-image-properties-xemacs, tree-widget-create-image)
13370         (tree-widget-image-formats, tree-widget-control)
13371         (tree-widget-empty-control, tree-widget-leaf-control
13372         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13373         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13374         (tree-widget-keep, tree-widget-after-toggle-functions)
13375         (tree-widget-open-node, tree-widget-close-node): Doc fix.
13376         (tree-widget-open-control, tree-widget-close-control): Fix doc and
13377         :help-echo message.
13378         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
13379         (tree-widget-image-properties): Doc fix.  Clearer implementation.
13380         (tree-widget--cursors): New constant.
13381         (tree-widget-lookup-image): New function split from
13382         `tree-widget-find-image'.  Clearer implementation.
13383         (tree-widget-find-image): Use it.
13384         (tree-widget-button-keymap): Use `set-keymap-parent'.
13385         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13386         Define the sub-widgets here.
13387         (tree-widget-node): Check that :node is not a tree-widget.
13388         (tree-widget-get-super, tree-widget-open-control)
13389         (tree-widget-close-control, tree-widget-empty-control)
13390         (tree-widget-leaf-control, tree-widget-guide)
13391         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13392         (tree-widget-no-handle, tree-widget-value-delete)
13393         (tree-widget-map): Remove.
13394         (tree-widget-children-value-save): Doc fix.  Simplified.
13395         (tree-widget-value-create): Update according to previous changes.
13397 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
13399         * textmodes/org.el: Leading space replaced by TABS.
13400         (org-recalc-marks, org-table-rotate-recalc-marks)
13401         (org-table-get-specials): Treat "^" and "_" marks.
13402         (org-table-justify-field-maybe): Optional argument NEW.
13403         (org-table-eval-formula): Parsing of the format simplified.
13404         New modes C,I.  Honor the %= parameter in the current table.
13405         Avoid unnecessary re-align by using the NEW argument to
13406         `org-table-justify-field-maybe'.
13407         (org-calc-default-modes): Default for date-format mimicks org-mode.
13408         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13410 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13412         * cus-face.el (custom-theme-set-faces): Make it handle face
13413         aliases whose alias declarations are pre- or autoloaded.
13415 2005-07-04  Juri Linkov  <juri@jurta.org>
13417         * faces.el (read-face-name): Put the code for getting a face name
13418         from the buffer before adding the faces from the `face' property.
13419         Use `completing-read-multiple' instead of `completing-read'.
13420         Require `crm'.  Add default value and post-process the returned
13421         list of faces.
13423         * emacs-lisp/crm.el (crm-find-current-element)
13424         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13426         * emacs-lisp/lisp-mode.el (eval-defun-1):
13427         * emacs-lisp/edebug.el (edebug-eval-defun):
13428         Remove unnecessary quotes.
13430 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13432         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13433         (prolog-indent-level): Fix typo in docstring.
13435         * info.el (Info-history, Info-history-forward)
13436         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13438         * add-log.el (add-change-log-entry):
13439         * comint.el (comint-dynamic-list-input-ring)
13440         (comint-dynamic-list-completions):
13441         * dabbrev.el (dabbrev-expand):
13442         * delim-col.el (delimit-columns-rectangle-line):
13443         * diff-mode.el (diff-context->unified, diff-reverse-direction)
13444         (diff-unified->context):
13445         * ediff-init.el (ediff-abbrev-jobname):
13446         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13447         (ediff-replace-session-activity-marker-in-meta-buffer):
13448         * info.el (Info-summary):
13449         * lpr.el (printify-region):
13450         * printing.el (pr-create-interface):
13451         * ps-print.el (ps-print-quote):
13452         * ses.el (ses-column-widths, ses-print-cell)
13453         (ses-adjust-print-width, ses-center):
13454         * shell.el (shell-file-name-quote-list):
13455         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13456         (strokes-fill-current-buffer-with-whitespace)
13457         (strokes-xpm-for-stroke, strokes-list-strokes)
13458         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13459         * term.el (term-dynamic-list-input-ring)
13460         (term-dynamic-list-completions):
13461         * calc/calc.el (math-format-stack-value):
13462         * emacs-lisp/edebug.el (edebug-display-freq-count):
13463         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13464         (delphi-new-comment-line):
13465         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13466         * progmodes/executable.el (executable-set-magic):
13467         * progmodes/python.el (inferior-python-mode):
13468         * progmodes/scheme.el (scheme-mode-syntax-table):
13469         * progmodes/sh-script.el (sh-maybe-here-document):
13470         * progmodes/sql.el (sql-copy-column):
13471         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13472         * textmodes/bibtex.el (bibtex-mode):
13473         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13474         (sgml-auto-attributes):
13475         * textmodes/table.el (table-insert, table-shorten-cell)
13476         (table--generate-source-scan-lines, table-delete-row)
13477         (*table--cell-delete-char, table--spacify-frame)
13478         (table--horizontally-shift-above-and-below)
13479         (table--cell-insert-char, table--cell-blank-str)
13480         (table--fill-region-strictly):
13481         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13482         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13484         * add-log.el (change-log):
13485         * apropos.el (apropos):
13486         * comint.el (comint-completion, comint-source):
13487         * dabbrev.el (dabbrev):
13488         * delim-col.el (columns):
13489         * diff-mode.el (diff-mode):
13490         * ediff.el (ediff):
13491         * ediff-diff.el (ediff-diff):
13492         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13493         * ediff-mult.el (ediff-mult):
13494         * ediff-ptch.el (ediff-ptch):
13495         * ediff-wind.el (ediff-window):
13496         * facemenu.el (facemenu):
13497         * indent.el (indent):
13498         * info.el (info):
13499         * jka-cmpr-hook.el (compression, jka-compr):
13500         * lpr.el (lpr):
13501         * outline.el (outlines):
13502         * pcmpl-cvs.el (pcmpl-cvs):
13503         * pcmpl-rpm.el (pcmpl-rpm):
13504         * printing.el (printing):
13505         * ps-print.el (postscript, ps-print, ps-print-horizontal)
13506         (ps-print-vertical, ps-print-headers, ps-print-font)
13507         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13508         (ps-print-background, ps-print-printer, ps-print-page)
13509         (ps-print-miscellany):
13510         * ses.el (ses):
13511         * shell.el (shell, shell-directories, shell-faces):
13512         * startup.el (initialization):
13513         * strokes.el (strokes):
13514         * term.el (term):
13515         * uniquify.el (uniquify):
13516         * w32-vars.el (w32):
13517         * calc/calc.el (calc):
13518         * emacs-lisp/bytecomp.el (bytecomp):
13519         * emacs-lisp/cl-indent.el (lisp-indent):
13520         * emacs-lisp/edebug.el (edebug):
13521         * emacs-lisp/elp.el (elp):
13522         * emacs-lisp/testcover.el (testcover):
13523         * emacs-lisp/trace.el (trace):
13524         * emulation/viper-ex.el (viper-ex):
13525         * emulation/viper-mous.el (viper-mouse):
13526         * mail/mailalias.el (mailalias):
13527         * mail/supercite.el (supercite, supercite-frames)
13528         (supercite-attr, supercite-cite, supercite-hooks):
13529         * net/rcompile.el (remote-compile):
13530         * net/rlogin.el (rlogin):
13531         * obsolete/ooutline.el (outlines):
13532         * progmodes/delphi.el (delphi):
13533         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13534         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13535         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13536         (ebnf-optimization):
13537         * progmodes/etags.el (etags):
13538         * progmodes/executable.el (executable):
13539         * progmodes/idlwave.el (idlwave):
13540         * progmodes/pascal.el (pascal):
13541         * progmodes/prolog.el (prolog):
13542         * progmodes/python.el (python):
13543         * progmodes/scheme.el (scheme):
13544         * progmodes/sh-script.el (sh, sh-script):
13545         * progmodes/sql.el (SQL):
13546         * progmodes/tcl.el (tcl):
13547         * textmodes/bibtex.el (bibtex, bibtex-autokey):
13548         * textmodes/enriched.el (enriched):
13549         * textmodes/makeinfo.el (makeinfo):
13550         * textmodes/sgml-mode.el (sgml):
13551         * textmodes/table.el (table-hooks):
13552         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13553         * textmodes/texinfo.el (texinfo):
13554         * textmodes/two-column.el (two-column):
13555         Finish `defgroup' description with period.
13557         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13558         * eshell/esh-var.el (eshell-var):
13559         * progmodes/vhdl-mode.el (vhdl-testbench):
13560         * textmodes/org.el (org): Fix typos in docstrings.
13562         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13563         consistency.
13565         * progmodes/flymake.el (flymake-find-file): Remove.
13566         (flymake-float-time): Use `with-no-warnings'.
13567         (flymake-check-start-time, flymake-check-was-interrupted)
13568         (flymake-err-info, flymake-is-running, flymake-last-change-time)
13569         (flymake-new-err-info): `defvar' at compile time.
13571 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
13573         * replace.el (occur-hook): Doc fix.
13574         (occur-1): Don't call `occur-hook' if there are no matches.
13576 2005-07-03  Richard M. Stallman  <rms@gnu.org>
13578         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13579         global-map, save the same map.
13580         (global-map): Don't alter it at top level.
13581         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13582         Then alter it here instead.
13583         (tpu-edt-off): Set global-map to the saved one.
13585         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13586         All references simplified.
13587         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
13588         (zmacs-regions): Add defvar.
13589         (repeat-complex-command-map): Everything about that deleted.
13591         * textmodes/artist.el (artist-key-is-drawing)
13592         (artist-key-endpoint1, artist-key-poly-point-list)
13593         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13594         (artist-key-compl-table, artist-rb-save-data)
13595         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13596         Don't put them in eval-when-compile.
13597         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13599         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13600         Use with-no-warnings.
13602         * net/browse-url.el (dos-windows-version): Add defvar.
13604         * mail/supercite.el (filladapt-prefix-table): Add defvar.
13606         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13607         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13608         (rmail-new-summary-line-count): Rename from new-summary-line-count.
13609         Add defvar.
13610         (rmail-summary-beginning-of-message): Use with-no-warnings.
13611         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13613         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13614         Use with-no-warnings.
13616         * emulation/vi.el (vi-mark-region): Use c-mark-function.
13617         (c-mark-function): Add point-moving-unit property.
13618         (vi-goto-line): Use with-no-warnings.
13620         * emulation/edt.el (edt-last-copied-word): Add defvar.
13621         (zmacs-region-stays): Likewise.
13622         (edt-mark-section-wisely): Use c-mark-function for C.
13623         Use makr-defun for Fortran.
13624         (time-string): defvar deleted.
13625         (edt-display-the-time): Don't set time-string.
13627         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13629         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13630         Don't warn when name is not constant
13631         or for defining the group `emacs'.
13633         * tooltip.el (gud-tooltip-mode): Add defvar.
13635         * startup.el (default-frame-background-mode): Add defvar.
13637         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13639         * info.el (tool-bar-map): Add defvar.
13641         * dired.el (dnd-protocol-alist): Add defvar.
13643         * dired-aux.el (dired-query): Display question with answer, when
13644         the user answers.
13646         * custom.el (custom-add-option): Doc fix.
13648         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13650 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
13652         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13653         bogus name from the last change.
13655 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
13657         * custom.el (custom-declare-variable): Fix typos in comment.
13658         (custom-known-themes): Doc fix.
13659         (custom-theme-directory): New defcustom.
13660         (require-theme): Make it check `custom-theme-directory'.
13662         * cus-theme.el (custom-new-theme-mode): New function.
13663         (custom-theme-name, custom-theme-variables, custom-theme-faces)
13664         (custom-theme-description): Add compiler defvars.
13665         (customize-create-theme): Add doc to the "*New Custom Theme*"
13666         buffer.  Use `custom-new-theme-mode'.
13667         (custom-theme-write): Put the created buffer in emacs-lisp-mode
13668         and save it to the `custom-theme-directory'.  Make this the
13669         default directory of the buffer.
13671 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
13673         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13674         Fix unbalanced parentheses.
13676 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13678         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13679         into flymake-mode and delegate to flymake-mode.
13681         * find-file.el (ff-which-function-are-we-in): Clean up.
13683 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
13685         * replace.el (occur-rename-buffer): Fix docstring.
13687         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13688         (edt-last-copied-word, edt-learn-macro-count)
13689         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13690         (edt-rect-start-point, edt-user-global-map, rect-start-point)
13691         (time-string, zmacs-region-stays):
13692         * emulation/edt-mapper.el (edt-save-function-key-map)
13693         (EDT-key-name): `defvar' to silence the byte-compiler.
13695 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
13697         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13698         font-lock-regexp-backslash.  Doc fix.
13699         (font-lock-regexp-backslash-grouping-construct): Rename from
13700         font-lock-regexp-backslash-construct.  Doc fix.
13701         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13702         grouping constructs.
13704 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
13706         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13707         updating all the prerequisites.
13709 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
13711         * textmodes/org.el (org-agenda-start-on-weekday)
13712         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13713         (org-agenda-use-time-grid, org-archive-location)
13714         (org-allow-space-in-links, org-usenet-links-prefer-google)
13715         (org-enable-table-editor, org-export-default-language)
13716         (org-export-html-show-new-buffer, org-fill-paragraph)
13717         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13718         (org-goto-quit, org-occur, org-eval-in-calendar)
13719         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13720         (org-agenda-diary-entry, org-remember-help)
13721         (org-table-convert-region, org-at-table-p)
13722         (org-table-move-row-down, org-table-move-row-up)
13723         (org-table-copy-region, org-table-toggle-vline-visibility)
13724         (org-table-get-stored-formulas, org-table-get-specials)
13725         (org-recalc-commands, org-table-eval-formula)
13726         (org-table-formula-substitute-names, orgtbl-make-binding)
13727         (org-format-org-table-html, org-format-table-table-html)
13728         (org-format-table-table-html-using-table-generate-source)
13729         (org-customize): Fix typos in docstrings.
13730         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13731         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13732         (org-back-to-heading): Doc fixes.
13733         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13734         (org-agenda-change-all-lines, org-get-header):
13735         Improve argument/docstring consistency.
13736         (orgtbl-error): Fix error message.
13738         * progmodes/flymake.el (flymake-find-possible-master-files)
13739         (flymake-master-file-compare, flymake-get-line-err-count)
13740         (flymake-highlight-line, flymake-gui-warnings-enabled):
13741         Fix typos in docstrings.
13742         (flymake-parse-line, flymake-get-project-include-dirs-function)
13743         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13744         Doc fixes.
13745         (flymake-get-project-include-dirs-function)
13746         (flymake-make-err-menu-data):
13747         Improve argument/docstring consistency.
13749 2005-07-01  Lute Kamstra  <lute@gnu.org>
13751         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13752         Catch errors with ignore-errors.  Use temporary buffer.
13753         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
13755         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13756         background color faces.
13757         (facemenu-set-foreground, facemenu-set-background):
13758         Use facemenu-set-face-from-menu.
13759         (facemenu-set-face-from-menu): Treat face names that start with
13760         "fg:" or "bg:" as special.
13761         (facemenu-add-new-color): Don't create faces.  Simplify.
13763 2005-06-30  Richard M. Stallman  <rms@gnu.org>
13765         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13766         (crm-find-current-element): Likewise.
13768 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13770         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13772 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13774         * arc-mode.el (archive-extract): Make it work as a mouse binding.
13775         (archive-mouse-extract): Make it an obsolete alias.
13776         (archive-mode-map): Don't use archive-mouse-extract any more.
13777         (archive-mode, archive-extract): write-contents-hooks ->
13778         write-contents-functions.
13779         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13780         first arg.
13781         (archive-rename-entry): Update the call.
13782         (archive-zip-summarize): Remove unused var `method'.
13783         (archive-lzh-summarize): Remove unused var `creator'.
13785         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13786         dedicated frame upon exit.
13788         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13789         (archive-zip-extract, archive-zip-expunge)
13790         (archive-zip-update, archive-zip-update-case): Use executable-find.
13791         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13792         Use restore-buffer-modified-p.
13793         (archive-extract, archive-add-new-member, archive-write-file-member):
13794         Use with-current-buffer.
13795         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13797 2005-06-30  Andreas Schwab  <schwab@suse.de>
13799         * progmodes/gud.el (gud-filter): Remove unneeded progn.
13801 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13803         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13805 2005-06-30  Juri Linkov  <juri@jurta.org>
13807         * faces.el (vertical-border): Inherit from mode-line-inactive
13808         only on tty.
13810 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
13812         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13813         example, -NLINES in the `occur' docstring).
13815         * replace.el (occur-1): When no matches are found, do not set the
13816         `buffer-read-only' and modified flags for the occur buffer,
13817         because it is deleted.
13819         * emulation/cua-base.el (cua-check-pending-input)
13820         (cua-repeat-replace-region, cua-mode, cua-debug)
13821         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13822         Fix typos in docstrings.
13824         * emulation/cua-gmrk.el (cua-toggle-global-mark)
13825         (cua-cut-region-to-global-mark)
13826         (cua--cut-rectangle-to-global-mark):
13827         Remove period from end of messages.
13829         * emulation/cua-rect.el (cua-do-rectangle-padding):
13830         Remove period from end of messages.
13831         (cua--rectangle-seq-format): Fix typo in docstring.
13832         (cua-sequence-rectangle, cua-fill-char-rectangle):
13833         Improve argument/docstring consistency.
13835 2005-06-29  Juri Linkov  <juri@jurta.org>
13837         * faces.el (default-frame-background-mode): New internal variable.
13838         (frame-set-background-mode): Use it.
13840         * startup.el (normal-top-level): Set default-frame-background-mode
13841         instead of frame-background-mode.  Before setting it, test for its
13842         nil value.  Remove tests for frame-background-mode and frame
13843         parameter `reverse'.  Add test for "unspecified-fg".
13845         * term/xterm.el (xterm-rxvt-set-background-mode):
13846         * term/rxvt.el (rxvt-set-background-mode):
13847         Set default-frame-background-mode instead of frame-background-mode.
13849 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
13851         * simple.el (set-variable): Warn about obsolete user variables.
13853         * imenu.el (imenu--completion-buffer):
13854         * mouse.el (mouse-buffer-menu-alist):
13855         * msb.el (msb-invisible-buffer-p):
13856         * calendar/diary-lib.el (diary-header-line-format):
13857         * emacs-lisp/pp.el (pp-buffer):
13858         * progmodes/cperl-mode.el (cperl-do-auto-fill):
13859         * textmodes/picture.el (picture-replace-match):
13860         Change space constants followed by a sexp to "?\s ".
13862         * play/decipher.el (decipher-loop-with-breaks):
13863         * textmodes/texinfo.el (texinfo-insert-@item): Change space
13864         constants "protected" from end of line by a comment to "?\s".
13866 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13868         * font-lock.el (save-buffer-state): Use `declare'.
13870         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13871         reset the syntax-table to cperl-mode-syntax-table.
13872         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13873         "foo_print_bar" is not matched as a reserved keyword.
13875 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
13877         * textmodes/org.el (orgtbl-setup): New function, for delayed
13878         setup for the orgtbl commands.
13879         (org-calc-default-modes): New option.
13880         (orgtbl-make-binding): Use `defun' to get better help display.
13881         (org-diary): Call `org-compile-prefix-format'.
13882         (org-table-formula-substitute-names): New function.
13883         (org-agenda-day-view, org-agenda-week-view): New commands.
13884         (org-agenda-toggle-week-view): Command removed.
13885         (org-tbl-menu): Split off from org-org-menu.
13886         (org-mode): Move removal of outline-mode menus to here.
13887         (org-table-formula-debug): New option.
13888         (org-table-insert-row): Keep first field if just "#" or "*".
13889         (org-mode): Paragraph regexps fixed.
13890         (org-table-recalculate-regexp): New constant.
13891         (org-table-justify-field-maybe): Avoid replace if not necessary.
13892         (org-copy-special, org-cut-special): Use `call-interactively'.
13893         (org-table-copy-region): Take region from `interactive' call.
13894         (org-trim): Return string even if no match.
13895         (org-formula): New face.
13896         (org-set-font-lock-defaults): No longer highlight "FIXME".
13897         But highlight formula-related fields in table.
13898         (org-table-p): Use regexp, not fontification.
13899         (org-table-align): Handle white space at end of line.
13900         (org-table-formula-evaluate-inline): New option.
13901         (org-mode): Auto-wrapping in comment lines turned off.
13902         (org-table-copy-down): Evaluate only in copied field, not in
13903         destination.
13904         (org-table-current-formula): Variable removed.
13905         (org-table-store-formulas, org-table-get-stored-formulas)
13906         (org-table-modify-formulas, org-table-replace-in-formulas)
13907         (org-table-maybe-eval-formula): New functions.
13908         (org-table-get-formula): Modify to use stored formulas.
13909         (org-table-insert-column, org-table-delete-column)
13910         (org-table-move-column): Call `org-table-modify-formulas'.
13911         (org-complete): Add completion for keyword formulas.
13912         (orgtbl-mode): Pull orgtbl-mode-map to start of
13913         minor-mode-map-alist.
13915 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13917         * progmodes/python.el (python-check): Require `compile' before
13918         modifying its variables.
13920         * newcomment.el (comment-indent-default): Don't get fooled by an early
13921         end of buffer.
13923 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13925         * ps-print.el (ps-print-version): Fix version number.
13927 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
13929         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13931 2005-06-28  Richard M. Stallman  <rms@gnu.org>
13933         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13934         (flyspell-local-mouse-map): Declaration deleted.
13935         (flyspell-mouse-map): Bind only mouse-2.
13936         (flyspell-mode-map): Don't test flyspell-use-local-map.
13937         (flyspell-overlay-keymap-property-name): Var deleted.
13938         (flyspell-mode-on): Don't make local bindings for
13939         flyspell-mouse-map and flyspell-mode-map.
13940         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13942         * textmodes/ispell.el (ispell-word): Do not ignore short words.
13944         * progmodes/compile.el (compilation-next-error-function):
13945         Don't switch buffers; operate on the current buffer.
13947         * progmodes/compile.el (compilation-error-file-name)
13948         (compilation-warning-file-name, compilation-info-file-name)
13949         (compilation-line-number, compilation-column-number): New faces.
13950         (compilation-error-face, compilation-warning-face)
13951         (compilation-info-face, compilation-line-face)
13952         (compilation-column-face): Use them.
13954         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13956         * comint.el (comint-password-prompt-regexp): Accept ", try again".
13958         * bindings.el (global-map): Bind insertchar and its variants.
13960 2005-06-27  Richard M. Stallman  <rms@gnu.org>
13962         * textmodes/artist.el (artist-text-overwrite)
13963         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13965 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13967         * ps-print.el: It was not working the page selection for printing.
13968         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13969         (ps-print-version): New version 6.6.7.
13970         (ps-end-sheet): New fun.
13971         (ps-header-sheet, ps-end-job): Call it.
13973 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
13975         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13977 2005-06-27  Lute Kamstra  <lute@gnu.org>
13979         * facemenu.el (facemenu-unlisted-faces): Add foreground and
13980         background color faces.
13981         (facemenu-get-face): Delete function.
13982         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13983         (facemenu-add-new-color): Make second argument mandatory.
13984         Create the appropriate face and return it.  Simplify.
13985         (facemenu-set-foreground, facemenu-set-background): Don't check if
13986         color is defined.  Use return value of facemenu-add-new-color.
13988 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
13990         * progmodes/gud.el (gud-filter): Add missing argument to
13991         with-selected-window.
13993 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13995         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13996         a :require to the defcustom.
13998         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13999         defcustoms corresponding to minor modes.
14001 2005-06-26  David Ponce  <david@dponce.com>
14003         * recentf.el: Require tree-widget instead of wid-edit.
14004         (recentf-filename-handler): Fix widget :type.
14005         (recentf-cancel-dialog, recentf-open-more-files)
14006         (recentf-open-files-action): Doc fix.
14007         (recentf-dialog-goto-first): New function.
14008         (recentf-dialog-mode-map): Set parent keymap first.
14009         (recentf-dialog-mode): Define with define-derived-mode.
14010         Don't display continuation lines in dialogs.
14011         (recentf-edit-list): Rename from recentf-edit-selected-items.
14012         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14013         Simplify.
14014         (recentf-edit-list-validate): New function.
14015         (recentf-edit-list): Update accordingly.
14016         (recentf-open-files-item-shift): Remove.
14017         (recentf-open-files-item): Convert menu elements into tree and
14018         link widgets.  Don't create the widgets.
14019         (recentf-open-files): Update accordingly.
14020         (recentf-save-list): Untabify.
14022 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14024         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14025         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14026         partially contained in the active region.  Do not take active
14027         region into account when called from Lisp, unless INTERACTIVE arg
14028         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14029         avoid trouble with fields.  Make marker point nowhere when no
14030         longer used.  Always return nil.  Doc fix.
14031         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14032         into account when called from Lisp, unless INTERACTIVE arg is
14033         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14034         avoid trouble with fields.  Make marker point nowhere when no
14035         longer used.  Always return nil.  Doc fix.
14036         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14037         interchangeable.  Do not take active region into account when
14038         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14039         message in echo area when called from Lisp, unless INTERACTIVE arg
14040         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14041         Return the number of matches.  Doc fix.
14042         (occur): Doc fix.
14043         (perform-replace): Make comment follow double space convention for
14044         the sake of `outline-minor-mode'.
14046         * faces.el (facep): Doc fix.
14048 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14050         * facemenu.el (facemenu-enable-faces-p): New function.
14051         (facemenu-background-menu, facemenu-foreground-menu)
14052         (facemenu-face-menu): Add menu-enable property.
14054         * jka-compr.el (jka-compr-insert-file-contents):
14055         Special handling if cannot find the uncompression program.
14057         * cus-face.el (custom-face-attributes): Add autoload.
14059         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14060         Bind comment-indent-function locally.
14062         * window.el (save-selected-window): Use save-current-buffer.
14064         * subr.el (with-selected-window): Use save-current-buffer.
14066         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14067         and with-current-buffer.
14069 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14071         * simple.el (line-move-1): Fix previous change.
14073 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14075         * replace.el (occur-1): Set `buffer-read-only' and the
14076         buffer-modified flag before running `occur-hook' to protect
14077         against unintentional buffer switches that can lead to data loss.
14079 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14081         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14082         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14083         initial error.
14085         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14086         after fresh input.
14087         (gdb-var-create-handler): Put name of expression in quotes.
14089 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14091         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14092         elements of RING in order, and without bogus nil elements.
14094 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14096         * simple.el (set-variable): Args renamed; doc fix.
14097         (line-move-1): When there are overlays around, use vertical-motion.
14099         * faces.el (escape-glyph): Use brown against light background.
14100         (nobreak-space): Rename from no-break-space.
14101         Fix previous change.
14103         * dired-aux.el (dired-do-copy): Fix arg prompt.
14105         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14107 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14109         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14110         rather than "Distributor".
14112 2005-06-23  Lute Kamstra  <lute@gnu.org>
14114         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14115         (debug-on-entry): Use it.  New interactive declaration that uses
14116         function-called-at-point.
14118 2005-06-23  Kim F. Storm  <storm@cua.dk>
14120         * subr.el (save-match-data): Add comment about using evaporate arg
14121         to set-match-data.
14123 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14125         * cus-edit.el (customize-face)
14126         (customize-face-other-window): Handle face aliases.
14128         * faces.el (face-documentation, set-face-attribute)
14129         (face-spec-set): Handle face aliases.
14131 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14133         * help-mode.el (help-make-xrefs): If a symbol representing a face
14134         name is not followed by the word "face", it could still be a
14135         function or variable name, so don't bypass other checks.
14137 2005-06-22  Juri Linkov  <juri@jurta.org>
14139         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14140         Replace aliased functions with calls where second arg `inherit' is t.
14142 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14144         * progmodes/gdb-ui.el (gdb-error): New variable.
14145         (gdb-error): New function.
14146         (gdb-annotation-rules): Act on error-begin and error annotations.
14147         (gdb-concat-output): Use font-lock-warning-face for errors.
14149 2005-06-22  Miles Bader  <miles@gnu.org>
14151         * bindings.el (propertized-buffer-identification): Use renamed
14152         `Buffer-menu-buffer' face.
14154         * faces.el (vertical-border): Rename from `vertical-divider'.
14155         (escape-glyph): Change dark-background color back to `cyan'.
14157 2005-06-21  Juri Linkov  <juri@jurta.org>
14159         * faces.el (face-user-default-spec): Try getting `customized-face'
14160         prior to `saved-face'.
14161         (frame-background-mode): Refill docstring.
14163         * emacs-lisp/lisp-mode.el (eval-defun-1):
14164         * emacs-lisp/edebug.el (edebug-eval-defun):
14165         Set `saved-face' temporarily to nil before calling form.
14166         Set `customized-face' to the new spec after that.
14168 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14170         * subr.el (1value, lambda, key-substitution-in-progress):
14171         Doc fixes.
14173         * autoinsert.el (auto-insert-alist):
14174         * ses.el (ses-call-printer):
14175         * subr.el (noreturn):
14176         * emacs-lisp/lisp.el (check-parens):
14177         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14178         * net/browse-url.el (browse-url-mosaic):
14179         * progmodes/cc-defs.el (c-safe-scan-lists):
14180         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14181         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14182         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14183         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14184         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14185         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14187 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14189         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14191 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14193         * calendar/appt.el (appt-make-list): Activate the package, if
14194         not already active (for backwards compatibility).
14196 2005-06-20  Kim F. Storm  <storm@cua.dk>
14198         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14200 2005-06-20  Miles Bader  <miles@gnu.org>
14202         * faces.el (vertical-divider): New face.
14204 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14206         * simple.el (kill-whole-line): Doc fix.
14207         (next-error-buffer-p, next-error-find-buffer)
14208         (clone-indirect-buffer): Fix typos in docstrings.
14209         (comment-line-break-function): Doc fix: don't say variable
14210         is automatically buffer-local (it isn't).
14212 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14214         * net/tramp-ftp.el (top):
14215         * net/tramp-smb.el (top):
14216         * net/tramp-util.el (top):
14217         * net/tramp-uu.el (top):
14218         * net/tramp-vc.el (top):
14219         * net/tramp.el (top): Revert copyright years back to original
14220         ones.  Tramp has a life outside GNU Emacs.
14222 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14224         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14226 2005-06-18  Juri Linkov  <juri@jurta.org>
14228         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14229         end of first regexp to limit the match to the position between
14230         line number and source line with same separator character as used
14231         between file name and line number.  In the second regexp limit
14232         mouse-face area to file name and line number by adding new group
14233         for them and referring it in HYPERLINK arg.
14234         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14235         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14236         previous line where grep markers may be already removed.
14238 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14240         * progmodes/ps-mode.el: Update version and maintainer's email address.
14242 2005-06-18  Steve Youngs  <steve@xemacs.org>
14244         * net/browse-url.el (browse-url-browser-function)
14245         (browse-url-default-browser): Add firefox.
14246         (browse-url-firefox-program, browse-url-firefox-arguments)
14247         (browse-url-firefox-startup-arguments)
14248         (browse-url-firefox-new-window-is-tab): New defcustoms.
14249         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14251 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14253         * startup.el (command-line): Warn if specified user name has
14254         no home directory.
14256         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14257         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14259         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14260         Doc fixes.
14262         * faces.el (underline): Try bold if terminal doesn't support underline.
14264         * mail/sendmail.el (mail-setup-with-from): New variable.
14265         (mail-insert-from-field): New function.
14266         (sendmail-send-it): Call it.
14267         (mail-setup): Optionally call it here.
14269         * term/linux.el: Call tty-no-underline.
14271 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14273         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14275 2005-06-17  Miles Bader  <miles@gnu.org>
14277         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14278         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14279         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14280         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14281         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14282         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14283         Remove "-face" suffix from face names.
14284         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14285         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14286         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14287         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14288         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14289         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14290         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14291         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14292         New backward-compatibility aliases for renamed faces.
14293         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14294         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14295         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14296         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14297         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14298         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14299         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14300         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14301         Use renamed ediff faces.
14303         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14304         Remove "-face" suffix from face names.
14305         (eshell-test-ok-face, eshell-test-failed-face):
14306         New backward-compatibility aliases for renamed faces.
14307         (eshell-run-test): Use renamed eshell-test faces.
14309         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14310         face name.
14311         (eshell-prompt-face): New backward-compatibility alias for renamed
14312         face.
14313         (eshell-emit-prompt): Use renamed eshell-prompt face.
14315         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14316         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14317         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14318         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14319         Remove "-face" suffix from face names.
14320         (eshell-ls-directory-face, eshell-ls-symlink-face)
14321         (eshell-ls-executable-face, eshell-ls-readonly-face)
14322         (eshell-ls-unreadable-face, eshell-ls-special-face)
14323         (eshell-ls-missing-face, eshell-ls-archive-face)
14324         (eshell-ls-backup-face, eshell-ls-product-face)
14325         (eshell-ls-clutter-face):
14326         New backward-compatibility aliases for renamed faces.
14327         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14329         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14330         Remove "-face" suffix from face name.
14331         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14332         instead of literal face.
14334 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
14336         * emacs-lisp/warnings.el (display-warning, lwarn)
14337         (warning-minimum-log-level): Doc fixes.
14338         (warning-minimum-level, warning-minimum-log-level):
14339         Add :debug to :type choices.
14341         * progmodes/ada-mode.el (ada-format-paramlist)
14342         (ada-get-indent-case, ada-check-matching-start)
14343         (ada-check-defun-name, ada-goto-matching-decl-start)
14344         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14345         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14346         (ada-make-subprogram-body): Follow error conventions.
14347         (ada-case-exception-file, ada-indent-comment-as-code)
14348         (ada-indent-handle-comment-special, ada-indent-renames)
14349         (ada-indent-return, ada-search-directories-internal)
14350         (ada-tab-policy, ada-case-exception-substring)
14351         (ada-other-file-alist, ada-matching-start-re)
14352         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14353         (ada-imenu-generic-expression, ada-compile-goto-error)
14354         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14355         (ada-popup-menu, ada-add-extensions, ada-mode)
14356         (ada-region-selected, ada-create-case-exception)
14357         (ada-create-case-exception-substring, ada-after-keyword-p)
14358         (ada-activate-keys-for-case, ada-adjust-case-region)
14359         (ada-adjust-case-buffer, ada-format-paramlist)
14360         (ada-scan-paramlist, ada-insert-paramlist)
14361         (ada-indent-newline-indent)
14362         (ada-indent-newline-indent-conditional)
14363         (ada-justified-indent-current, ada-goto-previous-word)
14364         (ada-indent-current, ada-get-indent-open-paren)
14365         (ada-get-indent-paramlist, ada-get-indent-end)
14366         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14367         (ada-get-indent-block-start, ada-get-indent-subprog)
14368         (ada-get-indent-noindent, ada-get-indent-label)
14369         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14370         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14371         (ada-goto-stmt-end, ada-goto-next-word)
14372         (ada-check-matching-start, ada-check-defun-name)
14373         (ada-goto-matching-decl-start, ada-goto-matching-start)
14374         (ada-goto-matching-end, ada-search-ignore-string-comment)
14375         (ada-in-decl-p, ada-looking-at-semi-or)
14376         (ada-looking-at-semi-private, ada-in-paramlist-p)
14377         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14378         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14379         (ada-next-procedure, ada-previous-procedure, ada-next-package)
14380         (ada-previous-package, ada-create-menu)
14381         (ada-fill-comment-paragraph-justify)
14382         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14383         (ada-other-file-name, ada-last-which-function-line)
14384         (ada-last-which-function-subprog, ada-which-function)
14385         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14386         (ada-gen-treat-proc, ada-check-emacs-version)
14387         (ada-continuation-indent, ada-align-region-separate):
14388         Fix typos in docstrings.
14389         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14391 2005-06-16  Lute Kamstra  <lute@gnu.org>
14393         * simple.el (fundamental-mode): Run after-change-major-mode-hook
14394         conditionally.
14396 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14398         * comint.el (comint-replace-by-expanded-filename)
14399         (comint-prompt-regexp, comint-delimiter-argument-list)
14400         (comint-preinput-scroll-to-bottom):
14401         * info.el (Info-hide-cookies-node):
14402         * ls-lisp.el (ls-lisp-classify):
14403         * find-file.el (ff-search-directories, ff-special-constructs)
14404         (ff-find-other-file):
14405         * font-lock.el (font-lock-keywords):
14406         * shell.el (shell-prompt-pattern)
14407         (shell-dynamic-complete-functions, shell-mode)
14408         (shell-delimiter-argument-list):
14409         * term.el (term-replace-by-expanded-filename)
14410         (term-prompt-regexp, term-delimiter-argument-list):
14411         * woman.el (woman-ignore, woman0-if):
14412         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14413         * emacs-lisp/elint.el (elint-init-env):
14414         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14415         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14416         * language/ethio-util.el (ethio-tilde-escape)
14417         (ethio-use-three-dot-question):
14418         * net/zone-mode.el (zone-mode-load-time-setup):
14419         * progmodes/cc-align.el (c-lineup-argcont):
14420         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14421         * progmodes/cperl-mode.el (cperl-set-style-back):
14422         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14423         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14424         Fix spellings in docstrings.
14426         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14427         * progmodes/modula2.el (m2-for): Fix spellings.
14429         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14431         * simple.el (undo-more): Don't use `format' on `error' arguments.
14432         Improve argument/docstring consistency.
14433         (pending-undo-list): Doc fix.
14435         * smerge-mode.el (smerge-ensure-match):
14436         * emulation/vip.el (vip-ex):
14437         * net/zone-mode.el (zone-mode-update-serial):
14438         * progmodes/idlwave.el (idlwave-complete):
14439         * progmodes/vhdl-mode.el (vhdl-visit-file)
14440         (vhdl-compose-wire-components):
14441         Don't use `format' on `error' arguments.
14443         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14444         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14445         (tooltip-help-tips): Fix typos in docstrings.
14447 2005-06-16  David Ponce  <david@dponce.com>
14449         * tree-widget.el (tree-widget-value-create): Simplify last change.
14451 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
14453         * ido.el (ido-incomplete-regexp): New variable.
14454         (ido-set-matches-1): Handle invalid-regexp error and set
14455         ido-incomplete-regexp.
14456         (ido-incomplete-regexp): New face.
14457         (ido-completions): Use it.
14458         (ido-complete, ido-exit-minibuffer, ido-completions):
14459         Handle incomplete regexps.
14460         (ido-completions): Add check for complete match when entering a regexp.
14462 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14464         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14466 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14468         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14469         by field delimiters.
14471 2005-06-15  David Ponce  <david@dponce.com>
14473         * tree-widget.el: eval-and-compile inlined functions so they will
14474         be available at run-time too.
14475         (tree-widget-super-format-handler)
14476         (tree-widget-format-handler): Remove.
14477         (tree-widget-value-create): Handle the :indent property.
14479 2005-06-15  Miles Bader  <miles@gnu.org>
14481         * progmodes/which-func.el (which-func): Only inherit
14482         `font-lock-function-name-face' when that makes sense against the
14483         default mode-line face, otherwise set the face color explicitly.
14485         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14486         faces instead of (non-existent) variables.
14488 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14491         (iswitchb-get-matched-buffers): Likewise.  Simplify.
14493 2005-06-14  Miles Bader  <miles@gnu.org>
14495         * progmodes/ld-script.el (ld-script-location-counter):
14496         Remove "-face" suffix from face name.
14497         (ld-script-location-counter-face):
14498         New backward-compatibility alias for renamed face.
14499         (ld-script-location-counter-face): Use renamed face.
14501         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14502         (cperl-hash): Remove "-face" suffix from face names.
14503         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14504         New backward-compatibility aliases for renamed faces.
14505         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14506         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14508         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14509         name.
14510         (which-func-face): New backward-compatibility alias for renamed face.
14511         (which-func-format): Use renamed which-func face.
14513         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14514         (vhdl-function, vhdl-directive, vhdl-reserved-word)
14515         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14516         names.
14517         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14518         (vhdl-speedbar-configuration, vhdl-speedbar-package)
14519         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14520         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14521         (vhdl-speedbar-architecture-selected)
14522         (vhdl-speedbar-configuration-selected)
14523         (vhdl-speedbar-package-selected)
14524         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14525         names.
14526         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14527         Use renamed faces.
14528         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14529         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14530         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14531         Use renamed faces.
14532         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14533         names.
14534         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14535         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14536         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14537         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14538         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14539         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14541         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14542         face name.
14543         (sh-heredoc-face): New backward-compatibility alias for renamed face.
14544         (sh-heredoc-face): Use renamed sh-heredoc face.
14546         * progmodes/idlw-help.el (idlwave-help-link):
14547         Remove "-face" suffix from face name.
14548         (idlwave-help-link-face):
14549         New backward-compatibility alias for renamed face.
14550         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14552         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14553         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14554         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14555         New backward-compatibility aliases for renamed faces.
14556         (idlwave-shell-disabled-breakpoint-face)
14557         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14559         * progmodes/flymake.el (flymake-errline, flymake-warnline):
14560         Remove "-face" suffix from face names.
14561         (flymake-errline-face, flymake-warnline-face):
14562         New backward-compatibility aliases for renamed faces.
14563         (flymake-highlight-line): Use renamed flymake faces.
14565         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14566         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14567         (ebrowse-member-class, ebrowse-progress):
14568         Remove "-face" suffix from face names.
14569         (ebrowse-tree-mark-face, ebrowse-root-class-face)
14570         (ebrowse-file-name-face, ebrowse-default-face)
14571         (ebrowse-member-attribute-face, ebrowse-member-class-face)
14572         (ebrowse-progress-face):
14573         New backward-compatibility aliases for renamed faces.
14574         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14575         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14576         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14577         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14579         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14580         antlr-syntax)
14581         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14582         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14583         names.
14584         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14585         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14586         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14587         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14588         backward-compatibility aliases for renamed faces.
14589         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14590         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14591         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14592         remove "font-lock-".  Use renamed antlr-mode faces.
14593         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
14594         literal face-names with face variable references.
14596         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14597         face name.
14598         (Buffer-menu-buffer-face): New backward-compatibility alias for
14599         renamed face.
14600         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14602 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
14604         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14605         Eliminate "-face" suffix.
14606         (makefile-targets): Inherit from font-lock-function-name-face and
14607         eliminate "-face" suffix.
14608         (makefile-shell): Remove attributes and eliminate "-face" suffix.
14609         (makefile-*-font-lock-keywords): Append makefile-targets in rule
14610         actions, instead of prepending, to make it less visible.
14611         (makefile-previous-dependency, makefile-match-dependency):
14612         Don't match a target on a continuation line.
14614         * files.el (auto-mode-alist): Put Makefile in gmake mode.
14616 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
14618         * progmodes/gdb-ui.el (menu): Re-order menu items.
14619         (gdb-tooltip-print): Respect tooltip-use-echo-area.
14621         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14622         Define in tooltip.el.
14623         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14624         (gud-tooltip-tips): Respect tooltip-use-echo-area and
14625         gud-tooltip-echo-area.
14627         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14628         backward compatibility and make obsolete.
14629         (tooltip-help-tips): Use tooltip-use-echo-area.
14630         (tooltip-show-help-function): Rename to...
14631         (tooltip-show-help): ...this, because it is a function.
14632         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14634 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
14636         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14637         (edebug-print-length, edebug-print-level, edebug-print-circle)
14638         (edebug-modify-breakpoint, edebug-eval-last-sexp)
14639         (edebug-eval-print-last-sexp): Doc fixes.
14641 2005-06-14  Kim F. Storm  <storm@cua.dk>
14643         * ido.el (ido-mode): Make a new keymap every time we enable ido,
14644         as the coverage buffer/file/both may change.
14646 2005-06-14  Lute Kamstra  <lute@gnu.org>
14648         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14649         and run-mode-hooks.  Simplify.
14651         * mail/rmailedit.el (rmail-edit-mode):
14652         * progmodes/octave-inf.el (inferior-octave-mode):
14653         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14655         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14656         and run-mode-hooks.
14657         (recentf-edit-list, recentf-open-files): Don't call
14658         kill-all-local-variables directly.
14660         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14662 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14664         * emacs-lisp/byte-run.el (make-obsolete)
14665         (define-obsolete-function-alias): Rename arguments FUNCTION and
14666         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14667         (make-obsolete-variable, define-obsolete-variable-alias):
14668         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14669         respectively.
14671         * isearchb.el (isearchb-activate):
14672         * pcvs.el (cvs-mode):
14673         * ses.el (ses-load):
14674         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14675         * net/tramp.el (tramp-find-file-exists-command)
14676         (tramp-find-shell):
14677         * progmodes/ada-mode.el (ada-create-case-exception)
14678         (ada-create-case-exception-substring, ada-make-subprogram-body):
14679         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14680         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14681         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14682         * textmodes/org.el (org-promote, org-evaluate-time-range)
14683         (org-agenda-next-date-line, org-agenda-previous-date-line)
14684         (org-agenda-error, org-open-at-point, org-table-move-row)
14685         (org-format-table-table-html-using-table-generate-source)
14686         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14687         * textmodes/reftex.el (reftex-access-scan-info):
14688         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14689         (reftex-toc-promote-prepare): Follow error conventions.
14691         * diff-mode.el (diff-mode): Fix typo in docstring.
14693         * forms.el (forms--intuit-from-file): Fix reference to
14694         `forms-number-of-fields' in error message.
14695         (forms-print): Fix quoting in error message.
14697         * forms.el (forms-mode):
14698         * emulation/vi.el (vi-goto-insert-state):
14699         * progmodes/flymake.el (flymake-new-err-info)
14700         (flymake-start-syntax-check-for-current-buffer)
14701         (flymake-simple-cleanup):
14702         * eshell/esh-var.el (eshell/export):
14703         * progmodes/gud.el (xdb):
14704         * textmodes/flyspell.el (flyspell-incorrect-hook)
14705         (flyspell-maybe-correct-transposition)
14706         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14708 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14710         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14711         minibuffer prompt.
14713 2005-06-13  Kim F. Storm  <storm@cua.dk>
14715         * subr.el (add-to-ordered-list): New defun.
14717         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14718         add cua--keymap-alist to emulation-mode-map-alists.
14720 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14722         * subr.el (complete-in-turn): New macro.
14723         (dynamic-completion-table, lazy-completion-table): Add debug info.
14725         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14726         in preference to face aliases.
14728         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14729         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14730         Remove unused vars `start' and `firstline'.
14731         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14732         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14734 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
14736         * cus-start.el (all): Don't complain about missing GTK-related
14737         variables, unless either `gtk' is boundp or this isn't a
14738         `windows-nt' build.
14740 2005-06-13  Lute Kamstra  <lute@gnu.org>
14742         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14743         run-mode-hooks.
14745         * ediff-mult.el (ediff-meta-mode):
14746         * ediff-util.el (ediff-mode): Use run-mode-hooks.
14748         * ledit.el (ledit-mode): Use delay-mode-hooks.
14750         * woman.el (woman-mode-line-format): Delete constant.
14751         (woman-mode-map): Initialize it properly.
14752         (woman-mode): Set mode-class property to special.
14753         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
14754         Set major-mode and mode-name.  Don't set mode-line-format directly.
14755         (Man-getpage-in-background): Don't reference woman-mode-line-format.
14757         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14758         string argument obsolete.
14760 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
14762         * textmodes/org.el (org-CUA-compatible): New option.
14763         (org-disputed-keys): New variable.
14764         (org-key): New function.
14765         (orgtbl-make-binding): Add docstring to the created function.
14766         (org-mode): Set paragraph start/separate regexps.
14767         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14768         (org-archive-location, org-archive-mark-done)
14769         (org-archive-stamp-time): New options.
14770         (org-archive-subtree): New command.
14771         (org-fill-paragraph): New function.
14772         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14773         (org-fake-empty-table-line): Function removed.
14774         (org-format-org-table-html): Do not create empty table lines at
14775         separator lines.  Improved table header treatment.
14776         (org-link-format): New option.
14777         (org-make-link): New function.
14778         (org-insert-link, org-store-link): Use org-make-link.
14779         (org-open-file): Quote file name for shell command, to allow
14780         spaces in file names.
14781         (org-link-regexp): Fix bug with mailto link.
14782         (org-link-maybe-angles-regexp, org-protected-link-regexp):
14783         New constants.
14784         (org-export-as-html): Deal with the optional angles around a link.
14785         Better treatment of file: links.
14786         (org-open-at-point): Replace @{ and @} with < and >.
14787         (org-run-mode-hooks): Function removed.
14788         (org-agenda-mode): No longer use `org-run-mode-hooks'.
14790 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
14792         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14793         MI command -data-list-register-values.
14794         (gdb-post-prompt): Indent properly.
14796 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
14798         * hilit-chg.el (highlight-changes-colors): Rename from
14799         `highlight-changes-colours'.
14800         (highlight-changes-colours): Keep as obsolete alias.
14801         (highlight-changes-face-list): Doc fix.
14802         (hilit-chg-make-list): Use `highlight-changes-colors'.
14804 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
14806         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14807         defun-prompt-regexp.
14809 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
14811         * loadup.el: Don't say we are dumping under 2 names on windows-nt
14812         and cygwin.
14814         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14815         Don't use an old loaddefs.el, as in Makefile.in.
14817 2005-06-12  Lute Kamstra  <lute@gnu.org>
14819         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14821         * man.el (Man-mode-map): Initialize it properly.
14822         (Man-mode): Set mode-class property to special.
14824         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14826 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14828         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14829         A newline is needed in the docstring there.
14831         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14832         Doc fixes.
14834 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14836         * printing.el: Doc fix.  The menubar is no more changed when printing
14837         is loaded, it only changes when pr-menu-bind or pr-update-menus is
14838         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
14839         (pr-version): New version number (6.8.4).
14840         (pr-menu-bind): New command.
14841         (pr-update-menus): Docstring and code fix.
14842         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14843         Docstring fix.
14844         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14845         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14847 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
14849         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14850         "Returns" to "return", document useful return values, etc.
14852 2005-06-11  Alan Mackenzie  <acm@muc.de>
14854         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14855         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14856         (adaptive-file-function): Minor amendment to doc-string.
14858 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14860         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14861         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14862         Fix :type--it is `integer', not `string'.
14864         * faces.el (modeline-highlight): Rename from (the erroneous)
14865         `modeline-higilight'.
14867 2005-06-11  Lute Kamstra  <lute@gnu.org>
14869         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14870         lisp-interaction-mode-map but make it the parent.
14871         (edebug-eval-mode): Use define-derived-mode.
14873 2005-06-11  Andreas Schwab  <schwab@suse.de>
14875         * bindings.el: Add binding of `ESC functionkey' for every
14876         `M-functionkey'.
14877         * hexl.el (hexl-mode-map): Likewise.
14879 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
14881         * progmodes/compile.el (compilation-error-regexp-alist-alist)
14882         [msft]: update regexp for newer msft compilers.
14884 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
14886         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14887         ATTLIST portions of included DTDs.
14888         (xml-parse-dtd): Eliminate use of inefficient match-data.
14890 2005-06-10  Miles Bader  <miles@gnu.org>
14892         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14893         (mpuz-text): Remove "-face" suffix from face names.
14894         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14895         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14896         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14898         * play/gomoku.el (gomoku-O, gomoku-X):
14899         Remove "-face" suffix from face names.
14900         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14901         New backward-compatibility aliases for renamed faces.
14902         (gomoku-font-lock-keywords): Use renamed gomoku faces.
14904 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14906         * thumbs.el: Fixes for changes of 2005-06-09.
14907         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14908         as a directory.
14909         (thumbs-thumbname): Remove directory separator from format string;
14910         `thumbs-thumbsdir' now returns a valid directory name.
14911         (thumbs-temp-dir): New defsubst.
14912         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14913         Use it.
14915         * cus-edit.el (minibuffer):
14916         * files.el (make-backup-file-name-function):
14917         * filesets.el (filesets-external-viewers):
14918         * hilit-chg.el (highlight-changes-colours)
14919         (highlight-changes-face-list, highlight-changes-rotate-faces):
14920         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14921         * kmacro.el (kmacro-call-macro):
14922         * log-edit.el (log-edit-changelog-full-paragraphs):
14923         * mouse.el (mouse-1-click-follows-link):
14924         * skeleton.el (skeleton-autowrap):
14925         * subr.el (insert-for-yank-1):
14926         * tempo.el (tempo-insert-region):
14927         * terminal.el (terminal-emulator):
14928         * time.el (display-time-mail-face):
14929         * vc.el (vc-annotate):
14930         * vcursor.el (vcursor-copy-line):
14931         * woman.el (woman-bold-headings, woman-ignore)
14932         (woman-default-faces, woman-monochrome-faces):
14933         * calendar/todo-mode.el (todo-insert-threshold):
14934         * emulation/pc-select.el (pc-select-selection-keys-only)
14935         (pc-selection-mode):
14936         * emulation/vip.el (vip-find-char-forward):
14937         * emulation/viper-cmd.el (viper-find-char-forward):
14938         * international/mule-cmds.el
14939         (select-safe-coding-system-accept-default-p)
14940         (input-method-exit-on-invalid-key):
14941         * international/mule-diag.el (describe-coding-system):
14942         * international/ucs-tables.el (unify-8859-on-encoding-mode):
14943         * net/browse-url.el (browse-url-xterm-program):
14944         * obsolete/lazy-lock.el (lazy-lock-mode):
14945         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14946         (cperl-mode):
14947         * progmodes/cpp.el (cpp-face-light-name-list)
14948         (cpp-face-dark-name-list):
14949         * progmodes/delphi.el (delphi-newline-always-indents):
14950         Fix spellings in docstrings.
14952         * ido.el (ido-mode, ido-file-extensions-order)
14953         (ido-default-file-method, ido-default-buffer-method)
14954         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14955         (ido-decorations, ido-read-file-name-as-directory-commands)
14956         (ido-read-file-name-non-ido, ido-work-directory-list)
14957         (ido-ignore-item-temp-list, ido-current-directory)
14958         (ido-magic-forward-char, ido-enter-find-file)
14959         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14960         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14962 2005-06-10  Lute Kamstra  <lute@gnu.org>
14964         * play/dunnet.el (dun-mode): Use define-derived-mode.
14965         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
14966         obsolete alias.
14968         * play/doctor.el (doctor-mode-map): Remove defvar.
14969         (doctor-mode): Use define-derived-mode.
14971         * mail/mspools.el (mspools-mode):
14972         * net/eudc-hotlist.el (eudc-hotlist-mode):
14973         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14975 2005-06-10  Miles Bader  <miles@gnu.org>
14977         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14978         Remove "-face" suffix from face names.
14979         (flyspell-incorrect-face, flyspell-duplicate-face):
14980         New backward-compatibility aliases for renamed faces.
14981         (flyspell-mode-on, make-flyspell-overlay)
14982         (flyspell-highlight-incorrect-region)
14983         (flyspell-highlight-duplicate-region)
14984         (flyspell-display-next-corrections)
14985         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14987         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14988         from face name.
14989         (texinfo-heading-face): New backward-compatibility alias for
14990         renamed face.
14991         (texinfo-heading-face): Use renamed texinfo-heading face.
14993         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14994         suffix from face names.
14995         (tex-math-face, tex-verbatim-face):
14996         New backward-compatibility aliases for renamed faces.
14997         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14998         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14999         literal face name.
15001         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15002         name.
15003         (table-cell-face): New backward-compatibility alias for renamed face.
15004         (table--put-cell-face-property, table--update-cell-face):
15005         Use renamed table-cell face.
15007         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15008         from face name.
15009         (sgml-namespace-face): New backward-compatibility alias for
15010         renamed face.
15011         (sgml-namespace-face): Use renamed sgml-namespace face.
15013         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15014         (org-level-4, org-level-5, org-level-6, org-level-7)
15015         (org-level-8, org-warning, org-headline-done)
15016         (org-deadline-announce, org-scheduled-today)
15017         (org-scheduled-previously, org-link, org-done, org-table)
15018         (org-time-grid): Remove "-face" suffix from face names.
15019         (org-level-1-face, org-level-2-face, org-level-3-face)
15020         (org-level-4-face, org-level-5-face, org-level-6-face)
15021         (org-level-7-face, org-level-8-face, org-warning-face)
15022         (org-headline-done-face, org-deadline-announce-face)
15023         (org-scheduled-today-face, org-scheduled-previously-face)
15024         (org-link-face, org-done-face, org-table-face)
15025         (org-time-grid-face):
15026         New backward-compatibility aliases for renamed faces.
15027         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15028         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15029         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15030         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15032         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15033         (viper-minibuffer-emacs, viper-minibuffer-insert)
15034         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15035         (viper-search-face, viper-replace-overlay-face)
15036         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15037         (viper-minibuffer-vi-face):
15038         New backward-compatibility aliases for renamed faces.
15039         (viper-search-face, viper-replace-overlay-face)
15040         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15041         (viper-minibuffer-vi-face): Use renamed viper faces.
15043         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15044         Remove "-face" suffix from face names.
15045         (testcover-nohits-face, testcover-1value-face):
15046         New backward-compatibility aliases for renamed faces.
15047         (testcover-mark): Use renamed testcover faces.
15049         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15050         face name.
15051         (diary-button-face): New backward-compatibility alias for renamed face.
15052         (diary-entry): Use renamed diary-button face.
15054         * calendar/calendar.el (diary, calendar-today, holiday)
15055         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15056         (diary-face, calendar-today-face, holiday-face):
15057         New backward-compatibility aliases for renamed faces.
15058         (eval-after-load "facemenu", diary-entry-marker)
15059         (calendar-today-marker, calendar-holiday-marker, diary-face):
15060         Use renamed calendar faces.
15062         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15063         (compare-windows-face): New backward-compatibility alias for
15064         renamed face.
15065         (compare-windows-highlight): Use renamed compare-windows face.
15067         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15068         (strokes-char-face): New backward-compatibility alias for renamed face.
15069         (strokes-encode-buffer): Use renamed strokes-char face.
15071         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15072         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15073         Remove "-face" suffix from face names.
15074         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15075         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15076         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15077         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15078         Use renamed pcvs faces.
15079         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15080         * pcvs-defs.el (cvs-mode-map): Likewise.
15081         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15083         * info.el (info-title-1, info-title-2, info-title-3)
15084         (info-title-4): Remove "-face" suffix from and downcase face names.
15085         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15086         (Info-title-4-face):
15087         New backward-compatibility aliases for renamed faces.
15088         (Info-fontify-node): Use renamed info faces.
15090         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15091         Remove "-face" suffix from face names.
15092         (highlight-changes-face, highlight-changes-delete-face):
15093         New backward-compatibility aliases for renamed faces.
15094         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15095         (hilit-chg-make-list): Use renamed highlight-changes faces.
15097         * generic-x.el (show-tabs-tab, show-tabs-space):
15098         Remove "-face" suffix from face names.
15099         (show-tabs-tab-face, show-tabs-space-face):
15100         New backward-compatibility aliases for renamed faces.
15101         (show-tabs-generic-mode-font-lock-defaults-1)
15102         (show-tabs-generic-mode-font-lock-defaults-2):
15103         Use renamed show-tabs faces.
15105         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15106         (smerge-markers): Remove "-face" suffix from face names.
15107         (smerge-mine-face, smerge-other-face, smerge-base-face)
15108         (smerge-markers-face):
15109         New backward-compatibility aliases for renamed faces.
15110         (smerge-mine-face, smerge-other-face, smerge-base-face)
15111         (smerge-markers-face): Use renamed smerge faces.
15113         * log-view.el (log-view-file, log-view-message): Remove "-face"
15114         suffix from face names.
15115         (log-view-file-face, log-view-message-face):
15116         New backward-compatibility aliases for renamed faces.
15117         (log-view-file-face, log-view-message-face): Use renamed log-view
15118         faces.
15120         * paren.el (show-paren-match, show-paren-mismatch):
15121         Remove "-face" suffix from face names.
15122         (show-paren-match-face, show-paren-mismatch-face):
15123         New backward-compatibility aliases for renamed faces.
15124         (show-paren-function): Use renamed show-paren faces.
15126         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15127         (ruler-mode-margins, ruler-mode-fringes)
15128         (ruler-mode-column-number, ruler-mode-fill-column)
15129         (ruler-mode-comment-column, ruler-mode-goal-column)
15130         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15131         suffix from face names.
15132         (ruler-mode-default-face, ruler-mode-pad-face)
15133         (ruler-mode-margins-face, ruler-mode-fringes-face)
15134         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15135         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15136         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15137         New backward-compatibility aliases for renamed faces.
15138         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15139         (ruler-mode-column-number, ruler-mode-fill-column)
15140         (ruler-mode-comment-column, ruler-mode-goal-column)
15141         (ruler-mode-tab-stop, ruler-mode-current-column)
15142         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15143         faces.
15145         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15146         face name.
15147         (whitespace-highlight-the-space): Use renamed face.
15148         (whitespace-highlight-face): New backward-compatibility alias for
15149         renamed face.
15151         * woman.el (woman-italic, woman-bold, woman-unknown)
15152         (woman-addition, woman-symbol-face):
15153         Remove "-face" suffix from face names.
15154         (woman-italic-face, woman-bold-face, woman-unknown-face)
15155         (woman-addition-face):
15156         New backward-compatibility aliases for renamed faces.
15157         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15158         (woman-decode-region, woman-replace-match)
15159         (woman-display-extended-fonts, woman-special-characters)
15160         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15161         Use renamed woman faces.
15163         * longlines.el (longlines-visible-face): Face removed.
15165         * diff-mode.el (diff-header, diff-file-header, diff-index)
15166         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15167         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15168         suffix from face names.
15169         (diff-header-face, diff-file-header-face, diff-index-face)
15170         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15171         (diff-changed-face, diff-function-face, diff-context-face)
15172         (diff-nonexistent-face): New backward-compatibility aliases for
15173         renamed faces.
15174         (diff-header-face, diff-file-header-face)
15175         (diff-index, diff-index-face, diff-hunk-header)
15176         (diff-hunk-header-face, diff-removed, diff-removed-face)
15177         (diff-added, diff-added-face, diff-changed-face, diff-function)
15178         (diff-function-face, diff-context-face, diff-nonexistent)
15179         (diff-nonexistent-face): Use renamed diff-mode faces.
15181         * progmodes/compile.el (compilation-warning-face)
15182         (compilation-info-face): Remove "-face" suffix from face names.
15183         (compilation-warning-face, compilation-info-face):
15184         New backward-compatibility aliases for renamed faces.
15185         (compilation-warning-face, compilation-info-face):
15186         Use renamed compilation faces.
15188         * add-log.el (change-log-date, change-log-name)
15189         (change-log-email, change-log-file, change-log-list)
15190         (change-log-conditionals, change-log-function)
15191         (change-log-acknowledgement): Remove "-face" suffix from face names.
15192         (change-log-date-face, change-log-name-face)
15193         (change-log-email-face, change-log-file-face)
15194         (change-log-list-face, change-log-conditionals-face)
15195         (change-log-function-face, change-log-acknowledgement-face):
15196         New backward-compatibility aliases for renamed faces.
15197         (change-log-font-lock-keywords): Use renamed change-log faces.
15199         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15200         (custom-set, custom-changed, custom-saved, custom-button)
15201         (custom-button-pressed, custom-documentation, custom-state)
15202         (custom-comment, custom-comment-tag, custom-variable-tag)
15203         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15204         (custom-group-tag): Remove "-face" suffix from face names.
15205         (custom-magic-alist, custom-magic-value-create)
15206         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15207         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15208         (custom-set-face, custom-changed-face, custom-saved-face)
15209         (custom-button-face, custom-button-pressed-face)
15210         (custom-documentation-face, custom-state-face)
15211         (custom-comment-face, custom-comment-tag-face)
15212         (custom-variable-tag-face, custom-variable-button-face)
15213         (custom-face-tag-face, custom-group-tag-face-1)
15214         (custom-group-tag-face):
15215         New backward-compatibility aliases for renamed faces.
15217         * wid-edit.el (widget-documentation, widget-button)
15218         (widget-field, widget-single-line-field, widget-inactive)
15219         (widget-button-pressed): "-face" suffix removed from face names.
15220         (widget-documentation-face, widget-button-face)
15221         (widget-field-face, widget-single-line-field-face)
15222         (widget-inactive-face, widget-button-pressed-face):
15223         New backward-compatibility aliases for renamed faces.
15224         (widget-documentation-face, widget-button-face)
15225         (widget-button-pressed-face, widget-specify-field)
15226         (widget-specify-inactive): Use renamed widget faces.
15228 2005-06-10  Kenichi Handa  <handa@m17n.org>
15230         * term/x-win.el (x-clipboard-yank): Remove condition-case
15231         wrapping.
15233 2005-06-11  Kenichi Handa  <handa@m17n.org>
15235         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15236         date lines stricter.
15238 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15240         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15241         of x-get-selection.
15243 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15245         * comint.el (comint-mode, comint-snapshot-last-prompt):
15246         * frame.el (frame-current-scroll-bars):
15247         * term.el (term-mode, term-check-proc, term-input-sender)
15248         (term-simple-send, term-extract-string, term-word)
15249         (term-match-partial-filename):
15250         * window.el (window-current-scroll-bars):
15251         * emulation/cua-base.el (cua-normal-cursor-color)
15252         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15253         (cua-global-mark-cursor-color):
15254         * mail/undigest.el (rmail-forward-separator-regex):
15255         Fix typos in docstrings.
15257         * comint.el (comint-check-proc, make-comint-in-buffer)
15258         (comint-source-default): Doc fixes.
15260         * term.el (term-send-string): Improve argument/docstring consistency.
15262 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15264         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15265         call to `delete-region'.
15266         (comint-mode-hook): Do not enable Font Lock by default.
15268 2005-06-09  Lute Kamstra  <lute@gnu.org>
15270         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15271         could be void.
15273 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15275         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15276         (debug): Use it.
15277         (debugger-step-through, debugger-continue, debugger-jump)
15278         (debugger-return-value): Set it when needed.
15279         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15280         Use inhibit-read-only.
15282 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15284         * window.el (shrink-window-if-larger-than-buffer)
15285         (window-size-fixed): Fix typo in docstring.
15287         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15288         thumbnails directory on loading.
15289         (thumbs-conversion-program): Use `eq' to check the system type,
15290         not `equal'.
15291         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15292         not "/tmp".  Fix docstring.
15293         (thumbs-thumbsdir): New function to return the thumbnails
15294         directory, creating it if needed.
15295         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15296         (thumbs-temp-file): Delete variable and make it into a function.
15297         (thumbs-resize-image, thumbs-modify-image): Use it.
15298         (thumbs-kill-buffer): Simplify.
15299         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15300         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15301         docstrings.
15303 2005-06-09  Kim F. Storm  <storm@cua.dk>
15305         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15306         set-match-data to free markers in match-data.
15308         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15309         match-data to unchain markers in match-data.
15311 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15313         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15314         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15315         unnecessary now.
15317 2005-06-08  Richard M. Stallman  <rms@gnu.org>
15319         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15320         give the variable a doc string that doesn't say don't set it directly.
15322         * textmodes/ispell.el (ispell-check-version):
15323         Use match-string-no-properties.
15324         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15325         (ispell-buffer-local-words): Likewise.
15327         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15328         except on terminals with enough colors to really display it.
15329         (makefile-dependency-regex): Delete spurious `bb'.
15331         * faces.el (escape-glyph): Use blue once again in last case.
15332         (no-break-space): Redefine so that it isn't invisible on a tty.
15334 2005-06-08  Kim F. Storm  <storm@cua.dk>
15336         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15337         also when reading directory name.
15339 2005-06-08  Lute Kamstra  <lute@gnu.org>
15341         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15342         (flyspell-mode-line-string): Remove autoload cookie.
15343         (flyspell-mode): Remove defvar.
15345 2005-06-07  Lute Kamstra  <lute@gnu.org>
15347         * textmodes/org.el (org-run-mode-hooks): New function.
15348         (org-agenda-mode): Use it.
15350 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
15352         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15354 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15356         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15358 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
15360         * font-lock.el (font-lock-add-keywords): Doc fix.
15362 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15364         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15365         (tex-compile-default): In the absence of any history, use the order in
15366         tex-compile-alist to choose the preferred command.
15367         (tex-compile-commands): Reorder a bit.
15369         * textmodes/flyspell.el (flyspell-auto-correct-binding)
15370         (flyspell-incorrect-face, flyspell-duplicate-face):
15371         Use (X)Emacs-agnostic code.
15372         (flyspell-mode-map): Don't overwrite at each load.  Remove code
15373         redundant with the subsequent add-minor-mode.  Merge Emacs and
15374         XEmacs code.
15375         (flyspell-word): Minor simplification.
15376         (flyspell-math-tex-command-p): Quieten the byte-compiler.
15377         (flyspell-external-point-words): Remove unused vars `size' and `start'.
15378         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15379         Merge the corresponding Emacs code.
15380         (flyspell-correct-word, flyspell-xemacs-popup):
15381         Use flyspell-do-correct.
15383         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15384         a dedicated window.
15386         * international/latexenc.el (latexenc-find-file-coding-system):
15387         Undo part of last patch, to turn off a compiler warning.
15389 2005-06-06  Juri Linkov  <juri@jurta.org>
15391         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15392         Rename `tmm-inactive-face' to `tmm-inactive'.
15394 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
15396         * iswitchb.el: Rename faces.
15398 2005-06-06  Kim F. Storm  <storm@cua.dk>
15400         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15401         (cua-global-mark): Remove -face suffix from face names.
15403         * emulation/cua-gmrk.el (cua--init-global-mark):
15404         Remove cua-global-mark face setup.
15406 2005-06-06  Richard M. Stallman  <rms@gnu.org>
15408         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15409         just like other allowed characters.
15410         (makefile-match-dependency): Exclude leading and training whitespace
15411         from the range of regexp subexp 1.
15412         (makefile-macroassign-regex): Don't try to match the body,
15413         just the name of the macro being defined.
15415         * info.el (Info-read-node-name-2): New function.
15416         (Info-read-node-name-1): Use that.
15417         Add a completion-base-size-function property.
15419         * simple.el (completion-setup-function): Look for
15420         completion-base-size-function property of minibuffer-completion-table.
15422         * files.el (locate-file-completion): Doc fix.
15424         * printing.el: Don't call pr-update-menus; user must do that.
15426         * emacs-lisp/debug.el (debugger-window): New variable.
15427         (debug): Use debugger-window if it is set and still alive.
15428         Record debugger-window for next entry.
15430         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15432 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
15434         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15435         (hack-one-local-variable, hack-local-variables)
15436         (hack-local-variables-prop-line): Pass that arg.
15438 2005-06-06  Kim F. Storm  <storm@cua.dk>
15440         * ido.el (ido-first-match, ido-only-match, ido-subdir)
15441         (ido-indicator): Remove -face suffix from face names.
15443 2005-06-06  Juri Linkov  <juri@jurta.org>
15445         * font-lock.el (font-lock-regexp-backslash)
15446         (font-lock-regexp-backslash-construct): New faces.
15447         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
15448         after `('.  Add `while-no-input' to control structures.
15450         * faces.el (no-break-space, shadow): New faces.
15451         (escape-glyph): Use less loud colors pink2 and red4.
15453         * diff-mode.el (diff-context-face)
15454         * dired.el (dired-ignored)
15455         * rfn-eshadow.el (file-name-shadow)
15456         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15458         * info.el (Info-title-1-face): Use green instead of yellow because
15459         bold yellow is not readable on light backgrounds.
15461         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15462         before selecting the desired mode to not spend time fontifying
15463         old contents.
15465 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
15467         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15468         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15470         * ps-print.el (ps-default-fg, ps-default-bg):
15471         Fix typos in docstrings.
15473         * isearchb.el (isearchb): Don't pass a spurious second argument to
15474         `iswitchb-completions'.
15476 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
15478         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15479         to preserve point.
15480         (gdb-find-file-hook): Add doc string.
15482         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15483         C dereferenced pointer expression.
15484         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
15486         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15488         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15489         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15490         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15491         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15492         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15493         Make background transparent.
15495 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15497         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
15498         (font-lock-remove-keywords): Doc fix.
15499         (font-lock-mode-major-mode): Compiler defvar.
15500         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15502         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15503         (font-lock-mode): Update `font-lock-mode-major-mode'.
15504         (font-lock-set-defaults): Compiler defvar.
15505         (font-lock-default-function): Take `font-lock-mode-major-mode'
15506         into account.
15508         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15509         keep track of which major mode it enabled the minor mode for.
15510         Use find-file-hook again.  Update docstring.
15512         * simple.el (eval-expression-print-level)
15513         (eval-expression-print-length, eval-expression-debug-on-error):
15514         Doc fixes.
15516 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
15518         * iswitchb.el (iswitchb-single-match-face)
15519         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15520         (iswitchb-invalid-regexp-face): New faces.
15521         (iswitchb-completions): Use them.
15522         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15523         now marked as an obsolete alias.
15524         (iswitchb-read-buffer): Remove check for bound font variables.
15525         (iswitchb-invalid-regexp): New free variable.
15526         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15527         set iswitchb-invalid-regexp.
15528         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15529         invalid regexps.
15530         (iswitchb-completions): Add check for complete match when entering
15531         a regexp.
15532         (iswitchb-completions): Remove require-match argument.
15533         (iswitchb-exhibit): Fix caller.
15534         (iswitchb-common-match-inserted): New variable.
15535         (iswitchb-complete, iswitchb-completion-help): Use it.
15537 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
15539         * url-http.el (url-http-chunked-encoding-after-change-function):
15540         Use `url-http-debug' instead of `message'.
15542 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
15544         * url-http.el (url-http-parse-headers): Pass redirected URL as a
15545         callback argument.
15547 2005-06-04  Kim F. Storm  <storm@cua.dk>
15549         * simple.el (line-move): Only call sit-for when moving backwards.
15551         * ido.el (ido-make-merged-file-list-1): New defun split from
15552         ido-make-merged-file-list.
15553         (ido-make-merged-file-list): Bind throw-on-input around call to
15554         ido-make-merged-file-list-1.  Return input-pending-p if
15555         interrupted by more input available.
15556         (ido-read-internal): Handle input-pending-p return value from
15557         ido-make-merged-file-list.
15559 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15561         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15562         compatibility code.
15564         * international/latexenc.el (latexenc-find-file-coding-system):
15565         Don't inherit the EOL part of the coding-system from the
15566         tex-main buffer.  Fit within 80 columns.
15568 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
15570         * tmm.el (tmm-inactive-face): New face.
15571         (tmm-remove-inactive-mouse-face): New function.
15572         (tmm-prompt, tmm-add-one-shortcut)
15573         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15574         but not selectable.
15576 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
15578         * faces.el (face-equal): Improve argument/docstring consistency.
15580 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
15582         * progmodes/make-mode.el (makefile-targets-face)
15583         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15584         (makefile-bsdmake-dependency-regex)
15585         (makefile-makepp-rule-action-regex)
15586         (makefile-bsdmake-rule-action-regex): New constants.
15587         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15589         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15590         Allow (...) within `...' for makepp messages.
15592 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15594         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15596         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15597         "." files are deleted from all file lists before comparison.
15599         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15600         (viper-ESC-key): Made them customizable.
15602         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15604 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
15606         * autorevert.el (auto-revert-buffers): Use save-match-data.
15608 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15610         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15611         menu items with a nil command binding.
15613 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
15615         * emacs-lisp/cl-macs.el (defsetf):
15616         Improve argument/docstring consistency.
15618         * faces.el (list-faces-display): Improve the formatting by
15619         computing the maximum length required for any face-name (reworked
15620         patch of 1999-01-11, accidentally deleted on 1999-07-21).
15621         (internal-find-face): Remove redundant info in docstring.
15623 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
15625         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15626         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15627         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15628         (gdb-assembler-custom): Improve regexps.
15629         (def-gdb-auto-update-handler): Use window point to preserve point.
15631 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15633         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15635 2005-05-31  Jay Belanger  <belanger@truman.edu>
15637         * calc/calc-embed.el (calc-embedded-word): Change argument passed
15638         to calc-embedded.
15639         (calc-embedded-make-info): Have plain prefix argument select
15640         entire line.
15642 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
15644         * faces.el (list-faces-display): Signal error if passed a regexp
15645         that matches no face name.
15647         * simple.el (filter-buffer-substring): Fix typo in docstring.
15649 2005-05-31  Richard M. Stallman  <rms@gnu.org>
15651         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15652         (vhdl-emacs-21): Doc fix.
15653         (vhdl-mode): Unconditionally set comment-padding.
15654         (vhdl-fixup-whitespace-region): Insert spaces only where
15655         there are none.
15656         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15658 2005-05-30  John Wiegley  <johnw@newartisans.com>
15660         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15661         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15662         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15663         `directory-sep-char' to ?/, and all uses of `string-to-int' to
15664         `string-to-number'.
15666 2005-05-30  Jay Belanger  <belanger@truman.edu>
15668         * calc/calc.el (calc-bug-address): Fix docstring.
15669         (calc-window-hook, calc-trail-window-hook): New variables.
15670         (calc-trail-display): Restore use of calc-trail-window-hook.
15671         (calc): Restore use of calc-window-hook.
15673 2005-05-31  Masatake YAMATO  <jet@gyve.org>
15675         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15677         * help-fns.el (help-C-file-name): Add autoload mark for
15678         `find-function-noselect'.
15680 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15682         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15683         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15685 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15687         * calendar/diary-lib.el (mark-included-diary-files): Only kill
15688         included diary buffer if it was not already being visited.
15689         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15691         * calendar/icalendar.el (top-level): Do not require appt.
15693         * mail/supercite.el (sc-select-attribution): Only use a list
15694         element from sc-attrib-selection-list if it returns a string.
15695         Reported by Davide G. M. Salvetti <salve@debian.org>.
15697 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
15699         * thumbs.el (thumbs-thumbname): The resulting thumbname now
15700         includes a hash value to improve its uniqueness, and has a ".jpg"
15701         extension.  Also, it is now a valid filename on all systems.
15702         (thumbs-make-thumb): Use `let', not `let*'.
15703         (thumbs-show-thumbs-list): Check for JPEG availability.
15705 2005-05-30  Richard M. Stallman  <rms@gnu.org>
15707         * filesets.el (filesets-menu-ensure-use-cached):
15708         Prevent warning when emacs-version>= is undefined.
15710         * printing.el (pr-interactive-n-up): Use string-to-number.
15712         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15714         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15715         Warn only when name to be defined is quoted.
15717 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
15719         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15720         Make regexp more robust.
15721         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15722         Force regeneration of disassembly.
15724 2005-05-29  Jay Belanger  <belanger@truman.edu>
15726         * calc/calc.el (calc-user-invocation): Check if
15727         calc-invocation-macro is non-nil.
15729 2005-05-29  Juri Linkov  <juri@jurta.org>
15731         * add-log.el (change-log-font-lock-keywords):
15732         Add `+' to e-mail regexp to accept mail address with keywords.
15734         * man.el (Man-name-regexp): Add `:' to accept qualified names.
15736 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
15738         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15740         * ielm.el (inferior-emacs-lisp-mode): Ditto.
15742 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15744         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15745         Undo the change that moves to end of the current word.
15747 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15749         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15750         Throw error when count <= 0 to ensure input is a number.
15751         (gdb-read-memory-custom): Pick up address from buffer.
15752         (gdb-memory-mode): Allow user to increment and decrement
15753         memory address from header line.
15755 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15757         * flyspell.el (flyspell-version): Function deleted.
15758         (flyspell-auto-correct-previous-hook): Doc fix.
15760         * jit-lock.el (jit-lock-function, jit-lock-after-change):
15761         Do nothing if memory is full.
15763         * font-lock.el (font-lock-fontify-syntactically-region):
15764         Pass t for GREEDY to looking-back.
15766         * saveplace.el (save-place-alist-to-file): Write the file
15767         using write-region.
15769         * subr.el (looking-back): New argument GREEDY.
15771         * progmodes/compile.el (compilation-start): Set the mode
15772         before inserting the initial text.
15774         * progmodes/which-func.el (which-func-update-1): Turn the mode
15775         off in case of error by setting which-func-mode.
15777 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
15779         * flyspell.el (flyspell-auto-correct-previous-word):
15780         Narrow down to what's on the screen, and recenter overlays
15781         at the end of the next word.
15783 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
15785         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15786         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15787         (flyspell-abbrev-p): Default to nil.
15788         (flyspell-use-global-abbrev-table-p): Doc fix.
15789         (flyspell-large-region): Allow nil as value.
15790         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15792         (mail-mode-flyspell-verify): More robust handling
15793         of `mail-header-separator'.  More efficient signature detection.
15794         Allow for regexp metacharacters in message-header-separator.
15795         Adding `To' not to be checked in mail-mode-flyspell-verify.
15797         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15798         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15799         Bind flyspell-auto-correct-binding.
15800         Bind C-. and C-, .
15801         (flyspell-mode-map): Likewise.
15802         (flyspell-mode): Doc fix.
15803         (flyspell-accept-buffer-local-defs): Preserve current buffer.
15804         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15805         (flyspell-word-cache-result): New var, always local.
15806         (flyspell-check-pre-word-p): Doc fix.
15807         (flyspell-check-changed-word-p): Handle spc like newline.
15808         (flyspell-post-command-hook): Set flyspell-word-cache-result.
15809         (flyspell-word-search-backward, flyspell-word-search-forward):
15810         New functions.
15811         (flyspell-word): Return t if nothing to check.
15812         When parsing TeX code, check for after } or \.
15813         Use flyspell-word-search-backward to find previous word.
15814         Return nil if duplicated word.
15815         For word already checked, return same value as last time.
15816         Set flyspell-word-cache-result after checking.
15817         Don't clobber the return value.
15818         (flyspell-get-word): Major rewrite.
15819         (flyspell-external-point-words): New locals pword, pcount.
15820         Fix size used in progress message.
15821         Find the proper corresponding word in flyspell-large-region-buffer.
15822         (flyspell-region): Check for flyspell-large-region = nil.
15823         (flyspell-highlight-incorrect-region): Clean up overlays in region.
15824         (flyspell-auto-correct-word): Check that WORD is a cons.
15825         (flyspell-correct-word): Likewise.
15827 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
15829         * progmodes/make-mode.el (makefile-rule-action-regex)
15830         (makefile-macroassign-regex, makefile-makepp-mode)
15831         (makefile-bsdmake-mode): Continuation lines may be empty.
15832         Reported by Joshua Varner.
15833         (makefile-makepp-font-lock-keywords): Add $(stem).
15835 2005-05-28  Karl Berry  <karl@gnu.org>
15837         * textmodes/tex-mode.el: Now that tex-send-command calls
15838         shell-quote-argument (2005-03-31 change), remove all calls to
15839         shell-quote-argument; they all end up invoking tex-send-command.
15840         The double quoting loses on filenames with non-safe characters,
15841         such as "@".  Reported by Frederik Fouvry.
15843 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15845         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15846         about preserving point.
15848 2005-05-27  Jay Belanger  <belanger@truman.edu>
15850         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15851         Info-goto-node.
15853         * calc/calc-embed.el (calc-embed-arg): New variable.
15854         (calc-do-embedded-activate, calc-embedded-activate-formula)
15855         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15856         variable by new variable.
15857         (calc-embedded-make-info): Replace undeclared variable by new
15858         variable.  When selecting region with positive prefix
15859         argument, use end of previous line instead of beginning of line.
15861         * calc/calc-aent.el (calc-arg-values): Declare it.
15863         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15864         Declare them.
15866         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15868         * calc/calc.el (calc-alg-map): Declare it.
15870         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15872 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
15874         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15875         (gdb-registers-buffer, toggle-gdb-all-registers):
15876         Toggle display of floating point registers.
15877         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15879         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
15880         (toggle-gud-tooltip-dereference):
15881         Rename from gud-toggle-tooltip-dereference.
15883 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15885         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15887 2005-05-27  Jay Belanger  <belanger@truman.edu>
15889         * calc/calc-prog.el (calc-kbd-report): Remove.
15890         (calc-kbd-query): Rewrite.
15892 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
15894         * image.el (image-library-alist): Move to image.c.
15895         (image-type-available-p): Doc fix.
15897 2005-05-27  Lute Kamstra  <lute@gnu.org>
15899         * calc/calc.el (calc):
15900         * outline.el (outline-1, outline-2, outline-3, outline-4)
15901         (outline-5, outline-6, outline-7, outline-8):
15902         * textmodes/dns-mode.el (dns-mode):
15903         * textmodes/sgml-mode.el (sgml-namespace-face):
15904         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15905         (tex-verbatim-face, tex-use-reftex):
15906         * textmodes/texinfo.el (texinfo-heading-face):
15907         Specify customization group.
15909         * longlines.el: Don't require easy-mmode.
15910         (longlines-visible-face): Specify customization group.
15912 2005-05-27  Kenichi Handa  <handa@m17n.org>
15914         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15915         encoding table of windows-1251.
15917         * international/ucs-tables.el (ucs-set-table-for-input):
15918         If translation-table-for-input of a coding system is a symbol, get
15919         its translation-table property.
15921         * international/code-pages.el: Don't register a coding system into
15922         non-iso-charset-alist more than once.
15923         (cp-make-coding-system): Likewise.
15925 2005-05-26  John Wiegley  <johnw@newartisans.com>
15927         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15928         `eshell-resume-eval' is wrapped in a list, it indicates that the
15929         command was run asynchronously.  In that case, unwrap the value
15930         before checking the delimiter value.
15932         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15933         character before a space at the end of a line is \, assume the space
15934         is part of the last argument rather than a final argument separator.
15936         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15937         is in use, and the target is `t' or `nil' (which are the most common
15938         values), don't assume that the symbol target is a buffer.
15940 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15942         * calendar/calendar.el (calendar-mode-line-format):
15943         Use mode-line-highlight as mouse-face.
15945         * time.el (display-time-string-forms, display-time-update):
15946         Use mode-line-highlight as mouse-face.
15948 2005-05-26  Jay Belanger  <belanger@truman.edu>
15950         * calc/calc.el (calc-language-alist): Remove extra defvar.
15952 2005-05-26  Lute Kamstra  <lute@gnu.org>
15954         * arc-mode.el (archive-mode):
15955         * bookmark.el (bookmark-read-annotation-mode)
15956         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15957         * bs.el (bs-mode):
15958         * calc/calc-yank.el (calc-edit-mode):
15959         * calc/calc.el (calc-mode, calc-trail-mode):
15960         * calculator.el (calculator-mode):
15961         * chistory.el (command-history-mode):
15962         * comint.el:
15963         * cus-edit.el (custom-mode):
15964         * descr-text.el (describe-text-mode):
15965         * ebuff-menu.el (Electric-buffer-menu-mode):
15966         * ediff-util.el (ediff-mode):
15967         * emacs-lisp/re-builder.el (reb-mode):
15968         * emulation/vi.el (vi-mode-setup):
15969         * emulation/ws-mode.el (wordstar-mode):
15970         * eshell/esh-mode.el (eshell-mode):
15971         * forms.el (forms-mode):
15972         * help-mode.el (help-mode):
15973         * hexl.el (hexl-mode):
15974         * ibuffer.el (ibuffer-mode):
15975         * ielm.el (inferior-emacs-lisp-mode):
15976         * info.el (Info-mode, Info-edit-mode):
15977         * international/swedish.el:
15978         * ledit.el (ledit-from-lisp-mode):
15979         * locate.el (locate-mode):
15980         * mail/rmail.el (rmail-mode):
15981         * mail/rmailedit.el (rmail-edit-mode):
15982         * mail/rmailsum.el (rmail-summary-mode):
15983         * mail/supercite.el (sc-electric-mode):
15984         * net/eudc.el (eudc-mode):
15985         * net/quickurl.el (quickurl-list-mode):
15986         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15987         * obsolete/ooutline.el (outline-mode):
15988         * obsolete/options.el (Edit-options-mode):
15989         * obsolete/rnews.el (news-mode):
15990         * obsolete/rnewspost.el (news-reply-mode):
15991         * play/5x5.el (5x5-mode):
15992         * play/decipher.el (decipher-mode, decipher-stats-mode):
15993         * play/gomoku.el (gomoku-mode):
15994         * play/snake.el (snake-mode):
15995         * play/solitaire.el (solitaire-mode):
15996         * play/tetris.el (tetris-mode):
15997         * progmodes/ada-mode.el (ada-mode):
15998         * progmodes/antlr-mode.el (antlr-mode):
15999         * progmodes/autoconf.el (autoconf-mode):
16000         * progmodes/dcl-mode.el (dcl-mode):
16001         * progmodes/delphi.el (delphi-mode):
16002         * progmodes/ebrowse.el (ebrowse-tree-mode)
16003         (ebrowse-electric-list-mode, ebrowse-member-mode)
16004         (ebrowse-electric-position-mode):
16005         * progmodes/f90.el (f90-mode):
16006         * progmodes/fortran.el (fortran-mode):
16007         * progmodes/icon.el (icon-mode):
16008         * progmodes/idlw-help.el (idlwave-help-mode):
16009         * progmodes/idlw-shell.el (idlwave-shell-mode):
16010         * progmodes/idlwave.el (idlwave-mode):
16011         * progmodes/inf-lisp.el (inferior-lisp-mode):
16012         * progmodes/m4-mode.el (m4-mode):
16013         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16014         * progmodes/modula2.el (modula-2-mode):
16015         * progmodes/octave-inf.el (inferior-octave-mode):
16016         * progmodes/octave-mod.el (octave-mode):
16017         * progmodes/pascal.el (pascal-mode):
16018         * progmodes/sh-script.el (sh-mode):
16019         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16020         * progmodes/vhdl-mode.el (vhdl-mode):
16021         * progmodes/xscheme.el (scheme-interaction-mode):
16022         * replace.el (occur-mode):
16023         * ses.el (ses-mode):
16024         * simple.el (completion-list-mode):
16025         * skeleton.el:
16026         * speedbar.el (speedbar-mode):
16027         * term.el (term-mode):
16028         * terminal.el (terminal-edit-mode):
16029         * textmodes/reftex-index.el (reftex-index-mode)
16030         (reftex-index-phrases-mode):
16031         * textmodes/reftex-sel.el (reftex-select-label-mode)
16032         (reftex-select-bib-mode):
16033         * textmodes/reftex-toc.el (reftex-toc-mode):
16034         * wdired.el (wdired-change-to-wdired-mode):
16035         * wid-browse.el (widget-browse-mode):
16036         Use run-mode-hooks.
16038         * array.el (array-mode):
16039         * calendar/todo-mode.el (todo-mode):
16040         * man.el (Man-mode):
16041         * play/landmark.el (lm-mode):
16042         * play/mpuz.el (mpuz-mode):
16043         Use kill-all-local-variables and run-mode-hooks.
16045         * subr.el (delay-mode-hooks): Specify indentation.
16047 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16049         * xml.el (xml-substitute-special): Don't die for undefined xml
16050         entities.
16052 2005-05-26  Jay Belanger  <belanger@truman.edu>
16054         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16055         of nil.
16057 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16059         * progmodes/gdb-ui.el (gdb-frame-address):
16060         Rename from gdb-current-address.
16061         (gdb-previous-frame-address): Rename from gdb-previous-address.
16062         (gdb-selected-frame): Rename from gdb-current-frame.
16063         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16064         (gdb-frame-number): Rename from gdb-current-stack-level.
16065         (gdb-ann3): Match new mode-name for disassembly buffer.
16066         Extend initialization of variables.
16067         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16068         (gdb-memory-mode): Use mouse-face in header line.
16069         (gdb-assembler-buffer-name): Call it disassembly and give frame
16070         in mode line.
16071         (gdb-source-spec-regexp, gdb-assembler-custom)
16072         (gdb-invalidate-assembler, gdb-frame-handler):
16073         Make robust to leading zeroes in address format.
16075 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16077         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16078         define `org-mode'.
16079         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16081 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16083         * log-edit.el (log-edit-changelog-entries): Distinguish between
16084         filenames like xfns.c and fns.c.
16086 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16088         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16089         point after reverting.
16090         (Buffer-menu-make-sort-button): Handle the case where
16091         `Buffer-menu-use-header-line' is nil.
16093 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16095         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16096         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16097         and `:' to them.
16099 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16101         * startup.el (normal-top-level): Allow modification of load-path while
16102         we're iterating over it.
16104 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16106         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16107         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16108         (thumbs-resize-interactive, thumbs-insert-image)
16109         (thumbs-insert-thumb, thumbs-dired-show-marked)
16110         (thumbs-find-image-at-point, thumbs-delete-images)
16111         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16112         (thumbs-increment-image-size, thumbs-decrement-image-size):
16113         Fix typos in docstrings.
16115 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16117         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16118         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16119         (cperl-mode): Use them.
16121 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16123         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16124         Doc fixes.
16126 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16128         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16129         Bind C-d to gdb-inferior-io-eof.
16131         * dired.el (dired-dnd-popup-notice): Use message-box.
16133 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16135         * bindings.el (mode-line-major-mode-keymap):
16136         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16138         * faces.el (mode-line-highlight): New face.
16140         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16141         as mouse-face.
16143         * bindings.el (top-level, help-echo, mode-line-modified)
16144         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16145         as mouse-face.
16147 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16149         * progmodes/cc-engine.el (c-guess-basic-syntax):
16150         Remove spurious call to `zerop'.
16152         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16154 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16156         CC Mode update to 5.30.10:
16158         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16159         could go past the limit in decoration level 2, thereby causing
16160         errors during interactive fontification.
16162         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16163         the file is evaluated interactively.
16165         * cc-engine.el (c-guess-basic-syntax): Handle operator
16166         declarations somewhat better in C++.
16168         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16169         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16170         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16171         (awk-mode): Use it.
16172         (make-local-hook): Suppress warning about obsoleteness.
16174         * cc-engine.el, cc-align.el, cc-cmds.el
16175         (c-append-backslashes-forward, c-delete-backslashes-forward)
16176         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16177         Compensate for return value from `forward-line' when it has moved
16178         but not to a different line due to eob.
16180         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16181         `objc-method-intro' and `objc-method-args-cont'.
16183 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16185         CC Mode update to 5.30.10:
16187         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16188         in the copyright statement.  Incidentally, change "along with GNU
16189         Emacs" to "along with this program" where it occurs.
16191         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16192         so that it is interactive, hence can be found by M-x awk-mode
16193         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16194         <gmorris+emacs@ast.cam.ac.uk>.
16196         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16197         Mode's regexps.
16199 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16201         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16202         c-parse-state, to avoid a lisp error (on bad code).
16204 2005-05-23  Lute Kamstra  <lute@gnu.org>
16206         * subr.el (font-lock-defaults): Remove defvar as it's already
16207         defined in font-core.el.
16209         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16211 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16213         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16214         more general and work when GDB variable "print pretty" is on,
16215         as with Emacs, for example.
16217 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16219         * font-core.el: Update comment.
16221         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16222         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16224         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16226 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16228         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16229         and `yank-handler' in the doc strings.
16231 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16233         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16235 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16237         * help.el (describe-key): Move print-help-return-message call
16238         out of conditional.
16240         * progmodes/etags.el (list-tags): Use with-no-warnings.
16242         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16243         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16244         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16246         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16248         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16249         Add defvar.
16251         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16252         Use defvar, not defconst.
16254         * hexl.el (hexl-follow-line): Use with-no-warnings.
16256         * emulation/tpu-extras.el: Use write-file-functions instead of
16257         write-file-hooks.
16259         * dired.el (dired-font-lock-keywords): Fontify files with junk
16260         extensions even if marked by -F.
16262 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16264         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16265         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16266         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16267         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16268         (concatenate, list-length, get*, getf, cl-remprop):
16269         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16270         (etypecase, progv, lexical-let, lexical-let*)
16271         (multiple-value-bind, multiple-value-setq, shiftf):
16272         Improve argument/docstring consistency.
16274         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16276 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16278         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16279         doesn't exist.
16281         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16282         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16284 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16286         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16287         already deleted variables: auto-fill-hook, blink-paren-hook,
16288         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16289         suspend-hooks, comment-indent-hook, meta-flag,
16290         before-change-function, after-change-function,
16291         font-lock-doc-string-face.
16293 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16295         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16297 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16299         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16300         rmail-dont-reply-to.
16302 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16304         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16305         literal blank when splitting new-header-values.
16307 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16309         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16310         string so that tmm doesn't create a completion entry for it.
16312         * textmodes/table.el (table-disable-menu): Ditto.
16314 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16316         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16318         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16320         * net/rcompile.el (remote-compile): Use compilation-start.
16322         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16324 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
16326         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16327         Default to makefile-bsdmake-mode on BSD systems.
16329         * imenu.el (imenu-generic-expression, imenu--generic-function'):
16330         REGEXP may also be a search function now.  The part of doc-string
16331         for describing the structure was 95% identical to that of
16332         `imenu--generic-function'.  Unify it there.
16334         * progmodes/make-mode.el (makefile-imenu-generic-expression):
16335         Use function to find dependencies, because regexp alone is so complex,
16336         it easily goes into an endless loop.
16337         (makefile-makepp-mode): Also add submenu for Perl functions
16338         defined in the makefile.
16339         (makefile-bsdmake-mode): Special imenu-generic-expression no
16340         longer needed, due to function call.
16341         (makefile-match-dependency): Take BOUND into account when checking
16342         if we're through.
16344 2005-05-20  Jay Belanger  <belanger@truman.edu>
16346         * calc/calc-units.el (calc-invalidate-units-table):
16347         Use inhibit-read-only.
16348         (math-build-units-table-buffer): Use view-mode.
16350 2005-05-20  David Kastrup  <dak@gnu.org>
16352         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16353         easy-menu-add is not a nop on Emacs; and clarify when to call it.
16355 2005-05-20  Lute Kamstra  <lute@gnu.org>
16357         * diff-mode.el (diff-header-face, diff-file-header-face)
16358         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16359         (diff-added-face, diff-changed-face, diff-function-face)
16360         (diff-context-face, diff-nonexistent-face): Put them in the
16361         diff-mode customization group.
16363 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16365         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16367         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16369         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16370         Minor regexp-optimization.
16372 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
16374         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16375         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16376         (org-agenda-add-time-grid-maybe): New function.
16377         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16378         (org-table-create): `dotimes' instead of `mapcar'.
16379         (org-xor): Simplify implementation.
16380         (org-agenda): `inhibit-redisplay' turned on.
16381         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16382         a consistent line after a state change.
16383         (org-agenda-remove-times-when-in-prefix): New option.
16384         (org-prefix-has-time): New variable.
16385         (org-parse-time-string): Optional argument NODEFAULT.
16386         (org-format-agenda-item): Parse items for time-of-day
16387         specifications and move these into the prefix if possible.
16388         (org-agenda-priority): Get current heading, not previous heading
16389         during agenda remote editing.
16391 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
16393         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16394         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16395         (remove-duplicates, delete-duplicates, substitute)
16396         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16397         (nsubstitute-if-not, find, find-if, find-if-not, position)
16398         (position-if, position-if-not, count, count-if, count-if-not)
16399         (mismatch, search, sort*, stable-sort, merge, member*)
16400         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16401         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16402         (intersection, nintersection, set-difference, nset-difference)
16403         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16404         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16405         (nsublis, tree-equal): Improve argument/docstring consistency.
16407         * subr.el (send-string, send-region): Remove obsolescence declaration.
16408         (window-dot, set-window-dot, read-input, show-buffer)
16409         (eval-current-buffer, string-to-int):
16410         Add release number to obsolescence declarations.
16412 2005-05-19  Kim F. Storm  <storm@cua.dk>
16414         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16415         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16417 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
16419         * faces.el (list-faces-display): Make back button respect optional
16420         regexp arg.
16422 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
16424         * calculator.el (calculator-radix-grouping-mode)
16425         (calculator-radix-grouping-digits, calculator-displayer)
16426         (calculator-radix-grouping-separator, calculator-copy-displayer):
16427         * dabbrev.el (dabbrev-search-these-buffers-only):
16428         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16429         (diff-advance-after-apply-hunk, diff-mode-hook)
16430         (diff-minor-mode-prefix):
16431         * imenu.el (imenu-use-popup-menu):
16432         * jit-lock.el (jit-lock-context-time):
16433         * newcomment.el (comment-fill-column, comment-column)
16434         (comment-style, comment-padding, comment-multi-line)
16435         (comment-empty-lines, comment-auto-fill-only-comments):
16436         * reveal.el (reveal-around-mark):
16437         * uniquify.el (uniquify-buffer-name-style)
16438         (uniquify-after-kill-buffer-p)
16439         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16440         (uniquify-min-dir-content, uniquify-separator)
16441         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16442         * w32-vars.el (w32-fixed-font-alist):
16443         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16444         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16445         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16446         * progmodes/perl-mode.el (perl-indent-level)
16447         (perl-continued-statement-offset, perl-continued-brace-offset)
16448         (perl-brace-offset, perl-brace-imaginary-offset)
16449         (perl-label-offset, perl-indent-continued-arguments)
16450         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16451         * progmodes/tcl.el (tcl-indent-level)
16452         (tcl-continued-indent-level, tcl-auto-newline)
16453         (tcl-tab-always-indent, tcl-electric-hash-style)
16454         (tcl-help-directory-list, tcl-use-smart-word-finder)
16455         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16456         (inferior-tcl-source-command):
16457         * textmodes/fill.el (enable-kinsoku):
16458         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16459         * textmodes/table.el (table-yank-handler):
16460         Specify missing group (and type, if simple) in defcustom.
16462 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
16464         * progmodes/compile.el (compilation-finish-function): Fix defvar.
16466 2005-05-19  Richard M. Stallman  <rms@gnu.org>
16468         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16470         * subr.el (event-basic-type): Don't get an error.
16471         (left-fringe-p): Function deleted.
16473         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16474         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16476         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16477         in recursive copy.
16479         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16481         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16483         * emacs-lisp/bytecomp.el
16484         (byte-compile-file-form-custom-declare-variable):
16485         Call byte-compile-nogroup-warn if appropriate.
16487         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16488         (compilation-set-window): Don't call left-fringe-p; do it directly.
16490 2005-05-19  Jay Belanger  <belanger@truman.edu>
16492         * calc/calc-graph.el (calc-graph-format-data): Make sure
16493         var-PlotRejects is bound before trying to check its value.
16495 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
16497         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16498         definition of this variable from reftex-global.el to reftex.el,
16499         because it is needed in the menu.
16501 2005-05-19  Lute Kamstra  <lute@gnu.org>
16503         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16504         years are fixed.  Don't insert a space after a dash.
16506 2005-05-19  Kim F. Storm  <storm@cua.dk>
16508         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16510 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
16512         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16513         strings, because (eq ... ?\\) is fairly frequent.
16515         * progmodes/make-mode.el (makefile-add-this-line-targets):
16516         Simplify and integrate into `makefile-pickup-targets'.
16517         (makefile-add-this-line-macro): Simplify and integrate into
16518         `makefile-pickup-macros.
16519         (makefile-pickup-filenames-as-targets): Simplify.
16520         (makefile-previous-dependency, makefile-match-dependency):
16521         Don't stumble over `::'.
16523 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
16525         * subr.el (post-command-idle-hook, post-command-idle-delay):
16526         Remove obsoletion of post-command-idle-hook and
16527         post-command-idle-delay.
16529         * faces.el (list-faces-display): Provide button when describe-face
16530         is called to take user back to the list of faces.
16532         * help-fns.el (describe-variable): Remove hyperlinks in a
16533         variable's value as these are quite frequently inappropriate.
16535         * follow.el (follow-submit-feedback, follow-mode):
16536         Remove references to post-command-idle-hook.
16538 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
16540         * progmodes/make-mode.el (makefile-previous-dependency)
16541         (makefile-match-dependency): Check for := (and in bsd mode also
16542         !=) to give a better result, even when font-lock is not on.
16544 2005-05-18  Jay Belanger  <belanger@truman.edu>
16546         * calc/calc-help.el (calc-s-prefix-help):
16547         Add `calc-copy-special-constant' to help string.
16549 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
16551         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16553 2005-05-18  Jay Belanger  <belanger@truman.edu>
16555         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16556         in linear factors are in proper order.
16558 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
16560         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16561         Support for jurabib.
16563         * textmodes/reftex.el (featurep): Define aliases for overlay
16564         commands, for XEmacs compatibility, and use these aliases in
16565         overlay initializations.
16566         (reftex-highlight): Use `reftex-move-overlay'.
16567         (reftex-unhighlight): Use `reftex-delete-overlay'.
16568         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
16569         (reftex-access-search-path): Use `reftex-uniquify' instead of
16570         `reftex-uniq'
16572         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16573         `before-string' property modification enables for Emacs as well.
16574         (reftex-select-item): Use `reftex-delete-overlay'.
16575         (reftex-select-mark): Use `reftex-make-overlay' and
16576         `reftex-overlay-put'.
16577         (reftex-select-unmark): Use `reftex-delete-overlay' and
16578         `reftex-overlay-put'.
16580 2005-05-18  Lute Kamstra  <lute@gnu.org>
16582         * emacs-lisp/lisp.el (check-parens): Fix docstring.
16584 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
16586         * add-log.el (add-change-log-entry):
16587         * array.el (array-make-template, array-reconfigure-rows)
16588         (array-init-max-row, array-init-max-column)
16589         (array-init-columns-per-line, array-init-field-width):
16590         * replace.el (replace-match-maybe-edit, perform-replace):
16591         * textmodes/spell.el (spell-region):
16592         Replace `read-input' by `read-string'.
16594         * forms.el (forms-mode):
16595         * finder.el (finder-compile-keywords):
16596         * shadowfile.el (shadow-read-files):
16597         Replace `eval-current-buffer' by `eval-buffer'.
16599         * terminal.el (te-pass-through):
16600         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16601         (ange-ftp-raw-send-cmd):
16602         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16603         (send-process-next-char, telnet-initial-filter, telnet):
16604         Replace `send-string' by `process-send-string'.
16606         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16607         (prolog-consult-region): Replace `send-string' by
16608         `process-send-string'; replace `send-region' by `process-send-region'.
16610         * progmodes/delphi.el (delphi-log-msg):
16611         Replace `set-window-dot' by `set-window-point'.
16613         * subr.el (window-dot, set-window-dot, read-input, send-string)
16614         (send-region, show-buffer, eval-current-buffer):
16615         Make really obsolete, as the comment says.
16617 2005-05-17  Kim F. Storm  <storm@cua.dk>
16619         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16620         (cua--init-keymaps): Bind C-return instead of S-return to set
16621         rectangle mark.
16623         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16624         instead of S-return to toggle/clear rectangle mark.
16626 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
16628         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16629         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16630         Also fontify plain strings assigned to variables, mostly so that a
16631         colon has a face and is thus not taken as a dependency separator.
16632         (makefile-previous-dependency): Inline the new matcher, because it
16633         is too complex to work in both directions.
16634         (makefile-match-dependency): Eliminate `backward' arg (see above).
16635         Completely reimplemented so as to not sometimes go into an endless
16636         loop.  It should also be more efficient, because first it only
16637         searches for `:', instead of applying the very complex regexp.
16638         (makefile-mode): Cancel `font-lock-support-mode', because blocks
16639         to be fontified in one piece can be too long for JIT.
16640         Makefiles are never *that* big.
16642 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
16644         * dired.el (dired-mode): Simplify.
16646 2005-05-17  Lute Kamstra  <lute@gnu.org>
16648         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16649         defcustom for the mode hook variable.
16651         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16652         Emacs Lisp Reference Manual.
16654 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
16656         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16657         (evenp, list*):
16658         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16659         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16661         * net/tramp-smb.el (tramp-smb-open-connection):
16662         Pass `tramp-chunksize' as fifth (required) argument.
16664 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
16666         * font-lock.el (lisp-font-lock-keywords-1):
16667         Set `font-lock-negation-char-face' for [^...] char group.
16668         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16670         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16671         a var, and refine it to mask one more level of nested vars.
16672         (makefile-rule-action-regex): Turn it into a var, and refine it so
16673         it recognizes backslashed continuation lines as belonging to the
16674         same command.
16675         (makefile-macroassign-regex): Refine it so it recognizes
16676         backslashed continuation lines as belonging to the same command.
16677         (makefile-var-use-regex): Don't look at the next char, because it
16678         might be the same one to be skipped by the initial [^$], leading
16679         to an overlooked variable use.
16680         (makefile-make-font-lock-keywords): Remove two parameters, which
16681         are now variables that some of the modes set locally.
16682         Handle dependency and rule action matching through functions, because
16683         regexps alone match too often.  Dependency matching now comes
16684         last, so it can check, whether a colon already matched something else.
16685         (makefile-mode): Inform that font-lock improves makefile parsing
16686         capabilities.
16687         (makefile-match-dependency, makefile-match-action): New functions.
16689 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
16691         * emacs-lisp/cl-extra.el (equalp): Doc fix.
16693         * align.el (align-regexp):
16694         * ansi-color.el (ansi-color-get-face):
16695         * array.el (array-reconfigure-rows, array-init-max-row)
16696         (array-init-max-column, array-init-columns-per-line)
16697         (array-init-field-width):
16698         * dired-aux.el (dired-trample-file-versions):
16699         * dired-x.el (dired-mark-sexp):
16700         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16701         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16702         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16703         * faces.el (face-read-integer):
16704         * files.el (backup-extract-version, insert-directory):
16705         * hexl.el (hexl-insert-decimal-char):
16706         * server.el (server-process-filter):
16707         * shell.el (shell-extract-num):
16708         * startup.el (command-line-1):
16709         * term.el (term-command-hook):
16710         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16711         (time-stamp-do-number):
16712         * time.el (display-time-update):
16713         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16714         (timezone-fix-time):
16715         * vms-patch.el (vms-suspend-resume-hook):
16716         * calendar/appt.el (appt-convert-time):
16717         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16718         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16719         * calendar/cal-islam.el (mark-islamic-diary-entries):
16720         * calendar/calendar.el (calendar-cursor-to-date)
16721         (calendar-star-date):
16722         * calendar/diary-lib.el (diary-attrtype-convert)
16723         (mark-diary-entries, diary-entry-time):
16724         * calendar/solar.el (solar-get-number):
16725         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16726         * emacs-lisp/re-builder.el (reb-display-subexp):
16727         * emulation/edt.el (edt-set-scroll-margins):
16728         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16729         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16730         (vip-get-ex-count):
16731         * emulation/viper-ex.el (viper-get-ex-token)
16732         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16733         * international/fontset.el (fontset-plain-name):
16734         * mail/feedmail.el (feedmail-look-at-queue-directory):
16735         * mail/mailalias.el (mail-get-names):
16736         * mail/rmail.el (rmail-convert-to-babyl-format):
16737         * mail/rmailsum.el (rmail-make-basic-summary-line)
16738         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16739         (rmail-summary-goto-msg):
16740         * mail/smtpmail.el (smtpmail-read-response):
16741         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16742         (ange-ftp-vms-add-file-entry):
16743         * play/gametree.el (gametree-looking-at-ply)
16744         (gametree-current-branch-score):
16745         * progmodes/ada-xref.el (ada-prj-find-prj-file)
16746         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16747         * progmodes/cperl-mode.el (condition-case):
16748         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16749         (ebrowse-set-member-buffer-column-width)
16750         (ebrowse-select-1st-to-9nth):
16751         * progmodes/etags.el (etags-snarf-tag):
16752         * progmodes/flymake.el (flymake-parse-line):
16753         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16754         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16755         (idlwave-shell-menu-def):
16756         * progmodes/ps-mode.el (ps-run-goto-error):
16757         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16758         (vhdl-speedbar-contract-level):
16759         * term/mac-win.el (x-handle-numeric-switch):
16760         * term/sun-mouse.el (sun-get-frame-data):
16761         * term/w32-win.el (x-handle-numeric-switch):
16762         * term/x-win.el (x-handle-numeric-switch):
16763         * textmodes/ispell.el (ispell-parse-output):
16764         * textmodes/nroff-mode.el (nroff-outline-level):
16765         * textmodes/reftex-cite.el (reftex-bib-sort-year)
16766         (reftex-bib-sort-year-reverse, reftex-format-citation):
16767         * textmodes/reftex-parse.el (reftex-init-section-numbers)
16768         (reftex-section-number):
16769         * textmodes/texinfmt.el (texinfo-paragraphindent):
16770         Replace `string-to-int' by `string-to-number'.
16772         * international/latexenc.el: Add page marker to force the "Local
16773         Variables:" string out of the last page.
16775 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16777         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16778         tooltip-change-major-mode.
16779         (gud-tooltip-print-command): Remove case where gud-minor-mode
16780         is gdb ("--fullname").
16781         (gud-tooltip-tips): Turn GUD tooltips off for this case and
16782         explain to user.
16784 2005-05-16  Jay Belanger  <belanger@truman.edu>
16786         * calc/calc-store.el (calc-copy-special-constant): New function.
16788         * calc/calc-ext.el (calc-init-extensions): Add binding for
16789         `calc-copy-special-constant'.
16791         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16792         for the `calc-copy-special-constant' command.
16794 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16796         * subr.el (left-fringe-p): New function.
16798         * progmodes/compile.el (compilation-setup): Set local value of
16799         overlay-arrow-string to "" always.
16800         (compilation-set-window): Left fringe then don't scroll.
16801         No left fringe then no arrow and scroll message to top.
16802         (compilation-context-lines): Adjust doc string accordingly.
16804 2005-05-16  Kim F. Storm  <storm@cua.dk>
16806         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16807         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16808         (ido-wide-find-dir-or-delete-dir): New command for M-d.
16809         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
16810         (ido-read-file-name): Handle commands with ido property value
16811         equal to find-file as reading a file name, to allow C-d to enter dired.
16812         (ibuffer-find-file): Add ido property with value find-file.
16814 2005-05-15  Kim F. Storm  <storm@cua.dk>
16816         * subr.el (open-network-stream-nowait): Remove.
16817         (open-network-stream-server): Remove.
16819 2005-05-15  Richard M. Stallman  <rms@gnu.org>
16821         * faces.el (describe-face): Output a definition link button.
16823         * help-mode.el (help-face-def): New button type.
16825         * emacs-lisp/copyright.el (copyright-fix-years):
16826         Match properly if the first year is 2-digit.
16827         Don't mess up the whitespace after the years by filling.
16829         * dired-aux.el (dired-mark-confirm):
16830         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16832         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16833         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16834         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16836         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16837         Set font-lock-comment-start-skip.
16839         * font-lock.el (font-lock-comment-start-skip): New variable.
16840         (font-lock-comment-end-skip): New variable.
16841         (font-lock-fontify-syntactically-region): Use them if non-nil.
16843 2005-05-15  Jay Belanger  <belanger@truman.edu>
16845         * calc/calc-store.el (calc-store-value): Return a string rather
16846         than display it as a message.
16847         Use calc-var-name for variable name.
16848         (calc-store-into): Add the result of calc-store-value to message.
16849         (calc-copy-variable): Add a message.
16850         (calc-store-exchange): Improve error messages.
16851         (calc-store-binary, calc-store-map): Don't reset the values of
16852         special constants.
16854 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
16856         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16857         manual to docstring.
16859         * files.el (hack-local-variables-confirm): Add STRING argument.
16860         Make the function handle non file visiting buffers correctly.
16861         (hack-local-variables-prop-line, hack-local-variables)
16862         (hack-one-local-variable): Use STRING arg of
16863         `hack-local-variables-confirm'.
16865 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
16867         Sync with Tramp 2.0.49.
16869         * net/tramp.el (tramp-handle-dired-call-process)
16870         (tramp-handle-insert-directory):`insert-buffer' cannot be used
16871         because the contents of the Tramp buffer is changed before
16872         insertion (`expand-file' and alike).
16873         (tramp-handle-insert-directory): If `localname' has an empty
16874         nondirectory name, it must not be quoted.
16875         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
16876         variable `tramp-chunksize'.  Change callees.
16877         (tramp-open-connection-setup-interactive-shell): Check remote host
16878         for buggy `send-process-string' implementation.
16879         Set `tramp-chunksize' if found.  Reported by Michael Kifer
16880         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16881         (tramp-handle-shell-command): `insert-buffer' cannot be used
16882         because the contents of the Tramp buffer is changed before
16883         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16884         <frederic.bothamy@free.fr>.
16885         (tramp-set-auto-save): Actions should be done for Tramp file name
16886         handler only.  Ange-FTP has its own auto-save mechanism.
16887         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16888         (tramp-set-auto-save-file-modes): Set file modes of
16889         `buffer-auto-save-file-name' to ?\600 as fallback solution.
16890         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16891         (tramp-bug): Remove obsolete variable.
16892         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
16893         for presence of `mml-mode'.  Make it running for older Emacsen as well.
16895 2005-05-14  John Paul Wallington  <jpw@pobox.com>
16897         * ibuf-ext.el (define-ibuffer-filter filename):
16898         If `dired-directory' is a list, use its car.
16900 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
16902         * ibuffer.el (define-ibuffer-column filename):
16903         If `dired-directory' is a list, use its car.
16905 2005-05-14  Richard M. Stallman  <rms@gnu.org>
16907         * subr.el (symbol-file): Doc fix.
16909         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16910         (byte-compile-form): Call byte-compile-nogroup-warn.
16911         (byte-compile-warning-types): Doc fix.
16913         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16915         * progmodes/cc-engine.el (c-literal-faces):
16916         Add font-lock-comment-delimiter-face.
16918         * net/net-utils.el (dig): Use with-no-warnings.
16920         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16921         (sc-recite-frame-alist, sc-default-cite-frame)
16922         (sc-default-uncite-frame, sc-default-recite-frame)
16923         (sc-attrib-selection-list, sc-rewrite-header-list):
16924         Mark as risky-local-variable.
16926         * international/ogonek.el (ogonek-jak, ogonek-how):
16927         Don't use beginning-of-buffer.
16929         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16931         * calendar/solar.el (solar-data-list): Move definition up.
16933         * dnd.el (dnd-protocol-alist): Add autoload.
16935         * progmodes/sh-script.el: Many doc usage fixes.
16936         (sh-indent-after-do): Change default to match common styles.
16938 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
16940         * files.el (interpreter-mode-alist)
16941         (auto-mode-interpreter-regexp): Doc fixes.
16943 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
16945         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16947         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16949 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16951         * dired.el (dired-mode): make-variable-buffer-local =>
16952         make-local-variable.
16954 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16956         * term/mac-win.el (mac-select-convert-to-string): Try coding
16957         systems in mac-script-code-coding-systems if specified one cannot
16958         encode string for `com.apple.traditional-mac-plain-text'.
16960 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
16962         * progmodes/make-mode.el (makefile-targets-face)
16963         (makefile-shell-face, makefile-makepp-perl-face): New faces.
16964         (makefile-dependency-regex): Fix it to not make the colon in
16965         $(var:a=b) special.
16966         (makefile-rule-action-regex): New regexp for highlighting embedded
16967         Shell strings.
16968         (makefile-macroassign-regex): Handle != for highlighting as
16969         embedded Shell strings.
16970         (makefile-var-use-regex): New const.
16971         (makefile-statements, makefile-automake-statements)
16972         (makefile-gmake-statements, makefile-makepp-statements)
16973         (makefile-bsdmake-statements): New consts.
16974         (makefile-make-font-lock-keywords): New function.
16975         (makefile-automake-font-lock-keywords)
16976         (makefile-gmake-font-lock-keywords)
16977         (makefile-makepp-font-lock-keywords)
16978         (makefile-bsdmake-font-lock-keywords): New consts.
16979         (makefile-mode-map): Add switchers between the various submodes.
16980         (makefile-mode): Document the availability of the variants.
16981         (makefile-automake-mode, makefile-gmake-mode)
16982         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16984         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16985         new variants of makefile-mode.
16987 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16989         * font-lock.el (font-lock-comment-delimiter-face): Fix up
16990         the inheritance.
16992 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
16994         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16995         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16997         * files.el (normal-mode): Extend the scope of the
16998         `enable-local-variables' binding to include the `set-auto-mode' call.
16999         (magic-mode-alist): Doc fix.
17001 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17003         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17004         font-lock-comment-face rather than copying its setting.
17006 2005-05-12  Andreas Schwab  <schwab@suse.de>
17008         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17010 2005-05-12  Lute Kamstra  <lute@gnu.org>
17012         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17013         defcustom for the mode hook variable.  Delete the last argument.
17014         * generic-x.el: Fix callers of define-generic-mode.
17015         (generic-x-modes): Delete group.
17016         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17017         generic-x customization group.
17019 2005-05-12  Kim F. Storm  <storm@cua.dk>
17021         * font-lock.el (font-lock-negation-char-face): Default to "off".
17023         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17024         font-lock-negation-char-face to ! in !=.
17026 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17028         * add-log.el (find-change-log): Fix typos in the docstring
17029         of function.
17031 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17033         * international/latexenc.el (latexenc-find-file-coding-system):
17034         Avoid `re-search-forward' when looking for input encoding because
17035         of speed and safety.  Better regular expressions for recognizing
17036         input encoding.  Limit a search for TeX-master/tex-main-file to
17037         the local variable section.
17039 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17041         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17042         syntax of $ to "'" (quote).
17044 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17046         * dnd.el (dnd-protocol-alist): Improve custom type.
17048         * dired.el (dired-dnd-protocol-alist): New variable.
17049         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17050         `dired-mode-hook' to the end.
17052 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17054         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17055         comment-end if comment-start-skip is not set.
17056         Obey the font-lock-comment-delimiter-face variables.
17058 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17060         * files.el (executable-find): Move from executable.el.  Use
17061         locate-file.
17062         * progmodes/executable.el (executable-find): Move to files.el.
17064         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17065         when trying to ensure forward progress.
17067 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17069         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17070         (mouse-select, mouse-select-internal, mouse-extend-internal):
17071         Use it to implement mouse-1-click-follows-link functionality.
17073 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17075         * font-lock.el (font-lock-fontify-syntactically-region):
17076         Use font-lock-comment-delimiter-face for comment delimiters.
17078 2005-05-10  Jay Belanger  <belanger@truman.edu>
17080         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17081         preserving embedded modes.
17083 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17085         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17087         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17088         Move from ada-stmt.el.
17089         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17091         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17092         Move to ada-mode.el.
17093         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17095         * cus-edit.el (custom-file): Call file-chase-links.
17097         * files.el (read-directory-name): Fix previous change.
17098         (hack-local-variables-confirm): New function.
17099         (hack-local-variables-prop-line, hack-local-variables)
17100         (hack-one-local-variable): Use it.
17102 2005-05-10  Lute Kamstra  <lute@gnu.org>
17104         * font-lock.el (font-lock-keywords-alist)
17105         (font-lock-removed-keywords-alist): Clarify docstrings.
17107 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17109         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17110         (gdb-source-info): Check for preprocessor info.
17111         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17112         a macro for a function.
17113         (gdb-info-breakpoints-custom): Try to find file again if not already
17114         found (user might have used GDB dir command).
17115         (gdb-get-location): Update gdb-location-alist correctly for change
17116         to gdb-info-breakpoints-custom.
17118         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17119         (gud-tooltip-print-command): Add gdbmi case.
17120         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17121         preprocessor info.
17123 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17125         * startup.el (fancy-splash-insert): Fix typo in doc string.
17127 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17129         * obsolete/float.el (string-to-float):
17130         * obsolete/hilit19.el (hilit-add-pattern):
17131         * obsolete/rnews.el (news-parse-range, news-select-message)
17132         (news-get-pruned-list-of-files): Replace `string-to-int' by
17133         `string-to-number'.
17135         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17136         `find-file-not-found-hooks'; use `add-hook'.
17137         (uncompress-while-visiting): Set `write-file-functions', not
17138         `write-file-hooks'; use `add-hook'.
17140 2005-05-09  Kim F. Storm  <storm@cua.dk>
17142         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17143         (cua-paste): Handle clipboard action.
17144         (cua--init-keymaps): Remap clipboard-kill-region and
17145         clipboard-kill-ring-save.
17147 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17149         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17150         Improve commentary.
17152         * simple.el (next-error-overlay-arrow-position): Revert the change
17153         made on 2005-04-30.
17155 2005-05-07  Jay Belanger  <belanger@truman.edu>
17157         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17158         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17159         `calc-sel-reselect'.
17161         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17162         Calc is in embedded mode.
17164 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17166         * progmodes/compile.el (compilation-setup):
17167         Set overlay-arrow-string to an empty string on text terminals.
17169         * textmodes/ispell.el (ispell-program-name): Try looking for
17170         "aspell" along exec-path, and if found, use it as the default
17171         speller program.
17173 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17175         * international/mule.el (sgml-xml-auto-coding-function):
17176         Recognize encoding='FOO' in single quotes as well as in double quotes.
17178 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17180         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17181         as well as `interactive', so that defmacro* would recognize
17182         `declare' forms.
17184 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17186         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17187         Explain more about the LIGHTER arg's usage in the doc string.
17188         Add commentary to clarify what the code does.  Fix the regexp that
17189         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17190         since it could have characters special to regular expressions.
17192 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17194         * replace.el (occur-1): Bind inhibit-read-only so that
17195         erase-buffer doesn't barf on read-only text properties (likewise
17196         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17197         (occur-engine): Don't set buffer-read-only here.
17199 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17201         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17202         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17203         sometimes mistakenly reused as a *cvs* buffer.
17205 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17207         * tooltip.el: Move code for GUD tooltips into gud.el.
17208         (require): CL no longer needed to compile case.
17209         (tooltip-mode): Do not toggle functions for GUD tooltips.
17210         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17211         gud-tooltip-mode in gud.el.
17212         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17213         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17214         tooltip-gud prefix with gud-tooltip and obsolete.
17215         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17216         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17217         (tooltip-mouse-motion): Mouse movement functions/variable.
17218         Rename in gud.el by adding gud prefix.
17219         (tooltip-gud-original-filter, tooltip-gud-dereference)
17220         (tooltip-gud-event, tooltip-toggle-gud-tips)
17221         (tooltip-gud-process-output, tooltip-gud-print-command)
17222         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17223         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17224         (gdb-tooltip-print): Move to gdb-ui.el.
17226         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17227         (require): CL needed to compile case.
17228         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17229         tooltip-gud-tips-p.  Make it a minor-mode.
17230         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17231         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17232         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17233         (gud-tooltip-change-major-mode)
17234         (gud-tooltip-activate-mouse-motions-if-enabled)
17235         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17236         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17237         (gud-tooltip-original-filter, gud-tooltip-dereference)
17238         (gud-tooltip-event, tooltip-toggle-gud-tips)
17239         (gud-tooltip-process-output, gud-tooltip-print-command)
17240         (gud-tooltip-tips): Move from tooltip.el.
17242         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17243         (gdb-cpp-define-alist-flags): Doc fix.
17244         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17245         gud-tooltip-mode is t.
17247 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17249         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17250         evaporate if their text is deleted.
17251         (goto-address-at-point): Make it work as a mouse binding as well.
17252         (goto-address-at-mouse): Obsolete it.  Update users.
17254 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17256         * calendar/appt.el (top-level): No longer activate on load.
17258 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17260         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17261         * net/webjump.el (webjump):
17262         * progmodes/idlw-help.el (idlwave-do-context-help1)
17263         (idlwave-highlight-linked-completions):
17264         * textmodes/po.el (po-find-file-coding-system-guts):
17265         Replace `assoc-ignore-case' by `assoc-string'.
17267 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17269         * files.el (locate-file): Doc fix.
17271         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17272         Remove the redundant test for ms-dos.
17274         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17275         look for the preprocessor with exec-suffixes.  If not found in
17276         standard places, look in exec-path.  Remove most of the tests that
17277         used system-type.
17279         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17281         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17283         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17284         file-name clash with jka-compr.el on 8+3 filesystems.
17286 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17288         * term/mac-win.el: Don't define or bind scroll bar functions if
17289         x-toolkit-scroll-bars is t.
17290         (x-select-text, x-get-selection-value): Clear
17291         x-last-selected-text-clipboard if x-select-enable-clipboard is
17292         nil.
17293         (PRIMARY): Put mac-scrap-name property.
17294         (mac-select-convert-to-file-url): New function.
17295         (public.file-url): New selection target type.  Add to
17296         selection-converter-alist.
17297         (x-get-selection, x-selection-value): Handle it.
17298         (x-cut-buffer-or-selection-value): New alias.
17300 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17302         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17303         entry to avoid calling bibtex-find-entry with arg global
17304         being t.  Remove arg key.
17305         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17306         (bibtex-copy-summary-as-kill): Change accordingly.
17308 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17310         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17311         (org-agenda-date-later): Use with-current-buffer.
17313 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17315         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17316         (define-obsolete-variable-alias): Doc Fixes.
17318 2005-05-06  Kim F. Storm  <storm@cua.dk>
17320         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
17321         vertical-motion when selective-display is active.
17323         * ido.el (ido-setup-hook): New hook.
17324         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17325         (ido-input-stack): New var.
17326         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
17327         ido-next-work-file binding to M-O.
17328         Bind M-f to ido-wide-find-file-or-pop-dir.
17329         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17330         (ido-read-internal): Run ido-setup-hook.
17331         Catch quit in read-file-name and read-string to cancel edit.
17332         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17333         Automatically pop-all when completing a directory name (RET).
17334         (ido-file-internal): Add with-no-warnings around ffap and dired code.
17335         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17336         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17337         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17338         New functions for M-b/M-f to move among the directory components.
17339         (ido-make-merged-file-list): Catch quit to cancel merge.
17340         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17341         (ido-completion-help): No warnings for ido-completion-buffer-full.
17343 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
17345         * font-lock.el (font-lock-negation-char-face): New face and variable.
17346         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17347         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17348         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17349         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17351 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
17353         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17354         Fix typo in docstring.
17356         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17357         (ebrowse-print-statistics-line)
17358         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17360         * term/w32-win.el (image-library-alist): Add additional name for
17361         Xpm library.
17363 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
17365         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17366         use gcc instead of cpp.
17368         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17369         (gdb-create-define-alist): Use it.
17370         (gdb-cpp-define-alist-program): Update for MS-DOS.
17372 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
17374         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17376 2005-05-04  Richard M. Stallman  <rms@gnu.org>
17378         * help.el (describe-key): No error when UNTRANSLATED is nil.
17380         * simple.el (line-move-1): Fix previous change to signal errors
17381         appropriately.
17383 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
17385         * calendar/icalendar.el (icalendar-version): Now at 0.12.
17386         (icalendar-duration-correction): Remove.
17387         (icalendar--get-event-properties): Split result at commas.
17388         (icalendar--decode-isoduration): New optional argument
17389         DURATION-CORRECTION.
17390         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17391         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17392         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17393         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17394         (icalendar--convert-anniversary-to-ical): New functions, extracted
17395         from icalendar-export-region, with bug fixes.
17396         (icalendar-export-region): Use the above functions.
17397         (icalendar-import-buffer): Check before saving diary file.
17398         (icalendar--convert-recurring-to-diary)
17399         (icalendar--convert-non-recurring-all-day-to-diary)
17400         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17401         extracted from icalendar--convert-ical-to-diary, with bug fixes.
17402         (icalendar--convert-ical-to-diary): Use the above functions.
17404 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
17406         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17407         Remove these recent additions.
17408         (c-mode): Restore to before 2005-04-28.
17410         * progmodes/cc-vars.el (cc-define-list-program): Remove this
17411         recent addition.
17413         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17414         (gdb-define-alist): New variables.
17415         (gdb-create-define-alist): New function.
17416         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17417         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17418         with string-to-number.
17419         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
17421         * progmodes/gud.el: Replace string-to-int with string-to-number.
17422         (gud-find-file): Handle gdb-define-alist.
17424         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17426 2005-05-02  Jay Belanger  <belanger@truman.edu>
17428         * calc/calc-aent.el (math-read-token):
17429         * calc/calc-bin.el (calc-word-size):
17430         * calc/calc-ext.el (calc-read-number-fancy):
17431         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17432         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17433         * calc/calc-frac.el (calc-over-notation):
17434         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17435         (calc-graph-num-points, calc-graph-init):
17436         * calc/calc-prog.el (calc-read-parse-table-part)
17437         (calc-edit-macro-repeats):
17438         * calc/calc-yank.el (calc-do-grab-rectangle):
17439         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17440         Replace `string-to-int' by `string-to-number'.
17442 2005-05-02  Kim F. Storm  <storm@cua.dk>
17444         * kmacro.el: Use executing-kbd-macro-index variable.
17446 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
17448         * net/rlogin.el (rlogin-parse-words): Delete func.
17449         (rlogin): Use split-string, not rlogin-parse-words.
17450         Also, if there are option-like elements in the parsed args,
17451         take the host to be the first arg immediately following them.
17452         Suggested by Michael Mauger.
17454 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17456         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17458 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17460         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17461         (cc-mode-cpp-program): Rename to cc-define-list-program and
17462         move to cc-vars.el.
17464         * progmodes/cc-vars.el (cc-define-list-program):
17465         Change to "gcc -E -dM -".  Make customizable.
17467 2005-05-02  Kim F. Storm  <storm@cua.dk>
17469         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17471 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17473         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17475         * international/mule-util.el (truncate-string): Remove alias and
17476         obsolete declaration.
17478         * international/mule-cmds.el (update-iso-coding-systems):
17479         Remove alias and obsolete declaration.
17481         * international/mule.el (coding-system-parent): Remove alias and
17482         obsolete declaration.
17484         * subr.el (define-function, sref): Remove aliases and obsolete
17485         declarations.
17486         (chars-in-region): Remove obsolete declaration.
17488 2005-05-01  Richard M. Stallman  <rms@gnu.org>
17490         * info.el (Info-mode): Set widen-automatically to nil, locally.
17492         * simple.el (widen-automatically): New variable.
17493         (pop-global-mark): Obey widen-automatically.
17495 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
17497         * term/xterm.el (function-key-map): Call substitute-key-definition
17498         before the keymap size is increased by a lot of define-key calls.
17500 2005-05-01  Richard M. Stallman  <rms@gnu.org>
17502         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17503         Rename ARG to ELEMENT.  Doc fix.
17505 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17507         * allout.el (allout-exposure): Remove macro and obsolete declaration.
17508         Remove references to allout-exposure/change to allout-new-exposure.
17510         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17511         bytecode symbols.
17513         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17514         (compiled-function-p, focus-frame, unfocus-frame):
17515         Remove aliases and obsolete declarations.
17516         Back out inadvertent changes from previous commit.
17518 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17520         * files.el (require-final-newline): Make Custom tags consistent
17521         with mode-require-final-newline.
17522         (mode-require-final-newline): Doc fix.
17524 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17526         * international/latexenc.el (latexenc-find-file-coding-system):
17527         Fix regular expressions.
17529 2005-05-01  David Kastrup  <dak@gnu.org>
17531         * international/latexenc.el (latexenc-find-file-coding-system):
17532         Fix regular expressions.
17534 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
17536         * subr.el (string-to-int): Make obsolete.
17538 2005-04-30  Richard M. Stallman  <rms@gnu.org>
17540         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17542         * loadup.el: load jka-comp-hook.
17544         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17545         (jka-compr-handler): Add autoload.  `put' calls moved
17546         to jka-comp-hook.el.
17547         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17548         (jka-compr-inhibit): Autoload.
17550         * jka-comp-hook.el: New file.
17551         Enable the mode by default.
17553         * files.el (backup-buffer-copy): Use copy-file instead
17554         of write-region, and put back the 'excl.
17556 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
17558         * progmodes/flymake.el (flymake-split-string)
17559         (flymake-split-string, flymake-log, flymake-pid-to-names)
17560         (flymake-reg-names, flymake-get-source-buffer-name)
17561         (flymake-unreg-names, flymake-add-line-err-info)
17562         (flymake-add-err-info): Clarify docstrings.
17563         (flymake-popup-menu, flymake-make-emacs-menu)
17564         (flymake-make-xemacs-menu): Add docstrings.
17565         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17566         Set variables directly throughout.
17568 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
17570         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17571         exists.  Initialize cc-define-alist.
17572         (c-mode): Add cc-create-define-alist locally to after-save-hook.
17573         If there is no file (Macroexpansion) don't create an alist.
17575 2005-04-29  Sam Steingold  <sds@gnu.org>
17577         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17578         (cc-create-define-alist): Use it instead of the hard-coded string.
17580 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17582         * international/mule-conf.el (file-coding-system-alist): Fix regexp
17583         for latexenc.
17585 2005-04-29  Lute Kamstra  <lute@gnu.org>
17587         * emacs-lisp/generic.el: Improve commentary section.
17588         (define-generic-mode): Improve docstring.
17590 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
17592         * textmodes/org.el (many places): Change to quiet the byte compiler.
17593         (org-prefix-format-compiled): New variable.
17594         (org-compile-prefix-format): New function.
17595         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17596         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17597         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17598         (org-get-entries-from-diary): Use `org-get-time-of-day' for
17599         consistency with entries from `org-mode' files.
17600         (org-get-time-of-day): Fix bug with partial matches early in a line.
17601         (org-non-link-chars): New constant.
17602         (org-link-regexp): Respect `org-non-link-chars'.
17603         (org-agenda-day-view): Remove command.
17604         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17605         (org-follow-bbdb-link, org-store-link): Search also company field.
17606         (org-highlight-overlay): New variable.
17607         (org-highlight, org-unhighlight): New functions.
17608         (org-agenda-mode): Add pre-command-hook to remove highlight.
17609         (org-evaluate-time-range): Behavior depends upon whether time stamp
17610         contains a time or not.
17611         (org-show-subtree, org-show-entry): New functions.
17612         (org-agenda-cleanup-fancy-diary): Remove empty lines.
17614 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17616         * comint.el (comint-output-filter-functions): Add autoload cookie.
17618 2005-04-28  Kim F. Storm  <storm@cua.dk>
17620         * ido.el (ido-everywhere): Fix last change.
17622 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17624         * international/latexenc.el: New file.
17625         * international/mule-conf.el (file-coding-system-alist): For .tex,
17626         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17628 2005-04-28  Lute Kamstra  <lute@gnu.org>
17630         * font-lock.el (font-lock-add-keywords)
17631         (font-lock-remove-keywords): Clarify docstring.
17632         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17633         Don't start docstrings with a `*'.
17634         (font-lock-update-removed-keyword-alist): Give it a docstring.
17636         * generic-x.el: Update commentary section.
17637         Only require font-lock when compiling.
17638         Define all modes conditionally.
17639         Place all generic modes in the generic-x-modes customization group.
17640         (generic-x-modes): New customization group.
17641         (generic-default-modes, generic-mswindows-modes)
17642         (generic-unix-modes, generic-other-modes): New constants.
17643         (generic-define-mswindows-modes, generic-define-unix-modes):
17644         Update docstrings.  Make them obsolete.
17645         (generic-extras-enable-list): New default value.  Update docstring.
17646         Improve :type.  Change :set function.
17647         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17648         Fix docstring.
17650         * emacs-lisp/generic.el (generic-mode-internal):
17651         Simplify font-lock-defaults.
17652         (define-generic-mode): Fix docstring.
17654 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17656         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17657         font-lock-face property to highlight matches.
17659 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
17661         * progmodes/cc-mode.el (cc-create-define-alist): New function.
17662         (cc-define-alist): New variable.
17663         (c-mode): Make it local and initialize it.
17665         * progmodes/gdb-ui.el (gdb-active-process): New variable.
17666         (gdb-exited): New function.
17667         (gdb-annotation-rules): Use it.
17668         (gdb-starting): Set gdb-active-process to t.
17669         (gdb-stopping): Amend doc string.
17670         (gdb-reset): Set gdb-active-process to nil.
17672         * tooltip.el (tooltip-gud-tips): Show the associated #define
17673         directives when a C program under GDB is not executing.
17675 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17677         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17678         font-lock-fontify-syntactic-keywords.
17680         * font-lock.el (font-lock-default-fontify-region): Don't force
17681         parse-sexp-lookup-properties to nil.
17683 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17685         * man.el (man-mode-syntax-table): Set up `:' to have
17686         word-constituent syntax.
17688 2005-04-27  Lute Kamstra  <lute@gnu.org>
17690         * novice.el (disable-command): Don't add spurious newlines to the
17691         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
17693 2005-04-26  Jay Belanger  <belanger@truman.edu>
17695         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17696         than one window before deleting window.
17698 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
17700         * shell.el (shell-prompt-pattern): Doc fix.
17701         (shell-mode): Set paragraph-separate buffer locally to "\\'".
17703         * comint.el (comint-prompt-regexp, comint-get-old-input)
17704         (comint-use-prompt-regexp)
17705         (comint-use-prompt-regexp-instead-of-fields)
17706         (comint-replace-by-expanded-history, comint-send-input)
17707         (comint-output-filter, comint-get-old-input-default)
17708         (comint-line-beginning-position, comint-bol, comint-show-output)
17709         (comint-backward-matching-input, comint-forward-matching-input)
17710         (comint-next-prompt, comint-previous-prompt):
17711         Rename `comint-use-prompt-regexp-instead-of-fields' to
17712         `comint-use-prompt-regexp'.  Keep old name as alias and declare
17713         obsolete.
17714         (comint-use-prompt-regexp): Shorten first line of doc string.
17716         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17717         Set paragraph-separate buffer locally to "\\'".
17719         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17720         Adapt to above name change.
17722         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17723         (smbclient-prompt-regexp): Ditto.
17725         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17727 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
17729         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17730         gdb-location-list.
17731         Break lines that are over 80 characters wide.
17733 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17735         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17736         New fun and var, to preserve compatibility.
17738         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17740 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
17742         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17743         name to file-newer-than-file-p.
17745 2005-04-26  Richard M. Stallman  <rms@gnu.org>
17747         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17749         * progmodes/python.el (python-mode):
17750         Use new name eldoc-documentation-function.
17752         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17754         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17755         (eldoc-documentation-function):
17756         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
17758 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
17760         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17762 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17764         * term/xterm.el (function-key-map): Fix strings for
17765         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
17766         {C,S,A,C-S}-{f1-f12}.
17768 2005-04-26  Kenichi Handa  <handa@m17n.org>
17770         * international/mule-cmds.el (select-safe-coding-system):
17771         Fix previous change.
17773 2005-04-26  Lute Kamstra  <lute@gnu.org>
17775         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17777         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17778         (font-lock-comment-delimiter-face): Ditto.
17780         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17782 2005-04-25  Jay Belanger  <belanger@truman.edu>
17784         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17785         to t while inserting information; use help-mode.
17787 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17789         * term.el (ansi-term-color-vector): Use the xterm colors.
17790         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
17792 2005-04-25  Lute Kamstra  <lute@gnu.org>
17794         * font-core.el (font-lock-defaults): Fix docstring.
17796         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17798 2005-04-25  Kenichi Handa  <handa@m17n.org>
17800         * international/mule-cmds.el (select-safe-coding-system):
17801         Don't check consistency with coding: spec, etc if raw-text or
17802         no-conversion was found to be safe.
17804 2005-04-24  Richard M. Stallman  <rms@gnu.org>
17806         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17807         citation markers at start of each line.
17809         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17810         citation markers at start of each line.
17812         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17814         * files.el (mode-require-final-newline): Fix previous change.
17815         (require-final-newline): Fix type label.
17817 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17819         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17820         statement in buffer (broken by 2004-11-24 change).
17822 2005-04-24  Kim F. Storm  <storm@cua.dk>
17824         * ido.el (ido-everywhere): Save and restore old read-buffer-function
17825         and read-file-name-function values.  Don't overwrite existing
17826         non-nil values if ido-mode is enabled without ido-everywhere.
17828 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17830         * files.el (mode-require-final-newline): Minor doc fix.
17832 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
17834         * subr.el (syntax-after): Doc fix.
17835         (syntax-class): If argument is nil, return nil.  Mask off upper 16
17836         bits, not 8 bits.
17838         * files.el (mode-require-final-newline): Doc fix.
17839         (backup-buffer-copy): Fix last change.
17841 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17843         * term/mac-win.el: Require select.  Set selection-coding-system to
17844         mac-system-coding-system.  Call menu-bar-enable-clipboard.
17845         (x-last-selected-text-clipboard, x-last-selected-text-primary)
17846         (x-select-enable-clipboard): New variables.
17847         (x-select-text, x-get-selection, x-selection-value)
17848         (x-get-selection-value, mac-select-convert-to-string)
17849         (mac-services-open-file, mac-services-open-selection)
17850         (mac-services-insert-text): New functions.
17851         (CLIPBOARD, FIND): Put mac-scrap-name property.
17852         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17853         (public.tiff): Put mac-ostype property.
17854         (selection-converter-alist): Add entries for them.
17855         (mac-application-menu-map): New keymap.
17856         (interprogram-cut-function, interprogram-paste-function): Set to
17857         x-select-text and x-get-selection-value, respectively.
17858         (split-window-keep-point): Set to t.
17860 2005-04-23  Richard M. Stallman  <rms@gnu.org>
17862         * files.el (read-directory-name): Always pass non-nil
17863         DEFAULT-FILENAME arg to read-file-name.
17864         (backup-buffer-copy, basic-save-buffer-2): Take care against
17865         writing thru an unexpected existing symlink.
17866         (revert-buffer): In indirect buffer, revert the base buffer.
17867         (magic-mode-alist): Doc fix.
17868         (buffer-stale-function): Doc fix.
17869         (minibuffer-with-setup-hook): Avoid warning.
17870         (mode-require-final-newline): Doc and custom fix.
17872         * follow.el (follow-end-of-buffer): Use with-no-warnings.
17874         * font-lock.el (font-lock-comment-face): On terminals with few colors,
17875         use the default appearance.
17876         (font-lock-comment-delimiter-face): New face, new variable.
17878         * imenu.el (imenu--generic-function): The official position of a
17879         definition is the start of the line that BEG is in.
17881         * midnight.el (midnight-timer): Move defvar up.
17883         * mouse.el (mouse-drag-region-1): Delete some debugging code.
17885         * saveplace.el (save-place-to-alist): Use with-no-warnings.
17887         * startup.el (command-line): Use with-no-warnings.
17889         * window.el (window-size-fixed): New defvar.
17891         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17893         * mail/rmail.el (rmail-font-lock-keywords):
17894         Use font-lock-comment-delimiter-face.
17896         * mail/sendmail.el (mail-font-lock-keywords):
17897         Use font-lock-comment-delimiter-face.
17899         * progmodes/compile.el (next-error-highlight-timer): New defvar.
17901 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
17903         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17904         Specify t for LAXMATCH when matching directories.
17905         Save match data around compilation-compat-error-properties form.
17907 2005-04-23  David Kastrup  <dak@gnu.org>
17909         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17910         Mention that the autoloaded aliases should be kept for AUCTeX.
17912 2005-04-23  Andreas Schwab  <schwab@suse.de>
17914         * isearch.el (isearch-forward): Doc fix.
17916 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
17918         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17919         (jit-lock-stealth-nice): Change default value to 0.5.
17921 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17923         * abbrev.el (write-abbrev-file): Write table entries in
17924         alphabetical order by table name.
17926 2005-04-22  Kim F. Storm  <storm@cua.dk>
17928         * ido.el (ido-read-internal): Fix `list' completion.
17930 2005-04-22  Kenichi Handa  <handa@m17n.org>
17932         * recentf.el (recentf-save-file-coding-system): New variable.
17933         (recentf-save-list): Encode the file by
17934         recentf-save-file-coding-system and add coding: tag.
17936 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
17938         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17940 2005-04-21  Lute Kamstra  <lute@gnu.org>
17942         * loadhist.el (unload-feature): Don't remove a function from hooks
17943         if it is about to be restored to an autoload .  Remove functions
17944         that will become unbound from auto-mode-alist.  Simplify the code.
17946         * subr.el (assq-delete-all): New implementation that is linear,
17947         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
17948         (rassq-delete-all): New function.
17950         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17951         Add size-indication-mode.
17953 2005-04-21  Kenichi Handa  <handa@m17n.org>
17955         * international/mule-cmds.el: Add autoload for widget-value in
17956         eval-when-compile.
17958 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
17960         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17961         Add tooltip-mode.
17963         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17965 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
17967         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17968         (inferior-lisp-filter-regexp, inferior-lisp-program)
17969         (inferior-lisp-load-command, inferior-lisp-prompt)
17970         (inferior-lisp-mode-hook, lisp-source-modes)
17971         (inferior-lisp-load-hook): defvar->defcustom.
17972         (inferior-lisp-program, inferior-lisp-prompt)
17973         (inferior-lisp-load-hook): Doc fixes.
17974         (inferior-lisp-install-letter-bindings): Small change in
17975         introductory comment.
17977 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
17979         * vc.el (vc-annotate-color-map): Change some colors so that text
17980         using them as foreground is readable on both white and black
17981         backgrounds.
17983 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17985         * international/mule-conf.el (translation-table-for-input):
17986         Remove redundant declaration.
17988 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17990         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17992         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17993         (tooltip-toggle-gud-tips): New function.
17995 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17997         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17998         right angle brackets.
18000 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18002         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18004 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18006         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18007         Remove.  Update callers to use expand-file-name instead.
18009         * subr.el (syntax-class): New function.
18011         * simple.el (blink-matching-open): Use it.
18013         * paren.el (show-paren-function): Use it to recognize parens that are
18014         also used in 2-char comment markers.
18016 2005-04-19  Lute Kamstra  <lute@gnu.org>
18018         * loadhist.el (unload-feature): Update for new format of
18019         load-history.  Simplify the code.
18021 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18023         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18024         (mac-add-charset-info): New function.  Initialize variable
18025         mac-charset-info-alist using it.
18026         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18027         for translation.
18028         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18029         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18030         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18031         New CCL programs.
18033 2005-04-19  Kim F. Storm  <storm@cua.dk>
18035         * simple.el (next-buffer, prev-buffer, next-error)
18036         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18037         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18039         * bindings.el (next-buffer, prev-buffer, next-error)
18040         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18041         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18042         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18043         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18045 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18047         * isearch.el (isearch-edit-string): Make the search-ring available for
18048         minibuffer history commands.
18049         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18050         the default history commands now work just as well.
18051         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18053 2005-04-18  Kim F. Storm  <storm@cua.dk>
18055         * emulation/cua-base.el (cua--pre-command-handler): Add more
18056         elaborate check for shift modifier on non-window systems.
18058 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18060         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18062 2005-04-18  Kim F. Storm  <storm@cua.dk>
18064         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18065         and make it optional.  Don't test tooltip-gud-echo-area here.
18066         (tooltip-gud-process-output, gdb-tooltip-print):
18067         Pass tooltip-gud-echo-area to tooltip-show.
18068         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18070 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18072         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18073         `display-graphic-p' may not be bound yet.
18075 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18077         * startup.el (command-line): No longer enable Xterm Mouse mode by
18078         default in terminals compatible with xterm.
18080         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18082 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18084         * tooltip.el (tooltip-gud-echo-area): Rename from
18085         tooltip-use-echo-area.
18086         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18087         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18088         area independently of where help tooltips are displayed.
18090 2005-04-17  David Kastrup  <dak@gnu.org>
18092         * cus-theme.el (custom-theme-write-variables): Quote variables
18093         where necessary.
18095 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18097         * simple.el (yank-excluded-properties): Add follow-link to value.
18099         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18101         * startup.el (fancy-splash-max-time): Just 30 seconds.
18102         (fancy-splash-delay): Just 7.
18103         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18105         * loadhist.el (unload-feature): Update for new format of load-history.
18106         Simplify the code.
18108         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18109         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18111         * mail/sendmail.el (mail-font-lock-keywords):
18112         Don't fontify subject text.
18113         Don't fontify the text of a citation.
18115 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18117         * comint.el (comint-output-filter): Run comint-output-filter-functions
18118         with point where the user had it.
18120 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18122         * international/ucs-tables.el (ucs-set-table-for-input):
18123         Disable when using unify-on-decoding.
18125 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18127         * emulation/cua-base.el (cua-global-mark-face): Add special case
18128         for displays supporting a high number of colors.
18130 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18132         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18134 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18136         * filesets.el (filesets-add-buffer): If user supplies a name of a
18137         non-existing fileset, create a new fileset.
18139 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18141         * textmodes/org.el (org-up-heading-all): Fix bug with
18142         `outline-up-heading-all'.
18144 2005-04-16  Andreas Schwab  <schwab@suse.de>
18146         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18147         /etc/permissions.d/* and /etc/aliases.d/*.
18149 2005-04-16  Kenichi Handa  <handa@m17n.org>
18151         * international/code-pages.el (cp-make-coding-system):
18152         Set `translation-table-for-input' property value to the symbol
18153         ucs-mule-to-mule-unicode, not to that value.
18154         (pt154): Escape guillemet by `\'.
18156 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18158         * loadup.el: Load tooltip if x-show-tip is fboundp.
18160         * startup.el (command-line): Add comment.
18162         * tooltip.el (tooltip-mode): Specify correct standard value for
18163         Custom in init-value.
18165 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18167         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18168         possible.
18170 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18172         * textmodes/org.el (org-agenda-date-prompt): Rename from
18173         `org-agenda-date-today'.
18174         (org-evaluate-time-range): Insert at point instead of directly
18175         after time range.
18176         (org-first-headline-recenter, org-subtree-end-visible-p)
18177         (org-optimize-window-after-visibility-change): New functions
18178         (org-agenda-post-command-hook): Don't allow point at end of line,
18179         to make sure it always hits the text properties.
18180         (org-agenda-next-date-line, org-agenda-previous-date-line):
18181         New commands.
18182         (org-set-regexps-and-options): Category may contain white space.
18183         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18184         Improve marker positions.
18185         (org-agenda-new-marker): Argument POS made optional.
18186         (org-agenda-get-timestamps): Deadlines which are done are listed
18187         in org-done-face now.
18188         (org-agenda-get-todos, org-agenda-get-timestamps)
18189         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18190         Set `undone-face' and `done-face' properties.
18191         (org-last-todo-state-is-todo): New variable.
18192         (org-todo): Set `org-last-todo-state-is-todo'.
18193         (org-agenda-todo): Change face according to
18194         `org-last-todo-state-is-todo'.  And change other lines referring to
18195         the same entry.
18196         (org-calendar-goto-agenda): New command.
18197         (org-calendar-to-agenda-key): New option.
18198         (org-startup-folded): New allowed value `content'.
18199         (org-set-regexps-and-options): Accept new value `content' for
18200         `org-startup-folded'.
18201         (org-get-current-options): Handle new value `content' for
18202         `org-startup-folded'.
18203         (org-insert-todo-heading): New command.
18204         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18205         interactively in empty file and option
18206         `org-insert-mode-line-in-empty-file' has been set.
18207         (org-agenda-todo, org-agenda-priority): Modify to use
18208         `org-agenda-change-all-lines'.
18209         (org-warning-face): Change color on dark background
18211 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18213         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18214         use preferences AppleLocale and AppleLanguages, and variable
18215         mac-system-locale for default locale.  On Mac OS Classic, use
18216         mac-system-coding-system for default coding systems.
18218         * term/mac-win.el: Don't set file-name-coding-system.
18219         Decode variables system-name, emacs-build-system, user-login-name, and
18220         user-full-name by mac-system-coding-system on Mac OS Classic.
18221         (mac-system-coding-system): New variable.
18223 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18225         * startup.el (command-line): Handle `xterm-mouse-mode' before
18226         reading init file.
18228         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18230 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18232         * progmodes/sh-script.el (sh-here-document-word): Make it a
18233         defcustom.  Doc fix.
18234         (sh-add): Bash uses $(( )) for arithmetic.
18235         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18236         (sh-maybe-here-document): Remove quotes and leading whitespace
18237         from heredoc word when closing.  Indent heredoc with tabs if word
18238         starts with "-".
18240 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18242         * simple.el (undo): Fix previous change.
18244         * custom.el (defface): Doc fix.
18246 2005-04-13  Lute Kamstra  <lute@gnu.org>
18248         * Makefile.in (DONTCOMPILE): Remove list.
18249         (compile, compile-always): Don't use DONTCOMPILE.
18250         (update-authors): Load the library in which batch-update-authors
18251         is defined.
18252         * makefile.w32-in (DONTCOMPILE): Remove list.
18253         (compile, compile-always): Fix comments.
18254         (update-authors): Load the library in which batch-update-authors
18255         is defined.
18257         * generic-x.el (generic-mode-ini-file-find-file-hook):
18258         Rename to ini-generic-mode-find-file-hook.
18259         Keep generic-mode-ini-file-find-file-hook as an alias.
18260         (ini-generic-mode-find-file-hook): Rename from
18261         generic-mode-ini-file-find-file-hook.  Fix docstring.
18262         (ini-generic-mode): Docstring change.
18263         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18265         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18266         called from lisp.
18268         * generic.el: Move to the emacs-lisp subdir.
18270 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18272         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18273         and C-S- function and cursor motion keys.
18275 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18277         * startup.el (command-line): Enable Xterm Mouse mode by default.
18278         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18279         for Custom.  No longer show "Mouse" in mode line when enabled.
18280         Doc fix.
18282 2005-04-12  Kim F. Storm  <storm@cua.dk>
18284         * emulation/cua-base.el (cua-rectangle-face)
18285         (cua-rectangle-noselect-face): Define face attributes here.
18287         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18289 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18291         * startup.el (command-line): Turn off blinking cursor if
18292         cursorBlink in resources is off or false.
18294 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18296         * term/mac-win.el (dnd): Require dnd.
18297         (mac-drag-n-drop): Call dnd-handle-one-url.
18298         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18299         (kTextEncodingISOLatin2): Remove constants.
18300         (mac-script-code-coding-systems): New constant.
18301         (mac-handle-language-change): New function.
18302         (special-event-map): Bind it to `language-change' event.
18303         (mac-centraleurroman, mac-cyrillic): New coding systems.
18304         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18305         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18306         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18307         encode-mac-cyrillic, respectively.
18309 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18311         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18312         Don't set overlay-arrow-string to "=>" as this is done
18313         globally in C now.
18315 2005-04-12  Lute Kamstra  <lute@gnu.org>
18317         * generic-x.el (rc-generic-mode, rul-generic-mode):
18318         Fix auto-mode-alist entries.
18319         (etc-fstab-generic-mode): Tweak fontification.
18321         * generic.el (generic-make-keywords-list): Fix docstring.
18322         (generic-mode-internal): Simplify generic-font-lock-keywords.
18324 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18326         * whitespace.el (whitespace-buffer-leading)
18327         (whitespace-buffer-trailing): Revert the incorrect test inversion.
18328         However, fix the highlight area for the leading and
18329         trailing whitespaces to show space.
18331 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18333         * whitespace.el (whitespace-version): Bump to 3.5
18335         (whitespace-buffer-leading, whitespace-buffer-trailing):
18336         Invert sense of the test to highlight the whitespace.
18338 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18340         * progmodes/gud.el (gud-display-line): GUD uses its own
18341         overlay arrow now so don't set overlay-arrow-string.
18342         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18344 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
18346         * term.el (term-ansi-current-bold, term-ansi-current-underline)
18347         (term-ansi-current-reverse, term-ansi-current-invisible)
18348         (term-ansi-face-already-done): Change to boolean.
18349         (term-reset-terminal, term-handle-colors-array): Handle the above
18350         vars accordingly.
18351         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18352         (term-emulate-terminal): Use the new name.
18354         * faces.el (secondary-selection): Use yellow1, not yellow.
18355         (trailing-whitespace): Use red1, not red.
18357 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18359         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18360         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18361         (dired-dnd-handle-file): Call dnd-get-local-file-uri
18363         * cus-edit.el (dnd): New group.
18365         * term/w32-win.el (dnd): Require dnd
18366         (w32-drag-n-drop): Call dnd-handle-one-url.
18368         * x-dnd.el: Require dnd.
18369         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18370         Call dnd-handle-one-url.
18371         (x-dnd-types-alist, x-dnd-insert-utf8-text)
18372         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18373         to dnd-insert-text.
18374         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18375         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18376         (x-dnd-get-local-file-name, x-dnd-open-local-file)
18377         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18379         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18381 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18383         * wdired.el: Doc fixes.
18384         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18385         (wdired-use-dired-vertical-movement): Rename from
18386         wdired-always-move-to-filename-beginning.
18387         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18388         (wdired-change-to-wdired-mode): Change mode name.
18389         (wdired-newline): Delete.
18391 2005-04-11  Richard M. Stallman  <rms@gnu.org>
18393         * whitespace.el (whitespace-highlight-the-space):
18394         Don't call whitespace-unhighlight-the-space here.
18396         * simple.el (undo): Record t in undo-equiv-table
18397         for the redo record made by an undo-in-region.
18399 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18401         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18402         (gdb-frame-inferior-io-buffer): New Functions to control
18403         display of separate IO buffer.
18404         (menu): Add them to menu-bar.
18405         (gdb-display-buffer): Check for buffer another frame.
18406         Protect GUD buffer.
18407         (gdb-setup-windows): Create IO buffer if not already there.
18408         (gdb-memory-mode): Remove purecopy noops.
18410 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18412         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18413         and pass to self-insert-command.
18415 2005-04-11  Lute Kamstra  <lute@gnu.org>
18417         * generic.el: Commentary section cleanup.
18418         (generic): Delete.
18419         (generic-use-find-file-hook, generic-lines-to-scan)
18420         (generic-find-file-regexp, generic-ignore-files-regexp)
18421         (default-generic-mode, generic-mode-find-file-hook)
18422         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18423         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
18424         (generic-use-find-file-hook, generic-lines-to-scan)
18425         (generic-find-file-regexp, generic-ignore-files-regexp)
18426         (default-generic-mode, generic-mode-find-file-hook)
18427         (generic-mode-ini-file-find-file-hook): Move from generic.el.
18429 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
18431         * bookmark.el (bookmark-write-file): Catch errors writing file.
18432         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18434 2005-04-10  Richard M. Stallman  <rms@gnu.org>
18436         * startup.el (fancy-splash-tail): Update copyright year.
18437         (command-line): Split part of -Q into -D.
18438         (emacs-basic-display): New defvar.
18439         (fancy-splash-text): Correct name of menu item.
18441         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18443         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18444         lines in one node.
18446         * comint.el (comint-send-input): New arg ARTIFICIAL.
18447         Callers in this file changed.
18449         * abbrev.el (define-abbrevs): Read system abbrevs properly.
18451         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18453 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
18455         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
18456         `ldap-search-internal'.
18458 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18460         * files.el (set-auto-mode-1): Use line-end-position.
18462         * international/latin-1.el:
18463         * international/latin-2.el:
18464         * international/latin-3.el:
18465         * international/latin-4.el:
18466         * international/latin-5.el:
18467         * international/latin-8.el:
18468         * international/latin-9.el: Give punctuation syntax to NBSP.
18470         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18471         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18472         Use char-classes to accept non-ascii letters, accepted in some recent
18473         bibtex implementations.
18475 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
18477         * custom.el (custom-set-minor-mode): Any non-nil value for the
18478         variable should enable the mode when set through Custom.
18480 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18482         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18483         TAB binding so tab-always-indent is obeyed.
18484         (vhdl-minibuffer-local-map): Move initialization into declaration.
18485         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18486         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18487         (vhdl-hooked-abbrev): Avoid test for XEmacs.
18488         (vhdl-current-line): Use line-beginning-position.
18489         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18490         with-output-to-temp-buffer, so the current position can be recorded.
18492 2005-04-10  Masatake YAMATO  <jet@gyve.org>
18494         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18495         Add regexp for gcov.
18497 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18499         * calendar/time-date.el (time-to-seconds, seconds-to-time)
18500         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18501         syntax which Emacs 20 doesn't support.
18503 2005-04-09  Richard M. Stallman  <rms@gnu.org>
18505         * help.el (describe-key-briefly, describe-key):
18506         Replace strings as event types with "(any string)".
18508 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18510         * arc-mode.el (archive-mode-map): Move initialization into
18511         the declaration.  Override *all* bindings of `undo'.
18512         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18514 2005-04-09  Jay Belanger  <belanger@truman.edu>
18516         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18518 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
18520         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18521         (xterm-register-default-colors): Update color values computation
18522         to match xterm-200.
18524 2005-04-09  Kenichi Handa  <handa@m17n.org>
18526         * international/code-pages.el (iso-latin-7): Fix the map.
18528 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
18530         * emacs-lisp/lisp.el (defun-prompt-regexp)
18531         (parens-require-spaces, buffer-end, end-of-defun)
18532         (insert-parentheses): Doc fixes.
18534 2005-04-08  Kim F. Storm  <storm@cua.dk>
18536         * comint.el (comint-highlight-prompt): Fix face spec.
18537         * hi-lock.el (hi-green): Likewise.
18539 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18541         * cus-edit.el (custom-modified-face):
18542         * comint.el (comint-highlight-input): Fix previous changes.
18543         * term.el (term-handle-ansi-escape): Add a comment.
18545 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18547         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18548         in the buffer and in whitespace-highlighted-space.
18549         (whitespace-unhighlight-the-space): Simplify.
18550         (whitespace-buffer): Simplify.
18552 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
18554         * textmodes/table.el (table-cell-face): Add special case for
18555         displays supporting a high number of colors.
18556         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18557         (vhdl-font-lock-reserved-words-face)
18558         (vhdl-speedbar-architecture-face)
18559         (vhdl-speedbar-instantiation-face)
18560         (vhdl-speedbar-architecture-selected-face)
18561         (vhdl-speedbar-instantiation-selected-face): Likewise.
18562         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18563         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18564         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18565         (ebrowse-root-class-face, ebrowse-member-attribute-face)
18566         (ebrowse-progress-face): Likewise.
18567         * progmodes/compile.el (compilation-info-face): Likewise.
18568         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18569         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18570         * calendar/calendar.el (diary-face): Likewise.
18571         * woman.el (woman-italic-face, woman-bold-face)
18572         (woman-unknown-face): Likewise.
18573         * wid-edit.el (widget-button-pressed-face): Likewise.
18574         * whitespace.el (whitespace-highlight-face): Likewise.
18575         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18576         * pcvs-info.el (cvs-marked-face): Likewise.
18577         * info.el (info-xref): Likewise.
18578         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18579         * hilit-chg.el (highlight-changes-face)
18580         (highlight-changes-delete-face): Likewise.
18581         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18582         (hi-red-b): Likewise.
18583         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18584         * font-lock.el (font-lock-keyword-face)
18585         (font-lock-function-name-face, font-lock-warning-face): Likewise.
18586         * cus-edit.el (custom-invalid-face, custom-modified-face)
18587         (custom-set-face, custom-changed-face, custom-variable-tag-face)
18588         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18589         * comint.el (comint-highlight-prompt): Likewise.
18591 2005-04-08  Lute Kamstra  <lute@gnu.org>
18593         * font-lock.el (font-lock-keywords): Docstring fixes.
18595 2005-04-08  Kenichi Handa  <handa@m17n.org>
18597         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18598         chars are more than a limit, print " and more..." at the tail.
18600 2005-04-08  Kim F. Storm  <storm@cua.dk>
18602         * emacs-lisp/authors.el (authors-aliases): Update list.
18603         (authors-ignored-files): New list.
18604         (authors-fixed-entries): Fix typo.
18605         (authors-renamed-files-alist): Update list.
18606         (authors-add): Check authors-ignored-files.
18608 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
18610         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18611         optional, to ensure backward compatibility.
18613 2005-04-08  Stephen Eglen  <stephen@gnu.org>
18615         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18617 2005-04-08  Kim F. Storm  <storm@cua.dk>
18619         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18621         * mouse.el (mouse-on-link-p): Doc fix.
18623 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
18625         * ielm.el (ielm-prompt-read-only): Doc fix.
18627         * comint.el (comint-prompt-read-only): Doc fix.
18629 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
18631         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18632         ensure dired always handles wildcards passed to ffap.
18633         (find-file-at-point): Use it.
18634         (ffap-dired-wildcards): Doc fix.
18636 2005-04-07  Juri Linkov  <juri@jurta.org>
18638         * simple.el (next-error-overlay-arrow-position): New defvar.
18639         Put "=>" on its property `overlay-arrow-string'.  Add it to
18640         `overlay-arrow-variable-list'.
18642         * progmodes/compile.el (compilation-setup):
18643         Set `next-error-overlay-arrow-position' to nil.  Also set it to
18644         nil in the local hook `kill-buffer-hook'.  Make local variable
18645         `overlay-arrow-string' and set it to "=>".
18646         (compilation-goto-locus): Set BOL position to
18647         `next-error-overlay-arrow-position' instead of
18648         `overlay-arrow-position'.
18650         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18651         locally instead of adding it to the global hook.
18652         (Info-kill-buffer): Move up.
18654 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
18656         * term/xterm.el (xterm-standard-colors): Update color values from
18657         xterm-200.
18659 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18661         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18663         * fast-lock.el:
18664         * lazy-lock.el: Move them to the obsolete subdir.
18666 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18668         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18669         (wdired-add-replace-advice): Remove.
18670         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18672 2005-04-06  Kim F. Storm  <storm@cua.dk>
18674         * startup.el (command-line): Add --bare-bones alias for -Q.
18676 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18678         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18679         create the startup fontset if a font specification ends with
18680         `mac-roman'.
18682 2005-04-06  Lute Kamstra  <lute@gnu.org>
18684         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18685         change.
18687         * emacs-lisp/copyright.el (copyright-update-year): Replace the
18688         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
18690 2005-04-05  Lute Kamstra  <lute@gnu.org>
18692         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18693         (define-generic-mode): Ditto.  Fix debug declaration.
18695         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18696         Put them in the generic-x group.
18698         * calendar/timeclock.el (timeclock): Doc fix.
18700         * generic.el (define-generic-mode): Don't use custom-current-group.
18701         Document default :group value.
18702         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18703         (define-global-minor-mode): Don't use custom-current-group.
18705 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
18707         * startup.el (command-line-1): Display startup-echo-area-message
18708         when fancy splash screen is in use.
18710         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18711         (sh-escaped-newline): New face.
18712         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18713         newline, and use sh-escaped-newline face.
18715         * progmodes/tcl.el (tcl-escaped-newline): New face.
18716         (tcl-builtin-list): New variable.
18717         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18718         newlines.  Fix keywords subexpression number.
18720 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
18722         * textmodes/org.el (org-diary-default-entry): Fix call to
18723         `add-to-diary-entry'.
18725 2005-04-05  Kim F. Storm  <storm@cua.dk>
18727         * ediff-init.el: Use (featurep 'xemacs).
18729 2005-04-05  David Ponce  <david@dponce.com>
18731         * cus-edit.el (face): Derive from symbol widget.  Display sample
18732         of the current face on the fly.
18733         (widget-face-sample-face-get, widget-face-notify): New functions.
18734         (widget-face-value-create): Remove.
18736         * wid-edit.el (widget-field-end): Temporarily remove field
18737         narrowing before to call `get-char-property'.
18739 2005-04-04  Jay Belanger  <belanger@truman.edu>
18741         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18742         (math-read-subscripts): New variable.
18743         (math-read-preprocess-string): Process subscripts.
18745 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18747         * comint.el (comint-prompt-read-only): Doc fix.
18749         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18750         `-1'.  Doc fix.
18752 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
18754         * textmodes/org.el (org-insert-mode-line-in-empty-file):
18755         Change default value to nil.
18757 2005-04-04  Lute Kamstra  <lute@gnu.org>
18759         * autorevert.el (auto-revert-mode): Specify :group.
18760         * battery.el (display-battery-mode): Specify :group.
18761         * diff-mode.el (diff-minor-mode): Specify :group.
18762         * font-core.el (font-lock-mode): Specify :group.
18763         * hl-line.el (hl-line-mode): Specify :group.
18764         * iimage.el (iimage): New customization group.
18765         (iimage-mode): Specify :group.
18766         * longlines.el (longlines-mode): Specify :group.
18767         * master.el: Don't require easy-mmode.
18768         (master): New customization group.
18769         (master-mode): Specify :group.
18770         * msb.el (msb-mode): Specify :group.
18771         * reveal.el (reveal-mode): Specify :group.
18772         * simple.el (next-error-follow-minor-mode): Specify :group.
18773         * smerge-mode.el (smerge-mode): Specify :group.
18774         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18775         * emulation/cua-base.el (cua-mode): Specify :group.
18776         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18777         * language/thai-util.el (thai-auto-composition-mode)
18778         (thai-word-mode): Specify :group.
18779         * mail/supercite.el (sc-minor-mode): Specify :group.
18780         * progmodes/cwarn.el (cwarn-mode): Specify :group.
18781         * progmodes/flymake.el (flymake-mode): Specify :group.
18782         * progmodes/glasses.el (glasses-mode): Specify :group.
18783         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18784         * textmodes/enriched.el (enriched-mode): Specify :group.
18785         * textmodes/refill.el (refill-mode): Specify :group.
18787         * add-log.el (change-log-font-lock-keywords): Names in
18788         parenthesized lists can contain spaces.
18790 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
18792         * startup.el (fancy-splash-text): Shorten default text of
18793         "Emacs Tutorial" line.  Also, if the current language env
18794         indicates an available tutorial file other than TUTORIAL,
18795         extract its title and append it to the line in parentheses.
18796         (fancy-splash-insert): If arg is a thunk, funcall it.
18798 2005-04-04  Jay Belanger  <belanger@truman.edu>
18800         * calc.el (calc-language-alist): Add tags to customization type.
18802 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
18804         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18805         Doc fix.
18807 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
18809         * add-log.el (change-log-font-lock-keywords): The manual
18810         describing a Change Log entry, says: (...) "Aside from these
18811         header lines, every line in the change log starts with a space or
18812         a tab.".  The font-lock was not highlighting lines started with
18813         spaces, added support for it.
18815 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18817         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18818         (bibtex-generate-url-list): Update docstring accordingly.  Put the
18819         complex example in the docstring.
18820         (bibtex-font-lock-url): Use pop.
18822 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18824         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18826         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18828 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
18830         * filesets.el (filesets-set-default): Doc fix.
18832 2005-04-03  Lute Kamstra  <lute@gnu.org>
18834         * generic.el (define-generic-mode): Add argument to specify
18835         keywords for defcustom.
18836         (default-generic-mode): Specify :group.
18838         * generic-x.el: Specify :group for all generic modes.
18840         * desktop.el (desktop-no-desktop-file-hook)
18841         (desktop-after-read-hook): Doc fix.
18843 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
18845         * simple.el (visible-mode): Use explicit :group keyword.
18846         This changes the group of `visible-mode-hook' from paren-blinking
18847         to editing-basics.
18849 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
18851         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
18852         mailbox specifications as well as URLs.
18853         (rmail-insert-inbox-text): Remove unused conditional branches.
18855 2005-04-01  Jay Belanger  <belanger@truman.edu>
18857         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18858         (calc-gnuplot-print-command): Move definitions to calc.el.
18860         * calc/calc-embed.el (calc-embedded-announce-formula)
18861         (calc-embedded-open-formula, calc-embedded-close-formula)
18862         (calc-embedded-open-word, calc-embedded-close-word)
18863         (calc-embedded-open-plain, calc-embedded-close-plain)
18864         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18865         (calc-embedded-open-mode, calc-embedded-close-mode):
18866         Move definitions to calc.el.
18868         * calc/calc.el (calc-settings-file, calc-language-alist):
18869         Make customizable.
18870         (calc-embedded-announce-formula, calc-embedded-open-formula)
18871         (calc-embedded-close-formula, calc-embedded-open-word)
18872         (calc-embedded-close-word, calc-embedded-open-plain)
18873         (calc-embedded-close-plain, calc-embedded-open-new-formula)
18874         (calc-embedded-close-new-formula, calc-embedded-open-mode)
18875         (calc-embedded-close-mode, calc-gnuplot-name)
18876         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18877         from other files and make customizable.
18879 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18881         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18882         Use buffer-live-p.
18883         (cvs-mode-run): Don't call cvs-update-header here.
18884         (cvs-run-process): Call cvs-update-header.
18885         Use process properties for cvs-postprocess and cvs-buffer so that
18886         the sentinel can behave better if the temp buffer is killed.
18887         Use a pipe rather than a tty, to better handle unexpected prompts.
18888         (cvs-sentinel): Rewrite.  Call cvs-update-header.
18890 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
18892         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18893         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
18895 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18897         * generic.el (define-generic-mode): Add indentation rule.
18899 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18901         * files.el (mode-require-final-newline): Make Custom correctly
18902         report a nil value and allow to set it to nil via Custom.
18903         Doc fix.
18905 2005-04-01  Kenichi Handa  <handa@m17n.org>
18907         * international/characters.el: Enable the correct case setting for
18908         dotless-i and dotted-I.
18910 2005-04-01  Kim F. Storm  <storm@cua.dk>
18912         * ido.el (ido-file-internal): Fall back to non-ido command if
18913         initial directory is on slow ftp (or tramp) host.
18915 2005-03-31  Richard M. Stallman  <rms@gnu.org>
18917         * emacs-lisp/autoload.el (make-autoload):
18918         Handle define-global-minor-mode.
18920         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18921         Rename from easy-mmode-define-global-mode.
18922         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18924         * progmodes/scheme.el (scheme-mode-syntax-table):
18925         Update syntax of | and # for two-character comment syntax.
18927 2005-03-31  Lute Kamstra  <lute@gnu.org>
18929         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18930         (define-minor-mode): Call custom-current-group at load-time.
18932         * generic.el (define-generic-mode): Add debug declaration.
18933         Add defcustom for the mode hook.
18934         (generic-mode-internal): Use run-mode-hooks.
18936 2005-03-31  Kim F. Storm  <storm@cua.dk>
18938         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18939         (mouse-fixup-help-message): New defun called by show_help_echo
18940         to fixup mouse-2 prefix in help messages when applicable.
18942         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18944 2005-03-31  Kenichi Handa  <handa@m17n.org>
18946         * language/thai-word.el (thai-find-word-ends): Pay attention to
18947         the case that we reach the end of buffer.
18949         * textmodes/fill.el (fill-text-properties-at): New function.
18950         (fill-newline): Use fill-text-properties-at instead of
18951         text-properties-at.
18953 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18955         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18956         not comint-quote-filename.
18958 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
18960         * help-fns.el (help-with-tutorial): Revert last change.
18962 2005-03-31  Kim F. Storm  <storm@cua.dk>
18964         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18966 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18968         * calendar/cal-china.el: Update reference to "Calendrical
18969         Calculations" book; there's a new edition.
18970         * calendar/cal-coptic.el: Likewise.
18971         * calendar/cal-french.el: Likewise.
18972         * calendar/cal-hebrew.el: Likewise.
18973         * calendar/cal-islam.el: Likewise.
18974         * calendar/cal-iso.el: Likewise.
18975         * calendar/cal-julian.el: Likewise.
18976         * calendar/cal-mayan.el: Likewise.
18977         * calendar/cal-persia.el: Likewise.
18978         * calendar/calendar.el: Likewise.
18979         * calendar/holidays.el: Likewise.
18980         * calendar/lunar.el: Likewise.
18981         * calendar/solar.el: Likewise.
18983         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18984         white space from doc string.
18986 2005-03-30  Jay Belanger  <belanger@truman.edu>
18988         * calc/calc-help.el (calc-full-help): Remove email address.
18990 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
18992         * help-fns.el (help-with-tutorial): Delete title line.
18994 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18996         * calendar/cal-x.el (calendar-one-frame-setup)
18997         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18998         rather than `symbol' for set-window-dedicated-p.
19000         * calendar/appt.el (appt-buffer-name): Make it a constant.
19001         (appt-add): Doc fix.
19003         * filesets.el (filesets-menu-path, filesets-menu-before)
19004         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19005         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19006         (filesets-add-submenu): Delete and use add-submenu instead.
19008 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19010         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19011         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19012         (org-diary-default-entry): New function.
19013         (org-get-entries-from-diary): Better parsing of diary entries.
19014         (org-agenda-check-no-diary): New function.
19015         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19016         linking to diary entries.
19017         (org-agenda-execute-calendar-command): New function.
19018         (org-agenda): Improve visible section in window.
19019         Use `org-fit-agenda-window'.
19020         (org-fit-agenda-window): New option.
19021         (org-move-subtree-down): Better handling of empty lines
19022         at end of subtree.
19023         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19024         levels up.
19025         (org-fontify-done-headline): New option.
19026         (org-headline-done-face): New face.
19027         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19028         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19029         When current field is non-empty, it is copied to next row.
19030         (org-table-copy-from-above): Fix bug which made it
19031         impossible to copy fields containing only a single non-white character.
19033 2005-03-30  Kim F. Storm  <storm@cua.dk>
19035         * kmacro.el (kmacro-end-macro): Isearch may store this command
19036         into the macro -- so ignore it when executing keyboard macro.
19038 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19040         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19042 2005-03-29  Kenichi Handa  <handa@m17n.org>
19044         * language/thai.el ("Thai"): Set setup-function and exit-function
19045         for Thai language environment.
19047         * language/thai-util.el: Require thai-word.
19048         (thai-word-mode-map): New variable.
19049         (thai-word-mode): New minor mode.
19050         (setup-thai-language-environment-internal): New function.
19051         (exit-thai-language-environment-internal): New function.
19053         * language/thai-word.el (thai-word-table): Declare it by defvar,
19054         use dolist to initialize it.
19055         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19056         (thai-fill-find-break-point): New functions.
19058 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19060         * simple.el (idle-update-delay): Move definition up.
19061         (set-mark): Doc fix.
19063 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19065         * longlines.el: New file.
19067         * simple.el (buffer-substring-filters): New variable.
19068         (filter-buffer-substring): New function.
19069         (kill-region, copy-region-as-kill): Use it.
19071         * register.el (copy-to-register, append-to-register)
19072         (prepend-to-register): Use filter-buffer-substring.
19074 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19076         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19077         (gud-filter-pending-text): Move in front of gdb.
19078         (gud-overlay-arrow-position): New variable.
19079         (gud-sentinel, gud-display-line): Use it in place of
19080         overlay-arrow-position.
19082 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19084         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19085         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19086         (fortran-font-lock-keywords-4): New variable.
19087         (fortran-blocks-re, fortran-end-block-re)
19088         (fortran-start-block-re): New constants, for hideshow.
19089         (hs-special-modes-alist): Add a Fortran entry.
19090         (fortran-mode-map): Bind fortran-end-of-block,
19091         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19092         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19093         (fortran-looking-at-if-then, fortran-end-of-block)
19094         (fortran-beginning-of-block): New functions, for hideshow.
19096         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19097         Doc fix.  Tweak regexp.
19098         (f90-beginning-of-block): Push mark first.
19100 2005-03-29  Jay Belanger  <belanger@truman.edu>
19102         * calc/calc.el: Update copyright date.
19103         (calc-version): Increase to 2.1.
19104         (calc-version-date): Remove.
19106         * calc/calc-help.el: Update copyright date.
19107         (calc-full-help): Remove reference to calc-version-date.
19108         Update copyright date.
19110 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19112         * vc.el (vc-do-command): Use a pipe for async processes, so password
19113         prompts don't show up at places where the user can't reply.
19115 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19117         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19118         on the file name we pass to the inferior shell.
19120 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19122         * progmodes/which-func.el (which-function): Be robust in the face of an
19123         imenu--make-index-alist failure.
19125 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19127         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19129         * progmodes/python.el (python-preoutput-filter): Fix last change.
19131 2005-03-29  Lute Kamstra  <lute@gnu.org>
19133         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19134         functions and compiled macros.
19135         (debug-convert-byte-code): Handle macros too.
19136         (debug-on-entry-1): Don't signal an error when trying to clear a
19137         function that is not set to debug on entry.
19139 2005-03-29  Jay Belanger  <belanger@truman.edu>
19141         * calc/calc-lang.el: Add functions to math-function-table
19142         properties of tex and math.
19144 2005-03-29  Kenichi Handa  <handa@m17n.org>
19146         * ps-mule.el (ps-mule-plot-string): Translate characters by
19147         ps-print-translation-table.
19148         (ps-mule-begin-job): Call find-charset-region/string with
19149         ps-print-translation-table.
19150         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19152         * ps-print.el (ps-print-translation-table): New variable.
19153         (ps-plot-region): Translate characters by ps-print-translation-table.
19155 2005-03-29  Juri Linkov  <juri@jurta.org>
19157         * simple.el (next-error-highlight-timer): New variable.
19159         * progmodes/compile.el (compilation-goto-locus):
19160         Use `next-error-highlight-timer' instead of `sit-for'.
19162 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19164         * mail/supercite.el (sc-mail-field): Use assoc-string.
19165         (sc-get-address): Simplify regexps.
19167         * files.el (minibuffer-with-setup-hook): New macro.
19168         (find-file-read-args): Use it to avoid let-binding
19169         minibuffer-with-setup-hook (which breaks turning on/off
19170         file-name-shadow-mode while in the prompt).
19172         * complete.el (PC-read-include-file-name-internal):
19173         Use test-completion.
19175 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19177         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19179 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19181         * window.el (window-buffer-height): Use count-screen-lines.
19183         * progmodes/python.el (python-preoutput-leftover): New var.
19184         (python-preoutput-filter): Use it.
19185         (python-send-receive): Loop until all the result has been received.
19187 2005-03-28  Juri Linkov  <juri@jurta.org>
19189         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19191         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19192         "Recover Crashed Session".
19193         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19194         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19195         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19196         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19197         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19198         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19199         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19200         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19202         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19203         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19204         Ediff Sessions", "Toggle use of separate control buffer frame",
19205         "Use separate frame for Ediff control buffer".
19207         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19208         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19209         "Rename Bookmark", "Delete Bookmark".
19211         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19212         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19213         Add `:active Info-index-alternatives' to "Next Matching Item".
19215         * wdired.el (wdired-change-to-wdired-mode):
19216         Mention `wdired-abort-changes' key in the initial message.
19218         * international/mule.el (auto-coding-alist): Associate non-ascii
19219         image filename extensions with `no-conversion'.
19221 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19223         * international/iso-acc.el:
19224         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19226 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19228         * textmodes/sgml-mode.el (html-mode): Doc update.
19230         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19232 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19234         * term.el (term-move-columns): Fix face after extending a line.
19235         (term-insert-spaces): Likewise.
19236         (term-reset-terminal): Fix off by one error.
19238 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19240         * international/mule.el (auto-coding-alist): Add .xpi files.
19242         * files.el (auto-mode-alist): Add .xpi files.
19244 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19246         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19248 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19250         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19252 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19254         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19255         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19257         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19258         cursor to Jan 1 when needed.
19259         (calendar-end-of-year): Fix -/+ typo.
19260         Reported by Chong Yidong <cyd@stupidchicken.com>.
19262 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19264         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19266         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19267         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19269 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19271         * filesets.el (filesets-init): Add autoload.
19273         * mail/mailalias.el (mail-directory): Doc fix.
19275 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19277         * mail/mailalias.el (mail-directory-process): Do nothing if
19278         mail-directory-process is an atom.
19279         (mail-get-names): Ignore mail-directory-names if it is an atom.
19280         (mail-directory-process defvar): Doc fix.
19281         (mail-names): Doc fix.
19283 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19285         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19287 2005-03-26  Kenichi Handa  <handa@m17n.org>
19289         * international/mule-util.el (detect-coding-with-priority):
19290         Call update-coding-systems-internal before detect-coding-region.
19292 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19294         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19295         (gdb-frames-mode-map): Add follow-link property.
19297 2005-03-25  Jay Belanger  <belanger@truman.edu>
19299         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19300         for variables.
19302 2005-03-25  Juri Linkov  <juri@jurta.org>
19304         * image-mode.el: Optimize image filename extension regexps in
19305         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19306         in `auto-mode-alist'.
19307         (image-mode): Add `image-toggle-display-text' to local hook
19308         `change-major-mode-hook'.  Display the image as an image by
19309         default.  Set `cursor-type' and `truncate-lines' if the image
19310         is already displayed.  Take into account the current mode (image
19311         or text) in message.
19312         (image-minor-mode): New minor mode.
19313         (image-mode-maybe, image-toggle-display-text): New functions.
19314         (image-toggle-display): Use called-interactively-p.
19315         Let-bind `inhibit-read-only' to t.
19317         * image-mode.el (image-minor-mode): Set `cursor-type' and
19318         `truncate-lines' if the image is already displayed.  Add turning
19319         image-minor-mode off to `change-major-mode-hook'.  Add message.
19320         Call `image-toggle-display-text' after turning image-minor-mode off.
19322 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19324         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19325         Terminal.app, use utf-8.
19326         (set-display-table-and-terminal-coding-system): Add coding-system arg.
19327         (set-locale-environment): Use it.
19329         * term/xterm.el: Undo last change, better done in mule-cmds.el.
19331         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19333         * progmodes/python.el (python-close-block-statement-p)
19334         (python-outdent-p, python-current-defun): Use symbol-end.
19336 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19338         * files.el (save-some-buffers): Doc fix.
19340 2005-03-25  Werner Lemberg  <wl@gnu.org>
19342         * complete.el, thumbs.el: Replace `legal' with `valid'.
19343         * calendar/calendar.el: Replace `legal' with `valid'.
19344         * emacs-lisp/advice.el: Replace `legal' with `valid'.
19345         * mail/supercite.el: Replace `legal' with `valid'.
19346         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19347         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19348         Replace `legal' with `valid'.
19349         * textmodes/reftex-vars.el, textmodes/reftex.el:
19350         Replace `legal' with `valid'.
19352 2005-03-25  Werner Lemberg  <wl@gnu.org>
19354         * calc/calc-forms.el, calc/calc-sel.el
19355         * midnight.el, vc-cvs.el
19356         * emacs-lisp/cl-macs.el
19357         * emulation/vip.el
19358         * eshell/esh-io.el, eshell/esh-var.el
19359         * mail/supercite.el
19360         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19361         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19362         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19363         * progmodes/sh-script.el, progmodes/xscheme.el
19364         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19365         * textmodes/reftex-index.el, textmodes/reftex-parse.el
19366         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19367         * textmodes/reftex.el, textmodes/org.el:
19368         Replace `illegal' with `invalid'.
19370 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19372         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19373         (flymake-find-buildfile, flymake-find-possible-master-files)
19374         (flymake-check-include, flymake-parse-line): Replace loops over the
19375         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19377         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19378         Substitute file-name-as-directory in the rest of the file.
19379         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19380         (flymake-replace-region): Remove unused arg `buffer'.
19381         (flymake-check-patch-master-file-buffer): Update calls to it.
19382         (flymake-add-err-info): Remove unused var `count'.
19383         (flymake-mode): Use define-minor-mode.
19385         * progmodes/flymake.el: Use with-current-buffer.
19386         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19387         flymake-replace-regexp-in-string, flymake-line-beginning-position)
19388         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19389         Avoid testing for `xemacs'.
19390         (flymake-nop): Move.
19391         (flymake-region-has-flymake-overlays): Return the computed value.
19392         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19393         Remove unused var `endline'.
19394         (flymake-get-line-count): Remove unused function.
19395         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19397         * emulation/vi.el:
19398         * generic.el:
19399         * hilit-chg.el (global-highlight-changes):
19400         * hi-lock.el (hi-lock-mode):
19401         * follow.el: find-file-hooks -> find-file-hook.
19403         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19405 2005-03-24  Juri Linkov  <juri@jurta.org>
19407         * dired.el (dired-mode-map): Add menu item "Compare directories"
19408         for dired-compare-directories.
19410         * dired-aux.el (dired-compare-directories): Add autoload cookie.
19411         Doc fix.  Replace `read-file-name' with `read-directory-name'.
19413 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19415         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19417 2005-03-24  Jay Belanger  <belanger@truman.edu>
19419         * calc/calc-embed.el (calc-embedded-mode-change): Save all
19420         relevant mode settings in calc-embedded-original-modes when modes
19421         are permanently changed.
19423 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19425         * autoinsert.el: find-file-hooks -> find-file-hook.
19427 2005-03-24  Lute Kamstra  <lute@gnu.org>
19429         * generic.el (generic-font-lock-defaults): Make it obsolete.
19430         (generic-font-lock-keywords): New variable to replace
19431         generic-font-lock-defaults.
19432         (generic-mode-set-font-lock): Delete it.
19433         (generic-mode-internal): Don't call generic-mode-set-font-lock.
19434         (generic-bracket-support): Add docstring.
19436         * generic-x.el: Rename generic-font-lock-defaults to
19437         generic-font-lock-keywords throughout.
19438         (mailagent-rules-setup-function): Delete it.
19439         (mailagent-rules-generic-mode): Use anonymous function instead.
19440         (show-tabs-generic-mode-font-lock-defaults-1)
19441         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19442         Quote faces.
19443         (show-tabs-tab-face, show-tabs-space-face): Specify background,
19444         not foreground.
19446         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19447         Recognize define-generic-mode.
19449 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19451         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19452         if there's no completion table.
19454 2005-03-23  Miles Bader  <miles@gnu.org>
19456         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19457         Remove tty-specific variants, as they're no longer needed.
19459 2005-03-23  Lute Kamstra  <lute@gnu.org>
19461         * generic-x.el: Code cleanup: make args constant whenever possible.
19462         (installshield-statement-keyword-list)
19463         (installshield-system-functions-list)
19464         (installshield-system-variables-list, installshield-types-list)
19465         (installshield-funarg-constants-list): Make them constants.
19467         * generic.el (generic-make-keywords-list): Add autoload cookie.
19469         * calendar/time-date.el: Add comment on time value formats.
19470         Don't require parse-time.
19471         (with-decoded-time-value): New macro.
19472         (encode-time-value): New function.
19473         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19474         (days-to-time): Return a valid time value when arg is huge.
19475         (time-since): Use time-subtract.
19476         (time-to-number-of-days): Use time-to-seconds.
19478 2005-03-23  David Ponce  <david@dponce.com>
19480         * recentf.el (recentf-keep): New option.
19481         (recentf-menu-action): Default to `find-file'.
19482         (recentf-keep-non-readable-files-flag)
19483         (recentf-keep-non-readable-files-p)
19484         (recentf-file-readable-p, recentf-find-file)
19485         (recentf-cleanup-remote): Remove.
19486         (recentf-include-p): More robust.
19487         (recentf-keep-p): New function.
19488         (recentf-remove-if-non-kept): Rename from
19489         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
19490         All callers updated.
19491         (recentf-menu-items-for-commands): Fix help string.
19492         (recentf-track-closed-file): Update.  Doc fix.
19493         (recentf-cleanup): Update.  Count removed files.  Doc fix.
19495 2005-03-23  Kim F. Storm  <storm@cua.dk>
19497         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19498         Don't inherit from fringe face (now happens automatically).
19500 2005-03-22  Kim F. Storm  <storm@cua.dk>
19502         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19503         position values.
19505 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19507         * menu-bar.el (showhide-date-time): Remove.
19508         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19509         (menu-bar-make-mm-toggle): Simplify.
19511 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19513         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19514         Accept qualified variable and function names.
19516 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
19518         * bindings.el (completion-ignored-extensions):
19519         Remove ".lis" for `vax-vms'.
19521 2005-03-22  Andreas Schwab  <schwab@suse.de>
19523         * generic-x.el: Revert last change.
19524         * ldefs-boot.el: Update.
19526 2005-03-22  Jay Belanger  <belanger@truman.edu>
19528         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19529         (calc-embedded-save-original-modes)
19530         (calc-embedded-restore-original-modes): New functions.
19531         (calc-do-embedded): Save original modes when entering embedded mode
19532         and restore when leaving embedded mode.
19533         (calc-embedded-modes-change): Change the value of
19534         calc-embedded-original-modes to reflect permanent changes.
19536 2005-03-22  Lute Kamstra  <lute@gnu.org>
19538         * generic-x.el: Require generic again.
19540 2005-03-22  Miles Bader  <miles@gnu.org>
19542         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19543         Tweak details to look good on both ttys and bitmap displays, light
19544         or dark background, etc.
19546 2005-03-21  Kim F. Storm  <storm@cua.dk>
19548         * tooltip.el (tooltip-show-help-function): Check car and cdr of
19549         mouse position.
19551 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19553         * icomplete.el: Don't forcibly turn on the mode upon load.
19554         (icomplete-mode): Use define-minor-mode.
19555         (icomplete-eoinput): Default to nil.
19556         (icomplete-minibuffer-setup): Remove autoload.
19557         (icomplete-tidy): Simplify.
19558         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19559         in the initial state or if the user has modified the field.
19560         Fix handling of icomplete-max-delay-chars.
19561         Remove code that handles the oddball case where
19562         minibuffer-completion-table is an integer.
19563         Wrap icomplete-completions in while-no-input in case building
19564         completions takes more time than expected.
19565         (icomplete-completions): Simplify.
19567 2005-03-21  Richard M. Stallman  <rms@gnu.org>
19569         * jka-compr.el (jka-compr-really-do-compress):
19570         Make variable buffer-local.
19572         * image-mode.el: Handle .xpm files too.
19573         (image-toggle-display): Preserve modification flag.
19575         * help.el (where-is): Don't mention aliases with no key bindings.
19577 2005-03-21  Lute Kamstra  <lute@gnu.org>
19579         * generic.el: Fix commentary section.  Don't require cl for
19580         compilation.
19581         (generic-mode-list): Add autoload cookie.
19582         (generic-use-find-file-hook, generic-lines-to-scan)
19583         (generic-find-file-regexp, generic-ignore-files-regexp)
19584         (generic-mode, generic-mode-find-file-hook)
19585         (generic-mode-ini-file-find-file-hook): Fix docstrings.
19586         (define-generic-mode): Make it a defmacro.  Fix docstring.
19587         (generic-mode-internal): Code cleanup.  Add autoload cookie.
19588         (generic-mode-set-comments): Code cleanup.
19589         * generic-x.el: Don't prevent compilation.  Don't require generic.
19590         Follow coding conventions.  Minor code cleanup.
19591         (etc-fstab-generic-mode): Add some keywords.
19592         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19593         define-generic-mode like a function declaration.
19595 2005-03-21  Jay Belanger  <belanger@truman.edu>
19597         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19598         changing modes.
19600 2005-03-21  Sam Steingold  <sds@gnu.org>
19602         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19604 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
19606         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19607         Add underscore to "f$ lexicals" regexp.
19609 2005-03-20  Juri Linkov  <juri@jurta.org>
19611         * subr.el (progress-reporter-do-update): When `min-value' is equal
19612         to `max-value', set `percentage' to 0 and prevent division by zero.
19614 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
19616         Sync with Tramp 2.0.48.
19618         * net/tramp.el (all): Change all addresses to .gnu.org.
19619         (tramp-append-tramp-buffers): New defun.
19620         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19621         Catch `dont-send' signal.
19622         (tramp-set-auto-save-file-modes): Set always permissions, because
19623         there might be an old auto-saved file belonging to another
19624         original file.  This could be a security threat.  Reported by
19625         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19626         Check for Emacs 21.3.50 removed.
19628         * net/tramp-smb.el (all): Remove debug construct for
19629         `with-parsed-tramp-file-name'.
19630         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19631         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19632         No error message if DIRECTORY or FILENAME doesn't exist.
19633         (tramp-smb-open-connection): Check existence of
19634         `tramp-smb-program'.
19636 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19638         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19639         Properly handle the case where the `m' or `s' command's argument is not
19640         yet terminated.
19641         (perl-indent-new-calculate): New function.
19642         (perl-indent-line): Use it.
19644 2005-03-20  Miles Bader  <miles@gnu.org>
19646         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19647         in text-mode too.  Change to new face names.
19648         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19649         Add `:weight bold' attribute.
19650         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19652 2005-03-19  Juri Linkov  <juri@jurta.org>
19654         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
19656         * international/mule.el (auto-coding-alist): Sync with
19657         `auto-mode-alist' by adding upper case archive file extensions
19658         and adding ear/war to jar extension.
19660 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
19662         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19663         running, restart it.
19665 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
19667         * finder.el (finder-current-item): Throw an error on an empty line.
19669         * man.el (Man-follow-manual-reference): If current-word returns
19670         nil, use "".
19672 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
19674         * simple.el (goto-line): Doc fix.
19676 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
19678         * files.el (save-buffer): Doc fix.
19680 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
19682         * recentf.el (recentf-cleanup-remote): New variable.
19683         (recentf-cleanup): Use it to conditionally check availability of
19684         remote files.
19686 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
19688         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19689         function names.
19691 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19693         * language/thai-word.el: New file.
19695 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19697         * files.el (backup-buffer): If the file's directory is not
19698         writable, use copy instead of move to backup the file.
19700 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19702         * obsolete/keyswap.el: Moved to obsolete/ from term/.
19704 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19706         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19707         Use functionp instead of symbolp and fboundp.  Reported by Drkm
19708         <darkman_spam@yahoo.fr>.
19709         (ps-print-version): New version 6.6.6.
19711 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
19713         * textmodes/table.el (table--line-column-position): New idiom.
19714         (table--row-column-insertion-point-p): New function to test
19715         validity of row and column insertion operation at a location.
19716         (table-global-menu, table-cell-menu): Use above functions for
19717         deterministic test operation.
19718         (table--editable-cell-p): Behave in deterministic fashion.
19720 2005-03-18  Juri Linkov  <juri@jurta.org>
19722         * isearch.el (isearch-lazy-highlight-new-loop):
19723         Make arguments beg and end optional.
19724         (isearch-update): Remove optional arguments nil from
19725         isearch-lazy-highlight-new-loop.
19726         (isearch-lazy-highlight-search): Let-bind case-fold-search to
19727         isearch-lazy-highlight-case-fold-search instead of
19728         isearch-case-fold-search, and let-bind isearch-regexp to
19729         isearch-lazy-highlight-regexp.
19730         Use isearch-lazy-highlight-last-string instead of isearch-string.
19732         * replace.el (perform-replace): Remove bindings of global
19733         variables isearch-string, isearch-regexp, isearch-case-fold-search.
19734         Add three new arguments to `replace-highlight'.
19735         (replace-highlight): Add arguments string, regexp, case-fold.
19736         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19737         to allow isearch-lazy-highlight-new-loop to use these values
19738         to set corresponding isearch-lazy-highlight-* internal
19739         variables whose values lazy highlighting will use regardless of
19740         changes to global variables isearch-string, isearch-regexp,
19741         isearch-case-fold-search during lazy highlighting loop.
19742         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19743         to `lazy-highlight-cleanup'.
19745         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19746         (ispell-highlight-face): Set default face to `isearch' when
19747         lazy highlighting is enabled.
19748         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19749         priority to 1.  Add lazy highlighting.
19750         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19751         from `isearch-dehighlight'.
19753 2005-03-18  David Ponce  <david@dponce.com>
19755         * files.el (hack-local-variables): Do a case-insensitive search
19756         for End.
19758 2005-03-18  Juri Linkov  <juri@jurta.org>
19760         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19761         `isearch-lazy-highlight-cleanup', add alias to old name and
19762         declare obsolete.  Add release numbers to other obsolete vars.
19763         (isearch-done, isearch-lazy-highlight-new-loop):
19764         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19765         (lazy-highlight-cleanup) <variable>: Doc fix.
19766         (isearch-lazy-highlight-update): Rename obsolete
19767         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19769 2005-03-18  Kenichi Handa  <handa@m17n.org>
19771         * language/thai-util.el: Fix categorization of Thai characters in
19772         thai-category-table.
19773         (thai-composition-pattern): Adjust it for the above change.
19774         (thai-self-insert-command, thai-compose-syllable): New functions.
19775         (thai-compose-region): Use thai-compose-syllable.
19776         (thai-compose-string): Likewise.
19777         (thai-composition-function): Likewise.
19778         (thai-auto-composition): New function.
19779         (thai-auto-composition-mode): New minor mode.
19781         * language/thai.el: Fix patterns to be registered in
19782         composition-function-table.
19784         * international/quail.el (quail-input-method): Locally bind
19785         inhibit-modification-hooks to t.
19787 2005-03-17  Richard M. Stallman  <rms@gnu.org>
19789         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19790         (perl-mode): Use run-mode-hooks.
19792         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19793         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19794         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19796         * mail/sendmail.el (sendmail-send-it): Reenable the code
19797         to compute resend-to-address and use it.
19799         * tar-mode.el (tar-mode): Turn off undo unconditionally.
19801         * image-mode.el: New file.
19803         * image.el (insert-sliced-image): Add autoload cookie.
19805         * font-lock.el (font-lock-lines-before): New user option.
19806         (font-lock-after-change-function): Obey it.
19808         * bindings.el (esc-map): Make M-g a prefix.
19809         Bind M-g g and M-g M-g to goto-line.
19811         * faces.el (face-id): Doc fix.
19813 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19815         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19816         (rmail-show-message): Use rmail-unknown-mail-followup-to.
19817         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19819         * mail/sendmail.el (mail-yank-ignored-headers)
19820         (mail-font-lock-keywords, mail-mode-fill-paragraph):
19821         Add Mail-Followup-To and Mail-Reply-To headers.
19822         (mail-citation-hook): Add autoload cookie.
19823         (mail-mode): Doc fix.
19824         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19825         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19826         (mail-mode-fill-paragraph): Handle those headers.
19827         (mail-mailing-lists): New variable.
19828         (mail-mail-reply-to, mail-mail-followup-to): New functions.
19830 2005-03-17  Juri Linkov  <juri@jurta.org>
19832         * isearch.el (isearch-fallback): Check for `(car previous)'
19833         before calling `isearch-other-end-state'.
19835 2005-03-17  Kim F. Storm  <storm@cua.dk>
19837         * simple.el (move-beginning-of-line): Move to beginning of buffer
19838         line, as well as beginning of screen line.
19840 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
19842         * calendar/diary-lib.el (mark-diary-entries): Use new optional
19843         argument REDRAW rather than calendar-redrawing variable.
19844         * calendar/calendar.el (calendar-redrawing): Delete.
19845         (redraw-calendar): Do not bind calendar-redrawing.
19847 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
19849         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19850         diary-file buffer.
19852 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19854         * help.el (describe-mode): Allow a :minor-mode-function property to
19855         specify a different minor mode toggle function than the variable.
19856         * simple.el (auto-fill-function):
19857         * subr.el (add-minor-mode): Use it.
19859 2005-03-16  Kenichi Handa  <handa@m17n.org>
19861         * language/ethio-util.el (sera-being-called-by-w3): New variable.
19862         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19863         (ethio-fidel-to-sera-buffer): Likewise.
19865 2005-03-16  Juri Linkov  <juri@jurta.org>
19867         * emacs-lisp/find-func.el (find-function-regexp):
19868         Add defun-emitting macro `menu-bar-make-toggle'.
19870         * isearch.el: Put `isearch-scroll' property to
19871         `split-window-horizontally'.
19873         * info.el: Update error messages for `debug-ignored-errors'.
19874         (Info-isearch-search): Doc fix.
19875         (Info-find-node): Move up code to go into info buffer before
19876         recording the node to the history.
19877         (Info-fontify-node): Fontify titles only if the next line
19878         has two or more `*', `=', `-', `.'.
19879         Display "go to this node" for empty (match-string 3).
19881 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19883         * term/mac-win.el: Add mouse pointer shape constants.
19885 2005-03-15  Kim F. Storm  <storm@cua.dk>
19887         * simple.el (move-beginning-of-line): Use vertical-motion.
19889 2005-03-15  Juri Linkov  <juri@jurta.org>
19891         * isearch.el (isearch-error): New variable.
19892         (isearch-invalid-regexp, isearch-within-brackets): Remove.
19893         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19894         (isearch-within-brackets-state): Remove.
19895         (isearch-case-fold-search-state, isearch-pop-fun-state):
19896         Decrease frame index.
19897         (isearch-mode, isearch-top-state, isearch-push-state)
19898         (isearch-edit-string, isearch-abort, isearch-search-and-update)
19899         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19900         (isearch-search, isearch-lazy-highlight-new-loop):
19901         Replace `isearch-invalid-regexp' with `isearch-error'.
19902         Remove `isearch-within-brackets'.
19903         (isearch-search): Add `search-failed' handler to `condition-case'.
19904         (isearch-lazy-highlight-search): Add `condition-case' to catch
19905         errors and allow `isearch-lazy-highlight-update' to try
19906         highlighting from the beginning of the window.
19907         (isearch-repeat): Move up code to set isearch-wrapped to t
19908         before calling isearch-wrap-function.
19910         * info.el (Info-isearch-initial-node): New internal variable.
19911         (Info-search): Signal an error in isearch mode when search leaves
19912         the initial node.  Signal an error when `bound' is non-nil and
19913         nothing was found in the current subfile.
19914         (Info-isearch-search): Remove `condition-case'.
19915         (Info-isearch-wrap): Don't wrap when search failed during leaving
19916         the initial node.  If `Info-isearch-search' is nil, wrap around
19917         the current node.
19918         (Info-isearch-start): New fun.
19919         (Info-mode): Add buffer-local hook `Info-isearch-start' to
19920         `isearch-mode-hook'.
19922 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19924         * simple.el (normal-erase-is-backspace): Set default to t if
19925         running on Mac.
19927         * term/mac-win.el (function-key-map): Sync with x-win.el.
19929 2005-03-15  Kenichi Handa  <handa@m17n.org>
19931         * international/mule-cmds.el (locale-language-names): Modify the
19932         format of elements and add more entries.
19933         (locale-preferred-coding-systems): Add more entries.
19934         (set-locale-environment): Adjust for the change of
19935         locale-language-names.
19937 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19939         * pcvs.el (smerge-ediff): Remove bogus autoload.
19941 2005-03-14  Lute Kamstra  <lute@gnu.org>
19943         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19944         Ignore a `*' at the beginning of a line.
19946         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19947         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19948         subr.el.
19949         (dont-compile, eval-when-compile, eval-and-compile): Use declare
19950         to specify indentation.
19952         * generic.el (define-generic-mode): Let generic-mode-list be a
19953         list of strings; test membership with equal.
19955 2005-03-14  Kim F. Storm  <storm@cua.dk>
19957         * simple.el (next-line, previous-line): Add optional try-vscroll
19958         arg to recognize interactive use.  Pass it on to line-move.
19959         (line-move): Don't perform auto-window-vscroll when defining or
19960         executing keyboard macro to ensure consistent behavior.
19962 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19964         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19966 2005-03-13  Lute Kamstra  <lute@gnu.org>
19968         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19969         debugger-setup-buffer so that backtrace marks the frames set to
19970         debug-on-exit and we don't have to do it manually.  Set an extra
19971         debug-on-exit for macro's.
19972         (debugger-setup-buffer): Don't mark the top frame manually.
19974 2005-03-12  Lute Kamstra  <lute@gnu.org>
19976         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19977         lisp-indent-function throughout.
19978         (with-no-warnings): Set lisp-indent-function property.
19980 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
19982         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19983         Add entry for backslash.
19985 2005-03-12  Juri Linkov  <juri@jurta.org>
19987         * info.el (Info-search): Four fixes for backward search.
19989 2005-03-11  Jay Belanger  <belanger@truman.edu>
19991         * calc/calc.el (calc-language-alist): New variable.
19992         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19993         (calc-embedded-find-modes): Use calc-language-alist instead of
19994         calc-embedded-language-alist.
19996 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19998         * calendar/calendar.el (calendar-redrawing): New internal
19999         variable.
20000         (redraw-calendar): Remove bogus save-excursion from previous
20001         change.  Bind calendar-redrawing to t for mark-diary-entries.
20002         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20003         calendar if that is why we were called.
20005 2005-03-11  Kenichi Handa  <handa@m17n.org>
20007         * international/mule.el (make-coding-system): Set property
20008         coding-system-define-form to nil.
20009         (define-coding-system-alias): Likewise.
20011 2005-03-11  Kenichi Handa  <handa@m17n.org>
20013         These changes are suggested by Dave Love <fx@gnu.org>.
20015         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20016         coding: tag.
20017         (adaptive-fill-regexp): Add more bullets.
20018         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20019         regexps.
20021 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20023         * help.el (describe-mode): Properly handle non-trivial lighters.
20024         Don't ignore minor modes that are not listed in minor-mode-list.
20026         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20027         feature ON when the user requests to turn it OFF.
20029 2005-03-10  Lute Kamstra  <lute@gnu.org>
20031         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20032         (implement-debug-on-entry): New function to replace debug-entry-code.
20033         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20034         second argument as the 2005-03-07 change makes it obsolete.
20035         (debug-on-entry, cancel-debug-on-entry): Update call to
20036         debug-on-entry-1.
20037         (debug, debugger-setup-buffer): Comment update.
20038         (debugger-frame-number): Update to work with implement-debug-on-entry.
20040 2005-03-10  Jay Belanger  <belanger@truman.edu>
20042         * calc/calc-embed.el (math-ms-args): Declare it.
20043         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20044         math-ms-args.
20045         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20046         variables.
20048 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20050         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20051         Use message-box.
20053         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20054         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20055         (tooltip-gud-tips): Simplify.
20056         (tooltip-gud-tips-p): Remove superfluous :set.
20057         (tooltip-gud-modes): Add fortran-mode.
20058         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20060         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20062 2005-03-09  Kim F. Storm  <storm@cua.dk>
20064         * play/animate.el (animate-place-char): Use forward-line instead
20065         of next-line to improve performance.
20067 2005-03-09  Simon Josefsson  <jas@extundo.com>
20069         * net/browse-url.el (browse-url-default-browser): Doc fix.
20071 2005-03-09  Miles Bader  <miles@gnu.org>
20073         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20074         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20076 2005-03-09  Kenichi Handa  <handa@m17n.org>
20078         * international/latin-1.el: Set case and syntax for 255 only if
20079         set-case-syntax-set-multibyte is nil.
20081         * textmodes/ispell.el (ispell-insert-word): New function.
20082         (ispell-word): Use ispell-insert-word to insert a new word.
20083         (ispell-process-line): Likewise.
20084         (ispell-complete-word): Likewise.
20086 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20088         * calendar/calendar.el (redraw-calendar): Preserve point.
20089         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20090         (calendar-week-start-day): Move after definition of
20091         redraw-calendar.  Delete buffer test, since redraw-calendar has
20092         that now.
20094         * calendar/diary-lib.el (mark-diary-entries): Only call
20095         redraw-calendar in the first of any recursive calls.
20096         Reported by Alan Shutko <ats@acm.org>.
20098 2005-03-08  Juri Linkov  <juri@jurta.org>
20100         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20101         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20102         (html-radio-buttons): Add a space before the trailing `/>' where
20103         sgml-xml-mode is non-nil.
20104         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20105         the subsequent tag of the empty XML tag.
20106         (html-href-anchor): Don't set initial input to "http:".
20107         (html-image): Ask for the image URL and set point inside alt="".
20108         (html-name-anchor): Duplicate the name in the `id' attribute when
20109         sgml-xml-mode is non-nil.
20110         (html-paragraph): Remove \n before <p>.
20111         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20112         instead of `checked' when sgml-xml-mode is non-nil.
20114         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20115         Remove 1 space before #RRGGBB to not truncate it on terminal
20116         windows w/o fringes.  Remove 1 space between bg and fg examples
20117         to get more space.
20118         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20119         avoid byte-compile warnings.
20121         * image-file.el (image-file-handler): Put `safe-magic' property to
20122         `image-file-handler'.
20124         * info.el (Info-isearch-search): Emulate word search in
20125         isearching through multiple Info nodes with Info-search.
20126         (Info-isearch-wrap): Allow isearch-word.
20128 2005-03-08  Lute Kamstra  <lute@gnu.org>
20130         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20131         stepping into the debugger's code is not possible.
20132         (debugger-jumping-flag): Docstring update.
20134 2005-03-08  Jay Belanger  <belanger@truman.edu>
20136         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20137         embedded mode begins.
20138         (calc-embedded-language-alist): New variable.
20139         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20140         set default language mode.
20142 2005-03-08  Kenichi Handa  <handa@m17n.org>
20144         * international/ccl.el (define-ccl-program): Fix docstring about
20145         extra 256 bytes assured for the output buffer.
20147         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20148         Fix BUFFER_MAGNIFICATION to 2.
20149         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20151 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20153         * align.el (align-rules-list): Added an alignment rule for CSS
20154         declarations (applies to css-mode and html-mode buffers).
20156 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20158         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20160 2005-03-07  Kim F. Storm  <storm@cua.dk>
20162         * simple.el (move-beginning-of-line): New command.
20164         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20166         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20168         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20169         and move-beginning-of-line.
20171         * apropos.el (apropos-print): Omit command from M-x ... RET.
20173 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20175         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20176         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20178 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20180         * bindings.el (esc-map): Bind M-g to goto-line.
20182         * facemenu.el (global-map): Bind M-o, not M-g.
20184 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20186         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20187         "Open Directory" as for "Open File".
20189 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20191         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20192         (push-mark-command): Run activate-mark-hook.
20194 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20196         * help-mode.el (help-mode-finish): Don't alter the element
20197         in view-return-to-alist if there already is one.
20199         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20200         make sure the current buffer is the expected one.
20202         * novice.el (disabled-command-function): Output in *Disabled Command*.
20203         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20205         * textmodes/flyspell.el (flyspell-large-region):
20206         Pass args differently for aspell.
20208         * files.el (mode-require-final-newline): Doc fix.
20210 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20212         * progmodes/which-func.el (which-function):
20213         Specify NOERROR when calling imenu--make-index-alist.
20215 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20217         * simple.el (normal-erase-is-backspace): Define default value.
20219         * custom.el (custom-theme-set-variables): Remove unused var
20220         `immediate'.
20221         (custom-reevaluate-setting): Simple function to handle variables
20222         that are defined before their default value can really be
20223         computed.
20225         * startup.el (command-line): Use it for temporary-file-directory,
20226         small-emporary-file-directory, auto-save-file-name-transforms,
20227         blink-cursor-mode, and normal-erase-is-backspace.
20229         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20230         progress, even with buggy anchored keywords.
20232 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20234         * simple.el (goto-line): Remove unbalanced final parenthesis.
20236 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20238         * simple.el (goto-line): Use a number at point as the default.
20239         With C-u as arg, switch buffers.
20241 2005-03-05  Juri Linkov  <juri@jurta.org>
20243         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20244         with `no-blinking-cursor'.
20246         * startup.el (no-blinking-cursor): New defvar.
20247         (command-line): Add `--no-blinking-cursor' to longopts.
20248         Set `no-blinking-cursor' to t for command line arguments
20249         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20250         with `no-blinking-cursor' in the condition for calling
20251         `blink-cursor-mode'.
20253 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20255         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20256         (menu-bar-options-save): Add blink-cursor-mode.
20257         (menu-bar-options-menu): Add blink-cursor-mode.
20259 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20261         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20262         (icalendar-export-file, icalendar-export-region)
20263         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20264         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20266 2005-03-04  Lute Kamstra  <lute@gnu.org>
20268         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20269         (debug-function-list): Ditto.
20271 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20273         * textmodes/texinfmt.el (texinfo-append-refill):
20274         Redefine the types of line to which @refill
20275         is not appended by replacing a search for `@refill\\|@bye' with
20276         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20277         itemize@refill' bug and the unfilled long lines bug.
20278         (texinfmt-version): Update number and date.
20280 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20282         * international/code-pages.el (windows-1250, windows-125[2-8])
20283         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20285 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20287         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20288         bound yet.
20290 2005-03-02  Romain Francoise  <romain@orebokech.com>
20292         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20293         buffer after removing limits.
20294         (ibuffer-pop-filter): Ditto.
20295         Update copyright.
20297 2005-03-02  Miles Bader  <miles@gnu.org>
20299         * button.el (make-text-button): If the user doesn't specify a
20300         type, use the default.  Rewrite to use `add-text-properties' and
20301         plist functions.
20303 2005-03-01  Lute Kamstra  <lute@gnu.org>
20305         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20306         (debugger-jumping-flag): New var.
20307         (debug-entry-code): Use it.
20308         (debugger-jump): Use debugger-jumping-flag and add
20309         debugger-reenable to post-command-hook.
20310         (debugger-reenable): Use debugger-jumping-flag and remove itself
20311         from post-command-hook.
20312         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20313         debugger-reenable.
20315 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
20317         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20318         inclusion of "itemize\\|", which may be unnecessary, is certainly
20319         inelegant, and stops refilling in itemize lists when formatting
20320         Japanese Texinfo files to Info.
20321         Update copyright to 2005.
20323 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
20325         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20326         of an error if GDB can't find the source file.
20328 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20330         * calendar/calendar.el (redraw-calendar): Work from any buffer,
20331         not just the calendar.
20333         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20334         first.
20335         (diary-redraw-calendar): New function.
20336         (make-diary-entry): Add diary-redraw-calendar to local
20337         write-contents-functions.  Turn off selective display before
20338         inserting in diary.
20340 2005-03-01  Kim F. Storm  <storm@cua.dk>
20342         * emacs-lisp/copyright.el (copyright-fix-years): New command.
20344 2005-03-01  Lute Kamstra  <lute@gnu.org>
20346         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20347         that debug-entry-code can be safely removed from a function while
20348         this code is being evaluated.  Revert the 2005-02-27 change as the
20349         new implementation no longer requires it.  Make sure that a
20350         function body containing just a string is not mistaken for a docstring.
20351         (debug): Skip one more frame in case of debug on entry.
20352         (debugger-setup-buffer): Delete one more frame line in case of
20353         debug on entry.
20354         (debugger-frame-number): Update to use the new text introduced by
20355         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
20357 2005-02-28  Kim F. Storm  <storm@cua.dk>
20359         * double.el (double-translate-key): Call force-window-update after
20360         read-event to avoid crash in redisplay.
20362 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20364         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20365         (debug): Use it.  Move the inhibit-trace earlier.
20366         (debug-entry-code): New const.
20367         (debug-on-entry-1): Use it.
20369 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
20371         * international/utf-16.el (ccl-encode-mule-utf-16le):
20372         Fix BUFFER_MAGNIFICATION to 2.
20373         (ccl-encode-mule-utf-16be): Likewise.
20375 2005-02-28  Kenichi Handa  <handa@m17n.org>
20377         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20378         Fix BUFFER_MAGNIFICATION to 4.
20379         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20381 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
20383         * speedbar.el (speedbar-update-flag): Doc fix.
20384         (speedbar-show-info-under-mouse): Give set-mouse-position the right
20385         argument.
20387 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20389         * reveal.el (reveal-post-command): Don't try to reveal overlays which
20390         have a non-nil `invisible' property but are actually visible.
20392         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20393         for perldoc sections.
20394         (perl-outline-regexp, perl-outline-level): New var and function.
20395         (perl-mode): Use them.
20397 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
20399         * calendar/diary-lib.el (diary-remind): Discard any mark portion
20400         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20402 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
20404         * cus-edit.el: Comment change.
20405         (custom-buffer-create-internal): Slightly reword text at top of
20406         Custom buffers.  Mention there that saving an option edits the
20407         init file.  Add link to Emacs manual node on `custom-file'.
20408         (custom-magic-alist): Rewrite individual State messages to use
20409         capitalized keywords.  Doc fix.
20411 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
20413         * calendar/calendar.el (calendar-buffer): Move above
20414         calendar-week-start-day.
20415         (calendar-week-start-day): Doc fix.  Add :set function.
20416         (calendar-minimum-window-height): New variable.
20417         (generate-calendar-window): Only resize window if selected-window
20418         is displaying the calendar buffer.  Use new variable
20419         calendar-minimum-window-height.
20420         (generate-calendar): Reword error message.
20421         (calendar-mode-map): Bind DEL to scroll-other-window-down.
20423 2005-02-27  Andreas Schwab  <schwab@suse.de>
20425         * vc.el (vc-do-command): Don't run command asynchronously when
20426         operating in a remote directory.
20428         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20429         change from sync with Tramp 2.0.47.
20431 2005-02-27  Richard M. Stallman  <rms@gnu.org>
20433         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20435         * textmodes/flyspell.el (flyspell-mode-on):
20436         Call ispell-change-dictionary only if necessary.
20438         * emacs-lisp/re-builder.el (regexp-builder): New function.
20440         * register.el (describe-register-1): Explicitly handle
20441         yank-excluded-properties = t.
20443         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20444         (custom-magic-alist): Change the status descriptions again.
20445         (face widget-type): Total rewrite based on `restricted-sexp'
20446         to eliminate the confusing double hiding levels.
20448         * emacs-lisp/debug.el (debug-on-entry-1):
20449         If function body is empty, add nil as body form.
20451 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20453         * emacs-lisp/trace.el (inhibit-trace): New var.
20454         (trace-make-advice): Use it.
20456         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20458 2005-02-26  Kim F. Storm  <storm@cua.dk>
20460         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20461         (mouse-on-link-p, mouse-drag-region-1): Use it.
20463 2005-02-25  Lute Kamstra  <lute@gnu.org>
20465         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20467 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
20469         * frame.el (blink-cursor-mode): Add :group keyword.
20471 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
20473         * calendar/icalendar.el (icalendar--decode-isodatetime):
20474         New optional argument DAY-SHIFT.
20475         (icalendar-export-region): Fix coding-system-for-write.
20476         (icalendar--convert-ical-to-diary): Shift end-day of all-day
20477         events by one.
20479 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20481         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20483 2005-02-24  Kim F. Storm  <storm@cua.dk>
20485         * international/iso-acc.el (iso-accents-compose): Fix crash
20486         during redisplay.  Call force-window-update after read-event
20487         and delete-region to signal that window is not accurate.
20489 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20491         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20492         Remove unused and inexistent var `inhibit-trace'.
20493         (debugger-mode): Use run-mode-hooks.
20494         (debugger-list-functions): Add buttons; setup xref stack.
20496 2005-02-23  Richard M. Stallman  <rms@gnu.org>
20498         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20499         appointment says it was explicitly made.
20500         (appt-add): Set the 3rd element.
20501         (appt-make-list): Preserve explicit appointments.
20503         * subr.el (find-tag-default): Catch errors in forward-sexp.
20505 2005-02-23  Juri Linkov  <juri@jurta.org>
20507         * info.el (Info-isearch-search): New defcustom.
20508         (Info-isearch-search): Call the default isearch function
20509         when Info-isearch-search is nil.
20510         (Info-isearch-wrap): Use variable Info-isearch-search.
20512 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
20514         * cus-edit.el: Comment change.
20516 2005-02-22  Kim F. Storm  <storm@cua.dk>
20518         * progmodes/hideif.el (hide-ifdef-use-define-alist):
20519         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
20521 2005-02-22  Simon Josefsson  <jas@extundo.com>
20523         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20524         New variable.
20525         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
20526         Oskarsson" <myrkraverk@users.sourceforget.net>.
20528 2005-02-22  Kim F. Storm  <storm@cua.dk>
20530         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20531         check that window of that event is the selected window.
20532         (mouse-drag-region-1): Compare mouse event window to selected
20533         window before setting point.
20535         * tooltip.el (tooltip-show-help-function): Pass event to
20536         mouse-on-link-p so it can check selected window.
20538 2005-02-22  Kenichi Handa  <handa@m17n.org>
20540         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20541         (ps-mule-show-warning): New function.
20542         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20543         characters are found.
20545         * ps-print.el (ps-header-footer-string): Return a list of header
20546         and footer strings.
20548 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20550         * pcvs.el (cvs-retrieve-revision): Fix thinko.
20552 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20554         * frame.el (blink-cursor-mode): Use define-minor-mode.
20556         * term/mac-win.el (function-key-map): Use char-names more consistently.
20557         (file-name-coding-system): Only set it for MacOS-9.  The other case is
20558         already handled in mule-cmds.el (where it also works when mac-win.el
20559         is not used).
20561 2005-02-21  Kenichi Handa  <handa@m17n.org>
20563         * international/mule.el (ctext-pre-write-conversion): Always use
20564         " *code-converting-work*" buffer for work.
20566         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20568 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
20570         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20572 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
20574         * ses.el (undo-more): Restore defadvice, but only the part that
20575         allows changes outside the restricted area of the buffer.
20577 2005-02-20  Kim F. Storm  <storm@cua.dk>
20579         * simple.el (line-move): Add fourth optional arg try-vscroll which
20580         must be set to perform auto-window-vscroll.
20581         When moving backwards and doing auto-window-vscroll, automatically
20582         vscroll to the last part of lines which are taller than the window.
20583         (next-line, previous-line): Set try-vscroll arg on line-move.
20585 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20587         * replace.el (query-replace, query-replace-regexp)
20588         (replace-string, replace-regexp): When operating on region, make
20589         the minibuffer prompt say so.
20591         * isearch.el (isearch-forward): Document isearch-query-replace and
20592         isearch-query-replace-regexp keybindings.
20594 2005-02-19  Jay Belanger  <belanger@truman.edu>
20596         * calc/calc-aent.el (math-read-token): Add local variable.
20598         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20599         (calc-edit-top): Move declaration to earlier in file.
20600         (calc-edit-macro-repeats): Add local variables.
20602         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20603         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20604         calcFunc-tanh.
20605         Adjust integration rule for calcFunc-tan.
20607 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20609         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20610         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20611         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20612         (viper-skip-separators): Bug fix.
20613         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20614         particular major mode.
20615         (viper-del-backward-char-in-replace): Don't put deleted char on the
20616         kill ring.
20618         * viper-ex.el (viper-color-display-p): New function.
20619         (viper-has-face-support-p): Use viper-color-display-p.
20621         * viper-keym.el (viper-gnus-modifier-map): New keymap.
20623         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20625         * viper-util.el (viper-glob-unix-files): Fix shell status check.
20626         (viper-file-remote-p): Make equivalent to file-remote-p.
20628         * viper.el (viper-major-mode-modifier-list):
20629         Use viper-gnus-modifier-map.
20631 2005-02-19  David Kastrup  <dak@gnu.org>
20633         * subr.el (subregexp-context-p): Fix garbled doc string by adding
20634         quoting.
20636 2005-02-19  Jay Belanger  <belanger@truman.edu>
20638         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20639         Remove extra definitions.
20640         (calc-coth): New function.
20641         (calcFunc-cot): Fix `let'.
20643 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
20645         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20646         the reasons we use "type pc" in these faces.
20648         * button.el (button): Ditto.
20650 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
20652         * replace.el (query-replace-read-from): Set the value of
20653         query-replace-from-history-variable to handle the case of an empty
20654         string entered to accept the suggested default.
20656         * net/tramp.el (tramp-file-name-for-operation):
20657         Use dired-call-process instead of dired-call-process-command.
20659 2005-02-19  Jay Belanger  <belanger@truman.edu>
20661         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20662         (math-div-non-trig): New variables.
20663         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20664         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20665         (math-combine-prod, math-div-symb-fancy): Add simplifications for
20666         trig expressions.
20668 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
20670         * progmodes/gdb-ui.el (gdb-var-update-handler)
20671         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20672         for watch expressions,
20673         (gdb-var-create-handler): Don't set speedbar-update-flag.
20674         (gdb-post-prompt): Simplify test for speedbar.
20676 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20678         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20679         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20680         we use the syntax table of the correct buffer.
20681         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20682         Felix Gatzemeier.
20684         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20685         (ediff-file-remote-p): Make synonymous with file-remote-p.
20686         In all deffaces ediff-*-face-*, use min-colors.
20688         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20689         ediff-recurse-to-subdirectories.
20690         (ediff-mark-if-equal): Check that the arguments are strings, use
20691         ediff-same-contents (after to Felix Gatzemeier).
20693         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20694         nil.
20696 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20698         * log-view.el (log-view-message-re): Fix up Subversion regexp.
20700 2005-02-18  David Kastrup  <dak@gnu.org>
20702         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20703         use `mark-active' when defined.
20705 2005-02-18  Kenichi Handa  <handa@m17n.org>
20707         * ps-print.el (ps-font-info-database): New entry
20708         ZapfChancery-MediumItalic with correct font name.  Fix font name
20709         of the entry Zapf-Chancery-MediumItalic.
20711 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20713         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20715 2005-02-16  Kim F. Storm  <storm@cua.dk>
20717         * ido.el (ido-fallback-command): Pass user input to fallback command.
20719 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
20721         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20722         (gdb-find-file-hook): Add server prefix.
20724 2005-02-16  Richard M. Stallman  <rms@gnu.org>
20726         * replace.el (perform-replace): Pass new args to replace-highlight.
20727         (replace-highlight): Take region args,
20728         and pass them to isearch-lazy-highlight-new-loop.
20730         * novice.el (disabled-command-hook): Autoload the defalias
20731         and the make-obsolete-variable call.
20733         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20735         * isearch.el (isearch-lazy-highlight-start-limit)
20736         (isearch-lazy-highlight-end-limit): New variables limit
20737         the region for highlighting.
20738         (isearch-lazy-highlight-new-loop): New args BEG and END.
20739         (isearch-lazy-highlight-search): Use the new vars.
20740         (isearch-lazy-highlight-update): Likewise.
20742         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20744         * cus-start.el (all): Use default-boundp.
20746 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
20748         * menu-bar.el (menu-bar-select-frame): Handle current frame.
20750 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
20752         * autorevert.el (auto-revert-stop-on-user-input)
20753         (auto-revert-verbose): Doc fixes.
20755 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
20757         * international/mule-cmds.el (set-locale-environment): Remove call
20758         to set-selection-coding-system on Windows.
20760 2005-02-15  Jay Belanger  <belanger@truman.edu>
20762         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20763         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20764         calcFunc-coth.
20765         (math-simplify-sqrt): Add simplifications.
20767         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20768         to list.
20770         * calc/calc-ext.el: Add functions to autoloads.
20772         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20773         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20774         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20775         (math-csc-raw, math-cot-raw): New functions.
20777         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20779         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20780         the variable name in a message.
20782         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20783         calcFunc-csc, calcFunc-cot.
20785         * calc/calcalg2.el: Add derivative and integration rules for
20786         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20787         calcFunc-csch, calcFunc-coth.
20788         (math-do-integral-methods): Add to checks for when to use
20789         substitutions.
20791         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20793 2005-02-15  Lute Kamstra  <lute@gnu.org>
20795         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20796         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
20797         <monnier@iro.umontreal.ca>
20798         (lisp-outline-level): Improve efficiency.  Suggested by David
20799         Kastrup <dak@gnu.org>.
20801 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
20803         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20804         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20805         (gdb-set-gud-minor-mode-existing-buffers): New functions.
20806         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
20807         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20809 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
20811         * cus-start.el (all): Comment change.
20813 2005-02-14  Lute Kamstra  <lute@gnu.org>
20815         * cus-start.el (all): Check if symbol is void.
20817 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
20819         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20820         optional argument to \cite.
20822 2005-02-14  Richard M. Stallman  <rms@gnu.org>
20824         * cus-edit.el (custom-buffer-create-internal): Update help message.
20825         (custom-magic-alist): Update help messages.
20827         * cus-start.el (all): Allow a var to specify a standard value.
20829 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
20831         * custom.el (custom-theme-set-variables): Handle variable aliases.
20833         * frame.el (blink-cursor-timer): Doc fix.
20834         (blink-cursor): Make it an alias for `blink-cursor-mode' and
20835         declare obsolete.
20836         (blink-cursor-mode): Define with defcustom and use correct
20837         standard expression in that defcustom.
20838         * startup.el (command-line): Adapt to above changes in frame.el.
20840 2005-02-11  Lute Kamstra  <lute@gnu.org>
20842         * apropos.el (apropos-score-doc): Prevent division by zero.
20844 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
20846         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20847         (icalendar--get-event-property-attributes)
20848         (icalendar--get-event-properties)
20849         (icalendar--datetime-to-diary-date): New functions.
20850         (icalendar--split-value): Doc fix.
20851         (icalendar--datetime-to-noneuropean-date)
20852         (icalendar--datetime-to-european-date): New optional argument
20853         SEPARATOR.  Return result as a string instead of a list.
20854         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20855         (icalendar--convert-string-for-export): Rename arg S to STRING.
20856         (icalendar-export-region): Doc fix.  Change name of error buffer.
20857         Save output buffer.
20858         (icalendar-import-file): Add blank at end of prompt.
20859         (icalendar-import-buffer): Doc fix.  Do not switch to error
20860         buffer.  Indicate status in return value.
20861         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
20862         buffer.  Save output buffer.  Handle exception from recurrence
20863         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
20864         events.  Fix problems with weekly all-day events.
20866 2005-02-10  Richard M. Stallman  <rms@gnu.org>
20868         * simple.el (eval-expression-print-format):
20869         Avoid warning about edebug-active.
20871         * help.el (help-for-help-internal): Rename from help-for-help.
20872         (help-for-help): Define with defalias.
20874         * font-core.el (font-lock-default-function): Use with-no-warnings.
20876         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20878         * custom.el (defface): Doc fix.
20880 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
20882         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20883         width 0" to prevent word wrapping problems.
20885 2005-02-09  Kim F. Storm  <storm@cua.dk>
20887         * ido.el (ido-file-extensions-order): New defcustom.
20888         (ido-file-extension-lessp, ido-file-extension-aux)
20889         (ido-file-extension-order): New advanced file ordering.
20890         (ido-file-lessp): New simple file ordering.
20891         (ido-sort-list): Remove.
20892         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20893         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20895 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
20897         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20898         that some versions of grep produce.
20899         (grep-mode-font-lock-keywords): Likewise.
20901 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
20903         * progmodes/gdb-ui.el (gdb-location-list): New variable.
20904         (gdb-cdir): Delete.
20905         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20906         (gdb-source-info): Treat case when source file is in another
20907         directory properly.
20908         (gdb-get-location): New function.
20910 2005-02-07  Jay Belanger  <belanger@truman.edu>
20912         * calc/calc-prog.el (calc-write-parse-table-part)
20913         (calc-fix-token-name): Fix a check for language type.
20915         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20917 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
20919         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20920         as directory not writable.
20922 2005-02-07  Kim F. Storm  <storm@cua.dk>
20924         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20925         (cua--standard-movement-commands): Remove list.
20926         Instead, set CUA property value to move for movement commands.
20927         (cua-movement-commands): Remove.  Users must set CUA prop instead.
20928         (cua--pre-command-handler): Check CUA property.
20929         (cua--init-keymaps): Don't remap undo commands.
20930         (cua-mode): Don't call cua--rectangle-on-off.
20932         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20933         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20934         (cua--rect-undo-set-point): New var.
20935         (cua--rectangle-undo-boundary): Setup undo apply entry.
20936         (cua--rect-undo-handler): New function for rectangle undo.
20937         (cua--rect-start-position, cua--rect-end-position): Add.
20938         (cua--rectangle-post-command): Call cua--rectangle-set-corners
20939         for restored rectangle.  Set point if cua--rect-undo-set-point.
20941 2005-02-06  Jay Belanger  <belanger@truman.edu>
20943         * calc/calc-lang.el (calc-tex-language): Display more information
20944         in messages.
20946         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20947         in TeX mode.
20949 2005-02-06  Richard M. Stallman  <rms@gnu.org>
20951         * emacs-lisp/lisp.el (buffer-end): Doc fix.
20953 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
20955         * net/ldap.el (ldap-search-internal): Support attributes with
20956         optional descriptions separated by a semi-colon, as in
20957         "userCertificate;binary".
20959 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20961         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20962         isn't a cons (i.e. the version is 0).
20964 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
20966         * help.el (help-for-help): Doc fix.
20968 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
20970         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
20971         GDB-Windows on the menu-bar as this works better.
20973 2005-02-04  Jay Belanger  <belanger@truman.edu>
20975         * calc/calc-embed.el (calc-embedded-update): Don't put in
20976         unnecessary newlines.  Adjust the end of formula marker.
20978         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20979         (math-latex-parse-two-args): New function.
20981 2005-02-03  Lute Kamstra  <lute@gnu.org>
20983         * help-fns.el (help-with-tutorial): Make sure that users cannot
20984         remove the entire text of the tutorial by means of `undo'.
20986 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20988         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20989         in recent changes, where the ispell process was repeatedly
20990         killed & restarted.
20992         * international/mule-cmds.el (set-locale-environment): Set file-name
20993         coding system to utf-8 on Darwin systems.
20994         (set-default-coding-systems): Don't set default-file-name-coding-system
20995         on Darwin systems.
20997 2005-02-03  Richard M. Stallman  <rms@gnu.org>
20999         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21001 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21003         * faces.el (list-faces-display): Add optional argument.
21005 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21007         * font-core.el (font-lock-default-function): Handle the rare case where
21008         only font-lock-keywords is set.
21010 2005-02-02  Kenichi Handa  <handa@m17n.org>
21012         * international/characters.el: Cancel previous change for
21013         I-WITH-DOT-ABOVE and DOTLESS-i.
21015         * international/latin-5.el: Cancel previous change.
21017 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21019         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21021 2005-02-02  Kenichi Handa  <handa@m17n.org>
21023         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21024         DOTLESS-i.
21026         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21027         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21029         * case-table.el (get-upcase-table): New function.
21030         (copy-case-table): Copy upcaes table too if non-nil.
21031         (set-case-syntax-delims): Maintain upcase table too.
21032         (set-case-syntax-pair): Likewise.
21033         (set-upcase-syntax, set-downcase-syntax): New functions.
21034         (set-case-syntax): Maintain upcase table too.
21036 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21038         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21040         * progmodes/gud.el (gud-goto-info): New function.
21041         (gud-tool-bar-map): Use correct icon.
21043 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21045         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21046         When delegating, order args in the funcall correctly.
21048 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21050         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21052 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21054         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21055         buffer not visiting a file.
21057 2005-01-31  Jay Belanger  <belanger@truman.edu>
21059         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21060         bound on the line with the formula.
21062 2005-01-31  Kim F. Storm  <storm@cua.dk>
21064         * ses.el (ses-create-cell-variable-range)
21065         (ses-destroy-cell-variable-range, ses-reset-header-string)
21066         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21067         (ses-insert-row): Fix format of apply undo entries.
21069 2005-01-31  Jay Belanger  <belanger@truman.edu>
21071         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21072         parts.
21074         * calc/calc-embed.el (calc-embedded-open-formula)
21075         (calc-embedded-close-formula): Ignore matrix environments.
21077         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21078         TeX mode.
21080         * calc/calc-lang.el (math-function-table, math-oper-table)
21081         (math-variable-table): Adjust the LaTeX portions.
21083         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21084         (math-latex-ignore-words): New constant.
21086 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21088         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21089         (ispell-local-dictionary): Doc fix.
21090         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21091         Don't reinitialize at run time.  Don't defcustom.
21092         All uses changed to append ispell-local-dictionary-alist,
21093         or check it first.
21094         (ispell-current-dictionary): New variable for dictionary in use.
21095         (ispell-dictionary): Now used only for global default.
21096         (ispell-start-process): Set ispell-current-dictionary,
21097         not ispell-dictionary.
21098         (ispell-change-dictionary): Use this only for setting
21099         user preferences.
21100         (ispell-internal-change-dictionary): New function
21101         to change the current dictionary in use.
21102         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21103         Use ispell-current-dictionary.
21104         Handle ispell-local-dictionary-overridden.
21105         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21107 2005-01-31  Jay Belanger  <belanger@truman.edu>
21109         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21111         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21112         (calc-mode-map): Add calc-latex-language.
21114         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21115         (math-latex-print-frac): New functions.
21116         (math-oper-table, math-function-table, math-variable-table)
21117         (math-complex-format, math-input-filter): Add latex properties.
21118         (calc-set-language): Set math-expr-special-function-mapping.
21120         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21121         (calc-write-parse-table-part): Add LaTeX support.
21123         * calc/calc.el (calc-language): Adjust docstring.
21124         (calc-set-mode-line): Add LaTeX support.
21125         (math-expr-special-function-mapping): New variable.
21126         (math-tex-ignore-words): Add to list.
21128         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21129         Add LaTeX support.
21130         (math-compose-expr): Add support for special functions.
21132         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21134 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21136         * progmodes/gdb-ui.el (gdb-memory-address)
21137         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21138         (gdb-memory-mode-map, gdb-memory-format-keymap)
21139         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21140         (gdb-memory-unit-menu): New variables for a buffer
21141         that lets the user examine program memory.
21142         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21143         (gdb-memory-format-binary, gdb-memory-format-octal)
21144         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21145         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21146         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21147         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21148         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21149         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21150         (gdb-memory-mode, gdb-memory-buffer-name)
21151         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21152         New functions for above buffer.
21154 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21156         * cus-edit.el (custom-bury-buffer): Function deleted.
21157         (custom-buffer-done-function): Option deleted.
21158         (custom-buffer-done-kill): New replacement option.
21159         (Custom-buffer-done): Call quit-window.
21160         (custom-buffer-create-internal): Update for above changes.
21162 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21164         * simple.el (undo-ask-before-discard): New var.
21165         (undo-outer-limit-truncate): Implement it.
21166         (undo-extra-outer-limit): Doc update.
21168 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21170         * ses.el (undo-more): Delete defadvice.
21171         (ses-begin-change): Doc fix.
21173         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21174         instead of rebinding C-x u and C-_.
21176         * files.el (normal-backup-enable-predicate): Return nil for files
21177         in /tmp, regardless of temporary-file-directory.
21179         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21181         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21182         (open-rectangle, delete-whitespace-rectangle-line)
21183         (clear-rectangle-line): If FILL, pass t instead of FILL
21184         for move-to-column's 2nd arg.
21186         * simple.el (undo): Fix the test for continuing a series of undos.
21187         (undo-more): Set pending-undo-list to t when we reach end.
21188         (pending-undo-list): Move up defvar.
21190         * wid-edit.el (widget-button-click):
21191         Shorten the range of the track-mouse binding.
21193         * comint.el (comint-insert-input): Undo previous changes;
21194         use last-input-event in interactive spec.
21196 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21198         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21199         to nil before invoking call-process.  Reset buffer's modified flag
21200         after fontifying it in the no-async branch.
21202         * wid-edit.el (widget-specify-button): If mouse pointer shape
21203         cannot be changed, use mouse face instead.
21205 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21207         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21208         (gdb-goto-breakpoint): Make breakpoint handling work on template
21209         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21210         (gdb-assembler-custom): Update to recognize breakpoint information
21211         added on 2005-01-19.
21213 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21215         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21216         (dsssl-mode): Use define-derived-mode.
21217         (scheme-mode-initialize): Remove.
21218         (scheme-mode): Use run-mode-hooks.
21220         * cus-edit.el (customize-group-other-window)
21221         (custom-buffer-create-other-window): Don't override special-display-*.
21222         (custom-mode-map): Make it dense.
21224         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21225         sets the default value.
21227 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21229         * descr-text.el: Add more keywords.
21231 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21233         * speedbar.el: Avoid unnecessary use of locate-library.
21235         * international/mule-cmds.el (standard-display-european-internal):
21236         Don't fiddle with latin-1 non-break space any more since it's now
21237         special cased in the C code.
21238         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21240 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21242         * cus-start.el (all): Add `undo-outer-limit'.
21244 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21246         * textmodes/bibtex.el (bibtex-format-entry):
21247         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21248         field lines.
21249         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21250         not on part of a buffer.
21252 2005-01-25  Lute Kamstra  <lute@gnu.org>
21254         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21255         nonempty field text strings like "{letters\\macro{}more letters}".
21256         Clarify docstring.
21257         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21258         (bibtex-entry-offset, bibtex-parse-association)
21259         (bibtex-parse-field-name): Fix typos in docstrings.
21260         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21262 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21264         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21265         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21266         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21267         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21269         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21270         isearch minor mode.
21272 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21274         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21276 2005-01-24  Lute Kamstra  <lute@gnu.org>
21278         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21279         CASECHARS and NOT-CASECHARS regular expressions of the
21280         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21281         striding over charsets" error.
21283 2005-01-24  Jay Belanger  <belanger@truman.edu>
21285         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21286         display variable name.
21288 2005-01-24  Kenichi Handa  <handa@m17n.org>
21290         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21291         Fix setting of the element of encoded-kbd-iso2022-invocations.
21293 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21295         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21296         (gdb-threads-select): Change to also accept mouse events.
21297         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21298         (gdb-threads-mouse-select): Delete.
21300 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21302         * files.el (insert-directory): Take care of empty directory,
21303         listed without -a switch.
21305 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21307         * textmodes/refill.el (refill-post-command-function):
21308         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21309         to the list of functions that we should be careful not to undo.
21310         (refill-late-fill-paragraph-function): Remove.
21311         (refill-saved-state): New var.
21312         (refill-mode): Use it to save fill-paragraph-function.
21313         Save also the value of auto-fill-function.
21315         * term/w32-win.el: Simplify code.
21317 2005-01-23  Kim F. Storm  <storm@cua.dk>
21319         * simple.el (line-move): Adapt to new return value from
21320         pos-visible-in-window-p.
21322         * simple.el (line-move): Fix last change.  Check partial
21323         visibility at point rather than at window-start.
21325 2005-01-22  Jason Rumney  <jasonr@gnu.org>
21327         * term/w32-win.el (xw-defined-colors): Remove debug-message.
21329 2005-01-22  David Kastrup  <dak@gnu.org>
21331         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21333 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
21335         * type-break.el (type-break-mode): Add a test for
21336         type-break-file-name being non-nil.
21338 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
21340         * net/eudc.el (top level): Call (message "") via progn, so that
21341         eudc-options-file is loaded.
21343 2005-01-22  Kim F. Storm  <storm@cua.dk>
21345         * simple.el (line-move-1): Rename from line-move.
21346         (line-move): New function that adjusts vscroll for partially
21347         visible rows, and calls line-move-1 otherwise.
21349 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
21351         * pcomplete.el: Define pcomplete-read-event instead of read-event,
21352         since it's not a complete read-event implementation
21354 2005-01-20  Jay Belanger  <belanger@truman.edu>
21356         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21357         for called function.
21359 2005-01-20  Steven Tamm  <steventamm@mac.com>
21361         * term/mac-win.el (process-connection-type): Remove.
21362         Controlled now by s/darwin.h:PTY_ITERATION.
21364 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21366         * window.el (handle-select-window): Don't switch window when we're
21367         in the minibuffer.
21369 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
21371         * subr.el (dotimes-with-progress-reporter): New macro.
21373         * ses.el (ses-dotimes-msg): Remove macro.
21374         Use `dotimes-with-progress-reporter' instead.
21376 2005-01-19  Steven Tamm  <steventamm@mac.com>
21378         * term/mac-win.el (process-connection-type): Use new
21379         operating-system-release variable to use ptys on Darwin 7 (OS X
21380         10.3) when using carbon build.
21382 2005-01-19  Jay Belanger  <belanger@truman.edu>
21384         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21385         flags if the last command was a tab or M-tab.
21387         * calc/calc-prog.el (calc-user-define-edit): Put original formula
21388         in formula editing buffer.
21390 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21392         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21393         breakpoint image symbol in margin.
21395 2005-01-19  Jay Belanger  <belanger@truman.edu>
21397         * calc/calc-prog.el (calc-execute-kbd-macro):
21398         Ignore calc-keep-arg-flag.
21400 2005-01-19  Kenichi Handa  <handa@m17n.org>
21402         * textmodes/ispell.el (ispell-looking-at): New function.
21403         (ispell-process-line): Use ispell-looking-at to compare the ispell
21404         output and the buffer contents.
21406 2005-01-18  Jay Belanger  <belanger@truman.edu>
21408         * calc/calc.el (calc-display-raw): Fix docstring.
21410 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21412         * simple.el (blink-matching-open): Strip extra info from syntax.
21414         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21415         funny chars in the end-of-here-doc marker.
21417 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21419         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21420         that enable/disabled state of breakpoints is shown correctly in
21421         fringe and on ttys.
21422         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21423         Add breakpoint information as text properties.
21424         (gdb-mouse-toggle-breakpoint):
21425         Rename to gdb-mouse-set-clear-breakpoint.
21426         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
21427         breakpoints in the margin.
21428         (gdb-remove-strings): Simplify.
21430 2005-01-17  Jay Belanger  <belanger@truman.edu>
21432         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21433         erasing buffer.
21435 2005-01-17  Richard M. Stallman  <rms@gnu.org>
21437         * progmodes/grep.el (grep-find): Copy from `grep' the condition
21438         for calling grep-compute-defaults.
21440         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21441         if buffer is empty.
21443         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21445 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21447         * hilit-chg.el (highlight-changes-mode): Don't autoload.
21449         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21450         non-preloaded variables.
21452 2005-01-17  Steven Tamm  <steventamm@mac.com>
21454         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21455         tex-shell cause to force interactivity when using pipes.
21457 2005-01-17  Kim F. Storm  <storm@cua.dk>
21459         * simple.el (just-one-space): Make arg optional.
21461 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
21463         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21464         posn-at-x-y to t to access left-margin.
21466 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
21468         Sync with Tramp 2.0.47.
21470         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21471         catching keep-date problems in cp/scp operations.
21472         (tramp-handle-copy-file): Don't call `set-file-modes'
21473         unconditionally.  Specialized functions should know better what is
21474         necessary.  This improves performance a little bit, and the
21475         functions could catch errors with `cp -p' and `scp -p'.
21476         (tramp-do-copy-or-rename-file-via-buffer)
21477         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21478         when appropriate.
21479         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21480         Call `set-file-modes' when appropriate.
21481         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
21482         Johnsson <isak@hypergene.com>
21483         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21484         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
21485         <joakim@verona.se>
21486         (tramp-file-name-for-operation): Mark `shell-command' as magic for
21487         Emacs only.
21489         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
21490         `find-file-hooks' and `dired-mode-hook'.
21491         (tramp-minor-mode-map): Respective map.  Add remapping for
21492         `compile' and `recompile'.
21493         (tramp-remap-command, tramp-recompile): New defuns.
21494         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21495         in buffer "*Compilation*".  Call the commands asynchronously.
21497         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21498         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21499         `shell-command', because it isn't magic in XEmacs.  Reported by
21500         Adrian Aichner <adrian@xemacs.org>.
21502         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21503         `substitute-in-file-name.
21504         (tramp-smb-handle-substitute-in-file-name): New defun.
21505         (tramp-smb-advice-PC-do-completion): Delete advice.
21507 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
21509         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21510         Fix error in deleting region.
21512 2005-01-15  Richard M. Stallman  <rms@gnu.org>
21514         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21515         In non-temp buffer, switch syntax table temporarily.
21517         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21519         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21521         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21523         * imenu.el (imenu--split-menu): Copy menulist before sorting.
21524         (imenu--generic-function): Use START, not BEG, as pos of definition.
21526         * simple.el (just-one-space): Argument specifies number of spaces.
21528         * simple.el (eval-expression-print-format): Avoid warning
21529         about edebug-active.
21531 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
21533         * progmodes/sh-script.el: Code copied from make-mode.el
21534         with small changes,
21535         (sh-mode-map): Bind C-c C-\.
21536         (sh-backslash-column, sh-backslash-align): New variables.
21537         (sh-backslash-region, sh-append-backslash): New functions.
21539 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21541         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21542         (rmail-pop-password, rmail-pop-password-required): Move to
21543         rmail-obsolete group.
21544         (rmail-set-pop-password): Rename to rmail-set-remote-password.
21545         All callers updated.
21546         (rmail-get-pop-password): Rename to rmail-get-remote-password.
21547         Take an argument specifying whether it is POP or IMAP mailbox we
21548         are using.  All callers updated.
21549         (rmail-pop-password-error): Rename to
21550         rmail-remote-password-error.  Added mailutils-specific error message.
21551         (rmail-movemail-search-path)
21552         (rmail-movemail-variant-in-use): New variables.
21553         (rmail-remote-password, rmail-remote-password-required):
21554         New customization variables.
21555         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21556         (rmail-parse-url): New function.
21557         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21558         with GNU mailutils movemail.
21560 2005-01-15  Kevin Ryde  <user42@zip.com.au>
21562         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21563         suffix to space, $ or '$, to correctly position point when going
21564         to @table style constants like DBL_MAX.
21566 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
21568         * type-break.el (type-break-mode, type-break-file-time)
21569         (type-break-file-keystroke-count, type-break-choose-file):
21570         Don't store data in or load data from the file if type-break-file-name
21571         is nil.
21572         (type-break-file-name): Doc update as per the above.
21574 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
21576         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21577         lookup-key might return nil; handle that.
21579 2005-01-15  Alan Mackenzie  <acm@muc.de>
21581         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21582         rather than the element found, thus enabling the tree to be setcar'd.
21584 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21586         * textmodes/org.el (org-show-following-heading): New option.
21587         (org-show-hierarchy-above): Use `org-show-following-heading'.
21588         (org-cycle): Documentation fix.
21590         * textmodes/org.el (orgtbl-optimized): New option
21591         (orgtbl-mode): New command, a minor mode.
21592         (orgtbl-mode-map): New variable.
21593         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21594         (orgtbl-error, orgtbl-self-insert-command)
21595         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21597         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21598         a local variable in each org-mode buffer.
21600         * textmodes/org.el (org-set-regexps-and-options): Rename from
21601         `org-set-regexps'.  Added checking for STARTUP keyword.
21602         (org-get-current-options): Add STARTUP options.
21603         (org-table-insert-row): Make mode intelligent about when
21604         realignment is needed.
21605         (org-self-insert-command, org-delete-backward-char, org-delete-char):
21606         New commands.
21607         (org-enable-table-editor): New default value `optimized'.
21608         (org-table-blank-field): Support blanking regions if active.
21610 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21612         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21613         if the year is not given.
21615         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21616         Add new escapes %m and %M, fixed bug with %F by adding
21617         save-match-data.
21618         (reftex-reference): Remove ?. from list of spaces.
21619         (reftex-label-info): Add automatic label prefix recognition.
21621         * textmodes/reftex-index.el (reftex-index-next-phrase):
21622         Add slave parameter to call of `reftex-index-this-phrase'.
21623         (reftex-index-this-phrase): New optional argument.
21624         (reftex-index-region-phrases): Add slave parameter to call of
21625         `reftex-index-this-phrase'.
21626         (reftex-display-index): New argument redo.
21627         (reftex-index-rescan): Add `redo' to arguments of
21628         `reftex-display-index'.
21629         (reftex-index-Rescan, reftex-index-revert)
21630         (reftex-index-switch-index-tag): Add `redo' to arguments of
21631         `reftex-display-index'.
21632         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21633         indexing.  Fix bug with matching is there is a quote before or
21634         after the word.
21636         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21637         Fix bug when collecting citation keys in lines with comments.
21638         (reftex-citation): Prefix argument no longer rescans the document,
21639         but forces prompting for optional arguments of cite macros.
21640         (reftex-do-citation): Prompting for optional arguments implemented.
21642         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21643         Add optional arguments to most cite commands.
21644         (reftex-cite-cleanup-optional-args): New option
21645         (reftex-cite-prompt-optional-args): New option.
21646         (reftex-trust-label-prefix): New option.
21648         * textmodes/reftex-toc.el (reftex-toc-find-section):
21649         Add push-mark before changing the position in the buffer.
21651         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21652         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21654 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
21656         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21657         more carefully.
21659 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21661         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21662         (sgml-mode): Use it.
21663         (sgml-get-context): Better keep track of implicitly closed tags.
21665 2005-01-13  Kenichi Handa  <handa@m17n.org>
21667         * textmodes/ispell.el: These changes are to fix misalignment error
21668         caused by equivalent characters of different Emacs charsets.
21669         (ispell-unified-chars-table): New variable.
21670         (ispell-get-decoded-string): New function.
21671         (ispell-get-casechars, ispell-get-not-casechars)
21672         (ispell-get-otherchars): Call ispell-get-decoded-string.
21674 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21676         * custom.el (custom-declare-variable): Just put symbol instead
21677         of (defvar . symbol) in `current-load-list'.
21679 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21681         * emacs-lisp/elint.el: Fixed typo in Commentary section.
21683 2005-01-12  Jay Belanger  <belanger@truman.edu>
21685         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21686         to create a Calc summary.
21688 2005-01-12  Kim F. Storm  <storm@cua.dk>
21690         * mouse.el (mouse-on-link-p): Change functionality and doc
21691         string to comply with latest description in lisp ref.
21693 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
21695         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21696         Enable mouse clicks on mode-line, header-line and margin.
21697         (event-type): Give mouse event symbols an `event-kind' property
21698         with value `mouse-click'.
21700 2005-01-12  Juri Linkov  <juri@jurta.org>
21702         * facemenu.el (list-colors-display): Add new arg buffer-name.
21703         Use it.  Fix docstring.  Replace code for identifying duplicate
21704         colors by the name with call to `list-colors-duplicates' which
21705         identifies duplicate colors by the value unless the color
21706         is one of special Windows colors.  Set truncate-lines to t.
21707         Print sorted duplicate color names on each line.  Indent to 22
21708         \(the longest color name in rgb.txt) instead of 20.  Optimize.
21709         (list-colors-duplicates): New function.
21710         (facemenu-color-name-equal): Delete function.
21712         * facemenu.el (list-colors-print): New function created from code
21713         in list-colors-display.  Print #RRGGBB at the window right edge.
21714         (list-colors-display): When temp-buffer-show-function is not
21715         defined, call list-colors-print from temp-buffer-show-hook
21716         to get the right value of window-width in list-colors-print
21717         after the buffer is displayed.
21719         * simple.el (pop-mark): Move deactivate-mark out of conditional
21720         part to deactivate the active mark regardless of the state of the
21721         mark ring.
21723         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21724         variables line in desktop files.
21726 2005-01-12  Juri Linkov  <juri@jurta.org>
21728         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21729         Bring together isearch highlight related options.
21730         (lazy-highlight): Replace group `replace' by `matching'.
21731         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21732         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21733         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21734         and declare them obsolete.
21735         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21736         (isearch-faces): Remove defgroup.
21737         (isearch-overlay, isearch-highlight, isearch-dehighlight):
21738         Move isearch highlighting code closer to lazy highlighting code.
21740         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21741         (query-replace-highlight, query-replace-lazy-highlight)
21742         (query-replace): Move definitions to the beginning of the file.
21744 2005-01-11  Juri Linkov  <juri@jurta.org>
21746         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21747         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21748         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21750         * info.el (Info-history-forward): New variable.
21751         (Info-select-node): Reset Info-history-forward to nil.
21752         (Info-last): Turn into defalias.
21753         (Info-history-back): Rename from Info-last.
21754         Add current node to Info-history-forward.
21755         (Info-history-forward): New fun.
21756         (Info-mode-map): Replace Info-last by Info-history-back.
21757         Bind Info-history-forward to "r".
21758         (Info-mode-menu): Replace Info-last by Info-history-back.
21759         Fix menu item text.  Add menu item for Info-history-forward.
21760         (info-tool-bar-map): Replace Info-last by Info-history-back.
21761         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
21762         for Info-history-forward.
21763         (Info-mode): Replace Info-last by Info-history-back in docstring.
21764         Add local variable Info-history-forward.
21765         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21767 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21769         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21770         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21771         Ignore select-window events rather than fiddle with
21772         mouse-autoselect-window.
21774 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
21776         * type-break.el (type-break-mode): Fix previous change.
21778 2005-01-10  Jay Belanger  <belanger@truman.edu>
21780         * calc/calc-ext.el (calc-reset): Reset when inside embedded
21781         calculator; only reset when point is inside a calculator.
21782         Don't adjust the window height if the window takes up the whole height
21783         of the frame.
21785 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
21787         * ebuff-menu.el (Electric-buffer-menu-mode):
21788         Preserve value of buffer-local var header-line-format.
21790 2005-01-09  Jay Belanger  <belanger@truman.edu>
21792         * calc/calc.el (calc-mode-var-list-restore-saved-values):
21793         Make sure settings file exists before accessing it.
21795         * calc/calc-embed.el (calc-embedded-subst):
21796         Replace math-multi-subst-rec, which is only supposed to be called
21797         by math-multi-subst, by math-multi-subst.
21799 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
21801         * vc.el (vc-allow-async-revert): New user option.
21802         (vc-disable-async-diff): New internal variable.
21803         (vc-revert-buffer): Use them to disable asynchronous diff.
21805         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21806         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21807         asynchronously if vc-disable-async-diff is t.
21809 2005-01-09  Jay Belanger  <belanger@truman.edu>
21811         * calc/calc.el (defcalcmodevar): New macro.
21812         (calc-mode-var-list-restore-default-values)
21813         (calc-mode-var-list-restore-saved-values): New functions.
21814         (calc-mode-var-list): Use defcalcmodevar to define it.
21815         (calc-always-load-extensions, calc-line-numbering)
21816         (calc-line-breaking, calc-display-just, calc-display-origin)
21817         (calc-number-radix, calc-leading-zeros, calc-group-digits)
21818         (calc-group-char, calc-point-char, calc-frac-format)
21819         (calc-prefer-frac, calc-hms-format, calc-date-format)
21820         (calc-float-format, calc-full-float-format, calc-complex-format)
21821         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21822         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21823         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21824         (calc-matrix-brackets, calc-language, calc-language-option)
21825         (calc-left-label, calc-right-label, calc-word-size)
21826         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21827         (calc-display-raw, calc-internal-prec, calc-angle-mode)
21828         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21829         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21830         (calc-window-height, calc-display-trail, calc-show-selections)
21831         (calc-use-selections, calc-assoc-selections)
21832         (calc-display-working-message, calc-auto-why, calc-timing)
21833         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21834         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21835         (calc-gnuplot-default-device, calc-gnuplot-default-output)
21836         (calc-gnuplot-print-device, calc-gnuplot-print-output)
21837         (calc-gnuplot-geometry, calc-graph-default-resolution)
21838         (calc-graph-default-resolution-3d, calc-invocation-macro)
21839         (calc-show-banner): Use defcalcmodevar to declare them and set
21840         their default values.
21842         * calc/calc-ext.el (calc-reset): Restore saved values of variables
21843         instead of default values (but restore default values if there is
21844         an argument of 0).
21846 2005-01-09  David Kastrup  <dak@gnu.org>
21848         * desktop.el (desktop-restore-eager): Fix typo in type.
21850 2005-01-08  Richard M. Stallman  <rms@gnu.org>
21852         * cus-edit.el (customize): Delete :link.
21854 2005-01-08  Jay Belanger  <belanger@truman.edu>
21856         * calc/calc.el (calc-mode): Remove the extension from the
21857         `calc-settings-file' file name when loading it.
21859 2005-01-08  Kim F. Storm  <storm@cua.dk>
21861         * info.el (Info-mode-map, Info-next-link-keymap)
21862         (Info-prev-link-keymap, Info-up-link-keymap):
21863         Map follow-link to mouse-face.
21864         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21866 2005-01-08  Jay Belanger  <belanger@truman.edu>
21868         * calc/calc.el (calc-settings-file): Change default value.
21869         Suggested by cgw in a comment in calc-mode.el.
21871         * calc/calc-mode.el (calc-settings-file-name):
21872         Compare calc-settings-file to user-init-file instead of ~/.emacs.
21873         Replace ~/.emacs in a prompt by calc-settings-file.
21875 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
21877         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21878         (desktop-lazy-idle-delay): New customizable variables.
21879         (desktop-buffer-args-list): New variable.
21880         (desktop-append-buffer-args): New function.
21881         (desktop-save): Call desktop-append-buffer-args for some buffers.
21882         (desktop-lazy-create-buffer): New function.
21883         (desktop-idle-create-buffers): New function.
21884         (desktop-read): Add message about buffers to restore lazily.
21885         (desktop-lazy-abort): New command.
21886         (desktop-clear): Call desktop-lazy-abort.
21887         (desktop-lazy-complete): New command.
21889 2005-01-06  Richard M. Stallman  <rms@gnu.org>
21891         * emacs-lisp/find-func.el (find-face-definition):
21892         Rename from find-face.
21894 2005-01-06  Kim F. Storm  <storm@cua.dk>
21896         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21898         * man.el (Man-xref-man-page, Man-xref-header-file)
21899         (Man-xref-normal-file): Add follow-link property.
21901 2005-01-06  Jay Belanger  <belanger@truman.edu>
21903         * calc/calc-units.el: Make sure the proper macro definitions are
21904         available when compiling.
21906 2005-01-06  Juri Linkov  <juri@jurta.org>
21908         * isearch.el (isearch-lazy-highlight-update):
21909         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21911 2005-01-06  Miles Bader  <miles@gnu.org>
21913         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21914         (isearch-lazy-highlight-face): Use new name.
21916 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21918         * uniquify.el (uniquify-rationalize-file-buffer-names):
21919         Re-add an interactive spec.
21920         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21921         to the same name.
21923         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21924         (isearch-update, isearch-done): Adjust calls accordingly.
21926 2005-01-05  Richard M. Stallman  <rms@gnu.org>
21928         * custom.el (custom-set-variables, custom-theme-set-variables):
21929         Clarify documentation.
21931         * emacs-lisp/find-func.el (find-variable)
21932         (find-variable-other-window, find-variable-other-frame):
21933         Fix the TYPE args to find-function-read and find-function-do-it.
21934         (find-function): Doc fix.
21935         (find-function-at-point): Replace function-at-point alias.
21937 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21939         * cus-face.el (custom-declare-face):
21940         Record defface in current-load-list.
21942         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21944         * emacs-lisp/find-func.el: Doc fixes.
21945         (find-face-regexp): New variable.
21946         (find-function-regexp-alist): New variable.
21947         (find-function-C-source): Third arg is now TYPE.
21948         (find-function-search-for-symbol): Handle general TYPE.
21949         (find-function-read, find-function-do-it): Handle general TYPE.
21950         (find-definition-noselect, find-face): New functions.
21951         (function-at-point): Alias deleted.
21953 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21955         * battery.el (display-battery-mode): Rename from display-battery.
21956         Handle the case where it gets turned off.
21958 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21960         * cus-edit.el (customize): Make :link point to user doc.
21962         * man.el (Man-fontify-manpage): Turn off undo generation.
21964         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21966 2005-01-04  Andreas Schwab  <schwab@suse.de>
21968         * files.el (insert-directory): Only look for error lines in
21969         inserted text.  Don't move too far after processing --dired markers.
21971 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21973         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21974         Don't expand if the character is @, period, dash, etc.
21975         (define-mail-abbrev): Quote names that contain problem characters.
21977 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
21979         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21981 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21983         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21984         (query-replace-highlight, query-replace-lazy-highlight)
21985         (query-replace): Definitions moved up.  Doc fix.
21987 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21989         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21990         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21991         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21992         (lazy-highlight-face): Rename from isearch-lazy-...
21993         Change all references to them.
21995 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21997         * cus-edit.el (custom-file): Doc fix for defcustom.
21998         (custom-file): The function no longer sets the variable
21999         `custom-file' to its return value.
22001         * startup.el (command-line): No longer load `custom-file'.
22003 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22005         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22007         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22008         Don't confuse module-prefixed identifiers for labels.
22009         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22011 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22013         * files.el (basic-save-buffer-1): Fix previous change.
22015         * loadhist.el (file-loadhist-lookup): New function.
22016         (file-provides, file-requires): Use it.
22018         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22019         instead of calculating the right size.
22021 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22023         * vc-svn.el (vc-svn-diff): Stay local if possible.
22025 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22027         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22029         * files.el (hack-local-variables): Fix last change.
22031 2005-01-02  Jay Belanger  <belanger@truman.edu>
22033         * calc/calc-yank.el (calc-edit-top): New variable.
22034         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22035         object.  Change header properties.
22036         (calc-edit-finish, calc-edit-finish-stack-object)
22037         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22038         edited object.
22039         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22040         for the beginning of the edited object.
22041         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22042         for the beginning of the edited object.
22043         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22044         (calc-finish-formula-edit, calc-macro-repeats)
22045         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22046         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22047         beginning of the edited object.
22048         (calc-user-define-edit): Change the header for editing macros.
22049         Remove unnecessary variable.
22051 2005-01-01  Jay Belanger  <belanger@truman.edu>
22053         * calc/calc-yank.el (calc-edit-mode): Change default header.
22054         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22055         * calc/calc-store.el (calc-edit-variable): Change title to match new
22056         header.
22057         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22058         mode to match new header.
22059         (calc-user-define-edit): Change titles to include names of commands.
22060         (calc-finish-formula-edit): Adjust to handle new header.
22061         (calc-finish-macro-edit): Remove.
22062         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22063         (calc-edit-macro-command, calc-edit-macro-command-type)
22064         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22065         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22066         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22067         (calc-edit-macro-finish-edit): New functions.
22068         (calc-user-define-edit): Use new functions to edit named calc macros.
22070 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22072         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22074         * ses.el (copy-region-as-kill): Deactivate mark.
22076 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22078         * replace.el (occur-1): If the output buffer is also an input,
22079         don't kill it, rename it.
22081         * faces.el (set-face-background, set-face-foreground): Doc fix.
22083         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22084         for :foreground and :background.
22086         * dired.el (dired-view-command-alist): Variable deleted.
22087         (dired-view-file, dired-mouse-find-file-other-window):
22088         Delete the code to use it.
22090 2005-01-01  Kim F. Storm  <storm@cua.dk>
22092         * image.el (insert-sliced-image): Use t for line-height property.
22094 See ChangeLog.11 for earlier changes.
22096 ;; Local Variables:
22097 ;; coding: iso-2022-7bit
22098 ;; End:
22100     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22101   Copying and distribution of this file, with or without modification,
22102   are permitted provided the copyright notice and this notice are preserved.
22104 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1