(table--warn-incompatibility):
[emacs.git] / lisp / ChangeLog
blob7dac3dee701b2c6d0c94d581a2ca358d7a653706
1 2007-01-05  Richard Stallman  <rms@gnu.org>
3         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5         * simple.el (backward-kill-word): Doc fix.
7 2007-01-05  Romain Francoise  <romain@orebokech.com>
9         * international/mule.el (sgml-html-meta-auto-coding-function):
10         Ensure that the buffer contains a HTML document.
12 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
14         * faces.el (momentary): Move here ...
15         * subr.el (momentary): ... from here.
17 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
19         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
20         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
21         large structures/arrays.
23 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
25         * files.el (find-file-noselect-1, set-visited-file-name):
26         Allow backup-enable-predicate to be nil.
28 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
30         * subr.el (momentary): New face.
31         (momentary-string-display): Display the string via a temporary
32         overlay using the new face, instead of inserting it in the buffer.
34 2007-01-04  Andreas Schwab  <schwab@suse.de>
36         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
37         last change.
39 2007-01-03  Richard Stallman  <rms@gnu.org>
41         * woman.el (woman-decode-buffer): Clarify error message.
43 2007-01-03  Alan Mackenzie  <acm@muc.de>
45         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
46         patch.
48 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
50         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
52 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
56 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
58         * emulation/viper.el (viper-custom-file-name, viper-mode):
59         Fix typos in docstrings.
61         * subr.el (momentary-string-display): After moving point, set POS
62         variable to it to avoid later errors once the buffer is modified.
63         Doc fix.
65 2007-01-02  Alan Mackenzie  <acm@muc.de>
67         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
68         check that the "*/" is present before trying to manipulate it.
70 2007-01-02  Richard Stallman  <rms@gnu.org>
72         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
74         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
75         Fix format of value.
77         * cus-edit.el (customize-unsaved): Rename from customize-customized.
78         Change messages accordingly.
79         (customize-customized): Now alias.
81 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
83         * files.el (version-control): Doc fix.
85 2007-01-01  Alan Mackenzie  <acm@muc.de>
87         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
88         Check the format of c-state-cache is valid for an optimisation before
89         using it.
91         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
92         are at a statement within a macro".  Other changes so that only
93         the first continuation line in a macro gets the symbol
94         `cpp-define-intro', the others getting `statement', or whatever.
96         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
97         a string, preserve whitespace.  Add a backslash only when also in
98         a macro.
100         * progmodes/cc-defs.el: Correct typos.
102         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
103         new line after an escaped EOL in a string.
105         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
106         label when it directly follows "else", "do", ....
108         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
109         angle brackets (as seen in "explicit specialisations" of C++
110         templates).
112         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
113         in the doc-string.
115         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
116         when the comment ender looks like "=========*/" and is alone on
117         its line.
119         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
120         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
121         for the old name.
123         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
124         c-\(beginning\|end\)-of-defun by default.
126         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
127         New line-up function, for the DEFUN macro in the Emacs C sources.
128         Only used in "gnu" style.
130         * progmodes/cc-styles.el (c-style-alist): Use this new function in
131         the "gnu" style.
133         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
134         clean-up comment-close-slash also to work when there's a comment
135         terminator on the line.
136         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
137         these for large arg - only take account of top level {..}, except
138         for initial and final adjustments.  M-- C-M-[ae] now go to the
139         right defuns when the starting point is between defuns.  They use
140         the four new functions:
141         (c-in-function-trailer-p, c-where-wrt-brace-construct)
142         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
143         support c-\(beginning\|end\)-of-defun.
145         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
146         expressions more rigorously, to exclude bit-field specifiers from
147         being classed as labels.
148         (c-forward-label): When analyzing a ":" within a macro, be careful
149         about using c-forward-syntactic-ws at the macro beginning.
150         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
151         stmt boundary, check for "operator=", etc.
153         * progmodes/cc-mode.el (c-postprocess-file-styles):
154         Bind inhibit-read-only to t, around the call to
155         c-remove-any-local-eval-or-mode-variables, so that it works on a
156         RO file.
158         * progmodes/cc-defs.el (c-version): Update the version number to
159         "5.31.4".
161 2007-01-01  Richard Stallman  <rms@gnu.org>
163         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
164         only if we restored isearch-window-configuration.
166 2006-12-31  Romain Francoise  <romain@orebokech.com>
168         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
170 2006-12-31  Kim F. Storm  <storm@cua.dk>
172         * files.el (auto-mode-case-fold): New defcustom.
173         (set-auto-mode): If non-nil, perform second case-sensitive pass
174         through auto-mode-alist if first pass failed.
176 2006-12-30  Richard Stallman  <rms@gnu.org>
178         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
180 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
182         * allout.el (allout-encrypt-string): Handle symmetric-key
183         passphrase caching but leave keypair caching to pgg.
185 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
187         Sync with Tramp 2.0.55.
189         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
190         `integerp'.  `char-equal' could fail else in case of negative
191         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
192         (top): Check for `font-lock-add-keywords' before calling; it
193         doesn't exist under XEmacs.
194         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
195         (tramp-completion-mode): Remove clause (not
196         tramp-unified-filenames), because the function is called in other
197         context too, where this check results in wrong results in the
198         XEmacs case on Windows.
199         (tramp-touch): UTC handling is not possible for XEmacs.
201 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
203         * scroll-bar.el (previous-scroll-bar-mode): New variable
204         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
205         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
207         * term/x-win.el: Set scroll bar mode to right if set by X resources.
209 2006-12-30  Richard Stallman  <rms@gnu.org>
211         * files.el (make-backup-file-name-1): Precompute abs name
212         but don't lose the relative name.
214         * international/mule-cmds.el (select-safe-coding-system-interactively):
215         Fix message.
217 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
219         * files.el (backup-buffer): Show entire backup file name in msg.
221 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
223         * image.el (image-type-header-regexps, image-type-from-data)
224         (image-type-from-buffer, image-type-from-file-header):
225         Revert changes from 2006-12-26.
226         (image-type-auto-detectable): New variable.
227         (image-type-auto-detected-p): New function.
229         * files.el (magic-mode-alist): Detect image files with
230         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
232 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
234         * dired.el (dired-sort-other): Move test for dired-mode...
235         (dired-sort-set-modeline): ...to here.
237 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
239         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
240         change.  Suggested by Stefan Monnier.
242 2006-12-29  Kim F. Storm  <storm@cua.dk>
244         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
245         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
247 2006-12-27  Kim F. Storm  <storm@cua.dk>
249         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
250         so it doesn't accidentally match an fsf.org mail address.
251         (authors-renamed-files-alist): Add tcover-*.el.
253 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * vc-arch.el (vc-arch-find-version): New function.
257         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
258         composed of arbitrary characters (even /) in some systems.
260 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
262         * international/mule-cmds.el (select-safe-coding-system-interactively):
263         Improve the message in the *Warning* buffer.
265 2006-12-27  Kim F. Storm  <storm@cua.dk>
267         * ido.el (ido-set-matches-1): Fix last change.  If default item is
268         current buffer, it is ok to be first.
270 2006-12-27  Kenichi Handa  <handa@m17n.org>
272         * international/mule-cmds.el (select-safe-coding-system-interactively):
273         Improve the message in *Warning* buffer.
275 2006-12-27  Kim F. Storm  <storm@cua.dk>
277         * ido.el (ido-set-matches-1): Never put current buffer first if
278         there are other matches.
280 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
282         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
283         expressions.
284         (gdb-var-delete): Handle duplicate names.  Print message for non
285         root expressions.
286         (gdb-partial-output-name): Start buffer name with a space.
287         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
288         buffer name.
290 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
292         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
293         last footnote when `footnote-spaced-footnotes' is nil.
295 2006-12-26  Richard Stallman  <rms@gnu.org>
297         * cus-edit.el (custom-browse-sort-alphabetically)
298         (custom-buffer-sort-alphabetically)
299         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
301         * image.el (image-type-header-regexps): Change element format
302         to include third item NOT-ALWAYS.
303         (image-type-from-data): Handle new format.
304         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
305         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
307 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>  (tiny change)
309         * add-log.el (add-log-current-defun): Call `forward-sexp'
310         multiple times to pick a member function name defined as
311         part of nested classes/namespaces.
313 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
315         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
316         which keymap should be used to change menu.  It does not affect any
317         existent code.
319 2006-12-26  Richard Stallman  <rms@gnu.org>
321         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
322         rather than for being in a minibuffer window.
324 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
326         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
327         locale-coding-system.
328         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
329         LF.
331 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
333         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
334         (sql-mode-syntax-table): Disable double quoted strings.
335         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
337 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
339         * startup.el (fancy-splash-last-input-event): New variable.
340         (fancy-splash-special-event-action): New function.
341         (fancy-splash-screens): Temporarily bind special events to it.
342         Execute command for saved special event before exiting from
343         recursive editing.
345         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
346         New functions.
347         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
348         Use mac-unread-string.
350 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
352         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
353         an optimized comment regexp if `comment-start-skip' uses a ^.
354         * bs.el (bs--up): Remove interactive spec.
356 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
358         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
359         Suggested by James Cloos.
361 2006-12-24  Kevin Ryde  <user42@zip.com.au>
363         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
364         in March.
365         (calendar-dst-ends): Default to first Sunday in November.
367 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
369         * allout.el (allout-encrypt-string): Inhibit use of agent within
370         body of let form where encryption happens.  Acknowledge non-use of
371         gpg-agent in docstring.
372         (allout-toggle-subtree-encryption): Acknowledge non-use of
373         gpg-agent in docstring.
375 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
377         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
379 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
381         * ediff-diff.el (ediff-diff-options): Clarify docstring.
382         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
384         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
385         in hooks.
386         (viper-add-newline-at-eob-if-necessary): Add newline only if we
387         actually modify buffer; ignore errors if occur.
389 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
391         * calendar/calendar.el (calendar-mode-map): Switch < and >.
392         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
393         formatting.
395 2006-12-23  Richard Stallman  <rms@gnu.org>
397         * simple.el (delete-horizontal-space): Doc fix.
399 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
401         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
402         explicitly in a recursive Make, not implicitly through prerequisites,
403         since the latter is wrong under parallel builds.
405 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
407         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
409 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
411         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
412         message string.
414 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
416         * outline.el (outline-next-visible-heading): Fix the case with a
417         header at end-of-file with no final newline.
419 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
421         * indent.el (tab-always-indent): Doc fix.
423 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
425         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
426         (Info-fontify-node): Do fontify indices.
428         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
429         to the Emacs Lisp reference manual.
430         (tutorial--tab-map): Remove.  All callers changed.
431         (tutorial--find-changed-keys): New elt QUIET, used to...
432         (tutorial--display-changes): ...ensure that warning messages are
433         only issued once per changed key.
434         (tutorial--remove-remarks): Delete unused code-path.
435         (lang-strings): Remove extraneous formatting.
436         (tutorial--save-tutorial): Prompt before saving tutorial state.
438 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
440         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
441         Replace '?\ ' by '?\s' throughout.
442         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
443         `help' custom group.
444         (tutorial--key-description): New function.
445         (tutorial--display-changes): Remove redundant arg.  Scan for all
446         key sequences to avoid false matches.  Cleanup.
447         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
448         reduce homedir pollution.
449         (help-with-tutorial): Call tutorial--display-changes with no arg.
451 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
453         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
455 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
457         * net/tramp.el (tramp-default-method): We still need to check for
458         `executable-find', because it is not bound under Emacs 20.
459         (tramp-handle-file-name-completion)
460         (tramp-completion-handle-file-name-completion): Handle optional
461         parameter PREDICATE.
462         (tramp-find-default-method): Add code for default values.
464 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
466         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
467         make gud-go send "continue".
469 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
471         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
472         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
474 2006-12-19  Kim F. Storm  <storm@cua.dk>
476         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
477         instead of global-map.
479         * files.el (magic-mode-alist): Allow matching file type by
480         calling a function at bob.  Check for image types by calling
481         image-type-from-buffer.  Suggested by Juanma Barranquero.
482         (set-auto-mode): Do it.
484 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
486         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
487         Remove "ControlMaster" option from the other `scp*' methods.
488         (tramp-default-method): Check for ssh-agent before setting to `scp'.
490 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
492         * textmodes/org.el (org-mode): Show context after isearch.
493         (org-show-siblings): New function.
494         (org-show-context): Use `org-show-siblings'.
496 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
499         Use syntax-ppss-toplevel-pos.
501 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
503         * textmodes/org.el (org-current-line): Make sure that lines are
504         counted from beginning of buffer.
505         (org-table-copy-region, org-table-paste-rectangle): Make sure that
506         lines are counted from beginning of buffer.
508 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
510         * info.el (Info-build-node-completions): Signal error if tag-table
511         marker is not found.
513         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
515 2006-12-17  Alan Mackenzie  <acm@muc.de>
517         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
518         speed) the case when open-paren-in-column-0-is-defun-start is nil.
519         Based on code by Martin Rudalics.
521         * progmodes/cc-mode.el (c-basic-common-init): Don't set
522         open-paren-in-column-0-is-defun-start to nil any more.
524 2006-12-17  Richard Stallman  <rms@gnu.org>
526         * simple.el (delete-horizontal-space): Use prefix arg.
528         * help-fns.el (describe-variable): Improve blank separator lines.
530         * files.el (magic-mode-alist): Mark as risky.
532         * files.el (make-backup-file-name-1):
533         Expand backup-directory explicitly.
535 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
537         * net/tramp.el (tramp-default-method): Before setting to "pscp",
538         check whether package password.el is loaded, or Pageant is running.
540 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
542         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
543         (icalendar--rris): First try Emacs, then XEmacs.
544         (icalendar--convert-ical-to-diary): Doc fix.
545         Insert newline at end of target file.
547 2006-12-17  Kim F. Storm  <storm@cua.dk>
549         * outline.el (outline-isearch-open-invisible-function): New defvar.
550         (outline-flag-region): Use it if non-nil for isearch-open-invisible
551         overlay property instead of outline-isearch-open-invisible.
553 2006-12-16  Kim F. Storm  <storm@cua.dk>
555         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
556         if ido-directory-too-big is set on entry.
557         (ido-toggle-ignore, ido-completion-help): Print message while
558         reading big directory.
560 2006-12-15  Richard Stallman  <rms@gnu.org>
562         * shell.el (shell): Doc fix.
564 2006-12-15  Kevin Gallagher <Kevin.Gallagher@boeing.com>
566         * emulation/edt.el (edt-xserver):
567         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
568         to fix a problem on Cygwin.
570         * emulation/edt.el
571         * emulation/edt-mapper.el
572         * emulation/edt-lk201.el
573         * emulation/edt-pc.el
574         * emulation/edt-vt100.el: Update maintainer's email address.
576 2006-12-15  Simon Marshall  <simon@gnu.org>
578         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
579         change.
581 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
583         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
584         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
585         instead of mac-atsu-font-table.
586         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
588 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
590         * align.el (align-match-tex-pattern): Fix a rare bug which
591         hanged Emacs.
593 2006-12-14  Richard Stallman  <rms@gnu.org>
595         * startup.el (use-fancy-splash-screens-p): Use frame-height
596         instead of window-height.  Pass frame to image-size.
598 2006-12-13  Kenichi Handa  <handa@m17n.org>
600         * international/mule-cmds.el (set-locale-environment):
601         Set default-sendmail-coding-system too.
603 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
605         * progmodes/idlw-help.el: Fix copyright notice.
607 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
611 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
613         * subr.el (unread-command-char): Reformat obsolescence info.
615 2006-12-11  Richard Stallman  <rms@gnu.org>
617         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
618         about calls to cl-struct-setf-expander.
620 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
622         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
623         (ediff-combination-pattern): Fix typo in docstring.
625         * textmodes/refer.el (refer-find-entry): Doc fix.
626         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
627         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
628         Fix tipos in docstrings.
630         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
632 2006-12-10  Kim F. Storm  <storm@cua.dk>
634         * ido.el (ido-init-completion-maps): Remap backward-kill-word
635         instead of binding M-backspace.
637 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
639         * replace.el (replace-match-data, replace-match-maybe-edit):
640         * calc/calc-aent.el (calc-eval-error):
641         * emulation/vi.el (vi-char-argument):
642         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
643         (c-vsemi-status-unknown-p-fn): Doc fixes.
645 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
647         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
648         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
650 2006-12-10  Masatake YAMATO  <jet@gyve.org>
652         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
654 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
656         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
658         * man.el (Man-xref-button-action): New function.  If the
659         `Man-target-string' button property is a function, assume it
660         accepts a position argument.
661         (Man-abstract-xref-man-page): Use it.
662         (Man-default-man-entry): New optional arg POS.
664         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
665         symlink arrows read-only and non-rear-sticky.
667 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
669         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
670         (wdired-search-and-rename): Simplify code.
671         (wdired-preprocess-files, wdired-preprocess-perms): Make
672         read-only property of preceding character rear-nonsticky to
673         avoid that it can be modified.  Put old-name and old-link
674         properties on character preceding name and replace
675         put-text-property by add-text-properties.
676         (wdired-get-filename, wdired-get-previous-link): Get old-name
677         and old-link properties from character preceding name and
678         simplify code.
679         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
680         (wdired-perms-to-number): Make local-map property
681         rear-nonsticky to avoid that text following permissions may be
682         modified.  Use add-text-properties instead of put-text-property
683         when changing a permission bit.
684         (wdired-change-to-dired-mode): Remove stickiness properties.
686 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
688         * international/mule-cmds.el (register-input-method): Doc fix.
690 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
692         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
694 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
696         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
697         Force buffer local defs evaluation on local variables loading.
698         (flyspell-mode-on, flyspell-mode-off): Use it in
699         `hack-local-variables-hook'.
701 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
703         * emacs-lisp/find-func.el (find-variable): Doc fix.
705         * help-fns.el (variable-at-point): Doc fix.
707         * w32-fns.el (w32-append-code-lines): New function.
709 2006-12-09  Romain Francoise  <romain@orebokech.com>
711         * comint.el (comint-insert-input): Delete obsolete comment.
713 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
715         * files.el (insert-file-1): Compare file size to
716         large-file-warning-threshold and request confirmation when
717         warranted.
719 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
722         current frame, in case we're connected to several displays.
724 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
726         * frame.el (other-frame): Doc fix.
727         (set-frame-parameter): Fix typo in docstring.
729 2006-12-07  Kim F. Storm  <storm@cua.dk>
731         * info.el (Info-index): Strip leading colon from topic.
733 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
735         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
736         to pointers.
738 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
740         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
741         Trim out spurious class inheritance "None" entries.
743 2006-12-05  Kim F. Storm  <storm@cua.dk>
745         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
746         (cua-paste-pop): Rework last change for
747         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
748         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
749         text inserted by the last M-y command.
751 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
753         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
754         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
756         * shell.el (shell): Search the start file in ~/.emacs.d as
757         `init_SHELLNAME.sh' instead.
759 2006-12-05  Glenn Morris  <rgm@gnu.org>
761         * progmodes/cperl-mode.el (cperl-mode)
762         * progmodes/f90.el (f90-mode-abbrev-table)
763         * progmodes/fortran.el (fortran-mode-abbrev-table)
764         * progmodes/octave-mod.el (octave-abbrev-table)
765         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
766         if abbrev-table is non-nil (saved user abbrevs may have been restored).
768         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
769         clear abbrev table, else saved abbrevs will not be restored.
771 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
773         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
774         the call to `make-obsolete-variable', not in the docstring.
776 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
778         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
780 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
782         * progmodes/ebnf-abn.el:
783         * progmodes/ebnf-bnf.el:
784         * progmodes/ebnf-dtd.el:
785         * progmodes/ebnf-ebx.el:
786         * progmodes/ebnf-iso.el:
787         * progmodes/ebnf-otz.el:
788         * progmodes/ebnf-yac.el:
789         * progmodes/ebnf2ps.el:
790         * delim-col.el:
791         * printing.el:
792         * ps-bdf.el:
793         * ps-mule.el:
794         * ps-print.el: Remove 'Time-stamp' comment mark.
796         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
797         'easy-menu-add-item' when called in Emacs 21 or higher.
799 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
801         * progmodes/ada-xref.el (ada-check-current): Doc fix.
802         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
804 2006-12-04  Kim F. Storm  <storm@cua.dk>
806         * bindings.el (global-map): Bind [signal t] to ignore, to have
807         user signals ignored by default.
809 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
811         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
812         Unicode data file pointed to by `describe-char-unicodedata-file'.
814 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
817         O(n^2) regexp-search by anchoring the search.
819 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
821         * whitespace.el (whitespace-cleanup-internal): Use current
822         argument for recursive call.
824 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
826         * net/tramp.el (tramp-methods): Add "ControlPath" and
827         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
828         Andreas Schwab <schwab@suse.de>.
829         (tramp-do-copy-or-rename-file-out-of-band)
830         (tramp-open-connection-rsh): Compute format spec for ?t.
831         (tramp-process-actions): Trace command parameters.
833 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
835         * simple.el (toggle-truncate-lines): Clarify doc string.
837         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
838         (gdb-speedbar-expand-node): Use it.
840 2006-12-04  Richard Stallman  <rms@gnu.org>
842         * progmodes/python.el (python-indent): Add safe-local-variable prop.
844         * dired.el (dired-revert): Turn off dired-after-readin-hook
845         around call to dired-readin.
847         * menu-bar.el (menu-bar-make-toggle): Add "globally"
848         to echo area messages.
849         <indicate-empty-lines, case-fold-search>:
850         Add "globally" to Help string.
851         <case-fold-search>: MESSAGE arg need not say "globally".
852         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
854 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
856         * outline.el (outline-end-of-subtree): Don't leave an empty
857         line hidden as we would a real next heading.
859 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
861         * allout.el (allout-ascend): Add an optional argument to preserve
862         original position of point when unsuccessful.  Also, fix a
863         docstring error.
864         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
865         work again, using allout-ascend's new option.
866         (allout-setup-mode-map): Extract from allout-mode to initialize
867         allout-mode-map.  Call it on file load, so the mode docstring
868         substitutions work even if allout mode has not yet been invoked.
869         (allout-mode): Use new allout-setup-mode-map to track any keybinding
870         customizations since the map was last processed.  Also, refine the
871         docstring so it's ship-shape for release.
872         (allout-default-layout, allout-beginning-of-line-cycles)
873         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
874         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
875         (allout-version, allout-layout, allout-infer-body-reindent)
876         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
877         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
878         (allout-previous-heading, allout-goto-prefix-doublechecked)
879         (allout-current-bullet-pos, allout-next-sibling-leap)
880         (allout-pre-command-business, allout-encrypted-type-prefix)
881         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
882         (allout-rebullet-topic, allout-rebullet-topic-grunt)
883         (allout-flag-region, allout-expose-topic, allout-expose-topic)
884         (allout-old-expose-topic, allout-listify-exposed)
885         (allout-process-exposed, allout-latex-verb-quote)
886         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
887         (allout-toggle-current-subtree-encryption)
888         (allout-toggle-subtree-encryption, allout-bullet-isearch):
889         Remove extraneous open-paren and close paren string escapes.
891 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
893         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
894         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
895         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
896         Fix typos in docstrings.
898 2006-12-03  Glenn Morris  <rgm@gnu.org>
900         * progmodes/cc-align.el
901         * progmodes/cc-awk.el
902         * progmodes/cc-cmds.el
903         * progmodes/cc-compat.el
904         * progmodes/cc-defs.el
905         * progmodes/cc-engine.el
906         * progmodes/cc-langs.el
907         * progmodes/cc-menus.el
908         * progmodes/cc-mode.el
909         * progmodes/cc-styles.el
910         * progmodes/cc-vars.el
911         * progmodes/vhdl-mode.el: Fix Copyright format.
913 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
915         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
916         initial down event.
918 2006-12-02  Kim F. Storm  <storm@cua.dk>
920         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
921         (cua-repeat-replace-region): Make M-v more robust.
922         (cua-paste-pop-rotate-temporarily): New defcustom.
923         (cua-paste-pop): Use it.
924         (cua-auto-mark-last-change): New defcustom.
925         (cua-pop-to-last-change): New helper function.
926         (cua-set-mark): Use them.
928 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
930         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
931         mini-buffer message.
933 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
935         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
937 2006-12-01  Ben North  <ben@redfrontdoor.org>
939         * paren.el: Fix the highlight overlay extension when the user types a
940         sequence of char very fast just before the open parenthesis.
942 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
944         * ps-mule.el: Eliminate Emacs 20 compatibility.
946         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
947         (ps-print-version): New Version 6.7.
948         (ps-print-quote): Replace '?\ ' by '?\s'.
950 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
952         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
953         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
954         (hexl-end-of-1k-page): Doc fixes.
955         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
956         Fix typos in docstrings.
958 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
960         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
961         locally, i.e. without using file name handlers.
962         (ido-read-internal): Allow mono letter host names, avoiding the
963         `c:' problem by testing if the file exists locally.
964         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
966 2006-11-30  Masatake YAMATO  <jet@gyve.org>
968         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
969         to avoid bytecomp warnings.
970         (hexl-mode-old-ruler-function): New variable.
971         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
972         and `hl-line-range-function' after `require' hl-line.
973         Then bind `hl-line-range-function' and `hl-line-face'.
974         Don't require frame.  Don't use `with-no-warnings'.
975         (hexl-activate-ruler): Store the original value of
976         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
977         (hexl-mode-exit): Restore the original value of
978         `ruler-mode-ruler-function'.
980 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
982         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
983         (hexl-mode-old-hl-line-face): New variable.
984         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
985         line when exit from the hexl-mode.
987 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
989         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
990         Doc fixes.
992         * international/fontset.el (create-fontset-from-ascii-font)
993         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
994         (fontset-name-p): Fix typo in docstring.
996         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
998 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1000         * ps-bdf.el: Fix maintainer email.
1002         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
1003         compatibility.
1005         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
1006         21 compatibility.
1007         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1008         Emacs 20 & 21.
1010 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
1012         * progmodes/idlwave.el (idlwave-auto-fill):
1013         Remove paragraph-start let to prevent auto-fill giving up.
1015 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
1017         * vt100-led.el (led-state): Fix typo in previous change.
1019 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1021         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1022         Fix interactive spec of the functions getting defined to make them
1023         work as documented.
1025 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
1027         * startup.el (fancy-splash-screens): Hide initial splash buffer.
1029 2006-11-28  Kim F. Storm  <storm@cua.dk>
1031         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1032         icomplete-mode is enabled.
1034 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
1036         * textmodes/org.el (require): Require gnus-sum during compilation
1037         to avoid problem with a macro call.
1039 2006-11-28  Glenn Morris  <rgm@gnu.org>
1041         * emacs-lisp/authors.el (authors-aliases): Add new alias.
1043         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1044         (fortran-window-create-momentarily): Do not need string-to-char.
1046 2006-11-28  Richard Stallman  <rms@gnu.org>
1048         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1049         Replace incorrect use of assoc-default with a loop.
1051         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1053         * simple.el (next-error-find-buffer): Improve messages.
1055         * files.el (revert-buffer): Special error message if file
1056         is now not readable.
1058         * facemenu.el (facemenu-add-new-face): Improve doc strings of
1059         constructed commands.
1061         * comint.el (comint-exec-1): Provide Emacs version and `comint'
1062         in INSIDE_EMACS.
1064 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1068         * server.el: Remove spurious * in docstrings.
1069         (server-process-filter): Exit from recursive editing before processing
1070         a new request.
1072 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
1074         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1075         line so hidden blocks will be correctly identified.
1077 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
1079         * ledit.el (ledit-save-defun, ledit-mode):
1080         * resume.el (resume-emacs-args-buffer):
1081         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1082         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1083         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1084         (command-send-input, command-kill-line):
1085         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1087         * autoarg.el (autoarg-kp-mode): Doc fix.
1089         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
1090         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
1091         (check-emacs-lock): Doc fix.  Simplify.
1093         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1094         (iimage-mode-buffer): Fix typos in docstring.
1096         * misc.el (zap-up-to-char): Doc fix.
1098         * time-stamp.el: Fix comment and obsolescence string for old
1099         functions.  Use `dolist' instead of `while'.
1101         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1103         * disp-table.el (standard-display-8bit, standard-display-default):
1104         * ebuff-menu.el (electric-buffer-list):
1105         * ehelp.el (electric-help-command-loop):
1106         * font-core.el (font-lock-mode):
1107         * help-macro.el (make-help-screen):
1108         * help.el (describe-minor-mode-completion-table-for-indicator)
1109         (lookup-minor-mode-from-indicator):
1110         * indent.el (tab-to-tab-stop, move-to-tab-stop):
1111         * info-look.el (info-lookup-guess-custom-symbol):
1112         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1113         * longlines.el (longlines-wrap-line):
1114         * macros.el (insert-kbd-macro):
1115         * menu-bar.el (menu-bar-update-buffers):
1116         * misc.el (copy-from-above-command):
1117         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1118         * newcomment.el (comment-indent):
1119         * novice.el (disabled-command-function):
1120         * sort.el (sort-fields-syntax-table):
1121         * subr.el (momentary-string-display):
1122         * tar-mode.el (tar-header-block-summarize)
1123         (tar-clear-modification-flags):
1124         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1125         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1126         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1127         (te-delete-char, te-down-vertically-or-scroll):
1128         * time-stamp.el (time-stamp-string-preprocess):
1129         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1131 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1133         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1134         in GUD mode.
1136         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1137         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1139 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1141         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1143 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
1145         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1146         (ada-compile-goto-error): Adapt to new argument profile of
1147         compilation-goto-locus in Emacs 22.  Don't check if the various
1148         compile functions are defined; we already do "(require 'compile)".
1150 2006-11-26  Kim F. Storm  <storm@cua.dk>
1152         * kmacro.el: Fix commentary.
1154 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1156         * progmodes/gud.el (gdb): Explain how to run in text command mode
1157         more clearly.  Say in error message that multiple debugging
1158         requires restarting GDB.
1160 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1162         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1164 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
1166         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1167         (flymake-popup-menu): Use it instead of posn-at-point.
1169 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1171         * progmodes/cc-vars.el (c-backslash-column):
1172         Mention c-backslash-max-column in documentation for c-backslash-column.
1174 2006-11-24  Lars Hansen  <larsh@soem.dk>
1176         * net/tramp.el (tramp-default-method): Under Windows, change from
1177         plink to pscp.
1178         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1179         (tramp-actions-copy-out-of-band):
1180         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1181         (tramp-action-out-of-band): Move "Permission denied" handling to
1182         tramp-action-copy-failed.
1183         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1184         process buffer.
1186 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1189         strings to a single string.  Quote `errors-file-name'.
1190         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1191         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1192         Adjust calls.  Use `shell-quote-argument'.
1194         * international/mule.el (load-with-code-conversion)
1195         (with-category-table): Use with-current-buffer.
1196         (after-insert-file-set-coding): Use restore-buffer-modified-p.
1198 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
1200         * mail/smtpmail.el (smtpmail-send-it):
1201         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
1202         MIME header for the message encoding.
1203         Bind coding-system-for-write around the call to mail-do-fcc.
1204         Use smtpmail-code-conv-from to encode queued mail messages.
1206 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1208         * tabify.el (tabify-regexp): Doc fix.
1210         * net/rcirc.el (rcirc-buffer-maximum-lines):
1211         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1213         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1214         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1215         Fix typos in output messages.
1216         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1218 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1221         the horse's mouth.
1222         (hexlify-buffer): Don't re-encode an arg that's already encoded.
1224 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1226         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1227         Remove condition-case.
1229 2006-11-23  Glenn Morris  <rgm@gnu.org>
1231         * progmodes/f90.el (f90-comment-indent): Do not move point in
1232         default case.
1234 2006-11-21  Romain Francoise  <romain@orebokech.com>
1236         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1237         from library name (reverts change of 2005-10-25).
1239 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1241         * tutorial.el (tutorial--default-keys): Add newline and
1242         delete-backward-char bindings.
1243         (tutorial--detailed-help): Save excursion when finding keys.
1244         Correct warning string for M-x FOO case.
1245         (tutorial--display-changes): Print special keys in tutorial style.
1246         Tweak search regexp for changed keys.
1248 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1250         * thingatpt.el (thing-at-point-url-at-point): Don't add a
1251         redundant scheme.
1253 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
1255         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1256         are new to the list at IANA.  Also added irc, mms, mmsh.
1258 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
1260         * progmodes/idlw-help.el (idlwave-html-help-location):
1261         Fail gracefully for missing help packages.
1262         (idlwave-help-assistant-open-link): Open full links.
1263         (idlwave-help-assistant-help-with-topic): Direct help link.
1265         * progmodes/idlwave.el (idlwave-mode):
1266         Set add-log-current-defun-function.
1267         (idlwave-current-routine-fullname): Add, to support add-log.
1268         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1269         to reflect improvements to xml-parse-file.
1270         (idlwave-mode-menu-def): New binding for help-with-topic.
1272         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1273         Handle extra newlines and spaces.
1274         (idlwave-shell-mode-map): Add help-with-topic.
1276 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
1278         * tutorial.el (tutorial-warning-face): New face.
1279         (tutorial--detailed-help, tutorial--display-changes): Use it.
1280         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1281         Improve search pattern for occurrences of changed keys.
1283 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1285         * term/x-win.el (x-last-cut-buffer-coding): New variable.
1286         (x-select-text): Set it.
1287         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1288         when checking for newness.
1290 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
1292         * subr.el (posn-image):
1293         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1295         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1297 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1299         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1300         Exceptions to the rule "add a space between an identifier and an
1301         opening parenthesis".  Defaulted to the `#define' problem of cpp.
1302         (glasses-parenthesis-exception-p): New.  Check if the region is an
1303         exception regarding to that.
1304         (glasses-make-readable): Use it.
1305         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
1306         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
1308 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
1310         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
1312 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
1314         * progmodes/ada-mode.el (ada-make-body): Fix typo.
1316         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
1317         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
1319 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
1321         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
1322         conditions for function or variable bindings.
1324         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
1326         * progmodes/compile.el (compilation-start): Ditto.
1328 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
1330         * net/tramp.el (top): cl and custom are always required.
1332 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1334         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
1335         cut-buffers with next-selection-coding-system if not nil.
1337 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
1339         * textmodes/org.el (org-fix-decoded-time): New function.
1340         (org-display-custom-time): Use `org-fix-decoded-time'.
1342 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
1344         * menu-bar.el (menu-bar-games-menu): Remove yow.
1346 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
1348         * textmodes/org.el (org-scan-tags): Re-align code fixed.
1349         (org-detach-overlay): Rename from `org-detatch-overlay'.
1350         (org-table-convert-region): Insert space after column separator.
1351         (org-agenda-kill): New command.
1352         (org-metaleft): Call `org-outdent-item' on bullets.
1353         (org-metaright): Call `org-indent-item' on bullets.
1354         (org-timestamp-change): Set `org-last-changed-timestamp'.
1355         (org-current-line): Make sure (bolp) returns correct result.
1356         (org-agenda-change-all-lines): Make sure TODO are highlighted.
1358 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
1362 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
1364         * mouse.el (global-map): Change 2006-08-16 fix to call
1365         mouse-yank-at-click explicitly, since mouse events are not carried
1366         over into keyboard macros.
1368 2006-11-16  Kim F. Storm  <storm@cua.dk>
1370         * ido.el (ido-file-internal): Use current buffer's file name as default
1371         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
1373 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
1375         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
1376         (allout-inhibit-aberrance-doublecheck): Rename from
1377         allout-during-yank-processing.  All callers changed.
1378         (allout-ascend): Provide for unusual case where some topic after
1379         the first in file is at lower depth than the first.
1380         (allout-shift-in): Ensure the offspring of the new containing
1381         topic are exposed.
1382         (allout-encrypt-string): Preserve the coding-system of the text,
1383         according to that of the containing buffer.
1384         (allout-toggle-subtree-encryption): When the text being encrypted
1385         requires a different coding system, offer to preserve the coding
1386         system using a file local var.
1388 2006-11-15  Simon Marshall  <simon@gnu.org>
1390         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
1391         to recognise "T t()" as a function declaration, rather than a
1392         variable instantiation, iff at the top-level or inside a class
1393         declaration.  Suggested by Feng Li <fengli@gmail.com>.
1395 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
1397         * progmodes/ada-xref.el (ada-parse-prj-file):
1398         Don't delete project buffer; user may want to edit it.
1399         (ada-xref-set-project-field, ada-xref-current-project-file)
1400         (ada-xref-current-project, ada-show-current-project)
1401         (ada-set-main-compile-application): New functions.
1402         (ada-xref-get-project-field, ada-require-project-file):
1403         Normalize use of ada-prj-default-project-file.
1404         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
1405         Normalize use of ada-require-project-file.
1406         (ada-prj-find-prj-file): Improve doc string, comments.
1408         * progmodes/ada-mode.el (ada-mode-version): Bump version.
1409         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
1410         (ada-create-menu): Add ada-set-main-compile-application,
1411         ada-show-current-main, ada-show-current-project.
1413 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
1416         (inferior-python-mode): Use it.
1418 2006-11-14  Andreas Schwab  <schwab@suse.de>
1420         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1422 2006-11-13  Kim F. Storm  <storm@cua.dk>
1424         * ido.el (ido-copy-current-word): C-o copies region if active.
1426 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
1428         * textmodes/org.el (org-emph-face): Fix typo in variable name.
1430 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
1432         * ediff.el (ediff-revision):
1433         * files.el (set-visited-file-name):
1434         * mail/rmailout.el (rmail-output-body-to-file):
1435         Use `format', not `message', in `y-or-n-p' call.
1437 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
1439         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1440         (org-metaright): Call `org-indent-item' on bullets.
1441         (org-timestamp-change): Set `org-last-changed-timestamp'.
1442         (org-current-line): Make sure (bolp) returns correct result.
1443         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1445 2006-11-12  Richard Stallman  <rms@gnu.org>
1447         * language/european.el (turkish-case-conversion-enable)
1448         (turkish-case-conversion-disable): New functions.
1449         ("Turkish" lang env): Use them.
1451         * international/characters.el (case table):
1452         Do nothing special for i and I.
1454         * subr.el (remove-overlays): Fix last change.
1456         * cus-edit.el (custom-save-all): Use find-file-visit-truename
1457         for visiting the custom file.
1459 2006-11-12  Markus Triska  <triska@gmx.at>
1461         * play/handwrite.el (handwrite): Also process lines not ending
1462         with newline.  Replace some position-fiddling with different
1463         logic.  Improve performance.
1465 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
1467         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1468         replacing deleted variable `ada-check-switch'.
1469         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1470         (ada-xref-project-files): Improve doc string.
1471         (ada-find-executable): New function.
1472         (ada-initialize-runtime-library): Use `ada-find-executable'.
1473         (ada-xref-set-default-prj-values): In compile commands, don't need
1474         `ada-cd-command'; `compile' does that more portably.
1475         Use ada-prj-default-check-cmd.
1476         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1477         properties if not specified in project file.
1478         (ada-goto-declaration): Display useful message for new error
1479         'error-file-not-found.
1480         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1481         'error-file-not-found.
1482         (ada-get-all-references): Match latest ali syntax.  Signal new
1483         error 'error-file-not-found.
1484         (ada-find-in-ali): Match latest ali syntax.
1485         (ada-make-filename-from-adaname): Handle different semantics of
1486         gnatkr in GNAT 3.15p vs later.
1488         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1489         ada-procedure-start-regexp.
1490         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1492         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1493         with defvar.
1494         (ada-language-version): Rename ada05 -> ada2005.
1495         (ada-align-region-separate): Add `eval-when-compile'.
1496         (ada-name-regexp): Remove unneeded escapes in regexp character
1497         alternative.
1498         (ada-compile-goto-error-file-linenr-re): New constant.
1499         (ada-matching-start-re): Handle additional cases `declare',
1500         `procedure', `function'.
1501         (ada-compile-goto-error): Handle "... at line nn".
1502         (ada-mode): Clearer syntax, comments for ff-special-constructs.
1503         Delete support for old versions of `align'.
1504         (ada-search-prev-end-stmt): Handle additional keyword `private'.
1505         (ada-check-defun-name): Simplify handling of `declare'.
1506         (ada-goto-matching-start): Handle nested `begin ... end'.
1507         Handle `declare', `protected', `procedure', `function'.
1508         (ada-create-menu): Presence of arm95 is not conditional on using
1509         GNAT compiler.
1511 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
1513         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1514         nil in the *RE-Builder* buffer (it causes spurious error messages).
1516         * server.el (server-visit-files): If `minibuffer-auto-raise' has
1517         been set to t, respect it.
1519 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
1521         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1522         Delete commented out code for old Emacs versions.  Autoloading of
1523         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1524         (ada-mode-version): Bump version number.
1525         (ada-95-string-keywords, ada-2005-string-keywords)
1526         (ada-2005-keywords, ada-name-regexp): New constant.
1527         (ada-language-version, ada-procedure-start-regexp, ada-mode)
1528         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1529         (ada-package-start-regexp): Support private packages, include package
1530         name (for ada-set-point-accordingly).
1531         (ada-next-procedure, ada-previous-procedure)
1532         (ada-which-function-are-we-in): Match changes to
1533         ada-procedure-start-regexp.
1534         (ada-make-body): Make non-interactive; not a user function.
1535         (ada-make-subprogram-body): Improve doc string.
1537 2006-11-11  Romain Francoise  <romain@orebokech.com>
1539         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1540         `compilation-error-regexp-alist' buffer-local, since we changed
1541         `compilation-error-regexp-alist-alist' locally.
1543 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
1545         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1546         to the value of `server-raise-frame'.
1548 2006-11-11  Glenn Morris  <rgm@gnu.org>
1550         * ido.el (ido-enable-prefix)
1551         * ses.el (ses-call-printer-return)
1552         * net/tramp.el (tramp-unified-filenames)
1553         * progmodes/cc-align.el (c-lineup-string-cont)
1554         * progmodes/compile.el (compilation-directory-matcher)
1555         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1556         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1557         (vhdl-clock-rising-edge)
1558         * textmodes/org.el (org-export-with-timestamps)
1559         (org-export-remove-timestamps-from-toc)
1560         (org-export-with-tags): Improve previous doc fixes.
1562 2006-11-11  Richard Stallman  <rms@gnu.org>
1564         * textmodes/flyspell.el (flyspell-mode-map):
1565         Bind C-c $ instead of M-RET.
1567 2006-11-10  Simon Marshall  <simon@gnu.org>
1569         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1570         fontification for "case" and "default" keywords.
1572 2006-11-10  Andreas Schwab  <schwab@suse.de>
1574         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1575         Avoid starting sentence with "nil".
1577 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
1579         * server.el (server-raise-frame): New option.
1580         (server-switch-buffer): Use it.
1582 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
1584         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1585         with a capital.
1587 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * textmodes/org.el (org-show-hierarchy-above)
1590         (org-show-following-heading): Fix typo in default value.
1591         (org-scan-tags): Make the search case-sensitive.
1592         (org-tags-sparse-tree): Don't overrule
1593         `org-show-following-heading' and `org-show-hierarchy-above'.
1594         (org-reveal): New command.
1595         (org-show-context): Rename from `org-show-hierarchy-above'.
1596         (org-fast-tag-selection-single-key): New option.
1597         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1598         (org-tags-overlay): New variable.
1599         (org-agenda-todo-ignore-deadlines): New option.
1600         ("session"): Add circular data structure `org-mark-ring' to
1601         exceptions list in session.el.
1602         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1603         New options.
1604         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1605         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1606         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1607         (org-finalize-agenda): Activate bracket links in agenda.
1608         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1609         INACTIVE-OK.
1610         (org-show-hierarchy-above, org-show-following-heading):
1611         List values allowed for fine-tuned configuration.
1612         (org-show-hierarchy-above): New argument CONTEXT, use the
1613         fine-tuned settings in `org-show-hierarchy-above' and
1614         `org-show-following-heading'.
1615         (org-display-custom-time): New function.
1616         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1617         (org-display-custom-times, org-time-stamp-custom-formats):
1618         (org-maybe-intangible): New macro.
1619         (org-activate-bracket-links, org-hide-wide-columns):
1620         Use `org-maybe-intangible'.
1621         (org-open-file): Use `shell-quote-argument'.
1622         (org-display-internal-link-with-indirect-buffer): New option.
1623         (org-file-remote-p): Get regexp from list.
1624         (org-link-expand-abbrev): New function.
1625         (org-link-abbrev-alist): New option.
1626         (org-open-at-point, org-cleaned-string-for-export):
1627         Call `org-link-expand-abbrev'.
1628         (org-timeline, org-agenda-list, org-todo-list)
1629         (org-tags-view): Remove the KEEP-MODES argument.
1630         (org-finalize-agenda-hook): New hook.
1631         (org-get-alist-option): New function.
1632         (org-follow-timestamp-link): New function.
1633         (org-open-at-point): Call `org-follow-timestamp-link'.
1634         (org-log-note-marker, org-log-note-purpose)
1635         (org-log-note-window-configuration): New variables.
1636         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1637         (org-log-note-headings): New option.
1638         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1639         (org-store-link): Support for dired-mode.
1640         (org-open-file): Substitute environment variables into filename.
1641         (org-last): New defsubst.
1642         (org-agenda-re-align-tags): New function.
1643         (org-agenda-align-tags-to-column): New option.
1644         (org-agenda-timeline): Group removed.
1645         (org-prepare-agenda, org-prepare-agenda-buffers)
1646         (org-run-agenda-series, org-timeline, org-agenda-list)
1647         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1648         the text property inticating the agenda type.
1649         (org-agenda-post-command-hook): Get agenda type from text property
1650         at point.
1651         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
1652         and obey `org-agenda-overriding-arguments'.
1653         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1654         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1655         (org-agenda-week-view, org-agenda-day-view):
1656         Use `org-agenda-overriding-arguments' to make updating work with
1657         multi-block agendas.
1658         (org-agenda-prefix-format): Allow different formats for the
1659         different agenda entry types.
1660         (org-timeline-prefix-format): Option removed, use
1661         `org-agenda-prefix-format' instead.
1662         (org-prepare-agenda): New function.
1663         (org-select-timeline-window): Option removed, use
1664         `org-select-agenda-window' instead.
1665         (org-respect-restriction): Variable removed.
1666         (org-cmp-tag): New function.
1667         (org-agenda-sorting-strategy, org-entries-lessp):
1668         Implement sorting by last tag.
1669         (org-complete): Better completion in in-buffer option lines.
1670         (org-in-item-p): New function.
1671         (org-org-menu): Add entries for checkboxes.
1672         (org-cycle): Extra brouping in outline-regexp, because it is used
1673         in a search with "^" prepended.
1674         (org-provide-checkbox-statistics): New option.
1675         (org-set-font-lock-defaults): Highlight checkbox statistics.
1676         (org-update-checkbox-count-maybe)
1677         (org-get-checkbox-statistics-face): New functions.
1678         (org-update-checkbox-count): New command.
1679         (org-insert-item, org-toggle-checkbox):
1680         Call `org-update-checkbox-count-maybe'.
1681         (org-export-as-html): XEmacs compatibility for coding system.
1682         (org-force-cycle-archived): New command.
1683         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1684         overrules cycling.
1685         (org-fix-position-after-promote): If the line contains only a todo
1686         keyword, add a final space.
1687         (org-promote-subtree, org-demote-subtree):
1688         Call `org-fix-position-after-promote'.
1690 2006-11-10  Glenn Morris  <rgm@gnu.org>
1692         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1693         date in every year.
1694         (calendar-dst-check-each-year-flag): New customizable variable.
1695         (calendar-dst-find-data): New function, extracted from
1696         calendar-current-time-zone.
1697         (calendar-current-time-zone): Use calendar-dst-find-data.
1698         (calendar-dst-transition-cache): New variable.
1699         (calendar-dst-find-startend, calendar-dst-starts)
1700         (calendar-dst-ends): New functions.
1701         (calendar-daylight-savings-starts)
1702         (calendar-daylight-savings-ends): Change value to use
1703         calendar-dst-starts, calendar-dst-ends; respectively.
1705         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1707         * ido.el (ido-enable-prefix)
1708         * ses.el (ses-call-printer-return)
1709         * net/tramp.el (tramp-unified-filenames)
1710         * progmodes/cc-align.el (c-lineup-string-cont)
1711         * progmodes/compile.el (compilation-directory-matcher)
1712         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1713         * progmodes/gdb-ui.el (gdb-many-windows)
1714         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1715         (vhdl-clock-rising-edge)
1716         * textmodes/org.el (org-export-with-timestamps)
1717         (org-export-remove-timestamps-from-toc, org-export-with-tags)
1718         (org-read-date): Doc fix (Nil -> nil).
1720 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1722         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1723         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1725 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
1727         * bs.el (bs--window-for-buffer): Remove.
1728         (bs--show-with-configuration): Use `get-window-with-predicate'
1729         instead of `bs--window-for-buffer'.
1731 2006-11-10  Kenichi Handa  <handa@m17n.org>
1733         * files.el (revert-buffer): Fix previous change.
1735 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
1737         * bs.el (bs--redisplay): Fix typo in docstring.
1738         (bs--window-config-coming-from): Make frame-local.
1739         (bs--restore-window-config): New function.
1740         (bs-kill, bs-select, bs-select-other-window)
1741         (bs-select-other-frame): Use it.
1742         (bs--window-for-buffer): Return as soon as a matching buffer is found.
1743         (bs--show-with-configuration): Save the window configuration as a
1744         frame local var, and only if *buffer-selection* is not already
1745         visible on this frame.
1747 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
1749         * vc-svn.el (vc-svn-admin-directory): New var.
1750         (vc-svn-registered, vc-svn-responsible-p)
1751         (vc-svn-repository-hostname): Use it.
1752         Suggested by arit93@yahoo.com.
1754 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1756         * ldefs-boot.el: Regenerate.
1758 2006-11-08  Alan Mackenzie  <acm@muc.de>
1760         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1761         case (eq open-paren-in-column-0-is-defun-start nil) by searching
1762         for least nested open-paren.
1764 2006-11-08  Romain Francoise  <romain@orebokech.com>
1766         * subr.el (remove-overlays): Fix typo in last change.
1768 2006-11-08  Richard Stallman  <rms@gnu.org>
1770         * subr.el (remove-overlays): Call overlay-recenter.
1772 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1774         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1775         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1776         behaviour.
1777         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1778         directly.
1780 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1782         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1783         (ido-max-dir-file-cache, ido-decorations)
1784         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1785         (ido-magic-backward-char, ido-enter-dired)
1786         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1787         (ido-list-directory, ido-first-match, ido-only-match)
1788         (ido-subdir, ido-indicator): Fix typos in docstrings.
1789         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1790         (ido-read-internal): Fix typo in error message.
1792 2006-11-08  Kenichi Handa  <handa@m17n.org>
1794         * international/mule-cmds.el (set-default-coding-systems):
1795         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1797 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1799         * makefile.w32-in (setwins): Remove.
1800         (WINS_ALMOST): New macro.
1801         (WINS): Use it.
1802         (autoloads): Don't extract autoloads from files in obsolete/.
1804 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
1806         * whitespace.el (whitespace-buffer): Call remove-overlays after
1807         overlay-recenter for performance.  Suggested by Martin Rudalics.
1809 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
1811         * net/tramp.el (tramp-default-method): scp is the default method.
1813 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
1815         * server.el (server-start): Save also the Emacs pid in the server file.
1817 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
1819         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1820         point when displaying a bibtex cross reference in the echo area.
1822 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
1824         * international/mule.el (make-char): Fix typo in docstring.
1825         (load-with-code-conversion, charsetp): Doc fixes.
1827         * international/ja-dic-cnv.el (skkdic-convert):
1828         * cus-edit.el (hook): Fix typo in docstring.
1830 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
1832         * cus-edit.el (custom-mode-map): Move defvar above code using it.
1833         (custom-mode-link-map): New variable.
1834         (custom-group-link, custom-manual): Use follow-link.
1836 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1838         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1839         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
1841 2006-11-06  Richard Stallman  <rms@gnu.org>
1843         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1844         New function broken out of flyspell-correct-word.
1845         (flyspell-mode-map): Bind it to M-RET.
1846         (flyspell-correct-word): Call it.
1848         * textmodes/fill.el (fill-minibuffer-function): New function.
1849         (fill-paragraph): Bind fill-paragraph-function to
1850         fill-minibuffer-function.
1852         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1853         so that they aren't undefined.
1855         * dired.el (dired-readin): Locally bind file-name-coding-system.
1857         * bindings.el: Shorten and clarify usual mode line mouse help string.
1859         * Makefile.in (autoloads): Don't include `obsolete'.
1861 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
1863         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1864         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1865         Printing menu if it's not initialized.
1866         (pr-menu-bind): Act on menu-bar-file-menu directly.
1868 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
1870         * help.el (view-emacs-news): Fix typo in error message.
1872         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1874         * shadowfile.el (shadow-define-regexp-group)
1875         (shadow-literal-groups, shadow-insert-var): Doc fixes.
1876         (shadow-read-files): Fix typo in message.
1877         (shadow-inhibit-overload, shadow-find, shadow-suffix)
1878         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1879         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1880         (shadow-file-match): Fix typos in docstrings.
1882         * terminal.el (terminal-emulator): Fix typo in message.
1884         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1886         * emacs-lisp/lselect.el (x-kill-primary-selection)
1887         (x-delete-primary-selection, x-copy-primary-selection):
1888         Fix typos in error messages.
1890         * emulation/edt-mapper.el: Fix typo in interactive message.
1892         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1894         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1895         (ispell-help): Fix typos in docstrings.
1896         (ispell-help): Fix typo in output message.
1898         * allout.el (allout-adjust-file-variable)
1899         (allout-passphrase-verifier-string)
1900         (allout-passphrase-hint-string)
1901         (allout-toggle-current-subtree-encryption):
1902         * apropos.el (apropos-synonyms):
1903         * cus-edit.el (hook):
1904         * emacs-lock.el (emacs-lock-from-exiting):
1905         * follow.el (follow-avoid-tail-recenter-p):
1906         * hexl.el (hexl-mode):
1907         * mouse-copy.el (mouse-copy-work-around-drag-bug):
1908         * mouse.el (mouse-set-font):
1909         * resume.el (resume-emacs-args-file):
1910         * rfn-eshadow.el (file-name-shadow-tty-properties):
1911         * t-mouse.el (t-mouse-process, t-mouse-mode):
1912         * emacs-lisp/cust-print.el (custom-print-install)
1913         (custom-print-uninstall, custom-format):
1914         * emacs-lisp/shadow.el (list-load-path-shadows):
1915         * emulation/tpu-edt.el (tpu-help-text)
1916         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1917         (tpu-reset-control-keys):
1918         * emulation/vip.el (vip-emacs-local-map)
1919         (vip-change-mode-to-emacs):
1920         * emulation/viper.el (viper-mode, viper-set-hooks)
1921         (viper-major-mode-modifier-list):
1922         * emulation/viper-init.el (viper-emacs-state-cursor-color):
1923         * emulation/viper-keym.el (viper-emacs-kbd-map)
1924         (viper-toggle-key):
1925         * mail/feedmail.el (feedmail-queue-reminder)
1926         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1927         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1928         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1929         (feedmail-sender-line, feedmail-force-binary-write)
1930         (feedmail-from-line, feedmail-deduce-envelope-from)
1931         (feedmail-x-mailer-line, feedmail-message-id-generator)
1932         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1933         (feedmail-enable-spray, feedmail-spray-this-address)
1934         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1935         (feedmail-queue-runner-confirm-global)
1936         (feedmail-ask-before-queue-prompt)
1937         (feedmail-ask-before-queue-reprompt)
1938         (feedmail-prompt-before-queue-standard-alist)
1939         (feedmail-prompt-before-queue-user-alist)
1940         (feedmail-prompt-before-queue-help-supplement)
1941         (feedmail-queue-use-send-time-for-message-id)
1942         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1943         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1944         (feedmail-mail-send-hook-queued)
1945         (feedmail-confirm-addresses-hook-example)
1946         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1947         (feedmail-queue-runner-mode-setter)
1948         (feedmail-queue-alternative-mail-header-separator)
1949         (feedmail-queue-runner-message-sender)
1950         (feedmail-buffer-eating-function, feedmail-binmail-template)
1951         (feedmail-run-the-queue-no-prompts)
1952         (feedmail-run-the-queue-global-prompt)
1953         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1954         (feedmail-envelope-deducer, feedmail-fiddle-date)
1955         (feedmail-default-message-id-generator)
1956         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1957         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1958         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1959         (vms-pmail-setup):
1960         * play/dunnet.el (dun-help):
1961         * play/handwrite.el (handwrite):
1962         * play/hanoi.el (hanoi-unix-64):
1963         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1964         * textmodes/enriched.el (fixed):
1965         * textmodes/org.el (org-file-apps)
1966         (org-emphasis-regexp-components, org-emphasis-alist):
1967         * textmodes/texinfmt.el (batch-texinfo-format):
1968         Fix typos in docstrings.
1970 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
1972         * loadhist.el (read-feature): Don't complete features not loaded
1973         from a file (which make `unload-feature' to fail).
1975 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1977         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1979 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
1981         * startup.el (command-line-1): Kill emacs if the last frame is
1982         deleted while evaluating the command-line arguments.
1984 2006-11-05  Richard Stallman  <rms@gnu.org>
1986         * startup.el (init-file-had-error): Add doc string.
1987         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1988         Use fixed-width font for keyboard key descriptions.
1990         * cus-edit.el (custom-save-all): Error if saving in .emacs
1991         and it had an error when loaded.
1993         * dired-aux.el (dired-copy-file-recursive): Catch errors
1994         from recursive copies in the loop, around the recursive call.
1996 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1998         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1999         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
2000         `/proc/acpi/thermal_zone/*'.
2001         (battery-search-for-one-match-in-files): New.  Search a regexp in
2002         the content of some files.
2004 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
2006         * window.el (mouse-autoselect-window-now): Remove variable.
2007         (mouse-autoselect-window-state): New variable.
2008         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2009         (mouse-autoselect-window-select, handle-select-window):
2010         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2011         Suspend delayed autoselection during menu or popup dialog.
2013         * info-look.el (info-lookup-guess-custom-symbol): New function
2014         for retrieving symbol at point in custom buffers.
2015         (top level) <info-lookup-maybe-add-help>: Add backquote and
2016         comma to ignored characters in regexps of help specifications
2017         for emacs-lisp-mode and lisp-interaction-mode.  This permits
2018         looking up symbols in `...' and after a comma.  Add help
2019         specifications for custom-mode and help-mode.
2021 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
2023         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2024         Don't encode body if RAW is non-nil, or if the old encoding is
2025         identical to the new encoding, or if the body contains only
2026         eight-bit-* characters.
2028 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2030         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2031         (faces-sample-overlay): Remove variable.
2032         (describe-face): Insert sample text in the face being described.
2034 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
2036         * whitespace.el (whitespace-indent-regexp): Make this match any
2037         multiples of eight spaces near the beginning of a line.
2038         (whitespace-buffer): Use `remove-overlays' instead of
2039         `whitespace-unhighlight-the-space' and `overlay-recenter' to
2040         speed up overlay handling.
2041         (whitespace-buffer-leading, whitespace-buffer-trailing):
2042         Make these functions highlight the text removed by
2043         `whitespace-buffer-leading-cleanup' and
2044         `whitespace-buffer-trailing-cleanup' respectively.
2045         (whitespace-buffer-search): Use `with-local-quit'.
2046         Move `format' out of loop to speed up scanning larger buffers.
2047         (whitespace-unhighlight-the-space): Remove `remove-hook' since
2048         that function is never added to a hook.
2049         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2050         (whitespace-buffer-leading-cleanup)
2051         (whitespace-refresh-rescan-list): Fix docstrings.
2053 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
2055         * allout.el (allout-during-yank-processing): Cue for inhibiting
2056         aberrance processing during yanks.
2057         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2058         the amount of yanked topics that can be aberrant.
2059         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2060         a function, and supplement with inihibition of doublechecking
2061         during yanks.
2062         (allout-beginning-of-line, allout-next-heading)
2063         (allout-previous-heading, allout-goto-prefix-doublechecked)
2064         (allout-back-to-current-heading, allout-next-visible-heading)
2065         (allout-next-sibling): Use new allout-do-doublecheck function.
2066         (allout-next-sibling): Ensure we made progress when returning
2067         other than nil.
2068         (allout-rebullet-heading): Preserve text property annotations
2069         indicating the text was hidden, if it was.
2070         (allout-kill-line): Remove any added was-hidden annotations.
2071         (allout-kill-topic): Remove any added was-hidden annotations.
2072         (allout-annotate-hidden): Inhibit adding was-hidden text
2073         properties to the undo list.
2074         (allout-deannotate-hidden): New function to remove was-hidden
2075         annotation.
2076         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2077         (allout-remove-exposure-annotation): Replace by
2078         allout-deannotate-hidden.
2079         (allout-yank-processing): Signal that yank processing is happening
2080         with allout-during-yank-processing.  Also, wrap
2081         allout-unprotected's closer to the text changes, for easier
2082         debugging.  We need to inhibit-field-text-motion explicitly, in
2083         lieu of the encompassing allout-unprotected.
2084         (outlineify-sticky): Adjust criteria for triggering new outline
2085         decorations to presence or absence of any topics, not just a topic
2086         at the beginning of the buffer.
2088 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2090         * bs.el (bs--show-all, bs--redisplay):
2091         * cus-edit.el (custom-unlispify-menu-entries)
2092         (custom-unlispify-tag-names, custom-prompt-variable):
2093         * expand.el (expand-pos):
2094         * speedbar.el (speedbar-generic-list-tag-p):
2095         * wid-edit.el (widget-image-enable):
2096         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2097         * emacs-lisp/find-func.el (find-function-noselect)
2098         (find-function, find-variable-noselect, find-variable)
2099         (find-definition-noselect, find-face-definition):
2100         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2101         * net/eudc-vars.el (eudc-expansion-overwrites-query):
2102         * progmodes/ada-xref.el (ada-find-in-ali):
2103         * textmodes/flyspell.el (flyspell-check-tex-math-command):
2104         * textmodes/org.el (org-copy-subtree):
2105         * textmodes/table.el (table--row-column-insertion-point-p):
2106         Use "non-nil" in docstrings.
2108 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
2110         * sort.el (sort-columns): Set the field separator to tab; on
2111         NetBSD, sort complains if "\n" is used as field separator.
2113 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
2115         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2117 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * server.el (server-auth-key): Remove.  Replace by a process-property.
2120         (server-start): Don't remove the file of the previous process, but
2121         instead clear out the place for the new file.
2122         (server-start): Set the :auth-key property.
2123         (server-process-filter): Use the :auth-key property.
2125 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
2127         * textmodes/org.el (org-mode-map): No longer copy
2128         `outline-mode-map' explicitly - this is already done by
2129         `define-derived-mode'.
2131 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
2133         * server.el (server-visit-files): Use `when'.
2134         (server-process-filter): When authentication fails, send error
2135         message to client.  Wrap `process-send-region' in `ignore-errors'
2136         instead of `condition-case', and remove misleading comment.
2138 2006-11-01  Juri Linkov  <juri@jurta.org>
2140         * simple.el (yank): Doc fix.
2142 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * server.el: Try and fit within 80 columns.
2145         (server-start): Make the auth file unreadable by other users.
2147 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2149         * battery.el (battery-linux-proc-acpi): Prevent range error when
2150         `full-capacity' is 0.
2152 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2154         * faces.el (faces-sample-overlay): New defvar.
2155         (faces-sample-overlay): New function to show face sample text.
2156         (describe-face): Use it.
2158 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
2160         * progmodes/ada-stmt.el: Change maintainer, apply
2161         whitespace-cleanup, checkdoc.
2162         (ada-func-or-proc-name): Add doc string.
2164         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2165         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2166         strings and comments.
2167         (ada-prj-display-page): Change buffer name to more accurately
2168         reflect function.
2170         * progmodes/ada-xref.el: Change maintainer, apply
2171         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2172         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
2173         (ada-compile-current): Don't add newlines to commands.
2175 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
2177         * server.el: Add support for TCP sockets.
2178         (server-use-tcp, server-host, server-auth-dir): New options.
2179         (server-auth-key): New variable.
2180         (server-ensure-safe-dir): Create nonexistent parent dirs.
2181         Ignore Unix-style file modes on Windows.
2182         (server-start): Crete a TCP or Unix socket according to the value
2183         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
2184         `server-auth-dir' directory.
2185         (server-process-filter): Delete process if authentication
2186         fails (which never happens for Unix sockets).
2188 2006-10-30  David Kastrup  <dak@gnu.org>
2190         * subr.el (add-to-list): Don't continue checking if a match has
2191         been found.
2193 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
2195         * tutorial.el: Move defvars to avoid bytecomp warnings.
2196         (tutorial--find-changed-keys): Check if viper-current-state is
2197         bound before using it.
2198         (help-with-tutorial): Check if viper-tutorial is defined before
2199         using it.
2201 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2203         * help-fns.el (help-with-tutorial): Move to tutorial.el.
2205         * tutorial.el: New file.
2206         (help-with-tutorial): Move here from help-fns.el. Added help for
2207         rebound keys.  Fixed resume of tutorial.
2208         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2209         (tutorial--find-changed-keys, tutorial--display-changes)
2210         (tutorial--saved-dir, tutorial--saved-file)
2211         (tutorial--save-tutorial): New functions to support the changes in
2212         help-with-tutorial.
2214 2006-10-30  Kenichi Handa  <handa@m17n.org>
2216         * files.el (revert-buffer): If a unibyte buffer is being reverted
2217         with a coding system for multibyte, set buffer multibyte before
2218         calling insert-file-contents.
2220 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * server.el (server-select-display): Use a dummy buffer to detect when
2223         the frame is later used.
2224         (server-select-display): New function.
2225         (server-process-filter): Use it to detect unused temp frames.
2227 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
2229         * progmodes/ada-mode.el: Change maintainer, apply
2230         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
2231         (ada-mode-version): New function.
2232         (ada-create-menu): Menu operations are available for all supported
2233         compilers.
2235 2006-10-29  Lars Hansen  <larsh@soem.dk>
2237         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2238         Highlight as keyword.
2239         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2240         Don't call tramp-method-out-of-band-p for local files.
2241         (tramp-touch): Quote file name.
2243 2006-10-28  Glenn Morris  <rgm@gnu.org>
2245         * calendar/calendar.el (cal-html-cursor-month)
2246         (cal-html-cursor-year): Add autoloads for this new package.
2247         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2249 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
2251         * calendar/cal-html.el: New file.
2253 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
2255         * emacs-lisp/authors.el (authors-aliases): Update.
2257 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
2259         * version.el (emacs-version): Bump version number to 22.0.90.
2261 2006-10-26  John W. Eaton  <jwe@octave.org>
2263         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2264         New defvar.
2265         (inferior-octave-resync-dirs): Check to see whether Octave has
2266         built-in variables and set inferior-octave-has-built-in-variables.
2267         Check inferior-octave-has-built-in-variables to decide whether to
2268         send commands that set built-in variables or call functions to
2269         change Octave's behavior.
2270         Send "disp (pwd ())" to Octave instead of just "pwd".
2271         (inferior-octave-startup): Send "more off" to Octave instead of
2272         "page_screen_output = 0".
2274 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
2276         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2277         pattern normally.
2279 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
2281         * bindings.el (mode-line-mode-menu): Remove bindings for global
2282         minor modes (line/column number) as they are on the menubar.
2284 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
2286         * term/w32-win.el (x-handle-name-switch): Doc fix.
2287         (w32-standard-fontset-spec): Fix typo in docstring.
2289         * midnight.el (midnight-buffer-display-time): Doc fix.
2290         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2292 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2294         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2296         * viper-ex.el (ex-read): Quote file argument.
2298         * ediff-diff.el (ediff-same-file-contents): Expand file names.
2300         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
2302 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
2304         * textmodes/flyspell.el (flyspell-check-region-doublons):
2305         Fix last fix.
2307 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
2309         * bindings.el (mode-line-mode-menu): List global minor modes
2310         before local ones.
2312 2006-10-23  Kim F. Storm  <storm@cua.dk>
2314         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
2315         (sit-for): If last command was a prefix arg, add the read-ahead
2316         event to unread-command-events as (t . EVENT) so it will be added
2317         to this-command-keys by read-key-sequence.
2319 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
2321         * textmodes/flyspell.el (flyspell-word): Skip past all previous
2322         whitespace when checking doublons.
2323         (flyspell-check-region-doublons): Fix doublon regexp.
2324         (flyspell-highlight-incorrect-region): Highlight doublons using
2325         flyspell-duplicate face.
2327         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
2329 2006-10-22  John Wiegley  <johnw@newartisans.com>
2331         * progmodes/python.el (python-use-skeletons): python-mode was
2332         auto-inserting templates (for those with abbrev-mode on), not only
2333         by default -- *but without a configuration variable to disable
2334         it*.  This rendered python-mode completely useless for me, so I
2335         have added `python-use-skeletons', which is now off by default.
2337 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
2339         * progmodes/cperl-mode.el (cperl-mode): Don't assume
2340         font-lock-multiline is auto-local (it's not).
2341         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
2342         initialized before calling cperl-init-faces.
2344 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
2346         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
2347         gdb-stack-position a value when there is no fringe.
2349         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
2350         indicator if not visiting a file.
2352 2006-10-20  David Kastrup  <dak@gnu.org>
2354         * window.el (kill-buffer-and-window): Fix a bug where an aborted
2355         operation would still cause some window to collapse later.
2357 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * vc.el (vc-switch-backend): Try to be more careful with unwanted
2360         side-effect due to mixing various backends's file properties.
2362         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
2363         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
2364         Return `filename's status if applicable.  Update callers.
2366 2006-10-19  Kenichi Handa  <handa@m17n.org>
2368         * international/kkc.el (kkc-region): When a key sequence is not
2369         defined, append (this-single-command-raw-keys) to
2370         unread-input-method-events.
2372 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
2374         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
2376 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2378         * version.el (emacs-version): Use mac-carbon-version-string.
2380         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2382 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2384         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
2385         Kenichi Handa).
2386         (xselect-convert-to-string): Decline requests for UTF8_STRING if
2387         the selection is not UTF-8.
2389 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
2391         * progmodes/ada-mode.el (ada-83-string-keywords)
2392         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
2393         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
2394         (ada-looking-at-semi-private, ada-get-body-name):
2395         Fix typos in docstrings.
2396         (ada-create-case-exception, ada-create-case-exception-substring):
2397         Fix typos in error messages.
2398         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2400 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2402         * term/x-win.el (res-geometry): Don't set geometry from Xresources
2403         to default-frame-alist if default-frame-alist already contains
2404         width/height.
2406 2006-10-18  Richard Stallman  <rms@gnu.org>
2408         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
2409         Non-interactive arg is the value, not the expression.
2411         * simple.el (read-expression-map): Just set it, no defvar.
2413         * subr.el (insert-for-yank-1): If last inserted char has
2414         properties, mark them as rear-nonsticky.
2416         * recentf.el (recentf-mode): Doc fix.
2418         * facemenu.el (facemenu-add-new-face): Defend against symbol
2419         that isn't a face name.
2421         * dired-aux.el (dired-do-copy): Doc fix.
2423 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
2425         * simple.el (line-move-1): Ignore fields when moving to the
2426         beginning of line to avoid getting point stuck.
2428 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
2430         * textmodes/flyspell.el (flyspell-word-search-backward):
2431         Set inhibit-point-motion-hooks to avoid looping due to intangibile
2432         text.
2434 2006-10-16  Richard Stallman  <rms@gnu.org>
2436         * help-fns.el (describe-function-1): Special case optimization
2437         for self-insert-command.
2439 2006-10-16  Kim F. Storm  <storm@cua.dk>
2441         * ido.el (ido-reread-directory): Work in `dir' mode too.
2443 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
2445         * textmodes/table.el: Require 'regexp-opt.
2447 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2449         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2450         Use shell-quote-argument.
2452         * shell.el (explicit-bash-args): Likewise.
2454         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2455         Use grep -E rather than egrep.
2457 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2459         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2461 2006-10-15  Kim F. Storm  <storm@cua.dk>
2463         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2465 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2467         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2468         to protect whitespace and metacharacters from the shell.
2470 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2472         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2474 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
2476         * subr.el (start-process-shell-command): Doc fix.
2478 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
2480         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2481         the regexp for Maxima symbols.
2483 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2485         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2486         (vc-find-root): Don't walk higher up than ~.
2488 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
2490         * international/utf-8.el (utf-translate-cjk-load-tables):
2491         Avoid clobbering last-coding-system-used during load.
2493 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
2495         * textmodes/reftex-global.el (reftex-create-tags-file):
2496         Quote file arguments.
2498 2006-10-12  Richard Stallman  <rms@gnu.org>
2500         * files.el (file-name-history): Add defvar.
2501         (save-some-buffers-action-alist): Improve description strings.
2503 2006-10-12  Andreas Schwab  <schwab@suse.de>
2505         * files.el (auto-mode-alist): Match change log file name also with
2506         a dash before a numeric extension.
2508 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
2510         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2511         After 5.0:
2512         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2514         After 5.1: Major edit.  Summary of most visible changes:
2516         - Multiple <<HERE per line allowed.
2517         - Handles multiline subroutine declaration headers (with comments).
2518           (The exception is `cperl-etags' - but it is not used in the rest
2519           of the mode.)
2520         - Fontifies multiline my/our declarations (even with comments,
2521           and with legacy `font-lock').
2522         - Major speedup of syntaxification, both immediate and postponed
2523           (3.5x to 15x [for different CPUs and versions of Emacs] on the
2524           huge real-life document I tested).
2525         - New bindings, edits to imenu.
2526         - "_" is made into word-char during fontification/syntaxification;
2527           some attempts to recognize non-word "_" during other operations too.
2528         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2529         - autoload some more perldoc-related stuff
2530         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2531         - Attempt to incorporate XEmacs edits which reached me.
2533         Fine-grained changelog:
2534         (cperl-hook-after-change): New configuration variable.
2535         (cperl-vc-sccs-header): Likewise.
2536         (cperl-vc-sccs-header): Likewise.
2537         (cperl-vc-header-alist): Default via two preceding variables.
2538         (cperl-invalid-face): Remove double quoting under XEmacs
2539                 (still needed under 21.2).
2540         (cperl-tips): Update URLs for resources.
2541         (cperl-problems): Likewise.
2542         (cperl-praise): Mention new features.
2543         New C-c key bindings: for `cperl-find-bad-style',
2544         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2545         `cperl-perdoc', and `cperl-perldoc-at-point'.
2546         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
2547         moved, new submenu of Tools with Ispell entries and narrowing.
2548         (cperl-after-sub-regexp): New defsubst.
2549         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2550                 Allows heads up to head4.
2551                 Allow "package;".
2552         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2553         (paren-backwards-message): ??? Something for XEmacs???
2554         (cperl-mode): Never auto-switch abbrev-mode off.
2555                 Try to allow '_' be non-word char.
2556                 Do not use `font-lock-unfontify-region-function' on XEmacs.
2557                 Reset syntax cache on mode start.
2558                 Support multiline facification (even on legacy `font-lock').
2559         (cperl-facemenu-add-face-function): ??? Some contributed code ???
2560         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2561                 refuse to inform us whether the fontification is due to lazy
2562                 calling or due to edit to a buffer, install our own hook
2563                 (controlled by `cperl-hook-after-change').
2564         (cperl-electric-pod): =cut may have been recognized as start.
2565         (cperl-block-p): Move, updatedfor attributes.
2566         (cperl-calculate-indent): Try to allow '_' be non-word char
2567                 Support subs with attributes.
2568         (cperl-where-am-i): Queit (?) a warning.
2569         (cperl-cached-syntax-table)     New function.
2570         (cperl-forward-re): Use `cperl-cached-syntax-table'.
2571         (cperl-unwind-to-safe): Recognize `syntax-type' property
2572                 changing in a middle of line.
2573         (cperl-find-sub-attrs): New function.
2574         (cperl-find-pods-heres): Allow many <<EOP per line.
2575                 Allow subs with attributes.
2576                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2577                 Recognize "extproc " (OS/2) case-folded and only at start.
2578                 /x on s///x with empty replacement was not recognized.
2579                 Better comments.
2580         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2581                 Allow subs with attributes, labels.
2582                 Do not confuse "else::foo" with "else".
2583                 Minor optimizations...
2584         (cperl-after-expr-p): Try to allow '_' be non-word char.
2585         (cperl-fill-paragraph): Try to detect a major bug in Emacs
2586                 with `looking-at' inside `narrow' and bulk out if found.
2587         (cperl-imenu--create-perl-index): Updates for new
2588                 `cperl-imenu--function-name-regexp-perl'.
2589         (cperl-outline-level): Likewise.
2590         (cperl-init-faces): Allow multiline subroutine headers
2591                 and my/our declarations, and ones with comments.
2592                 Allow subroutine attributes.
2593         (cperl-imenu-on-info): Better docstring.
2594         (cperl-etags): Rudimentary support for attributes.
2595                 Support for packages and "package;".
2596         (cperl-add-tags-recurse-noxs): Better (?) docstring.
2597         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2598         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2599         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2600         (cperl-perldoc): Add autoload.
2601         (cperl-perldoc-at-point): Likewise.
2602         (cperl-here-doc-spell): New function.
2603         (cperl-pod-spell): Likewise.
2604         (cperl-map-pods-heres): Likewise.
2605         (cperl-get-here-doc-region): Likewise.
2606         (cperl-font-lock-fontify-region-function): Likewise (backward
2607                 compatibility for legacy `font-lock').
2608         (cperl-font-lock-unfontify-region-function): Fix style.
2609         (cperl-fontify-syntaxically): Recognize and optimize away deferred
2610                 calls with no-change.  Governed by `cperl-hook-after-change'.
2611         (cperl-fontify-update): Recognize that syntaxification region
2612                 can be larger than fontification one.
2613                 XXXX we leave `cperl-postpone' property, so this is quadratic...
2614         (cperl-fontify-update-bad): Temporary placeholder until
2615                 it is clear how to implement `cperl-fontify-update'.
2616         (cperl-time-fontification): New function.
2617         (attrib-group): New text attribute.
2618         (multiline): New value: `syntax-type' text attribute.
2620         After 5.2:
2621         (cperl-emulate-lazy-lock): New function.
2622         (cperl-fontify-syntaxically): Would skip large regions.
2623         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2624         Some globals were declared, but uninitialized.
2626         After 5.3, 5.4:
2627         (cperl-facemenu-add-face-function): Add docs, fix U<>.
2628         Copyright message updated.
2629         (cperl-init-faces): Work around a bug in `font-lock'. May slow
2630                         facification down a bit.
2631                 Misprint for my|our|local for old `font-lock'
2632                         "our" was not fontified same as "my|local".
2633                 Highlight variables after "my" etc even in
2634                         a middle of an expression.
2635                 Do not facify multiple variables after my etc
2636                         unless parentheses are present.
2638         After 5.5, 5.6
2639         (cperl-fontify-syntaxically): after-change hook could reset.
2640         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2642         After 5.7:
2643         (cperl-init-faces): Allow highlighting of local ($/).
2644         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2645         (cperl-problems): Remove fixed problems.
2646         (cperl-find-pods-heres): Recognize #-comments in m##x too.
2647                 Recognize charclasses (unless delimiter is \).
2648         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2649         (cperl-regexp-scan): Update docs.
2650         (cperl-beautify-regexp-piece): Use information got from regexp scan.
2652         After 5.8:
2653         Major user visible changes:
2654         Recognition and fontification of character classes in RExen.
2655         Variable indentation of RExen according to groups.
2657         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2658                 Fontify REx charclasses in variable-name face.
2659                 Fontify POSIX charclasses in "type" face.
2660                 Fontify unmatched "]" in function-name face.
2661                 Mark first-char of HERE-doc as `front-sticky'.
2662                 Reset `front-sticky' property when needed.
2663         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2664         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2665         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2666                 constructs.  Support `narrow'ed buffers.
2667         (cperl-praise): Remove a reservation.
2668         (cperl-make-indent): New function.
2669         (cperl-indent-for-comment): Use `cperl-make-indent'.
2670         (cperl-indent-line): Likewise.
2671         (cperl-lineup): Likewise.
2672         (cperl-beautify-regexp-piece): Likewise.
2673         (cperl-contract-level): Likewise.
2674         (cperl-toggle-set-debug-unwind): New function.
2675                 New menu entry for this.
2676         (fill-paragraph-function): Use when `boundp'.
2677         (cperl-calculate-indent): Take into account groups when indenting RExen.
2678         (cperl-to-comment-or-eol): Recognize # which end a string.
2679         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2680         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2681         (cperl-fontify-syntaxically): More clear debugging message.
2682         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2683         (cperl-init-faces): More complicated highlight even on XEmacs (new).
2684         Merge cosmetic changes from XEmacs.
2686         After 5.9:
2687         (cperl-1+): Move to before the first use.
2688         (cperl-1-): Likewise.
2690         After 5.10:
2692         This code may lock Emacs hard!!!  Use at your own risk!
2694         (cperl-font-locking): New internal variable.
2695         (cperl-beginning-of-property): New function.
2696         (cperl-calculate-indent): Use `cperl-beginning-of-property'
2697         instead of `previous-single-property-change'.
2698         (cperl-unwind-to-safe): Likewise.
2699         (cperl-after-expr-p): Likewise.
2700         (cperl-get-here-doc-region): Likewise.
2701         (cperl-font-lock-fontify-region-function): Likewise.
2702         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2703                         recursively.
2704                 Bound `next-single-property-change' via `point-max'.
2705         (cperl-unwind-to-safe): Bound likewise
2706         (cperl-font-lock-fontify-region-function): Likewise.
2707         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2708                 Initialization of `cperl-font-lock-multiline-start' could be
2709                 missed if the "main" fontification did not run due to the
2710                 keyword being already fontified.
2711         (cperl-pod-spell): Return t from do-one-chunk function.
2712         (cperl-map-pods-heres): Stop when the worker returns nil.
2713                 Call `cperl-update-syntaxification'.
2714         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2715         (cperl-get-here-doc-delim): Remove unused function.
2717         After 5.11:
2719         The possible lockup of Emacs (introduced in 5.10) fixed.
2721         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2722         (cperl-syntaxify-for-menu): New customization variable.
2723         (cperl-select-this-pod-or-here-doc): New function.
2724         (cperl-get-here-doc-region): Extra argument.
2725                 Do not adjust pos by 1.
2727         New menu entries
2728                 (Perl/Tools): Selection of current POD or HERE-DOC section.
2729                 (Debugging CPerl:) backtrace on fontification.
2731         After 5.12:
2732         (cperl-cached-syntax-table): Use `car-safe'.
2733         (cperl-forward-re): Remove spurious argument SET-ST.
2734                 Add documentation.
2735         (cperl-forward-group-in-re): New function.
2736         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2737         (XXXX Temporary (?) hack is to syntax-mark them as comment).
2739         After 5.13:
2740         (cperl-string-syntax-table): Make { and } not-grouping
2741           (Sometimes they ARE grouping in RExen, but matching them would only
2742            confuse in many situations when they are not)
2743         (beginning-of-buffer): Replace two occurences with goto-char...
2744         (cperl-calculate-indent): `char-after' could be nil...
2745         (cperl-find-pods-heres): REx can start after "[" too.
2746                 Hightlight (??{}) in RExen too.
2747         (cperl-maybe-white-and-comment-rex): New constant
2748         (cperl-white-and-comment-rex): Likewise.
2749                 XXXX Not very efficient, but hard to make
2750                 better while keeping 1 group.
2752         After 5.13:
2753         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2754                 Likewise for 1 << identifier.
2756         After 5.14:
2757         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2758                 Error-less condition-case could fail.
2759         (cperl-font-lock-fontify-region-function): Likewise.
2760         (cperl-init-faces): Likewise.
2762         After 5.15:
2763         (cperl-find-pods-heres): Support property REx-part2.
2764         (cperl-calculate-indent): Likewise.
2765                 Don't special-case REx with non-empty 1st line.
2766         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2767                 Invert highlighting of charclasses:
2768                         now the envelop is highlighted.
2769                 Highlight many others 0-length builtins.
2770         (cperl-praise): Mention indenting and highlight in RExen.
2772         After 5.15:
2773         (cperl-find-pods-heres): Highlight capturing parens in REx.
2775         After 5.16:
2776         (cperl-find-pods-heres): Highlight '|' for alternation
2777         Initialize `font-lock-warning-face' if not present.
2778         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2779                          `font-lock-function-name-face'.
2780         (cperl-look-at-leading-count): Likewise.
2781         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2782                         `font-lock-keyword-face' (needed for
2783                         batch processing), etc...
2784                 Use `font-lock-builtin-face' for builtin in REx
2785                         Now `font-lock-variable-name-face'
2786                         is used for interpolated variables
2787                 Use "talking aliases" for faces inside REx
2788                 Highlight parts of REx (except in charclasses)
2789                         according to the syntax and/or semantic
2790                 Syntax-mark a {}-part of (?{}) as "comment"
2791                         (it was the ()-part)
2792                 Better logic to distinguish what is what in REx
2793         (cperl-tips-faces): Document REx highlighting
2794         (cperl-praise): Mention REx syntax highlight etc.
2796         After 5.17:
2797         (cperl-find-sub-attrs): Would not always manage to print error message.
2798         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2800         After 5.18:
2801         (cperl-find-pods-heres): Misprint in REx for parsing REx.
2802                 Very minor optimization.
2803                 `my-cperl-REx-modifiers-face' got quoted.
2804                 Recognize "print $foo <<END" as HERE-doc.
2805                 Put `REx-interpolated' text attribute if needed.
2806         (cperl-invert-if-unless-modifiers): New function.
2807         (cperl-backward-to-start-of-expr): Likewise.
2808         (cperl-forward-to-end-of-expr): Likewise.
2809         (cperl-invert-if-unless): Works in "the opposite way" too.
2810                 Cursor position on return is on the switch-word.
2811                 Indents comments better.
2812         (REx-interpolated): New text attribute.
2813         (cperl-next-interpolated-REx): New function.
2814         (cperl-next-interpolated-REx-0): Likewise.
2815         (cperl-next-interpolated-REx-1): Likewise.
2816         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
2817         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2818         (cperl-praise): Mention finded interpolated RExen.
2820         After 5.19:
2821         (cperl-init-faces): Highlight %$foo, @$foo too.
2822         (cperl-short-docs): Better docs for system, exec.
2823         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2824                 Would not find HERE-doc ended by EOF without NL.
2825         (cperl-short-docs): Correct not-doubled \-escapes.
2826         start block: Put some `defvar' for stuff gone from XEmacs.
2828         After 5.20:
2829         initial comment: Extend copyright, fix email address.
2830         (cperl-indent-comment-at-column-0): New customization variable.
2831         (cperl-comment-indent): Indentation after $#a would increasy by 1.
2832         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2833         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2834         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2835         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2836                         highlight $ in $foo too (UNTESTED).
2837         (cperl-set-style): Docstring missed some available styles.
2838         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2839                 Change "Current" to "Memorize Current".
2840         (cperl-indent-wrt-brace): New customization variable; the default is
2841                 as for pre-5.2 version.
2842         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2843         (cperl-style-alist): Likewise.
2844         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2845                 and `cperl-extra-newline-before-brace' etc
2846                 being t
2847         (cperl-indent-exp): Plans B and C to find continuation blocks even
2848                 if `cperl-extra-newline-before-brace' is t.
2850         After 5.21:
2851         Improve some docstrings concerning indentation.
2852         (cperl-indent-rules-alist): New variable.
2853         (cperl-sniff-for-indent): New function name
2854                 (separated from `cperl-calculate-indent').
2855         (cperl-calculate-indent): Separate the sniffer and the indenter;
2856                 uses `cperl-sniff-for-indent' now.
2857         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2858                 was inverted;
2859                 Support `comment-column' = 0.
2861 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
2863         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2864         * help-at-pt.el (scan-buf-move-to-region): Likewise.
2865         * longlines.el (longlines-window-change-function): Likewise.
2866         * simple.el (undo-ask-before-discard): Likewise.
2867         * wid-edit.el (widget-field-prompt-internal)
2868         (widget-documentation-link-p): Likewise.
2870 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2873         for a keyword.
2875 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * newcomment.el (comment-valid-prefix-p): Make the check
2878         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
2879         (comment-indent-new-line): Adjust call.
2881 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
2883         * allout.el (allout-back-to-current-heading): Base on lower-level
2884         routines to get proper disqualification of aberrant topics.
2886 2006-10-09  Richard Stallman  <rms@gnu.org>
2888         * textmodes/two-column.el (2C-two-columns): Doc fix.
2890 2006-10-09  Kim F. Storm  <storm@cua.dk>
2892         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2893         about implicit use.
2895 2006-10-08  Richard Stallman  <rms@gnu.org>
2897         * textmodes/two-column.el (2C-two-columns): Doc fix.
2899 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2901         * files.el: Mark `buffer-read-only' as safe-local-variable.
2903 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
2905         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2906         Burp if GUD buffer has been killed.
2908 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * completion.el (add-completions-from-c-buffer):
2911         Don't presume an error's second element is a string.
2912         Use looking-at rather than buffer-substring + member.
2914 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
2916         * mail/rmail.el (rmail-redecode-body): If the old encoding is
2917         `undecided', call find-coding-systems-region to find a proper
2918         non-trivial encoding.
2919         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2920         and "text/plain".
2922 2006-10-07  Kevin Ryde  <user42@zip.com.au>
2924         * textmodes/reftex-vars.el (defgroup reftex): Update home page
2925         url-link.
2927         * strokes.el (defgroup strokes): Remove invalid url-link.
2929 2006-10-07  Magnus Henoch  <mange@freemail.hu>
2931         * autoinsert.el (auto-insert-alist): Doc fix.
2933 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2935         * mouse-sel.el (mouse-insert-selection-internal):
2936         Use insert-for-yank, so that yank handlers are run.
2938 2006-10-07  Kim F. Storm  <storm@cua.dk>
2940         * ido.el (ido-file-extension-aux): Fix comparison.
2942 2006-10-06  Kim F. Storm  <storm@cua.dk>
2944         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2946 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
2948         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2949         (ad-make-mapped-call): Use `let', not `let*'.
2951 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
2953         * international/mule-cmds.el (coding-system-change-eol-conversion):
2954         Ensure the coding system is initialized before calling
2955         coding-system-eol-type.
2957 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
2959         * textmodes/org.el (org-rm-props, org-activate-plain-links)
2960         (org-activate-angle-links, org-activate-dates)
2961         (org-activate-target-links, org-activate-camels)
2962         (org-activate-tags): Add `rear-nonsticky' text property to avoid
2963         textproperty keymaps from being active beyond the end of a line.
2964         (org-unfontify-region): Also remove `rear-nonsticky' property.
2966 2006-10-04  Kenichi Handa  <handa@m17n.org>
2968         * international/code-pages.el (next): Table fixed.
2970 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2972         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2973         that it's been made unnecessary by removing narrowing.
2975 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2978         control flow a bit, simplify another bit, and add comments.
2980 2006-10-03  David Kastrup  <dak@gnu.org>
2982         * help.el (describe-mode): For clicks on mode-line, use "@"
2983         interactive argument to get the major mode of the click instead of
2984         the current buffer.
2986         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2987         in order to better redirect mouse-2 clicks.  Also allow default
2988         bindings to apply.
2990 2006-10-03  Kim F. Storm  <storm@cua.dk>
2992         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2993         (pushnew): Fix last change.
2995 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
2997         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2998         Use the interactive spec of `eval-expression'.
3000 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3002         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3004 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
3006         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3007         2006-09-28 commit.
3009 2006-10-02  Kenichi Handa  <handa@m17n.org>
3011         * international/code-pages.el (iso-8859-6): Table fixed.
3013 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3015         * dired.el (dired-build-subdir-alist): Fix previous change.
3017 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
3019         * simple.el (undo-elt-crosses-region): Fix the inequalities.
3021 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * emacs-lisp/find-func.el (find-function-regexp): Don't match
3024         "define-button-type".
3026         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3027         they don't keep accumulating.
3029 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3031         * ffap.el (ffap-rfc-path): Change the address of the RFC
3032         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3034 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
3036         * allout.el (allout-expose-topic): Rectify implementation of "+"
3037         spec, so that bodies are not exposed with headlines.
3039 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
3041         * allout.el (allout-current-depth): Do aberrent check only at or
3042         below doublecheck depth.
3043         (allout-chart-subtree): Make it explicit that LEVELS being nil
3044         means unlimited depth.  Drop undocumented support for LEVELS value
3045         t meaning unlimited depth.  (This is consistent with
3046         allout-chart-to-reveal, but contrary to allout-show-children,
3047         which needs to use nil to default to depth of 1.)
3048         (allout-goto-prefix-doublechecked): Wrap long docstring line.
3049         (allout-chart-to-reveal): Be explicit in docstring about meaning
3050         of nil LEVELS, and drop support for LEVELS value t.
3051         (allout-show-children): Translate the level spec used by this
3052         routine to that used by allout-chart-subtree and
3053         allout-chart-to-reveal.
3054         (allout-show-to-offshoot): Retry once when stuck, after opening
3055         subtree - improvements in discontinuity handling likely will
3056         enable progress.
3058 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
3060         * wid-edit.el (widget-button-click-moves-point): New variable.
3061         (widget-button-click): If widget-button-click-moves-point is
3062         non-nil, set point after performing the button action
3064         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3066 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
3068         * files.el (find-file-existing): Modify to not allow wildcards.
3070 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3072         * simple.el (undo-more): When undo information for the region is
3073         exhausted, say "No further undo information FOR REGION".
3075 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3077         * progmodes/sh-script.el (sh-prev-thing):
3078         Take `sh-leading-keywords' into account.
3080 2006-09-29  Glenn Morris  <rgm@gnu.org>
3082         * custom.el (defcustom): Doc fix.
3084         * calendar/calendar.el (european-calendar-style):
3085         Call european-calendar or american-calendar as needed when set.
3086         (diary-view-entries, list-calendar-holidays): Move autoloads
3087         before use.
3089 2006-09-29  Juri Linkov  <juri@jurta.org>
3091         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3092         to nil if there is no previous property change.
3094 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3096         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3097         saving anything to be sure that `forward-sexp' behaves correctly.
3099 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
3101         * simple.el (line-move-finish): Ignore field boundaries if the
3102         initial and final points have the same `field' property.
3104 2006-09-29  Kim F. Storm  <storm@cua.dk>
3106         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3107         to t while calling ido-read-internal.
3109 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
3111         * textmodes/org.el (org-file-remote-p): Get regexp from list.
3112         (org-archive-subtree): Remove erraneous `]' from character list.
3114 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
3116         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3117         (ses-reconstruct-all): Make undo of "insert row" work by keeping
3118         markers for data-area and parameters-area.
3120 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3122         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3124         * font-lock.el (font-lock-after-change-function): Refontify next line
3125         as well if end is at BOL.
3126         (font-lock-extend-jit-lock-region-after-change): Be more careful to
3127         only extend the region as much as needed.
3129 2006-09-28  Richard Stallman  <rms@gnu.org>
3131         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3133         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3135         * international/mule.el (after-insert-file-set-coding):
3136         If VISIT, don't let set-buffer-multibyte make undo info.
3138 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
3140         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3141         lines in base64-encoded authentication response.
3143 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3145         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3146         (ebnf-version): New version 4.3.
3147         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3148         (ebnf-prologue): Adjust PostScript programming.
3149         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3150         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3152 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3154         * jit-lock.el (jit-lock-force-redisplay): Rename from
3155         jit-lock-fontify-again, and undo the mistaken change I've just done.
3157         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3158         (jit-lock-fontify-again): Don't refontify text that's not displayed.
3160 2006-09-26  Kenichi Handa  <handa@m17n.org>
3162         * startup.el (display-splash-screen): Allow a prefix argument.
3164 2006-09-25  Jason Rumney  <jasonr@gnu.org>
3166         * subr.el (shell-quote-argument): Use DOS logic for Windows
3167         shells with DOS semantics.
3169 2006-09-24  Richard Stallman  <rms@gnu.org>
3171         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3172         (compilation-goto-locus): Use compilation-goto-locus-delete-o
3173         to delete the overlay.  Put it on pre-command-hook.
3175         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3177         * startup.el (fancy-splash-screens, normal-splash-screen):
3178         Call the splash buffer *About GNU Emacs*.
3180         * simple.el (next-error-highlight, next-error-highlight-no-select):
3181         Default to 0.5.
3182         (yank-excluded-properties): Add `fontified'.
3184         * font-lock.el (font-lock-compile-keywords): Allow value of
3185         syntax-begin-function to enable paren-column-0 highlighting.
3187 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3189         * dired.el (dired-build-subdir-alist): When file ends in colon,
3190         don't exit the loop, just disregard that file.
3192 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
3194         * simple.el (line-move-finish): Handle corner case for fields in
3195         continued lines.
3196         (line-move-1): Remove flawed test for that case.
3198 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
3200         * icomplete.el (icomplete-simple-completing-p): Use the correct
3201         name for the new variable, `icomplete-with-completion-tables'.
3202         (file local variables): Remove superfluous setting.
3204 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3206         * calendar/appt.el (appt-check): Fix typo for appointments just
3207         after midnight.
3209 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
3211         * help.el (describe-key-briefly, describe-key): Don't expect an
3212         extra up event if a down-event is generated by a popup menu.
3214 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
3216         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3217         local dictionary when changing the global dictionary.
3219 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
3221         * icomplete.el (icomplete-with-completion-tables): List of
3222         specialized completion tables with which icomplete should
3223         operate.  Include the new `internal-complete-buffer', so icomplete
3224         works with interactive buffer-selection.
3225         (icomplete-simple-completing-p): Add acceptance of specialized
3226         completion tables listed in icomplete-with-completion-tables.
3228 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3230         * frame.el (focus-follows-mouse): Set default to nil on Mac.
3232         * startup.el (command-line): Use `custom-reevaluate-setting' for
3233         `focus-follows-mouse'.
3235 2006-09-22  Richard Stallman  <rms@gnu.org>
3237         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3238         explain why Save is not available.
3240 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
3242         * woman.el (woman0-so): Use `let*', not `let'.
3243         (woman-horizontal-line): Remove unbalanced parenthesis.
3245 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3247         * woman.el: Make sure all the end-of-region markers we use have
3248         a non-nil insertion-type.
3249         (woman0-so): Move things around so we can use copy-marker.
3250         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3251         Adjust marker type.
3252         (woman2-process-escapes): Check marker type.
3253         (woman-horizontal-line): Dispense with the use of a marker.
3255 2006-09-22  Jay Belanger  <belanger@truman.edu>
3257         * calc/calc-lang.el: Add Greek letters to math-variable-table
3258         property of tex.
3260 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
3262         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3264 2006-09-22  Masatake YAMATO  <jet@gyve.org>
3266         * add-log.el (add-log-current-defun): Use `forward-sexp'
3267         instead of `forward-word' to pick c++::symbol.
3268         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3270 2006-09-22  Kenichi Handa  <handa@m17n.org>
3272         * bindings.el: Fix setting self-insert-command for multibyte
3273         characters in global-map.
3275 2006-09-21  David Kastrup  <dak@gnu.org>
3277         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3278         doc string.
3280 2006-09-21  Kenichi Handa  <handa@m17n.org>
3282         * language/european.el ("Latin-1"): Add windows-1252 to
3283         coding-priority.
3284         ("German"): Likewise.
3286 2006-09-21  Kim F. Storm  <storm@cua.dk>
3288         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3289         Suggested by Miles Bader.
3291         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
3292         instead of add-to-list in the simple case.
3294 2006-09-20  Kenichi Handa  <handa@m17n.org>
3296         * isearch.el (isearch-process-search-char): Cancel the previous change.
3297         (isearch-search-string): New function.
3298         (isearch-search): Use isearch-search-string.
3299         (isearch-lazy-highlight-search): Likewise.
3301 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3303         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
3304         string to become an option.
3306 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3308         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
3310 2006-09-20  Kim F. Storm  <storm@cua.dk>
3312         * simple.el (line-move-partial): Call pos-visible-in-window-p with
3313         position t instead of trying both window-end and window-end - 1.
3315 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
3317         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
3318         hidden trees.
3320 2006-09-20  David Kastrup  <dak@gnu.org>
3322         * mouse.el (mouse-posn-property): Improve doc string.
3323         (mouse-on-link-p): Change buffers for function calls on links.
3325         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
3326         buffer is read-only.
3328 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
3330         * allout.el (allout-unprotected): Let inhibit-read-only only when
3331         buffer-read-only isn't set.
3332         (allout-annotate-hidden): Enable topic annotation during copies even
3333         when the buffer is read-only, eg for topic copies.  Ensure that the loop
3334         advances, even when the span extends beyond the deletion region.
3335         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
3336         rather than allout-exposure-changed-hook, as a stronger assertion.
3337         (allout-keybindings-list): Add bindings for
3338         allout-copy-line-as-kill and allout-copy-topic-as-kill.
3339         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
3340         Copy wrappers for allout-kill-line and allout-kill-topic.
3341         (allout-listify-exposed): Position correctly to accumulate lines.
3343 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
3345         * simple.el (line-move-1): Escape field boundaries occurring
3346         exactly at point.  Update goal column if constrained to a field.
3347         (line-move-finish): Escape field boundaries occurring exactly at point.
3349 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3351         * mouse.el (mouse-on-link-p): Tentatively fix last change.
3352         (mouse-drag-vertical-line): Remove unused var `wconfig'.
3354 2006-09-19  Kim F. Storm  <storm@cua.dk>
3356         * help.el (describe-key-briefly, describe-key): Simplify printing
3357         of descriptions by using format and %S.  Fix "is undefined"
3358         messages to say "at that spot" for mouse events.
3360         * simple.el (line-move-partial): Optimize.  Try window-line-height
3361         before posn-at-point to get vpos of current line.
3363 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
3365         * viper.el: Bump up version/date of update to reflect the substantial
3366         changes done in August 2006.
3368         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
3369         are defined.
3371         * ediff-util.el (ediff-add-to-history): New function.
3373         * ediff.el: Use ediff-add-to-history instead of add-to-history.
3375 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3377         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
3378         Delete duplicate make-local-variable form.
3379         (conf-space-keywords): Add autoload cookie.
3380         Fix typo (`keywords', not `keyword').
3382 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3384         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
3385         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
3386         to x-gtk-use-old-file-dialog
3388 2006-09-18  Richard Stallman  <rms@gnu.org>
3390         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
3391         that might come in during mouse tracking.
3393 2006-09-18  Kim F. Storm  <storm@cua.dk>
3395         * simple.el (line-move-partial): Rework 2006-09-15 change to use
3396         new window-line-height function.  Further optimize by not calling
3397         pos-visible-in-window-p for window-end when window-line-height
3398         returns useful information.
3400 2006-09-16  Richard Stallman  <rms@gnu.org>
3402         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
3403         (conf-space-mode): Don't handle prefix arg.
3404         Delete conf-space-keywords-override code.
3405         Use add-hook.
3406         (conf-space-keywords): New command.
3407         (conf-space-mode-internal): Be careful with imenu-generic-expression.
3408         Delete conf-space-keywords-override code.
3409         (conf-space-keywords-alist): Doc fix.
3410         (conf-space-font-lock-keywords): Doc fix.
3411         (conf-space-keywords-override): Var deleted.
3413 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
3415         * startup.el (fancy-splash-screens): Don't switch to the scratch
3416         buffer; it may not be the next buffer.
3418 2006-09-16  Romain Francoise  <romain@orebokech.com>
3420         * saveplace.el (load-save-place-alist-from-file): Use expanded name
3421         in both messages.
3423 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
3425         * progmodes/python.el (python-preoutput-filter):
3426         Fix arg order to string-match.
3428 2006-09-16  Richard Stallman  <rms@gnu.org>
3430         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3431         font-lock-compile-keywords.
3433         * font-lock.el (font-lock-compile-keywords): Rename optional arg
3434         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
3436 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3438         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3440         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3441         and the data doesn't look like UTF8, send STRING instead.
3443 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
3445         * textmodes/flyspell.el (flyspell-check-region-doublons):
3446         New function to detect duplicated words.
3447         (flyspell-large-region): Use it.
3449 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
3451         * simple.el (line-move-to-column): Revert 2006-08-03 change.
3453 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
3455         * help.el (describe-prefix-bindings): Use let, not let*.
3457 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
3459         * allout.el (allout-regexp, allout-line-boundary-regexp)
3460         (allout-bob-regexp): Correct grouping and boundaries to fix
3461         backwards traversal.
3462         (allout-depth-specific-regexp, allout-depth-one-regexp):
3463         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3464         worse time in allout-ascend.
3465         (allout-doublecheck-at-and-shallower): Identify depth threshold
3466         below which topics are checked for and disqualified by containment
3467         discontinuities.
3468         (allout-hotspot-key-handler): Correctly handle multiple-key
3469         strokes.  Remove some unused variables.
3470         (allout-mode-leaders): Clarify that mode-specific comment-start
3471         will be used.
3472         (set-allout-regexp): Correctly regexp-quote allout regexps to
3473         properly accept alternative header-leads and primary bullets with
3474         regexp-specific characters (eg, C "/*", mathematica "(*").
3475         Include new regular expressions among those configured.
3476         (allout-infer-header-lead-and-primary-bullet):
3477         Rename allout-infer-header-lead.
3478         (allout-recent-depth): Manifest as a variable as well as a function.
3479         (allout-prefix-data): Simplify into an inline instead of a macro,
3480         assuming current match data rather than being explicitly passed
3481         it.  Establish allout-recent-depth value as well as
3482         allout-recent-prefix-beginning and allout-recent-prefix-end.
3483         (allout-aberrant-container-p): True when an item's immediate
3484         offspring discontinuously contained.  Useful for disqualifying
3485         unintended topic prefixes, likely at low depths.
3486         (allout-goto-prefix-doublechecked): Elaborate version of
3487         allout-goto-prefix which disqualifies aberrant pseudo-items.
3488         (allout-pre-next-prefix): Layer on top of lower-level routines, to
3489         get disqualification of aberrant containers.
3490         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3491         containers.
3492         (allout-beginning-of-current-entry): Position at start of buffer
3493         when in container (depth 0) entry.
3494         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3495         (allout-current-bullet): Strip text properties.
3496         (allout-get-prefix-bullet): Use right match groups.
3497         (allout-beginning-of-line, allout-next-heading):
3498         Disqualify aberrant containers.
3499         (allout-previous-heading): Disqualify aberrant containers, and
3500         change to regular (rather than inline) function, to allow
3501         self-recursion.
3502         (allout-get-invisibility-overlay): Increment so progress is made
3503         when the first overlay is not the sought one.
3504         (allout-end-of-prefix): Disqualify aberrant containers.
3505         (allout-end-of-line): Cycle something like allout-beginning-of-line.
3506         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3507         outline.el outlines) functional again.  Change the primary bullet
3508         along with the header-lead - level 1 new-style bullets now work.
3509         Engage allout-before-change-handler in mainline Emacs, not just
3510         XEmacs, to do undo handling.
3511         (allout-before-change-handler): Expose undo changes occurring in
3512         hidden regions.  Use allout-get-invisibility-overlay instead of
3513         reimplementing it inline.
3514         (allout-chart-subtree): Use start rather than end of prefix in
3515         charts.  Use allout-recent-depth variable.
3516         (allout-chart-siblings): Disqualify aberrant topics.
3517         (allout-beginning-of-current-entry): Position correctly.
3518         (allout-ascend): Use new allout-depth-specific-regexp and
3519         allout-depth-one-regexp for linear instead of O(N^2) or worse
3520         behavior.
3521         (allout-ascend-to-depth): Depend on allout-ascend, rather than
3522         reimplementing an algorithm.
3523         (allout-up-current-level): Depend on allout-ascend, rather than
3524         reimplementing an algorithm.  Return to start-point if we fail.
3525         (allout-descend-to-depth): Use allout-recent-depth variable
3526         instead of function.
3527         (allout-next-sibling): On traversal of numerous intervening
3528         topics, resort to economical allout-next-sibling-leap.
3529         (allout-next-sibling-leap): Specialized version of
3530         allout-next-sibling that uses allout-ascend cleverly, to depend on
3531         a regexp search to leap large numbers of contained topics, rather
3532         than arbitrarily many one-by-one traversals.
3533         (allout-next-visible-heading): Disqualify aberrant topics.
3534         (allout-previous-visible-heading): Position consistently when
3535         interactive.
3536         (allout-forward-current-level): Base on allout-previous-sibling
3537         rather than (differently) reimplmenting the algorithm.  Remove some
3538         unused variables.
3539         (allout-solicit-alternate-bullet): Present default choice stripped
3540         of text properties.
3541         (allout-rebullet-heading): Use bullet stripped of text properties.
3542         Register changes using allout-exposure-change-hook.
3543         Disregard aberrant topics.
3544         (allout-shift-in): With universal-argument, make topic a peer of
3545         it's former offspring.  Simplify the code by separating out
3546         allout-shift-out functionality.
3547         (allout-shift-out): With universal-argument, make offspring peers
3548         of their former container, and its siblings.  Implement the
3549         functionality here, rather than inappropriately muddling the
3550         implementation of allout-shift-in.
3551         (allout-rebullet-topic): Respect additional argument for new
3552         parent-child separation function.
3553         (allout-yank-processing): Use allout-ascend directly.
3554         (allout-show-entry): Disqualify aberrant topics.
3555         (allout-show-children): Handle discontinuous children gracefully,
3556         extending the depth being revealed to expose them and posting a
3557         message indicating the situation.
3558         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3559         Leave cursor in correct position.
3560         (allout-hide-current-subtree): Use allout-ascend directly.
3561         Disqualify aberrant topics.
3562         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3563         a way that the yanks can restore it, as used to happen.
3564         (allout-yank-processing): Restore exposure layout as recorded by
3565         allout-kill-*, as used to happen.
3566         (allout-annotate-hidden, allout-hide-by-annotation): New routines
3567         for preseving and restoring exposure layout across kills.
3568         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3569         (allout-encrypt-string): Strip text properties.
3570         Rearranged order and outline-headings for some of the
3571         miscellaneous functions.
3572         (allout-resolve-xref): No need to quote the error name in the
3573         condition-case handler section.
3574         (allout-flatten): Classic recursive (and recursively intensive,
3575         without tail-recursion) list-flattener, needed by allout-shift-out
3576         when confronted with discontinuous children.
3578 2006-09-16  Jason Rumney  <jasonr@gnu.org>
3580         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3581         on ms-windows.
3582         (dnd-open-unc-file): Remove.
3583         (dnd-open-local-file): Mention in doc string that it also handles
3584         remote files if the system natively supports unc file-names.
3586 2006-09-15  Kim F. Storm  <storm@cua.dk>
3588         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3589         all necessary information about the event before erasing *Help*.
3591         * simple.el (line-move-partial): Use window-line-visiblity to
3592         quickly check whether last line is partially visible, and only do
3593         the hard (and slow) part in that case.
3595 2006-09-15  Jay Belanger  <belanger@truman.edu>
3597         * COPYING: Replace "Library Public License" by "Lesser Public
3598         License" throughout.
3600 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3602         * term/x-win.el (x-menu-bar-open): New function for F10.
3604 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
3606         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3607         Disallow filenames containing " -" to avoid confusion with libtool
3608         compilation messages.  Suggested by Stefan Monnier.
3610 2006-09-15  David Kastrup  <dak@gnu.org>
3612         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3613         instead of buffer position for `mouse-on-link-p'.
3615         * mouse.el (mouse-posn-property): New function looking up the
3616         properties at a click position in overlays and text properties in
3617         either buffer or strings.
3618         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3619         of both `follow-link' as well as `mouse-face' properties.
3620         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3621         buffer position.
3623         * help.el (describe-key-briefly): When reading a down-event on
3624         mode lines or scroll bar, swallow the following up event, too.
3625         Use the new mouse sensitity of `key-binding' for lookup.
3626         (describe-key): The same here.
3628 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
3630         * play/life.el (life-patterns): Add a few more interesting patterns.
3631         (life-setup): Force `show-trailing-whitespace' to nil.
3633 2006-09-14  Richard Stallman  <rms@gnu.org>
3635         * startup.el (fancy-splash-text): Change text to improve alignment.
3636         (fancy-splash-screens): Don't set non-standard tab width.
3637         Bind cursor-type temporarily, and make it easy to patch to
3638         preserve the splash buffer.
3639         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3640         (fancy-splash-screens): Display echo-area message explicitly.
3641         Don't set fancy-splash-help-echo.
3643         * simple.el (line-number-mode): Group mode-line instead of
3644         editing-basics.
3645         (column-number-mode, size-indication-mode): Likewise.
3647         * faces.el (mode-line-faces): Group mode-line instead of modeline.
3649         * time.el (display-time): Group mode-line instead of modeline.
3651         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
3653 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
3655         * startup.el (fancy-splash-text): Move editing instructions to
3656         fancy-splash-head.
3657         (fancy-splash-head): Issue editing instructions.
3658         (fancy-splash-screens): Fixup whitespace.
3660 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3662         * bindings.el (mode-line-buffer-identification-keymap):
3663         Remove duplicate line.
3665 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3667         * ido.el (ido-ignore-item-p): Allow any kind of functions in
3668         ignore lists.
3670 2006-09-14  Kim F. Storm  <storm@cua.dk>
3672         * jit-lock.el (jit-lock-fontify-again): New function.
3673         (jit-lock-fontify-now): Use it instead of lambda form.
3675 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
3677         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3678         (flyspell-auto-correct-word): Make ispell-filter local to these
3679         functions.  Check that ispell-filter has new stuff before calling
3680         ispell-parse-output.
3682 2006-09-13  Kim F. Storm  <storm@cua.dk>
3684         * simple.el (line-move-partial): Optimize.
3686 2006-09-13  Richard Stallman  <rms@gnu.org>
3688         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3689         Delete spurious backquote.
3691 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
3693         * net/rcirc.el (rcirc-print): Fix last change.
3695 2006-09-12  Jay Belanger  <belanger@truman.edu>
3697         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3699 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
3701         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3702         rcirc-show-maximum-output.
3703         (rcirc-mode): Remove window-scroll-function hook.
3704         (rcirc-scroll-to-bottom): Remove function.
3705         (rcirc-print): Recenter so point stays at the bottom of the window
3706         if point was already there.
3708 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
3710         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3711         not to "t".
3712         * progmodes/compile.el (compilation-start): Likewise.
3713         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3714         Don't use expand-file-name on invocation-directory, since this
3715         might mishandle special characters in invocation-directory.
3717 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3719         * pcvs-defs.el: Remove * in defcustom's docstrings.
3721 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
3723         * progmodes/compile.el (compilation-directory-properties):
3724         Doc fix for help-echo.
3726 2006-09-12  Lars Hansen  <larsh@soem.dk>
3728         * desktop.el (desktop-read): Add comment.
3730 2006-09-12  Kim F. Storm  <storm@cua.dk>
3732         * simple.el (next-error-highlight, next-error-highlight-no-select):
3733         Fix spelling error.
3735         * subr.el (sit-for): Rework to use input-pending-p and cond.
3736         Return nil input is pending on entry also for SECONDS <= 0.
3737         (while-no-input): Use input-pending-p instead of sit-for.
3739 2006-09-11  Richard Stallman  <rms@gnu.org>
3741         * simple.el (next-error-highlight, next-error-highlight-no-select):
3742         Fix custom type and doc strings.
3744 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3746         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3747         (diff-apply-hunk): Use it to ask for confirmation.
3749 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
3751         * emacs-lisp/cl.el (pushnew): Add missing `,'.
3753 2006-09-11  David Kastrup  <dak@gnu.org>
3755         * help.el (string-key-binding, describe-key-briefly)
3756         (describe-key): Remove `string-key-binding' and its callers since
3757         `key-binding' already caters for the proper lookup now.
3759 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3762         (cfengine-mode): Use it.  Fix \ syntax to be like /.
3764         * bindings.el (mode-line-buffer-identification-keymap):
3765         Move initialization into declaration.
3767 2006-09-10  Kim F. Storm  <storm@cua.dk>
3769         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3770         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3771         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3772         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
3774 2006-09-10  Richard Stallman  <rms@gnu.org>
3776         * dired-aux.el: Handle errors in recursive copy usefully.
3777         (dired-create-files-failures): New variable.
3778         (dired-copy-file): Remove condition-case.
3779         (dired-copy-file-recursive): Check for errors on all file
3780         operations, and add them to dired-create-files-failures.
3781         Check file file-date-erorr here too.
3782         (dired-create-files): Check dired-create-files-failures
3783         and report those errors too.
3785         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3787         * subr.el (add-to-list): New argument COMPARE-FN.
3789 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3791         * filecache.el (file-cache-add-directory)
3792         (file-cache-add-directory-list, file-cache-add-file)
3793         (file-cache-add-directory-using-find)
3794         (file-cache-add-directory-using-locate)
3795         (file-cache-add-directory-recursively): Add autoloads.
3797 2006-09-09  Richard Stallman  <rms@gnu.org>
3799         * textmodes/conf-mode.el (conf-space-mode):
3800         Use hack-local-variables-hook instead of calling hack-local-variables.
3801         (conf-space-keywords-override): New variable.
3802         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
3803         (conf-space-mode): Always make conf-space-keywords and
3804         conf-space-keywords-override local.
3805         Call conf-space-mode-internal directly as well as via hook.
3807 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
3809         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3810         quasi-keywords.
3812 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3815         (python-send-string): Be slightly more careful about adding \n.
3817         * startup.el (normal-splash-screen): Don't display the buffer if we'll
3818         kill it right away anyway.
3820 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
3822         * international/codepage.el (cp850-decode-table): Fix a few codes.
3823         (cp858-decode-table): New variable.
3825 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
3827         * net/ldap.el (ldap-search-internal): Doc fix.
3829 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3831         * play/life.el (life-display-generation): Test for input manually if
3832         `sleeptime' is negative or null.
3834         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3835         (print-region-1): Substitute `%s' with the page title.
3837 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
3839         * locate.el (locate-current-search): New variable.
3840         (locate): Set buffer local value.  Use current buffer if it is
3841         in Locate mode.
3842         (locate-mode): Disable undo here.
3843         (locate-do-setup): Use locate-current-filter from buffer to be killed.
3844         (locate-update): Use locate-current-search and locate-current-filter.
3846 2006-09-08  David Kastrup  <dak@gnu.org>
3848         * desktop.el (desktop-read): When loading a desktop, disable
3849         saving it while the load progresses, and switch off a pending lazy
3850         load by calling `desktop-lazy-abort'.
3852 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
3854         * window.el (mouse-autoselect-window-timer)
3855         (mouse-autoselect-window-position)
3856         (mouse-autoselect-window-window)
3857         (mouse-autoselect-window-now): New vars.
3858         (mouse-autoselect-window-cancel)
3859         (mouse-autoselect-window-select)
3860         (mouse-autoselect-window-start): New functions.
3861         (handle-select-window): Call `mouse-autoselect-window-start' when
3862         delayed window autoselection is enabled.
3864         * cus-start.el (mouse-autoselect-window): Handle delayed window
3865         autoselection.
3867         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3868         commands after which it is allowed to print in the echo area.
3870 2006-09-08  Richard Stallman  <rms@gnu.org>
3872         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3874         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3875         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3877         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3878         (cancel-timer-internal): Add doc string.
3879         (cancel-function-timers): Doc fix.
3880         (with-timeout-handler, timer-event-last*): Add doc strings.
3882         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3884         * files.el (risky-local-variable-p): Match ...-bindat-spec.
3886         * dired.el (dired-log-summary): Add doc string.
3888         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3889         (custom-group-menu-create): Not here.
3891 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
3893         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3895 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3897         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
3898         (mac-apple-event-map): Define its handler.
3900 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
3902         * net/ldap.el (ldap-search-internal): Handle `auth' key.
3904 2006-09-07  Magnus Henoch  <mange@freemail.hu>
3906         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3907         clause.
3909 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3911         * info.el (Info-index): Bind completion-ignore-case.
3913 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3915         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3916         previous commit.
3917         (inferior-prolog-guess-flavor): New fun left out of previous commit.
3918         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3919         burp in dedicated windows.
3920         (inferior-prolog-self-insert-command): New command.
3921         (inferior-prolog-mode-map): Use it.
3923 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3925         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3927         * international/code-pages.el: Add cp858.
3929 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3931         * dnd.el: Fix bootstrapping.
3933 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3935         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3936         (dnd-open-remote-url): New function.
3937         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3938         not windows-nt.
3940 2006-09-07  Jason Rumney  <jasonr@gnu.org>
3942         * dnd.el (dnd-open-remote-file-function): New variable.
3943         (dnd-open-unc-file): New function.
3944         (dnd-open-file): Call dnd-open-remote-file-function if set.
3946 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3948         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3949         pgg-passphrase-coding-system rather than locale-coding-system.
3950         * pgg-def.el (pgg-passphrase-coding-system): New user option.
3952 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * progmodes/prolog.el: Remove * in docstrings.
3955         (prolog-program-name): Add SWI prolog.
3956         (prolog-mode-menu): New menu.
3957         (prolog-mode): Set comment-add.
3958         (prolog-indent-line): Simplify.  Use indent-line-to.
3959         (inferior-prolog-buffer): New var.
3960         (inferior-prolog-run, inferior-prolog-process): New funs.
3961         (run-prolog, switch-to-prolog): Rewrite, using them.
3962         (prolog-consult-region): Use inferior-prolog-buffer.
3963         (inferior-prolog-load-file): New function.
3964         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3966         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3967         last word, if it's not the end of the paragraph.
3969         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3970         file name.
3972 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
3974         * frame.el (display-mm-dimensions-alist): New defcustom.
3975         (display-mm-height, display-mm-width): Use it.
3977 2006-09-06  Simon Josefsson  <jas@extundo.com>
3979         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3981 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
3983         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3984         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3985         string values.
3987 2006-09-06  Kim F. Storm  <storm@cua.dk>
3989         * simple.el (line-move-partial): New function to do vscrolling for
3990         partially visible images / tall lines.  Rewrite based on code
3991         previously in line-move.  Simplify backwards vscrolling.
3992         (line-move): Use it.  Simplify.
3994 2006-09-05  Kim F. Storm  <storm@cua.dk>
3996         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3998 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
4000         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4001         Process the `gcc-include' after the `gnu' rule.
4003 2006-09-05  Kim F. Storm  <storm@cua.dk>
4005         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4007 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4009         * pgg.el (pgg-clear-string): Alias to clear-string for backward
4010         compatibility.
4012         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4013         inhibit-redisplay; encode passphrase with locale-coding-system.
4015 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4017         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4019 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
4021         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4022         (gdb-var-list-children-regexp): Make type field optional.
4024         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4025         e.g public, protected in C++.
4027 2006-09-04  John Paul Wallington  <jpw@pobox.com>
4029         * simple.el (completion-show-help): New defcustom.
4030         (completion-setup-function): Heed it.
4032 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4034         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4036 2006-09-04  Richard Stallman  <rms@gnu.org>
4038         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4039         (rsf-min-region-to-spam-list): Doc fix.
4040         (rsf-add-content-type-field): Doc fix.
4042         * simple.el (kill-region): Explicitly test there is a region.
4044 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4046         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4047         sendmail in several common directories.
4049         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4051         * paths.el (sendmail-program): Removed.
4053 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
4055         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4056         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
4057         http://article.gmane.org/gmane.emacs.gnus.general/50457
4059 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
4061         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4062         mark after running the menu filter.
4064 2006-09-03  Juri Linkov  <juri@jurta.org>
4066         * international/quail.el (quail-defrule-internal): Add a check
4067         if a key is a vector.
4069 2006-09-02  Juri Linkov  <juri@jurta.org>
4071         * man.el (Man-topic-history): New variable.
4072         (man): Use it.
4074         * woman.el (woman-topic-history): Change defvar to defvaralias
4075         for symbol `Man-topic-history'.
4077         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4078         `comint-last-output-start' is a marker by using `markerp' and
4079         check if it has a position by using `marker-position', and use
4080         this position for `goto-char'.
4082         * international/quail.el (quail-defrule-internal): Add missing
4083         `error' call for null key.
4085 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
4087         * rcirc.el (rcirc-keywords): New variable.
4088         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4089         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4090         variables.
4091         (rcirc-responses-no-activity): New function.
4092         (rcirc-handler-generic): Check for responses in above.
4093         (rcirc-process-command): Add ?: character to arguments of raw
4094         server commands.
4095         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4096         `rcirc-dim-nicks'.
4097         (rcirc-gray-toggle): Remove unused variable.
4098         (rcirc-print): Remove some tracking logic, which is moved into
4099         markup functions.
4100         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4101         types.
4102         (rcirc-activity-string): Look for 'keyword in activity-types.
4103         (rcirc-window-configuration-change): Don't erase overlay-arrow
4104         unnecessarily.
4105         (rcirc-add-or-remove): New function.
4106         (rcirc-cmd-ignore): Use it.
4107         (rcirc-message-leader): Remove unused function.
4108         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4109         (rcirc-add-face): New function.
4110         (rcirc-facify): Use rcirc-add-face.
4111         (rcirc-url-regexp): Add parens.
4112         (rcirc-map-regexp): Remove function.
4113         (rcirc-mangle-regexp): Remove function.
4114         (rcirc-markup-text-functions): New variable.
4115         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4116         (rcirc-markup-body-text, rcirc-markup-attributes)
4117         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4118         (rcirc-markup-bright-nicks): New markup handler functions.
4119         (rcirc-nick-in-message-full-line): New face.
4120         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4121         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4123 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
4125         * cus-start.el (hscroll-margin, hscroll-step)
4126         (mode-line-in-non-selected-windows, mouse-autoselect-window)
4127         (x-use-underline-position-properties): Change version to "22.1"
4128         since they will appear there for the first time.
4130 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4132         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4134 2006-08-31  Richard Stallman  <rms@gnu.org>
4136         * cus-edit.el (custom-save-variables): Slight cleanup.
4137         (Custom-no-edit): Renamed from custom-no-edit.
4138         (Custom-newline): Renamed from custom-newline.
4139         (custom-mode-map): Use new names.
4141         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4142         about customization, rather than M-x customize, in the doc string
4143         made for the defcustom.
4145         * emacs-lisp/trace.el (trace-function-background): Doc fix.
4147 2006-08-31  Romain Francoise  <romain@orebokech.com>
4149         * dired-x.el (dired-guess-shell-alist-default): Update.
4151 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
4153         * custom.el (custom-theme-set-variables): Autoload packages before
4154         sorting the variables.
4156 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
4158         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4159         chars if XEmacs.
4160         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4162 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4164         * progmodes/python.el (python-eldoc-function): Re-enable quit while
4165         waiting for process.
4167 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4169         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4170         results in ASCII-only string, encode original one directly.
4172 2006-08-29  Romain Francoise  <romain@orebokech.com>
4174         * startup.el (normal-splash-screen, fancy-splash-screens):
4175         Make buffer read-only and arrange to enter view mode if necessary.
4177 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4179         * hl-line.el (hl-line): New face.
4180         (hl-line-face): Use it.
4182         * image-mode.el (image-mode): Fix last fix.
4183         Suggested by Kim F. Storm.
4185 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
4187         Sync with Tramp 2.0.54.
4189         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4190         of `=', because `tramp-get-remote-gid' might not always return an
4191         integer when expected.
4192         (tramp-register-file-name-handlers): `partial-completion-mode' is
4193         unknown to XEmacs.
4194         (tramp-time-diff): Don't use `floor', it might fail for large
4195         differences.
4196         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4197         `tramp-auto-save-directory' if unset in order to guarantee unique
4198         auto-save file names.
4200 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4202         * image-mode.el (image-mode): Display image as text on a terminal.
4204 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * progmodes/python.el (python-send-command): Simplify.
4207         (run-python): Don't generate a new buffer unless `new' was specified.
4208         Make sure we send `import emacs' to the proper process.
4210         * progmodes/python.el (python-send-command): Don't wait for the command
4211         to terminate.  Don't fiddle with compilation-parsing-end.
4213 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4215         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4216         Insert commentary after first line summary.
4218         * woman.el (woman-follow): New function, based on `man-follow'.
4219         (woman-mode-map): Use it.
4221         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4222         since ibuffer-do-sort-by-recency does not define a sorter.
4224 2006-08-28  Kim F. Storm  <storm@cua.dk>
4226         * find-dired.el (find-dired): Use shell-quote-argument to properly
4227         escape ( and ) args.  Also use it on {} and ; args in default
4228         value of find-ls-option string.
4229         (find-grep-dired): Use shell-quote-argument on {} and ; args.
4231 2006-08-27  Michael Olson  <mwolson@gnu.org>
4233         * emacs-lisp/tq.el: Small grammar fix in comments.
4234         (tq-enqueue): Check for existence of queue rather than the
4235         head queue item's question, which was a no-op.
4236         (tq-filter, tq-process-buffer): Make sure the process buffer
4237         exists before making it the current buffer.
4239 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4241         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4242         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4243         (special-event-map): Apply 2006-08-16 change for x-win.el.
4245 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4247         * progmodes/python.el (python-send-receive): Wait in the
4248         process's buffer so as to check the right buffer-local variables.
4250 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4253         (defgroup checkdoc): Move to beginning.
4255         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4256         (python-preoutput-continuation): Remove.
4257         (python-preoutput-filter): Simplify correspondingly.
4258         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
4259         Loop around to catch embedded _emacs_out output.
4260         (run-python): Send the import&print command on a single line.
4261         (python-send-command): Send command&print on a single line.
4262         (python-send-string): Only add double \n if needed.
4263         (python-send-receive): Loop until the result comes.
4264         (python-mode-running): Defvar it.
4265         (python-setup-brm): Remove unused var `menu'.
4266         Only bind py-mode-map and `features' around brm-init.
4267         (python-calculate-indentation): Remove unused var `point'.
4268         (python-beginning-of-defun): Remove unused var `def-line'.
4270 2006-08-25  Richard Stallman  <rms@gnu.org>
4272         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4274 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4276         * viper.el (viper-set-hooks): Use frame bindings for
4277         viper-vi-state-cursor-color.
4278         (viper-non-hook-settings): Don't set default
4279         mode-line-buffer-identification.
4281         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4282         (viper-set-cursor-color-according-to-state)
4283         (viper-get-saved-cursor-color-in-replace-mode)
4284         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4285         viper-emacs-state-cursor-color.
4287         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4288         (viper-undo): Use point if undo-beg-posn is nil.
4289         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4290         (viper-after-change-undo-hook): Don't use
4291         viper-emacs-state-cursor-color by default.
4292         (viper-undo): More sensible positioning after undo.
4294         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4295         (viper-emacs-state-cursor-color): Default to nil, since this feature
4296         doesn't work well yet.
4298         * ediff-mult.el (ediff-intersect-directories)
4299         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4300         always expand filenames.
4302 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4304         * tumme.el: Remove * in defcustoms's docstrings.
4306 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4308         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
4309         Accept internal time format for SECS arg.
4310         (timer-relative-time): Doc fix.
4312         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
4313         adapted from Martin Rudalics.
4314         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
4315         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
4316         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
4317         using sit-for.
4319 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
4321         * cus-start.el (all): Add `overline-margin' and
4322         `x-underline-at-descent-line'.
4324 2006-08-24  Kim F. Storm  <storm@cua.dk>
4326         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
4327         to mean "use find -exec"; nil now unambiguously means auto-detect.
4328         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
4329         Use shell-quote-argument to build grep-find-command and
4330         grep-find-template.
4331         (rgrep): Use shell-quote-argument to properly quote arguments to find.
4332         Reported by Tom Seddon.
4334 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
4336         * startup.el (fancy-splash-head): Give instructions for dismissing
4337         the splash screen for default startup too.
4338         (display-startup-echo-area-message, fancy-splash-screens)
4339         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
4340         all splash text at once and keep the splash buffer around.
4341         (command-line-1): Give display-startup-echo-area-message a t arg.
4343 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
4345         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
4346         gnus frame is selected.
4348 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
4350         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
4352 2006-08-22  Kim F. Storm  <storm@cua.dk>
4354         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
4355         Add suffix matching for subdirs.
4357 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
4359         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
4360         mouse-yank-at-point is non-nil.
4362 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
4364         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4365         a bit wider and remove fringes to fit initial output on line.
4367 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * frame.el (blink-cursor-end): Only ignore the error we care about.
4370         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
4372 2006-08-21  Richard Stallman  <rms@gnu.org>
4374         * whitespace.el (whitespace-cleanup): Doc fix.
4376 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
4378         * net/rcirc.el (rcirc-show-maximum-output): New var.
4379         (rcirc-buffer-process): If no buffer argument is supplied, use
4380         current-buffer.
4381         (rcirc-complete-nick): Complete to the last completed nick first.
4382         (rcirc-mode): Preserve the value of `rcirc-urls' across
4383         connections.  Setup scroll function.
4384         (rcirc-scroll-to-bottom): New function.
4385         (rcirc-print): Use nick syntax around regexp work.
4386         Notice dim-nicks speaking only if they say our nick.
4387         (rcirc-update-activity-string): Do not show the modeline indicator
4388         if there are no live rcirc processes.
4389         (rcirc-cmd-ignore): Ignore case.
4390         (rcirc-browse-url-at-point): Fix off-by-one error.
4392 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4394         * progmodes/python.el: Remove * in defcustom docstrings.
4395         (run-python, python-proc, python-try-complete): Use derived-mode-p.
4396         (python-mode): Set tab-width and indent-tabs-mode.
4398 2006-08-20  Dave Love  <fx@gnu.org>
4400         * progmodes/python.el: Update to Dave Love's latest version.
4401         (python-font-lock-keywords, python-mode): Don't use
4402         font-lock-syntax-table, but match symbol elements explicitly instead.
4403         (python-mode-map): Add help, and a few more key bindings.
4404         (python-skip-comments/blanks): Move out of comments as well.
4405         (python-continuation-line-p): Behave better with unbalanced parens.
4406         (python-blank-line-p): New fun.
4407         (python-open-block-statement-p): Don't use a heuristic.
4408         (python-outdent-p): Better handle blocks-in-the-same-line.
4409         (python-calculate-indentation): Misc improvements.
4410         (python-comment-indent): Remove.
4411         (python-block-pairs): New var.
4412         (python-first-word): New fun.
4413         (python-indentation-levels): Handle more common cases.
4414         (python-indent-line-1): Add `leave' argument.
4415         (python-indent-region): New fun.
4416         (python-skip-out): New fun.
4417         (python-beginning-of-statement, python-end-of-statement): Use it.
4418         (python-next-statement): Return correct count even at eob.
4419         (python-end-of-block): Fix paren-typo.
4420         (python-imenu-create-index): Add module variables.
4421         (run-python): Add `new' arg.
4422         Check we're at a prompt before returning.
4423         (python-send-command): Move to end of buffer.
4424         Wait for prompt to return.
4425         (python-set-proc): New fun.
4426         (python-imports): New var.
4427         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
4428         (python-eldoc-function): Try to move out of arg list.
4429         (python-outline-level): Offset by 1.
4430         (python-find-imports): New fun.
4431         (python-symbol-completions): Use python-imports.
4432         (python-module-path, ffap-alist): Add support for ffap.
4433         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4434         (python-insert-*, python-default-template, python-expand-template):
4435         Add templates/skeletons.
4436         (python-setup-brm): Support for Bicycle Repair Man.
4437         (python-abbrev-syntax-table): New var.
4438         (python-abbrev-pc-hook, python-pea-hook): New funs.
4440 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
4442         * frame.el (blink-cursor-start): Set timer first.
4443         (blink-cursor-end): Ignore timer cancelling errors.
4444         Suggested by Ken Manheimer.
4446 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
4448         * newcomment.el (comment-box): Call `comment-normalize-vars'.
4449         Add autoload cookie.
4451 2006-08-20  Richard Stallman  <rms@gnu.org>
4453         * simple.el (line-number-at-pos): Doc fix.
4455         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4456         timer-activate-when-idle, so timer can run before Emacs becomes
4457         non-idle again.
4459 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4461         * whitespace.el (whitespace-cleanup-internal): New optional arg
4462         REGION-ONLY.  If it's non-nil, modify the message to the user
4463         accordingly.
4464         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4465         a non-nil argument.
4467 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
4469         * rect.el (spaces-string): Simplify and add doc string.
4471 2006-08-17  Romain Francoise  <romain@orebokech.com>
4473         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4475 2006-08-17  Richard Stallman  <rms@gnu.org>
4477         * compare-w.el (compare-windows): lambda's take an arg and pass
4478         it to compare-windows-skip-whitespace.
4480 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
4482         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4483         the right buffer.
4485 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4488         removed files.
4490 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
4492         * progmodes/gdb-ui.el (gdb-locals-watch-map)
4493         (gdb-locals-watch-map-1): Suppress keymap first.
4494         (gdb-edit-locals-map-1): New variable.
4495         (gdb-edit-locals-value): New function.
4496         (gdb-stack-list-locals-handler): Use them.
4498 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4501         cursor would normally be drawn in the fringe.
4503         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4504         Reported by Martin Rudalics <rudalics@gmx.at>.
4506 2006-08-16  Richard Stallman  <rms@gnu.org>
4508         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4509         (special-event-map): Process drag-n-drop events this way.
4511         * simple.el (move-beginning-of-line): Test whether fields
4512         would prevent motion back to line's first visible character.
4513         If so, stop where the fields would stop the motion.
4515         * newcomment.el (comment-indent): Fully update INDENT
4516         before checking to see if it will change the text.
4518         * cus-edit.el (custom-newline): New function.
4519         (custom-mode-map): Bind newline to custom-newline.
4521         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4522         into ignore-whitespace.
4523         Check each buffer for its skip-function.
4524         Handle compare-windows-skip-whitespace special-case test
4525         by returning t from default skip function.
4527 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
4529         * textmodes/org.el (org-clock-special-range)
4530         (org-clock-update-time-maybe): New functions.
4531         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4532         not only a-z.
4533         (org-agenda-get-blocks): Allow multiple blocks per headline.
4534         (org-timestamp-change): Call `org-clock-update-time-maybe'.
4535         (org-export-html-title-format)
4536         (org-export-html-toplevel-hlevel): New options.
4537         (org-export-language-setup): Add support for Czech.
4538         (org-mode, org-insert-todo-heading, org-find-visible)
4539         (org-find-invisible, org-invisible-p, org-invisible-p2)
4540         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4541         (org-show-subtree, org-show-entry, org-make-options-regexp):
4542         Remove compatibility support for old outline-mode.
4543         (org-check-occur-regexp): Funtion removed.
4544         (org-on-heading-p, org-back-to-heading): Made defalias.
4545         (org-set-local): New defsubst.
4546         (org-set-regexps-and-options, org-mode)
4547         (org-set-font-lock-defaults, org-edit-agenda-file-list)
4548         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4549         (org-remember-apply-template, org-table-edit-field)
4550         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4551         (org-set-autofill-regexps): Use `org-set-local'.
4552         (org-table-eval-formula): Fix bug with parsing of display flags.
4554 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
4556         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4557         frame with fringe arrow.  Suggested by Simon Marshall
4558         <simon.marshall@misys.com>.
4559         (gdb-stack-position): New variable.
4560         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4561         (gdb-frames-mode): Set gdb-stack-position to nil.
4562         Add to overlay-arrow-variable-list
4563         (gdb-reset): Delete gdb-stack-position from above list.
4565 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4567         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4568         read only.
4570 2006-08-13  Romain Francoise  <romain@orebokech.com>
4572         * cus-theme.el (customize-create-theme)
4573         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4575         * filesets.el (filesets-add-buffer): Ditto.
4577         * pcvs.el (cvs-change-cvsroot): Ditto.
4579 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
4581         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4582         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4583         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4584         expressions.
4585         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4586         Only search till end of line.
4587         Add face to function names in case of no filename.
4588         Add face to variable names of watchpoints.
4590 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4592         * cus-start.el <indent-tabs-mode>: Move to the `indent'
4593         customization group.
4595 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
4597         * allout.el (allout-prior-bindings, allout-added-bindings):
4598         Remove, after long deprecation.
4599         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4600         Add customization vars controlling allout-beginning-of-line and
4601         allout-end-of-line conveniences.
4602         (allout-header-prefix, allout-use-mode-specific-leader)
4603         (allout-use-mode-specific-leader, allout-mode-leaders):
4604         Revise docstrings.
4605         (allout-infer-header-lead): Change to be an alias for
4606         allout-infer-header-lead-and-primary-bullet.
4607         (allout-infer-header-lead-and-primary-bullet): New version of
4608         allout-infer-header-lead which assigns the primary bullet to the
4609         same as the header lead, when its being changed.
4610         (allout-infer-body-reindent): Apply regexp-quote instead of
4611         unconditionally prepending "\\", so that all literal
4612         allout-header-prefix and allout-primary-bullet strings are
4613         properly handled.
4614         (allout-add-resumptions): Add optional qualifier for extending or
4615         appending to existing values, rather than replacing them.
4616         (allout-view-change-hook): Clarify docstring.
4617         (allout-exposure-change-hook): Take explicit arguments, via
4618         run-hook-with-args.
4619         (allout-structure-added-hook)
4620         (allout-structure-deleted-hook)
4621         (allout-structure-shifted-hook): New hooks analogous to
4622         allout-exposure-change-hook for other kinds of structural outline
4623         edits.
4624         (allout-encryption-plaintext-sanitization-regexps): New encryption
4625         customization variable, by which cooperating modes can provde
4626         massage of the plaintext without actually being passed it.
4627         (allout-encryption-ciphertext-rejection-regexps)
4628         (allout-encryption-ciphertext-rejection-ceiling): New encryption
4629         customization variables, by which cooperating modes can prohibit
4630         rare but possible ciphertext patterns from fouling their
4631         operation, with actually being passed the ciphertext.
4632         (allout-mode): Run activation and deactivation hooks after the
4633         minor-mode variable has been toggled, to clarify the mode
4634         disposition.  The new encryption ciphertext rejection variable is
4635         used to ensure that the ciphertext does not contain text that
4636         would be recognized as outline structural elements by allout.
4637         Substite allout-beginning-of-line and allout-end-of-line for
4638         conventionall beginning-of-line and end-of-line bindings.
4639         If allout-old-style-prefixes is non-nil, don't nullify it on mode
4640         activation!
4641         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4642         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4643         (allout-chart-subtree): Implement new mode, charting only the
4644         visible items in the subtree, when new 'visible' parameter is non-nil.
4645         (allout-end-of-subtree): Properly handle the last item in the buffer.
4646         (allout-pre-command-business, allout-command-counter):
4647         Increment an advertised counter so that cooperating enhancements can
4648         track revisions of items.
4649         (allout-open-topic): Run allout-structure-added-hook with suitable
4650         arguments.
4651         (allout-shift-in): Run allout-structure-shifted-hook with suitable
4652         arguments.
4653         (allout-shift-out): Fix doubling for negative args and ensure call
4654         of allout-structure-shifted-hook by solely using allout-shift-in.
4655         (allout-kill-line, allout-kill-topic):
4656         Run allout-structure-deleted-hook with suitable arguments.
4657         (allout-yank-processing): Run allout-structure-added-hook with
4658         proper arguments.
4659         (allout-yank): Enclose activity in allout-unprotected.
4660         (allout-flag-region): Run allout-exposure-change-hook with
4661         suitable arguments, instead of making the callee infer the arguments.
4662         (allout-encrypt-string):
4663         Support allout-encryption-plaintext-sanitization-regexps,
4664         allout-encryption-ciphertext-rejection-regexps, and
4665         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
4666         en/de cryption mode in symmetric encryption failure message.
4667         (allout-obtain-passphrase): Use copy-sequence to get a distinct
4668         copy of the passphrase, and don't zero it or we'll corrupt the
4669         stashed copy.
4670         (allout-create-encryption-passphrase-verifier)
4671         (allout-verify-passphrase): Respect the new signature for
4672         allout-encrypt-string.
4673         (allout-get-configvar-values): Convenience for getting a
4674         configuration variable value and handling its absence gracefully.
4676 2006-08-11  Romain Francoise  <romain@orebokech.com>
4678         * obsolete/zone-mode.el: Delete.
4680 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4682         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4684 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
4686         * emacs-lisp/bindat.el (bindat-ip-to-string):
4687         Use `format-network-address' if possible.
4689 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4691         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4693 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
4695         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4696         restore unread-command-events here.
4697         (edebug-display): Do it here, to detect sit-for interruptions.
4699 2006-08-10  Romain Francoise  <romain@orebokech.com>
4701         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4702         (dns-mode-soa-auto-increment-serial): New user option.
4703         (dns-mode-soa-maybe-increment-serial): New function.
4704         (dns-mode): Add the latter to `write-contents-functions'.
4706         * obsolete/zone-mode.el: Move to obsolete/ from net/.
4707         Delete autoload cookies.
4709 2006-08-10  John Wiegley  <johnw@newartisans.com>
4711         * eshell/em-glob.el (eshell-glob-chars-list)
4712         (eshell-glob-translate-alist): Add support for [^g] in character globs.
4714 2006-08-10  Richard Stallman  <rms@gnu.org>
4716         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4717         (facemenu-set-face): Doc fix.
4718         (facemenu-listed-faces): Doc fix.
4720 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
4722         * avoid.el (mouse-avoidance-animating-pointer): New var.
4723         (mouse-avoidance-nudge-mouse): Use it.
4724         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4725         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4726         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4727         Don't activate if currently animating.  All callers changed.
4729 2006-08-09  John Wiegley  <johnw@newartisans.com>
4731         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4732         variable, which causes timeclock to report elapsed time worked,
4733         instead of just work remaining.
4735 2006-08-09  Kenichi Handa  <handa@m17n.org>
4737         * international/latexenc.el (latexenc-find-file-coding-system):
4738         Fix for the case that the 2nd element of arg-list is a cons.
4740 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
4742         * info.el (Info-fontify-node): Handle preceding `in' for note
4743         reference hiding rules.
4745 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4747         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4748         mistake a closing " for an opening one.
4750 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4752         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4754 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4756         * complete.el (PC-do-completion): Filter out completions matching
4757         completion-ignored-extensions before checking whether there are
4758         multiple completions.
4759         Don't use `list' unnecessarily when building completion tables.
4761 2006-08-06  Richard Stallman  <rms@gnu.org>
4763         * help.el (describe-mode): Make minor mode list more concise.
4765 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
4767         * bindings.el: Give mode-line-format, mode-line-modes, and
4768         mode-line-position `standard-value' properties.
4770 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
4772         * buff-menu.el (list-buffers-noselect): For Info buffers, use
4773         "(file)node" instead of the file name.
4775 2006-08-05  Richard Stallman  <rms@gnu.org>
4777         * faces.el (escape-glyph): Doc fix.
4779 2006-08-04  Kenichi Handa  <handa@m17n.org>
4781         * international/mule-diag.el (describe-font): Improve docstring
4782         and error message.  Use frame-parameter (not frame-parameters).
4784 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4786         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4787         Correctly mark the end-of-docstring char.
4789 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
4791         * simple.el (line-move-to-column): Constrain move-to-column to
4792         current field.
4794 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4796         * font-lock.el (font-lock-beg, font-lock-end)
4797         (font-lock-extend-region-functions): New vars.
4798         (font-lock-extend-region-multiline)
4799         (font-lock-extend-region-wholelines): New functions.
4800         (font-lock-default-fontify-region): Use them.
4801         (font-lock-extend-jit-lock-region-after-change): Only round up
4802         if font-lock-default-fontify-region will do it as well.
4804         * font-lock.el (font-lock-extend-after-change-region-function):
4805         Rename from font-lock-extend-region-function.
4806         (font-lock-extend-region): Remove by inlining at call sites.
4807         (font-lock-after-change-function): Don't needlessly round up to a whole
4808         number of lines.
4809         (font-lock-extend-jit-lock-region-after-change): Be more careful about
4810         the boundary conditions and the interactions between the various ways
4811         to extend the region.
4813 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4815         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4816         modification status when forcing the second redisplay.
4818 2006-08-03  Kim F. Storm  <storm@cua.dk>
4820         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4822 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4825         doesn't look like a file name.
4827         * complete.el (PC-expand-many-files): Avoid signalling an error when
4828         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
4830 2006-08-02  Andreas Schwab  <schwab@suse.de>
4832         * bindings.el (mode-line-format): Simplify reference to vc-mode.
4834 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
4836         * bindings.el (map): Make mode-line-buffer-identification-keymap
4837         before defining propertized-buffer-identification.
4839 2006-08-01  Richard Stallman  <rms@gnu.org>
4841         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4843 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
4845         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4846         default value.
4847         (gdb-find-source-frame): New function.
4848         (menu): Add to menu bar.
4850 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * font-core.el (font-lock-extend-region-function)
4853         (font-lock-extend-region): Move to font-lock.el.
4855         * font-lock.el (font-lock-extend-region-function)
4856         (font-lock-extend-region): Move from font-core.el.  Simplify.
4858         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4859         if needed.
4860         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4861         (jit-lock-after-change-extend-region-functions): New hook.
4862         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4864         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4865         (font-lock-turn-on-thing-lock): Use it.
4867         * longlines.el (longlines-show-region): Make it work on read-only
4868         buffers as well.
4870 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
4872         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4874 2006-07-31  Richard Stallman  <rms@gnu.org>
4876         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4877         (vhdl-speedbar-display-projects): Update old obsolete
4878         speedbar variable names.
4880 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4882         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4883         (gdb-stopped): Use it.
4885         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4887 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
4889         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4890         for load-history elements.
4892 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
4894         * files.el (convert-standard-filename): For Cygwin, replace
4895         characters not allowed in Windows file names.
4896         (make-auto-save-file-name): Add Cygwin to the list of systems
4897         where the auto-save file name needs to be run through
4898         convert-standard-filename.
4900 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4902         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4904 2006-07-28  Richard Stallman  <rms@gnu.org>
4906         * bindings.el (mode-line-frame-identification)
4907         (propertized-buffer-identification): Centralize the code
4908         to initialize the variable.
4910         * progmodes/grep.el (grep-default-command): Catch errors from
4911         wildcard-to-regexp.
4913 2006-07-29  Kim F. Storm  <storm@cua.dk>
4915         * progmodes/grep.el (grep-tag-default): New function.
4916         (grep-default-command, grep-read-regexp): Use it.
4917         (grep-read-files): Use car of grep-files-history or grep-files-aliases
4918         as default if nothing else applies.
4920 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
4922         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4923         Throw error if buffer is not in Dired and Wdired mode, respectively.
4925 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
4927         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4928         self-insert-command keys don't activate buttons.
4929         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4931 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
4933         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4934         faces for enable character.
4936 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
4938         * Makefile.in (recompile): Update comment to reflect change
4939         on 2004-04-21.
4941 2006-07-27  Richard Stallman  <rms@gnu.org>
4943         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4944         (customize-package-emacs-version): Change msg when pkg has no entry.
4945         (custom-no-edit): On a button, do like widget-button-press.
4947 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4949         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4950         S-tab and C-S-tab.
4952 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
4954         * progmodes/which-func.el (which-function): Fix documentation/
4955         comment typo.
4957 2006-07-26  Richard Stallman  <rms@gnu.org>
4959         * textmodes/ispell.el (ispell-word): If we replace the word,
4960         move point to the end.  Insert before deleting.
4962 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4964         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4965         a timer.
4967 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
4969         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
4970         when at first image.
4971         (tumme-forward-image): Add prefix argument.  Add error when at last
4972         image.
4974 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * tabify.el (tabify-regexp): Use more specific regexps.
4977         (tabify): Avoid modifying the buffer unnecessarily.
4979 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
4981         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4982         (tumme-format-properties-string): Handle empty `buf'.
4983         (tumme-get-comment): Change variable names inside `let'.
4984         Add missing `let' variable that cause font-lock problems.
4985         (tumme-write-comments): Change variable names inside `let'.
4986         Add missing `let' variable that cause font-lock problems.
4987         (tumme-forward-image): Rename from `tumme-forward-char'.
4988         (tumme-backward-image): Rename from `tumme-backward-char'.
4990 2006-07-25  Masatake YAMATO  <jet@gyve.org>
4992         * progmodes/ld-script.el (ld-script-keywords)
4993         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4994         and add comments.
4996 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
4998         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4999         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5000         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5001         for status indicator.
5003 2006-07-24  Richard Stallman  <rms@gnu.org>
5005         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5007         * subr.el (dolist, dotimes): Use interned symbols for locals.
5008         (--dotimes-limit--, --dolist-tail--): New defvars.
5009         (looking-back): Doc fix.
5011         * replace.el (replace-match-string-symbols): Handle dotted lists.
5013 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5015         * tumme.el (tumme-write-tags): Add.
5016         (tumme-write-comments): Add.
5017         (tumme-tag-files): Change to use `tumme-write-tags'.
5018         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5019         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5020         (tumme-save-information-from-widgets): Change to use
5021         `tumme-write-comments' and `tumme-write-tags'.
5022         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5023         (tumme-write-tag): Remove.
5024         (tumme-write-comment): Remove.
5025         (tumme-display-previous-thumbnail-original): Remove empty line.
5026         (tumme-widget-list): Add punctuation.
5028 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5030         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5032 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5034         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5035         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
5036         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5038 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5040         * mouse.el (mouse-on-link-p): Doc fix.
5042 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
5044         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5045         Handle "C-h f `".
5047 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5049         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5050         column.
5052 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
5054         * textmodes/table.el: Add move-beginning-of-line and
5055         move-end-of-line to Point Motion Only Group.
5057 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
5059         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5061 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5063         * startup.el (user-mail-address): Initialize from the `EMAIL'
5064         environment variable first.  Document this.
5065         (command-line): Ditto.
5067 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
5069         * help-mode.el (help-function-def, help-variable-def)
5070         (help-face-def): Print a message in the minibuffer.
5072 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5074         * term/xterm.el (terminal-init-xterm): Fix key bindings
5075         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5077 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5079         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5080         where `(nth 1 command)' is a cons cell.  Doc fix.
5082         * textmodes/po.el (po-find-charset): Doc fix.
5084 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
5086         * allout.el (allout-unprotected, allout-e-o-prefix-p)
5087         (allout-beginning-of-current-line, allout-end-of-current-line)
5088         (allout-next-visible-heading, allout-open-topic)
5089         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5090         (allout-flag-current-subtree, allout-show-to-offshoot)
5091         (allout-hide-current-entry, allout-show-current-branches)
5092         (allout-hide-region-body, allout-old-expose-topic)
5093         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5094         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5095         containing `beginning-of-line' and `end-of-line' with
5096         `inhibit-field-text-motion' t.
5098 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5100         * frame.el (focus-follows-mouse): Document that it doesn't have
5101         any effect on MS-Windows.
5103 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5107 2006-07-20  Jay Belanger  <belanger@truman.edu>
5109         * calc.el (calc-previous-alg-entry): Remove variable.
5111         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5112         New variables.
5113         (calc-alg-entry): Use `calc-alg-entry-history'.
5114         (calc-do-quick-calc): Use `calc-quick-calc-history'.
5115         Remove reference to `calc-previous-alg-entry'.
5116         (calcAlg-edit, calcAlg-enter): Remove reference to
5117         `calc-previous-alg-entry'.
5118         (calcAlg-previous): Use `previous-history-element' instead of
5119         `calc-previous-alg-entry'.
5120         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5121         Change keybinding for `calcAlg-plus-minus', add keybindings for
5122         `previous-history-element' and `next-history-element'.
5124         * calc-rewr.el (calc-match): Remove reference to
5125         `calc-previous-alg-entry'.
5127         * calc-sel.el (calc-selection-history): New variable.
5128         (calc-enter-selection, calc-sel-mult-both-sides)
5129         (calc-sel-add-both-sides): Use `calc-selection-history'.
5131         * calc-map.el (calc-get-operator-history): New variable.
5132         (calc-get-operator): Use `calc-get-operator-history'.
5134         * calcalg3.el (calc-curve-fit-history): New variable.
5135         (calc-curve-fit): Use `calc-curve-fit-history'.
5137 2006-07-20  Kenichi Handa  <handa@m17n.org>
5139         * international/mule-cmds.el (select-safe-coding-system): Fix the
5140         way of deciding eol-type of the coding system.
5142 2006-07-20  Alan Mackenzie  <acm@muc.de>
5144         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5145         (c-lang-setvar): New macro.
5146         (c-make-init-lang-vars-fun): Use the initialization forms in
5147         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5148         (comment-start, comment-end, comment-start-skip): Change these from
5149         c-lang-defvar's to c-lang-setvar's.
5151         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5152         which calls make-local-variable on the elements of
5153         c-emacs-variable-inits.
5154         (c-init-language-vars-for): Call this new macro.
5156 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5158         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5159         Try to rule out false positives due to time stamps.
5160         (compilation-mode-font-lock-keywords): Remove rules made redundant
5161         because of the above change.  Add `segmentation fault' to the known and
5162         highlighted compilation termination messages.
5164 2006-07-19  Kim F. Storm  <storm@cua.dk>
5166         * progmodes/grep.el (grep-find-ignored-directories):
5167         Add .svn and _darcs to list.
5169 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
5171         * dired.el (dired-mode-map): Add key binding `C-te' for
5172         `tumme-dired-edit-comment-and-tags'.
5174         * tumme.el (tumme-display-thumbnail-original-image): Make sure
5175         image display buffer is displayed before call to
5176         `tumme-display-image.
5177         (tumme-dired-display-image): Make sure image display buffer is
5178         displayed before call to `tumme-display-image.
5179         (tumme-mouse-display-image): Make sure image display buffer is
5180         displayed before call to `tumme-display-image.
5181         (tumme-widget-list): Add.
5182         (tumme-dired-edit-comment-and-tags): Add.
5183         (tumme-save-information-from-widgets): Add.
5185 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5187         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5189 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5191         * progmodes/sh-script.el (sh-font-lock-keywords-1):
5192         Revert inadvertently installed patch hunk.
5194         * progmodes/compile.el (compilation-find-file): Handle the
5195         cases where the user selects a non-existent file.
5197 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5201 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5203         * subr.el (sit-for): Just sleep-for if noninteractive.
5205 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * emacs-lisp/autoload.el (make-autoload): Use new arg.
5209         * custom.el (custom-autoload): Add `noset' argument.
5210         (custom-push-theme): Don't autoload the variable, let callers do it.
5211         (custom-theme-set-variables): Autoload the variable if necessary.
5213         * cus-edit.el (custom-variable-state-set): If the variable was
5214         originally set outside custom, but to the same value as the default,
5215         consider it to be standard.
5217         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5218         file *before* telling Emacs to add the autoloads, in case it fails.
5220         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5221         Use `cond', push', and `dolist'.
5223 2006-07-17  Richard Stallman  <rms@gnu.org>
5225         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5226         Add defvars to silence warnings.
5228 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5230         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5231         Don't highlight "Compiling file" messages as error.
5233         * dired-aux.el (dired-compress-file): Confirm again if gzipped
5234         file already exists.
5236 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
5238         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
5239         entry, don't assign to free var; simply return the extracted filename.
5240         (ff-treat-as-special): Incorporate common preamble from callers.
5241         (ff-other-file-name, ff-find-the-other-file):
5242         Update call to ff-treat-as-special.
5244         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5246 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
5248         * tumme.el (tumme-get-comment): Fix bug.
5250 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * files.el: Remove spurious * in docstrings.
5254 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5256         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5257         grammar.
5258         (allout-beginning-of-current-line): Beware beginning of buffer.
5259         Also, a comment is simplified.
5260         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5261         when appropriate.  (This fix enables use for other than
5262         bullet-hotspot operation.)
5263         (allout-hide-current-subtree): While escalating to sibling-close,
5264         make sure to situate on a topic.
5266 2006-07-14  Kim F. Storm  <storm@cua.dk>
5268         * emulation/cua-base.el (cua-delete-selection)
5269         (cua-toggle-set-mark): New defcustoms.
5270         (cua-rectangle-modifier-key): Add `alt' modifier.
5271         (cua-replace-region): Don't delete if cua-delete-selection is nil.
5272         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5273         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5275         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5277 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5279         * allout.el: Require 'cl during byte-compilation/interactive load,
5280         for the `assert' macro.
5281         (allout-mode-deactivate-hook): New hook, run when allout mode
5282         deactivates.
5283         (allout-developer): New allout customization subgroup.
5284         (allout-run-unit-tests-on-load): New allout-developer
5285         customization variable, when true allout unit tests are run towards
5286         end of file load/eval.
5287         (allout-inhibit-auto-fill): Disable auto-fill activity even during
5288         auto-fill-mode.
5289         (allout-resumptions): Remove, to be replaced by...
5290         (allout-add-resumptions): Register variable settings to be
5291         reinstated by `allout-do-resumptions'.  The settings are made
5292         buffer-local, but the locality/globality of the suspended setting
5293         is restored on resumption.
5294         (allout-do-resumptions): Reinstate all settings suspended using
5295         `allout-add-resumptions'.
5296         (allout-test-resumptions): Unit tests (and intermediate variables)
5297         for resumptions.
5298         (allout-tests-globally-unbound, allout-tests-globally-true)
5299         (allout-tests-locally-true): Intermediate variables for
5300         resumptions unit tests.
5301         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
5302         (allout-exposure-category): Replaces 'allout-overlay-category variable.
5303         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
5304         instead of retired `allout-resumptions'.  For hook functions, use
5305         `local' parameter so hook settings are created and removed as
5306         buffer-local settings.  Revise (resumptions) setting
5307         auto-fill-function so it is set only if already active.  (The
5308         related fill-function settings are all made in either case, so
5309         that activating auto-fill-mode activity will have the custom
5310         allout-mode behaviors (hanging indent on topics, if configured for it).
5311         Remove all allout-exposure-category overlays on mode deactivation.
5312         (allout-hotspot-key-handler): New function extracted from
5313         `allout-pre-command-business', so the functionality can be used
5314         for other purposes, eg as a binding in an overlay.
5315         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
5316         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
5317         customization variable.
5318         (allout-run-unit-tests): Run the (currently quite small)
5319         repertoire of unit tests.  Called just before the provide iff user
5320         has customized `allout-run-unit-tests-on-load' non-nil.
5322 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
5324         * emacs-lisp/authors.el (authors-aliases): Update.
5326 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5328         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
5329         gdb-source-window.  Add dedicated argument.
5330         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
5331         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
5332         (gdb-display-threads-buffer, gdb-display-memory-buffer)
5333         (gdb-display-locals-buffer): Use it.
5335         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
5336         Set gdb-source-window.
5338 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
5341         minor modes, redundant with the custom-autoload line above.
5343 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
5345         * longlines.el (longlines-post-command-function): Handle open-line too.
5347 2006-07-12  Richard Stallman  <rms@gnu.org>
5349         * progmodes/grep.el (grep-last-buffer): Doc fix.
5351         * info.el (Info-try-follow-nearest-node): Doc fix.
5353         * emacs-lisp/edebug.el (edebug-instrument-function):
5354         Err if find-function-noselect gives no position.
5356         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5357         If can't find definition, return nil for position.
5358         (find-function-do-it): Handle new return value
5359         of find-definition-noselect.
5360         (find-definition-noselect, find-variable-noselect): Doc fix.
5361         (find-function-noselect): Doc fix.
5363         * help-mode.el (help-variable-def): Handle find-variable-noselect
5364         returning no position.
5365         (help-function-def): Likewise for find-function-search-for-symbol.
5366         (help-face-def): Likewise.
5368         * help-fns.el (describe-variable): Handle find-variable-noselect
5369         returning no position.
5371         * files.el (locate-file-completion): Avoid duplicates in result.
5373         * cus-edit.el (custom-no-edit): New command.
5374         (custom-mode-map): Remap to custom-no-edit instead of
5375         using suppress-keymap.
5377 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
5379         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5380         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5381         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
5383         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
5385 2006-07-11  Kim F. Storm  <storm@cua.dk>
5387         * ido.el (ido-copy-current-file-name): Use buffer-name if
5388         buffer-file-name is nil.
5390 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
5392         * simple.el (undo-ask-before-discard): Set to nil.
5394         * vc.el (vc-exec-after): Don't delete process manually.
5395         (vc-print-log): Run log-view-mode in process sentinel inside
5396         inhibit-read-only.  Don't shrink window due to timing issues.
5398         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
5399         Avoid using with-output-to-temp-buffer, which clobbers local vars.
5401 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5404         Fix ambiguity introduced by last change.
5405         (compilation-find-file): Move save-excursion to where it may
5406         make sense.  Fix a left over `find-file'.
5408 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
5410         * textmodes/texinfmt.el (texinfo-format-separate-node):
5411         Insert a string before point, which fits documentation, not after.
5412         (texinfo-multitable-item): In a multitable row, insert any
5413         additional needed @tabs and spaces.
5415 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
5417         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5418         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5419         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5420         instead of shell-command.
5421         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5422         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5423         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5424         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5425         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5426         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5428 2006-07-11  Kim F. Storm  <storm@cua.dk>
5430         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
5431         Remove special case for seconds < 0.  Use (redisplay t) instead.
5433 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
5435         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5436         avoid compilation error.
5438         * subr.el (sit-for): New function.
5440         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5442 2006-07-10  Richard Stallman  <rms@gnu.org>
5444         * ldefs-boot.el (edebug): Update page.
5446 2006-07-10  Kim F. Storm  <storm@cua.dk>
5448         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5449         to FOR-RELEASE and TODO.
5451 2006-07-10  Romain Francoise  <romain@orebokech.com>
5453         * emacs-lisp/authors.el (authors-aliases): Update.
5455 2006-07-10  Alan Mackenzie  <acm@muc.de>
5457         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5458         * cc-mode.el: Changes to eradicate eval-after-load.
5460 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
5462         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5463         on non-char events.
5465 2006-07-09  Romain Francoise  <romain@orebokech.com>
5467         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5468         Don't highlight start/end markers as compilation messages.
5470         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5471         to t.
5473 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5475         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5477 2006-07-08  Richard Stallman  <rms@gnu.org>
5479         * term/x-win.el (x-handle-display): Add doc string.
5481         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5483         * subr.el (def-edebug-spec): Move here.
5484         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5486         * imenu.el (imenu-choose-buffer-index): Doc fix.
5488 2006-07-08  Romain Francoise  <romain@orebokech.com>
5490         * term/x-win.el (x-display-name): Fix typo.
5492 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5494         * hexl.el (hexl-find-file): Doc fix.
5496         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5498 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
5500         * term/x-win.el (x-display-name): Doc fix.
5502 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5504         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5505         long prefixes.
5506         (fill-region-as-paragraph): Don't round up to a whole line.
5507         (fill-comment-paragraph): Don't include the code-before-the-comment
5508         when calling fill-region-as-paragraph.
5510         * international/mule.el (make-char): Remove redundancy.
5512         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5513         property may contain an anonymous function rather than a symbol.
5515         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5517         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5518         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
5520         * dirtrack.el (dirtrack-default-directory-function): Remove.
5521         (dirtrack-directory-function): Use file-name-as-directory.
5522         (dirtrack-windows-directory-function): Simplify.
5523         (dirtrack-forward-slash, dirtrack-backward-slash)
5524         (dirtrack-replace-slash): Remove.
5525         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5526         (dirtrack): Fix wrong parenthesizing; use match-string.
5528         * progmodes/octave-inf.el: Remove spurious * in docstrings.
5529         (inferior-octave-mode): Only change the buffer-local value of
5530         comint-dynamic-complete-functions.
5531         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5532         Move the initialization to the declaration.
5533         (inferior-octave-complete): Remove unused var `filter'.
5535         * shell.el (shell-mode): Only change the buffer-local value of
5536         comint-dynamic-complete-functions.
5538 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
5540         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5541         entry is skipped because it has been scheduled.
5542         (org-prepare-agenda-buffers): Don't mark buffers as modified when
5543         changing `:org-archived' and `:org-comment' properties.
5545 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
5547         * server.el (server-select-display): Don't make the temp frame
5548         minibuffer-only, in case it's not a temp frame.
5549         (server-process-filter): Don't delete the temp frame if it's the
5550         only one we have on that display.
5552         * files.el (find-alternate-file): Doc fix.
5554 2006-07-05  Richard Stallman  <rms@gnu.org>
5556         * files.el (abbreviate-file-name): Add save-match-data.
5558 2006-07-03  Richard Stallman  <rms@gnu.org>
5560         * faces.el (read-face-name): Doc fix.
5562 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
5564         * net/goto-addr.el (goto-address): Mark as safe for local evals.
5566 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
5568         * vc.el (vc-diff-internal): Fix prev change.
5570 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5572         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5573         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5575 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5578         fails if the symbol contains chars like ( or '.
5579         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5580         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5581         `short'.
5583 2006-07-04  Kenichi Handa  <handa@m17n.org>
5585         * international/mule-cmds.el (set-language-info): If LANG-ENV is
5586         the current one, don't call set-language-environment, but call one
5587         of set-language-environment-XXX to make INFO effective now.
5588         (set-language-environment): Call set-language-environment-XXX
5589         functions instead of doing the various setups directly.
5590         (set-language-environment-coding-systems): Delete argument eol-type.
5591         (set-language-environment-input-method)
5592         (set-language-environment-nonascii-translation)
5593         (set-language-environment-charset)
5594         (set-language-environment-fontset)
5595         (set-language-environment-unibyte): New functions.
5597 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5599         * locate.el (locate-update-when-revert): New option.
5600         (locate-update-path): New option (suggested by Michael Albinus).
5601         (locate-prompt-for-command): Whitespace change.
5602         (locate-update): No longer offer to update the locate database by
5603         default.  Implement the two new options.
5605 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5607         * tooltip.el: Move comment about track-mouse...
5609         * progmodes/gud.el: ...to here.
5611 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
5613         * facemenu.el (facemenu-listed-faces): New var.
5614         (facemenu-unlisted-faces): Variable deleted.
5615         (facemenu-add-new-face): Use facemenu-listed-faces.
5617         * emulation/viper-init.el, calendar/calendar.el:
5618         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5620 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
5622         * textmodes/org.el (org-mode): Remove no invalid settings for
5623         calc embedded mode.
5624         (org-mode-p): New defsubst.
5625         (org-save-all-org-buffers): New function.
5626         (org-first-headline-recenter): Enclose outline-regexp in group
5627         delimiters.
5628         (org-set-tags): Keep single space after stars.
5630 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * window.el (set-window-text-height): Only set window-min-height to
5633         1 if that's the requested size.
5635         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5636         (diff-unified->context, diff-context->unified)
5637         (diff-reverse-direction): Make sure the end marker stays at the end.
5638         (diff-mode): Add the keymap table at the end of docstring.
5639         Use lexical-let rather than constructing a closure manually.
5641         * files.el (find-file-noselect-1): Remove unused var assignment.
5642         (hack-local-variables-confirm): Print lists of strings as lists of
5643         strings rather than lists of symbols.
5644         (abbreviate-file-name, hack-local-variables-prop-line):
5645         Use match-string.
5646         (hack-one-local-variable): Move `make-local-variable' nearer its use.
5647         (recover-session-finish): Use line-end-position.
5649 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
5651         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5653 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
5655         * progmodes/make-mode.el (makefile-macroassign-regex):
5656         Accept preceding keyword.
5657         (makefile-gmake-statements): Reorganize, now that makepp has
5658         "override" and also handle forgotten "override define".
5659         (makefile-makepp-statements): Add new "global", "override export"
5660         and "override global".
5662 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
5664         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5665         (ada-compile-mouse-goto-error, ada-deactivate-properties)
5666         (ada-no-auto-case): Fix typos in docstrings.
5668 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5670         * info.el (Info-find-node-2): Search for makeinfo version more
5671         carefully.
5673 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
5675         * textmodes/org.el (org-prepare-agenda-buffers):
5676         Use `invisible-OK' argument for `org-end-of-subtree'.
5677         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5678         (org-beginning-of-item): Fix bug in regular expression for white line.
5679         (org-export-as-html): Enforce space after bullet in plain list items.
5680         (org-set-autofill-regexps): Require space after plain list bullet
5681         for paragraph-start.
5682         (org-ts-regexp3): New constant.
5683         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5684         (org-timestamp-up-day, org-timestamp-down-day)
5685         (org-timestamp-change): Work with inactive timestamps.
5686         (org-ts-regexp1): Don't allow brackets in time stamps.
5688 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
5690         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5691         for ignoring links.
5693         * faces.el (read-face-name): Use it.
5695 2006-06-28  Juri Linkov  <juri@jurta.org>
5697         * buff-menu.el (list-buffers-noselect): Compare Info file
5698         with the string "dir" to detect Info directory.
5700         * complete.el (partial-completion-mode): In lambda for
5701         `choose-completion-string-functions' use full function signature
5702         with 4 args, and move point to the end of the minibuffer only if arg
5703         `mini-p' is non-nil.
5705 2006-06-28  John Paul Wallington  <jpw@pobox.com>
5707         * ibuffer.el (ibuffer-mode): Doc fix.
5709 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
5711         * textmodes/org.el (org-context): New contexts :item-bullet,
5712         :latex-fragment, :latex-preview.
5713         (org-overlays-at, org-overlay-start, org-overlay-end):
5714         New compatibility functions.
5715         (org-inside-LaTeX-fragment-p): More accurate matching, using the
5716         exact regexp that will be used during export.
5717         (org-latex-regexps): New variable.
5718         (org-cdlatex-mode): Improve advice for `texmathp'.
5719         (turn-on-org-cdlatex): New function.
5721 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5723         * term/mac-win.el (mac-handle-font-selection): Change keys of
5724         mac-atsu-font-table from strings to numbers.
5725         (mac-ts-caret-position): Use also when cursor-type is nil.
5726         (mac-ts-update-active-input-area): Add Mac OS Classic support.
5727         Relax condition for using overlay strings.
5728         Use mac-ts-caret-position face when cursor-type is nil.
5730 2006-06-26  Kim F. Storm  <storm@cua.dk>
5732         * help.el (view-emacs-news): Declare `res' in the right let* form.
5734 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
5736         * net/rcompile.el (remote-compile): Replace ange-ftp based
5737         implementation by Tramp functions.
5738         Suggested by Marc Abramowitz <msabramo@gmail.com>.
5740         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5742 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
5744         * international/fontset.el (setup-default-fontset): Fix a typo in
5745         the "Oriya-Akruti" registry name.
5747 2006-06-23  Lars Hansen  <larsh@soem.dk>
5749         * desktop.el (desktop-full-file-name): New function.
5750         (desktop-kill, desktop-save, desktop-remove, desktop-read)
5751         (desktop-revert): Use it.
5752         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5753         (desktop-after-read-hook): Add option list-buffers.
5754         (desktop-locals-to-save): Add tab-width.
5755         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5756         Fix docstring.
5758 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
5760         * textmodes/org.el (org-cdlatex-mode-map)
5761         (org-cdlatex-texmathp-advice-is-done): New variables.
5762         (org-cdlatex-mode): New minor mode.
5763         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5764         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5765         (org-export-with-archived-trees): New option.
5766         (org-open-file): Remove the call to `convert-standard-filename'.
5767         (org-archive-tag, org-agenda-skip-archived-trees)
5768         (org-cycle-open-archived-trees)
5769         (org-sparse-tree-open-archived-trees): New options.
5770         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5771         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5772         New functions.
5773         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5774         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5775         (org-mode-map): Add binding for `org-toggle-archive-tag'.
5776         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5777         Call `org-prepare-agenda-buffers'.
5778         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5779         (org-file-apps, org-file-apps-defaults-gnu)
5780         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5781         Handle remote files by forcing them to be opened in Emacs.
5783 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
5785         * vc.el (vc-diff-knows-L): New variable.
5786         (vc-diff-internal): Use it to handle "diff" programs that don't
5787         understand -L.  This works automatically, no user action is necessary.
5789 2006-06-23  Daniel Brockman  <daniel@brockman.se>
5791         * net/rcirc.el (rcirc-default-user-full-name): Default to
5792         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5793         longer exists).
5794         (rcirc-process-list): Check `buffer-live-p' before attempting to
5795         switch to a buffer.
5797 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
5799         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5800         based on rcirc-coding-system-alist.
5802 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
5804         * cus-edit.el (customize-apropos): A better error message.
5805         (top level) <debug-ignored-errors>: Extend and update the list of
5806         ignored error messages.
5808 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
5810         * complete.el (PC-do-completion): Retain capitalization of user
5811         input, when possible, even if completion-ignore-case is set.
5813 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
5815         * generic-x.el (bat-generic-mode): Support .cmd files.
5817         * dos-w32.el (top level): Use find-file-not-found-functions
5818         instead of the obsolete find-file-not-found-hooks.
5820 2006-06-22  Kim F. Storm  <storm@cua.dk>
5822         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5823         to recognize mode name containing submodes, such as Grep/lw.
5825 2006-06-21  Kim F. Storm  <storm@cua.dk>
5827         * simple.el (line-move-1): Check for move-end-of-line instead of
5828         end-of-line when setting temporary-goal-column.
5830 2006-06-21  Miles Bader  <miles@gnu.org>
5832         * play/cookie1.el (cookie): Work properly when there's only one entry.
5834 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
5836         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5837         (gdb-frame-handler): Generalize frame regexp for templates.
5839 2006-06-20  Glenn Morris  <rgm@gnu.org>
5841         * calendar/appt.el (appt-display-format): Default value must be
5842         one of the customize options.
5844 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5846         * term/xterm.el (terminal-init-xterm): Update key availability info.
5847         Bind C-return.
5849         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5851 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
5853         * files.el (hack-local-variables): Run `hack-local-variables-hook'
5854         whether or not a local variables list is defined.
5856         * msb.el (msb): Move `sit-for' hack here to handle both
5857         "mouse-down and drag" and "mouse-up and select" situations.
5858         (mouse-select-buffer): Move `sit-for' hack to `msb'.
5860 2006-06-20  Kenichi Handa  <handa@m17n.org>
5862         * international/characters.el (word-combining-categories):
5863         Add entries for 2-byte Han characters.
5865 2006-06-19  Richard Stallman  <rms@gnu.org>
5867         * bindings.el (mode-line-format): Save some mode line space.
5869         * files.el (find-file-noselect): Improve the question wording.
5870         (basic-save-buffer-2): Mask UMASK against 666.
5872         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5873         (mouse-drag-vertical-line): Call it.
5875         * cus-edit.el (customize-option, customize-option-other-window):
5876         Error if SYMBOL is nil.
5878 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
5880         * textmodes/org.el: Require noutline, also on XEmacs.
5881         (org-end-of-subtree): Return point.
5882         (org-dblock-start-re, org-dblock-end-re): New constants.
5883         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5884         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5885         (org-update-all-dblocks, org-find-dblock): New functions.
5886         (org-collect-clock-time-entries): New function.
5887         (org-html-handle-time-stamps): Never export CLOCK timeranges.
5888         (org-fixup-indentation): Modify to deal correctly with lines
5889         starting with TAB.  Only one argument DIFF now.
5890         (org-demote, org-promote): Call `org-fixup-indentation' with just
5891         one argument, DIFF.
5892         (org-mode): Don't mark buffer as modified when aligning tables.
5893         (org-clock-sum): Don't mark buffer modified when adding time sum
5894         properties.
5895         (org-export-as-html): Add support for a link validation function.
5896         (org-archive-all-done): New function.
5897         (org-archive-subtree): New prefix argument.  When set, archive all
5898         done subtrees in this buffer.
5899         (org-remove-clock-overlays)
5900         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5901         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5902         (org-put-clock-overlay): Don't swallow last headline character
5903         when displaying overlay.
5904         (org-store-link): Link to `image-mode' with just the file name.
5906 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
5908         * viper-cmd.el (viper-special-read-and-insert-char):
5909         Use read-key-sequence.
5910         (viper-after-change-undo-hook): Misc enhancements.
5911         (viper-after-change-undo-hook): New hook.
5912         (viper-undo): Use viper-after-change-undo-hook.
5913         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5914         (viper-next-line-at-bol): If point is on a widget or a button, simulate
5915         clicking on that widget/button.
5917         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5919         * ediff-diff (ediff-test-patch-utility): Catch errors.
5920         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5921         (ediff-set-actual-diff-options): New function.
5922         (ediff-reset-diff-options, ediff-toggle-ignore-case):
5923         Use ediff-set-actual-diff-options.
5924         (ediff-extract-diffs): Catch errors.
5925         (ediff-whitespace): Add non-breakable space.
5926         (ediff-same-file-contents): Catch errors.
5928         * ediff-mult.el (ediff-collect-custom-diffs):
5929         Save coding-system-for-read.
5931         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5932         (ediff-vc-internal, ediff-vc-merge-internal):
5933         Use ediff-delete-version-file.
5934         (ediff-delete-version-file): New function.
5936         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5938         * ediff.el (ediff-directories, ediff-directory-revisions)
5939         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5940         (ediff-directories-internal, ediff-merge-directory-revisions)
5941         (ediff-merge-directory-revisions-with-ancestor)
5942         (ediff-directories3): Use read-directory-name.
5944 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
5946         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5947         Remove superfluous part of regexp for brace matching which is handled
5948         by `scan-lists' call.
5950 2006-06-16  Richard Stallman  <rms@gnu.org>
5952         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5954         * files.el (basic-save-buffer-2): For a new precious file,
5955         use the default modes in the return value.
5957         * facemenu.el (facemenu-color-alist): Doc fix.
5959         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5961 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5963         * cus-start.el (all): Add mac-ts-script-language-on-focus.
5965         * term/mac-win.el (mac-text-encoding-ascii): New constant.
5966         (mac-utxt-to-string): Use it.
5967         (mac-ts-update-active-input-area): Use mac-ae-number.
5969 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5971         * term.el (term-handle-scroll, term-delete-lines)
5972         (term-insert-lines): Fix off by one errors.
5974 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5976         * net/tramp.el (tramp-touch): Use UTC to express time.
5978 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
5980         * mail/sendmail.el (mail-send): Search explicitly for
5981         mail-header-separator when checking for corrupted header lines.
5983 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
5985         * progmodes/gdb-ui.el (gdb-same-frame): New option.
5986         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5987         (gdb-init-1): Initialise them.
5988         (gdb-starting): Reset gdb-printing
5989         (gdb-starting): Save value of gud-overlay-arrow-position.
5990         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5991         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5992         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5993         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5995 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5999 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
6001         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6002         (ldap-search-internal): Keep error messages, and a regexp fix.
6004 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
6006         * files.el (hack-local-variables-confirm):
6007         Display string value using its printed representation.
6009 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
6011         * server.el (server-edit): No-op if no server buffers exist.
6013 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
6015         * textmodes/page-ext.el (pages-directory-for-addresses):
6016         Including `pages-directory-address-mode' in the function results
6017         in the message "Buffer in which pages were found is deleted".
6019 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6021         * textmodes/org.el (org-agenda-mode-map): Add bindings for
6022         clocking functions.
6024         (org-agenda-clock-in, org-check-running-clock)
6025         (org-clock-out-if-current, org-remove-clock-overlays)
6026         (org-put-clock-overlay): New functions.
6027         (org-clock-marker, org-clock-file-total-minutes)
6028         (org-clock-overlays): New variables.
6029         (org-clock-display, org-clock-sum, org-clock-cancel)
6030         (org-clock-out, org-clock-in): New commands.
6031         (org-export): New function.
6032         (org-emph-re): New constant.
6033         (org-set-emph-re, org-do-emphasis-faces): New functions.
6034         (org-emphasis-regexp-components, org-emphasis-alist): New options.
6035         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6036         (org-export-html-convert-emphasize): Use the configurable emphasis.
6037         (org-cleaned-string-for-export): Make multiline emphasis visible
6038         to the exporter.  New optional argument PARAMETERS.
6039         (org-export-as-html): Specify :emph-multiline parameter to
6040         `org-cleaned-string-for-export'.
6042 2006-06-10  Richard Stallman  <rms@gnu.org>
6044         * help.el (help-for-help-internal): Clean up help text.
6046 2006-06-10  Andreas Schwab  <schwab@suse.de>
6048         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6049         in doc string.
6051         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6053 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
6055         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6056         spaces after the comment start.
6058 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6060         * play/pong.el (pong-init-buffer):
6061         Fill buffer with spaces instead of ^A.
6063         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6064         launched asynchronously, delete its process instead of being cool.
6065         (ispell-async-processp): Check for `delete-process' existence
6066         instead of `kill-process' one for consistency.
6068 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
6070         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6071         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6072         in mode line at startup.
6074 2006-06-08  Kim F. Storm  <storm@cua.dk>
6076         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6077         (ido-init-completion-maps): Bind them to M-SPC and M-v.
6078         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6079         (ido-file-internal): Pass full file name to write-file.
6080         (ido-read-internal): Only pop stack elements automatically if they
6081         actually match an existing directory or file name.
6083 2006-06-07  Kenichi Handa  <handa@m17n.org>
6085         * international/mule.el (find-auto-coding): Don't handle the short
6086         name `char-trans'.
6088         * files.el (hack-local-variables-prop-line)
6089         (hack-local-variables): Cancel the previous change.
6091 2006-06-06  Jesper Harder  <harder@phys.au.dk>
6093         * ediff-diff.el (ediff-test-utility): Protect against file-error.
6095 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
6097         * diff-mode.el (diff-mode): Set buffer-read-only to t when
6098         diff-default-read-only is non-nil.
6099         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6100         (diff-refine-hunk): Set inhibit-read-only to t.
6102         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6103         modifying the *Diff* buffer.
6104         (diff-process-filter): New filter function for diff process that
6105         sets inhibit-read-only to t when modifying the *Diff* buffer.
6107 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6109         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6110         insertion point and control the number of empty lines.
6111         (org-paste-subtree): Limit the number of empty lines at the end of
6112         the inserted tree.
6113         (org-agenda): Use buffer name of current file for narrowing.
6114         (org-export-as-xml): Command removed.
6115         (org-export-xml-type): Option removed.
6116         (org-mode-map): Call `org-export-as-xoxo' directly.
6117         (org-get-indentation): New optional argument LINE.
6118         (org-fix-indentation, org-remove-tabs): New functions.
6119         (org-export-as-ascii, org-ascii-level-start): Determine and apply
6120         correct indentation for headlines that are converted it items.
6121         (org-skip-comments): Remove table lines that contain narrowing
6122         cookies but no other non-empty fields.
6123         (org-set-tags): Allow groups of mutually exclusive tags.
6124         (org-cmp-time): Sort 24:21 before items without time.
6125         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6126         (org-open-at-point): Require double colon also for numbers.
6128 2006-06-06  Kim F. Storm  <storm@cua.dk>
6130         * ido.el (ido-default-file-method, ido-default-buffer-method):
6131         Make choice values consistent with corresponding command names.
6132         (ido-visit-buffer): Update accordingly.  Default to selected-window.
6134 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
6136         * progmodes/gud.el (gud-running): Fix doc string.
6137         (gud-menu-map): Use :visible instead fo :enable for debugger test.
6138         (gud-tooltip-modes): Add python-mode.
6139         (gud-tooltip-print-command): Add pdb.  Remove perldb.
6141 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
6143         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6144         Quote $(EMACS).
6146 2006-06-05  Richard Stallman  <rms@gnu.org>
6148         * faces.el (defined-colors): Doc fix.
6150 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
6152         * vc.el (vc-process-filter): Inhibit undo info collection around
6153         call to insert.
6154         (vc-setup-buffer): Likewise for call to erase-buffer.
6155         (vc-do-command): Likewise for call to process-file.
6157 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
6159         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6160         for gud-go.
6161         (gud-common-init): Other debuggers may trigger error.
6163 2006-06-05  Kenichi Handa  <handa@m17n.org>
6165         * international/mule.el (find-auto-coding):
6166         Handle enable-character-translation in file header.
6168 2006-06-04  Kim F. Storm  <storm@cua.dk>
6170         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6171         (authors-fixed-entries): Fix spelling.
6172         (authors-canonical-file-name): Don't report error for wildcards.
6174         * help.el (view-emacs-news): Rewrite to support new NEWS,
6175         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
6176         e.g. version 10 matches 1.10, and don't be confused by version 1.1
6177         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
6179 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
6181         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6182         exec constructs like `foo bar`.
6183         (sh-quoted-subshell): New helper function to search for a possibly
6184         nested subshell (like `` or $()) within a "" quoted string.
6185         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6186         (sh-apply-quoted-subshell): Flag quote characters inside a
6187         subshell, which is itself already in a quoted region, as
6188         punctuation, since this is the closest to what they actually are.
6189         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6190         sh-apply-quoted-subshell.
6191         (sh-font-lock-syntactic-face-function): Apply the new face for
6192         text inside `` instead of the old font-lock-string-face.
6194 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6196         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6197         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6198         (mac-bytes-to-text-range, mac-ae-text-range-array)
6199         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6200         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6201         (mac-ts-unicode-for-key-event): New functions.
6202         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6203         (mac-handle-font-selection): Use mac-ae-number.
6204         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6205         New variables.
6206         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6207         (mac-ts-converted-text, mac-ts-selected-converted-text)
6208         (mac-ts-block-fill-text, mac-ts-outline-text)
6209         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6210         (mac-ts-hilite-style-faces): New constant.
6211         (mac-apple-event-map): Bind text input events.
6212         (mac-dispatch-apple-event): Use command-execute instead of
6213         call-interactively.
6214         (global-map): Don't bind mac-apple-event.
6215         (special-event-map): Bind mac-apple-event.
6217 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
6219         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6220         file name.
6221         (emacs): Enclose the value of $(EMACS) in quotes.
6223 2006-06-02  Juri Linkov  <juri@jurta.org>
6225         * international/mule.el (sgml-html-meta-auto-coding-function):
6226         Remove the condition `(search-forward "<html" size t)'.
6227         Replace `\"' with `[\"']?' in `re-search-forward'.
6229 2006-06-02  Kenichi Handa  <handa@m17n.org>
6231         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6232         as well as `coding'.
6233         (hack-local-variables): Likewise.
6235         * international/mule.el (enable-character-translation):
6236         Put permanent-local and safe-local-variable properties.
6237         (find-auto-coding): Handle char-trans: tag.
6239 2006-06-02  Juri Linkov  <juri@jurta.org>
6241         * international/mule.el (sgml-html-meta-auto-coding-function):
6242         Limit the search by the end of the HTML header (if any).
6244 2006-06-01  Richard Stallman  <rms@gnu.org>
6246         * subr.el (with-current-buffer): Doc fix.
6248 2006-06-02  Masatake YAMATO  <jet@gyve.org>
6250         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6251         Almost rewrite.  Underlines over all lines of gcov output are too
6252         uncomfortable to read.  Suggested by Dan Nicolaescu.
6254 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6256         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6258         * shell.el (shell-mode): Use shell-mode-map in docstring.
6260         * comint.el (comint-send-input): Do not add help-echo and
6261         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6263 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6265         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6267 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
6269         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6270         (gdb-stopped, gdb-info-stack-custom): If there is no source info
6271         look up the stack and pop up GUD buffer if necessary.
6272         (gdb-frames-select): Remove redundant call to gud-display-frame.
6273         (gdb-info-threads-custom): Keep point at start of buffer.
6274         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6276 2006-05-31  Juri Linkov  <juri@jurta.org>
6278         * replace.el (query-replace-read-from, query-replace-read-to):
6279         Bind `history-add-new-input' to nil.  Call `add-to-history'.
6281 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6283         * textmodes/table.el: Convert all HTML tags to lower case for
6284         XHTML compatibility.
6286 2006-05-31  Masatake YAMATO  <jet@gyve.org>
6288         * progmodes/compile.el:
6289         (compilation-error-regexp-alist-alist::gcov-called-line):
6290         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
6292 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
6294         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6295         Revert inadvertent changes made with last commit.
6297 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6299         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6300         New functions.
6302         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
6304 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6306         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
6307         only matches in the right place.
6308         (org-upcoming-deadline): New face.
6309         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
6310         (org-export-ascii-underline): Rename constant `org-ascii-underline'
6311         and make it an option.
6312         (org-export-ascii-bullets): New option.
6313         (org-export-as-html): Many changes to emit valid XHTML.
6314         (org-par-open): New variable.
6315         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
6316         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
6317         (org-timeline): Pass `org-timeline-show-empty-dates' to
6318         `org-get-all-dates'.  Interpret empty dates returned by
6319         `org-get-all-dates'.
6320         (org-get-all-dates): New argument EMPTY.  Add dates without
6321         entries to the list, mark large ranges of empty dates.
6322         (org-point-in-group, org-context): New functions.
6324 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
6326         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
6328         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
6329         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
6330         to C-mouse-3 (for 2 button mice).
6331         (gdb-send): Do the right thing for C-d.
6333         * speedbar.el (speedbar-detach): Delete.
6334         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
6335         it breaks things.
6336         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
6338 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
6340         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
6341         Makeppfile.
6343         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6344         Add makepp diagnostic.
6346 2006-05-29  Richard Stallman  <rms@gnu.org>
6348         * window.el (fit-window-to-buffer): Doc fix.
6350         * help.el (temp-buffer-max-height): Doc fix.
6352         * subr.el (with-current-buffer): Doc fix.
6354 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6356         * term/x-win.el: Bind F10 to menu-bar-start if available.
6358 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
6360         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
6361         uses with a simple test.
6362         (term-set-escape-char, term-mode, term-check-kill-echo-list)
6363         (term-send-raw-string, term-send-raw, term-mouse-paste)
6364         (term-char-mode, term-line-mode, term-exec, term-sentinel)
6365         (term-handle-exit, term-read-input-ring)
6366         (term-previous-matching-input-string)
6367         (term-previous-matching-input-string-position)
6368         (term-previous-matching-input-from-input)
6369         (term-replace-by-expanded-history, term-send-input)
6370         (term-skip-prompt, term-bol, term-send-invisible)
6371         (term-kill-input, term-delchar-or-maybe-eof)
6372         (term-backward-matching-input, term-check-source)
6373         (term-proc-query, term-emulate-terminal)
6374         (term-handle-colors-array, term-process-pager, term-pager-line)
6375         (term-pager-bob, term-unwrap-line, term-word)
6376         (term-dynamic-complete-filename)
6377         (term-dynamic-complete-as-filename)
6378         (term-dynamic-simple-complete): Replace one arm ifs with whens or
6379         unlesses.
6381 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
6384         during bootstrapping.
6386         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
6387         Basically undo the change of 2006-05-26: use extra arguments instead of
6388         dynamic scoping.
6389         (ewoc-locate): Remove unused var `footer'.
6391 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
6395         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
6396         (generate-file-autoloads): Obey it.  Return whether autoloads were
6397         added at point or not.
6398         (update-file-autoloads): Use this new return value.
6399         Remove redundant test for the presence of an autoload cookie.
6401         * emacs-lisp/autoload.el (autoload-find-file): New fun.
6402         This one calls hack-local-variables.
6403         (generate-file-autoloads, update-file-autoloads): Use it.
6405         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
6406         (bibtex-sort-entry-class): Add safe-local-variable predicate.
6407         (bibtex-sort-entry-class-alist): Don't set the global value.
6408         (bibtex-init-sort-entry-class-alist): New fun.
6409         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
6410         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
6411         of bibtex-init-sort-entry-class.
6413 2006-05-28  Richard Stallman  <rms@gnu.org>
6415         * subr.el (load-history-regexp): If FILE is relative, insist
6416         entire last name component must match it.
6417         (load-history-filename-element, load-history-regexp): Doc fixes.
6419 2006-05-29  Kim F. Storm  <storm@cua.dk>
6421         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6422         `pos' and `raw-data' for clarity, as eval forms may access these.
6424 2006-05-28  Kim F. Storm  <storm@cua.dk>
6426         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6428 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * progmodes/make-mode.el (makefile-browser-map)
6431         (makefile-mode-syntax-table): Move initialization inside declaration.
6432         (makefile-fill-paragraph): Use the default comment-filling code.
6434 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
6436         * replace.el (query-replace-defaults): New variable.
6437         (query-replace-read-from): Use `query-replace-defaults' for
6438         default value, instead of history list.
6439         (query-replace-read-to): Update `query-replace-defaults'.
6441 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
6443         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6444         with no X toolkit.
6446 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
6448         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6449         (tumme-show-all-from-dir): Add autoload.
6451 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
6453         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6454         (tumme-remove-tag): Fix bug.
6456 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6458         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6459         FOOTER args.  Update unique caller.
6460         (ewoc-delete): Compute last node once before looping.
6461         (ewoc--node-branch): Merge into unique caller.
6462         (ewoc--node): Don't define constructor make-ewoc--node for this
6463         structure.
6464         (ewoc): Add member `hf-pp' to this structure.
6465         (ewoc--wrap): New func.
6466         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
6467         header/footer pretty-printers.  Save header/footer pretty-printer.
6468         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
6470         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6472 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
6474         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6475         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
6476         Tag'.  Change "Compare directories..." to "Change Directories...".
6477         Move tumme commands to Operate, Regexp and Immediate menus.
6478         Change "Add Comment" to "Add Image Comment".  Change "Add Image
6479         Tag" to "Add Image Tags".
6481         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6482         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6483         `tumme-delete-tag'.
6485 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6487         * shell.el (shell-mode): Call shell-dirtrack-mode after
6488         list-buffers-directory is made a local variable, to avoid setting
6489         the default value.
6491 2006-05-26  Kevin Ryde  <user42@zip.com.au>
6493         * info.el (Info-index-next): Use where-is-internal to report
6494         actual binding of Info-index-next, rather than hard-coded `,'.
6496 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6498         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6499         and "Find Command in Manual" to here.
6501         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6502         Info-current-file as the file name.
6504 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
6506         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
6507         overrides will now be done a different way.
6508         (ses-set-parameter): Reapply this function for undo.
6509         (ses-set-header-row): Reconstruct header row during undo.
6510         (ses-widen): New function.
6511         (ses-goto-data, ses-reconstruct-all): Use new function.
6512         (ses-command-hook): Widen buffer during undo, before unupdating
6513         the cells.
6514         (ses-insert-row, ses-delete-row): Widen buffer during undo.
6515         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6516         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6517         formula hasn't been executed yet.
6519 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6521         * comint.el (comint-kill-whole-line): Rename arg to count.
6522         Fix doc string.
6524 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
6526         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6527         to copy-file.
6529 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6531         * simple.el (toggle-truncate-lines): Make arg optional for
6532         backward compatibility.
6534 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
6536         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6537         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6538         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
6539         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6540         (ewoc--adjust): Use ewoc--current-dll.
6541         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6543 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6545         * textmodes/org.el (org-next-item, org-previous-item): Emit more
6546         compact error message.
6547         (org-tags-view): Refresh category table in each file.
6548         (org-table-justify-field-maybe): Remove superfluous arguments to
6549         `format'.
6550         (org-export-as-html): Insert "<p>" before postamble.
6551         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6553 2006-05-26  Kenichi Handa  <handa@m17n.org>
6555         * textmodes/po.el (po-find-charset): Pay attention to the case
6556         FILENAME is a cons (NAME . BUFFER).
6557         (po-find-file-coding-system-guts): Likewise.
6559         * arc-mode.el (archive-set-buffer-as-visiting-file):
6560         Call find-operation-coding-system with (FILENAME . BUFFER).
6562         * tar-mode.el (tar-extract): Call find-operation-coding-system
6563         with (FILENAME . BUFFER).
6565         * international/mule.el (decode-coding-inserted-region):
6566         Call find-operation-coding-system with (FILENAME . BUFFER).
6568 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
6570         * image-mode.el (image-toggle-display): Use buffer contents to
6571         generate image for a remote file.
6573 2006-05-25  Juri Linkov  <juri@jurta.org>
6575         * replace.el (query-replace-read-from, query-replace-read-to):
6576         Remove 8th arg KEEP-ALL in read-from-minibuffer.
6578 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
6580         * whitespace.el (whitespace-cleanup): Change to cleanup
6581         region if one is active.
6582         * whitespace.el (whitespace-cleanup-internal): New internal method.
6584 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
6586         * dired.el (dired-mode-map): Add help-echo strings to tumme
6587         commands.  Bind `tumme-dired-display-image' to C-t i.
6589         * tumme.el (tumme-display-image): Change documentation string slightly.
6590         (tumme-dired-display-image): Add call to `display-buffer'.
6592 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
6594         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6595         Signal error if RAW-DATA is a multibyte string.
6597 2006-05-24  Richard Stallman  <rms@gnu.org>
6599         * subr.el (with-local-quit): When handling `quit' signal,
6600         make a chance for quit-flag to cause a quit.
6602         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6603         (ad-disable-advice): Add autoloads.
6605         * subr.el (read-passwd): Copy PROMPT before changing its properties.
6607 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
6609         * dired.el (dired-mode-map): Change menu items for tumme as per
6610         suggestions in emacs-devel.
6612 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
6614         * dired.el (dired-mode-map): Fix breakage.
6616 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
6618         * tumme.el (tumme-display-dired-image): Rename to...
6619         (tumme-dired-display-image): ...this.
6620         (tumme-track-movement): Change default value to t.
6621         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6622         used from `tumme-next-line-and-display' and similar commands.
6624         * dired.el (dired-mode-map): Add Thumbnail submenu under the
6625         Immediate menu.  Add some tumme commands there.
6627 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6629         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6631 2006-05-24  Chong Yidong  <cyd@mit.edu>
6633         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6634         menu entries that open submenus.
6636 2006-05-24  Alan Mackenzie  <acm@muc.de>
6638         * startup.el (command-line): For names of preloaded files, don't
6639         append ".elc" (now done in Fload), and call file-truename on the
6640         lisp directory.
6642         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
6643         match ANY loaded file with the right name, not just those in
6644         load-path.  Put a regexp matching the file name into
6645         after-load-alist, rather than the name itself.
6647         * subr.el (load-history-regexp, load-history-filename-element)
6648         (do-after-load-evaluation): New functions.
6650         * international/mule.el (load-with-code-conversion): Do the
6651         eval-after-load stuff by calling do-after-load-evaluation.
6653 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
6655         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6656         has not been killed.
6658 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6660         * term/mac-win.el: Set idle timer to clean up expired Apple events.
6661         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6662         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6663         Optionally set error message in reply.
6665 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6667         * textmodes/org.el (org-open-at-point): Use renamed variable
6668         `org-confirm-shell-link-function'.
6669         (org-confirm-shell-link-function): Rename from
6670         `org-confirm-shell-links'.
6671         (org-export-directory): New function.
6672         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6673         (org-export-icalendar): Use `org-export-directory'.
6674         (org-indent-item): Keep cursor position.
6675         (org-link-file-path-type): New option.
6676         (org-export-as-html): Fix bug with plain lists starting in
6677         column 0.
6678         (org-export-as-html): Remove deadline formatting, this happens
6679         now already in `org-html-handle-time-stamps'.
6680         (org-export-html-style): Deadline class removed.
6681         (org-insert-labeled-timestamps-at-point): New option.
6682         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6683         of `hide-sublevels 1', in case the first headline is not level 1.
6684         (org-overview, org-content): New fuction.
6685         (org-cycle-global-status, org-cycle-subtree-status): Make these
6686         variables buffer-local.
6687         (org-global-cycle): New command.
6688         (org-shifttab): Use `org-global-cycle'.
6689         (org-insert-heading, org-insert-item): Go to end of new
6690         headline/item after creating it.
6691         (org-export-visible): Rename from `org-export-copy-visible'.
6692         Now creates a temporary org-file and applies an exporting command
6693         to it.
6694         (org-table-eval-formula): Support for lisp forms.
6695         (org-agenda-todo-ignore-scheduled): New option.
6696         (org-agenda-get-todos): Use new option
6697         `org-agenda-todo-ignore-scheduled'.
6698         (org-export-html-inline-images): New value `maybe'.
6699         (org-export-as-html): Inlining of images dependent on link description.
6700         (org-archive-subtree): Check for end-of-buffer before trying
6701         `kill-line'.
6702         (org-agenda-follow-mode): New option.
6703         (org-export-with-tags, org-export-with-timestamps): New options.
6704         (org-html-handle-time-stamps): New function.
6705         (org-keyword-time-regexp): New variable.
6706         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6707         (org-agenda-todo-list-sublevels): New option.
6708         (org-html-level-start): When TITLE is nil, just close all levels.
6709         (org-parse-key-lines, org-parse-export-options): Remove functions,
6710         replaced by `org-infile-export-plist'.
6711         (org-combine-plists, org-infile-export-plist)
6712         (org-default-export-plist): New functions.
6713         (org-export-html-preamble, org-export-html-postamble)
6714         (org-export-html-auto-preamble, org-export-html-auto-postamble):
6715         New variables.
6716         (org-export-publishing-directory): New option.
6717         (org-export-as-html, org-export-as-ascii): Use the new property
6718         lists for settings.
6719         (org-export-copy-visible, org-export-as-xoxo):
6720         Respect `org-export-publishing-directory'.
6721         (org-link-search, org-store-link, org-file-apps): Support for
6722         links to BibTeX database entries..
6723         (org-get-current-options, org-set-regexps-and-options):
6724         Implement logging as a startup option.
6725         (org-store-link): Make sure context string is never empty
6726         (org-insert-link): Use relative path when possible.
6727         (org-at-item-checklet-p): New function.
6728         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6729         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6730         (org-metaright, org-metaup, org-metadown, org-shiftup)
6731         (org-shiftdown, org-shiftright, org-shiftleft)
6732         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6733         Dispatch using `call-interactively'.
6734         (org-call-with-arg): New defsubst.
6735         (org-tag-alist, org-use-fast-tag-selection): New options.
6736         (org-complete): Use `org-tag-alist'.
6737         (org-fast-tag-insert, org-fast-tag-selection): New functions.
6738         (org-next-item, org-previous-item): New commands.
6739         (org-beginning-of-item, org-end-of-item): Add (interactive) to
6740         make command.
6741         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6743 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
6745         * emacs-lisp/ewoc.el (ewoc-delete): New function.
6746         (ewoc-filter): Use `ewoc-delete'.
6748         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6750 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6753         Signal more user-friendly error messages.
6755         * complete.el (PC-do-completion): Undo the addition of implicit
6756         wildcards if they did not lead to finding any match.
6757         (read-file-name-internal): Don't add the final > if the completion is
6758         not finished.
6760 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6762         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6763         Quote safe-local-variable predicate.
6765 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
6767         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6769 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6771         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6773         * progmodes/make-mode.el (makefile-special-targets-list)
6774         (makefile-macro-table, makefile-target-table): Mark as risky.
6775         (makefile-query-one-target-method): Make this the alias for the
6776         following variable.
6777         (makefile-query-one-target-method-function): Make this the real name.
6779         * textmodes/artist.el (artist-text-renderer): Make this the alias
6780         for the following variable.
6781         (artist-text-renderer-function): Make this the real name.
6783         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6784         the alias for the following variable.
6785         (flyspell-generic-check-word-predicate): Make this the real name.
6787         * textmodes/ispell.el (ispell-format-word): Make this the alias
6788         for the following variable.
6789         (ispell-format-word-function): Make this the real name.
6790         (ispell-message-text-end): Mark as risky.
6792         * skeleton.el (skeleton-transformation, skeleton-filter)
6793         (skeleton-pair-filter): Make these the aliases for the following
6794         variables.
6795         (skeleton-transformation-function, skeleton-filter-function)
6796         (skeleton-pair-filter-function): Make these the real names.
6798         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6799         and skeleton-pair-filter-function.
6801         * textmodes/sgml-mode.el (sgml-transformation): Make this the
6802         alias for the following variable.
6803         (sgml-transformation-function): Make this the real name.
6804         (sgml-tag-alist): Mark as risky.
6806 2006-05-21  Richard Stallman  <rms@gnu.org>
6808         * simple.el (kill-region): Interactively, pass point, then mark.
6810 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
6812         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6814 2006-05-21  Romain Francoise  <romain@orebokech.com>
6816         * dired-x.el (dired-mode-map): Don't bind M-g.
6818 2006-05-20  Richard Stallman  <rms@gnu.org>
6820         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6821         (dired-goto-file): Doc fix.
6823 2006-05-21  Kim F. Storm  <storm@cua.dk>
6825         * emulation/cua-base.el: Mention customizing cua-mode as alternative
6826         way to enable built-in cua-mode if user loads older CUA-mode package.
6828         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6829         if default-filename is specified.
6831 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6833         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6835         * info.el (info-apropos): Make sure current-file and current-node
6836         have non-nil values.  Speed up by using add-to-list instead of
6837         manual consing.
6839 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6841         * progmodes/make-mode.el (makefile-mode): Doc fix.
6843 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6845         * dired-aux.el (dired-do-shell-command): Doc fix.
6847 2006-05-20  Kevin Ryde  <user42@zip.com.au>
6849         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6850         ``(custom-manual :tag "Foo" "(foo)Node")''.
6852 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
6854         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6855         value is an integer.
6857 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6859         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6860         "format".
6861         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6863 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
6865         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6866         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6868 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6871         regexp for keywords.
6873 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
6875         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6876         replace-regexp-in-string.
6878         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6879         encode, and escape file name on conversion to URL.
6881 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6883         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6884         Don't unescape URL.
6885         (dnd-get-local-file-name): Unescape URL on conversion to file name.
6887         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6888         on conversion to URLs.
6890         * net/browse-url.el (browse-url-file-url): Encode file name on
6891         conversion to URL.
6893         * term/mac-win.el (mac-ae-open-documents): Escape file name on
6894         conversion to URL.
6896 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
6898         * progmodes/cc-styles.el (c-style-alist): Doc fix.
6900 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6902         * term/mac-win.el (mac-bytes-to-digits): Remove function.
6903         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6905 2006-05-19  Glenn Morris  <rgm@gnu.org>
6907         * calendar/diary-lib.el (diary-bahai-date)
6908         (list-bahai-diary-entries, mark-bahai-diary-entries)
6909         (mark-bahai-calendar-date-pattern): Not interactive.
6910         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
6911         (diary-entries-list): Change format of 4th element in each entry.
6912         (diary-list-entries): Use add-to-diary-list.
6913         (diary-goto-entry): Handle the case where the buffer visiting the
6914         diary has been killed.
6915         (fancy-diary-display): Add 'locator to button rather than 'marker.
6916         Only generate temp-face when there are marks to apply.
6917         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6918         (diary-fancy-date-pattern): New variable.
6919         (diary-time-regexp): Doc fix.
6920         (diary-anniversary, diary-time): New faces.
6921         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6922         diary-time-regexp.  Add font-lock-multiline property where needed.
6923         Use new faces diary-anniversary and diary-time.
6924         (diary-fancy-font-lock-fontify-region-function): New function, to
6925         handle multiline font-lock pattern in fancy diary.
6926         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6927         (diary-font-lock-keywords): Tweak time regexp.  Use new face
6928         diary-time.
6930 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
6932         * international/code-pages.el (mik): Table corrected.
6934 2006-05-18  Kim F. Storm  <storm@cua.dk>
6936         * progmodes/grep.el (grep-find): Don't check grep-find-command
6937         before running command (breaks non-interactive usage).
6939 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
6941         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6942         (ewoc--insert-new-node): Don't insert trailing newline.
6943         Instead, adjust successor nodes's start markers.
6944         (ewoc--refresh-node): Delete all text from current node's start
6945         marker to the next one's; adjust successor nodes's start markers.
6946         (ewoc--create): Doc fixes.
6947         (ewoc--refresh): Don't insert newline.
6948         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6949         * pcvs.el (cvs-make-cvs-buffer):
6950         Specify extra newline for ewoc's header and footer.
6951         (cvs-update-header): Update initial header recognition.
6952         Append newline to final header and footer values.
6953         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6955 2006-05-17  Richard Stallman  <rms@gnu.org>
6957         * files.el (file-name-extension): Doc fix.
6959 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6962         we can explicitly enable/disable rather than toggle.
6963         (shell-mode): Use it.
6964         (shell-cd): Don't try to reproduce what `cd' does.
6966 2006-05-17  Kim F. Storm  <storm@cua.dk>
6968         * ido.el (ido-read-internal): Use only nondirectory part of
6969         default item.
6971 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
6973         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6974         (ewoc-nth): Doc fix.
6976         (ewoc-map, ewoc-invalidate): Compute PP before looping.
6978 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
6980         * international/mule.el (auto-coding-alist): Add .lha to files
6981         read with no-conversion.
6983         * files.el (auto-mode-alist): Add .lha files to archive file
6984         extensions.
6986         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6987         Convert csize to integer when computing offsets within the
6988         compressed archive file.
6990 2006-05-16  Kim F. Storm  <storm@cua.dk>
6992         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6993         with read-from-minibuffer.
6995 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6997         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6998         (byte-compile-warnings): Fix safe-local-variable property.
7000 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
7002         * allout.el (allout-show-bodies, allout-old-style-prefixes)
7003         (allout-stylish-prefixes, allout-numbered-bullet)
7004         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7005         predicates to qualify `safe-local-variable' property, when
7006         available, else use equivalent lambda.
7007         (allout-current-topic-collapsed-p): Do the right thing regarding
7008         trailing blank lines.
7010 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * server.el (server-start): Only create a directory if needed.
7013         (server-edit, server-unload-hook): server-start => server-mode.
7014         (kill-emacs-hook): Cleanup upon exit.
7016 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * hexl.el (hexlify-buffer): Encode process arguments manually.
7020 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
7022         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7023         call to gdb-tooltip-print.
7025 2006-05-15  Romain Francoise  <romain@orebokech.com>
7027         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7028         systems, default to "tar" since those systems probably have GNU tar.
7030 2006-05-14  Lars Hansen  <larsh@soem.dk>
7032         * desktop.el (desktop-missing-file-warning): Fix docstring.
7033         (desktop-restore-file-buffer): Correct question asked on missing file.
7035 2006-05-14  Kim F. Storm  <storm@cua.dk>
7037         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7038         Add CUA move property.
7040 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
7042         * custom.el (custom-push-theme): Load the variable before checking
7043         its `standard-value'.
7045 2006-05-13  Lars Hansen  <larsh@soem.dk>
7047         * desktop.el (desktop-save): Use with-temp-buffer.
7049 2006-05-12  Glenn Morris  <rgm@gnu.org>
7051         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7052         * calendar/calendar.el (calendar-mode-map):
7053         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7054         * calendar/appt.el (appt-check, appt-make-list): Refer to
7055         diary-view-entries, diary-list-entries, diary-show-all-entries
7056         rather than obsolete aliases.
7058 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
7060         * simple.el (line-move-finish): Avoid calling point motion hooks
7061         while processing intangibility.
7063 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7065         * term/xterm.el (terminal-init-xterm): Fix typo.
7067 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
7069         * allout.el (allout-view-change-hook): Mark as being deprecated,
7070         to be replaced by `allout-exposure-change-hook'.
7071         (allout-exposure-change-hook): New, replacing
7072         `allout-view-change-hook'.
7073         (allout-flag-region): Run new hook `allout-exposure-change-hook',
7074         in addition to `allout-view-change-hook'.
7075         (allout-show-bodies, allout-old-style-prefixes)
7076         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7077         lambda forms to prevent their showing up in variable help
7078         presentations as inscrutable byte-compiled code.
7079         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7080         Use string-or-null-p to qualify safe-local-variable values.
7081         (allout-reindent-bodies): Use memq to qualify matches against
7082         valid safe-local-variable values.  Also, quote the lambda as above.
7083         (allout-use-mode-specific-leader): Add missing candidate-value
7084         symbols, use memq, and quote the lambda.
7085         (allout-overlay-interior-modification-handler): Remove unused
7086         variables `msg' and 'opened'.
7087         (allout-hidden-p): Constrain invisibility consideration to allout's
7088         invisibility spec, disregarding invisibility for other reasons.
7090 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
7092         * files.el (version-control): Correct safe values.
7094 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
7096         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7098         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7099         (ewoc--insert-new-node): New func.
7100         Update callers of deleted funcs to use it, instead.
7102 2006-05-11  Glenn Morris  <rgm@gnu.org>
7104         * calendar/calendar.el (diary-show-all-entries): Do not refer to
7105         obsolete alias `show-all-diary-entries'.
7106         (make-diary-entry): Not interactive.
7107         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7108         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7109         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7110         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7111         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7112         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7114 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7116         * calendar/calendar.el (calendar-french-date-string)
7117         (calendar-mayan-date-string, calendar-chinese-date-string)
7118         (calendar-astro-date-string, calendar-iso-date-string)
7119         (calendar-islamic-date-string, calendar-bahai-date-string)
7120         (calendar-hebrew-date-string, calendar-coptic-date-string)
7121         (calendar-ethiopic-date-string, calendar-persian-date-string):
7122         These functions are not interactive.
7124 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
7126         * files.el: Balance parentheses.
7128 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
7130         * files.el, newcomment.el, outline.el, simple.el,
7131         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7132         progmodes/cc-vars.el, progmodes/compile.el:
7133         Move `safe-local-variable' declarations to the respective files.
7135         * help-fns.el (describe-variable): Don't print safe-var if it is
7136         byte-code.  Improve wording as suggested by Luc Teirlinck.
7138 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7140         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7141         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7142         Use a token for pending-triggers to ensure gdb-var-update
7143         gets called once per user input again for pre-GDB 6.4.
7144         (gdb-var-delete): Match on more complex expressions.
7145         (gdb-var-list-children-handler, gdb-var-create-handler):
7146         Use a token for consistency.
7148 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
7150         * textmodes/org.el (org-read-date, org-goto-calendar)
7151         (org-agenda-goto-calendar):
7152         Bind `view-calendar-holidays-initially' to nil.
7154 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7156         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7157         Update all callers to do it there, instead.
7159 2006-05-10  Glenn Morris  <rgm@gnu.org>
7161         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7162         prefix arg case, to avoid view-diary-entries-initially error.
7163         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7164         (calendar-date-is-legal-p): Handle dates with no day part.
7166 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7168         * comint.el (comint-insert-input): Just make it when
7169         comint-use-prompt regexp is nil (default) and with the mouse.
7170         (comint-copy-old-input): Reinstate from 2004-06-23.
7171         (comint-mode-map): Bind C-c C-m to it.
7173 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
7175         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7176         Remove spurious move to point-max (new comint behavior fixes).
7178         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7179         compatibility function (Emacs 18/19).
7180         (idlwave-is-continuation-line): Always return point at start of
7181         previous non-blank continuation line.
7182         (keyword-parameters): Fix continued comment font-lock matcher.
7183         (idlwave-font-lock-fontify-region): Written, use as
7184         font-lock-fontify-region-function, to fix continued keyword
7185         fontification issues.
7187 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7189         * term/mac-win.el (mac-font-panel-mode): Doc fix.
7190         (mac-service-selection, mac-service-open-file)
7191         (mac-service-open-selection, mac-service-mail-selection)
7192         (mac-service-mail-to, mac-service-insert-text): Rename from
7193         mac-services-*.  All uses changed.
7194         (mac-apple-event-map): Rename event symbol `services' to `service'.
7196 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
7198         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7199         (ewoc--node-enter-first, ewoc--node-enter-last)
7200         (ewoc--delete-node-internal): Merge funcs into unique callers.
7202 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
7204         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7205         return value of read-from-minibuffer for empty input.
7207 2006-05-09  Miles Bader  <miles@gnu.org>
7209         * comint.el (comint-insert-input): Remove redundant calls to setq
7210         and goto-char.
7212 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
7214         * comint.el (comint-insert-input): Make it work when
7215         comint-use-prompt-regexp is t.
7217 2006-05-10  Miles Bader  <miles@gnu.org>
7219         * subr.el (field-at-pos): New function.
7221         * comint.el (comint-insert-input): Use it.
7223 2006-05-09  Juri Linkov  <juri@jurta.org>
7225         * battery.el (battery-linux-proc-acpi): Also try
7226         `/proc/acpi/thermal_zone/THR2/temperature'.
7228         * files.el <safe-local-variable>: Remove `eval' and `let' binding
7229         for now unused lambda `string-or-null'.
7231         * add-log.el (change-log-default-name): Put `string-or-null-p'
7232         instead of lambda on `safe-local-variable' property.
7234         * diff-mode.el (diff-context->unified): Use `region-beginning' and
7235         `region-end' instead of `mark' and `point'.
7236         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7237         Operate on region in Transient Mark mode when the mark is active.
7238         Use `region-beginning' and `region-end' instead of `mark' and
7239         `point'.
7240         (diff-hunk-text, diff-goto-source): Doc fix.
7242         * startup.el (fancy-splash-screens, normal-splash-screen): Use
7243         face `mode-line-buffer-id' for mode-line buffer face instead of
7244         hard-coded `(:weight bold)'.
7246         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7247         buffer-undo-list to t (undo-ask is reproducible by visiting
7248         nested archives).
7250 2006-05-09  Kim F. Storm  <storm@cua.dk>
7252         * progmodes/grep.el (rgrep): Set default directory of *grep*
7253         buffer if we start M-x rgrep in the *grep* buffer and choose
7254         a different base directory.
7256 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
7258         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7259         completion also when ido is loaded.
7261 2006-05-09  Masatake YAMATO  <jet@gyve.org>
7263         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7264         "warning" and "import".
7265         (cpp-font-lock-keywords): Added "warning".
7267 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7269         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7271 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7273         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7274         pages at a time, if we signal the end, we should indeed reach that end.
7276 2006-05-08  David Reitter  <david.reitter@gmail.com>
7278         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7279         output during execution of the body.
7281 2006-05-08  Kim F. Storm  <storm@cua.dk>
7283         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7285 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
7287         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7288         Use with-current-buffer.
7290 2006-05-07  Kim F. Storm  <storm@cua.dk>
7292         * subr.el (add-to-history): Remove keep-dups arg.
7294         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7295         to nil around call to add-to-history.
7297 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7299         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7300         than after a buffer modification.
7302 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
7304         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
7305         call to...
7306         (gud-watch): ...here so speedbar is raised for already watched
7307         expressions.
7308         (gdb-speedbar-refresh): Delete function.
7309         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
7310         Use speedbar-timer-fn instead of speedbar-refresh (reverting
7311         earlier change).
7312         (gdb-var-evaluate-expression-handler)
7313         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
7315         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
7316         Update localized contents for all buffers except ignored modes.
7318 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7320         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
7321         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
7322         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
7323         (mac-handle-font-panel-closed, mac-handle-font-selection):
7324         New functions.
7325         (mac-font-panel-mode): New minor mode.
7326         (mac-apple-event-map): Add bindings for toolbar toggle button and
7327         font panel.
7328         (menu-bar-showhide-menu): Add mac-font-panel-mode.
7330 2006-05-07  John Paul Wallington  <jpw@pobox.com>
7332         * ibuffer.el (ibuffer-compressed-file-name-regexp):
7333         Avoid `regexp-opt'; simplify regexp for readability.
7335 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
7337         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
7338         * files.el (buffer-stale-function):
7339         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7340         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
7341         links to the main manual, not to emacs-xtra.
7343 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7345         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
7346         MacJapanese if text is ASCII-only.
7348 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
7350         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
7351         unless so nil isn't returned.
7352         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
7354 2006-05-06  Kim F. Storm  <storm@cua.dk>
7356         * subr.el (add-to-history): New function.
7358         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
7359         (ediff-merge-files-with-ancestor):
7360         * env.el (setenv):
7361         * isearch.el (isearch-update-ring):
7362         * server.el (server-visit-files):
7363         * progmodes/grep.el (lgrep, rgrep):
7364         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
7365         * progmodes/xscheme.el (xscheme-insert-expression):
7366         Use add-to-history.
7368         * kmacro.el (kmacro-push-ring): Use add-to-history.
7369         (kmacro-ring-length): Remove unused defun.
7370         (kmacro-start-macro): Use kmacro-push-ring.
7372 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
7374         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
7375         directly instead of a lambda expression that calls it.
7377 2006-05-06  Kim F. Storm  <storm@cua.dk>
7379         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
7380         instead of compute-motion.
7382 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
7384         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
7385         change.
7387 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
7389         * startup.el (command-line-1): Refer to "Pure Storage" on
7390         pure-space-overflow.
7392 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
7394         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
7395         provided faces once they all have been used up.
7397 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7399         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
7400         reference to the Lisp manual to the warning about pure space
7401         overflow.
7403 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7405         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
7406         argument to avoid the call to `ispell-internal-change-dictionary'
7407         when not needed.
7408         (ispell-change-dictionary): Use this argument and call
7409         `ispell-internal-change-dictionary' after the possible change
7410         to `ispell-local-dictionary'.
7411         (ispell-internal-change-dictionary): Check for a change in
7412         personal dictionary use too.
7414 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7416         * startup.el (command-line): On MS-Windows, probe "~", not
7417         "~USER", for warning about non-existent home directory
7419         * arc-mode.el (archive-l-e): New optional argument `float' means
7420         generate a float value.
7421         (archive-arc-summarize, archive-lzh-summarize)
7422         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7423         with 3rd argument non-nil when file's size is being computed.
7424         Format the file sizes with %8.0f instead of %8d.
7426 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7428         * cus-start.el (all): Add mac-dnd-known-types.
7430         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7431         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7432         (mac-TIFF-to-string): New functions.
7433         (x-get-selection, x-selection-value)
7434         (mac-select-convert-to-string): Use them.
7435         (mac-text-encoding-mac-japanese-basic-variant): New constant.
7436         (mac-dnd-types-alist): New customization variable.
7437         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7438         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7439         (mac-dnd-handle-drag-n-drop-event): New functions.
7440         (mac-drag-n-drop): Remove function.
7441         (global-map): Bind drag-n-drop and M-drag-n-drop to
7442         mac-dnd-handle-drag-n-drop-event.
7444 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
7446         * progmodes/perl-mode.el (perl-beginning-of-function):
7447         Skip anonymous subs.
7449 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
7451         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7452         regexp-opt at run time.
7454         * term.el (term-handle-ansi-escape): Fix off by one error.
7456 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
7458         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7459         (gdb-init-1, gdb-post-prompt): ...and references to it.
7460         (gdb-frame-handler): Strip directory name from filename if present.
7462         * progmodes/gud.el (gdb-force-update): Delete defvar
7463         (gud-speedbar-buttons): ...and references to it.  Use window-start
7464         to try to keep positon in watch expression.
7466 2006-05-03  Richard Stallman  <rms@gnu.org>
7468         * simple.el (next-history-element, previous-history-element): Doc fix.
7470         * isearch.el (isearch-update-ring): Doc fix.
7472 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
7474         * isearch.el (isearch-update-ring): Take history-delete-duplicates
7475         into consideration.  Replace one arm ifs with whens.
7477 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
7479         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7480         (menu): Fix typo.
7482 2006-05-02  Miles Bader  <miles@gnu.org>
7484         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7486 2006-05-02  Jay Belanger  <belanger@truman.edu>
7488         * calc/calc-embed.el (calc-override-minor-modes-map)
7489         (calc-override-minor-modes): New variables.
7490         (calc-do-embedded): Make sure that Calc keystrokes aren't
7491         overwritten by minor modes.
7493 2006-05-02  Chong Yidong  <cyd@mit.edu>
7495         * msb.el (msb): If EVENT is a down event, read and discard the up event.
7497 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7499         * startup.el (command-line-1): Refer to Lisp manual when
7500         pure-space-overflow occurs.
7502         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7503         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7504         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7505         (version-control): Don't use `t' for safe-local-variable declarations.
7507 2006-05-01  Richard Stallman  <rms@gnu.org>
7509         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7510         M-r, M-R, M-A, M-SPC or M-DEL.
7511         (diff-mode-map): diff-refine-hunk now on C-c C-w
7512         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7514         * help-mode.el (help-mode): view-exit-action calls delete-window
7515         only when it is safe and possible.
7517         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7518         in messages.
7520         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7522         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7523         in the default tool-bar-map.
7525 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
7527         * net/tramp.el (tramp-completion-file-name-handler-alist)
7528         (tramp-run-real-handler, tramp-completion-run-real-handler)
7529         (tramp-completion-handle-file-name-all-completions)
7530         (tramp-completion-handle-file-name-completion): Autoload them.
7531         (tramp-completion-handle-file-exists-p)
7532         (tramp-completion-handle-file-name-directory)
7533         (tramp-completion-handle-file-name-nondirectory)
7534         (tramp-completion-handle-expand-file-name): Remove them.
7535         (tramp-handle-file-name-directory): Return the real directory name.
7536         Returning "/" only doesn't need to be necessary any longer.
7537         (tramp-file-name-handler): Make special attention when in hostname
7538         completion mode.
7539         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7540         (tramp-register-file-name-handlers):
7541         Register `tramp-completion-file-name-handler' only when
7542         `partial-completion-mode' is enabled.
7543         (tramp-completion-handle-file-name-all-completions):
7544         Delete directory part from results.
7545         (tramp-get-completion-methods, tramp-get-completion-user-host):
7546         Discard deleting "/", it doesn't work after the change of
7547         `tramp-handle-file-name-directory' above.
7549 2006-05-01  Kim F. Storm  <storm@cua.dk>
7551         * progmodes/grep.el (grep-expand-template): Use save-match-data
7552         and symbol-value.
7554 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7556         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7557         Use select-frame-set-input-focus instead of raise-frame.
7558         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7560 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
7562         * progmodes/gud.el (gud-def): Add %c case.
7563         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7564         (gud-format-command): Make match case sensitive.  Match on %F.
7566 2006-04-30  Glenn Morris  <rgm@gnu.org>
7568         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7569         (cal-tex-preamble): Use cal-tex-preamble-extra.
7570         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7571         than alias `list-diary-entries'.
7573 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
7575         * help-fns.el (describe-variable): Add info about safe local variables.
7577 2006-04-29  Richard Stallman  <rms@gnu.org>
7579         * bindings.el (mode-line-format): help-echo doc fixes.
7581         * net/tramp.el (tramp-file-name-handler-alist): Delete
7582         expand-file-name and other operations that can cause spurious loading.
7584 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * files.el (safe-local-variable-p): Remove support for the special
7587         value t.
7589         * textmodes/paragraphs.el (sentence-end-without-space):
7590         Fix safety predicate.
7591         (sentence-end-double-space, sentence-end-without-period)
7592         (paragraph-ignore-fill-prefix):
7593         * textmodes/fill.el (colon-double-space):
7594         * abbrev.el (abbrev-mode): Tighten the safety predicate.
7596         * subr.el (booleanp): New fun.
7598         * textmodes/reftex-vars.el (reftex-guess-label-type):
7599         Tighten the safety predicate.
7601 2006-04-28  Kim F. Storm  <storm@cua.dk>
7603         * progmodes/grep.el (defgroup grep): Doc fix.
7604         (grep-auto-highlight): Remove.
7605         (grep-template): New defcustom.
7606         (grep-find-template): Rename from grep-tree-template.
7607         (grep-files-aliases): Rename from grep-tree-files-aliases.
7608         Remove "all" alias, add "l" alias.
7609         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7610         (grep-find-ignored-directories): New defcustom to replace
7611         grep-tree-ignore-CVS-directories, to facilitate ignoring
7612         subdirectories for multiple version control systems.
7613         (grep-mode-map): Add Recursive grep item to GREP menu.
7614         (grep-regexp-history, grep-files-history): New defvars.
7615         (grep-probe): New helper function.
7616         (grep-compute-defaults): Use it to simplify code.
7617         Adapt to name changes.
7618         Use `.' as base in grep-find-template rather than <D>.
7619         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
7620         Call grep-compute-defaults unconditionally.
7621         (grep-expand-keywords): New defconst.
7622         (grep-expand-template): Rename from grep-expand-command-macros.
7623         Simplify via grep-expand-keywords.  Look at case-fold-search instead
7624         of grep-tree-ignore-case to add -i option.
7625         Bind case-fold-search to nil while matching keywords.
7626         (grep-tree-last-regexp, grep-tree-last-files): Remove.
7627         (grep-read-regexp, grep-read-files): New helper functions.
7628         (rgrep): Rename from grep-tree.  Rework to use proper histories.
7629         Adapt to changes in defcustoms and functions above.
7630         (lgrep): New command, as grep, but using same interactive UI as rgrep.
7632 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
7634         * net/tramp.el (tramp-completion-file-name-handler):
7635         Disable Tramp's functionality while loading Tramp itself.
7636         (tramp-register-file-name-handlers): That's a defsubst now.
7637         Code from `tramp-repair-jka-compr' moved here.  Apply it via
7638         `after-init-hook'.
7639         (tramp-repair-jka-compr): Remove.
7641 2006-04-27  Jay Belanger  <belanger@truman.edu>
7643         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7644         read expression when `math-read-big-expr' doesn't work.
7646 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
7648         * startup.el (command-line-1): Display warning when
7649         pure-space-overflow is non-nil.
7651 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7653         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7654         risky.
7656 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7658         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7659         Return the URL or nil if none can be generated.
7661 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
7663         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7664         byte compiler warnings.
7665         (gud-basic-call, gud-find-expr): Let user select an expression
7666         for printing.  Print expression as well as value in GUD buffer.
7668 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
7670         * allout.el: Remove local autoload declaration for
7671         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7672         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7673         (allout-plain-bullets-string, allout-distinctive-bullets-string)
7674         (allout-use-mode-specific-leader, allout-old-style-prefixes)
7675         (allout-stylish-prefixes, allout-numbered-bullet)
7676         (allout-file-xref-bullet, allout-presentation-padding)
7677         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7678         safe-local-variable with suitable value spec, and add autoload
7679         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
7680         (move-beginning-of-line, move-end-of-line): Repair so these compat
7681         functions now actually resituate the point, when appropriate.
7683 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7687         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7688         (add-log-iso8601-time-string): Fix call to format-time-string.
7690 2006-04-26  Kim F. Storm  <storm@cua.dk>
7692         * subr.el (posn-string, posn-image, posn-object): Doc fix.
7694 2006-04-26  Masatake YAMATO  <jet@gyve.org>
7696         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7697         Add support for "//" style comments.  Remove `b' flag
7698         from ?* in `asm-mode-syntax-table'.
7700 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7702         * follow.el: Use (featurep 'xemacs) everywhere.
7703         (follow-mode): Use define-minor-mode.
7704         (follow-mode-map): Move initialization into the declaration.
7705         Use command remapping.
7706         (follow-emacs-version-xemacs-p): Remove.
7707         (follow-submit-feedback): Remove.
7709         * allout.el (allout-layout, allout-passphrase-verifier-string)
7710         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7712         * textmodes/reftex-vars.el (reftex-vref-is-default)
7713         (reftex-fref-is-default, reftex-guess-label-type):
7714         Tighten up a bit the safety predicate.
7716         * textmodes/paragraphs.el (sentence-end-double-space)
7717         (sentence-end-without-period, sentence-end-without-space)
7718         (page-delimiter, paragraph-ignore-fill-prefix):
7719         Tighten up a bit the safety predicate.
7721         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7723         * progmodes/python.el (python-continuation-line-p)
7724         (python-beginning-of-statement): syntax-ppss may return
7725         a negative depth.
7726         (python-mode): Don't forcefully enable font-lock.
7728         * time-stamp.el (time-stamp-start, time-stamp-end)
7729         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7731         * add-log.el: Remove spurious * in docstrings.
7732         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7733         (add-change-log-entry): Use it here, since it's not specific
7734         to iso8601.
7735         (add-log-iso8601-time-string): Don't use it here any more.
7736         (change-log-indent-text, change-log-indent): Rename from add-log-*.
7738         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7740 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
7742         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7743         (rcirc-toggle-low-priority): Doc fix.
7744         (rcirc-handler-NOTICE): Remove beginning of line anchor in
7745         ChanServ regexp.
7746         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7747         #emacs.
7748         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7749         (rcirc-decode-coding-system): Use utf-8 as the default.
7750         (rcirc-multiline-minor-mode): Set the fill-column.
7751         (rcirc-format-response-string): Display bright and dim nicks.
7752         (rcirc-browse-url): Update interactive spec to fill ARG.
7753         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7754         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7756 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
7758         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7759         case for @Article, etc.
7761 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
7763         * net/tramp.el (tramp-register-file-name-handlers): New defun.
7764         Added with autoload cookie.
7765         (tramp-unload-file-name-handlers): Rename from
7766         `tramp-unload-file-name-handler-alist'.
7768 2006-04-23  Romain Francoise  <romain@orebokech.com>
7770         * comint.el (comint-match-partial-filename): Doc fix.
7772 2006-04-21  Glenn Morris  <rgm@gnu.org>
7774         * calendar/cal-menu.el (calendar-mode-map): Refer to
7775         `diary-view-entries' rather than alias `view-diary-entries'.
7776         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7778 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
7780         * progmodes/antlr-mode.el (antlr-default):
7781         * cus-edit.el (custom-documentation):
7782         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7783         in defface.
7785 2006-04-21  Kim F. Storm  <storm@cua.dk>
7787         * image.el (image-type): New defun split out of create-image.
7788         (create-image): Use it.
7790 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
7792         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7793         (org-open-at-point): Remove the "...done" message to keep output
7794         in the echo area visible.
7795         (org-export-as-xoxo): Fix call to `indent-region'.
7797 2006-04-21  Kevin Ryde  <user42@zip.com.au>
7799         * international/mule.el (keyboard-coding-system): defcustom
7800         info-link fixes: "Specify Coding" has been split, keyboard now in
7801         "Terminal Coding", and "Single-Byte Character Support" is now
7802         "Unibyte Mode".
7804 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
7806         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7807         Use font-lock-warning-face for any errors e.g. no stack.
7808         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7810 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
7812         * progmodes/sh-script.el (sh-shell): Mark as safe.
7814         * newcomment.el (comment-start, comment-start-skip)
7815         (comment-end-skip, comment-end): Mark as safe.
7817 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
7819         * textmodes/org.el (org-deadline-announce): Face removed.
7820         (org-level-faces, org-n-levels): Convert to constant.
7821         (org-compatible-face): New function.
7822         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7823         (org-level-5, org-level-6, org-level-7, org-level-8)
7824         (org-special-keyword, org-warning, org-headline-done, org-link)
7825         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7826         (org-scheduled-today, org-scheduled-previously, org-time-grid):
7827         Face definition revised for better color tty support.
7828         (org-bold-re, org-italic-re, org-underline-re): New constants.
7829         (org-set-font-lock-defaults): Use the new constants.
7830         (org-agenda-highlight-todo): New function.
7831         (org-agenda-todo): Fix bug with point at end of line.
7832         (org-agenda-change-all-lines, org-finalize-agenda-entries):
7833         Fontify TODO keywords.
7834         (org-insert-link): Preserve relative path in ../ links.
7835         (org-export-as-html): Convert links pointing to .org files into
7836         links that will work beteen the exported HTML files.
7837         (org-todo-list): Fix bug when arg=0.
7838         (org-insert-heading): More fine-tuning.
7840 2006-04-19  Romain Francoise  <romain@orebokech.com>
7842         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7843         from `rmail-mime-charset-pattern'.
7845 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
7847         * progmodes/python.el (python-mode): Fix typo.
7849 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
7851         * comint.el (comint-previous-input): Don't clobber input line
7852         when moving off either end of the input history ring.
7853         (comint-delete-input): New function, used by
7854         `comint-previous-input' and others.
7855         (comint-previous-matching-input):
7856         Use `coming-delete-input'.  Save the partial input if leaving the
7857         edit line.  Goto point-max before deleting input to avoid
7858         partial input fragments hanging around.
7859         (comint-restore-input): New function, used by `comint-previous-input'.
7861 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
7863         * imenu.el (imenu--index-alist): Balance parentheses.
7865 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
7867         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7869 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
7871         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7872         file is nil.
7874 2006-04-18  Richard Stallman  <rms@gnu.org>
7876         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7878         * imenu.el (imenu-create-index-function, imenu--index-alist)
7879         (imenu--last-menubar-index-alist, imenu--make-index-alist)
7880         (imenu-default-create-index-function, imenu--generic-function):
7881         Doc fixes.
7883         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7885         * help-mode.el (help-mode): Set view-exit-action to delete window.
7887         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
7888         now works by passing nil as arg.
7890         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7892         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7893         (read-abbrev-file): Provide default when reading filename.
7895         * files.el (enable-local-variables): Allow :all as value.
7896         (hack-local-variables): Implement that value.
7897         (safe-local-variable-values, safe-local-eval-forms)
7898         (enable-local-variables): Mark as risky.
7899         (find-file-visit-truename, kept-old-versions): Mark safe.
7901         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7902         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7903         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7905 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7907         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7908         Use forward-line so as to get to BOL even in the presence of fields.
7909         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7910         in return.
7911         (inferior-tcl): Tell tclsh to work in interactive mode.
7913         * complete.el (partial-completion-mode):
7914         Use 'choose-completion-string-functions to make sure that
7915         choose-completion fills the minibuffer properly.
7917         * complete.el (PC-old-read-file-name-internal): Remove.
7918         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
7919         of read-file-name-internal.
7920         (partial-completion-mode): Enable/disable this advice.
7922 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
7924         * net/tramp.el (tramp-completion-file-name-handler): Revert change
7925         of 2006-04-17.
7927 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7929         * textmodes/org.el (org-insert-heading): Insert heading before
7930         current if at beginning of line.
7931         (org-todo, org-date): New faces.
7932         (org-table-align): Make sure tooltip window contains full text.
7933         (org-no-properties): New defsubst.
7934         (org-set-font-lock-defaults): Use new faces.
7936 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
7938         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7939         for root variables.
7941         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7942         (gdb-frame-address): Re-use to identify frame for watch expression.
7943         (gdb-var-list, gdb-var-create-handler): Add frame address for root
7944         variables.
7945         (gdb-init-1, gdb-source, gdb-post-prompt)
7946         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7947         (gdb-frame-handler): Get gdb-frame-address.
7949 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7951         Sync with Tramp 2.0.53.
7953         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7954         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7955         (tramp-completion-file-name-handler): Add autoload cookie for
7956         adding to `file-name-handler-alist'.
7958         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7959         the prompt.  If it returns earlier (when detecting an error
7960         message), the rest of the output will merge accidently with the
7961         output of the next command.  Reported by M Jared Finder
7962         <jared@hpalace.com>.
7964         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7965         for `process-file', in order to let it work for older Emacsen too.
7967 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
7969         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7970         (tex-font-lock-keywords-3): Use it.
7972 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * newcomment.el (comment-add): New function.
7975         (comment-region-default, comment-dwim): Use it.
7977 2006-04-15  Michael Olson  <mwolson@gnu.org>
7979         * emacs-lisp/tq.el: Improve comments.
7980         (tq-queue-head-question): New accessor function.
7981         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7982         Update for modified queue structure.
7983         (tq-queue-add): Accept `question' argument.
7984         (tq-queue-pop): If a question is pending, send it.
7985         (tq-enqueue): Accept new optional argument `delay-question'.
7986         If this is non-nil, and at least one other question is pending a
7987         response, queue the question rather than sending it immediately.
7989 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7991         * calendar/appt.el (appt-add): Check whether an appointment is
7992         already present in appt-time-msg-list.  Simplify code.
7994 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * progmodes/cc-langs.el (c-mode-menu):
7997         Don't presume c-subword-mode is bound.
7999 2006-04-13  Bill Wohler  <wohler@newt.com>
8001         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8002         (customize-package-emacs-version): Use cdr instead of cadr now
8003         that alists use dotted pairs.
8005         * custom.el (defcustom): Fix docstring for :package-version.
8007 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
8009         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8010         (tramp-handle-shell-command): Display output buffer only when
8011         `tramp-display-shell-command-buffer' is true.
8012         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8014 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8016         * textmodes/org.el (org-set-autofill-regexps): Set only the local
8017         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8019 2006-04-13  Romain Francoise  <romain@orebokech.com>
8021         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8022         leaving temporary .cvsignore buffers behind.
8024 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8026         * textmodes/org.el (org-set-regexps-and-options)
8027         (org-get-current-options): Better names for the startup folding
8028         options.
8030 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
8032         * vc.el (vc-annotate): Arrange for point to end up at the same
8033         line number as in the original, but only when using a new buffer.
8035 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
8037         * files.el (hack-one-local-variable-eval-safep):
8038         Recognize `edebug-form-spec' for `put', but only if it passes
8039         `edebug-basic-spec'.  Generalize `put' handling.
8041         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8042         vetting file-local form specs.
8044         * allout.el (allout-layout): Autoload its `safe-local-variable'
8045         property.
8047 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8049         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8050         (org-agenda-mouse-1-follows-link)
8051         (org-mouse-1-follows-link): New options.
8052         (org-format-agenda-item): Fix bug if TAGS is nil.
8053         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8055 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
8057         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8058         GDB 6.1+ gives full filename for "info sources" so use
8059         file-name-nondirectory.
8061 2006-04-12  Romain Francoise  <romain@orebokech.com>
8063         * subr.el (read-passwd): Bind `message-log-max' to nil.
8065 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8067         * progmodes/perl-mode.el (perl-indent-new-calculate):
8068         Recompute parse-start after jumping backward by a whole sexp.
8070 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8073         window configuration.
8074         (vc-annotate-display-select): Select the buffer so that current-buffer
8075         (and selected-window) is the output buffer at the end of vc-annotate.
8077 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
8079         * vc.el (vc-annotate-color-map): Add custom TTY color map for
8080         8-color terminals, to use all of the colors in a sensible order.
8081         256-color terminals work well with the standard map.
8082         (vc-annotate-lines): Only strip the first color character if it
8083         is "#", to allow for terminal-style named colors.
8084         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8085         the correct buffer is scrolled.
8087 2006-04-11  Richard Stallman  <rms@gnu.org>
8089         * emacs-lisp/bytecomp.el (byte-compile-file):
8090         Bind enable-local-variables to :safe, and make normal-mode obey it.
8092         * files.el (enable-local-variables): Allow value :safe.
8093         (normal-mode): Doc fix.
8094         (hack-local-variables): Implement enable-local-variables = :safe.
8095         (hack-local-variables-confirm): Don't prevent quitting.
8097 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * loadhist.el (unload-feature): A bit of sanity check of
8100         load-history entries.  Cancel timer-vars before unbinding them.
8102         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8103         quote special chars, and make the trick work on the hex part of the
8104         buffer as well.
8105         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8106         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8108         * startup.el (normal-splash-screen): Fix last change so we don't wait
8109         2 minutes if we don't show the splash screen.
8111 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
8113         * textmodes/org.el (org-export-plain-list-max-depth)
8114         (org-table-spaces-around-separators)
8115         (org-radio-targets, org-activate-camels)
8116         (org-table-spaces-around-invisible-separators): Options removed.
8117         (org-time-stamp-rounding-minutes, org-remember-templates)
8118         (org-ellipsis, org-activate-links, org-descriptive-links):
8119         New options.
8120         (org-remember-apply-template, org-current-time)
8121         (org-finish-edit-table-field)
8122         (org-link-unescape, org-link-escape)
8123         (org-string-width, org-table-clean-line, org-html-do-expand)
8124         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8125         (org-read-agenda-file-list): New functions.
8126         (org-table-edit-field)
8127         (org-table-create-or-convert-from-region): New commands
8128         (org-table-toggle-vline-visibility): Command removed.
8129         (org-table-convert-region): Made a command.
8130         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8131         Replace with the normal org- functions.
8132         (org-self-insert-command): Don't trigger realign unnecessarily
8133         when blanking a field that is not full.
8134         (org-mode): `Set buffer-invisibility-spec' for links.
8135         (org-activate-links2): Hide link part and only show descriptive
8136         part of the link.
8137         (org-insert-link): Modify for new linking system.
8138         (org-store-link): Store description separately, for use by
8139         `org-insert-link'.
8140         (org-table-align): Use `org-string-width'.
8141         (defgroup): Completely new group structure for custom variables.
8142         (org-agenda-files): Option: Single file name allowed.  Function:
8143         Optional argument unrestrited means ignore any restricitons.
8144         (org-install-agenda-files-menu): Find a buffer in Org-mode before
8145         trying to modify the menu.  Use generalized access to
8146         `org-agenda-files.'
8147         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8148         (org-agenda-file-to-front, org-remove-file, org-diary)
8149         (org-tags-view, org-export-icalendar-all-agenda-files)
8150         (org-export-icalendar-combine-agenda-files): Use generalized
8151         access to `org-agenda-files'.
8152         (org-remember-handler): Correctly preserve heading if present.
8153         (org-table-insert-row, org-table-insert-hline): Deal with
8154         invisible characters.
8156 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
8158         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8159         (vc-annotate-color-map): New 18 element constant
8160         value/saturation, rotating hue colormap, from red->blue.
8161         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8162         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8163         (vc-annotate): To avoid killing the required local variables,
8164         set them before the end of `with-output-to-temp-buffer', and
8165         after first switching to annotate-mode.
8166         (vc-annotate-warp-version): Add buffer argument in goto-line to
8167         ensure annotation, not source, is scrolled.
8169 2006-04-10  Bill Wohler  <wohler@newt.com>
8171         * custom.el (defcustom, custom-handle-keyword):
8172         Add :package-version keyword.
8173         (custom-add-package-version): New function.  Sets value of new
8174         property 'custom-package-version from :package-version keyword.
8175         (defcustom): Create Common Keywords section in docstring.
8176         (defface, defgroup): Replace definitions of a select few keywords
8177         with a reference to the Common Keywords in defcustom.
8178         (defcustom, defface, defgroup): Replace reference to Customization
8179         chapter in manual with hyperlink.
8181         * cus-edit.el (customize-package-emacs-version-alist): New variable.
8182         (customize-changed-options): Add check for custom-package-version.
8183         (customize-package-emacs-version): New function to look up Emacs
8184         version corresponding to the given package version.
8186         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8187         defun name, in similar fashion to find-variable-regexp.
8189 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
8191         * international/mule-cmds.el (set-locale-environment): Fix last
8192         change for when the locale's preferences don't specify any encoding.
8194 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8196         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8197         so the defined var/fun doesn't need to be quoted.
8199 2006-04-10  Richard Stallman  <rms@gnu.org>
8201         * finder.el (finder-mode-map): Add n and p bindings.
8203 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
8205         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8206         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8207         (gdb-setup-windows): Put something in source window if we can't find
8208         the source file.
8209         (gdb-frame-handler): Make it work again with just assembly.
8210         (gdb-data-list-register-values-handler): Make it work when there is
8211         no stack.
8213 2006-04-09  Richard Stallman  <rms@gnu.org>
8215         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8216         specs while looking for charset.
8218         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8220         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8221         Make them faces.
8222         (lm-font-lock-keywords): Update appropriately.
8224 2006-04-10  Kim F. Storm  <storm@cua.dk>
8226         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8227         it can also replace buffer-substring-no-properties.
8229         * emulation/cua-base.el (cua-delete-region, cua-paste)
8230         (cua-repeat-replace-region): Use filter-buffer-substring.
8232         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8233         (cua-cut-region-to-global-mark): Likewise.
8235         * emulation/cua-rect.el (cua--extract-rectangle)
8236         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8238 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8240         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8241         entry-type.  Add field delimiters to numerical fields if they are
8242         not present.
8244 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8246         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8247         string-const to return value.
8248         (bibtex-remove-delimiters): Use it.
8250 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8252         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8253         cl-byte-compile-compiler-macro unless it exists.
8255 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
8257         * files.el (hack-local-variables-confirm) <offer-save>:
8258         Clarify message text.  Suggested by Ralf Angeli.
8260 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8262         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8263         (delete-extract-rectangle-line): Use `filter-buffer-substring'
8264         instead of `buffer-substring' and `delete-region'.  (Most of the
8265         code actually copied from `kill-region'.)
8267 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
8269         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8270         (rcirc-default-port): Rename from rcirc-port.
8271         (rcirc-default-nick): Rename from rcirc-nick.
8272         (rcirc-default-user-name): Rename from rcirc-user-name.
8273         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8274         (rcirc-low-priority-flag): New variable.
8275         (rcirc-decode-coding-system): New defcustom.
8276         (rcirc-encode-coding-system): New defcustom.
8277         (rcirc-coding-system-alist): New defcustom.
8278         (rcirc-multiline-major-mode): New defcustom.
8279         (rcirc-nick): New internal variable.
8280         (rcirc-process): Remove variable.
8281         (rcirc-server-buffer): New variable.
8282         (rcirc): Update to use rcirc-default-* variables above.
8283         (rcirc-connect): Do not add window-configuration-hook-here.
8284         (rcirc-server): New internal variable.
8285         (rcirc-connect): Do not send keepalive pings if
8286         rcirc-keepalive-seconds is nil.
8287         (with-rcirc-server-buffer): New macro.
8288         (rcirc-send-string): Encode with rcirc-encode-coding-system.
8289         (rcirc-server-name): Rename from rcirc-server.
8290         (rcirc-buffer-process): New function.
8291         (rcirc-buffer-nick): New function.
8292         (rcirc-buffer-target): Remove function.
8293         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8294         New commands.
8295         (rcirc-mode-map): Change binding of C-c C-l to
8296         rcirc-toggle-low-priority.
8297         (rcirc-mode): Initialize coding system based on
8298         rcirc-coding-system-alist.  New change-major-mode-hook to part the
8299         channel on a mode change.  Make kill-buffer-hook buffer-local.
8300         (rcirc-change-major-mode-hook): New function.
8301         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
8302         (rcirc-last-post-time): New variable.
8303         (rcirc-process-message): Store the last time user posted a message
8304         to this target.
8305         (rcirc-multiline-minor-mode): New mode.
8306         (rcirc-multiline-minor-mode-map): New mode map.
8307         (rcirc-edit-multiline): Put multiline-edit buffer in
8308         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
8309         (rcirc-print): Ignore any line starting with an ignored nick.
8310         (rcirc-print): Decode using rcirc-decode-coding-system.
8311         (rcirc-track-minor-mode): Update global-mode-string when disabling
8312         this mode.
8313         (minor-mode-alist): Add LowPri indicator.
8314         (rcirc-toggle-low-priority): New function.
8315         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
8316         next lowpriority buffer with activity.
8317         (rcirc-record-activity): Sort buffers in rcirc-activity by the
8318         last time the user posted a message in to the target.
8319         (rcirc-update-activity-string): New formatting for low priority
8320         buffers.
8321         (rcirc-split-activity): New function.
8322         (rcirc-handler-PART, rcirc-handler-KICK)
8323         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
8324         (rcirc-nick-away-alist): New variable.
8325         (rcirc-handler-301): New handler.  Away messages are printed once
8326         per change.
8328 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
8330         * info.el (Info-follow-nearest-node): Doc fix.
8332         * international/mule-cmds.el (set-locale-environment): Make sure
8333         the coding-system preferred by the locale's language has the same
8334         EOL conversion type as the original buffer-file-coding-system.
8335         (locale-language-names): Add a few MS Windows language codes.
8337 2006-04-07  Richard Stallman  <rms@gnu.org>
8339         * simple.el (eval-expression): Doc fix.
8341         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
8342         (eval-defun): Doc fixes.
8344 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
8346         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
8348 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
8350         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
8351         GDB list command without argument for greater generality.
8353 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8355         * subr.el (string-or-null-p): New function.
8357         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
8359         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
8361         * files.el: Update comment about safe-local-variable declarations.
8363 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
8365         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
8366         See idlwave.org.
8368         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
8369         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
8371         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
8372         See idlwave.org.
8374         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
8375         version 6.0 (minimal changes).  See idlwave.org.
8377         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
8378         6.0 (minimal changes).  See idlwave.org.
8380         * progmodes/idlw-rinfo.el: File obsoleted and removed.
8382 2006-04-06  Romain Francoise  <romain@orebokech.com>
8384         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
8385         symmetric encryption features and a new asynchronous interface to
8386         GnuPG.  This new version is version 1.4, plus whitespace changes.
8388 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8390         * files.el: Move some `safe-local-variable' declarations to the
8391         respective files.
8393         * textmodes/ispell.el (ispell-check-comments)
8394         (ispell-local-dictionary): Mark as safe.
8396         * abbrev.el (abbrev-mode): Mark as safe.
8398         * add-log.el (change-log-default-name): Mark as safe.
8400         * textmodes/reftex-vars.el (reftex-vref-is-default)
8401         (reftex-fref-is-default, reftex-level-indent)
8402         (reftex-guess-label-type): Mark as safe.
8404         * textmodes/fill.el (colon-double-space): Mark as safe.
8406         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
8407         (sentence-end-double-space, sentence-end-without-period)
8408         (sentence-end-without-space, sentence-end, sentence-end-base)
8409         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
8411 2006-04-06  Kim F. Storm  <storm@cua.dk>
8413         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
8414         the :set-after list.
8415         (ido-downcase-unc-hosts): New user option.  Default on.
8416         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8417         when it is set, as regexps are now applied on the fly.
8418         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8419         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8420         on the fly, but only when ido-process-ignore-lists is set.
8421         Do case insensitive filtering if ido-downcase-unc-hosts is set.
8422         Only downcase names if ido-downcase-unc-hosts is set.
8424 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
8426         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8428         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8430 2006-04-05  Kim F. Storm  <storm@cua.dk>
8432         * ido.el (ido-mode): Set after ido-unc-hosts and
8433         ido-ignore-unc-host-regexps.
8434         (ido-save-history): Save ido-unc-hosts-cache.
8435         (ido-load-history): Load ido-unc-hosts-cache.
8436         (ido-reread-directory): Refresh unc hosts cache in // dir.
8438         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8439         to nil while displaying slash screen.
8441 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8443         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8444         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8446 2006-04-05  Kenichi Handa  <handa@m17n.org>
8448         * international/characters.el: Setup cases of Latin, Greek, and
8449         Cyrillic characters in CJK charsets.
8451 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8453         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8454         default-enable-multibyte-characters.  This reverts the change from
8455         revision 6.17 which is no longer necessary because the passphrase
8456         is sent separately now.  GnuPG messages are unreadable under
8457         multibyte locales with default-enable-multibyte-characters set to nil.
8459 2006-04-04  Andreas Schwab  <schwab@suse.de>
8461         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8462         and `byte-compile-warnings' as `safe-local-variable'.
8464 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
8466         * man.el (Man-mode-map): Restore the \r binding.
8467         (Man-abstract-xref-man-page): If Man-target-string is a function,
8468         call it.
8469         (Man-highlight-references): Use Man-default-man-entry to get the
8470         target.  Deal with xrefs too.
8471         (Man-highlight-references0): Don't call the target function.
8473         * woman.el (WoMan-xref-man-page): Strip the section number, woman
8474         cannot deal with it.
8476 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8478         * pgg-gpg.el: Clean up process buffers every time gpg processes
8479         complete.
8481 2006-04-04  Kenichi Handa  <handa@m17n.org>
8483         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8484         here.
8485         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8486         Temporarily bind inhibit-field-text-motion to t.
8488 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * startup.el (normal-splash-screen): Only set mode-line-format in the
8491         splash buffer, so as not to interfere when debugging the code.
8492         Ignore errors when switching buffer.
8494 2006-04-03  Romain Francoise  <romain@orebokech.com>
8496         * dired.el (dired-dnd-protocol-alist): Fix typo.
8498 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8500         * savehist.el (savehist): Add :version.
8501         (savehist-ignored-variables): New variable.
8502         (savehist-minibuffer-hook): Don't save variables listed in
8503         `savehist-ignored-variables'.
8505         * dired.el (dired-dnd-protocol-alist): Mention that change does
8506         only apply to new buffers in doc string.
8508 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8510         * recentf.el (recentf-open-files-item): Include newline in button
8511         field, so opening a file will work, when the point is at the end
8512         of the file name.  Allow, for example, to [i]search a file by
8513         extension and just push RET to open it.
8515 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8517         * pgg-gpg.el (pgg-gpg-process-filter)
8518         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8520         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8521         lines, temporary fix.
8523 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
8525         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8527 2006-04-02  Richard Stallman  <rms@gnu.org>
8529         * progmodes/compile.el (compilation-message-face): Make it defcustom.
8531 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
8533         * ibuf-macs.el (define-ibuffer-column): Add a new key:
8534         header-mouse-map.
8536         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8537         (ibuffer-mode-header-map): New keymaps.
8538         (ibuffer-update-title-and-summary): Enable mouse face highlighting
8539         and keybindings for column headers.
8540         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8541         property.
8543 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
8545         * speedbar.el (speedbar-after-create-hook): Doc fix.
8547 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
8549         * shell.el (shell-directory-tracker)
8550         (shell-dynamic-complete-command): Doc fixes.
8552 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
8554         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8555         terminals.
8557 2006-04-01  Kim F. Storm  <storm@cua.dk>
8559         * ido.el (ido-unc-hosts-cache): New defvar.
8560         (ido-unc-hosts): If value of defcustom is a function, call it to
8561         get list of UNC hosts.  Add function-item choices to specify
8562         ido-unc-hosts-net-view or user function.
8563         (ido-ignore-unc-host-regexps): New defcustom.
8564         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8565         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8566         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8568 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8570         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8571         wwidth.
8573 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
8575         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8576         (ido-max-work-file-list, ido-switch-buffer)
8577         (ido-read-file-name-as-directory-commands):
8578         Fix typos in docstrings.
8580 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8582         * term/mac-win.el (mac-system-coding-system): Define and use after
8583         Mac-specific coding systems are ready.
8585 2006-03-27  Romain Francoise  <romain@orebokech.com>
8587         * net/rcirc.el (rcirc-connect): Add autoload cookie.
8589         * ldefs-boot.el: Update.
8591 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8593         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8594         passphrases when it is not needed.
8595         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8596         passphrase stuff from gpg, should only be necessary when you use
8597         gpg with a smartcard.
8599 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
8601         * comint.el (comint-dynamic-list-completions): Allow user to
8602         select *Completions* buffer.
8604 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
8606         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8608 2006-03-26  Andreas Schwab  <schwab@suse.de>
8610         * progmodes/gud.el (gdb): Only complain about multiple debugging
8611         when the gdb process is still running.
8613 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
8615         * mail/rmail.el (tool-bar-map): Defvar it.
8616         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8617         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8619 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8621         * help.el (print-help-return-message): Suggest to use
8622         display-buffer instead of switch-to-buffer-other-window to restore
8623         the previous window without selecting it.
8625 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8627         * frame.el (select-frame-by-name): Call x-focus-frame also when
8628         window-system is mac.
8630         * term/mac-win.el: Adjust Courier font specifications in
8631         x-fixed-font-alist.
8632         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8633         when directly encoding to UTF-16 in native byte order, no BOM.
8635 2006-03-25  Kim F. Storm  <storm@cua.dk>
8637         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8638         (cua--init-keymaps): Use it instead of fixed C-return.
8639         (cua-mode): Set after it.
8641         * emulation/cua-rect.el (cua--init-rectangles):
8642         Use cua-rectangle-mark-key instead of fixed C-return.
8644 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
8646         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8647         "run" in .gdbinit.
8648         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8650 2006-03-24  Romain Francoise  <romain@orebokech.com>
8652         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8653         `display-buffer-other-frame'.
8655 2006-03-24  Kim F. Storm  <storm@cua.dk>
8657         * apropos.el (apropos-synonyms): Add selection => region.
8659 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
8661         * progmodes/gdb-ui.el (gdb-var-create-regexp)
8662         (gdb-var-list-children-regexp, gdb-var-update-regexp)
8663         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8664         (gdb-data-list-register-values-regexp)
8665         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8666         Future proof against new fields being added to MI output.
8667         (gdb-send): Don't treat backslashes for program input as
8668         continuations.
8669         (gdb-assembler-handler): Don't use window-start for this handler.
8670         (gdb-frame-handler): Don't change to hollow arrow if overlay
8671         arrow doesn't move to new frame.
8673 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
8675         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8676         prevent compiler warnings.
8677         (gdb-stopped): Check for gud-last-last-frame (case: signal).
8678         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8679         (gdb-assembler-custom): Use hollow-right-triangle for assembler
8680         buffer too.
8682 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
8684         * pgg-gpg.el (pgg-gpg-update-agent): Check for
8685         make-network-process, so we can use the same code in Gnus v5-10
8686         too and have this file fully synchronized with that release.
8688 2006-03-23  Romain Francoise  <romain@orebokech.com>
8690         * ibuf-ext.el (ibuffer-read-filter-group-name):
8691         Use `ibuffer-generate-filter-groups' to make completion list match
8692         the filter groups that are really displayed in the Ibuffer buffer.
8693         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8695 2006-03-23  Kenichi Handa  <handa@m17n.org>
8697         * international/mule-cmds.el (sort-coding-systems): Describe that
8698         the argument is modified in docstring.
8700 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8702         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8703         (pgg-gpg-update-agent): New function.
8704         (pgg-gpg-use-agent-p): New function.
8705         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8706         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8707         (pgg-gpg-sign-region): Use it.
8709 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
8711         * cus-edit.el (custom-face-set): Call custom-push-theme before
8712         face-spec set so that `changed' theme is correctly saved.
8713         (custom-face-reset-standard): Reset to recalculated face rather
8714         than defface spec.
8716         * custom.el (custom-push-theme): Only save `changed' theme if the
8717         current face does not match the defface specs.
8719 2006-03-21  Simon Josefsson  <jas@extundo.com>
8721         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8722         <wilde@sha-bang.de>.
8723         (pgg-gpg-use-agent): New variable.
8724         (pgg-gpg-process-region): Use it.
8725         (pgg-gpg-encrypt-region): Likewise.
8726         (pgg-gpg-encrypt-symmetric-region): Likewise.
8727         (pgg-gpg-decrypt-region): Likewise.
8728         (pgg-gpg-sign-region): Likewise.
8729         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8731 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
8733         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8734         bracket links.
8736 2006-03-21  Kim F. Storm  <storm@cua.dk>
8738         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8739         fringe-indicator-alist instead of modifying global value.
8740         (gdb-frame-handler): Likewise.
8742 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
8744         * diff-mode.el (diff-function): Make it inherit from diff-header
8745         instead of diff-context.
8747         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8748         bitmap.
8749         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8750         change names in macro above for consistency.
8751         (gdb-frame-handler): Use hollow-right-triangle for all selected
8752         frames which except the innermost (where execution has stopped).
8753         (gdb-reset): Reset buffer-local values of overlay-arrow.
8755 2006-03-20  Richard Stallman  <rms@gnu.org>
8757         * simple.el (set-mark-command): Doc fix.
8759         * files.el (display-buffer-other-frame): New command.
8760         (ctl-x-4-map): Bind C-x 5 C-o to it.
8762 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8765         rather than just defer-time, in case defer-time has been changed but
8766         the timer isn't running yet.
8767         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8769 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
8771         * help-mode.el (help-follow-symbol): New function.
8772         Essentially identical to the old `help-follow', but do not let
8773         `push-button' do the work when on an xref.
8774         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8776 2006-03-19  Richard Stallman  <rms@gnu.org>
8778         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8779         preceded by the word `program'.
8780         (help-follow-mouse, help-follow): Throw error if not on xref.
8781         Delete no longer used args.
8783 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
8785         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8786         annotation ensure gud-overlay-arrow-position is redisplayed.
8788 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8790         * textmodes/bibtex.el (bibtex-include-OPTkey)
8791         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8792         (bibtex-autokey-name-case-convert)
8793         (bibtex-autokey-titleword-case-convert): Make these the aliases
8794         for the following two variables.
8795         (bibtex-autokey-name-case-convert-function)
8796         (bibtex-autokey-titleword-case-convert-function): Make these the
8797         real names.
8798         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8799         bibtex-font-lock-crossref sublists.
8800         (bibtex-mode): Revert 2005-12-30 change (which made
8801         completion-ignore-case buffer-local).
8802         (bibtex-url): Simplify.
8804 2006-03-19  Kim F. Storm  <storm@cua.dk>
8806         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8807         cursor property value to 2 (to align with C level change).
8809 2006-03-19  Bill Wohler  <wohler@newt.com>
8811         * image.el (image-load-path-for-library): Shorten first line in
8812         docstring.
8814 2006-03-18  Richard Stallman  <rms@gnu.org>
8816         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8818 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
8820         * isearch.el (isearch-other-meta-char): Handle user bindings for
8821         shifted control characters.
8823 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
8825         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8826         part that matches email addresses, file names, etc.
8828 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
8830         * term/w32-win.el (mouse-set-font):
8831         Mention w32-list-proportional-fonts in the doc string.
8833 2006-03-18  Kim F. Storm  <storm@cua.dk>
8835         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8836         (ido-unc-hosts): New user option to explicitly define list of know
8837         UNC-style hosts for completion.
8838         (ido-cache-unc-host-shares-time): New user option.
8839         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8840         New helper functions for UNC file-name support.
8841         (ido-may-cache-directory): Check for UNC host.  Simplify.
8842         (ido-wash-history): Clean out old UNC hosts.
8843         (ido-nonreadable-directory-p): UNC hosts are always readable.
8844         (ido-directory-too-big-p): UNC hosts are never too big.
8845         (ido-set-current-directory): Handle UNC root path.
8846         (ido-file-name-all-completions): Complete UNC host names from
8847         ido-unc-hosts list.  Cache UNC host shares.
8848         (ido-make-file-list-1): Don't filter UNC root.
8849         (ido-exhibit): Check for // in root directory, and switch to UNC
8850         mode by setting ido-current-directory to //.
8852 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8854         * cus-edit.el (customize-changed-options): Mention explicit
8855         version number as default in prompt.
8857 2006-03-17  Bill Wohler  <wohler@newt.com>
8859         * image.el (image-load-path-for-library): Minor docstring fix.
8861 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
8863         * textmodes/org.el (org-read-date): Include subgroup 5 into
8864         replacement text.
8865         (org-popup-calendar-for-date-prompt): Fix customization type.
8867 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
8869         * progmodes/gdb-ui.el (gud-watch): Provide completion.
8870         (gdb-continuation): New variable.
8871         (gdb-send): Deal with continuation lines.
8873         * progmodes/gud.el (gud-gdb-complete-command)
8874         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8875         expressions.
8876         (gud-tooltip-mode): Use buffer-local value.
8878 2006-03-16  Kim F. Storm  <storm@cua.dk>
8880         * ido.el (ido-edit-input): Use selected match, if any.
8882 2006-03-16  Bill Wohler  <wohler@newt.com>
8884         * image.el (image-load-path-for-library): Prefer user's images in
8885         image-load-path.
8887 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
8889         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8890         when checking for attempt to drag leftmost or rightmost scrollbar.
8892 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
8894         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8895         (gdb-force-mode-line-update): New function.
8896         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8897         (gdb-exited): Use them.
8898         (gdb-signal): New function.
8899         (gdb-annotation-rules): Provide a rule for it.
8901 2006-03-16  Kenichi Handa  <handa@m17n.org>
8903         * international/mule.el (auto-coding-regexp-alist): Add entries
8904         for Unicode BOM.
8906         * sort.el (sort-build-lists): Temporarily bind
8907         inhibit-field-text-motion to t.
8909 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
8911         * locate.el (locate-command, locate-make-command-line)
8912         (locate-fcodes-file, locate-update-command)
8913         (locate-prompt-for-command, locate, locate-with-filter)
8914         (locate-get-file-positions): Doc fixes.
8915         (locate-buffer-name, locate-header-face): Remove leading `*' in
8916         defcustom.
8917         (locate-filter-output): Use `keep-lines' instead of its alias
8918         `delete-non-matching-lines'.
8919         (locate-get-filename, locate-get-dirname): Add introductory comment.
8920         (locate-find-directory-other-window): Give appropriate error
8921         message if used outside main listing.
8923 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8926         the new extend-region feature.
8927         (font-lock-after-change-function): Update correspondingly.
8928         * jit-lock.el (jit-lock-after-change): Update correspondingly.
8929         * progmodes/grep.el (font-lock-lines-before): Don't disable.
8931 2006-03-15  Bill Wohler  <wohler@newt.com>
8933         * image.el (image-load-path-for-library): Fix example by not
8934         recommending that one binds image-load-path.  Just defvar it to
8935         placate compiler and only use it if previously defined.
8937 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
8939         * textmodes/org.el (org-insert-centered): Use `string-width' to
8940         make underlining work for wide characters.
8941         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8942         TAB to `org-cycle', to make sure that no binding in
8943         `outline-mode-map' can supercede it.
8945 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
8947         * allout.el: Increment version to 2.2.1 in file commentary.
8949         (allout-version): Increment to 2.2.1.
8951         (allout-default-layout): New customization variable, used when the
8952         file lacks a specific allout-layout.  Uses allout-layout-type for
8953         recursively nested definition.
8955         (allout-layout-type): Widget defining allout layouts, necessary for
8956         self-recursive definition.
8958         (allout-mode): Incorporate allout-default-layout as fallback for
8959         allout-layout.
8961         (allout-layout): Mark as 'safe-local-variable', and refer mention
8962         fallback to `allout-default-layout' in absence of a specified value.
8963         (allout-passphrase-verifier-string)
8964         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8966         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8968         (allout-get-encryption-passphrase-verifier): Use correct name of
8969         passphrase verifier in docstring.
8971 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
8973         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8974         elements.
8975         (gdb-find-watch-expression): Make it work for arrays too.
8976         Follow change to gdb-var-list.
8977         (gud-watch): Allow the user to enter variable name with a prexix
8978         arg.  Create keybindings.
8979         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8980         (gdb-var-list-children-handler, gdb-var-update-handler)
8981         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8982         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8983         Follow change to gdb-var-list.
8984         (gdb-starting): Don't show the overlay arrows when program is running.
8986         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8987         gdb-var-list.
8989 2006-03-14  Bill Wohler  <wohler@newt.com>
8991         * image.el (image-load-path-for-library): Pass value of path
8992         rather than symbol.  Always return list of directories.
8993         Guarantee that image directory comes first.
8995 2006-03-14  Alan Mackenzie  <acm@muc.de>
8997         * font-core.el (font-lock-extend-region\(-function\)?.):
8998         New function/variable.
9000         * font-lock.el (font-lock-after-change-function):
9001         Call font-lock-extend-region.  Obey font-lock-lines-before.
9002         (font-lock-default-fontify-region): Remove reference to
9003         font-lock-lines-before.
9005         * jit-lock.el (jit-lock-after-change):
9006         Call font-lock-extend-region.  Obey font-lock-lines-before.
9008 2006-03-14  David Ponce  <david@dponce.com>
9010         * tree-widget.el (tree-widget-themes-load-path)
9011         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9013 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
9015         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9016         (rcirc-print): Mark the start of text at the end of the prompt.
9017         (rcirc-track-minor-mode): Add autoload cookie.
9018         (rcirc-update-activity-string): Add space to front of mode-line
9019         indicator.
9021 2006-03-13  Miles Bader  <miles@gnu.org>
9023         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9024         (rcirc-abbrev-nick): Remove function.
9025         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9027 2006-03-13  David Ponce  <david@dponce.com>
9029         * tree-widget.el: Handle themes across all occurrences of the main
9030         themes sub-directory found in tree-widget-themes-load-path.
9031         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9032         (tree-widget--locate-sub-directory): Return all occurrences.
9033         (tree-widget-themes-path): New function.
9034         Replace tree-widget-themes-directory, and return a list of directories.
9035         (tree-widget-set-parent-theme)
9036         (tree-widget-lookup-image): Use it.
9038 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9040         * textmodes/org.el (org-link-search): Avoid self-matching of
9041         links, allow target text to be distributed over several lines.
9042         (org-search-not-link): New function.
9043         (org-set-regexps-and-options, org-get-current-options):
9044         New startup options.
9045         (org-export-as-html): Take odd-level setting from local variable.
9046         (org-fontify-emphasized-text): New option.
9047         (org-set-font-lock-defaults): Include emphasized text.
9048         (org-follow-mhe-link): Allow folder-only links, fix folder name.
9049         (org-font-lock): Customize group renamed from `org-faces'.
9051 2006-03-13  John Paul Wallington  <jpw@pobox.com>
9053         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9054         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
9056 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
9058         * cus-start.el (all): Delete :version keyword for members of the
9059         fringe group, since the entire group is new in 22.1.
9061 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
9063         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9064         map if value is hexadecimal (an address).
9065         (gud-watch): Only search roots for existing watch expressions.
9066         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9067         prevent caching problems with speedbar-update-directory-contents.
9069 2006-03-12  Juri Linkov  <juri@jurta.org>
9071         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9072         before comparing with `low' and `warn'.
9074         * info.el (Info-dir-remove-duplicates): Move point to the
9075         beginning of the current line after deleting the entries from
9076         redundant heading.  Use marker for `limit' and compare it with
9077         point before calling `re-search-forward'.
9079 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9081         * simple.el (yank): Fix typo in docstring.
9083 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
9085         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9086         messages, where "D" is the 6th character.
9088 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9090         * simple.el (yank): Fix last change.
9092 2006-03-11  David Ponce  <david@dponce.com>
9094         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9095         merging elements from the standard ispell-dictionary-alist.
9096         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9097         alist, and return the new alist.
9099 2006-03-11  Richard Stallman  <rms@gnu.org>
9101         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9103         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9104         the way it is implemented is too unclean.
9106         * simple.el (kill-region, yank): Doc fix.
9108         * battery.el (battery-echo-area-format): Doc fix.
9109         (battery-mode-line-format): Likewise.
9110         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9111         (battery-linux-proc-acpi): Ignore batteries that say "charged".
9113 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9115         * progmodes/octave-mod.el (octave-indent-for-comment):
9116         Behave according to do string.
9118 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
9120         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9121         Be visible only if major mode is Mail Mode.
9123         * textmodes/flyspell.el (flyspell-external-point-words)
9124         (flyspell-process-localwords): Fix last changes.
9126 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9128         * calendar/holidays.el (list-holidays): Doc fix.
9130         * international/mule.el (auto-coding-alist): Add .odt
9131         (OpenOffice's open document) files.
9133         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9134         document) files.  Mention in the doc string the need to sync with
9135         auto-coding-alist.
9137 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
9139         * files.el (hack-local-variables-confirm): Don't prompt for ! if
9140         enable-local-variables is set to always query, or there is no
9141         savable variable.
9143 2006-03-10  Bill Wohler  <wohler@newt.com>
9145         * image.el (image-load-path-for-library): Merge at least three
9146         functions from Gnus and MH-E into this one function that can now
9147         be shared.
9149 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
9151         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9152         gdb-remove-mouse-face and remove help-echo too.
9153         (gdb-enqueue-input): Correct conditional clause.
9155 2006-03-10  Glenn Morris  <rgm@gnu.org>
9157         * calendar/calendar.el (calendar-holidays): Doc fix.
9158         * calendar/holidays.el (list-holidays): Doc fix.
9160 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
9162         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9163         it gets called in gdb-prompt anyway.
9164         (gdb-use-separate-io-buffer): Only restore window arrangement for
9165         gdb-many-windows.
9166         (gdb-enqueue-input): Make it harder to send GDB input when program
9167         is running.
9168         (gdb-buffer-list): New variable.
9169         (gdb-remove-mouse-face): New function.
9170         (gdb-starting): Use it when GDB input won't get sent.
9172 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
9174         * help.el (view-lossage): Remove trailing whitespace before
9175         inserting "\n".
9177 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
9179         * files.el (hack-local-variables-confirm):
9180         Set coding-system-for-read to nil before writing to .emacs.
9182         * arc-mode.el (archive-extract): Check if an existing buffer name
9183         comes from a different archive.
9185         * help.el (describe-key-briefly): If KEY is a down event, read and
9186         discard the up event.
9188 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
9190         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9191         be edited and use font-lock-warning-face for any changes.
9193         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9194         (gdb-edit-value): Use it to report any errors.
9196 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
9198         * help.el (describe-key): Remove leftover test code.
9200 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
9202         * textmodes/org.el: Move defvars out of eval-when-compile.
9203         Use buffer-file-name variable.
9204         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9205         arg `file'.
9206         (org-level-faces): Remove startup dependency.
9207         (org-cycle, org-map-tree, org-scan-tags)
9208         (org-remember-handler): Don't call `outline-level' directly.
9209         (org-mhe-search-all-folders): New option.
9210         (org-mhe-get-message-folder-from-index)
9211         (org-mhe-get-message-folder): Fix indexing search.
9212         (org-format-agenda-item): Handle nil TAGS argument.
9213         (org-cleaned-string-for-export, org-activate-target-links)
9214         (org-make-target-link-regexp): Deal with empty radio target list.
9215         (org-tag): New face.
9216         (org-get-level-face): New function.
9217         (org-set-font-lock-defaults): Simplify setup for headlines.
9218         (org-complete): Pass common substring to `display-completion-list'.
9220 2006-03-06  David Ponce  <david@dponce.com>
9222         * tree-widget.el: Update Commentary header.
9223         (tree-widget-theme-name): Ignore parent themes.
9224         (tree-widget-set-parent-theme): New function.
9225         (tree-widget-set-theme): Use it.
9226         (tree-widget-set-image-properties): Move definition.  Does nothing
9227         if image properties have already been set.
9228         (tree-widget-image-properties): Move definition.  Receive an image
9229         name.  Set the :pointer property.
9230         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
9231         Don't set the :pointer image property.
9232         (tree-widget-convert-widget): New function.  Handle :dynargs
9233         compatibility here.
9234         (tree-widget): Use it to :convert-widget.  Add the :expander-p
9235         predicate to control when the :expander function is entered.
9236         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9237         (tree-widget-value-create): Handle :expander-p.  widget-apply
9238         :expander.
9239         (tree-widget-expander-p): New function.  Default value of the
9240         :expander-p property.
9242 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
9244         * help.el (describe-key): Properly handle the return value of
9245         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
9246         remaps.  Handle string and vector `follow-link' values.
9248 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9250         * complete.el (PC-expand-many-files): Try be more careful when parsing
9251         the shell's output.
9253 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9255         * outline.el (hide-sublevels): Provide better interactive default.
9257 2006-03-06  Kenichi Handa  <handa@m17n.org>
9259         * international/fontset.el (create-fontset-from-fontset-spec):
9260         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9262 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9264         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9265         backslashes instead of one in regexp.
9266         (gud-tooltip-dereference): Add missing optional argument.
9268 2006-03-04  John Paul Wallington  <jpw@pobox.com>
9270         * wdired.el (toplevel): Require `cl' at compile-time.
9272 2006-03-04  Andreas Schwab  <schwab@suse.de>
9274         * server.el (server-process-filter): Handle errors during
9275         evaluation of the argument.
9277 2006-03-03  John Paul Wallington  <jpw@pobox.com>
9279         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9280         escape parentheses at beginning of line.
9281         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9282         (t-mouse-mode): Remove period from end of error message.
9284 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
9286         * textmodes/flyspell.el (flyspell-process-localwords):
9287         Be case-sensitive.
9289 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
9291         * cus-edit.el (custom-quote): Remove function, since it has been
9292         moved to custom.el.
9294         * font-lock.el (lisp-font-lock-keywords-2)
9295         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9296         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9297         they have no special meaning.
9299         * midnight.el (clean-buffer-list): Handle case where base-buffer of
9300         indirect buffer gets killed before indirect buffer.  Use dolist.
9302 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
9304         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
9305         value instead of a literal constant (1) on more pauses.
9307 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9309         * textmodes/flyspell.el (flyspell-external-point-words):
9310         Be case-sensitive.
9312 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
9314         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
9315         with "www".
9317 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
9319         * allout.el: Restablish intermediate missing comment header to
9320         preserve outline structure.
9321         (allout-beginning-of-current-entry): Skip invisible text.
9322         (allout-open-topic): Fix opening a topic at end-of-buffer.
9323         (allout-minor-mode): Move nearer to allout-mode function.
9325 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
9327         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
9329 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
9331         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
9332         is nil.
9334         * progmodes/gud.el (gud-speedbar-menu-items):
9335         Use buffer-local-value and add missing :visible keyword.
9337         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
9339 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
9341         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
9342         must be `follow-link'.
9344         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
9346         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
9347         formatting: No nested anchors.
9348         (org-all-targets): Fix bug with XEmacs compatibility.
9349         (org-read-date): Add (require 'parse-time).
9350         (org-set-tags): Fix bug with extra inserted space.
9351         (org-export-html-style): Define a style class for targets.
9352         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
9353         (org-hide-leading-stars): New option.
9354         (org-hide): New face.
9355         (org-set-font-lock-defaults): Allow to hide leading stars.
9356         (org-get-legal-level, org-tr-level): New functions.
9357         (org-odd-levels-only): New option.
9358         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
9359         (org-demote, org-promote): Deal with double-star levels.
9360         (org-convert-to-odd-levels): New command.
9362 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
9364         * speedbar.el (speedbar-update-localized-contents): Try to
9365         preserve window-start.
9366         (speedbar-update-directory-contents): Try to preserve window-start
9367         and window-point.
9368         (speedbar-update-special-contents): Don't move back to start of window.
9370         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
9371         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
9372         speedbar-timer-fn.
9373         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
9374         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
9375         instead of gdb-speedbar-timer-fn.
9377 2006-02-28  Jay Belanger  <belanger@truman.edu>
9379         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
9380         (math-compose-expr): Use latex option when calling
9381         `math-compose-tex-matrix' for latex mode.
9383 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
9385         * speedbar.el: Re-instate comments about developing for speedbar
9386         [this is what info and gdb-ui use even if better methods exist now].
9388         * t-mouse.el: New file.
9389         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
9390         (t-mouse-lispy-buffer-posn-from-coords): Remove.
9391         (t-mouse-make-event-element): Use posn-at-x-y instead.
9392         (t-mouse-make-event): Deal with Fedora Core 3.
9393         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
9394         (t-mouse-mouse-position-function): New function.  Use it instead
9395         of advising mouse-position.
9396         (t-mouse-mode): New minor mode.
9397         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
9399 2006-02-27  Glenn Morris  <rgm@gnu.org>
9401         * calendar/calendar.el (calendar-holidays): Doc fix.
9403 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
9405         * progmodes/gdb-ui.el (gdb-source-window): New variable.
9406         Re-introduce the concept of a source window.
9407         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
9408         consistency with get-buffer-create.
9409         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9410         (gdb-data-list-register-values-handler)
9411         (gdb-stack-list-locals-handler): Try to preserve window-start as
9412         well as window-point.
9413         (gdb-display-source-buffer): New function (old concept).
9414         (gdb-goto-breakpoint): Use it.
9416         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9417         for gdb-ui/gdb-mi (old concept).
9419 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
9421         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9422         binding.
9424         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9426         * textmodes/reftex-sel.el (reftex-select-label-map)
9427         (reftex-select-bib-map): Add `follow-mouse' binding.
9429 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
9431         * jka-cmpr-hook.el (jka-compr-compression-info-list)
9432         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9433         Give :set functions to provide automatic updating.
9434         Update docstring.  Give compiler defvars early in the file
9435         and move the defcustoms to a later spot where all called functions
9436         are defined.
9437         (jka-compr-file-name-handler-entry): Doc fix.
9438         (jka-compr-compression-info-list--internal)
9439         (jka-compr-mode-alist-additions--internal)
9440         (jka-compr-load-suffixes--internal): New variables.
9441         (jka-compr-install): Set the three above variables.
9442         Update `load-file-rep-suffixes' instead of `load-suffixes'.
9443         (jka-compr-update, jka-compr-set): New functions.
9444         (auto-compression-mode): Doc fix.
9446         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9447         Update `load-file-rep-suffixes' instead of `load-suffixes'.
9448         Use jka-compr-compression-info-list--internal,
9449         jka-compr-mode-alist-additions--internal and
9450         jka-compr-load-suffixes--internal.
9452         * files.el (load-library):
9453         * loadhist.el (file-loadhist-lookup):
9454         * startup.el (command-line):
9455         * subr.el (locate-library):
9456         * emacs-lisp/autoload.el (update-directory-autoloads):
9457         * emacs-lisp/find-func.el (find-library-suffixes):
9458         Use `get-load-suffixes' instead of `load-suffixes'.
9460         * subr.el (locate-library):
9461         * emacs-lisp/find-func.el (find-library-name):
9462         Use `load-file-rep-suffixes' instead of '("").
9464 2006-02-26  Kim F. Storm  <storm@cua.dk>
9466         * ido.el (ido-save-history, ido-load-history): Simplify.
9467         Don't use find-file-noselect to avoid interference from other modes.
9469 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
9471         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9472         to use the default shell if filename is not available.
9473         Reported by Giorgos Keramidas.
9475 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
9477         * progmodes/etags.el (tags-completion-table): Do completion from
9478         all the tables in the current list, as documented in the manual.
9480 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9482         * CC Mode Update to 5.31.3.
9484 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9486         * progmodes/cc-mode.el (c-postprocess-file-styles):
9487         Bind inhibit-read-only to t, around the call to
9488         c-remove-any-local-eval-or-mode-variables, so that it works on a
9489         RO file.
9491 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9493         * progmodes/cc-awk.el: Correct a typo.
9495 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9497         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9498         c-hungry-delete-backwards, at the request of RMS.  Leave the old
9499         name as an alias.
9501 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9503         * progmodes/cc-mode.el: Correct a typo.
9505 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9507         * progmodes/cc-defs.el: Update the version number to 5.31.3.
9509 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9511         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9512         brace-else-brace (error due to mbeg, mend being undefined).
9514 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9516         * progmodes/cc-mode.el: File Local variables: Solve the problem
9517         where both `mode' and c-file-offsets are specified: `mode' will
9518         overwrite c-f-o's settings:
9519         (c-remove-any-local-eval-or-mode-variables): New function.
9520         (c-postprocess-file-styles): Call the above new function, within
9521         c-tentative-buffer-change, to splat `mode' and `eval' before the
9522         second hack-local-variables.
9524 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9526         * progmodes/cc-mode.el:
9527         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9528         (c-after-change): Protect the match data with save-match-data.
9529         It was getting corrupted by c-after-change-check-<>-operators.
9531         * cc-defs.el: [Supersedes patch V1.38]:
9532         (top level): Check for a buggy font-lock-compile-keywords ONLY in
9533         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
9535         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9536         with save-match-data.  It was being corrupted when Font Lock was
9537         not enabled.
9539 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9541         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9542         Mode and Subword Mode.
9544         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9545         real labels ("case 1:" or "foo:") from non-labels ("public:").
9546         (c-forward-objc-directive): Replace c-forward-token-2 with crude
9547         coding; c-f-t-2 doesn't move over a token at EOB.
9549         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9551         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9552         (c-update-modeline): Concatenate the minor mode indicators
9553         directly onto mode-name, removing c-submode-indicators.
9554         Sometimes, c-s-i got separated from the mode name on the mode line.
9556         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9557         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9559 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9561         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9562         error message when there's an evaluation error to show whether
9563         it's loaded from source or not.
9564         (c-filter-ops): Make it available at runtime too to work when
9565         `c-make-init-lang-vars-fun' needs to evaluate from source.
9567 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
9569         * help.el (help): Revert last part of 2006-02-23 change (deletion
9570         of the `provide' call).
9572 2006-02-23  Juri Linkov  <juri@jurta.org>
9574         * compare-w.el (compare-windows-highlight): Add new value
9575         `persistent' and change :type from `boolean' to `choice'.
9576         (compare-windows-overlays1, compare-windows-overlays2):
9577         New internal variables.
9578         (compare-windows-highlight): If compare-windows-highlight is
9579         `persistent', add current overlays to compare-windows-overlays[12]
9580         instead of adding compare-windows-dehighlight to pre-command-hook.
9581         (compare-windows-dehighlight): Delete all overlays from
9582         compare-windows-overlays[12].
9584         * info.el (Info-search): Don't bind search-spaces-regexp to
9585         Info-search-whitespace-regexp in non-regexp isearch mode.
9587 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9591 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
9593         * textmodes/org.el (org-xemacs-p)
9594         (org-export-html-show-new-buffer, org-table-may-need-update)
9595         (org-insert-item, org-mhe-get-message-real-folder)
9596         (org-mhe-get-message-folder-from-index)
9597         (org-mhe-get-message-folder, org-mhe-get-message-num)
9598         (org-mhe-get-header, org-make-org-heading-search-string)
9599         (org-make-org-heading-camel, org-table-sort-lines)
9600         (org-format-org-table-html, org-format-table-table-html):
9601         Fix typos in docstrings.
9603 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
9605         * textmodes/org.el (org-cleaned-string-for-export)
9606         (org-solidify-link-text): New function.
9607         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9608         XEmacs, just to silence the compiler.
9609         (org-export-as-ascii, org-export-as-html-and-open):
9610         Use `org-cleaned-string-for-export' and create internal links.
9611         (org-follow-mhe-link): Require mh-e, use folder.
9613 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
9615         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9617         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9618         gdb-debug-log-length.
9619         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
9620         it a real ring but...
9621         (gud-gdba-marker-filter): ...make it work like mark-ring.
9622         (gdb-enable-debug): Rename from gdb-enable-debug-log.
9623         (gdb-mouse-jump): New function.  Add bindings.
9625 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
9627         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9628         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9629         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9630         (gdb-debug-log-length): Customize it's length.
9631         (gud-watch, gdb-var-create-handler): Display function::var format
9632         but don't use to create variable object.
9633         (gdb-var-create-handler): Use message-box in place of message.
9634         (gdb-stopped): Call gdb-exited if signalled.
9636 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
9638         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9640         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9642         * textmodes/reftex.el (reftex-locate-file): Search all extensions
9643         if `reftex-try-all-extensions' is set.
9645         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9646         fail silently when there is no valid argument at point.
9647         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9648         `fail-silently' argument.  From a patch by David Reiter.
9650         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9651         New commands.
9652         (org-mark-ring): New variable.
9653         (org-mark-ring-length): New option.
9654         (org-open-at-point, org-goto, org-open-file): Push old position
9655         onto the mark ring.
9656         (org-add-hook): New function.
9657         (org-export-table-remove-special-lines): New option.
9658         (org-skip-comments, org-format-org-table-html): Respect new
9659         option `org-export-table-remove-special-lines'.
9660         (org-open-file): Allow special command configuration for
9661         directory link.
9662         (org-file-apps): Fix bugs in customize type, added setting
9663         for directories.
9664         (org-activate-tags, org-format-agenda-item, org-complete)
9665         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9666         (org-get-tags, org-get-buffer-tags, org-open-at-point)
9667         (org-link-search, org-make-org-heading-search-string)
9668         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9669         (org-radio-targets, org-file-link-context-use-camel-case)
9670         (org-activate-camels): New options.
9671         (org-update-radio-target-regexp, org-all-targets)
9672         (org-make-target-link-regexp, org-activate-target-links):
9673         New functions.
9674         (org-make-org-heading-search-string): New function.
9675         (org-store-link, org-insert-link): Use new option
9676         `org-file-link-context-use-camel-case'.
9677         (org-activate-camels): Use new option `org-activate-camels'.
9678         (org-link-regexp): Add mhe prefix.
9679         (org-open-at-point, org-store-link): Support for mhe links.
9680         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9681         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9682         (org-mhe-get-header, org-follow-mhe-link): New functions.
9683         (org-remove-angle-brackets, org-add-angle-brackets):
9684         New functions.
9685         (org-bracket-link-regexp): New constant.
9686         (org-read-date): Fix bug that was rejecting all typed dates.
9687         (org-link-search): Make hierarchy above visible after a match.
9688         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9689         (org-store-link): Fix bug with link creation when cursor is in
9690         an empty line.
9691         (org-open-at-point): Fix bug with matching a link.
9692         Fixed buggy argument sequence in call to `org-view-tags'.
9693         (org-compile-prefix-format): Set `org-prefix-has-tag'.
9694         (org-prefix-has-tag): New variable.
9695         (org-format-agenda-item): Remove tags from headline
9696         if appropriate.
9697         (org-agenda-remove-tags-when-in-prefix): New option.
9699 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
9701         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9702         Fix the regular expressions.
9704 2006-02-21  Richard M. Stallman  <rms@gnu.org>
9706         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9707         if there's no other specific basis.
9709         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9710         as variables at all.
9711         (unsafep-variable): Rename arg; doc fix.
9713         * abbrevlist.el (list-one-abbrev-table): Add autoload.
9715         * calendar/appt.el (diary-selective-display): Add defvar.
9717         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9719         * isearch.el (search-whitespace-regexp): Fix custom type.
9721         * help.el (describe-key-briefly): Compute interactive args
9722         in same was as before previous change.
9724         * files.el (enable-local-variables): Doc fix.
9726 2006-02-21  Kim F. Storm  <storm@cua.dk>
9728         * fringe.el: Cleanup as file is now pre-loaded.
9729         (fringe-bitmaps): Initialize unconditionally.
9730         (fringe-mode, set-fringe-style): Remove autoload cookies.
9732 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9734         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9735         `horizontal-bar'.
9736         (fringe-cursor-alist): Use `horizontal-bar'.
9738 2006-02-20  Kim F. Storm  <storm@cua.dk>
9740         * fringe.el (fringe-bitmaps): Update to new bitmap names.
9741         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9743         * loadup.el: Load "fringe" on window systems.
9745 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
9747         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9748         out of scope components.
9750         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9751         default.
9753 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
9755         * custom.el (customize-mark-to-save, customize-mark-as-set):
9756         Load the symbol first.
9758 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
9760         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9761         strech spec so it doesn't display as "^J" on the header line
9762         when `Buffer-menu-use-header-line' is t.
9764 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
9766         * speedbar.el (speedbar-make-button): Keep text properties
9767         of string arguments if desired.
9769         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9770         expessions.
9772         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9773         of speedbar.
9775 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
9777         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9778         to value of `read-file-name-completion-ignore-case'.
9780 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
9782         * custom.el (customize-mark-as-set): Push to `user' theme.
9784         * cus-edit.el (custom-save-variables): Allow unthemed values.
9785         (customize-set-variable): Push setting to `user' theme.
9787 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
9789         * progmodes/gud.el: Don't require font-lock as it's now
9790         automatically loaded.
9791         (gud-speedbar-buttons): Replace gdb-var-changed with
9792         gdb-force-update.
9794         * progmodes/gdb-ui.el (gdb-force-update): Rename from
9795         gdb-var-changed.
9796         (gdb-post-prompt): Use it.
9797         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9798         (gdb-var-update-handler, gdb-var-delete)
9799         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9800         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9801         gdb-force-update in gdb-post-prompt.
9802         (gdb-reset): Clear watch expressions from speedbar when quitting.
9804 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9806         * viper-cmd.el (viper-insert-state-post-command-sentinel)
9807         (viper-change-state-to-vi, viper-change-state-to-emacs):
9808         Make aware of cursor coloring in the Emacs state.
9809         (viper-special-read-and-insert-char): Use read-char-exclusive.
9810         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9812         * viper-init.el (viper-emacs-state-cursor-color): New variable.
9814         * viper-util.el (viper-save-cursor-color)
9815         (viper-get-saved-cursor-color-in-replace-mode)
9816         (viper-get-saved-cursor-color-in-insert-mode)
9817         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9818         state.
9819         (viper-get-saved-cursor-color-in-emacs-mode): New function.
9821         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9822         (ediff-ignore-case-option3, ediff-actual-diff-options)
9823         (ediff-actual-diff3-options): New variables to control case sensitivity.
9824         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9825         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9826         (ediff-toggle-ignore-case): New function.
9827         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9829         * ediff-help.el (ediff-long-help-message-narrow2)
9830         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9831         (ediff-long-help-message-word-mode): Add ignore-case command.
9832         (ediff-help-for-quick-help): Add ignore-case command.
9834         * ediff-merg.el: Move provide to the end.
9836         * ediff-ptch.el: Move provide to the end.
9838         * ediff-wind.el: Move provide to the end.
9840         * ediff-mult.el: Move provide to the end.
9841         (ediff-set-meta-overlay): Enable follow-link.
9843         * ediff.el: Move provide to the end.
9844         Break recursive load cycle in eval-when-compile.
9845         (ediff-patch-buffer): Better heuristics.
9847         * ediff-util.el: Move provide to the end.
9848         Break recursive load cycle in eval-when-compile.
9849         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
9850         defuns.
9851         (ediff-submit-report): Pass the values of ediff-diff3-program,
9852         ediff-diff3-options.
9854 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
9856         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9857         the opening bracket of the following bracketing pairs: {}, [], (), <>,
9858         `' (for example, in the docstring of `windmove-default-keybindings').
9860 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
9862         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9863         shadow face.  Don't provide binding to edit variable when it is
9864         out of scope.
9866         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9867         (gdb-var-update-handler): Detect out of scope variables with pre
9868         GDB 6.4 too.
9869         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9870         Reset status of variable objects to nil in update handlers.
9871         (gdb-var-update-handler-1): Detect when a variable object comes
9872         in scope.  setcar on var changes gdb-var-list directly.
9874 2006-02-17  Juri Linkov  <juri@jurta.org>
9876         * ffap.el (ffap) <defface>: Add explicit face declaration.
9877         (ffap-highlight): Use face `ffap' directly instead of checking
9878         for its existence.
9880         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9881         `visible-ok' of `other-buffer' to find the right original buffer.
9883         * info.el (Info-search): Skip `Local Variables' node.
9885 2006-02-17  Juri Linkov  <juri@jurta.org>
9887         * info.el (Info-find-file): Check for symbols `apropos', `history',
9888         `toc' in the input filename, and return these symbols as is.
9889         (Info-find-node-2): Set Info-current-file to symbols `apropos',
9890         `history', `toc' instead of strings.
9891         (Info-set-mode-line): For non-string Info-current-file use the
9892         symbol's name inside **.
9893         (Info-isearch-push-state): Add quote before Info-current-file and
9894         Info-current-node.
9895         (Info-isearch-pop-state): Use `equal' instead of `string='.
9896         (Info-extract-pointer, Info-following-node-name): Use
9897         `match-string-no-properties' instead of `match-string'.
9898         (Info-up): Check `old-file' for `stringp'.
9899         (Info-history): Use `equal' instead of `string-equal'.
9900         Check `file' for `stringp'.
9901         (Info-history): Use symbol `history' instead of string as first arg
9902         of `Info-find-node'.
9903         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
9904         `toc' instead of string.
9905         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9906         instead of `buffer-substring', and `match-string-no-properties'
9907         instead of `match-string'.
9908         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9909         instead of strings.
9910         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9911         Use symbol `apropos' instead of string.
9912         (Info-copy-current-node-name): Check `Info-current-file' for
9913         `stringp' and construct a command with `Info-find-node' from it.
9914         (Info-fontify-node): Use `match-string-no-properties' instead of
9915         `match-string' and check file names for `stringp'.
9916         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9917         `history', `toc' instead of strings.
9919 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
9921         * files.el: Rearrange functions and variables in the file local
9922         variables section.
9924 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
9926         * files.el: Add truncate-lines, ispell-check-comments and
9927         ispell-local-dictionary as safe local variables.
9929 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
9931         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9932         out of scope variables.
9933         (gud-speedbar-buttons): Use unless.
9935         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9936         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9937         (gdb-show-changed-values): Also use for out of scope variables.
9938         (gdb-var-update-handler-1): Note if variable goes out of scope.
9940 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
9942         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9943         default to global variable values for unsupplied args.
9944         (rcirc-get-buffer-create): Fix bug with setting the target.
9945         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9946         test for rcirc-always-use-server-buffer-flag here.
9947         (rcirc-response-formats): Add %N, which is a facified nick.  %n
9948         uses the default face.  Change the ACTION format string.  If the
9949         "nick" is the server, don't print anything for that field.
9950         Comment fixes.
9951         (rcirc-target-buffer): Don't test
9952         rcirc-always-use-server-buffer-flag here.
9953         (rcirc-print): Squeeze extra spaces out of the text before message.
9954         (rcirc-put-nick-channel): Strip potential "@" char from nick
9955         before adding them to nick table.
9956         (rcirc-url-regexp): Improve to match address like "foo.com".
9958 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
9960         * allout.el (allout-hidden-p): Move this defsubst before
9961         allout-overlay-interior-modification-handler, where it is first
9962         used.
9964 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
9966         * allout.el: Use allout invisible-text overlays instead of
9967         selective display for concealed text.  Also, lots of general
9968         cleanup, and improved compatibility code.
9970         (allout-version) Incremented, corrected, revised, and refined
9971         module commentary.
9973         (provide 'allout): Moved to the bottom, added a require of overlay.
9975         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9976         `except-current'.
9977         (allout-write-file-hook-handler): Minimize delay.
9978         (count-trailing-whitespace-region): New function so
9979         auto-encryption of current topic can resituate cursor exactly.
9980         PGP/GPG encryption trims trailing whitespace from lines, which
9981         must be accounted for across encryption then decryption.
9983         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9984         just plain "\C-c", to avoid intruding on user's keybinding space.
9986         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9987         parameter, so user request to provide a new password is done.
9989         (allout-outside-normal-auto-fill-function, allout-auto-fill):
9990         Refined mechanism for auto-filling behavior while in allout mode.
9992         (allout-mode): Explicitly specify the mode map in the docstring.
9993         Clarify provision for various write-file hook var names.
9994         Adjusted for invisible-text overlays instead of selective-display.
9996         (allout-depth): Really return 0 if not within any topic.  This
9997         rectifies `allout-beginning-of-level' and sequence numbering
9998         errors that occur when cutting and pasting numbered topics.
9999         Changed from a in-line subst to a regular function, as well.
10001         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10003         (allout-end-of-subtree, allout-end-of-subtree)
10004         (allout-end-of-entry, allout-end-of-current-heading)
10005         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10006         (allout-show-children, allout-show-to-offshoot)
10007         (allout-hide-current-entry, allout-show-current-entry): Rectified
10008         handling of trailing blank lines between items.
10010         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10011         (allout-current-depth, allout-unprotected, allout-hidden-p)
10012         (allout-on-current-heading-p, allout-listify-exposed)
10013         (allout-chart-subtree, allout-goto-prefix)
10014         (allout-back-to-current-heading, allout-get-body-text)
10015         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10016         (allout-hide-region-body, allout-toggle-subtree-encryption)
10017         (allout-encrypt-string, allout-encrypted-key-info)
10018         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10019         (allout-file-vars-section-data): Adjusted for use with
10020         invisible-text overlays instead of selective-display.
10022         (allout-kill-line, allout-kill-topic, allout-yank-processing):
10023         Reworked for use with invisible text overlays.
10025         (allout-current-topic-collapsed-p): New function.
10027         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10028         to know when to close the containing topic.
10030         (allout-pre-command-business, allout-post-command-business):
10031         Simplify undo-batching and dynamic isearch exposure.
10033         (allout-set-overlay-category): New for invisible-text overlays.
10034         Sets properties of allout-overlay-category, used by
10035         allout-flag-region to set invisible-text overlay properties.
10036         (allout-get-invisibility-overlay): Get the first qualifying
10037         invisibility overlay, so we can find the extent of it.
10038         (allout-back-to-visible-text): Get to just before the beginnining
10039         of the current invisibility overlay, if any.
10041         (allout-overlay-insert-in-front-handler)
10042         (allout-overlay-interior-modification-handler)
10043         (allout-before-change-handler, allout-isearch-end-handler): New
10044         functions to handle extraordinary actions affecting concealed
10045         text.
10047         (allout-flag-region): Use overlays instead of selective-display
10048         for invisible text - by inheritence from the properties of
10049         allout-overlay-category in mainline Emacs, and applied
10050         property-by-property in XEmacs, some recent versions of which
10051         don't inherit the properties from the category.  Provisions to
10052         respond to concealed-text edits simplified drastically.
10054         (allout-isearch-rectification, allout-isearch-was-font-lock)
10055         (allout-isearch-expose, allout-enwrap-isearch)
10056         (allout-isearch-abort, allout-pre-was-isearching)
10057         (allout-isearch-prior-pos, allout-isearch-did-quit)
10058         (allout-isearch-dynamic-expose)
10059         (allout-hide-current-entry-completely): Functions deleted.
10061         (allout-undo-aggregation): Explicit undo aggregation no longer
10062         necessary due to transition away from selective-display.
10064         (set-allout-regexp, allout-up-current-level)
10065         (allout-next-visible-heading, allout-forward-current-level)
10066         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10067         (allout-kill-line, allout-yank-processing, allout-show-children)
10068         (allout-expose-topic, allout-old-expose-topic)
10069         (allout-listify-exposed, allout-insert-latex-header)
10070         (allout-toggle-subtree-encryption, allout-encrypt-string)
10071         (remove-from-invisibility-spec, allout-hide-current-subtree):
10072         Ditched unused variables.
10074 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
10076         * textmodes/ispell.el (ispell-change-dictionary): Call
10077         ispell-buffer-local-dict instead of
10078         ispell-accept-buffer-local-defs.
10079         (ispell-local-dictionary-alist): Accept as valid any coding-system
10080         supported by Emacs.
10081         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10082         changed to iso-8859-3.
10084 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
10086         * speedbar.el (speedbar-frame-width): Make an inline function
10087         instead of a macro.  Use frame-width.
10088         (speedbar-try-completion, speedbar-update-contents)
10089         (speedbar-timer-fn): Use consp.
10090         (speedbar-update-localized-contents): Try to preserve point.
10092         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10093         (menu): Re-order menu items.
10094         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10095         field.
10096         (gdb-var-update-handler-1): Use it for GDB 6.4+.
10097         (gdb-post-prompt): Speed things by not forcing update.
10099 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
10101         * wid-edit.el (widget-button-click): For mouse-1, cancel button
10102         press and perform default action if we get a mouse movement event.
10104 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10106         * calendar/icalendar.el (icalendar--get-event-property)
10107         (icalendar--get-event-property-attributes): Fix typos in
10108         docstrings.
10110         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10111         docstring.
10113 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
10115         * bs.el (bs-mode): Use `buffer-disable-undo'.
10116         (bs--get-file-name): Simplify.
10117         (bs-show-in-buffer): Mark the buffer as not modified.
10119 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10121         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10122         widget-button-click.
10124         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10125         (custom-mode): Update docstring.
10127         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10128         binding.
10130         * files.el (hack-local-variables-confirm): Allow scrolling if the
10131         file variable list is too long.  Kill temp buffer after use.
10133 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
10135         * progmodes/gud.el (gdb): Improve doc string.
10136         (gdb-script-font-lock-keywords): Expand allowed character set.
10138         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10139         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10140         (gdb-separate-io-interrupt, gdb-separate-io-quit)
10141         (gdb-separate-io-stop, gdb-separate-io-eof):
10142         Rename from gdb-inferior-* to gdb-separate-*.
10143         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10145 2006-02-14  Jay Belanger  <belanger@truman.edu>
10147         * calc/calc-arith.el (math-check-known-scalarp): Make sure
10148         expression is a symbol before checking that it is bound.
10150         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10151         test to see if equation can be solved.
10153 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10155         * wid-edit.el (widget-button-click): Use :pressed-face property
10156         for overlay face, if it exists.
10158         * cus-edit.el (custom-manual, custom-add-see-also)
10159         (custom-add-parent-links, custom-group-link): Add :pressed-face
10160         property to links.
10162         * files.el (hack-local-variables): Remove ignored variables before
10163         checking if any variables need setting.
10165 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10167         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10169 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
10171         * help.el (where-is): Fix message for remapped commands.
10173         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10174         Fix typos in docstrings.
10176 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
10178         * files.el (safe-local-variable-values): New option.
10179         (hack-local-variables-prop-line): Return a list of variable-value
10180         pairs if MODE-ONLY is non-nil.
10181         (hack-local-variables): Construct list of variable-value pairs,
10182         and apply or reject them in one go.  Ask for confirmation if
10183         variables are not known safe.
10184         (hack-local-variables-confirm): Complete rewrite.  Support
10185         `safe-local-variable-values'.
10186         (enable-local-variables): Update docstring to reflect new
10187         behavior.
10188         (ignored-local-variables): Ignore ignored-local-variables and
10189         safe-local-variable-values.
10190         (safe-local-variable-p): New function.
10191         (risky-local-variable-p): `safe-local-variable' property check
10192         moved to safe-local-variable-p.
10193         (hack-one-local-variable): Checks moved to hack-local-variables.
10195         (byte-compile-dynamic, c-basic-offset, c-file-style)
10196         (c-indent-level, comment-column, fill-column, fill-prefix)
10197         (indent-tabs-mode, kept-new-versions, no-byte-compile)
10198         (no-update-autoloads, outline-regexp, page-delimiter)
10199         (paragraph-start, paragraph-separate, sentence-end)
10200         (sentence-end-double-space tab-width, version-control):
10201         Add `safe-local-variable' property.
10203         * find-lisp.el: Delete nonexistent `autocompile' file variable.
10205         * icomplete.el, play/landmark.el: Change nonexistent
10206         `outline-layout' file variable to `allout-layout'.
10208 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
10210         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10211         (gdb-get-changed-registers): Test value of gud-minor-mode relative
10212         to gud-comint-buffer.
10213         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10214         gdb-ui.el for gdb-mi.el.
10215         (gdb-post-prompt, gdb-get-changed-registers): Move test for
10216         registers buffer to gdb-get-changed-registers.
10217         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
10218         deletion of catchpoints (throw and catch).
10219         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10220         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10221         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10222         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10223         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10225 2006-02-13  Jay Belanger  <belanger@truman.edu>
10227         * calc/calc-arith.el (math-check-known-matrixp): Make sure
10228         expression is a symbol before checking that it is bound.
10230 2006-02-13  Richard M. Stallman  <rms@gnu.org>
10232         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10233         for the minibuffer too, but not if resize-mini-windows will interfere.
10235         * help.el (describe-key-briefly, describe-key): Do all arg-reading
10236         inside `interactive' spec.
10237         (describe-key-briefly-internal, describe-key-internal):
10238         Functions merged back into their callers.
10240 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
10242         * info.el (info-xref-visited): Inherit from info-xref too.
10243         (Info-set-mode-line): Replace occurrences of `%' by `%%'
10244         when propertizing Info-current-file and Info-current-node.
10246 2006-02-13  Juri Linkov  <juri@jurta.org>
10248         * tumme.el (tumme-thumbnail-storage): Fix docstring.
10249         (tumme-thumb-name): Fix per-directory format.
10251 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
10253         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10255 2006-02-12  Miles Bader  <miles@gnu.org>
10257         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10259 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
10261         * tumme.el: Remove history section.  If someone needs the it, it
10262         can always be found in CVS.
10264 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
10266         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
10267         about the Thumbnail Managing Standard option.
10269 2006-02-12  Richard M. Stallman  <rms@gnu.org>
10271         * subr.el (substitute-key-definition): Doc fix.
10273         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10275         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10277         * info.el (Info-mode): Doc fix.
10279         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10281 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
10283         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10284         because on Solaris a POSIX compatible "id" is needed.  Reported by
10285         Magnus Henoch <mange@freemail.hu>.
10287 2006-02-12  Juri Linkov  <juri@jurta.org>
10289         * tumme.el: Remove todo item about Thumbnail Managing Standard.
10290         (tumme) <defgroup>: Change :group to `multimedia'.
10291         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10292         Managing Standard.
10293         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10294         Fix dostring.
10295         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10296         and %y.  Fix docstring.
10297         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10298         (tumme-cmd-create-standard-thumbnail-command): New user options.
10299         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10300         is `standard'.  Fix docstring.
10301         (tumme-thumb-width, tumme-thumb-height): New user options.
10302         (tumme-external-viewer): Try to find various viewers.
10303         (tumme-get-thumbnail-image): Use `create-image' instead of
10304         constructing the `image' structure.
10305         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
10306         `standard'.
10307         (tumme-thumb-name): Add file name generation for standard storage.
10308         Simplify code for other storages.
10309         (tumme-thumb-name): Use width %w and height %h instead of size %s.
10310         Add modification time %m and thumbnail-nq8 %q.
10311         Use `tumme-cmd-create-standard-thumbnail-command' if
10312         tumme-thumbnail-storage is `standard'.
10313         (tumme-dired-insert-marked-thumbs): New autoload command.
10314         (tumme-dired-after-readin-hook): New function.
10315         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
10316         `tumme-thumb-size'.
10317         (tumme-display-image): Replace size-x %x and size-y %y with
10318         width %w and height %h.
10320         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
10321         `tumme-dired-insert-marked-thumbs'.
10323 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
10325         * tumme.el (tumme-write-tag): Fix small bug (file name did not
10326         include path).
10327         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
10328         matching tag.
10330 2006-02-12  Miles Bader  <miles@gnu.org>
10332         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
10333         New variables.
10334         (rcirc-abbrev-nick): New function.
10335         (rcirc-format-response-string): Rewrite to use the formats in
10336         `rcirc-response-formats' and expand escape sequences therein.
10337         A text-property `rcirc-text' is added over the actual response
10338         text to make easy to find inside the returned string.
10339         (rcirc-print): When filling, just look for the `rcirc-text'
10340         text-property to find the appropriate fill prefix, instead of
10341         using hardwired patterns.
10343 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
10345         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
10346         Managing Standard.
10348 2006-02-11  Kim F. Storm  <storm@cua.dk>
10350         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
10351         Don't use insert-buffer; do insert-buffer-substring directly.
10352         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
10354 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
10356         * files.el (revert-buffer, recover-file): Replace buffer-read-only
10357         with inhibit-read-only.  Suggested by Stefan Monnier.
10358         (revert-buffer): Let insert-file-contents discard
10359         buffer-undo-list.  Simplify code.
10360         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
10362 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
10364         * menu-bar.el (menu-bar-select-yank): Add a doc string.
10366         * help.el (describe-key-briefly): Now a wrapper for
10367         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
10368         to t.  Populate yank-menu if empty.
10369         (describe-key-briefly-internal): Renamed from describe-key-briefly.
10370         (describe-key): Now a wrapper for describe-key-internal.  Bind
10371         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
10372         (describe-key-internal): Renamed from describe-key.
10374 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
10376         * progmodes/glasses.el (glasses-separator): Doc fix.
10377         (glasses-original-separator): New defcustom.
10378         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
10380 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
10382         * mwheel.el (mouse-wheel-up-event): Doc fix.
10384 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
10386         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
10387         (tumme-dir): New function.  Copied from thumbs.el.
10389 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
10391         * desktop.el (desktop-outvar): Fix typo.
10392         (desktop-save-buffer-p): Doc fix.
10394         * subr.el (substitute-key-definition): Fix typo.
10396 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10398         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
10399         when window-system is mac.
10401         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
10403 2006-02-10  Kim F. Storm  <storm@cua.dk>
10405         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
10406         indirect-function instead of using condition-case.
10408 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
10410         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
10411         less `colloquial'...
10413 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
10415         * tumme.el: Add a couple of todo items.
10417 2006-02-09  Lars Hansen  <larsh@soem.dk>
10419         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10420         (highlight-changes-mode): Don't change desktop-locals-to-save.
10422 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
10424         * image-mode.el (image-toggle-display): Clear image cache if using
10425         filename.
10427 2006-02-09  Masatake YAMATO  <jet@gyve.org>
10429         * dired-x.el (dired-guess-shell-alist-default): Add .man as
10430         a `dired-man' target.
10432         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10433         boundary of symbols.
10435 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
10437         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10439 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
10441         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10442         `mapcar'; return nil.
10444 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
10446         * mouse.el (mouse-drag-track): Don't change window if we rebind to
10447         some other event.
10449 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
10451         * net/rcirc.el (rcirc-startup-channels-alist):
10452         Add irc.freenode.net and #emacs as defaults.
10453         (rcirc-ignore-all-activity-flag): Remove variable.
10454         (rcirc-authinfo): New variable.
10455         (rcirc-authinfo-filename): Remove variable.
10456         (rcirc-always-use-server-buffer-flag): New flag.
10457         (rcirc): M-x rcirc will automatically connect without prompting.
10458         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
10459         connection in lisp.
10460         (rcirc-process-server-response-1): Remove everything but the nick
10461         portion of the sender so it doesn't need to be done everywhere
10462         else.  Update related code.
10463         (global-map): Remove global keybindings.
10464         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10465         (rcirc-send-input): Split into several functions.
10466         (rcirc-process-input-line, rcirc-process-message)
10467         (rcirc-process-command): New functions.
10468         (rcirc-target-buffer): New function to determine where to route
10469         messages.
10470         (rcirc-user-nick): Save match data.
10471         (rcirc-toggle-ignore-buffer-activity)
10472         (rcirc-update-activity-string): Remove global ignore functionality,
10473         which can be done now by toggling rcirc-track-minor-mode.
10474         (rcirc-track-minor-mode-map): New keymap.
10475         (rcirc-track-minor-mode): New minor-mode.
10476         (ignore): Make the ignore output nicer.  Always print it when
10477         adding or removing nicks.
10478         (rcirc-url-regexp): Improve.
10479         (rcirc-mangle-text): Remove properties before using text in the
10480         modeline.
10481         (rcirc-authenticate): Authentication data comes from
10482         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10483         (rcirc-server-prefix): Inherit from rcirc-server.
10485 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
10487         * Makefile.in (compile): Append "|| true" to the end of the `find'
10488         command, like compile-always does.
10490 2006-02-08  Sam Steingold  <sds@gnu.org>
10492         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10493         output from a dead connection.
10495 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
10497         * dired.el (dired-mode-map): Add more bindings for tumme.
10499 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10501         * wdired.el (wdired-mode-map): Use remap.
10502         (wdired-get-filename): Massage.
10503         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10504         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10505         `keymap' property rather than `local-map'.
10507 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
10509         * tumme.el (tumme-get-thumbnail-image): New utility function.
10510         Suggested by from Chong Yidong.
10511         (tumme-dired-with-window-configuration): Rename from
10512         `tumme-dired'.  Add code to save window configuration.
10513         (tumme-restore-window-configuration): New command to restore the
10514         window configuration that `tumme-dired-with-window-configuration'
10515         saves before it changes the window configuration.
10516         (tumme-show-all-from-dir): New command to display thumbnails for
10517         all files in a directory entered by the user, like M-x thumbs.
10518         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10519         have been created.
10520         (tumme-display-thumbnail-original-image): Call `display-buffer'.
10521         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10522         Remove obsolete test function.
10524 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
10526         * vc.el (small-temporary-file-directory): Remove defvar; there's
10527         a defcustom for it in files.el.
10529         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10530         Fix typo in message.
10531         (tumme-gallery-generate): Fix typo in `error' message.
10532         (tumme-display-window-height-correction)
10533         (tumme-display-window-width-correction, tumme-line-up-dynamic)
10534         (tumme-line-up-interactive): Dox fixes.
10535         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10536         (tumme-restore-window-configuration, tumme-format-properties-string)
10537         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10538         Fix typos in docstrings.
10540 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
10542         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10544 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
10546         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10547         User should use hook if desired.
10549         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10550         buffer if necessary.
10551         (gdb-delete-frame-or-window): New function.
10552         (gdb-breakpoints-mode-map): Bind "q" to it.
10554 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10556         * textmodes/nroff-mode.el: Clean up name space.
10557         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10558         (nroff-mode): Obey the global setting of nroff-electric-mode.
10559         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10561         * calendar/calendar.el (calendar-increment-month): Typo in last change.
10563 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
10565         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10567 2006-02-06  Lars Hansen  <larsh@soem.dk>
10569         * generic-x.el (etc-fstab-generic-mode): Add file system types
10570         cifs and usbdevfs.  Allow special chars in file names.
10572 2006-02-05  Jay Belanger  <belanger@truman.edu>
10574         Update copyright notices of the files in lisp/calc.
10576 2006-02-05  Romain Francoise  <romain@orebokech.com>
10578         Update copyright notices of all files in the lisp/play directory.
10580 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
10582         * ldefs-boot.el: Regenerate.
10584         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10586 2006-02-05  Kim F. Storm  <storm@cua.dk>
10588         * files.el (magic-mode-regexp-match-limit): New defvar.
10589         (set-auto-mode): Use it to limit magic-mode-alist matching.
10591 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
10593         * simple.el (display-message-or-buffer): Compare the number of
10594         characters to the frame width when determining whether a 1-line
10595         message string will fit in the echo area.  Count screen lines
10596         instead of buffer lines when determining whether a multi-line
10597         message will fit in the echo area/minibuffer window.
10599 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
10601         * info.el (Info-index, Info-mode): Improve the description of the
10602         `i' command.
10604         * ldefs-boot.el: Regenerate.
10606 2006-02-03  Werner Lemberg  <wl@gnu.org>
10608         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10609         greedy to find the closing bracket in \*[...] and similar
10610         expressions.  This is a first rough fix -- many additional
10611         refinements are necessary to make nroff mode really usable with groff.
10613 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
10615         * international/mule-cmds.el (set-locale-environment):
10616         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10617         libX11.
10619 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
10621         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10622         archive are created in archive-tmpdir.
10624 2006-02-02  John Paul Wallington  <jpw@pobox.com>
10626         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10627         (ibuffer-fontification-alist): Use it.
10628         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10629         to "* z" and the Ibuffer Mark menu.
10631         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10633 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10635         * textmodes/table.el (*table--cell-describe-mode)
10636         (*table--cell-describe-bindings): Undo last change since
10637         print-help-return-message is not obsoleted by anything at all.
10639 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
10641         * emulation/cua-base.el (cua-mode): Doc fix.
10643 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
10645         * dframe.el (dframe-handle-make-frame-visible)
10646         (dframe-handle-iconify-frame, dframe-get-focus)
10647         (dframe-select-attached-frame, dframe-power-click)
10648         (dframe-frame-mode): Fix typos in docstrings.
10650         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10651         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10652         Fix typos in docstrings.
10654         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10655         (hi-lock-face-buffer, hi-lock-font-lock-hook)
10656         (hi-lock-archaic-interface-message-used)
10657         (hi-lock-file-patterns-range): Fix typos in docstrings.
10659         * savehist.el (savehist-loaded, savehist-load, savehist-install)
10660         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10662         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10663         Fix typo in docstring.
10665         * net/newsticker.el (newsticker--decode-iso8601-date)
10666         (newsticker--set-customvar, newsticker--buffer-insert-item)
10667         (newsticker--do-run-auto-mark-filter)
10668         (newsticker--parse-generic-feed): Doc fixes.
10669         (newsticker--retrieval-timer-list, newsticker-url-list)
10670         (newsticker-hide-immortal-items-in-echo-area)
10671         (newsticker-hide-obsolete-items-in-echo-area)
10672         (newsticker-new-item-face, newsticker--enclosure)
10673         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10674         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10675         (newsticker--parse-generic-feed, newsticker--cache-contains)
10676         (newsticker--stat-num-items, newsticker-download-enclosures):
10677         Fix typos in docstrings.
10679         * net/rcirc.el (rcirc-debug): Doc fix.
10680         (rcirc-fill-column, rcirc-receive-message-hooks)
10681         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10682         (rcirc-mode, rcirc-generate-new-buffer-name)
10683         (rcirc-startup-channels, rcirc-ignore-update-automatic)
10684         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10685         Fix typos in docstrings.
10686         (rcirc-print): "?\ " -> "?\s".
10687         (rcirc-cmd-join): Improve argument/docstring consistency.
10689 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
10691         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10692         before narrow-to-region.
10694 2006-02-01  Richard M. Stallman  <rms@gnu.org>
10696         * simple.el (move-beginning-of-line): Scan properly for invis change.
10698         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10700 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
10702         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10703         change bit only when id-format is 'integer.  Reported by Matt
10704         Hodges <M.P.Hodges@rl.ac.uk>.
10706 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
10708         * hilit-chg.el (highlight-changes-initial-state)
10709         (highlight-changes-global-initial-state): Doc fixes.
10710         (highlight-changes-global-modes, global-highlight-changes):
10711         Fix typos in docstrings.
10713 2006-02-01  Kim F. Storm  <storm@cua.dk>
10715         * emulation/cua-base.el (cua-mode): Mention that CUA enables
10716         transient-mark-mode in doc string.
10718 2006-01-31  Richard M. Stallman  <rms@gnu.org>
10720         * replace.el (multi-occur): Doc fix.
10721         (multi-occur-in-matching-buffers): Rename from
10722         multi-occur-by-filename-regexp.  Prefix arg says match
10723         buffer names instead of file names.
10725 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
10727         * bs.el: Allow non-default values of `bs-header-lines-length'.
10728         (bs--running-in-xemacs): Remove (not needed anymore).
10729         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10730         instead of `shrink-window', thus avoiding having to compute the
10731         height of the window.
10732         (bs--up): Wrap around even when there's no header.
10733         (bs--down): Use `forward-line' instead of `next-line'.
10735 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
10737         * image-mode.el (image-toggle-display): Use file name if possible,
10738         instead of unnecessarily allocating a (possibly huge) lisp string.
10740 2006-01-30  John Paul Wallington  <jpw@pobox.com>
10742         * subr.el (toplevel): Define `cl-assertion-failed' condition here
10743         because the `assert' macro signals it at runtime.
10745         * emacs-lisp/cl.el (toplevel): Remove definition of
10746         `cl-assertion-failed' condition.
10748 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
10750         * thumbs.el (thumbs-marked-list): Make buffer-local and
10751         permanent-local.
10752         (thumbs-insert-thumb): Make help-echo non-sticky.
10753         (thumbs-file-alist): Use eolp as check for (non)-image.
10755 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
10757         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10758         (ediff-before-session-group-setup-hooks)
10759         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10760         Fix typos in docstrings.
10762         * window.el (bw-dir, bw-eqdir, balance-windows)
10763         (split-window-keep-point): Fix typos in docstrings.
10765         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10766         (org-quote-string, org-calendar-to-agenda-key)
10767         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10768         (org-show-following-heading, org-tags-column)
10769         (org-use-tag-inheritance, org, org-allow-space-in-links)
10770         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10771         (org-enable-table-editor, org-calc-default-modes)
10772         (org-table-allow-automatic-line-recalculation)
10773         (org-export-html-style, org-export-with-fixed-width)
10774         (org-export-with-sub-superscripts, org-special-keyword)
10775         (org-formula, org-time-grid, org-table-may-need-update)
10776         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10777         (org-goto-quit, org-get-indentation, org-end-of-item)
10778         (org-move-item-down, org-move-item-up)
10779         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10780         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10781         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10782         (org-agenda-log-mode, org-agenda-toggle-diary)
10783         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10784         (org-agenda-file-to-end, org-agenda-no-heading-message)
10785         (org-agenda-get-closed, org-format-agenda-item)
10786         (org-cmp-priority, org-cmp-category, org-cmp-time)
10787         (org-agenda-change-all-lines, org-agenda-diary-entry)
10788         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10789         (org-link-search, org-camel-to-words, org-open-file)
10790         (org-remember-handler, org-table-convert-region)
10791         (org-table-move-row-down, org-table-move-row-up)
10792         (org-table-copy-region, org-table-wrap-region)
10793         (org-table-toggle-vline-visibility)
10794         (org-table-get-vertical-vector, org-table-modify-formulas)
10795         (org-table-get-specials, org-recalc-commands)
10796         (org-table-rotate-recalc-marks, org-table-eval-formula)
10797         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10798         (org-level-color-stars-only, org-insert-heading):
10799         Fix typos in docstrings.
10800         (last-arg): Add defvar.
10802         * makefile.w32-in (WINS): Add erc.
10803         (MH_E_SRC): Update (copied from lisp/Makefile.in).
10805 2006-01-29  Bill Wohler  <wohler@newt.com>
10807         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10808         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10809         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
10810         (mh-autoloads): Don't use comments on otherwise empty lines.
10812 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
10814         * emulation/viper.el (viper-major-mode-modifier-list): Add
10815         insert-state and vi-state entries for erc-mode.
10816         (viper-go-away, viper-set-hooks): Add and remove
10817         viper-comint-mode-hook from erc-mode-hook as appropriate.
10819         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10821 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
10823         * bs.el (bs--format-aux): Implement `middle' alignment as
10824         described in the docstring for `bs-attributes-list'.
10825         (bs--get-name): Simplify.  Don't pad the buffer name.
10827 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
10829         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10830         English aspell dictionary is installed, use the first entry of
10831         ispell-dictionary-alist-1.
10833 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
10835         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10836         Doc fix.
10838 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
10840         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10841         for `process-file', in order to let it work for older Emacsen too.
10843 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
10845         * international/latexenc.el: Add a suitable `coding:' tag.
10846         (latexenc-find-file-coding-system): Undo last change.
10848 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10850         * international/latexenc.el (latexenc-find-file-coding-system):
10851         Make sure latexenc-main-file is a regular file and is readable.
10853 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
10855         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10856         Pass FILE to vc-user-login-name.
10858         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10860 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
10862         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10863         there are no more images to display.
10864         (thumbs-mark, thumbs-unmark): Revert change so that they move to
10865         the next image.
10867 2006-01-26  Richard M. Stallman  <rms@gnu.org>
10869         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10871         * wid-edit.el (advertised-widget-backward): New alias.
10872         (widget-keymap): Use advertised-widget-backward for S-TAB.
10874         * tumme.el: Correct the keywords.
10875         (tumme-dir-max-size): Use defvar.
10876         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10878         * simple.el (move-beginning-of-line): Take account of fields.
10879         (clone-indirect-buffer-other-window): Take args like
10880         clone-indirect-buffer, and work like it.
10882         * help-fns.el (describe-function): Don't pass `nil' as default.
10884         * files.el (risky-local-variable-p): Follow var aliases.
10886         * subr.el (lazy-completion-table): Doc fix.
10888         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10889         global binding of `line'.
10891 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
10893         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10894         Tramp.
10896         * vc.el (vc-default-dired-state-info): Pass FILE to
10897         vc-user-login-name.
10898         (vc-default-update-changelog): Don't use vc-user-login-name, we
10899         don't need it here.
10901         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10902         no longer necessary.
10904 2006-01-25  Kenichi Handa  <handa@m17n.org>
10906         * international/mule.el (decode-char): Avoid the overhead of
10907         calling utf-lookup-subst-table-for-decode if
10908         utf-translate-cjk-mode is nil.
10909         (encode-char): Avoid the overhead of calling
10910         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10911         nil.
10913 2006-01-22  Kenichi Handa  <handa@m17n.org>
10915         * international/mule.el (make-subsidiary-coding-system): Reset
10916         `coding-system-define-form' property of subsidiaries to nil.
10917         Avoid duplicated entry in coding-system-alist.
10918         (make-coding-system): Avoid duplicated entry in
10919         coding-system-alist.
10920         (define-coding-system-alias): Likewise.
10922 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
10924         * completion.el: Minor fixes in introductory comment.
10925         (completion-def-wrapper): Fix alist.
10927 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
10929         * thumbs.el (thumbs-new-image-size): New function.
10930         (thumbs-increment-image-size-element)
10931         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10932         (thumbs-decrement-image-size): Delete.
10933         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
10934         temp files and use to resize.
10935         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10936         Use increment argument to enlarge/shrink.  Preserve point.
10937         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10938         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10939         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10940         (thumbs-mark, thumbs-unmark): Preserve point.
10941         (thumbs-modify-image): Keep old temp files and use to modify.
10942         Cleanup old temp files at load time.  Preserve point.
10943         (thumbs-view-image-mode-map): Use new command names.
10945 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10947         * log-view.el (log-view-minor-wrap): First rev is the one at point.
10949         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10950         the nastiest part of the cyclic dependency.
10951         (cal-menu-update): Use dotimes and calendar-increment-month.
10953         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10954         (calendar-week-start-day): Add an :initializer.
10955         (calendar-mode-map): Use suppress-keymap, and command remapping.
10956         (describe-calendar-mode): Setup xref-stack info for the back button.
10957         (calendar-star-date): Insert before delete.
10958         (calendar-set-mode-line): Add file-modified info if applicable.
10959         (calendar-increment-month): New function.
10961 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
10963         * font-lock.el (lisp-font-lock-keywords-2):
10964         Recognize "& keywords" only at word boundaries.
10966 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
10968         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
10969         and permanent-local.
10970         (thumbs-max-image-number): New variable.
10971         (thumbs-do-thumbs-insertion): Use them.
10972         (thumbs-per-line): Change default to 4.
10973         (thumbs-marked-list): Rename from thumbs-markedL.
10974         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10975         (thumbs-rename-images): Use -list instead of L for internal variables.
10976         (thumbs-call-convert): Use call-process instead of shell-command.
10977         (thumbs-insert-thumb): Add filename as help-echo to each image.
10978         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10979         Give dir to thumbs-show-thumbs-list.
10980         (thumbs-show-thumbs-list): Set default-directory to that of images.
10981         (thumbs-dired-show): Rename from thumbs-dired-show-all.
10982         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10983         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10984         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10986 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10988         * ses.el (ses-read-cell): Provide a default value.
10990 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
10992         * term/w32-win.el (image-library-alist): Add additional names for
10993         GIF library.
10995 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10997         * international/latexenc.el (latexenc-find-file-coding-system):
10998         Add file-regular-p check.
11000 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11002         * simple.el (clone-buffer): Don't show the new buffer in the same
11003         window.
11005 2006-01-23  Juri Linkov  <juri@jurta.org>
11007         * faces.el (link, link-visited): New faces based on default values
11008         of `info-xref' and `info-xref-visited'.
11010         * info.el (info-xref): Inherit from `link'.
11011         (info-xref-visited): Inherit from `link-visited'.
11013         * cus-edit.el (custom-buffer-create-internal): Use widget type
11014         `custom-manual' instead of `info-link' and don't set properties
11015         `button-face' and `mouse-face' explicitly.
11016         (custom-browse-group-tag, custom-browse-variable-tag)
11017         (custom-browse-face-tag): Inherit from widget class
11018         `custom-group-link' instead of `push-button'.
11019         (custom-button-unraised): Inherit from `underline' face.
11020         (custom-link): Inherit from `link' face.  Fix doc and group.
11021         (custom-add-parent-links, custom-group-value-create): Don't set
11022         properties `button-face' and `mouse-face' explicitly for
11023         `custom-group-link' widget.
11024         (custom-group-link): Add properties `button-face' and `mouse-face'
11025         to widget definition.
11026         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
11027         editable-field's :keymap property.
11028         (custom-mode): Fix docstring: substitute keybindings for
11029         `widget-forward' and `widget-backward' from `widget-keymap',
11030         `widget-complete' from `custom-field-keymap', replace old
11031         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
11033         * desktop.el (desktop-load-file): Check for `fboundp' before
11034         calling `symbol-function'.
11036         * simple.el (clone-buffer, clone-indirect-buffer)
11037         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11038         `read-string'.  Fix prompts.
11040         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11042 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
11044         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11046 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
11048         * startup.el (inhibit-splash-screen, initial-scratch-message):
11049         Doc fixes.
11051 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
11053         Sync with Tramp 2.0.52.
11055         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11056         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
11057         `tramp-unload-tramp' for checklist.
11059         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11060         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
11061         (tramp-unload-file-name-handler-alist)
11062         (tramp-unload-tramp): New defuns.
11063         (tramp-advice-PC-expand-many-files): New defadvice.
11064         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11065         removed.
11066         (tramp-handle-expand-file-name): Remove double slash.
11067         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11068         It doesn't matter, because it will be converted later on.
11069         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
11070         implementation was just heuristic.
11071         (tramp-post-connection): Set uid and gid properties.
11072         (tramp-convert-file-attributes): Set file's gid change bit.
11073         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11074         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11075         in case of su(do)? methods.  The home directory of the local user
11076         will be taken else.
11077         (tramp-open-connection-telnet)
11078         (tramp-open-connection-rsh, tramp-open-connection-su)
11079         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
11080         local shell prompt could hurt.  Reported by Romain Francoise
11081         <romain@orebokech.com>.
11082         (tramp-let-maybe): Add `edebug-form-spec' property.
11083         (tramp-handle-expand-file-name): Bind `default-directory' locally
11084         to "/" in order to avoid problems with UNC shares or Cygwin
11085         mounts.
11086         (tramp-md5-function): Fix typo in error message.
11088         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11090         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11091         for byte-compiler pacification.
11093 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
11095         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11096         ID-FORMAT `string'.  This allows us to get rid of
11097         `vc-user-login-name UID'.
11099         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11101 2006-01-22  John Paul Wallington  <jpw@pobox.com>
11103         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11105 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
11107         * emacs-lisp/find-func.el (find-definition-noselect)
11108         (find-variable-noselect): Search variables in C source code too.
11109         (find-function-C-source, find-function-noselect, find-function)
11110         (find-function-other-frame, find-variable-noselect, find-variable)
11111         (find-variable-other-frame, find-variable-at-point):
11112         Fix docstrings.
11114 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11116         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11118 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
11120         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11121         Default to disabling the "Save affix" question.
11123 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
11125         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11126         the first arg to run-python.
11128 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
11130         * startup.el (command-line-1): Handle --no-desktop if desktop.el
11131         is not loaded.
11133 2006-01-20  Jay Belanger  <belanger@truman.edu>
11135         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11136         limit is 0.
11138         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11139         the correct variable.
11141 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
11143         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11144         link.  Fixed buggy argument sequence in call to `org-view-tags'.
11145         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11146         (org-prefix-has-tag): New variable.
11147         (org-format-agenda-item): Remove tags from headline if
11148         appropriate.
11149         (org-agenda-remove-tags-when-in-prefix): New option.
11150         (org-get-tags-at): New function.
11152 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
11154         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
11155         (thumbs-find-image): Move image name and number from buffer name
11156         to mode name.  Set thumbs-buffer.  Preserve point so that large
11157         images remain visible.
11158         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11159         order.
11160         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
11161         mode name.
11162         (thumbs-next-image, thumbs-previous-image): Make them work.
11164 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11166         * cus-edit.el (custom-buffer-create-internal): State in the text above
11167         the whole buffer buttons that they do not operate on hidden items.
11168         (custom-face-menu): Use `custom-face-save' instead of
11169         `custom-face-save-command'.
11170         (custom-face-save-command): Make it an alias for `custom-face-save'
11171         and declare it obsolete.
11172         (custom-face-save): Doc fix.
11174         * dired.el (dired-no-confirm): Add quote.
11175         (dired-subdir-alist-pre-R): Add quote in
11176         `make-variable-buffer-local' form and remove unbalanced parenthesis.
11178 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         * textmodes/table.el (table-mode-indicator): Typo in last change.
11182 2006-01-19  Richard M. Stallman  <rms@gnu.org>
11184         * outline.el (hide-leaves): Don't call outline-end-of-heading.
11185         Fixes bug reported in Nov 2005.
11187         * isearch.el (isearch-forward): Doc fix.
11189         * dired.el (dired-move-to-filename-regexp): Define as alias.
11190         (dired-no-confirm): Use defcustom.
11191         (dired-subdir-alist-pre-R): Put defvar at top level.
11193         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11195         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11196         Mark as risky.
11198         * simple.el (set-mark-command): Doc fix.
11199         (clone-indirect-buffer-other-window):
11200         Read arg like clone-indirect-buffer.
11201         (move-beginning-of-line): Skip invisible newlines.
11203 2006-01-19  Masatake YAMATO  <jet@gyve.org>
11205         * progmodes/cpp.el (cpp-edit-load): Make the order of
11206         listed conditions in a base C code buffer and its associate
11207         CPP Edit buffer the same.
11209 2006-01-19  Kenichi Handa  <handa@m17n.org>
11211         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11212         (rmail-mime-feature): Likewise.
11213         (rmail-require-mime-maybe): Use display-warning to show a warning
11214         message.
11216         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11217         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11219 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * array.el: Move defvars out of eval-when-compile.
11222         (array-make-template): Replace undeclared global var with a local one.
11223         (array-mode): Inline initialization functions.
11224         (array-init-local-variables, array-init-max-row)
11225         (array-init-max-column, array-init-columns-per-line)
11226         (array-init-field-width, array-init-rows-numbered)
11227         (array-init-line-length, array-init-lines-per-row): Remove.
11229         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
11230         (doc-mode-map): Define explicitly.
11231         (doctor-txtype): Use mapc.
11233         * textmodes/table.el: Move defvars out of eval-when-compile.
11234         Remove harmful code meant to avoid byte-compiler warnings.
11235         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
11236         specification that checks table-fixed-width-mode directly.
11237         (table-recognize-region, table-recognize-cell):
11238         Use restore-buffer-modified-p.
11239         (table-fixed-width-mode): Remove code that refreshes
11240         table-fixed-mode-indicator.
11241         (*table--cell-describe-bindings, *table--cell-describe-mode):
11242         Avoid obsolete name print-help-return-message.
11243         (table--test-cell-list): Don't use replace-regexp from elisp.
11244         (table--point-entered-cell-function, table--point-left-cell-function):
11245         Don't set table-fixed-mode-indicator, use force-mode-line-update.
11247         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
11248         that was after the end of file.  Use buffer-file-name variable.
11249         (org-timestamp-change): Use with-current-buffer.
11250         (org-todo-list): Don't unnecessarily define a new buffer-local var.
11251         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11252         `file'.
11254         * progmodes/fortran.el: Move defvars out of eval-when-compile.
11255         (fortran-break-line): Remove unused var `opoint'.
11256         (fortran-abbrev-start): Obey help-event-list.
11258 2006-01-18  Jesper Harder  <harder@phys.au.dk>
11260         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11262 2006-01-18  Masatake YAMATO  <jet@gyve.org>
11264         * progmodes/make-mode.el (makefile-imake-mode): New mode
11265         derived from makefile-mode.
11266         (makefile-imake-mode-syntax-table): New syntax table
11267         derived from makefile-mode-syntax-table.
11268         (makefile-mode): Write about makefile-imake-mode in doc string.
11269         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11270         (makefile-imake-font-lock-keywords): New font lock keywords.
11272         * files.el (auto-mode-alist): Add Imakefile.
11274 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
11276         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11277         loading the file rather than when turning on flyspell-mode.
11279 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11281         * cus-edit.el (customize-rogue): Minor doc fix.
11283 2006-01-17  Juri Linkov  <juri@jurta.org>
11285         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11286         instead of the file at the mark as default if the file at the mark
11287         is the same as the file at point or if dired-dwim-target-directory
11288         is not the same as the current directory and the mark is not active.
11290         * log-view.el (log-view-minor-wrap): Use the same logic to get
11291         revisions as `log-view-diff'.
11293         * info.el (Info-revert-find-node): Check for Info-current-file
11294         before preserving new-history.
11296         * man.el (Man-heading-regexp): Add `/'.
11298         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11299         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
11301 2006-01-16  Juri Linkov  <juri@jurta.org>
11303         * faces.el (mode-line-faces): New defgroup.
11304         (mode-line-highlight): Move definition after new defgroup.
11305         (mode-line, mode-line-inactive, mode-line-highlight):
11306         Replace :group `modeline' with `mode-line-faces'.
11307         (mode-line-buffer-id): New face.
11308         (modeline-buffer-id): New face alias.
11309         (vertical-border): Remove :group `modeline'.
11311         * bindings.el (propertized-buffer-identification): Use face
11312         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
11313         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
11314         (mode-line-buffer-identification-keymap): For mouse-1 replace
11315         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
11316         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
11317         mouse-3.
11319         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
11320         Buffer-menu-buffer.  Doc fix.
11321         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
11322         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
11323         `Buffer-menu-buffer'.
11325         * info.el (Info-mode-line-node-keymap): New defvar.
11326         (Info-set-mode-line): Use `stringp' to check Info-current-file.
11327         Propertize Info-current-node with `mode-line-buffer-id' and
11328         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
11330         * time.el (display-time-mail-face): Replace :group `faces' with
11331         `mode-line-faces'.
11333 2006-01-16  Kenichi Handa  <handa@m17n.org>
11335         * international/code-pages.el: Add autoload cookies for cp125[0345678].
11337         * language/european.el (cp1252): New alias for windows-1252.
11339         * international/mule.el (autoload-coding-system): Prepare for EOL
11340         variants.
11342 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
11344         * term.el (term-raw-map): Add mapping for insert.
11345         (term-send-insert): New.
11346         (term-mode): Make variables local here instead of doing it in
11347         `term-emulate-terminal'.
11348         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
11349         Scroll reverse needs to take into account the scroll region.
11350         Saving and restoring the cursor should save the color attributes too.
11351         (term-reset-terminal): Reset the scroll region.
11352         (term-handle-ansi-escape): Cursor up and down should take into
11353         account the scroll region.
11354         (term-set-scroll-region): Rename from `term-scroll-region'.
11355         Move to 0,0 after setting the region.
11356         (term-handle-scroll): Handle scroll up.
11357         (term-down): Fix off by one error.
11358         (term-delete-lines): Do not delete outside the scroll region.
11359         (term-insert-lines): Take into account the scroll region.
11361 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11363         * textmodes/ispell.el (ispell-internal-change-dictionary)
11364         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
11365         (start, end): Move declaration outside of eval-when-compile.
11367         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
11368         (flyspell-mode-on): Use it.
11370         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
11371         ispell-kill-ispell-hook.
11373 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
11375         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11376         (Custom-reset-saved): Do not ask for confirmation in single option
11377         buffers.
11379 2006-01-13  Richard M. Stallman  <rms@gnu.org>
11381         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
11383 2006-01-13  Romain Francoise  <romain@orebokech.com>
11385         * add-log.el (add-change-log-entry, change-log-merge):
11386         Conditionally use `hard-newline'.
11388 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
11390         * wid-edit.el (widget-field-end): If the overlay is no longer
11391         associated with a buffer, behave as if the overlay didn't exist.
11393         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
11394         Make sure the links use the `custom-link' face.
11396 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11398         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
11399         (ld-script-mode): Don't set indent-line-function since we don't
11400         have one.
11402 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
11404         * textmodes/org.el (org-open-file): Use mailcap for selecting an
11405         application.
11406         (org-file-apps-defaults-gnu): Use mailcap as the default for
11407         selecting an application on a UNIX system.
11408         (org-agenda-show-tags): New command.
11409         (org-table-insert-hline): Keep cursor in current table line.
11410         (org-table-convert): Offset effect of modifying
11411         `org-table-insert-hline'.
11412         (org-format-agenda-item): New optional argument TAG.
11413         (org-compile-prefix-format): Handle %T format for the tag.
11414         (org-expand-wide-chars): New function.
11415         (org-table-insert-row, org-table-insert-hline):
11416         Use `org-expand-wide-chars'.
11417         (org-open-file): Fix bug in program launch.
11418         (org-get-time-of-day): Fix bug with times before 1am.
11419         (org-agenda-menu): Add tags commands.
11421 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
11423         * textmodes/ispell.el (ispell-init-process): Include the used
11424         dictionary in ispell process start message.
11425         (ispell-internal-change-dictionary): When flyspell-mode is active
11426         and dictionary is changed, make sure ispell process is restarted
11427         and flyspell word cache cleared out for the current buffer.
11428         (ispell-change-dictionary): Make sure flyspell word cache is
11429         cleared out in all buffers with active flyspell mode when
11430         dictionary is globally changed.
11431         Call ispell-internal-change-dictionary after dictionary change.
11433 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
11435         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11437         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11438         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11439         years.  Fix small differences wrt Makefile.in.
11440         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11441         Makefile.in does.
11443 2006-01-12  Bill Wohler  <wohler@newt.com>
11445         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11446         mh-search.el.
11448 2006-01-12  Masatake YAMATO  <jet@gyve.org>
11450         * progmodes/ld-script.el: Update copyright year.
11452 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
11454         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11455         Don't add widget if setting undefined.
11457 2006-01-12  John Paul Wallington  <jpw@pobox.com>
11459         * help-fns.el (describe-variable): Remove newlines from void
11460         variable output.
11462 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
11464         * wdired.el (wdired-mode-map): Add help echo for
11465         wdired-abort-changes.
11467         * man.el (Man-file-name-regexp): Adjust for a list of files.
11469 2006-01-12  Masatake YAMATO  <jet@gyve.org>
11471         * progmodes/ld-script.el (auto-mode-alist): Support
11472         suffix conventions used in netbsd and eCos.
11474 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
11476         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11477         (custom-variable-menu, custom-face-menu, custom-group-menu)
11478         (Custom-mode-menu): Change names of menu items.  (As discussed on
11479         emacs-devel.)
11480         (custom-face-menu): Add "Undo Edits" item.
11482         * startup.el (init-file-user): defcustom -> defvar.
11484         * tooltip.el (tooltip-mode): Doc fix.
11486 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * reveal.el (reveal-post-command): window-buffer signals an error on
11489         dead windows rather than returning nil.
11490         (reveal-open-new-overlays): An overlay might die while we open others.
11492 2006-01-11  Bill Wohler  <wohler@newt.com>
11494         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11495         phrasing in docstring.
11497         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11498         can give some systems gas.  Add new file mh-buffers.el.
11500 2006-01-06  Masatake YAMATO  <jet@gyve.org>
11502         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11503         C preprocessor forward ported from GNU Emacs 21.2.
11505         * progmodes/asm-mode.el (asm-font-lock-keywords):
11506         Use `cpp-font-lock-keywords'.
11508         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11510         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11511         of $ for "\\.ld[s]?".
11513 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11515         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11516         (tcl-indent-line): Return `noindent' if inside a string.
11518         * progmodes/flymake.el (flymake-split-string): Remove more than one
11519         empty string at beg/end of the result.
11520         (flymake-find-buildfile, flymake-find-possible-master-files):
11521         Use expand-file-name.
11522         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11523         since expand-file-name does it for us.  Use directory-file-name.
11524         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11525         (flymake-ler-get-type, flymake-ler-get-text)
11526         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
11527         (flymake-current-line-no): Remove spurious interactive spec.
11528         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11529         (flymake-check-include): Remove arg inc-path merged into inc-name.
11530         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11531         Arg regexp-list replaced by a simple regexp.
11532         (flymake-master-make-header-init, flymake-master-tex-init):
11533         Correspondingly replace regexp-list with a regexp.  Fix regexp.
11535 2006-01-10  Simon Josefsson  <jas@extundo.com>
11537         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11538         describing AUTH PLAIN fix.
11540 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
11542         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11543         (report-emacs-bug): Don't record initial prompt text.
11544         Instead, add text properties to prompting text.
11545         (report-emacs-bug-hook): Delete prompting text.
11547 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11550         `dirs'.  Adjust callers.
11552 2006-01-09  John Paul Wallington  <jpw@gnu.org>
11554         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11556 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11558         * reveal.el (reveal-open-new-overlays): New extracted fun.
11559         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
11560         using them.  Simplify the code.
11561         (reveal-post-command): Use them.  Fix up obsolete windows in
11562         reveal-open-spots.
11564         * progmodes/flymake.el: Use `require' rather than autoload for
11565         XEmacs's overlays.
11566         (flymake-get-common-file-prefix, flymake-build-relative-filename):
11567         Delete.  Use file-relative-name instead.
11568         (flymake-get-syntax-check-program-args, flymake-perl-init):
11569         Simplify the resulting code.
11571         * log-view.el (log-view-file-re, log-view-message-re): Add support
11572         for DaRCS output.
11574 2006-01-09  Alex Schroeder  <alex@gnu.org>
11576         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11577         identifiers sometimes added in square brackets at the beginning of
11578         subject lines.
11580 2006-01-07  Richard M. Stallman  <rms@gnu.org>
11582         * cus-edit.el (Custom-set, Custom-save): Doc fix.
11583         (Custom-reset-current, Custom-reset-saved): Change question text.
11584         (Custom-reset-standard): Likewise.
11585         (custom-variable-reset-saved): Doc fix.
11587 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
11589         * startup.el (init-file-user): Doc fix.
11591 2006-01-07  Alex Schroeder  <alex@gnu.org>
11593         * mail/rmail.el (rmail-current-subject): New function.
11594         (rmail-current-subject-regexp): New function.
11595         (rmail-next-same-subject): Use it.
11597         * mail/rmailsum.el (rmail-summary-by-topic):
11598         Use rmail-current-subject and rmail-current-subject-regexp.
11599         (rmail-summary-next-same-subject): Ditto.
11601         * net/rcirc.el (rcirc-send-input): No longer check whether the
11602         process is open, since not all commands need an open process.
11603         (rcirc-send-string): Check whether the process is open before
11604         sending anything.
11605         (rcirc-ignore-list): New option.
11606         (rcirc-ignore-list-automatic): New variable.
11607         (rcirc-print): Take rcirc-ignore-list into account.
11608         (rcirc-cmd-ignore): New command.
11609         (rcirc-ignore-update-automatic): New function.
11610         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11611         list if ignored nicks.
11612         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11614 2006-01-06  David Reitter  <david.reitter@gmail.com>
11616         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11617         reflect the address to which the report will be sent.
11619 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
11621         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11622         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11624 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
11626         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11628         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11629         the doc string: "functoin" => "function".
11630         * ldefs-boot.el: Likewise.
11632         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11633         message text: "Duplicat" => "Duplicate".
11635 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11637         * files.el (basic-save-buffer-2): If backing-up failed, reset
11638         buffer-backed-up to nil.
11640 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
11642         * progmodes/gud.el (gdb-script-skip-to-head)
11643         (gdb-script-calculate-indentation): Indent for breakpoint command
11644         lists also.
11646 2006-01-05  Bill Wohler  <wohler@newt.com>
11648         * Makefile.in (compile-always): Add mh-autoloads dependency.
11649         (bootstrap): Remove mh-autoloads dependency, as compile dependency
11650         provides it.
11651         (updates): Remove mh-autoloads dependency, since it probably has
11652         already run recently (via recompile).
11654 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11657         argument `force' to disable the flyspell-last-buffer optimization.
11658         (flyspell-mode-on): Use it.
11660         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11661         flymake-simple-cleanup.
11662         (flymake-allowed-file-name-masks): Use this new default.
11663         All the functions are now called in the right buffer rather than
11664         passing the buffer as argument.
11665         (flymake-process-sentinel): Switch to buffer before calling cleanup.
11666         (flymake-parse-err-lines): Remove redundant buffer arg.
11667         (flymake-get-program-dir): Comment out unused function.
11668         (flymake-start-syntax-check, flymake-start-syntax-check-process):
11669         Remove redundant buffer argument.
11670         (flymake-get-real-file-name, flymake-simple-java-cleanup)
11671         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11673 2006-01-05  Richard M. Stallman  <rms@gnu.org>
11675         * info.el (Info-find-node): Don't record previous node if have none.
11676         (info): Go to directory only if history is empty.
11678         * simple.el (mark): Doc fix.
11680 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11682         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11683         already of desired type.
11684         (mac-ae-list): Coerce parameter to "list" type.
11685         (mac-dispatch-apple-event): Replace cadr part of event with a
11686         dummy position so that event-start returns it.
11688 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
11690         * textmodes/org.el (org-end-of-subtree): New function.
11691         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11692         Use `org-end-of-subtree'.
11693         (org-agenda, org-agenda-convert-date): Protect calls to
11694         `fit-window-to-buffer'.
11695         (org-tags-view): Force matching of sublevels when doing a
11696         todo-only search.  Define the correct redo command, including the
11697         arguments.
11698         (org-agenda-redo): Display message.
11699         (org-check-for-org-mode): New function.
11700         (org-agenda-type): New variable.
11701         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11702         Set `org-agenda-type'.
11703         (org-agenda-check-type): New function.
11704         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11705         (org-agenda-week-view, org-agenda-day-view)
11706         (org-agenda-next-date-line, org-agenda-previous-date-line)
11707         (org-agenda-log-mode, org-agenda-toggle-diary)
11708         (org-agenda-toggle-time-grid, org-agenda-date-later)
11709         (org-agenda-date-prompt, org-agenda-diary-entry)
11710         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11711         (org-agenda-convert-date, org-agenda-menu):
11712         Use `org-agenda-check-type'.
11713         (org-make-overlay, org-delete-overlay)
11714         (org-detatch-overlay, org-move-overlay, org-overlay-put):
11715         New compatibility functions.
11716         (org-calendar-select-mouse): New command.
11718 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
11720         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11721         (Custom-reset-standard): Fix y-or-n-p messages.
11722         (custom-link): New face for links.
11723         (custom-buffer-create-internal, custom-manual): Use it.
11724         (custom-face-save): Push to theme-face before setting face spec.
11726         * wid-edit.el (widget-default-mouse-face-get): New function.
11727         (widget-specify-button): Handle mouse-face like button-face.
11729         * custom.el (load-theme): Clear old theme settings if reloading.
11731 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11733         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11734         "Erase Customization" button back to same position it occupies in
11735         the individual State menus.
11737 2006-01-04  Kim F. Storm  <storm@cua.dk>
11739         * wid-edit.el (key-sequence): Rework widget to read key binding
11740         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
11741         (widget-key-sequence-default-value): Default value for empty sequence.
11742         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
11743         (widget-key-sequence-read-event): New command for C-q.
11744         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11745         (widget-key-sequence-value-to-external): New functions.
11747 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11750         Use expand-file-name.
11751         (flymake-delete-temp-directory): Use expand-file-name,
11752         file-name-directory, and directory-file-name.
11753         (flymake-strrchr): Delete.
11754         (flymake-start-syntax-check): Don't pass the redundant buffer argument
11755         to the init-f function.
11756         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11757         (flymake-init-find-buildfile-dir)
11758         (flymake-init-create-temp-source-and-master-buffer-copy)
11759         (flymake-simple-make-init-impl, flymake-simple-make-init)
11760         (flymake-master-make-init, flymake-master-make-header-init)
11761         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11762         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11763         (flymake-xml-init): Remove corresponding redundant buffer argument.
11764         (flymake-allowed-file-name-masks): Remove last elems that are equal to
11765         the default anyway.  Clean up regexps.
11767         * progmodes/flymake.el (flymake-temp-source-file-name)
11768         (flymake-master-file-name, flymake-temp-master-file-name)
11769         (flymake-base-dir): New buffer-local vars.
11770         (flymake-buffer-data, flymake-get-buffer-value)
11771         (flymake-set-buffer-value): Replace those hash-tables by the new
11772         buffer-local vars.  Update callers.
11774         * progmodes/flymake.el (flymake-check-start-time)
11775         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11776         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11777         Move definition, so we can remove redundant earlier declaration.
11778         (flymake-replace-regexp-in-string, flymake-split-string)
11779         (flymake-get-temp-dir): Use defalias.
11780         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
11781         (flymake-xemacs-window-edges): Remove unused function.
11782         (flymake-get-point-pixel-pos): Move.
11783         (flymake-pid-to-names, flymake-reg-names)
11784         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11785         Replace by a simple list flymake-processes and by process-buffer.
11786         Update callers.  Other than simplify the code, it uses buffers rather
11787         than buffer-names so it doesn't get confused by uniquify.
11788         (flymake-buffer-data): The global value should just be nil.
11790         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11791         Optimize the body of a defalias like any other code.
11793         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11794         Make sure we've setup font-lock's vars.  It may influence which
11795         function we then call.
11796         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11797         here since it's too late anyway.
11799 2006-01-03  Romain Francoise  <romain@orebokech.com>
11801         * startup.el (fancy-splash-tail, normal-splash-screen):
11802         Update copyright year.
11804 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
11806         * mouse.el (mouse-drag-track): Rename, from
11807         `mouse-drag-region-1'.  Includes optional argument required to
11808         enable post-drag event processing (e.g. delete region keys).
11809         Can be used without this argument to track a mouse region and operate
11810         on it as soon as the drag completes.
11811         (mouse-drag-region): Use `mouse-drag-track'.
11813 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
11815         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11816         Move to `custom-buffer' group.
11818         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11819         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11820         (custom-theme-insert-face-marker, custom-theme-variable-menu)
11821         (custom-theme-face-menu): New variables.
11822         (custom-theme-add-variable, custom-theme-variable-action)
11823         (custom-variable-reset-theme, custom-theme-delete-variable)
11824         (custom-face-reset-theme, custom-theme-face-action)
11825         (custom-theme-delete-face, custom-theme-merge-theme)
11826         (custom-theme-add-face, custom-theme-visit-theme): New functions.
11828 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
11830         * custom.el: Move Custom Themes commentary to start of theme code.
11831         (custom-known-themes): Rename `standard' theme to `changed'.
11832         (custom-push-theme): Caller no longer specifies what theme to use
11833         when doing `reset'---the setting is simply removed from the theme.
11834         Delete MODE from `theme-value' and `theme-settings' properties.
11835         (custom-declare-theme): Ignore &rest args since we don't use them.
11837         (custom-loaded-themes): Delete variable.
11838         (custom-theme-load-themes, custom-theme-loaded-p)
11839         (custom-theme-value): Delete functions.
11841         (custom-declare-theme): Signal error on invalid theme names.
11842         (provide-theme): custom-loaded-themes was deleted.
11843         (load-theme): Load the file unconditionally.
11844         (enable-theme): Call `load-theme' if theme is undefined.
11845         (custom-enabled-themes): Only update value for successful loads.
11846         (disable-theme): Complete from enabled themes when interactive.
11847         (custom-variable-theme-value): Calculate theme value directly.
11849         (custom-theme-reset-variables, custom-reset-variables): Mark as
11850         XEmacs compatibility functions.  We don't actually use these.
11852         * cus-edit.el (custom-variable-state-set):
11853         Use custom-variable-theme-value instead of custom-theme-value.
11854         (custom-face-state-set): Rename `standard' theme to `changed'.
11855         (custom-save-variables, custom-save-faces): Delete unneeded
11856         references to custom-reset-variables.
11857         (custom-save-resets): Delete function.
11858         (custom-save-variables, custom-save-faces): MODE argument deleted.
11859         (custom-save-variables, custom-save-faces): Ignore theme values.
11861         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11862         compatibility function.
11864 2006-01-01  Richard M. Stallman  <rms@gnu.org>
11866         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11867         (Custom-reset-current, Custom-reset-saved): Likewise.
11868         (Custom-reset-standard): Show message if aborted.
11869         (custom-mode): Doc fix, describing those commands.
11871         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11872         put on event-kind property.
11874 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
11876         * custom.el (provide-theme): Ban `user' theme name.
11877         (custom-enabling-themes): New variable.
11878         (enable-theme): Don't enable user if custom-enabling-themes is t.
11879         (custom-enabled-themes): Make it a defcustom.
11880         (custom-theme-recalc-face): No-op if face is undefined.
11882         * cus-edit.el (custom-button-mouse): New variable.
11883         (custom-button-mouse): New face.
11884         (custom-raised-buttons, custom-mode): Use it.
11886         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11888 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
11890         * progmodes/gud.el (gud-display-line): Support hl-line in the
11891         source buffer.
11893 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11895         * mouse.el (mouse-drag-window-above): Verify that the found window
11896         overlaps with the given window in the horizontal dimension.
11898 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
11900         * Makefile.in (cvs-update): New target.
11902         * makefile.w32-in (cvs-update): Ditto.
11904 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
11906         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11907         (custom-new-theme-mode-map): New variable.
11909 2005-12-30  Richard M. Stallman  <rms@gnu.org>
11911         * custom.el (custom-load-themes): Function deleted.
11913         * cus-edit.el (custom-save-loaded-themes): Function deleted.
11914         (custom-save-variables): Don't delete or add custom-load-themes call.
11916 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11918         * cus-start.el: Add `visible-cursor'.
11920         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11921         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11922         (flymake-process-filter): Switch to buffer before calling it instead.
11923         (flymake-post-syntax-check, flymake-highlight-err-lines)
11924         (flymake-delete-own-overlays, flymake-parse-err-lines)
11925         (flymake-start-syntax-check, flymake-start-syntax-check-process)
11926         (flymake-count-lines, flymake-parse-residual):
11927         Remove constant buffer argument.
11928         (flymake-start-syntax-check-for-current-buffer): Remove.
11929         Update callers to use flymake-start-syntax-check instead.
11930         (flymake-display-err-menu-for-current-line):
11931         Remove unused var `mouse-pos'.
11932         (flymake-restore-formatting): Comment out unused function.
11933         (flymake-report-status, flymake-report-fatal-status): Remove buffer
11934         argument, use current-buffer instead.  Update callers.
11936 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11938         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11939         buffer-local because choose-completion-delete-max-match requires
11940         that we set completion-ignore-case (i.e., binding via let is not
11941         sufficient).
11942         (bibtex-complete): Always set completion-ignore-case and
11943         choose-completion-string-functions.  The latter is needed because
11944         choose-completion-string-functions keeps its value if we quit the
11945         *Completions* buffer without requesting a completion.
11947 2005-12-30  Andreas Schwab  <schwab@suse.de>
11949         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11951 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
11953         * jit-lock.el (jit-lock-chunk-size): Doc fix.
11955 2005-12-30  Juri Linkov  <juri@jurta.org>
11957         * locate.el (locate-fcodes-file, locate-header-face)
11958         * progmodes/delphi.el (delphi-other-face)
11959         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11961         * paren.el (show-paren-match, show-paren-mismatch): Use existing
11962         group `paren-showing-faces'.
11964         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11965         (goto-address): Fix docstring.
11967         * net/webjump.el (webjump-sample-sites): Update URLs.
11969         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11971         * subr.el (cancel-change-group): Add listp around pending-undo-list.
11973 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11975         * font-lock.el (font-lock-compile-keywords): Signal an error when
11976         font-lock-set-defaults hasn't been called.
11978 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
11980         * subr.el (noreturn, 1value): Doc fixes.
11982 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11984         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11985         that assoc-string returns nil.
11987 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11989         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11990         (bibtex-entry-type-str, bibtex-empty-field-re)
11991         (bibtex-search-backward-string, bibtex-preamble-prefix)
11992         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11993         (bibtex-any-valid-entry-type): New variable.
11994         (bibtex-parse-field-name): Simplify.
11995         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11996         (bibtex-preamble-prefix): Include left delimiter.
11997         (bibtex-search-forward-field, bibtex-search-backward-field):
11998         Allow unbounded search past entry boundaries (required by bibtex-pop).
11999         (bibtex-text-in-field-bounds): Use push.
12000         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12001         (bibtex-parse-preamble, bibtex-valid-entry)
12002         (bibtex-beginning-first-field): New functions.
12003         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
12004         (bibtex-map-entries): Fix docstring.
12005         (bibtex-flash-head): New arg prompt.  Simplify.
12006         (bibtex-enclosing-field): Include code of bibtex-inside-field.
12007         (bibtex-insert-kill): Simplify.  Always insert text past the
12008         current field or entry.
12009         (bibtex-format-entry): Use bibtex-parse-field.
12010         (bibtex-pop): Use bibtex-beginning-of-entry and
12011         bibtex-end-of-entry to initiate the search.  Insert empty field if
12012         we found ourselves.
12013         (bibtex-print-help-message): New args field and comma.
12014         Handle entry keys.
12015         (bibtex-make-field): Use bibtex-beginning-of-entry.
12016         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
12017         invalid entry.
12018         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12019         Handle preambles.  Simplify code for thorough test.
12020         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12021         New arg comma.  Handle entry heads.
12022         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12023         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12024         New arg comma.
12025         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12026         (bibtex-fill-field): Simplify.
12027         (bibtex-fill-entry): Use bibtex-beginning-first-field and
12028         bibtex-parse-field.
12029         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12030         (bibtex-complete): Use bibtex-parse-preamble.
12032 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
12034         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12035         Display name of expression instead of convenience variable.
12036         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12038         * progmodes/gud.el (gud-tooltip-dereference): Rename from
12039         toggle-gud-tooltip-dereference.
12040         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12041         (gud-tooltip-tips): ...here when dereferencing.
12043 2005-12-28  Bill Wohler  <wohler@newt.com>
12045         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12047 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12049         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12050         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
12051         (vc-annotate-display-autoscale): Adjust call.
12052         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
12053         Fix interactive spec.
12054         (vc-annotate-time-span): Remove.
12055         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12056         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12057         (vc-annotate-display-select): Use new name.
12059         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12060         (vc-annotate-mode-menu): Remove left-over redundant declaration.
12061         Correct the construction of span entries.  Simplify.
12062         (vc-annotate-display-select): Fix the nil case.
12063         (vc-annotate): Remove obsolete (and now broken) code.
12064         (vc-annotate-extract-revision-at-line): Remove obsolete code.
12065         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
12067 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
12069         * subr.el (lazy-completion-table): Correct typo in docstring.
12071         * startup.el (command-line): Use `custom-reevaluate-setting' for
12072         `send-mail-function'.
12074         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12076 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
12078         * mail/smtpmail.el (smtpmail-try-auth-methods):
12079         Send credentials together with "AUTH PLAIN" command.
12081 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12083         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12084         mouse-2, go back to previously selected window, so it's selected
12085         when mouse-2 command runs.
12087 2005-12-27  Juri Linkov  <juri@jurta.org>
12089         * descr-text.el (describe-text-sexp): Use square brackets for
12090         button [Show] to distinguish it from the property value `show'.
12091         (describe-property-list): Use `insert-text-button' with
12092         `help-face' type instead of putting face in quotes, because button
12093         is not created automatically for a list of faces.
12094         (describe-text-properties-1): Put button-type value in quotes to
12095         distinguish from plain text "button".
12096         (describe-char): Display code point values in hex.  Don't use
12097         `symbol-name' for `current-input-method' because it is a string.
12098         Use `insert-text-button' with `help-face' type instead of putting
12099         hardcoded face in quotes, because button is not created automatically.
12101 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12103         * progmodes/glasses.el (glasses-face): More specific custom type.
12105         * files.el (set-visited-file-name): Doc fix.
12107         * textmodes/flyspell.el (flyspell-external-point-words):
12108         Use local var buffer-scan-pos to advance scan for next misspelling.
12109         Advance it only after we find the misspelling.
12111 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
12113         * textmodes/flyspell.el (flyspell-external-point-words):
12114         New criteria for finding the misspelling in the buffer.
12116 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
12118         * help-mode.el (help-insert-string): Set help-xref-stack-item
12119         rather than call help-setup-xref.
12121         * descr-text.el (describe-char): Revert previous changes for
12122         optional buffer argument.
12124 2005-12-27  Juri Linkov  <juri@jurta.org>
12126         * help-mode.el (help-insert-string): New function.  Save buffer
12127         contents in cases where it is impossible to recompute the old contents.
12129         * descr-text.el (describe-char): Set help-xref-stack-item
12130         explicitly after buffer has been generated.
12132 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12134         * cus-start.el (all): Add x-gtk-show-hidden-files.
12136 2005-12-26  Richard M. Stallman  <rms@gnu.org>
12138         * replace.el (perform-replace): Calculate match-again
12139         before skipping read-only matches.
12141         * paren.el (paren-showing-faces): New group.
12142         (show-paren-match, show-paren-mismatch): Move to that group.
12144         * button.el (button): Put into group `basic-faces'.
12146         * progmodes/make-mode.el: Remove faces from group `faces'.
12148         * apropos.el (apropos, apropos-value): Doc fix.
12149         (apropos-documentation): Doc fix.
12151 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * subr.el (lazy-completion-table): Remove argument `args'.
12155         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12156         Don't use the `args' argument of lazy-completion-table.
12158 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
12160         * descr-text.el (describe-char): Add optional argument for buffer.
12161         Set buffer appropriately.  Call help-setup-xref.
12162         Suggested by Stefan Monnier.
12164 2005-12-26  Juri Linkov  <juri@jurta.org>
12166         * descr-text.el: Require `help-fns' at runtime.  Don't require
12167         `button' for byte compilation.
12168         (describe-text-widget): Add `help-echo' for first button.
12169         Use `help-info' for second.
12170         (describe-property-list): Use `help-argument-name' instead of `italic'.
12171         (describe-text-category): Add prompt to interactive spec.
12172         Call `help-setup-xref'.
12173         (describe-char): Use `help-character-set'.  Add `help-echo' for
12174         code point.  Use `help-input-method'.  Remove superfluous insert.
12176 2005-12-25  Richard M. Stallman  <rms@gnu.org>
12178         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12179         at point, in case of narrowing.
12181         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12183         * locate.el (locate-header-face): Allow nil in type.
12185         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12187 2005-12-25  Romain Francoise  <romain@orebokech.com>
12189         * battery.el (battery-linux-proc-acpi): Also try
12190         `/proc/acpi/thermal_zone/THM0/temperature'.
12192 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
12194         * custom.el (custom-push-theme): Fix docstring.
12196         * cus-edit.el (custom-variable-set, custom-variable-save)
12197         (custom-variable-save): Custom-quote widget values.
12198         (customize-save-variable): Fix custom-push-theme call.
12200 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
12202         * w32-fns.el (w32-batch-update-autoloads): New function.
12204         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12205         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12206         from the command line.
12208 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
12210         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
12211         reset means to remove setting from theme entirely.  Don't keep
12212         expanding theme-settings list; delete old entries if necessary.
12214         * cus-edit.el (custom-buffer-create-internal): Move "Erase
12215         customization" button one line up.
12216         (custom-themed): New face.
12217         (custom-magic-alist): New value, THEMED, for theme settings.
12218         (custom-variable-state-set, custom-face-state-set):
12219         Check theme-value instead of saved-value.
12220         (custom-variable-reset-standard, custom-face-reset-standard):
12221         Remove theme setting entirely.  Recalculate new values.
12222         (custom-variable-set, custom-variable-set)
12223         (custom-variable-reset-saved, custom-variable-reset-backup)
12224         (custom-face-set, custom-face-reset-saved): Update `user' theme.
12225         (custom-variable-save): Fix typos.
12227 2005-12-23  Juri Linkov  <juri@jurta.org>
12229         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12230         Add autoload cookies.
12231         (edebug-outside-d-c-i-n-s-w): New variable.
12232         (edebug-display, edebug-outside-excursion): Use it to save the
12233         original value of default-cursor-in-non-selected-windows.
12234         Set default-cursor-in-non-selected-windows to t while Edebug
12235         is active.
12236         (edebug-mode, edebug-eval-mode): Doc fix.
12238         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12239         with `buffer-substring-no-properties' to remove common substring
12240         highlighting.
12242         * info.el (info-other-window, info): Rename function argument
12243         `file' to `file-or-node'.
12244         (Info-complete-menu-item): Use local variable `complete-nodes' to
12245         keep the global value of `Info-complete-nodes' unchanged for
12246         subsequent completions.
12247         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12249         * simple.el (get-next-valid-buffer, last-buffer)
12250         (next-error-buffer-p, next-error-find-buffer)
12251         (minibuffer-history-sexp-flag): Doc fix.
12253         * savehist.el (savehist-mode-hook): Add `:group'.
12255         * log-view.el: Call autoload for vc-find-version.
12256         (log-view-current-file): Adjust subgroup numbers.
12257         (log-view-current-tag): Add `length'.
12259 2005-12-23  Richard M. Stallman  <rms@gnu.org>
12261         * vc.el (vc-annotate-car-last-cons): Defn moved up.
12263 2005-12-23  Juri Linkov  <juri@jurta.org>
12265         * hi-lock.el (hi-lock-archaic-interface-message-used)
12266         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12267         (hi-lock-mode): Display "Hi" in the mode line only when
12268         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12269         (hi-lock-write-interactive-patterns):
12270         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12271         (hi-lock-set-pattern, hi-lock-set-file-patterns)
12272         (hi-lock-font-lock-hook): Set 3rd arg `how' of
12273         font-lock-add-keywords to t.
12275 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
12277         * hi-lock.el (hi-lock-highlight-range): New variable.
12278         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12279         only if font-lock-fontified is non-nil.  Remove overlays.
12280         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12281         font-lock-fontified is non-nil, otherwise use overlays (instead of
12282         text properties).
12283         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12284         New variables.
12285         (hi-lock-string-serialize) New function.
12287 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12289         * menu-bar.el (menu-find-file-existing): New function.
12290         (menu-bar-file-menu): Use menu-find-file-existing for Open.
12292         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12294 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * vc.el: Remove unnecessary leading * in docstrings.
12297         (vc-annotate-mode-map): Move initialization into declaration.
12298         (vc-static-header-alist): Nitpick on the regexp.
12299         (vc-default-init-version): New fun.
12300         (vc-register): Use it.
12301         (vc-insert-headers): Use dolist.
12302         (vc-annotate-get-backend): Remove unused function.
12303         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
12304         (vc-annotate-mode): Remove corresponding call.
12305         (vc-annotate-car-last-cons): Simplify.
12306         (vc-annotate-buffers): Remove var.
12307         (vc-annotate-backend): Make it buffer-local.
12308         (vc-annotate): Move the interaction to the interactive spec.
12309         Add a `buf' argument.
12310         (vc-annotate-warp-version): Use this new `buf' argument to avoid
12311         killing&creating a vc-annotate buffer, which is very disruptive when
12312         the buffers are shown in dedicated frames.
12314 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
12316         * descr-text.el: Add FSF as maintainer.
12317         (describe-text-mode, describe-text-mode-map)
12318         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
12319         help-mode.
12320         (describe-text-widget, describe-text-sexp)
12321         (describe-property-list, describe-text-category)
12322         (describe-text-properties, describe-text-properties-1)
12323         (describe-char): Use help buttons instead of widgets.
12324         (describe-char-unicodedata-file): Make URL link in doc string.
12326 2005-12-22  Richard M. Stallman  <rms@gnu.org>
12328         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
12329         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
12330         Don't include buttons that write a file when there's no file.
12331         (custom-variable-menu, custom-face-menu, custom-group-menu):
12332         Don't include commands that write a file when there's no file.
12333         (customize-browse): Reword the top-of-buffer help intro.
12334         (custom-buffer-create-internal): Fix previous change.
12335         (customize-changed-options-previous-release): Prev release is 21.1.
12336         (customize-changed-options): Doc fix.
12337         (customize-changed): New alias.
12338         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
12339         Say "standard values".
12340         (Custom-reset-standard): Doc fix.
12341         (custom-face-reset-standard): Doc fix.
12343 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12345         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
12346         even if font-lock-mode is non-nil since it may be t without having
12347         turned on font-lock-mode-internal.
12348         (font-lock-choose-keywords): Minor optimization.
12349         (font-lock-add-keywords, font-lock-remove-keywords)
12350         (font-lock-set-defaults): Don't call make-local-variable on a variable
12351         that we know to already be local.
12353 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12355         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
12356         messages if in the minibuffer.
12358 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12360         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
12361         (tex-mode-flyspell-verify, flyspell-get-word)
12362         (flyspell-external-point-words): Don't use point-min/max uselessly.
12364         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
12365         by Kevin Rodgers.  Instead, just hide the completions buffer if we
12366         don't need to show it.
12368 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
12370         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
12372 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12374         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
12375         delete-windows-on with an inexistent buffer.
12377 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
12379         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12380         Delete defcustom variable :tag names.
12382 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12384         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
12385         (log-view-font-lock-keywords): Ajust subgroup numbers.
12386         (log-view-current-tag): Don't hard code the number of subgroups.
12388 2005-12-20  Juri Linkov  <juri@jurta.org>
12390         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
12391         (tooltip-x-offset, tooltip-y-offset): Doc fix.
12393         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12394         (menu-bar-non-minibuffer-window-p): Instead of checking
12395         display-multi-frame-p, use selected-frame when menu-updating-frame
12396         is nil.
12398 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
12400         * align.el (align-rules-list): Use [ \t] instead of \s-
12401         for column separators in text mode.
12403 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
12405         * help-mode.el (help-customize-variable, help-customize-face):
12406         Don't pop help-xref-stack as help-follow no longer pushes
12407         anything on to it.
12409 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
12411         * textmodes/org.el (org-agenda-custom-commands): New option.
12412         (org-agenda): Offer custom commands on splash screen.
12413         (org-make-tags-matcher): Parser for Boolean logic added.
12414         (org-agenda-set-tags): New command.
12415         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
12416         (org-set-tags): Efficiency improvements.
12417         (org-auto-align-tags): New option.
12418         (org-todo, org-demote, org-promote): Realign tags.
12419         (org-tags-completion-function): Use also "&" and "|" as separators.
12420         (org-org-menu): Agenda commands simplified.
12422 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
12424         * cus-edit.el (customize-apropos, customize-apropos-options):
12425         Docstring changes.
12427         * font-lock.el (font-lock): Add tags to the links in the defgroup.
12429 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
12431         * longlines.el (longlines-mode): Wrap while widened.
12432         (longlines-decode-region, longlines-encode-region): Compute max
12433         just once.
12435 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12437         * cus-edit.el (mac): New group.
12439         * cus-start.el (all): Add user options in macterm.c.  Add test for
12440         Mac-related built-ins.  Fix test for GTK-related built-ins.
12442         * term/mac-win.el (mac-handle-language-change)
12443         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12444         (mac-services-open-selection, mac-services-mail-selection)
12445         (mac-services-mail-to, mac-services-insert-text)
12446         (mac-dispatch-apple-event): Add docstrings.
12447         (x-get-selection, mac-select-convert-to-string): Select coding
12448         system from `utf-16be' and `utf-16le' using `byteorder'.
12450 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12452         * subr.el (lazy-completion-table): Don't be fooled if the var holds
12453         a "list" (lambda ...) rather than a real completion list.
12455         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12456         lexical-let when encountering ((lambda (...) ...) ...).
12458 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
12460         * progmodes/sh-script.el (sh-mode):
12461         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12462         * textmodes/picture.el (picture-mode): Update docstrings.
12464 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
12466         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12467         commands enclosed in $(ARGQUOTE)s should not be split between two
12468         lines, as that will break with GNU Make >3.80, when sh.exe is used
12469         and arg quoting is with '..'.
12470         (autoloads): Don't break the quoted --eval expression between
12471         several lines.
12473 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
12475         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12476         Capture error from printing circular structures.
12478 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
12480         * wid-edit.el (widget-checkbox-action): Clear undo info.
12482 2005-12-16  Bill Wohler  <wohler@newt.com>
12484         * menu-bar.el (kill-this-buffer): Set a good example by using menu
12485         bar, not menubar in comment.
12487 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12490         After-change-functions should not clobber the match data.
12492 2005-12-16  Juri Linkov  <juri@jurta.org>
12494         * simple.el (choose-completion): Use `buffer-substring-no-properties'
12495         instead of `buffer-substring'.
12496         (completion-common-substring): Doc fix.
12497         (completion-setup-function): Use minibuffer-completion-contents
12498         instead of minibuffer-contents.  Don't set common-string-length
12499         initially.  Remove special handling of partial-completion-mode.
12500         Move computation of completion-base-size into one cond.
12501         Call completion-base-size-function in mainbuf.  In computation of
12502         completion-base-size for file name completion don't move point to
12503         the end of the minibuffer.  Move computation of common-string-length
12504         into one cond.  Start putting faces only when common-string-length>=0.
12505         Add condition to put completions-common-part when
12506         common-string-length>0.
12508         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12509         place point at the first different character in the minibuffer
12510         even if this position is at the beginning of the minibuffer.
12512         * info.el (Info-read-node-name-1): In completion-base-size-function's
12513         lambda return 1 if common-substring or minibuffer-completion-contents
12514         starts with (, and 0 otherwise.
12516         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12517         Use `crm-current-element' for second arg of `display-completion-list'.
12519 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
12521         * files.el (set-auto-mode): Look for an interpreter specified on
12522         the first line also if search for mode specification succeeded,
12523         but the mode is not known.
12525 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
12527         * textmodes/org.el (org-tags-match-list-sublevels): New option.
12528         (org-open-at-point): Implement tag searches as links.
12529         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12530         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12531         (org-tags-sparse-tree, org-tags-view, org-set-tags)
12532         (org-agenda-dispatch): New commands.
12533         (org-use-tag-inheritance, org-tags-column): New options.
12534         (org-tab-follows-link, org-return-follows-link): New options.
12535         (org-tags): New customize group.
12536         (org-start-icalendar-file): Get local time zone.
12537         (org-tags-completion-function): New function.
12538         (org-set-font-lock-defaults): Make sure links will also be
12539         highlighted inside headlines.
12541 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
12543         * term.el (term-emulate-terminal):
12544         Let term-handle-ansi-terminal-messages override what Bash says about
12545         its current directory.
12547 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
12549         * bindings.el (last-buffer): Move to simple.el.
12550         * simple.el (last-buffer): Move here.
12551         (get-next-valid-buffer): New function.
12552         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12553         (prev-buffer): Ditto.  Rename to `previous-buffer'.
12555         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12556         * bindings.el (global-map): Ditto.
12558 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
12560         * cus-edit.el: Introductory comment change.
12561         (custom-magic-alist): Change message string for the `rogue' state.
12563 2005-12-15  Richard M. Stallman  <rms@gnu.org>
12565         * tooltip.el: Delete defcustom variable :tag names.
12567         * complete.el (partial-completion-mode): Doc fix.
12569         * textmodes/flyspell.el (flyspell-external-point-words):
12570         Use save-excursion to ensure we don't move backward in the
12571         search loop, not even one character.
12572         (flyspell-delete-all-overlays): Use remove-overlays directly.
12574         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12575         (ispell-start-process): Set that variable.
12576         Clear ispell-buffer-local-name.
12577         (ispell-internal-change-dictionary):
12578         Set ispell-current-dictionary after killing process.
12579         (ispell-buffer-local-dict):
12580         Don't set spell-personal-dictionary after killing process.
12581         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12582         (ispell-tex-skip-alists, ispell-html-skip-alists)
12583         (ispell-skip-region-alist): Mark as risky.
12585         * net/newsticker.el (newsticker--retrieval-timer-list)
12586         (newsticker--display-timer, newsticker-running-p)
12587         (newsticker-ticker-running-p): Definitions moved up.
12589 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
12591         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12593 2005-12-15  David Ponce  <david@dponce.com>
12595         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12596         (recentf-edit-list, recentf-open-files): Signal an error when
12597         there is no recent file.
12599 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12601         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12602         read-only except for texinfo-format-region evaluation.
12604 2005-12-14  Richard M. Stallman  <rms@gnu.org>
12606         * vc.el (vc-default-previous-version, vc-default-next-version)
12607         (vc-do-command): Doc fixes.
12609 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12611         * textmodes/bibtex.el (bibtex-expand-strings)
12612         (bibtex-autokey-expand-string, bibtex-name-part)
12613         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12614         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12615         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12616         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12617         (bibtex-entry-postfix, bibtex-known-entry-type-re)
12618         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12619         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12620         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12621         (bibtex-beginning-of-last-entry): Remove.
12622         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
12623         message if comma is missing but buffer is read-only.
12624         (bibtex-parse-field-text): Handle whitespaces at the end of field
12625         text.  Return 3-element list with beginning and end of field text
12626         and end of field.
12627         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12628         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
12629         (bibtex-search-forward-field, bibtex-search-backward-field):
12630         Search always delimited by limits of entry.  Use more efficient
12631         search algorithms.
12632         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12633         bibtex-end-of-name-in-field.
12634         (bibtex-text-in-field-bounds): Handle BibTeX strings when
12635         extracting the content of a field.
12636         (bibtex-text-in-field): Use search limits.
12637         (bibtex-parse-string-prefix): Handle empty string keys based on
12638         bibtex-string-empty-key.
12639         (bibtex-parse-string): Fix docstring.
12640         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12641         (bibtex-preamble-prefix, bibtex-strings): New functions.
12642         (bibtex-skip-to-valid-entry): Include preceding whitespace in
12643         BibTeX entries (consistent with other BibTeX functions).
12644         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12645         (bibtex-search-entry): Fix docstring.  Simplify.
12646         (bibtex-flash-head, bibtex-complete-string-cleanup)
12647         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12648         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12649         (bibtex-parse-entry): New optional arg content.
12650         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12651         Use bibtex-text-in-field-bounds.
12652         (bibtex-print-help-message): Handle BibTeX strings and preambles.
12653         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12654         bibtex-parse-string-postfix.
12655         (bibtex-find-text-internal): New function.
12656         (bibtex-remove-delimiters): Use it.
12657         (bibtex-find-text): Use it.  New optional arg help.
12658         (bibtex-complete): Handle BibTeX string and preamble entries.
12659         (bibtex-Preamble): Fix order of closing delimiters.
12661 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12663         * vc.el (vc-default-revert): New fun.
12665         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12667 2005-12-14  Romain Francoise  <romain@orebokech.com>
12669         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12670         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12671         (font-lock-remove-keywords): Likewise.
12673 2005-12-14  Juri Linkov  <juri@jurta.org>
12675         * log-view.el (log-view-diff): Doc fix.
12677         * isearch.el (isearch-query-replace): Use (mark) instead of
12678         isearch-opoint if mark is active in transient-mark-mode.
12680 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
12682         * isearch.el (isearch-query-replace): Check for isearch-other-end.
12684 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
12686         * progmodes/cpp.el (cpp-face): New widget.
12687         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12689 2005-12-14  Juri Linkov  <juri@jurta.org>
12691         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12692         around `erase-buffer' and `insert'.
12694         * descr-text.el (describe-text-properties): Replace buffer name
12695         "*Help-2*" with "*Help*<2>".
12696         (describe-char): Add functions print-help-return-message,
12697         toggle-read-only.  Use help-setup-xref with nil to not store
12698         describe-char in help-xref-stack.  Use help-make-xrefs to
12699         make [back] button.
12701         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12703         * wdired.el (wdired-old-point): New internal variable.
12704         (wdired-change-to-wdired-mode): Set it buffer-locally.
12705         (wdired-abort-changes): Restore point after aborting changes.
12707 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12709         * vc.el (vc-do-command): Add a new value t for okstatus.
12711         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12712         frame in case of errors.
12714 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12716         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12717         so it comes after "On the Left" in the menu.
12719 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
12721         * cus-edit.el (customize-apropos, customize-apropos-options)
12722         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12724 2005-12-12  Bill Wohler  <wohler@newt.com>
12726         * vc-svn.el (vc-svn-registered): Fix problem of visiting
12727         non-writable Subversion-controlled files by saving window
12728         configuration before calling vc-do-command.  vc-do-command calls
12729         pop-to-buffer on error which is unexpected during registration.
12731 2005-12-12  Jay Belanger  <belanger@truman.edu>
12733         * calc/README: Update the summary of changes.
12735 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * descr-text.el (describe-char): Rework last fix to solve the problem
12738         is the same way it's solved for everything else in that function
12739         (i.e. by extracting the info before setting up the *Help* buffer).
12741 2005-12-12  Kim F. Storm  <storm@cua.dk>
12743         * subr.el (version-regexp-alist): Allow space as separator before
12744         non-numeric part, e.g. "1.0 alpha".
12745         (version-to-list): Interpret .X.Y version as 0.X.Y version.
12747 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
12749         * textmodes/org.el (org-agenda, org-timeline, org-todo):
12750         Implement Logging and the keep-modes setting.
12751         (org-get-category): Make sure a string is returned.
12752         (org-log-done): New function.
12753         (org-log-done, org-closed-string): New options.
12755 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12757         * tooltip.el (tooltip-y-offset): Change default to 20.
12759 2005-12-12  Richard M. Stallman  <rms@gnu.org>
12761         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12763         * frame.el (display-hourglass): Doc fix.
12765         * help.el (help-for-help-internal): Simplify entry for `a'.
12767         * info.el (Info-on-current-buffer): Doc fix.
12768         (info-insert-file-contents): Don't test (featurep 'jka-compr).
12770         * startup.el (inhibit-splash-screen): Make this the real name.
12771         (inhibit-startup-message): Make this the alias.
12772         (command-line): Find only simple.el, and use its directory
12773         to fill in other preloaded files' names.
12774         (command-line): Deactivate the mark if deactivate-mark is set.
12776         * international/mule.el (load-with-code-conversion):
12777         Bind deactivate-mark.
12779         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12781 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
12783         * cus-edit.el (customize-apropos): Avoid listing an option more
12784         than once under different aliases.  No longer list user options
12785         that are not defined with defcustom (unless a prefix arg is given).
12786         Doc fix.
12787         (customize-apropos-options): Doc fix.
12789 2005-12-11  Juri Linkov  <juri@jurta.org>
12791         * frame.el (set-background-color, set-foreground-color)
12792         (set-cursor-color, set-mouse-color, set-border-color):
12793         Add explicit prompts to read colors by `facemenu-read-color'.
12794         (show-trailing-whitespace, blink-cursor-delay)
12795         (blink-cursor-interval, display-hourglass, hourglass-delay):
12796         Remove tags.
12797         (display-hourglass, hourglass-delay): Doc fix.
12798         (cursor-in-non-selected-windows): Capitalize words in tag.
12800         * faces.el (frame-background-mode): Replace `choice-item' keywords
12801         with `const' to not make [default] button.  Change default value tag
12802         from `default' to `automatic'.  Doc fix.
12803         (trailing-whitespace) <defface>: Change group `whitespace' to
12804         `whitespace-faces'.
12806 2005-12-11  Richard M. Stallman  <rms@gnu.org>
12808         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12810 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12812         * term/mac-win.el: Create keymap for mac-apple-event-map.
12814 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
12816         * tooltip.el (tooltip-mode): Move to start of file so that it
12817         appears at top of customize buffer.
12819         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12820         Add the gud groupname.
12821         (gud-tooltip-mode): Add the tooltip groupname.
12822         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
12823         avoid conflict with tooltip-use-echo-area.
12825 2005-12-10  Romain Francoise  <romain@orebokech.com>
12827         * help.el (help-for-help-internal): Add `r' in doc string.
12829 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12831         * align.el (align-regexp, align-highlight-rule):
12832         Use region-beginning and region-end instead of point and mark, so that
12833         repetition (with `repeat-complex-command') recomputes the region
12834         bounds.
12836 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12838         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12839         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12840         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12841         (balance-windows): Rewrite using the above new functions.
12843 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
12845         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12846         react if global-hi-lock-mode seems intended.
12847         (global-hi-lock-mode) Renamed from hi-lock-mode.
12848         (hi-lock-archaic-interface-message-used)
12849         (hi-lock-archaic-interface-deduce): New variables.
12850         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12851         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12852         (hi-lock-find-patterns, hi-lock-font-lock-hook):
12853         Replace hi-lock-buffer-mode with hi-lock-mode.
12855 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
12857         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12858         completion list, even after a partial completion has been
12859         inserted in the current buffer.  If there are more than 1
12860         completion, redisplay the *Completions* buffer; if the
12861         completion is unique, delete the *Completions* window.
12863 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
12865         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12866         strings and long subject lines that were broken into multiple
12867         lines at arbitrary places.  Handle subjects that have "Re: " in
12868         the middle.
12870 2005-12-10  John W. Eaton  <jwe@octave.org>
12872         * emacs/octave-mod.el (octave-electric-space): Don't indent
12873         comments or strings if octave-auto-indent is nil.
12875 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12877         * term/mac-win.el: Require url when compiling.
12878         Call mac-process-deferred-apple-events after loading init files.
12879         (mac-apple-event-map): New defvar.  Define event handlers in it.
12880         (core-event, internet-event): New Apple event class symbols.
12881         (open-application, reopen-application, open-documents)
12882         (print-documents, open-contents, quit-application)
12883         (application-died, show-preferences, autosave-now, get-url):
12884         New Apple event ID symbols.
12885         (about): New HICommand ID symbol.
12886         (mac-event-spec, mac-event-ae): New macros.
12887         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12888         (mac-ae-selection-range, mac-ae-text-for-search)
12889         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12890         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
12891         and Services menu events are now defined in mac-apple-event-map.
12892         (mac-drag-n-drop): Remove selection range handling.
12894 2005-12-10  Kenichi Handa  <handa@m17n.org>
12896         * simple.el (zap-to-char):
12897         * isearch.el (isearch-process-search-char): Translate CHAR by
12898         translation-table-for-input.
12900 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
12902         * foldout.el (foldout-exit-fold): Properly hide subtree.
12904 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12906         * files.el (save-buffer):
12907         * international/ucs-tables.el (ucs-set-table-for-input):
12908         * mail/mail-extr.el (mail-extract-address-components):
12909         * mail/sendmail.el (mail-mode): Reformat doc string.
12911 2005-12-09  Juri Linkov  <juri@jurta.org>
12913         * isearch.el (isearch-highlight): Change main overlay priority
12914         from 1 to 1001.  Simplify.
12915         (isearch-lazy-highlight-update): Change lazy overlay priority
12916         from 0 to 1000.
12918         * replace.el (replace-highlight): Change overlay priority from
12919         1 to 1001.
12921         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12922         Change overlay priority from 1 to 1001.  Reuse existing overlay.
12924         * compare-w.el (compare-windows-highlight): Change overlay
12925         priority from 1 to 1000.
12927         * menu-bar.el (menu-bar-edit-menu): Add listp around
12928         pending-undo-list to disable menu item "undo" when pending
12929         undo list is empty.
12931         * locate.el (locate): Disable undo in *Locate* buffer.
12933 2005-12-09  Kim F. Storm  <storm@cua.dk>
12935         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12937 2005-12-09  David Ponce  <david@dponce.com>
12939         * recentf.el: Improvement of the menu code.
12940         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
12941         instead of menu hook.
12942         (recentf-show-menu, recentf-hide-menu): New functions.
12943         (recentf-menu-customization-changed, recentf-mode): Use them.
12944         (recentf-menu-action, recentf-max-menu-items)
12945         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12946         (recentf-arrange-by-rule-others)
12947         (recentf-arrange-by-rules-min-items)
12948         (recentf-arrange-by-rule-subfilter) : Don't use
12949         `recentf-menu-customization-changed'.
12950         (recentf-arrange-rules): Likewise.  Accept functions to compute
12951         sub-menu titles.
12952         (recentf-menu-filter): Likewise.  Doc fix.
12953         (recentf-menu-value-shortcut): Doc fix.
12954         (recentf-dump-variable): Quote atom value.
12955         (recentf-make-menu-items): Update to use it as a menu filter.
12956         (recentf-match-rule): New function.
12957         (recentf-arrange-by-rule): Use it.
12958         (recentf-indirect-mode-rule): New function.
12959         (recentf-build-mode-rules): Use it.
12960         (recentf-dir-rule): New function.
12961         (recentf-arrange-by-dir): Use it.
12962         (recentf-filter-changer-current): Rename from
12963         `recentf-filter-changer-state'.  All references updated.
12964         (recentf-filter-changer-alist): Update filter names.
12965         (recentf-filter-changer-select): New function.
12966         (recentf-filter-changer): Use it.  Make a sub-menu from filters
12967         available in `recentf-filter-changer-alist'.
12968         (recentf-data-cache, recentf-clear-data)
12969         (recentf-update-menu): Remove.  All references updated.
12970         (recentf-match-rule-p, recentf-build-dir-rules)
12971         (recentf-filter-changer-goto-next)
12972         (recentf-filter-changer-get-current)
12973         (recentf-filter-changer-get-next): Remove.
12975 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
12977         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12978         buffer "Reset" button to "Reset to Current" for consistency with
12979         the State buttons.
12981 2005-12-08  John Paul Wallington  <jpw@pobox.com>
12983         * ibuf-ext.el (define-ibuffer-filter filename):
12984         If `dired-directory' is a list then really use its car.
12986 2005-12-08  Kim F. Storm  <storm@cua.dk>
12988         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12989         Fix indention of text on right side of replaced rectangle.
12991 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
12993         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12994         No need to check gud-comint-buffer is bound.
12995         (gdb): Prevent multiple debugging when first session uses gdba.
12997 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12999         CC Mode update to 5.31.
13001         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13002         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
13003         We might do this function properly in the future).
13005         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13006         New macros c-sentence-end and c-default-value-sentence end, to cope
13007         with Emacs 22's new function `sentence-end'.
13009 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13011         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13012         compat issue using `c-put-overlay' and `c-delete-overlay'.
13014         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13015         New compat macros to handle overlays/extents.
13017 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13019         * progmodes/cc-fix.el: Add definitions of the macros push and pop
13020         (for GNU Emacs 20.4)
13022         * progmodes/cc-defs.el:
13023         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13025         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13026         highlighting mechanism so it will work in XEmacs too.
13028         * progmodes/cc-defs.el: Insert c-int-to-char.
13030         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13031         call to the new macro c-int-to-char.  This solves XEmacs's
13032         regarding characters as different from integers.
13034 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13036         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13037         New internal helper.
13039         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13040         construct to make the indirect face lookup work in XEmacs.
13042         (c-cpp-matchers): Append the negation char face to the existing
13043         fontification, so that the cpp face doesn't disappear.
13044         Use `c-make-syntactic-matcher' to avoid negation chars in comments
13045         and strings.
13047         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13048         to map to `font-lock-negation-char-face' in emacsen where it exists.
13050 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13052         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13054         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13055         Rename "c-subword-move-mode" as "c-subword-mode".
13057         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13058         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
13060 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13062         * progmodes/cc-mode.el: Added autoload directive for
13063         `c-subword-move-mode' for use in older emacsen.
13065 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13067         * progmodes/cc-mode.el:
13068         (i) Insert a binding for C-c C-backspace into
13069         c-bind-special-erase-keys which works in TTYs.
13070         (ii) Make sure that when file styles are used, any explicitly
13071         given style variables take priority over those in the style.
13072         Do this by calling `hack-local-variables' a second time.
13074         * progmodes/cc-vars.el: Add language specific customization
13075         widgets for AWK to c-doc-comment-style, c-require-final-newline
13076         and c-default-style.  Add a defcustom for awk-mode-hook.
13077         Give c-syntactic-element and c-syntactic-context doc-strings by
13078         directly setting their `variable-documentation' propery.
13079         This allows Emacs 22.1 to read these with C-h v.
13081         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13083 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13085         * progmodes/cc-fonts.el, cc-vars.el
13086         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13087         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13088         Masatake YAMATO.
13090         (c-doc-comment-style): Made GtkDoc default in C mode.
13092         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13093         and C-c C-<delete>.
13095         (c-bind-special-erase-keys): New function for use on
13096         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13098         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13099         <delete> key behavior in XEmacs according to `delete-forward-p'.
13100         C.f. `c-electric-delete'.
13102 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13104         * progmodes/cc-mode.el: Give c-hungry-backspace and
13105         c-hungry-delete-forward permanent key bindings.
13107         * progmodes/cc-cmds.el (c-electric-semi&comma):
13108         Bind c-syntactic-context for calls to "criteria functions", for
13109         consistency with other calls to user functions.
13111         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13112         `current-prefix-arg', since this might be the prefix arg to a
13113         command which calls c-indent-command as a function.  Change the
13114         interactive spec from "p" to "P".
13116         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13117         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13118         was difficult to understand.
13120 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13122         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13123         first char of an identifier.
13125         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13126         +" syntax in C++.
13128 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13130         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13131         auto-fill doesn't split a c-comment's last word from a hanging
13132         "*/" when a space is typed between them after fill-column.
13134         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13136         * progmodes/cc-styles.el (c-set-style)
13137         (c-setup-paragraph-variables): Abort the command if we're not in a
13138         CC Mode buffer.
13140         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13141         with blank comment-prefix, and a blank line as the comment's
13142         second line.
13144 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13146         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13147         Incorporate the patterns added in the Emacs development branch
13148         for the new Emacs 22 face `font-lock-negation-char-face'.
13150         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13151         of "red" since it stands out better in xterms and DOS terminals.
13153         * progmodes/cc-engine.el (c-literal-faces):
13154         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13156 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13158         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13159         forcibly enable c-electric-flag.
13161         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13162         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13163         after the comment-prefix of a C-style comment will close that comment.
13165 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13167         * progmodes/cc-fonts.el (c-basic-matchers-before)
13168         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13169         in Pike.
13171         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13172         digraphs.
13174         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13175         (c-cpp-message-directives, c-cpp-include-directives)
13176         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13177         (c-cpp-expr-directives): Introduce new language constants to
13178         control cpp syntax in a cleaner way.
13180         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13182         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13184         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13185         (c-multiline-string-start-char): New language constants and
13186         variables to specify how newlines in string literals work.
13188         (c-font-lock-invalid-string): Use them.
13190         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13191         unbalanced close brace is entered.  Optimization by avoiding going
13192         back over arbitrarily large blocks.  Removed hints that this
13193         function only would be relevant/useful in AWK.
13195         (c-electric-brace): Indent syntactically after the cleanups since
13196         lineup functions might do it differently then.
13198         * progmodes/cc-engine.el, cc-langs.el
13199         (c-opt-op-identifier-prefix): New language constant and variable.
13201         (c-just-after-func-arglist-p, c-after-special-operator-id)
13202         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13204         * progmodes/cc-align.el, cc-engine.el
13205         (c-after-special-operator-id): New helper to handle C++ operator
13206         identifiers.
13208         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13209         (c-guess-basic-syntax): Handle C++ operator identifiers in
13210         declarations.
13212         * progmodes/cc-langs.el (c-assignment-operators): Add the
13213         trigraph version of ^= too.
13215         * progmodes/cc-langs.el (c-assignment-operators): Add the
13216         trigraph version of |= in C++.
13218         * progmodes/cc-fonts.el (c-font-lock-declarators):
13219         Handle `c-decl-hangon-kwds' after the identifier name.
13221         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13222         whether an arglist is "nonempty", ignore a comment after the open
13223         paren if it isn't followed by a non-comment token on the same line.
13225         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13226         Enable heuristics below the point to cope with classes inside special
13227         brace lists in Pike.
13229 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13231         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13233 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13235         * progmodes/cc-guess.el (cc-guess-install): New function to
13236         install an already guessed style in another buffer.
13238         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13239         sets `inhibit-read-only' - `c-save-buffer-state' should be used
13240         anyway if the change always is undone.
13242 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13244         Implement togglable electricity:
13246         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13247         saying when it should be used.
13249         * progmodes/cc-engine.el: Add the new buffer-local variable,
13250         c-electric-flag.
13252         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13253         c-toggle-auto-newline.
13255         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13256         c-toggle-auto-newline.  Remove the binding for
13257         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
13258         c-toggle-electric-state.
13260         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13262         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13263         c-\(forward\|backward\)-subword.
13264         (c-update-modeline): Add the new modeline flag `l' for
13265         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
13266         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13267         Make the old name an alias of the new name.
13268         (c-toggle-electric-state): New function.
13269         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13270         Adapt these functions to do electric things only when
13271         c-electric-flag is non-nil.
13272         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13273         new functions from c-electric-brace.
13274         (c-point-syntax): Add a check for "virtual semicolons" in AWK
13275         mode, so that the tentative extra newline doesn't change the
13276         syntax of the following brace.
13277         (c-electric-brace): Restructure by extracting the above functions.
13278         Tidy up the coding somewhat.
13279         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13280         restructure a bit.
13282 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13284         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13285         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
13287         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13288         (c-submode-indicators): Change name from `c-auto-hungry-string'
13289         since it's now used to track another submode.
13291         (c-update-modeline): Convert to function and extended to check
13292         `c-subword-move-mode'.
13294         (c-forward-into-nomenclature, c-backward-into-nomenclature):
13295         Convert to compat aliases for `c-forward-subword' and
13296         `c-backward-subword'.
13298         * progmodes/cc-subword.el: New functions and minor mode to handle
13299         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
13301         (c-forward-subword, c-backward-subword, c-mark-subword)
13302         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
13303         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
13304         Functions corresponding to the standard word handling functions.
13306         (c-subword-move-mode): Minor mode that replaces all the standard
13307         word handling functions with their subword equivalences.
13309 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13311         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
13312         entry for one-liner-defun.
13314         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
13315         name in its def-edebug-spec.
13317         * progmodes/cc-cmds.el (c-electric-brace): Make the
13318         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
13319         compacts space before a comment, if this will make things fit on
13320         one line.
13322         Introduce an "awk" style, mainly for auto-newline and clean-ups.
13324         * progmodes/cc-align.el: New function c-snug-1line-defun-close
13326         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
13327         clean-up one-liner-defun.
13329         * progmodes/cc-styles.el: Add the new "awk" style.
13331         * progmodes/cc-vars.el: Add description of one-liner-defun to
13332         c-cleanup-list's doc-string.  New user options,
13333         c-max-one-liner-length.  In c-default-style, set the default style
13334         for AWK to "awk".
13336 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13338         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
13339         macros inside labels.
13341         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
13342         `c-at-statement-start-p' and `c-at-expression-start-p'.
13344         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
13345         error if the mark isn't set.
13347         * progmodes/cc-engine.el (c-guess-continued-construct)
13348         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
13349         accurately detect functions inside functions.
13351         * progmodes/cc-engine.el (c-at-expression-start-p): New function
13352         like `c-at-statement-start-p' that additionally recognizes commas
13353         and expression parentheses as delimiters.
13355         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
13356         to avoid heuristics that doesn't work for unclosed blocks.
13357         (c-at-statement-start-p): New function.
13359         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
13360         Objective-C directives, e.g. directives spanning lines should work
13361         reasonably well now.
13363         (c-put-c-type-property, c-clear-c-type-property): New helpers.
13365         (c-forward-objc-directive): New function to move over any ObjC
13366         directive.
13368         (c-just-after-func-arglist-p, c-guess-basic-syntax)
13369         (c-basic-matchers-before): Use it.
13371         (c-font-lock-objc-iip-decl): Remove.
13373         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
13374         in the template arglist recognition.
13376         * progmodes/cc-styles.el (c-style-alist): Fix several
13377         inconsistencies in the Whitesmith style.
13379         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
13380         New lineup function to get lines after Whitesmith style blocks
13381         correctly indented.
13383         (c-lineup-whitesmith-in-block): Back out the compensation for
13384         opening parens since it's done using `add' lists in the style
13385         definition instead.  Don't use the anchor position since it varies
13386         too much between the syntactic symbols. :P
13388         * progmodes/cc-vars.el (c-valid-offset): Update.
13390         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
13391         lists where the offsets are combined according to several
13392         different methods: `first', `min', `max', and `add'.
13393         Report offset evaluation errors with `c-benign-error' so that some kind
13394         of reindentation still is done.
13396         * progmodes/cc-engine.el (c-guess-basic-syntax):
13397         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
13398         `arglist-close'.
13400         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
13401         situations for `arglist-cont-nonempty' and `arglist-close'.
13403         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
13405         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
13406         cc-bytecomp-boundp' in a number of places.
13408         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
13409         macro related issue.
13411 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13413         * progmodes/cc-awk.el: Change the terminology of regexps: A char
13414         list is now [asdf], a char class [:alpha:].
13415         Include code for char classes.
13416         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
13417         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13419         Remove (nearly all of) the cruft associated with AWK Mode's former
13420         concept of "virtual semicolons":
13422         Adapt c-beginning-of-statement, c-end-of-statement (together with
13423         subfunctions) to use the new notion of "virtual semicolon" in
13424         place of the old awkward special handling for AWK.  There remains
13425         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13426         * progmodes/cc-cmds.el:
13427         (c-ascertain-adjacent-literal): In the backwards direction, now
13428         recognises AWK regexp delimiters as string delimiters.
13429         (c-after-statement-terminator-p): Adapt for virtual semicolons;
13430         check more rigorously for "end of macro".
13431         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13432         virtual semicolons;
13433         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13434         out the code for forward movement into ...
13435         (c-end-of-statement): Now contains the code for forward movement,
13436         adapted for virtual semicolons.
13438         * progmodes/cc-engine.el:
13439         (c-ws*-string-limit-regexp): New regexp.
13440         (c-forward-single-comment, c-backward-single-comment): Comment out
13441         the (now redundant) "special" AWK stuff.
13443         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13444         c-string-par-start, c-string-par-separate to be more like Text
13445         Mode than Fundamental Mode.
13447 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13449         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13450         to the fontified region so that fontification doesn't occur
13451         outside it (could happen e.g. when fontifying a line with an
13452         unfinished declaration).
13454 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13456         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13457         start of the file.  ^L now separate sections of the file.
13458         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
13459         (c-awk-one-line-possibly-open-string-re)
13460         (c-awk-regexp-one-line-possibly-open-char-class-re)
13461         (c-awk-one-line-possibly-open-regexp-re)
13462         (c-awk-one-line-non-syn-ws*-re): New defonsts.
13463         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13465         Amend the concept of "virtual semicolons" (in the indentation
13466         engine) for languages like AWK, such that they are now
13467         conceptually attached to end of the last token of a statement, not
13468         the end of the line.  (In AWK Mode, however, the pertinent text
13469         property is still physically set on the EOL.)  Remove the specific
13470         tests for awk-mode, thus facilitating the introduction of other
13471         language modes where EOLs can end statements.
13472         (Note: The funtionality in cc-cmds.el, specifically
13473         c-beginning/end-of-statement has yet to be amended.)
13475         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13476         New macros.
13478         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13479         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
13480         c-vsemi-status-unknown-p-fn (in a new page).
13482         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13483         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13484         numerous awkward forms like
13485         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13486         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
13487         variable before-ws-ip, the place just after char-before-ip appears.
13489         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13490         a comment.
13492 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13494         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13495         `c-tentative-buffer-changes'.
13497         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13498         convert to macro to choose between Emacs and XEmacs at compile time.
13500         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13502         (c-tentative-buffer-changes): New macro to handle temporary buffer
13503         changes in a convenient way.
13505         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13506         for `c-tentative-buffer-changes'.
13508         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13509         the checks for paren sexps between the point and the keyword, to
13510         avoid some false alarms.
13512         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13513         Fixed a situation where an error could be thrown for unbalanced
13514         parens.  Changed to make use of c-keyword-member' to avoid some
13515         repeated regexp matches.
13517         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13518         These language variable are no longer necessary.
13520         (c-block-stmt-kwds): New language constant used by
13521         c-looking-at-inexpr-block'.
13523         (c-guess-basic-syntax): Remove an optional check that looked at
13524         the existence of the now removed language variables.
13526         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13527         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13528         object instantiation expressions as declarations in some contexts.
13529         This bug only affected languages where the declarator can't be
13530         enclosed in parentheses.
13532         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13533         insert newlines before and after substatement braces.
13535         * progmodes/cc-engine.el: Improved the heuristics for recognizing
13536         function declaration headers and the handling of C++ style member
13537         init lists.
13539         (c-just-after-func-arglist-p): Rewritten to use
13540         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
13542         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13544         (c-guess-basic-syntax): Adapt case 5B for the new
13545         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
13546         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13547         covers all cases now).
13549         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13551 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13553         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13554         c-string-par-start/separate c-sentence-end-with-esc-eol,
13555         initialised in c-setup-paragraph-variables, used in string
13556         scanning subroutines of c-beginning-of-statement.
13558         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13559         which precedes the newly inserted `{'.
13561 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13563         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13564         function for declaration level blocks.  It should now cope with
13565         templates better and also be a lot more comprehensible.
13567         (c-looking-at-decl-block): The new function.
13569         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
13570         for compatibility.
13572         (c-add-class-syntax, c-guess-continued-construct)
13573         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13575         (c-decl-block-key): Change to tell apart ambiguous and
13576         unambiguous keywords.  Pike specials are now handled directly in
13577         the code instead.
13579         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13580         New language constants and variables to make the backward skip in
13581         `c-looking-at-decl-block' as tight as possible.
13583         (c-nonsymbol-token-char-list): New language constant.
13585         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13586         find balanced template arglists backwards.
13588         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13589         making char classes for `c-syntactic-skip-backward'.
13591         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13592         16D - can't be a class-close at that point.
13594         * progmodes/cc-engine.el (c-guess-basic-syntax)
13595         (c-add-class-syntax): Don't narrow out the enclosing declaration
13596         level.  This makes everything a lot easier, and it was actually
13597         only four small places that needed it to work.  Some places that
13598         previously did `widen' are removed now, which has the effect that
13599         `c-guess-basic-syntax' never will look at things outside the
13600         current narrowment now.  The anchor position for `topmost-intro'
13601         is affected by this, but it was so bogus it was basically useless
13602         before, and now it's equally bogus but in a slightly different way.
13604         (c-narrow-out-enclosing-class): Gone.
13606         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13607         the narrowed region.
13609         (c-least-enclosing-brace): Remove silly optional argument.
13611         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13612         the point could be left directly after an open paren when finding
13613         the beginning of the first decl in the block.
13615         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13616         Specify which submatch to use.
13618         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13620         (c-decl-start-re): No longer any need for special treatment of
13621         ObjC due to the above.
13623         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13624         presumably follows C in that regard.
13626         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13627         New language constants to specify operator tokens inside
13628         identifiers in a more high level way.
13630         (c-opt-identifier-prefix-key): New internal language constant.
13632         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13633         (c-identifier-start, c-identifier-key): Now completely calculated
13634         from other constants.
13636         (c-identifier-last-sym-match): Decommission since it's no longer used.
13638         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
13640         * progmodes/cc-engine.el (c-forward-name): Remove the
13641         optimization when c-identifier-key is equal to c-symbol-key since
13642         it doesn't work in byte compiled files.  Don't record empty
13643         regions as identifiers.
13645         * progmodes/cc-langs.el (c-filter-ops): New helper function to
13646         simplify access to `c-operators' and its likes.
13648         (c-operator-list, c-all-op-syntax-tokens)
13649         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13650         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13651         (c-primary-expr-regexp, c-cast-parens): Use it.
13653         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13654         an explicit language in functions.
13656         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13657         variant of adornment.
13659         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13660         variable.
13662         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13663         the Pike value.
13665         * progmodes/cc-engine.el (c-on-identifier)
13666         (c-simple-skip-symbol-backward): Small fix for handling "-"
13667         correctly in `skip-chars-backward'.  Affected the operator lfun
13668         syntax in Pike.
13670         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13671         diagnostic message about precompiled language vars not being used.
13673         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13674         "__attribute__" is followed by a parenthesis.
13676         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13677         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13678         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13680         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13681         Internal cleanups to properly detect the declared identifiers in
13682         various declarations.
13684         (c-decl-start-kwds): New language constant to recognize
13685         declarations that can start anywhere.  Used for class declarations
13686         in Pike.
13688         (c-specifier-key, c-not-decl-init-keywords)
13689         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13690         (c-find-decl-spots): Implement `c-decl-start-kwds'.
13692         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13693         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13694         handling of the compiler specific extension keywords into a new
13695         language constant `c-decl-hangon-kwds' that defines keyword
13696         clauses to be ignored in declarations.
13698         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13699         past unrecognized tokens when handling `c-colon-type-list-kwds'.
13700         Necessary to stop at the declared identifier in e.g. IDL valuetype
13701         declarations.
13703         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13704         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13705         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13706         (c-forward-decl-or-cast-1): Recognize the declared identifier in
13707         class and enum declarations as such and not as part of the type.
13709         (c-forward-decl-or-cast-1, c-forward-label): Relax the
13710         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13712         (c-forward-decl-or-cast-1): Don't disregard sure signs of
13713         declarations when there's some syntax error later on.
13715         (c-complex-decl-matchers): Did away with a reference to
13716         `c-specifier-key'.
13718         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13719         value - this variable is always dynamically bound.
13721         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13722         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13723         * cc-cmds.el, cc-defs.el: Change the policy for marking up
13724         functions that might do hidden buffer changes: All such internal
13725         functions are now marked instead of those that don't.
13727         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13728         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13729         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13730         (c-literal-type): Allow these functions to make hidden buffer changes,
13731         so that they are free to use text property caching later on.
13733         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13734         (c-electric-brace, c-electric-slash, c-electric-star)
13735         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13736         (c-electric-paren, c-electric-continued-statement, c-indent-command)
13737         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13738         (c-context-line-break): Add `c-save-buffer-state' calls to comply
13739         with the changed semantics of the functions above.
13741         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13742         when macros occur in obscure places.  Optimized the sexp movement
13743         a bit.
13745 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13747         Enhancements for c-beginning-of-statement to work in AWK Mode:
13749         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13750         (completed statement) with `}' (statement completed by closing
13751         brace or semicolon) and `$' (statement completed by EOL).
13753         (c-awk-virtual-semicolon-ends-prev-line-p)
13754         (c-awk-virtual-semicolon-ends-line-p)
13755         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13756         (c-awk-at-statement-end-p): New functions.
13758         * progmodes/cc-cmds.el: Simplify the structure of functions
13759         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
13760         two functions and c-beginning-of-statement to handle AWK Mode.
13762         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13763         c-backward-single-comment for AWK mode.  Attempt to clarify their
13764         doc-strings.
13766         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13768 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13770         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13771         label handling.  Labels are now recognized in a uniform and more
13772         robust way, regardless of context.  Text properties are put on all
13773         labels to recognize the following declarations better.
13774         Multiword labels are handled both in indentation and fontification for
13775         the benefit of language extensions like Qt.  For consistency, keywords
13776         in labels are now fontified with the label face instead.
13777         That also applies to "case" and "default".
13779         (c-beginning-of-statement-1): Fix some bugs in the label
13780         handling.  Disregard `c-nonlabel-token-key' in labels that begin
13781         with `c-label-kwds'.
13783         (c-find-decl-spots): Support that the callback adds more
13784         `c-decl-end' spots to find.
13786         (c-forward-decl-or-cast-1): Don't treat a list of plain
13787         identifiers followed by a colon as a declaration.
13789         (c-forward-label): New function to recognize labels.
13791         (c-guess-basic-syntax): Replace uses of `c-label-key' with
13792         `c-forward-label'.  Moved the label recognition cases (14 and 15)
13793         earlier since they aren't so context sensitive now.  Handle labels
13794         on the top level gracefully.  Moved access label recognition to
13795         the generic label case (CASE 15) - removed CASE 5E.
13797         (c-font-lock-declarations): Add recognition of labels in the
13798         same round since we need to handle labels in parallell with other
13799         declarations to recognize both accurately.  It should also improve
13800         speed.
13802         (c-simple-decl-matchers, c-basic-matchers-after):
13803         Move `c-font-lock-labels' so that it only is used on decoration level 2
13804         since `c-font-lock-declarations' handles it otherwise.
13806         (c-complex-decl-matchers): Remove the simplistic recognition of
13807         access labels.
13809         (c-decl-prefix-re): Remove the kludges that was necessary to cope
13810         with labels earlier.
13812         (c-decl-start-re): New language variable to make
13813         `c-font-lock-declarations' stop for the special protection labels
13814         in Objective-C that start with `@'.
13816         (c-label-key): Remove since it's no longer used.
13818         (c-recognize-colon-labels, c-label-prefix-re): New language
13819         constants to support recognition of generic colon-terminated labels.
13821         (c-type-decl-end-used): `c-decl-end' is now used whenever there
13822         are colon terminated labels.
13824         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13825         first argument starts with a special brace list.
13827         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13828         (c-font-lock-declarations): Break out the declaration and cast
13829         recognition from `c-font-lock-declarations' to a new function, so
13830         that it can be used in the indentation engine.
13832         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13833         up to the start of the literal.  Fixed bug with the point on the
13834         wrong side of the search limit that could happen when the start
13835         position is inside a literal.
13837         * progmodes/cc-engine.el (c-parse-state)
13838         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13839         so that it's kept a little bit back to increase the hit rate.
13841         (c-parse-state): Change the macro handling and fixed some
13842         glitches.  Macro context is checked more often than necessary now,
13843         but otoh less garbage conses are generated.
13845         * progmodes/cc-engine.el (c-parse-state)
13846         (c-invalidate-state-cache): Cache the last position where
13847         `c-state-cache' applies.  This can speed up refontification quite
13848         a bit in blocks where there are many non-brace parens before the point.
13850         (c-state-cache-end): New variable for this.
13852         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13853         cache variable.
13855         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13856         get close initial continue positions when the start position is
13857         inside a literal or macro.  Do not call the callback for spots
13858         before the start position (which can happen e.g. for `c-decl-end'
13859         spots inside comments).  Optimize better in special cases when the
13860         region is a single line inside a literal or macro (typically when
13861         the current line is refontified).
13863         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13864         to `c-add-stmt-syntax' - there's no need to explicitly whack off
13865         entries from the paren state.
13867         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13868         special case for "else if" clauses.
13870         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13871         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13873         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13874         New language variable to recognize the gcc extension with statement
13875         blocks inside expressions.
13877         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13878         it somewhat more comprehensible.  The argument AT-BLOCK-START is
13879         no longer used and hence removed.
13881         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13882         to `c-add-stmt-syntax'.
13884         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13885         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13886         This fixes bogus label recognition.
13888         * progmodes/cc-engine.el (c-add-type, c-check-type)
13889         (c-forward-name, c-forward-type): Improve storage of template
13890         types in `c-found-types' so that they can be recognized better.
13892         (c-syntactic-content): Add option to skip past nested parens.
13894         * progmodes/cc-engine.el (c-forward-name):
13895         Set `c-last-identifier-range' all the time.  It's less work that way.
13896         Handle that there might not be an identifier to store in
13897         `c-last-identifier-range'.
13899         (c-forward-type): Handle that `c-last-identifier-range' might be
13900         nil from `c-forward-name'.
13902         * progmodes/cc-defs.el (c-safe-scan-lists)
13903         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13905         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13906         to work even if the form fails.
13908         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13909         down in a large file in one go.
13911         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13913         * progmodes/cc-align.el (c-lineup-assignments): New lineup
13914         function which is like `c-lineup-math' but returns nil instead of
13915         `c-basic-offset' when it doesn't match.
13917         (c-lineup-math): Change to use `c-lineup-assignments'.
13919 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13921         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13922         c-beginning-of-statement.  New subfunctions
13923         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13925 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13927         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13928         hardcoded char classes whereever possible.  Changed a couple of
13929         places to use skip by syntax instead of skip by char class.
13931         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13932         Fix a bug in the regexp that caused extreme backtracking.
13934         * progmodes/cc-langs.el (c-block-comment-starter)
13935         (c-block-comment-ender): New language constants to specify in a
13936         single place how block comments look.
13938         (c-comment-start-regexp, c-block-comment-start-regexp)
13939         (comment-start, comment-end, comment-start-skip)
13940         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13941         (c-syntactic-ws, c-nonempty-syntactic-ws)
13942         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13943         `c-line-comment-starter', `c-block-comment-starter' and
13944         `c-block-comment-ender'.
13946         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13947         New language constants to break up things a bit.
13949         (c-simple-ws): New language constant for simple whitespace.
13951         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13953         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13954         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13955         newlines.  Allow and ignore nil elements in the list.
13957 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13959         * progmodes/cc-cmds.el: Comment out a (n almost certainly
13960         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13962         * progmodes/cc-cmds.el: Tidy up the comments in
13963         c-beginning-of-statement and subfunctions.
13965         * progmodes/cc-awk.el: Replace calls to put-text-property to the
13966         more flexible c-put-char-property and c-clear-char-properties.
13967         Add the author's email address.
13969         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13971         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13972         closing "*/" of a block comment.
13974         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13975         subfunctions) so that it works at BOB and EOB.
13977         * progmodes/cc-cmds.el, cc-vars.el: More updating of
13978         c-beginning-of-statement, including new variable
13979         c-block-comment-start-regexp.
13981 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13983         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13984         symbols from `*-font-lock-extra-types' so that there's no need to
13985         use `regexp-opt' on those lists.
13987         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13988         `c-type-modifier-kwds' is empty.
13990         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13991         there are several strings on the same line.
13993         * progmodes/cc-engine.el (c-literal-limits): Remove the
13994         compatibility function for older emacsen.  `c-literal-limits-fast'
13995         has now taken the place of this function.
13997         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13998         with older emacsen: We now require `pps-extended-state'.
14000 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14002         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14003         which obviates the need to hack sentence-end.  This now handles
14004         escaped newlines in strings correctly.  Correct minor bugs in
14005         c-move-over-sentence and in c-beginning-of-statement.
14007         * progmodes/cc-cmds.el (c-beginning-of-statement (and
14008         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14009         that movement over macros and code are rigorously separated from
14010         eachother.  Correct a few incidental bugs.
14012         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14013         Improve its doc-string.  Improve the handling of certain specific cases.
14015 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14017         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14018         (c-guess-basic-syntax): Change the way class-level labels are
14019         recognized; they can now contain essentially any symbols.
14021         (c-opt-extra-label-key): New language variable to cope with the
14022         special protection label syntax in Objective-C.
14024         (c-opt-access-key): Remove; this is now handled better by
14025         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14027         (c-complex-decl-matchers): Update to handle that
14028         `c-opt-access-key' no longer exists.
14030         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14031         improved label recognition in `c-beginning-of-statement-1'.
14033         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14034         Recognize bitfields better.
14036         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14037         Remove some cruft and fixed a bug that could cause it to go to a
14038         position further down.
14040         * progmodes/cc-langs.el, cc-engine.el
14041         (c-beginning-of-statement-1): Improve detection of labels in
14042         declaration contexts.
14044         (c-beginning-of-decl-1): Use it.
14046         (c-nonlabel-token-key): New language constant and variable needed
14047         by `c-beginning-of-statement-1'.
14049         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14050         manifested itself due to the correction in `c-forward-sexp'.
14052         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14053         Make these behave as documented when used at the buffer limits.
14055         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14056         (c-type-decl-end-used): Made this a language variable.
14058         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14059         correctly when `combine-after-change-calls' is used together with
14060         temporary narrowings.
14062         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14063         Report labels correctly when the start point is immediately after the
14064         colon.
14066         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14067         Remove since it isn't used anymore.
14069         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14070         bracket arglists such as template parens in C++.
14072         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14073         in the last check-in.  Some optimization.
14075         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14076         where it could stop at the same level in a preceding sexp when
14077         PAREN-LEVEL is set.
14079         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14080         text property lookup only when it's needed.
14082         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14083         Change the policy for paren marked angle brackets to be more
14084         persistent; once marked they remain marked even when they're found
14085         to be unbalanced in the searched region.  This should keep the
14086         paren syntax around even when individual lines are refontified in
14087         multiline template arglists.
14089         (c-parse-and-markup-<>-arglists): New dynamically bound variable
14090         to control markup so that incorrect angle bracket arglists aren't
14091         marked in contexts where the correct value for
14092         `c-disallow-comma-in-<>-arglists' isn't known.
14094         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14095         argument has become `c-parse-and-markup-<>-arglists'.
14097         (c-remove-<>-arglist-properties): Remove - no longer used.
14099         (c-after-change-check-<>-operators): New function used on
14100         `after-change-functions' to avoid that "<" and ">" characters that
14101         are part of longer operators have paren syntax.
14103         (c-<>-multichar-token-regexp): New language variable used by
14104         `c-after-change-check-<>-operators'.
14106         (c-after-change): Call `c-after-change-check-<>-operators'.
14108         (c-font-lock-<>-arglists): Use the context properties set by
14109         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14110         correctly to avoid doing invalid markup.
14112         (c-font-lock-declarations): Remove code that undoes the invalid
14113         markup done by `c-font-lock-<>-arglists'.
14115         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14116         after `c-font-lock-declarations'.
14118         * progmodes/cc-engine.el (c-syntactic-skip-backward):
14119         Add paren-level feature.
14121         (c-guess-basic-syntax): Improve the anchor position for
14122         `template-args-cont' in nested template arglists.  There's still
14123         much to be desired in this area, though.
14125 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14127         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14128         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14130 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14132         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14133         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14135         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14136         it doesn't work no longer are supported.
14138         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14139         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14140         requires support for the syntax-table' text property, which rules
14141         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
14142         cruft associated with those versions.
14144         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14145         for the `syntax-table' text property, which rules out Emacs 19 and
14146         XEmacs < 21.4.  Removed various compatibility cruft associated
14147         with those versions.
14149         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14150         support for the `syntax-table' text property.
14152         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14153         variable and use an extra quoted face name instead.  All the
14154         emacsen flavors handle that correctly.
14156         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14157         (c-font-lock-declarators, c-font-lock-declarations)
14158         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14159         property to mark the items in in declarator lists to handle
14160         refontification inside multiline declarations better.
14162         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14163         construct like "a * b = c;" as a declaration.
14165 2005-12-08  Kim F. Storm  <storm@cua.dk>
14167         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14168         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
14169         select either meta, hyper, or super modifier for rectangle commands.
14170         (cua--rectangle-modifier-key): New defvar.
14171         (cua--M/H-key): Use it.  Remove special case for `space'.
14172         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14173         on X, to meta otherwise.  Always bind C-return to toggle
14174         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
14176         * emulation/cua-rect.el (cua-help-for-rectangle):
14177         Use cua--rectangle-modifier-key.  Handle super modifier too.
14178         (cua--init-rectangles): Always bind C-return to toggle rectangle.
14179         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14181         * ido.el: Move Acknowledgements and History after Commentary.
14182         Minor changes to Commentary.
14184         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14185         keymap if cua--prefix-override-timer is `shift'.
14186         (cua--shift-control-prefix): New function; emulate "type prefix
14187         key twice" functionality to handle shifted prefix key override.
14188         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14189         New commands.
14190         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14192 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
14194         * textmodes/org.el (org-insert-heading): Try to do items before
14195         headings.
14196         (org-agenda-mode): Quote `org-agenda-mode-hook'.
14197         (org-insert-item): New function.
14198         (org-renumber-ordered-list): Don't skip to higher level lists.
14200 2005-12-08  Juri Linkov  <juri@jurta.org>
14202         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14204         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14206         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14208         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14209         the constructed function name fun-1.
14211         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14212         because such links don't lead to parent documentation.
14214 2005-12-08  Kenichi Handa  <handa@m17n.org>
14216         * descr-text.el (describe-char): Use *Help-2* buffer if the
14217         current buffer is *Help*.  Call describe-text-properties while
14218         setting the original buffer.
14220 2005-12-07  Bill Wohler  <wohler@newt.com>
14222         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
14223         and causes problems with non-MH users (such as Gnus users).
14225 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
14227         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14228         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14229         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14230         command "info sources".  Move calls to GDB command "list".
14231         (gdb-find-file-hook): Just use gdb-source-file-list.
14232         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14233         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14234         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14235         (gdb-data-list-register-values-handler): Use correct trigger name.
14237 2005-12-07  Kim F. Storm  <storm@cua.dk>
14239         * ido.el (ido-completion-map): Rename from ido-mode-map.
14240         (ido-common-completion-map, ido-file-completion-map)
14241         (ido-file-dir-completion-map, ido-buffer-completion-map):
14242         Rename from ido-mode-....-map.
14243         (ido-init-completion-maps): Rename from ido-init-mode-maps.
14244         (ido-setup-completion-map): Rename from ido-define-mode-map.
14245         (ido-read-internal): Bind minibuffer-local-filename-completion-map
14246         to ido-completion-map.
14248 2005-12-07  Kenichi Handa  <handa@m17n.org>
14250         * international/mule-cmds.el
14251         (set-display-table-and-terminal-coding-system): If the coding
14252         system specified in `unibyte-display' property is different from
14253         the arg coding-system, don't setup standard-display-table.
14255 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14257         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14258         that comments end at \n, regardless of selective-display.
14260 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
14262         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14263         (gdb-version): New variables.
14264         (gdb-source-file-list, gdb-register-names)
14265         (gdb-changed-registers): New variables for use with GDB 6.4+.
14266         (gdb-ann3): Replace with...
14267         (gdb-init-1, gdb-init-2): ...two new functions.
14268         (gdba, gdb-prompt): Call gdb-init-1.
14269         (gdb-get-version): New function.  Call gdb-init-2 from here.
14270         (gud-watch): Make it work with mouse events too.
14271         (gdb-post-prompt): Don't add to queue until GDB version is known.
14272         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14273         (gdb-locals-mode): Use gdb-version.
14274         (gdb-memory-format-map, gdb-memory-unit-map)
14275         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14276         (gdb-locals-font-lock-keywords-1)
14277         (gdb-locals-font-lock-keywords-2): New variables.
14278         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14279         (gdb-set-gud-minor-mode-existing-buffers-1)
14280         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14281         (gdb-var-update-1, gdb-var-update-handler-1)
14282         (gdb-data-list-register-values-handler)
14283         (gdb-data-list-register-values-custom)
14284         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14285         (gdb-stack-list-locals-handler, gdb-get-register-names):
14286         New functions for use with GDB 6.4+.
14287         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14288         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14289         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14290         (gdb-stack-list-locals-regexp)
14291         (gdb-data-list-register-names-regexp): New regexps for use with
14292         GDB 6.4+.
14294 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14296         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14298 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
14300         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
14301         prompts work for AUTH PLAIN.  Also reported by Steve Allan
14302         <seallan@verizon.net>.
14304 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14306         * frame.el (set-frame-parameter): Add doc string.
14308 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
14310         * textmodes/org.el (org-occur-highlights): New variable.
14311         (org-highlight-new-match, org-remove-occur-highlights): New functions.
14312         (org-highlight-sparse-tree-matches): New option.
14313         (org-do-occur): New function.
14314         (org-get-heading): Make it work also at beginning of line.
14315         (org-category-table): New variable.
14316         (org-get-category-table, org-get-category)
14317         (org-camel-to-words, org-link-search): New functions.
14318         (org-select-this-todo-keyword): New variable.
14319         (org-todo-list): New command.
14320         (org-shiftright, org-shiftleft): New commands.
14321         (org-agenda-todo): Add prefix argument.
14322         (org-show-hierarchy-above): New option.
14323         (org-show-todo-tree): Numerical prefix creates tree for specific
14324         TODO keyword.
14325         (org-outline-level): New function, to assign a level to plain
14326         lists items.
14327         (org-cycle-include-plain-lists): New option.
14328         (org-mode): Use `org-outline-level' as value of `outline-level'.
14329         (org-cycle): Temporarily switch `outline-regexp' if
14330         `org-cycle-include-plain-lists' is non-nil.
14331         (org-start-icalendar-file): Fix format bug.
14332         (org-agenda-get-day-entries): Create category table.
14333         (org-agenda-get-todos, org-agenda-get-timestamps)
14334         (org-agenda-get-deadlines, org-agenda-get-scheduled)
14335         (org-agenda-get-blocks): Use `org-get-category'.
14336         (org-context-in-file-links): Rename from
14337         `org-line-numbers-in-file-links'.
14339 2005-12-06  Romain Francoise  <romain@orebokech.com>
14341         * window.el (balance-windows): Delete extraneous third arg in call
14342         to `enlarge-window'.
14344 2005-12-06  Kenichi Handa  <handa@m17n.org>
14346         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
14348 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
14350         * progmodes/gdb-ui.el (gdb-var-create-handler)
14351         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
14352         (gdb-var-list-children-handler, gdb-var-update-handler):
14353         Current buffer is already gdb-partial-output-buffer, don't
14354         make it current again.
14356 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
14358         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
14359         (list-buffers-noselect): Use it.
14361 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14363         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
14364         (mail-yank-ignored-headers): Use regexp-opt.
14365         (mail-mode-map): Move initialization into declaration.
14366         (mail-sent-via): Remove unused shadowed var `to-line'.
14367         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
14368         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
14369         (mail-do-fcc): Use dolist and push.
14370         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
14371         (mail-yank-ignored-headers): Don't autoload.
14373 2005-12-05  Kenichi Handa  <handa@m17n.org>
14375         * international/mule-cmds.el (set-language-info-internal): New fun.
14376         (set-language-info): Call set-language-info-internal to update
14377         language-info-alist.  If LANG-ENV is the current one, call
14378         set-language-environment to make INFO effective now.
14379         (set-language-info-alist): Likewise.
14380         (locale-language-names): With locale "en", use English
14381         lang. env. but set the default codings to iso-8859-1.
14383 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
14385         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
14386         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
14387         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
14388         for plain strings.
14389         (gdb-frames-mode): Remove redundant call to font-lock-mode.
14390         (gdb-all-registers): Rename from toggle-gdb-all-registers.
14391         Create registers buffer if necessary.  Echo new state in minibuffer.
14392         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
14394 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
14396         * info.el (Info-fontify-node): Match external links using
14397         non-directory part of filename.
14399 2005-12-04  Juri Linkov  <juri@jurta.org>
14401         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
14402         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
14403         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
14404         because there is no customization option for it.
14406         * font-lock.el (lisp-font-lock-keywords-1):
14407         Add define-global-minor-mode.
14409         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
14411         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
14412         properties on the constructed variable names.
14414         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14415         Put `definition-name' properties on the constructed function names
14416         next-sym and prev-sym.
14418         * emacs-lisp/find-func.el (find-function-regexp):
14419         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
14420         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
14421         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14422         and easy-menu-define.
14424         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14425         easy-mmode-define-global-mode and define-global-minor-mode.
14426         (lisp-imenu-generic-expression): Add define-global-minor-mode.
14428         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14429         instead of easy-mmode-define-global-mode.
14431         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14432         Use define-minor-mode instead of easy-mmode-define-minor-mode.
14434         * cus-edit.el (customize-group, customize-group-other-window):
14435         Filter out autoloaded options from the group completion list by
14436         using heuristics that autoloaded groups don't have `custom-autoload'
14437         property on their symbols (they have only `custom-loads').
14439         * simple.el (completion-setup-function): Put completions-common-part
14440         face on complete completion string too (i.e. completion string
14441         without completions-first-difference face).
14443         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14445 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
14447         * view.el (view-mode): Doc fix.
14449         * disp-table.el (standard-display-european): Add to the warning
14450         message a reference to the doc string.
14452         * play/yow.el (apropos-zippy): Call print-help-return-message,
14453         similar to other Help and Apropos commands.
14455         * help.el (print-help-return-message): If pop-up-frames is
14456         non-nil, set up help-return-method to delete the help window and,
14457         possibly, its frame as well, and don't display message about
14458         scrolling the help window.  Doc fix.
14459         (help-return-method): Doc fix.
14461 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
14463         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14464         whereby names of length one or names starting with a
14465         symbol-constituent character would not be returned.
14467 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14469         * subr.el (atomic-change-group): Add edebug and indentation spec.
14471 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14473         * completion.el (save-completions-file-name): Fix typo in last change.
14475 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14477         * info.el: Move back/forward history to the beginning of the tool bar.
14479 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
14481         * allout.el (eval-when-compile): Remove unnecessary load of cl.
14482         Add fset of allout-real-isearch-abort during compile to fix
14483         byte-compilation warnings.
14484         (allout-mode-p): Move definition of this macro above all uses, or
14485         byte compilation in barren Emacs (eg, during Emacs build) will
14486         lack the definition.
14487         (allout-mode): Move this variable above any uses, or byte
14488         compilation will fail.
14489         (allout-resolve-xref): Remove use of personal file-reference function.
14490         (allout-toggle-current-subtree-encryption): Do the current (ie,
14491         visible containing) topic, rather than nearest around point.  Doc fix.
14492         (allout-toggle-subtree-encryption): New function, workhorse that
14493         works on nearest topic containing point.
14494         (allout-encrypt-string): Signal requirement for newer version of pgg.
14495         (allout-resumptions): Doc fix.
14497 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
14499         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14501 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
14503         * textmodes/flyspell.el (flyspell-external-point-words):
14504         Consider a misspelling as found in the string search if: (a) misspelling
14505         and found string lengths match, or (b) misspelling is found as
14506         element in a boundary-chars separated longer string, or (c)
14507         ispell-program-name is really ispell and misspelling is found as
14508         part of a TeX string.  After successful match move beginning of
14509         search region to end of match.  Warn about not found misspellings
14510         once the process is done.
14511         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14513 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
14515         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14516         tool bar (removed inadvertently).
14518 2005-12-02  Juri Linkov  <juri@jurta.org>
14520         * log-view.el (log-view-diff): Clarify doc string.
14522 2005-12-01  Bill Wohler  <wohler@newt.com>
14524         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14525         triggers lm-verify errors.
14527 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
14529         * simple.el (transient-mark-mode, line-number-mode)
14530         (column-number-mode, size-indication-mode): Remove `:require nil'.
14532 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
14534         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14535         in the margin also.
14536         (gdb-breakpoints-mode-map): Use D instead of d for
14537         gdb-delete-breakpoint.
14538         (gdb-get-frame-number): Require a number to match on.
14539         (gdb-threads-mode-map): Add follow-link binding.
14541 2005-11-30  Jason Rumney  <jasonr@gnu.org>
14543         * isearch.el (isearch-mode-map): Avoid exiting search on
14544         language-change event.
14546 2005-11-30  Romain Francoise  <romain@orebokech.com>
14548         * speedbar.el (speedbar-default-position): New defcustom.
14549         (speedbar-frame-reposition-smartly): Use it.
14551         * dframe.el (dframe-reposition-frame-emacs): Fix position
14552         computation for `left' location.
14553         Update copyright year.
14555 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14557         * help.el (help-map): Move initialization into declaration.
14559         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14561         * help-fns.el (help-argument-name): Don't autoload.
14562         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14563         to be re-loaded when customizing the `help' group.
14565 2005-11-30  John Paul Wallington  <jpw@gnu.org>
14567         * help-fns.el (describe-function-1): Fill arglist output.
14569 2005-11-30  Kim F. Storm  <storm@cua.dk>
14571         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14572         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14573         after revert-buffer (or anything else which kills all local variables).
14575         * apropos.el (apropos-parse-pattern): Doc fix.
14576         Set apropos-regexp directly, rather than expecting callers to do so.
14577         (apropos-command, apropos, apropos-value, apropos-documentation):
14578         Simplify calls to apropos-parse-pattern.
14580 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
14582         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14583         (hi-lock-face-phrase-buffer): Use hi-yellow face.
14584         (hi-lock-write-interactive-patterns): Use comment-region.
14586         * longlines.el (longlines-mode): Add mail-setup-hook.
14588         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14590         * simple.el (sendmail-user-agent-compose, next-line):
14591         Conditionally use hard-newline.
14593 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14595         * international/latexenc.el (latex-inputenc-coding-alist):
14596         Reword doc string.
14598 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
14600         * help.el (describe-key-briefly, describe-key): Recognize default
14601         bindings.
14603 2005-11-29  Romain Francoise  <romain@orebokech.com>
14605         * view.el (view-inhibit-help-message): New defcustom.
14606         (view-mode-enter): Use it.
14608 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
14610         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14611         Preserve user position.
14613 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
14615         * font-lock.el: Throw error if facemenu is not loaded to prevent
14616         accidental change of loading order in loadup.el.  (Suggested by RMS.)
14618         * loadup.el: Add comment explaining why facemenu must be loaded
14619         before font-lock.
14621 2005-11-28  Jay Belanger  <belanger@truman.edu>
14623         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14624         (calc-dispatch-map): Add more keys for `calc-same-interface'.
14626         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14628         * calc/calc-embed.el (calc-do-embedded): Update help message.
14630         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14632 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14634         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14636         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14637         called-interactively-p.
14638         (elp-profilable-p): Rename from elp-not-profilable-p.
14639         Invert result and take into account macros and autoloaded functions.
14640         (elp-instrument-function): Update call.
14641         (elp-instrument-package): Update call.  Add completion.
14642         (elp-pack-number): Use match-string.
14643         (elp-results-jump-to-definition-by-mouse): Merge into
14644         elp-results-jump-to-definition and then remove.
14645         (elp-output-insert-symname): Make help echo text single-line.
14647         * replace.el (query-replace-map): Move initialization into declaration.
14648         (occur-engine): Use with-current-buffer.
14649         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14650         (occur-mode-mouse-goto): Replace with an alias.
14652 2005-11-28  Juri Linkov  <juri@jurta.org>
14654         * simple.el (quoted-insert): Let-bind input-method-function to nil.
14656         * term/w32-win.el: Bind [S-tab] to [backtab].
14658         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14659         `Info-find-file' to t.
14661         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14662         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14663         and same-window-regexps.
14664         (occur-next-error): Don't move point for arg 0.
14666 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
14668         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14670 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         * log-edit.el (log-edit-changelog-use-first): New var.
14673         (log-edit-changelog-ours-p): Use it.
14674         (log-edit-insert-changelog): Set it with new arg `use-first'.
14675         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14676         (log-edit-hook): Add them to the list of suggested options.
14678         * textmodes/flyspell.el (flyspell-last-buffer): New var.
14679         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14680         redundant work.
14681         (flyspell-mode-on): Use add-hook for after-change-functions.
14682         (flyspell-mode-off): Use remove-hook for after-change-functions.
14683         (flyspell-changes): Make it buffer-local.
14684         (flyspell-after-change-function): Make it non-interactive.  Use push.
14685         (flyspell-post-command-hook): Check input-pending-p while processing
14686         the potentially long list of buffer changes.
14688 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14690         * buff-menu.el (list-buffers-noselect): Display the selected
14691         frame's buffer list, not the global one.
14693 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
14695         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14696         that (list last-input-event) works as in interactive spec.
14698 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
14700         * loadup.el ("facemenu"): Load facemenu before font-lock, because
14701         `facemenu-keymap' needs to be defined when font-lock is loaded.
14702         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14704 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14706         * completion.el: Remove useless leading * in defcustom docstrings.
14707         (save-completions-file-name): Use ~/.emacs.d if available.
14708         (completion-standard-syntax-table): Rename from
14709         cmpl-standard-syntax-table and fold initialization into declaration,
14710         thus removing cmpl-make-standard-completion-syntax-table.
14711         (completion-lisp-syntax-table, completion-c-syntax-table)
14712         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14713         (cmpl-saved-syntax, cmpl-saved-point): Remove.
14714         (symbol-under-point, symbol-before-point)
14715         (symbol-under-or-before-point, symbol-before-point-for-complete)
14716         (add-completions-from-c-buffer): Use with-syntax-table.
14717         (make-completion): Don't return a list of completion entries.
14718         Update callers.
14719         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14720         (completion-initialize): Rename from initialize-completions.
14721         (completion-find-file-hook): Rename from cmpl-find-file-hook.
14722         (kill-emacs-save-completions): Collect stats here.
14723         (save-completions-to-file, load-completions-from-file):
14724         Use with-current-buffer.
14725         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
14726         into a function.  Move all calls to toplevel.
14727         (completion-lisp-mode-hook): New fun.
14728         (completion-c-mode-hook, completion-setup-fortran-mode):
14729         Set the syntax-table here.  Use local-set-key.
14730         (completion-saved-bindings): New var.
14731         (dynamic-completion-mode): Make it into a proper minor mode.
14732         (load-completions-from-file): Remove unused var `num-uses'.
14734         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14735         constructor if it is explicitly overridden.
14737         * complete.el (PC-completion-as-file-name-predicate):
14738         Use minibuffer-completing-file-name.
14739         (partial-completion-mode): Use find-file-not-found-functions.
14740         (PC-lisp-complete-symbol): Use with-syntax-table.
14741         (PC-look-for-include-file): Remove dead setq.
14742         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14743         (PC-complete): Use with-current-buffer.
14745         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14746         escape single quotes.
14748 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
14750         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14751         of `if' whose condition always returned nil.  Doc fix.
14753         * buff-menu.el (Buffer-menu-revert-function): Make the selected
14754         window's buffer the current buffer around the call to
14755         `list-buffers-noselect'.  This is necessary to mark that buffer
14756         with a `.' in the Buffer Menu when called from Lisp, for instance
14757         by Auto Revert Mode.
14759 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
14761         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14762         attaching to it.
14763         (gdb-pre-prompt): Make sure gdb-error is reset.
14765         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14766         with a child process, detect it.
14767         (gud-speedbar-buttons): Match regexp more carefully.
14769 2005-11-27  Richard M. Stallman  <rms@gnu.org>
14771         * mouse.el (mouse-drag-move-window-bottom):
14772         Use adjust-window-trailing-edge.
14774 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
14776         * simple.el (blink-matching-open): Ignore
14777         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14778         (blink-matching-paren-on-screen): Update docstring.
14780         * paren.el (show-paren-mode): No longer change
14781         `blink-matching-paren-on-screen'.
14783 2005-11-27  John Paul Wallington  <jpw@pobox.com>
14785         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14786         (gdb-threads-select, gdb-edit-register-value):
14787         Use `posn-set-point' instead of `mouse-set-point' because the
14788         latter is not fbound when configured without X.
14790 2005-11-27  Kim F. Storm  <storm@cua.dk>
14792         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14793         existing face when partially highlighting a TAB in a rectangle.
14795 2005-11-26  Kim F. Storm  <storm@cua.dk>
14797         * ido.el (ido-mode-map): Doc fix.
14798         (ido-mode-common-map, ido-mode-file-map)
14799         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14800         (ido-define-mode-map): Rewrite.  Select one of the new maps as
14801         parent for ido-mode-map instead of building from scratch.
14802         (ido-init-mode-maps): New defun to initialize new maps.
14803         (ido-mode): Call it.
14804         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14805         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14807 2005-11-26  John Paul Wallington  <jpw@pobox.com>
14809         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14810         `mouse-set-point' because the latter is not fbound when configured
14811         without X.
14813 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
14815         * files.el (file-relative-name): Doc fix.
14817 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14819         * progmodes/octave-inf.el (inferior-octave-startup): Force a
14820         non-empty string for secondary prompt PS2.
14822 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
14824         * progmodes/compile.el (compilation-setup): Fix last change.
14826 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
14828         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14829         (gdb-mouse-toggle-breakpoint-margin)
14830         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14831         Add gdb-server-prefix to keep out of command history.
14832         (gdb-edit-register-value): New function.
14833         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14834         (gdb-info-registers-custom): Use above map.
14836 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
14838         * custom.el (enable-theme): Signal error if argument is not a
14839         theme.  Don't recalculate a face if it's not loaded yet.
14841         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14842         the `user' theme is in effect.
14844         * info.el (Info-on-current-buffer): Record actual filename in
14845         Info-current-file, instead of t, or a fake filename if a non-file
14846         buffer.  Make autoload.
14847         (Info-find-node, Info-revert-find-node): No need to check for
14848         Info-current-file nil.
14849         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14850         Info-current-file is now never `t'.
14851         (Info-fontify-node): Many simplifications due to Info-current-file
14852         always being valid.  Use Info-find-file to find node filename.
14854 2005-11-25  David Kastrup  <dak@gnu.org>
14856         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14857         new character, then delete" in order to preserve markers.
14859 2005-11-25  David Ponce  <david@dponce.com>
14861         * recentf.el (recentf-arrange-by-rule): Handle a special
14862         `auto-mode-alist'-like "strip suffix" rule.
14863         (recentf-build-mode-rules): Handle second level auto-mode entries.
14865 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
14867         * viper-keym.el (viper-ESC-key): Use different values in terminal and
14868         window modes.
14870         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14871         jde-javadoc-checker-report-mode.
14873         * ediff-wind (ediff-make-wide-display): Slight simplification.
14875         * ediff.el (ediff-date): Change the date of last update.
14877 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
14879         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14880         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
14881         (hi-lock-mode): New global minor mode.
14882         (turn-on-hi-lock-if-enabled): New function.
14883         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14884         Change arguments to regexp and face instead of a font-lock pattern.
14885         Directly set face property, instead of refontifying.
14886         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14887         (hi-lock-find-patterns): Use line-number-at-pos.
14889         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
14890         arguments for hi-lock-set-pattern.
14891         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14892         Call font-lock-fontify-buffer.
14893         (hi-lock-find-file-hook, hi-lock-current-line)
14894         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14896         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14897         turned off.
14899         * progmodes/compile.el (compilation-setup): Don't fiddle with
14900         font-lock-defaults.
14902 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
14904         * progmodes/gdb-ui.el (gdb-var-create-handler)
14905         (gdb-var-list-children-handler): Find values for all variable
14906         objects.  gud-speedbar-buttons decides whether to display them.
14908 2005-11-24  Romain Francoise  <romain@orebokech.com>
14910         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14911         buffer name with a space.
14913 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
14915         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14916         `org-export-local-list-max-depth'.  Change default value to 3.
14917         (org-auto-renumber-ordered-lists)
14918         (org-plain-list-ordered-item-terminator): New options.
14919         (org-at-item-p, org-beginning-of-item, org-end-of-item)
14920         (org-get-indentation, org-get-string-indentation)
14921         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14922         New functions.
14923         (org-move-item-down, org-move-item-up): New commands.
14924         (org-export-as-html): New classes for CSS support.  Bug fix in
14925         regular expression detecting fixed-width regions.  Respect
14926         `org-local-list-ordered-item-terminator'.
14927         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14928         also a list item.
14929         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14930         New item moving functions.
14932 2005-11-24  Juri Linkov  <juri@jurta.org>
14934         * isearch.el (isearch-repeat): With empty search ring set
14935         `isearch-error' to the error string instead of signaling error
14936         with the function `error'.
14938 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14940         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14942 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
14944         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14945         and variable.
14946         (gdb-var-create-handler, gdb-var-list-children-handler):
14947         Don't match on "char **...".
14948         (gdb-var-update-handler): Find values for all variable objects.
14949         (gdb-info-frames-custom): Identify frames by leading "#".
14951         * progmodes/gud.el (gud-speedbar-menu-items): Add
14952         gdb-speedbar-auto-raise as radio button.
14953         (gud-speedbar-buttons): Raise speedbar if requested.
14954         Don't match on "char **...".
14955         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14956         Make it editable.
14958 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
14960         * info.el (Info-fontify-node): Handle the case where
14961         Info-current-file is t.
14963 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * simple.el (blink-matching-open): Fix off-by-one in last change.
14967 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14969         * term/mac-win.el: Don't change default directory.
14971 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
14973         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14974         buffers correctly.  (It used to throw an error in such buffers.)
14975         Make it ask for confirmation in group buffers and other Custom
14976         buffers containing more than one customization item.
14978 2005-11-22  John Paul Wallington  <jpw@gnu.org>
14980         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14981         property on mail and url overlays.
14982         (goto-address-at-point): Use `posn-set-point' instead of
14983         `mouse-set-point' because the latter is not fbound when configured
14984         without X.
14986 2005-11-22  Lars Hansen  <larsh@soem.dk>
14988         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14989         (ls-lisp-classify, ls-lisp-format): Delete call to
14990         ls-lisp-parse-symlink.
14991         (ls-lisp-handle-switches): Handle symlinks to directories as
14992         directories when ls-lisp-dirs-first in non-nil.
14994 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
14996         * startup.el (command-line): Make sure that loaddefs.el is handled
14997         correctly in load-history.
14999 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
15001         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15002         (gdb-struct-string, gdb-array-string): New constants.
15003         (gdb-info-locals-handler): Use them.
15004         (gdb-reset): Reset gdb-var-list to nil.
15006 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15009         in patterns.
15011 2005-11-21  Juri Linkov  <juri@jurta.org>
15013         * custom.el (defcustom): Update link types in docstring.
15015 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
15017         * custom.el (defgroup): Add doc-string-elt info.
15019         * widget.el (define-widget): Don't use declare for the doc-string-elt.
15021 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15023         * newcomment.el (comment-enter-backward): Fix last fix.
15025         * simple.el (blink-matching-open):
15026         * paren.el (show-paren-function): Allow new paren-class info.
15028 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
15030         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
15031         handled automagically.
15033 2005-11-20  Andreas Schwab  <schwab@suse.de>
15035         * descr-text.el (describe-char): When copying overlays put them
15036         over the full char description instead of just the first character
15037         of it.
15039 2005-11-20  Juri Linkov  <juri@jurta.org>
15041         * simple.el (what-cursor-position):
15042         * descr-text.el (describe-char): Use Lisp-readable syntax
15043         for octal and hex.  Reorder decimal, octal and hex values.
15044         Remove excess whitespace in the output.  Use `=' in `column='
15045         like in `point=' and `Hscroll='.
15047         * international/mule-cmds.el (encoded-string-description):
15048         Use Lisp-readable syntax for hex.
15050 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15052         * newcomment.el (comment-enter-backward): Handle the case where the
15053         comment is closed by EOB.
15055 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15057         * longlines.el (longlines-before-revert-hook)
15058         (longlines-after-revert-hook): New functions.
15059         (longlines-mode): Turn off longlines temporarily when reverting.
15060         Add a message-setup-hook.
15061         (longlines-decode-buffer): New function.
15062         (longlines-wrap-line): Preserve marker positions.
15064 2005-11-19  Andreas Schwab  <schwab@suse.de>
15066         * emacs-lisp/shadow.el: Handle compressed files.
15068 2005-11-19  Romain Francoise  <romain@orebokech.com>
15070         * net/browse-url.el (browse-url-default-browser): Signal an error
15071         if no usable browser can be found, rather than try to load w3.
15073 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
15075         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15076         replacing existing properties.
15077         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15078         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15079         tty specs.
15080         (rcirc-server-prefix, rcirc-server): New faces.
15081         (rcirc-url-regexp): Generate with rx macro.
15082         (rcirc-last-server-message-time): New variable.
15083         (rcirc-filter): Record time of last message.
15084         (rcirc-keepalive): Kill processes that did not send a message
15085         since the last ping.
15086         (rcirc-mode): Give rcirc-topic a local binding here.
15088 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15090         * subr.el (read-passwd): Fontify the prompt as we do with other
15091         prompts.
15093 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
15095         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15096         binding buffer-read-only to nil.
15098 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15100         * complete.el (partial-completion-mode):
15101         Mention completion-auto-help in the doc string.
15103         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
15104         more Lisp-ish way.
15106 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
15108         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15109         digits, not 8, to avoid misalignment for files larger than 100MB.
15111 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15113         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15114         Mention "keyboard shortcuts" in the help text.
15116 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15118         * startup.el (fancy-splash-default-action): Discard only
15119         mouse-down and succeeding mouse-up events in the splash screen
15120         window so that drag-n-drop event can be processed.
15122 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
15124         * longlines.el (longlines-mode): Add hacks for mail-mode and
15125         message-mode.
15127 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
15129         * textmodes/org.el (org-table-sort-lines): New command.
15130         (org-tbl-menu): Add entry for `org-table-sort-lines'.
15131         (org-add-file): Command removed, use `org-agenda-file-to-front'
15132         instead.
15133         (org-export-icalendar): Use `org-icalendar-combined-name'.
15134         (org-cycle-agenda-files, org-agenda-file-to-end)
15135         (org-agenda-file-to-front): New commands.
15136         (org-table-tab-jumps-over-hlines, org-export-html-style):
15137         New options.
15138         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15139         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15140         New functions.
15141         (org-fill-paragraph): Call `org-table-align' in tables.
15142         (org-mode): Call `org-set-autofill-regexps'.
15143         (org-export-as-html): Support for local handformatted lists.
15144         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
15145         (org-export-local-list-max-depth): New option.
15146         (org-html-expand): Use `org-html-protect'.
15148 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
15150         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15151         to "p".
15152         (gdb): Move definition of gud-pp to...
15154         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
15155         speedbar.
15156         (gdb-find-watch-expression): New function.
15158 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15160         * faces.el (face-attribute, set-face-attribute): Mention existence
15161         of `:ignore-defface' setting in docstring.
15163 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15165         * simple.el (completion-setup-function): Fix last change.
15167 2005-11-17  John Paul Wallington  <jpw@pobox.com>
15169         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15170         Use `posn-set-point' instead of `mouse-set-point' because the
15171         latter is not fbound when configured without X.
15173         * comint.el (comint-insert-input): Likewise.
15175 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15177         * simple.el (hard-newline): New variable.
15178         (sendmail-user-agent-compose, next-line): Use it.
15180         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15181         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15182         (mail-mail-reply-to, mail-mail-followup-to)
15183         (mail-position-on-field, mail-signature, mail-yank-original)
15184         (mail-attach-file): Likewise.
15186         * mail/mailheader.el (mail-header-format)
15187         (mail-header-format-function): Likewise.
15189         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15191 2005-11-17  Juri Linkov  <juri@jurta.org>
15193         * font-lock.el (font-lock-faces): Rename this defgroup from
15194         `font-lock-highlighting-faces'.
15195         (font-lock-comment-face, font-lock-comment-delimiter-face)
15196         (font-lock-string-face, font-lock-doc-face)
15197         (font-lock-keyword-face, font-lock-builtin-face)
15198         (font-lock-function-name-face, font-lock-variable-name-face)
15199         (font-lock-type-face, font-lock-constant-face)
15200         (font-lock-warning-face, font-lock-negation-char-face)
15201         (font-lock-preprocessor-face)
15202         (font-lock-regexp-grouping-backslash)
15203         (font-lock-regexp-grouping-construct): Rename :group from
15204         `font-lock-highlighting-faces' to `font-lock-faces'.
15206         * cus-edit.el (lisp, c, tex):
15207         * progmodes/ada-mode.el (ada):
15208         * progmodes/asm-mode.el (asm):
15209         * progmodes/cperl-mode.el (cperl-faces):
15210         * progmodes/cpp.el (cpp):
15211         * progmodes/dcl-mode.el (dcl):
15212         * progmodes/f90.el (f90):
15213         * progmodes/fortran.el (fortran):
15214         * progmodes/icon.el (icon):
15215         * progmodes/idlwave.el (idlwave-misc):
15216         * progmodes/m4-mode.el (m4):
15217         * progmodes/make-mode.el (makefile):
15218         * progmodes/meta-mode.el (meta-font):
15219         * progmodes/modula2.el (modula2):
15220         * progmodes/octave-mod.el (octave):
15221         * progmodes/pascal.el (pascal):
15222         * progmodes/perl-mode.el (perl):
15223         * progmodes/prolog.el (prolog):
15224         * progmodes/ps-mode.el (PostScript-edit):
15225         * progmodes/scheme.el (scheme):
15226         * progmodes/sh-script.el (sh-script):
15227         * progmodes/simula.el (simula):
15228         * progmodes/tcl.el (tcl):
15229         * textmodes/nroff-mode.el (nroff):
15230         * textmodes/reftex-vars.el (reftex-fontification-configurations):
15231         * textmodes/sgml-mode.el (sgml):
15232         * textmodes/texinfo.el (texinfo):
15233         Add :link (custom-group-link font-lock-faces) to defgroup.
15235         * hi-lock.el (hi-lock): Rename this defgroup from
15236         `hi-lock-interactive-text-highlighting'.  Change parent group from
15237         `faces' to `font-lock'.  Add link to the manual.
15238         (hi-lock-mode, hi-lock-file-patterns-range)
15239         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15240         `hi-lock-interactive-text-highlighting' to `hi-lock'.
15241         (hi-lock-faces): Add :group `faces'.
15243         * cus-edit.el (custom-variable-prompt): Clarify the code.
15245         * faces.el (face-read-string): Set the default value arg of
15246         completing-read.
15248 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
15250         * rfn-eshadow.el (file-name-shadow-properties)
15251         (file-name-shadow-tty-properties, file-name-shadow-mode):
15252         Remove autoloads, because the file is now preloaded.
15254 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15256         * printing.el (easy-menu-intern): Don't define.
15257         (pr-get-symbol): Use easy-menu-intern only if defined.
15259         * simple.el (blink-matching-open): Simplify a bit.
15260         (completion-setup-function): Fix the case of partial-completion-mode
15261         when the minibuffer's contents start with "-".
15262         Obey completion-base-size-function even when
15263         minibuffer-completing-file-name is non-nil.
15265 2005-11-16  Richard M. Stallman  <rms@gnu.org>
15267         * net/eudcb-ph.el (eudc-ph-open-session):
15268         Use set-process-query-on-exit-flag.
15270         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15272         * international/ucs-tables.el (ucs-set-table-for-input):
15273         Use make-local-variable, not make-variable-buffer-local.
15275         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15276         Improve warning message text.
15278         * savehist.el (savehist-save-hook): Add :group.
15280         * menu-bar.el (menu-bar-help-menu):
15281         Rename Find Extra Packages to External Packages.
15283         * cus-edit.el (Custom-reset-standard): Verify that
15284         :custom-standard-value prop exists before calling it.
15286         * apropos.el (apropos-calc-scores): Use apropos-pattern.
15288 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
15290         * wid-edit.el (color): Enclose %t in %{...%}.
15292         * cus-edit.el (face): Enclose %t in %{...%}.
15294 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
15296         * savehist.el (savehist-mode-hook): Re-add the var.
15297         (savehist-mode): Use it.
15299 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15301         * textmodes/flyspell.el: Fix commenting convention.
15302         Remove unnecessary leading * in custom docstrings.
15303         (flyspell-emacs): Remove unused var.
15304         (flyspell-delete-region-overlays): Use remove-overlays.
15305         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
15306         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
15307         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
15308         (flyspell-debug-signal-word-checked): Use with-current-buffer.
15309         (make-flyspell-overlay): Don't locally reuse a global name.
15310         (flyspell-highlight-incorrect-region)
15311         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
15312         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
15313         (flyspell-notify-misspell): Remove unused args `start' and `end'.
15314         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
15315         Wrap calls to accept-process-output inside with-local-quit since it's
15316         often called from a post-command-hook.
15317         (flyspell-correct-word, flyspell-auto-correct-word):
15318         Use ispell-send-string.
15319         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
15321         * calendar/diary-lib.el (diary-list-entries): Also hide the
15322         terminating newline.
15324 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
15326         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
15327         window-system, to allow fonts on tty.
15329 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
15331         * progmodes/gud.el (gud-speedbar-item-info): New function.
15332         (gud-install-speedbar-variables): Use it to display data type
15333         of watch expression as a tooltip in speedbar.
15335 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
15337         * font-core.el (global-font-lock-mode): Add :version keyword,
15338         because default was changed.
15340         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
15342         * startup.el (command-line): Use `custom-reevaluate-setting' for
15343         `file-name-shadow-mode'.
15345         * loadup.el: Preload rfn-eshadow.
15347         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
15348         Add :version keyword.
15349         (file-name-shadow-properties, file-name-shadow-tty-properties)
15350         (file-name-shadow): Add :version keyword.
15352         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
15353         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
15354         in the custom-group property of the symbol frames and the fringe
15355         group got no link to its parent group frames.
15356         Doc fix.
15358 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
15360         * progmodes/gud.el (gud-stop-subjob): New function.
15361         (gud-menu-map, gud-tool-bar-map): Use it.
15363 2005-11-16  Kim F. Storm  <storm@cua.dk>
15365         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
15366         than kill it.
15367         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
15368         to a more useful/logical place.
15370 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
15372         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
15373         go buttons complementary.
15375 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15377         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
15378         (rfn-eshadow-sifn-equal): New function.
15379         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
15381 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15383         * viper-utils.el (viper-non-word-characters-reformed-vi):
15384         Quote `-' in string.
15386         * viper.el (viper-emacs-state-mode-list): Ensure that
15387         rcirc-mode buffers come up in Emacs state.
15389         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
15390         operation.
15392 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
15394         * term.el (term-termcap-format): Fix typos.
15395         (term-down): Fix the negative argument case.
15397 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
15399         * progmodes/gdb-ui.el: Remove face-alias left over from change on
15400         2005-08-15.
15401         (gdb-ann3): New command gud-go.
15402         (menu): Accomodate gdb-mi.el.
15403         (gdb-assembler-custom): Make buffer of selected window current
15404         so that set-window-point works.
15406         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
15407         buttons and include new ones.
15409 2005-11-16  Kim F. Storm  <storm@cua.dk>
15411         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
15412         (gud-menu-map): Use it.
15414 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
15416         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15417         that works correctly for Custom and that does not override a user
15418         who disables it.
15420         * help-mode.el (help-make-xrefs, help-xref-on-pp)
15421         (help-xref-interned, help-follow): Make hyperlinks for variables
15422         that are unbound, but have a non-nil variable-documentation property.
15424         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15425         mode hook.  (It conflicted with defcustoms for some mode hooks.)
15426         Use the `variable-documentation' property to give the mode hook a
15427         docstring and expand that docstring.
15429 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
15431         * savehist.el (savehist-mode): Don't bother with
15432         `custom-set-minor-mode'.
15433         (savehist-coding-system): Check XEmacs version.
15434         (history-length): Declare also at run time.
15435         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
15436         Don't set the customize state.
15437         (savehist-minibuffer-hook): Special case for when
15438         minibuffer-history-variable is equal to t.
15440 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15442         * files.el (write-file): Refresh VC status.
15444         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15445         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15446         than fundamental-mode to see if the mode was set.
15448 2005-11-14  Romain Francoise  <romain@orebokech.com>
15450         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15451         dummy function in `eval-when-compile' to avoid compiler warning.
15452         Require `man' at compile time.
15454 2005-11-14  Jay Belanger  <belanger@truman.edu>
15456         * calc-alg.el (calcFunc-write-out-power): Rename it to
15457         calcFunc-powerexpand.
15458         (math-write-out-power): Rename it to math-powerexpand; have it
15459         handle negative exponents.
15460         (calc-writeoutpower): Rename it to calc-powerexpand.
15462         * calc-ext.el: Change calcFunc-writeoutpower and
15463         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15464         autoloads.
15465         Add calcFunc-ldiv to autoloads.
15467         * calc-arith.el (calcFunc-ldiv): New function.
15469         * calc.el (calc-left-divide): New function.
15471 2005-11-14  Juri Linkov  <juri@jurta.org>
15473         * cus-edit.el (custom-variable-prompt): Set the default value arg
15474         of completing-read.
15476         * cus-dep.el (custom-make-dependencies): Reverse the list of
15477         found dependencies.
15479 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
15481         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15482         Highlighting" entry, it is on by default now.
15483         (menu-bar-options-save): Do not save global-font-lock-mode.
15485 2005-11-13  Richard M. Stallman  <rms@gnu.org>
15487         * textmodes/flyspell.el (flyspell-large-region):
15488         Call flyspell-accept-buffer-local-defs.
15490 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
15492         * textmodes/flyspell.el (flyspell-notify-misspell):
15493         Fix misspelling of "Misspelling".
15494         (flyspell-process-localwords): New function.
15495         (flyspell-large-region): Call flyspell-process-localwords and
15496         flyspell-delete-region-overlays.
15497         (flyspell-delete-region-overlays): New function.
15498         (flyspell-delete-all-overlays): Call that.
15500 2005-11-13  Richard M. Stallman  <rms@gnu.org>
15502         * help.el (help-for-help-internal): Improve doc of C-h a.
15503         (describe-key): Improve prompt; doc fix.
15505 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15507         * vc-svn.el (vc-svn-registered): Catch all errors.
15509         * cus-dep.el (custom-make-dependencies): Typo.
15511 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
15513         * net/tramp-util.el (top): Fix compilation warning.
15515 2005-11-13  Kim F. Storm  <storm@cua.dk>
15517         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
15519 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
15521         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15522         (gud-speedbar-buttons): Match on "const char *" too.
15524         * progmodes/gdb-ui.el (gdb-var-create-handler)
15525         (gdb-var-list-children-handler): Match on "const char *" too.
15526         (gdb-var-evaluate-expression-handler): Match on empty string.
15527         (gdb-var-update-handler): Only call
15528         gdb-var-evaluate-expression-handler when required.
15530 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
15532         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15533         selected window.  This still doesn't work for speedbar.
15534         (gud-speedbar-buttons): Handle string expressions properly.
15536         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15537         (gdb-var-create-handler): Handle string expressions properly.
15538         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15539         Handle string expressions properly.  Move "type" field into regexp.
15541 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
15543         * bookmark.el (bookmark-maybe-message): New function to reduce
15544         code duplication: invokes `message' iff baud-rate is high enough.
15545         (bookmark-write-file): Use above instead of an inline conditional.
15546         (bookmark-load): Same.
15548 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
15550         * bookmark.el (bookmark-write-file): Don't visit the destination
15551         file, just write the data to it using write-region.  This is
15552         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15553         change to avoid visiting the file in the first place.
15555 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
15557         * hi-lock.el (hi-lock-mode): Set the default value of
15558         font-lock-defaults.
15560 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
15562         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15563         arg to `file-attributes'.
15564         (find-lisp-format): The UID and GID can now be strings.
15566 2005-11-12  Kim F. Storm  <storm@cua.dk>
15568         * help.el (help-map): Bind C-h d to apropos-documentation.
15570         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15571         when point is at end-of-buffer.
15573         * apropos.el (apropos-match-face): Doc fix.
15574         (apropos-sort-by-scores): Add new choice `verbose'.
15575         (apropos-documentation-sort-by-scores): New defcustom.
15576         (apropos-pattern): Now contains the pattern entered by the user.
15577         (apropos-pattern-quoted): New defvar.
15578         (apropos-regexp): New defvar, containing the regexp corresponding
15579         to apropos-pattern.
15580         (apropos-all-words-regexp): Rename from apropos-all-regexp.
15581         (apropos-read-pattern): New defun.  Use it to read pattern arg in
15582         interactive calls; returns list of words for a word list, and
15583         string for a regexp.
15584         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
15585         parses a list of words or regexp as returned by apropos-read-pattern.
15586         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15587         (apropos-score-doc): Return a very high score if the string
15588         entered by the user matches literally.
15589         (apropos-variable): Doc fix.  Use apropos-read-pattern.
15590         (apropos-command): Doc fix.  Use apropos-read-pattern and
15591         apropos-parse-pattern.  Call apropos-print with nosubst=t.
15592         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
15593         apropos-parse-pattern.
15594         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
15595         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
15596         apropos-documentation-sort-by-scores.  Call apropos-print with
15597         nosubst=t.
15598         (apropos-documentation-internal): Pass doc string through
15599         substitute-key-definition before adding text properties.
15600         Highlight substring matching literal user input if possible.
15601         (apropos-documentation-check-doc-file): Remove locals beg and end.
15602         Fix calculation of score (as added twice).  Pass doc string through
15603         substitute-key-definition before adding text properties.
15604         (apropos-documentation-check-elc-file): Pass doc string through
15605         substitute-key-definition before adding text properties.
15606         Highlight substring matching literal user input if possible.
15607         (apropos-print): Add new arg NOSUBST; if set, command and variable
15608         doc strings have already been passed through substitute-key-definition.
15609         Add code to handle apropos-accumulator items without score element
15610         for backwards compatibility (e.g. with woman package).
15611         Only show scores if apropos-sort-by-scores is `verbose'.
15613 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15615         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15616         Add jka-compr-load-suffixes to load-suffixes.
15618         * jka-compr.el: Require jka-cmpr-hook.
15619         (jka-compr-info-compress-message, jka-compr-info-compress-program)
15620         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15621         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15622         (jka-compr-info-can-append, jka-compr-info-strip-extension)
15623         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15624         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
15625         (jka-compr-uninstall): Remove entries from
15626         jka-compr-added-to-file-coding-system-alist after they are used.
15627         (jka-compr-error): Remove unused var `curbuf'.
15628         (jka-compr-file-local-copy): Remove unused var `notfound'.
15630 2005-11-10  Romain Francoise  <romain@orebokech.com>
15632         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15634 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
15636         * progmodes/gud.el (gud-menu-map): Move parentheses.
15637         (gdb): New command gud-pv.
15639 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15641         * tar-mode.el: Remove spurious or unnecessary leading stars
15642         in docstrings.
15643         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15644         (tar-parse-octal-integer-safe): Use mapc.
15645         (tar-header-block-summarize): Remove unused var `ck'.
15646         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15647         cleared before.  Obey default-enable-multibyte-characters.
15648         Use mapconcat.  Simplify setting of tar-header-offset.
15649         (tar-mode-map): Move initialization inside delcaration.
15650         (tar-flag-deleted): Use `abs'.
15651         (tar-expunge-internal): Remove unused var `line'.
15652         (tar-expunge-internal): Don't hardcode point-min==1.
15653         (tar-expunge): Widen while doing set-buffer-multibyte.
15654         (tar-rename-entry): Use file-name-coding-system.
15655         (tar-alter-one-field): Don't hardcode point-min==1.
15656         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15657         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
15659 2005-11-10  Masatake YAMATO  <jet@gyve.org>
15661         * add-log.el (add-log-current-defun): Handle class::method
15662         notation of c++.  Fix incorrect comment.
15664 2005-11-10  Alan Mackenzie  <acm@muc.de>
15666         * help-fns.el (describe-variable): Make C-h v work when a variable
15667         has variable documentation yet is unbound.
15669 2005-11-10  Masatake YAMATO  <jet@gyve.org>
15671         * man.el (Man-highlight-references): Set an empty
15672         string to `Man-arguments' if it is nil.
15673         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15675 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15678         commenting conventions.
15680         * cus-dep.el (custom-make-dependencies): Simplify.
15681         Better follow the commenting conventions.
15683 2005-11-09  Richard M. Stallman  <rms@gnu.org>
15685         * apropos.el (apropos-pattern): Rename from apropos-regexp.
15686         (apropos-orig-pattern): Rename from apropos-orig-regexp.
15687         All uses changed.
15688         (apropos-rewrite-regexp): Doc fix.
15689         (apropos-variable, apropos-command, apropos, apropos-value):
15690         Change prompt; carry through the argument renaming.
15692 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
15694         * find-lisp.el: Require dired.
15695         (find-lisp-find-dired-internal): Do not call
15696         `abbreviate-file-name' on DIR.
15698 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
15700         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15702 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
15704         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15705         when using the speedbar.
15706         (gdb): New command gud-pp.
15707         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15709 2005-11-09  Juri Linkov  <juri@jurta.org>
15711         * replace.el (occur-excluded-properties): New defcustom.
15712         (occur-1, occur-engine, occur-accumulate-lines): Use it.
15714 2005-11-08  Jay Belanger  <belanger@truman.edu>
15716         * calc/calc-units.el (math-convert-units): Replace any composite
15717         unit by its definition.
15719 2005-11-08  Lars Hansen  <larsh@soem.dk>
15721         * emacs-lisp/autoload.el (update-directory-autoloads):
15722         Add obsolete function alias.
15724 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15726         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15727         comment-indent-function.
15728         (lisp-comment-indent): Replace by an alias for comment-indent-default.
15730         * reveal.el (reveal-post-command): Rework the handling of
15731         reveal-open-spots, so as to be more reliable.  There were several
15732         tricky corner cases where an open spot might be lost, or where
15733         a closed spot might end up on the list of open spots.
15734         Only reveal text that's ellipsised.
15736 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
15738         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15740 2005-11-07  John Paul Wallington  <jpw@gnu.org>
15742         * ibuffer.el (ibuffer): Search iconified frames too when
15743         getting Ibuffer buffer's window.
15745 2005-11-06  Richard M. Stallman  <rms@gnu.org>
15747         * progmodes/compile.el (compilation-internal-error-properties):
15748         save-excursion around the computation of MARKER.
15750 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
15752         * textmodes/flyspell.el (flyspell-external-point-words):
15753         flyspell-get-word returns a list, not just a string.
15755 2005-11-06  John Paul Wallington  <jpw@pobox.com>
15757         * ibuffer.el (ibuffer): Search all visible frames when getting
15758         Ibuffer buffer's window.
15760 2005-11-07  Masatake YAMATO  <jet@gyve.org>
15762         * man.el (Man-reference-regexp): Accept spaces between
15763         `Man-name-regexp' and `Man-section-regexp'.
15764         (Man-apropos-regexp): New variable.
15765         (Man-abstract-xref-man-page): Use value for `Man-target-string'
15766         if available.
15767         (Man-highlight-references, Man-highlight-references0):
15768         Handle the case when `Man-arguments' includes "-k".
15769         (Man-highlight-references0): Rename the argument `TARGET-POS' to
15770         `TARGET'. `TARGET' can be a number, function or nil.
15772 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
15774         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15775         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15776         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15777         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15778         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15779         (gdb-send-item): Use buffer-local-value and simplify.
15781 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
15783         * startup.el (command-line): Use `custom-reevaluate-setting' for
15784         `global-font-lock-mode'.
15786         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15787         by default, except in batch mode or when the -D option is given.
15789         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15790         specified keyword args on to `define-minor-mode'.  Update docstring.
15792 2005-11-05  Romain Francoise  <romain@orebokech.com>
15794         * replace.el (occur-engine): Add marker at end of line, too.
15796 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
15798         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15799         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15800         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15801         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15802         argument to all these routines, so the passphrase can be managed
15803         externally and passed in to the system.
15804         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15805         pgg-add-passphrase-to-cache function.
15807         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15808         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15809         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15810         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15811         argument to all these routines, so the passphrase can be managed
15812         externally and passed in to the system.
15813         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15814         function.
15816 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
15818         * font-lock.el: Don't deal with font-lock-face-attributes here,
15819         move the code ...
15821         * startup.el (command-line): ... here.  Use face-spec-set instead
15822         of custom-declare-face.
15824         * faces.el (face-spec-set): Reset the face if spec is not nil.
15826 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15828         * newcomment.el (comment-region-internal): Box more tightly in the
15829         common case where there's no TAB in the boxed text.
15831 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15833         * info.el (info-tool-bar-map): Use images prev-node, next-node and
15834         up-node.
15836 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
15838         * newsticker.el: Commentary updated.  Code formatting changed.
15839         (newsticker-version): Change to "1.9".
15840         (newsticker, newsticker-feed): Doc fix.
15841         (newsticker-url-list): Doc fix.  Add option "Weekly".
15842         (newsticker-retrieval-interval): Add option "Weekly".
15843         (newsticker-headline-processing): Doc fix.
15844         (newsticker-auto-mark-filter): Remove.
15845         (newsticker-auto-mark-filter-list): New.
15846         (newsticker-layout, newsticker-sort-method): Doc fix.
15847         (newsticker-hide-old-items-in-newsticker-buffer)
15848         (newsticker-heading-format, newsticker-item-format)
15849         (newsticker-desc-format): Doc fix.
15850         (newsticker-show-all-rss-elements): Remove.
15851         (newsticker-show-all-news-elements): New.
15852         (newsticker-faces, newsticker-ticker): Doc fix.
15853         (remove-from-invisibility-spec): Code formatting.
15854         (newsticker--process-ids): New.
15855         (newsticker-mode): Doc fix.
15856         (newsticker-mode): Change mode-line-format.
15857         (newsticker-start): Remove debug output.
15858         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
15859         (newsticker-w3m-show-inline-images): Code formatting.
15860         (newsticker-next-item): Call `force-mode-line-update'.
15861         (newsticker-previous-item): Call `force-mode-line-update'.
15862         (newsticker-next-feed): Call `force-mode-line-update'.
15863         (newsticker-previous-feed): Call `force-mode-line-update'.
15864         (newsticker-mark-all-items-at-point-as-read): Code formatting.
15865         (newsticker-show-old-items): Do not show descs.
15866         (newsticker-hide-entry): Hide too much.
15867         (newsticker-hide-entry, newsticker-show-entry)
15868         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15869         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15870         (newsticker-toggle-auto-narrow-to-item): Code formatting.
15871         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15872         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15873         (newsticker-get-news): Call `force-mode-line-update'.
15874         Collect process ids.
15875         (newsticker--sentinel): Change coding system handling.
15876         Move image retrieval to new functions newsticker--get-logo-url-*.
15877         Move feed parsing to new functions newsticker--parse-*.
15878         Update list of process ids.
15879         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15880         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15881         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15882         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15883         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15884         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15885         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15886         (newsticker--decode-coding-string): Remove.
15887         (newsticker--decode-numeric-entities): Check input.  Format code.
15888         (newsticker--remove-whitespace): Check input.
15889         (newsticker--do-forget-preformatted): Doc fix.
15890         (newsticker--decode-rfc822-date): Allow for missing time.
15891         (newsticker--update-process-ids): New.
15892         (newsticker--image-sentinel): Change comment.
15893         (newsticker--image-read): Change error message.
15894         (newsticker--imenu-goto): Doc fix.  Show headline title.
15895         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15896         (newsticker--buffer-do-insert-text): Clean whitespace in
15897         html-rendered headline title.  Code formatting.
15898         Call `newsticker--buffer-print-extra-elements'.
15899         (newsticker--buffer-print-extra-element): Remove.
15900         (newsticker--buffer-print-extra-elements): New.
15901         (newsticker--buffer-do-print-extra-element): New.
15902         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
15903         large sizes.
15904         (newsticker--run-auto-mark-filter)
15905         (newsticker--do-run-auto-mark-filter):
15906         Use `newsticker-auto-mark-filter-list'.
15908 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
15910         * net/rcirc.el: Use split-string OMIT-NULLS argument.
15911         (rcirc-print): Force redisplay before running hooks.  Do long
15912         buffer truncation after making new text read-only.  Deal with nil
15913         text when decoding strings.  If TARGET is nil, use either the
15914         currently selected buffer, if it is an rcirc buffer and of the
15915         same process or the process buffer.
15916         (rcirc-mode): Remove header-line.  Recompute short buffer names.
15917         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15918         (rcirc-short-buffer-name): Add variable.
15919         (rcirc-kill-buffer-hook): Recompute short buffer names.
15920         Remove nick from private channel.
15921         (rcirc-send-input): Send command text to current-buffer.
15922         Don't clear overlay arrow here.
15923         (rcirc-short-buffer-name): Return a short buffer name.
15924         (rcirc-update-short-buffer-names, rcirc-abbreviate)
15925         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15926         buffer-name abbreviations.
15927         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15928         Do not touch nick-table when killing a parted channel.
15929         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15930         Clear arrow from current buffer if it is now hidden.
15931         (rcirc-current-buffer): Add variable.
15932         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15933         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15934         Remove -face from names.
15935         (rcirc-update-activity-string): Print "DND" when globally ignoring
15936         activity.
15937         (rcirc-ignore-buffer-activity-flag): Rename from
15938         rcirc-ignore-channel-activity.
15939         (rcirc-ignore-all-activity-flag): Doc fix.
15940         (rcirc-channels): Remove variable.
15941         (rcirc-kill-buffer-hook):
15942         (rcirc-get-buffer-create): Add nick to private channel.
15943         (rcirc-multiline-edit-submit): Remove tabs.
15944         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15945         folded.
15946         (rcirc-remove-nick-channel): Bug fix.
15947         (rcirc-toggle-ignore-buffer-activity): Rename from
15948         rcirc-toggle-ignore-channel-activity.
15949         (rcirc-record-activity): Add buffers to the front of the list.
15950         (rcirc-update-activity): Remove killed buffers from list.
15951         (rcirc-process-server-response-1): Remove last argument if it is
15952         null before calling handler.
15953         (rcirc): Add "rcirc" defcustom prefix.
15954         (rcirc-prompt): Simplify default prompt.
15955         Use custom-initialize-default.
15956         (rcirc-private-chats): Remove variable.
15957         (rcirc-prompt): Change initialization.
15958         (rcirc-version): Remove function.
15959         (rcirc-id-string): Add constant.
15960         (rcirc-last-buffer): Remove variable.
15961         (rcirc-buffer-alist): Add variable.
15962         (rcirc-connect): Update variable setup.
15963         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15964         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15965         default.
15966         (rcirc-handler-generic): Trigger activity.
15967         (rcirc-send-message): Create the buffor of the target.
15968         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15969         (rcirc-get-buffer): Just return nil if there is no matching buffer.
15970         (rcirc-multiline-edit-cancel): Remove function.
15971         (rcirc-set-last-buffer): Remove function.
15972         (rcirc-get-any-buffer): Add function.
15973         (rcirc-join-channels): Don't print /join text.
15974         (rcirc-toggle-ignore-channel-activity): Add and update echo area
15975         messages.
15976         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15977         (rcirc-handler-NOTICE): Recognize CTCP responses.
15978         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15979         constructing TOPIC string for buffers we are not JOINed.
15980         (rcirc-handler-CTCP-response): Add handler.
15981         (rcirc-multiline-edit-submit): Restore the window-configuration
15982         before adjusting point.
15983         (rcirc): Add customization group.
15984         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15985         (rcirc-user-full-name, rcirc-startup-channels-alist)
15986         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15987         (rcirc-ignore-all-activity-flag, rcirc-time-format)
15988         (rcirc-input-ring-size, rcirc-read-only-flag)
15989         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15990         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15991         Change defvar to defcustom.
15992         (rcirc-update-prompt): Add optional ALL arg, which will update
15993         prompts in all rcirc buffers.  Regexp quote replacement text.
15994         (rcirc-fill-column): Accept frame-width as a value.
15995         (rcirc-set-changed): Add function.
15996         (rcirc-next-active-buffer): Write more meaningful messages.
15997         (rcirc-faces): Add customization group.
15998         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15999         (rcirc-nick-in-message-face, rcirc-prompt-face)
16000         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16001         (with-rcirc-process-buffer): Move before first usage.
16002         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16003         (rcirc-debug-flag): Rename from `rcirc-log-p'.
16004         (rcirc-debug): Rename from `rcirc-log'.
16005         (rcirc-format-response-string): Do not print `-' chars for a
16006         NOTICE with no sender.  Simplify output of server responses.
16008 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16010         (rcirc-browse-url-map, rcirc-browse-url-at-point)
16011         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16012         Make urls mouse and RET clickable.
16014 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16016         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16018 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16020         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16021         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16022         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16023         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16024         argument to all these routines, so the passphrase can be managed
16025         externally and passed in to the system.
16026         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16027         pgg-add-passphrase-to-cache function.
16029         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16030         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16031         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16032         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16033         argument to all these routines, so the passphrase can be managed
16034         externally and passed in to the system.
16035         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16036         function.
16038 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
16040         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16041         from goto-address-url-regexp.
16043 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
16045         * textmodes/org.el (org-read-date, org-goto-calendar)
16046         (org-recenter-calendar, org-agenda-goto-calendar):
16047         Temporarily clear `calendar-move-hook'.
16049 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
16051         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16052         merging.
16054         * ediff-util.el (ediff-previous-difference): Don't skip regions that
16055         have merge clashes.
16057 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16059         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16060         Undo previous change.
16062         * startup.el (command-line): Use `custom-reevaluate-setting' for
16063         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
16064         tty-register-default-colors on Mac.
16066 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16068         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16069         (gdb-buffer-type): Make it automatically buffer local...
16070         (gdb-get-create-buffer): ...and set it accordingly.
16071         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16072         actually work.
16074 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
16076         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16077         not red.
16079 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16081         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16082         case GUD buffer is not visible.
16083         (gdb-goto-breakpoint): Try to force display in source buffer.
16084         (gdb-frame-gdb-buffer): Copy other similar functions.
16085         (gdb-restore-windows): Don't display source if not asked for.
16086         (gdb-assembler-buffer-name): Don't capitalise.
16088 2005-11-03  Richard M. Stallman  <rms@gnu.org>
16090         * wid-edit.el (key-sequence): New widget type.
16092         * simple.el (set-mark-command-repeat-pop): New variable.
16093         (set-mark-command): Only interpret plan C-@ after a pop as a pop
16094         if set-mark-command-repeat-pop is true.
16096         * info.el (Info-fontify-node): Don't display extra "see" if there
16097         already is one here.
16099         * mouse.el: Fix special handling of DEL after dragging a region:
16100         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16101         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
16103         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16105         * textmodes/ispell.el (ispell-command-loop): Change `i' description
16106         not to assume it pertains to an affix.
16108         * textmodes/flyspell.el (flyspell-post-command-hook):
16109         Bind deactivate-mark to prevent deactivation.
16111 2005-11-03  Lars Hansen  <larsh@soem.dk>
16113         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16114         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16115         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16117 2005-11-03  Romain Francoise  <romain@orebokech.com>
16119         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
16120         Update copyright years.
16122 2005-11-03  Sam Steingold  <sds@gnu.org>
16124         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16125         Use system-type instead of window-system because window-system is not
16126         correctly defined during loadup.
16128 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
16130         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16131         (xml-parse-tag): Join strings separated by a comment properly.
16133 2005-11-02  Andreas Schwab  <schwab@suse.de>
16135         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16137 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16139         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16140         (byte-optimize-pure-func): Quote the eval'd value.
16142         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16143         Rename from perl-font-lock-syntactic-face-function.
16144         Change the calling convention so it can be used as a font-lock MATCHER.
16145         Do the parse-partial-sexp loop outselves.
16146         (perl-font-lock-syntactic-keywords): Use it.
16147         (perl-mode): Don't set font-lock-syntactic-face-function any more.
16149 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
16151         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16152         disassembly buffer too.
16153         (gdb-exited): Remove overlay arrows when execution has finished.
16154         (gdb-info-frames-custom, gdb-info-threads-custom)
16155         (gdb-info-registers-custom): Don't add inappropriate text
16156         properties if inferior is not active.
16158 2005-11-02  Glenn Morris  <rgm@gnu.org>
16160         * progmodes/fortran.el (fortran-blink-match):
16161         Use `blink-matching-delay'.
16163 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
16165         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16167 2005-11-02  Lars Hansen  <larsh@soem.dk>
16169         * net/tramp.el (tramp-action-out-of-band): Handle scp message
16170         "Permission denied".
16172 2005-11-01  Richard M. Stallman  <rms@gnu.org>
16174         * textmodes/flyspell.el (flyspell-external-point-words):
16175         Pass nil to flyspell-get-word.
16177 2005-11-02  Kim F. Storm  <storm@cua.dk>
16179         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16180         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16182 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16184         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16185         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16186         (calendar-mouse-print-dates): Add optional `event' argument.
16187         Update interactive-spec.
16188         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16189         Use `calendar-event-to-date' instead of `event'.
16191 2005-11-02  Masatake YAMATO  <jet@gyve.org>
16193         * progmodes/ld-script.el (ld-script-builtins):
16194         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16195         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16196         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16198 2005-11-01  Romain Francoise  <romain@orebokech.com>
16200         * vc-sccs.el: Update copyright year.
16201         * ezimage.el: Likewise.
16203 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
16205         * info.el (Info-fontify-node): Use `string-width' for fontifying
16206         underlined titles.
16208 2005-11-01  Juri Linkov  <juri@jurta.org>
16210         * info.el (Info-fontify-node): Downcase node header keywords Node,
16211         Prev, Next, Up before comparison.
16212         (Info-history): Insert absolute directory name, and put invisible
16213         property on it.
16215 2005-11-01  Juri Linkov  <juri@jurta.org>
16217         * info.el (Info-file-supports-index-cookies): New variable.
16218         (Info-find-node-2): Check makeinfo version for index cookie support.
16219         (Info-index-nodes): Search for nodes with index cookies only when
16220         Info-file-supports-index-cookies is t.  Otherwise, search nodes
16221         with "Index" in the node name.
16222         (Info-index-node): Search index cookie in the current node only when
16223         Info-file-supports-index-cookies is t.  Otherwise, check the word
16224         "Index" in the node name.
16225         (Info-find-emacs-command-nodes): Remove code that searches nodes
16226         with "Index" node name in the top menu.
16228 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16230         * progmodes/scheme.el (scheme-mode-variables): Use the default
16231         comment-indent-function.
16233         * faces.el (face-attribute): Handle the case where a face inherits from
16234         a non-existent face.
16236         * simple.el (eval-expression-print-format): Use lisp-readable syntax
16237         for octal and hexa output, and merge the char into the paren.
16238         (kill-new): Use push.
16239         (copy-to-buffer): Use with-current-buffer.
16240         (completion-setup-function): Move code in loop to remove redundancy.
16241         (minibuffer-local-must-match-map): Don't add bindings that duplicate
16242         those inherited from minibuffer-local-completion-map.
16244         * savehist.el (savehist-mode) <defcustom>:
16245         Use custom-set-minor-mode if available.
16246         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16247         and emit a message if applicable.
16249 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
16251         * savehist.el: Sync up to version 19.
16252         (savehist-mode): New minor mode.
16253         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16254         (savehist-length): Remove (use history-length instead).
16255         (savehist-file-modes): Rename from savehist-modes.
16256         (savehist-save-hook, savehist-loaded): New vars.
16257         (savehist-load): Use savehist-mode.  Try to smooth up transition from
16258         old format to new format.
16259         (savehist-install): Allow savehist-autosave-interval to be nil.
16260         (savehist-save): Run the new hook.  Be more careful to only trim the
16261         history variables.
16262         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
16263         (savehist-printable): Print into a buffer rather than char-by-char.
16265 2005-11-01  John Wiegley  <johnw@newartisans.com>
16267         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16268         toggle-ignore keybinding (C-a).  The author said it had been
16269         disabled much earlier due to a possible incompatibility, but after
16270         many months of usage I have encountered no problems (and it is a
16271         rather useful option, especially for switching to " *temp*").
16273         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16274         support for OS/X's AddressBook, by calling out to the open source
16275         program "contacts" (installable through Fink).
16277         * net/eudc.el (eudc-expand-inline): If the
16278         `eudc-multiple-match-handling-method' is set to `all', delete the
16279         query string before inserting the query result.
16281         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16282         flag, to prevent Eshell from using the system ls when
16283         `eshell-ls-insert-directory' is in used.
16284         (eshell-ls-insert-directory): Disable font-lock in directory
16285         buffer so that Eshell's own fontification is seen.  This broke
16286         recently due to changes in font-lock, so this goes back to version
16287         21 behavior.
16289 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
16291         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16292         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16293         (gdb-many-windows): Doc fix.
16295 2005-10-31  Romain Francoise  <romain@orebokech.com>
16297         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16299 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
16301         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
16302         that global-font-lock-mode can be enabled by default.
16304         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
16305         (font-lock-add-keywords, font-lock-remove-keywords)
16306         (font-lock-fontify-buffer): Remove autoload cookies.
16308         * jit-lock.el (jit-lock-register): Likewise.
16310         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
16312 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
16314         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
16315         intact if there is no gud-comint-buffer.
16317 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
16319         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
16320         old prompt comint-prompt-read-only is t and GDB commands are
16321         issued from tool bar etc.
16323 2005-10-31  Masatake YAMATO  <jet@gyve.org>
16325         * vc.el (vc-directory-exclusion-list): Add "{arch}".
16327 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16329         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
16330         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
16332 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
16334         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
16335         starting at beginning of line.  Fontification is messed up when
16336         `open-paren-in-column-0-is-defun-start' set to t.
16337         Reported by John Paul Wallington <jpw@pobox.com>.
16339 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
16341         * comint.el (comint-send-input): Call `comint-update-fence' when
16342         `comint-process-echoes' and `comint-prompt-read-only' are both
16343         non-nil, to avoid leftover read-only newline.
16345 2005-10-30  Richard M. Stallman  <rms@gnu.org>
16347         * textmodes/flyspell.el (flyspell-external-point-words):
16348         Detect when WORD can't be checked properly because
16349         flyspell-get-word finds just part of it, and move on.
16351         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
16352         boundarychar for Polish.
16353         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
16354         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
16356 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
16358         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
16359         (gdb-registers-font-lock-keywords): Delete.
16360         (gdb-registers-mode): Don't fontify.
16361         (gdb-info-registers-custom): Use text properties instead as, in
16362         future, changed register values will use font-lock-warning-face.
16363         (gdb-local-font-lock-keywords): Rename to...
16364         (gdb-locals-font-lock-keywords): ...for consistency.
16366 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
16368         * vc.el (vc-switch-backend): Better error message if the buffer is
16369         not visiting a file under version control.
16371         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
16373 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
16375         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
16376         ~/.emacs.d/.emacs.
16378 2005-10-29  Richard M. Stallman  <rms@gnu.org>
16380         * replace.el (occur-mode-mouse-goto): Always go to other window.
16381         (occur-mode-goto-occurrence): Always switch in same window.
16383         * simple.el (undo): Display message at end, not at start.
16385         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
16386         New arg REUSE-CELL.
16387         (cancel-timer-internal): New function.
16388         (timer-event-handler): Use cancel-timer-internal,
16389         and pass the cell it returns to timer-activate...
16391         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
16392         (jit-lock-deferred-fontify, jit-lock-context-fontify)
16393         (jit-lock-after-change): Test memory-full.
16395 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
16397         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16398         part of the decoded armor to find the key-identifier.
16399         (pgg-gpg-lookup-key-owner): New function to return the
16400         human-readable identifier of a key owner.
16401         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16402         key itself.
16403         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16404         the key value) if we have a key and can match it against a secret
16405         key.  Also, added a note pointing out fact that the prompt only
16406         indicates the first matching key.
16408         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16409         pgg-decrypt-region.
16410         (pgg-pending-timers): A new hash for tracking the passphrase cache
16411         timers, so that new ones supercede old ones.
16412         (pgg-add-passphrase-to-cache): Rename from
16413         `pgg-add-passphrase-cache' to reduce confusion (all callers
16414         changed).  Modified to cancel old timers when new ones are added.
16415         (pgg-remove-passphrase-from-cache): Rename from
16416         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16417         changed).  Modified to cancel old timers when their keys are
16418         removed from the cache.
16419         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16420         XEmacs, an indirection to delete-itimer.
16421         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16422         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16423         users can only check cache without risk of prompting.  Correct bug in
16424         notruncate behavior.
16425         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16426         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16427         Add informative docstrings.
16428         (pgg-decrypt): Convey provided passphrase in subordinate call to
16429         pgg-decrypt-region.
16431         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16432         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16433         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16434         `passphrase' argument, so the passphrase can be managed externally
16435         and then passed in to the system.
16437         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16438         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16439         so the passphrase cache can be used reliably with identifiers
16440         besides a pgp packet's key id.
16442         * pgg-gpg.el (pgg-pgp-encrypt-region)
16443         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16444         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16445         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16446         argument to all these routines, so the passphrase can be managed
16447         externally and passed in to the system.
16449         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16450         `notruncate' argument, so the passphrase cache can be used
16451         reliably with identifiers besides a pgp packet's key id.
16453 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
16455         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16456         symmetric encryption.
16457         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16458         encrypted session key.
16459         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16460         message ask for the passphrase in a proper way.
16462         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16463         New user commands for symmetric encryption.
16465 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
16467         * textmodes/conf-mode.el (conf-assignment-sign)
16468         (conf-assignment-regexp): Fix docstrings.
16469         (conf-mode-initialize): New function.
16470         (conf-mode): Remove optional args.  Use delay-mode-hooks to
16471         recognize recursive calls.
16472         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16473         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16474         (conf-xdefaults-mode): Use define-derived-mode and
16475         conf-mode-initialize.
16477 2005-10-29  Romain Francoise  <romain@orebokech.com>
16479         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16481 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
16483         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16484         part of the decoded armor to find the key-identifier.
16485         (pgg-gpg-lookup-key-owner): New function to return the
16486         human-readable identifier of a key owner.
16487         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16488         key itself.
16489         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16490         the key value) if we have a key and can match it against a secret
16491         key.  Also, added a note pointing out fact that the prompt only
16492         indicates the first matching key.
16494         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16495         pgg-decrypt-region.
16496         (pgg-pending-timers): A new hash for tracking the passphrase cache
16497         timers, so that new ones supercede old ones.
16498         (pgg-add-passphrase-to-cache): Rename from
16499         `pgg-add-passphrase-cache' to reduce confusion (all callers
16500         changed).  Modified to cancel old timers when new ones are added.
16501         (pgg-remove-passphrase-from-cache): Rename from
16502         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16503         changed).  Modified to cancel old timers when their keys are
16504         removed from the cache.
16505         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16506         XEmacs, an indirection to delete-itimer.
16507         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16508         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16509         users can only check cache without risk of prompting.  Correct bug in
16510         notruncate behavior.
16511         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16512         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16513         Add informative docstrings.
16514         (pgg-decrypt): Convey provided passphrase in subordinate call to
16515         pgg-decrypt-region.
16517 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16519         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16520         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16521         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16522         `passphrase' argument, so the passphrase can be managed externally
16523         and then passed in to the system.
16525         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16526         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16527         so the passphrase cache can be used reliably with identifiers
16528         besides a pgp packet's key id.
16530         * pgg-gpg.el (pgg-pgp-encrypt-region)
16531         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16532         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16533         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16534         argument to all these routines, so the passphrase can be managed
16535         externally and passed in to the system.
16537         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16538         `notruncate' argument, so the passphrase cache can be used
16539         reliably with identifiers besides a pgp packet's key id.
16541 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
16543         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16544         symmetric encryption.
16545         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16546         encrypted session key.
16547         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16548         message ask for the passphrase in a proper way.
16550         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16551         New user commands for symmetric encryption.
16553 2005-10-28  Bill Wohler  <wohler@newt.com>
16555         * help-mode.el (help-url): New button type.  Calls browse-url.
16556         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16557         Similar to Info nodes: URL `url'.
16558         (help-make-xrefs): Create help-url buttons for
16559         help-xref-url-regexp matches.
16561 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
16563         * tool-bar.el (tool-bar-add-item-from-menu)
16564         (tool-bar-local-item-from-menu): Fix doc strings.
16566 2005-10-28  Romain Francoise  <romain@orebokech.com>
16568         * ldefs-boot.el: Update.
16570         * subr.el (locate-library): Move from help-fns.el.
16571         * help-fns.el (locate-library): Move to subr.el.
16573 2005-10-28  Richard M. Stallman  <rms@gnu.org>
16575         * net/tramp.el (tramp-completion-mode): defvar moved up.
16577         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16579         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16581         * files.el (find-file-noselect): Use %d to format large file size.
16583         * bindings.el (mode-line-format): Add %e.
16585         * loadup.el ("facemenu"): Load unconditionally.
16586         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16587         ("x-dnd"): Load, when appropriate.
16589         * startup.el (command-line): Call before-init-hook earlier.
16590         Warn about some bad characters in -u user name.
16592         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16593         (flyspell-external-point-words): Error if misspelled word is not found.
16594         Set flyspell-large-region-beg at end of word.
16596 2005-10-28  Andreas Schwab  <schwab@suse.de>
16598         * view.el (View-revert-buffer-scroll-page-forward):
16599         Use view-page-size-default.
16601 2005-10-28  Juri Linkov  <juri@jurta.org>
16603         * international/quail.el (quail-get-current-str): Translate last
16604         raw character for deterministic input methods.
16606 2005-10-27  Jay Belanger  <belanger@truman.edu>
16608         * calc/calc-ext.el: Add functions to autoloads.
16609         (math-identity-matrix-p, math-ident-row-p): New functions.
16611         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16612         multiplication by an identity matrix; don't turn multiplication by
16613         an inverse matrix into division.
16614         (math-div-symbol-fancy): Replace division by matrices with
16615         multiplication by inverse.
16617         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16619         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16620         (calc-writeoutpower): New functions.
16622 2005-10-27  Romain Francoise  <romain@orebokech.com>
16624         * replace.el (occur-engine): Include colon in mouse-face highlight.
16626         * dired-x.el: Change Maintainer field.
16628 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
16630         * longlines.el (longlines-mode): Bind after-change-functions to
16631         nil during initial decoding and final encoding.
16633 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
16635         * term.el (term-emulate-terminal, term-handle-colors-array)
16636         (term-handle-ansi-escape): Specify the terminfo capabilities
16637         implemented.
16639 2005-10-26  Richard M. Stallman  <rms@gnu.org>
16641         * info.el (Info-fontify-node): Fix detection of sentence-break
16642         before *Note.
16644 2005-10-26  Romain Francoise  <romain@orebokech.com>
16646         * smerge-mode.el: Add `tools' to file keywords.
16648 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
16650         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16651         when the fringe is not available.
16653         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16654         (def-gdb-auto-update-trigger): Simplify construction.
16655         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16656         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16657         defined explicitly.
16658         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16659         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16660         defined explicitly.
16661         (gdb-info-locals-custom): Remove as it's a no-op.
16663 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
16665         * longlines.el (longlines-mode): Remove narrowing before
16666         performing the initial decoding or final encoding.
16668 2005-10-25  Romain Francoise  <romain@orebokech.com>
16670         * emacs-lisp/find-func.el (find-library-name): Also strip
16671         extension if library name ends in .el, to take advantage of
16672         `find-library-suffixes'.
16674 2005-10-25  Richard M. Stallman  <rms@gnu.org>
16676         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16678 2005-10-25  Juri Linkov  <juri@jurta.org>
16680         * textmodes/texinfo.el (texinfo-mode): Change charset of one
16681         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16683 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16685         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16686         (blackbox-redefine-key): Add argument `map'.
16688         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16689         regions when moving the jit-lock-context-unfontify-pos boundary.
16691 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16693         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16695 2005-10-25  Masatake YAMATO  <jet@gyve.org>
16697         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16699 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
16701         * play/blackbox.el (blackbox-redefine-key): New function.
16702         (blackbox-mode-map): Use it to remap existing bindings for cursor
16703         motion instead of binding literal keys.
16705 2005-10-25  Glenn Morris  <rgm@gnu.org>
16707         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16708         diary does not end in a newline.  Do not assume a blank line at
16709         the start of the diary file.
16711 2005-10-25  Kenichi Handa  <handa@m17n.org>
16713         * international/quail.el (quail-translate-key): If the input
16714         method is deterministic and failed to handle the last key, restart
16715         the key handling loop from an appropriate key.
16717 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
16719         * vc.el (vc-dired-mode): Extend comment for binding of
16720         `directory-listing-before-filename-regexp'.
16722 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16724         * textmodes/texinfo.el (texinfo-mode):
16725         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16726         not to unnecessarily expose emacs-mule's internal char codes.
16728 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
16730         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16731         Display hand pointer and help-echo on disabled icon too.
16732         (gdb-mouse-until): New function.
16733         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16735 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
16737         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16738         with 2005-10-23 change to doctor.el.
16740         * finder.el (finder-mode-map): Add follow-link binding.
16742 2005-10-25  Kim F. Storm  <storm@cua.dk>
16744         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16745         to gdb-mouse-toggle-breakpoint-fringe.
16746         (gdb-mouse-toggle-breakpoint-margin): Rename from
16747         gdb-mouse-toggle-breakpoint.  Fix doc.
16748         (gdb-mouse-toggle-breakpoint-fringe): New defun.
16749         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
16750         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16751         string properties also for fringe breakpoint bitmaps.
16753 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
16755         * textmodes/org.el (org-start-icalendar-file): Fix format form.
16757 2005-10-25  Masatake YAMATO  <jet@gyve.org>
16759         * simple.el (completion-common-substring):
16760         Use `completion-common-substring' prior to `completion-base-size'.
16762 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
16764         * savehist.el: Require CL while compiling.
16765         (savehist-history-variables): Remove.
16766         (savehist-save-minibuffer-history, savehist-additional-variables)
16767         (savehist-minibuffer-history-variables): New vars.
16768         (savehist-save): Use them.
16769         (savehist-uninstall, savehist-minibuffer-hook): New funs.
16770         (savehist-install): New fun, extracted from savehist-load.
16771         (savehist-load): Use them.
16773 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16775         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16776         a dummy doc-string-elt property.
16777         (defalias, defvaralias, define-category): Add a docstring property.
16779         * image.el (defimage):
16780         * widget.el (define-widget):
16781         * custom.el (defface, defcustom): Add `doc-string' declaration.
16783         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16784         (defadvice): Add `doc-string' declaration.
16786         * emacs-lisp/byte-run.el (macro-declaration-function):
16787         Handle `doc-string' declarations.
16788         (define-obsolete-function-alias, define-obsolete-variable-alias):
16789         Add `doc-string' declaration.
16791 2005-10-24  Kenichi Handa  <handa@m17n.org>
16793         * international/utf-7.el (utf-7): Add autoload cookie.
16795         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16797 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
16799         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16800         list of directories passed to batch-update-autoloads.  Add "." to
16801         the list of the echoed directories.
16803         * pgg-def.el:
16804         * pgg-gpg.el:
16805         * pgg-parse.el:
16806         * pgg-pgp.el:
16807         * pgg-pgp5.el:
16808         * pgg.el: Moved here from the gnus subdirectory.
16810 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
16812         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16813         in case comint-prompt-read-only is set to t.
16815         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16816         in case comint-prompt-read-only is set to t.
16818 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
16820         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16821         Now a string.
16822         (icalendar-import-format): Handle CLASS, STATUS, URL.
16823         Rename `subject' to `summary'.
16824         (icalendar-import-format-summary): Rename from
16825         `icalendar-import-format-subject'.
16826         (icalendar-import-format-url, icalendar-import-format-status)
16827         (icalendar-import-format-class): New variables.
16828         (icalendar--rris): Take variable argument list.
16829         (icalendar--datestring-to-isodate): Remove unnecessary
16830         calendar-style check when converting dates with explicit month names.
16831         (icalendar-export-region): Change return type of conversion
16832         subroutines.  Bury current buffer unless error occurred.
16833         (icalendar--convert-to-ical)
16834         (icalendar--parse-summary-and-rest): New functions.
16835         (icalendar--convert-ordinary-to-ical)
16836         (icalendar--convert-weekly-to-ical)
16837         (icalendar--convert-yearly-to-ical)
16838         (icalendar--convert-block-to-ical)
16839         (icalendar--convert-cyclic-to-ical)
16840         (icalendar--convert-anniversary-to-ical): Change return type.
16841         Strip trailing blanks from subject.
16842         (icalendar--convert-sexp-to-ical): Change return type.
16843         Strip trailing blanks from subject.  Handle simple sexp
16844         entries as generated by icalendar.el.
16845         (icalendar--convert-float-to-ical)
16846         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16847         (icalendar-import-file): Doc fix.
16848         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16849         Correct call to icalendar--rris.
16850         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
16851         `summary'.
16852         (icalendar--add-diary-entry): Rename `subject' to `summary'.
16854 2005-10-24  Romain Francoise  <romain@orebokech.com>
16856         * server.el (server-sentinel): Set query-on-exit flag to nil on
16857         new client processes (it isn't inherited from the server process).
16859         * replace.el (occur-engine): Rearrange text properties.
16861 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16863         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16864         case-fold-search is nil.
16865         (debug-help-follow): Use help-xref-interned directly.
16867 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16869         * thumbs.el (thumbs-image-type): Add .pbm.
16871 2005-10-23  Richard M. Stallman  <rms@gnu.org>
16873         * faces.el (inhibit-face-set-after-frame-default): New variable.
16874         (set-face-attribute): Bind it.
16875         (face-set-after-frame-default): Test it.
16877         * help-fns.el (describe-simplify-lib-file-name): New function.
16878         (describe-function-1, describe-variable): Use it.
16880         * faces.el (describe-face): Use describe-simplify-lib-file-name.
16882         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16883         Eliminate nil as possible value.
16884         (tooltip-hide-delay): Reduce internal-border-width.
16886         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16887         (menu-bar-file-menu) <new-file>: Likewise.
16889         * simple.el (line-move-finish): Ignore fields computing LINE-END.
16891         * international/mule.el (load-with-code-conversion):
16892         Pass full file name to `eval-buffer' unless preloading.
16894         * textmodes/flyspell.el (flyspell-large-region):
16895         Call ispell-check-version.
16897         * textmodes/ispell.el (ispell-local-dictionary-overridden):
16898         Fix the make-variable-buffer-local call that was supposed
16899         to be for this variable.
16900         (ispell-aspell-supports-utf8): Doc fix.
16901         (ispell-find-aspell-dictionaries): Preserve elements of
16902         ispell-dictionary-alist for dictionaries that aspell doesn't report.
16903         (ispell-aspell-find-dictionary): Return nil on error.
16905         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16906         (doctor-symptoms): Likewise.
16908         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16910 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16912         * cus-edit.el (custom-button, custom-button-pressed): New vars.
16913         (custom-raised-buttons): Add :set spec.
16914         (custom-button-unraised, custom-button-pressed-unraised):
16915         New faces, so that custom-raised-buttons actually does something.
16916         (custom-mode): Use custom-button and custom-button-pressed.
16918         * wid-edit.el (widget-specify-button): Don't ignore
16919         widget-mouse-face on graphic terminals.
16920         (widget-move-and-invoke): Cleanup.
16922 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
16924         * whitespace.el (whitespace-cleanup): Doc fix.
16926 2005-10-23  Romain Francoise  <romain@orebokech.com>
16928         * emulation/viper.el (viper-set-hooks): Quote forms passed to
16929         `eval-after-load' to avoid evaluating their result.
16931 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
16933         * files.el (directory-listing-before-filename-regexp):
16934         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
16936         * dired.el (dired-move-to-filename-regexp): Remove.
16937         All occurences replaced by `directory-listing-before-filename-regexp'.
16939         * dired-x.el, locate.el, vc.el:
16940         Replace `dired-move-to-filename-regexp' by
16941         `directory-listing-before-filename-regexp'.  In vc.el it is
16942         overwritten locally; maybe this can be handled in files.el too.
16944         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
16945         replaced by `directory-listing-before-filename-regexp'.
16947 2005-10-23  Andreas Schwab  <schwab@suse.de>
16949         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16950         and eval-next-after-load.
16952 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
16954         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16955         exist, create it.
16957 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
16959         * allout.el: Remove autoloads for mailcrypt and crypt++.
16960         Require pgg, pgg-gpg during compilation.
16961         (allout-version): Increment version number to 2.1, and use a literal
16962         rather than RCS Id.
16963         (allout-default-encryption-scheme): Remove.
16964         (allout-passphrase-verifier-handling)
16965         (allout-passphrase-verifier-string)
16966         (allout-file-passphrase-verifier-string)
16967         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16968         (allout-passphrase-hint-handling): Rename and simplify.
16969         (allout-init): Use `find-file-hook' if available, otherwise
16970         `find-file-hooks'.
16971         (allout-mode): Use `write-file-functions' if available, otherwise
16972         `local-write-file-hooks' and, instead of making auto-save-hook
16973         buffer local, make the write-file-hook activity contingent to
16974         allout-mode.
16975         (allout-mode): Use key-binding substitution in the docstring.
16976         (allout-kill-line): Spell-out kill ring data structure mutation
16977         instead of using byte-compiler-complaint-provoking `pop'.
16978         (allout-insert-listified): Use `insert' rather than `insert-string'
16979         (allout-toggle-current-subtree-encryption): Update docstring, adjust
16980         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16981         (allout-encrypt-string): Totally revamped vis new underlying
16982         encryption facilities.
16983         (allout-mc-activate-passwd): Remove.
16984         (allout-obtain-passphrase): New, more or less replaces
16985         allout-mc-activate-passwd.
16986         (allout-encrypted-key-info): More or less replaces
16987         allout-encrypted-text-type.
16988         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16989         (my-mark-marker): Use `(featurep 'xemacs)'.
16991 2005-10-23  Lars Hansen  <larsh@soem.dk>
16993         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16994         (byte-compile-file-form-defmumble, byte-compile-defun)
16995         (byte-compile-defmacro): Use it.
16996         (byte-compile-form): Don't call byte-compile-set-symbol-position
16997         when a byte-compile handler is called.
16999 2005-10-22  Romain Francoise  <romain@orebokech.com>
17001         * savehist.el (savehist-history-variables): Add `grep-find-history'.
17003         * subr.el (eval-after-load): Convert library name to an absolute
17004         file name using locate-library, since load-history no longer has
17005         library names in it.
17007 2005-10-22  Richard M. Stallman  <rms@gnu.org>
17009         * files.el (make-temp-file): Move from subr.el.
17010         * subr.el (make-temp-file): Move to files.el.
17012         * window.el (get-buffer-window-list): Move from subr.el.
17013         * subr.el (get-buffer-window-list): Move to window.el.
17015         * image.el (image-load-path): Use eval-at-startup to initialize.
17017         * subr.el (eval-at-startup): New macro.
17019         * subr.el: Much rearrangement of functions and division
17020         into pages.  No code changes.
17022 2005-10-22  Kenichi Handa  <handa@m17n.org>
17024         * tar-mode.el (tar-extract): Be sure to call
17025         find-operation-coding-system if set-auto-coding doesn't find a
17026         coding system.
17028 2005-10-22  Kim F. Storm  <storm@cua.dk>
17030         * image.el (image-type-header-regexps): Rename from image-type-regexps.
17031         Change users.
17032         (image-type-file-name-regexps): New defconst.
17033         (image-type-from-data): Simplify loop.
17034         (image-type-from-buffer): New defun.
17035         (image-type-from-file-header): Use it instead of image-type-from-data.
17036         Use image-search-load-path instead of only looking in data-directory.
17037         (image-type-from-file-name): New defun.
17038         (image-search-load-path): Change `pathname' to `filename'.
17039         Make PATH arg optional, default to image-load-path.
17041 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17043         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17045         * textmodes/paragraphs.el (sentence-end-base): New variable.
17046         (sentence-end): Use sentence-end-base.
17048 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17050         * font-lock.el (font-lock-default-fontify-region): Check the multiline
17051         property independently from the font-lock-multiline variable.
17053 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17055         * emacs-lisp/find-func.el (find-library-name): Doc fix.
17057         * startup.el (command-line): Convert library names
17058         in `load-history' to absolute file names.
17060         * subr.el (symbol-file): Doc fix.
17062         * loadhist.el (file-loadhist-lookup): Call locate-library
17063         instead of find-library-name.  Don't try converting
17064         abs file names to library names, since load-history no longer
17065         has library names in it.
17066         (file-dependents, file-provides, file-requires): Doc fixes.
17068 2005-10-21  Juri Linkov  <juri@jurta.org>
17070         * progmodes/etags.el (tags-table-mode): New function.
17071         (tags-verify-table): Replace initialize-new-tags-table with
17072         tags-table-mode.
17074         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17075         default value.
17076         (desktop-modes-not-to-save): Add tags-table-mode to the
17077         default value.
17079         * info.el (Info-index-next): Add total number of index
17080         alternatives to the message.
17082         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17083         backward only space (instead of space and period) before looking
17084         at sentence end.
17086         * simple.el (set-variable): Use user-variable-p instead of symbolp.
17087         Add the old variable value as 4th default-value arg of read-string.
17089 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17091         * cus-face.el (custom-declare-face): Make face from X resources
17092         also on Mac.
17094         * disp-table.el (standard-display-g1, standard-display-graphic):
17095         Refuse to use string glyphs also on Mac.
17096         (standard-display-european): Don't set terminal coding system also
17097         on Mac.
17099         * frame.el (display-screens): Use x-display-screens also on Mac.
17101 2005-10-21  Romain Francoise  <romain@orebokech.com>
17103         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
17105 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17107         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17108         and $? into sexps.
17110         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17111         warning face on open-paren-in-column-0.
17113         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17114         boundary case.  Fix typo.
17115         Suggested by Martin Rudalics <rudalics@gmx.at>.
17117 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
17119         * textmodes/org.el (org-combined-agenda-icalendar-file)
17120         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17121         (org-export-icalendar-this-file)
17122         (org-export-icalendar-all-agenda-files)
17123         (org-export-icalendar-combine-agenda-files): New commands.
17124         (org-export-icalendar, org-print-icalendar-entries)
17125         (org-start-icalendar-file, org-finish-icalendar-file)
17126         (org-ical-ts-to-string): New functions.
17127         (org-read-date, org-goto-calendar)
17128         (org-agenda-goto-calendar): Inhibit displaying diary entries by
17129         call to `calendar'.
17130         (orgtbl-setup): Remove the :keys arguments from the menu description.
17131         (org-after-save-iCalendar-file-hook): New variable.
17133 2005-10-21  Kenichi Handa  <handa@m17n.org>
17135         * language/vietnamese.el (tcvn-5712): Make it an alias of
17136         vietnamese-tcvn coding-system.
17138 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
17140         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17141         group id is given.
17143 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17145         * progmodes/sh-script.el (sh-escaped-line-re): New var.
17146         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17147         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17148         whose line is either continued or ends with a comment.
17150 2005-10-20  Romain Francoise  <romain@orebokech.com>
17152         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17154         * replace.el (occur-engine): Add follow-link property.
17156         * font-core.el (font-lock-mode): Doc fix.
17158 2005-10-20  Richard M. Stallman  <rms@gnu.org>
17160         * net/rcirc.el: New file.
17162 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
17164         * term.el (term-term-name): Initialize to "eterm-color".
17166 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
17168         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17169         for encryption functionality.
17170         Move allout customization subgroup from `editing' to `outlines' group.
17171         Fix commentary keywords to legitimate ones.
17172         Update author info (using my current email address, obscurified).
17173         (allout-encrypt-string, allout-encryption-produce-work-buffer)
17174         (allout-encrypted-topic-p, allout-encrypted-text-type)
17175         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17176         (allout-situate-encryption-key-verifier)
17177         (allout-get-encryption-key-verifier, allout-verify-key)
17178         (allout-next-topic-pending-encryption)
17179         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17180         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17181         (outline-key-verifier-handling, outline-key-hint-handling)
17182         (outline-encrypt-unencrypted-on-saves): New defcustoms.
17183         (allout-file-key-verifier-string, allout-encryption-scheme)
17184         (allout-key-verifier-string, allout-key-hint-string)
17185         (allout-after-save-decrypt): New variables.
17186         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17187         (allout-after-saves-handler): New hook functions.
17188         (allout-post-command-business): Do allout-after-save-decrypt.
17189         (allout-enable-file-variable-adjustment): Custom var to enable
17190         mechanism for adding and adjusting settings of Emacs file variables.
17191         (allout-adjust-file-variable, allout-file-vars-section-data):
17192         New functions, implement the mechanism.
17193         (outlineify-sticky): Use the file vars mechanism.
17194         (allout-inhibit-protection, allout-during-write-cue)
17195         (allout-override-protect, allout-before-change-protect): Remove.
17196         (allout-flag-region, allout-open-topic): Adjust read-only text.
17197         (allout-open-line-not-read-only): Add to facilitate read-only
17198         text based protection.
17199         (allout-kill-line): Revise to adjust read-only text, clue the
17200         user about the inhibition.
17201         (allout-unprotected): Use unwind-protect.
17202         (allout-shift-in, allout-shift-out): Disallow manually shifting a
17203         topic deeper than the offspring depth of the previous topic -
17204         avoiding confusing "containment discontinuities".
17205         (allout-reindent-bodies): Fix retention of body relative hanging
17206         indent during promotion of collapsed bodies.
17207         (allout-open-topic): Make it easy to open new topic with same
17208         bullet as current topic - topic creation functions provided with
17209         any universal argument provokes now prompt for bullet, defaulting
17210         to the bullet of the previous topic.
17211         (allout-plain-bullets-string, allout-distinctive-bullets-string):
17212         Plain bullet alternates `.' period and `,' comma only.  All other
17213         bullets are relegated to special status (but customizable).
17214         (allout-end-of-entry): Rename from allout-end-of-current-entry
17215         since it actually operates w.r.t. most immediately containing
17216         entry, visible or not.
17217         (allout-hide-current-entry, allout-show-current-entry): Use the
17218         revised version.
17219         (allout-old-expose-topic): Solidify deprecation.
17220         (allout-end-of-subtree): Add so we can span concealed as well
17221         as visible topics.
17222         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17223         (allout-end-of-current-heading): Tweak to just respect the first line.
17224         (allout-get-body-text): Add.
17225         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17226         when invoked interactively.
17227         (allout-up-current-level): Use `interactive-p'.
17228         (allout-mode, allout-init): Miscellaneous docstring and
17229         operational refinements, as well as hookups of new encryption stuff.
17230         (allout-beginning-of-current-entry): Now works as advertised.
17231         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17232         (allout-isearch-rectification): Refine condition for isearching.
17233         (allout-isearch-abort, allout-enwrap-isearch)
17234         (allout-flag-region, my-region-active-p): Relocate some macros.
17235         (allout-title): Fallback title is (buffer-name), not
17236         non-existing (current-buffer-name).
17237         (subst-char-in-string): Define if absent (for some XEmacs versions).
17239 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
17241         * mail/sendmail.el (mail-setup-hook, mail-aliases)
17242         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17243         (mail-citation-prefix-regexp, mail-signature-file)
17244         (mail-default-headers, mail-bury-selects-summary)
17245         (mail-send-nonascii): Add autoload cookies.
17247 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17249         * frame.el (blink-cursor-mode): Add `mac' to the list of
17250         window-system's that support blinking cursor.
17252 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17254         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17256 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
17258         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17259         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17260         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17262 2005-10-20  Kim F. Storm  <storm@cua.dk>
17264         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17265         (ido-set-current-directory): Don't add / after final @.
17266         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17267         Explicitly handle ange-ftp completion oddities.
17268         (ido-make-file-list): Don't rotate list at tramp root to avoid
17269         triggering tramp file handler for expand-file-name via get-file-buffer.
17271 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17273         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17275 2005-10-19  Jay Belanger  <belanger@truman.edu>
17277         * calc/calc-units.el (math-standard-units): Add units, adjust
17278         symbols and update values.
17279         (math-unit-prefixes): Add more prefixes.
17281 2005-10-19  Romain Francoise  <romain@orebokech.com>
17283         * bookmark.el (bookmark-menu-heading): New face.
17284         (bookmark-bmenu-list): Use it.
17285         Don't fiddle with `baud-rate' at top-level.
17287 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
17289         * image.el (create-image, find-image): Mention max-image-size in
17290         docstring.
17292 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17294         * savehist.el (savehist-load): Revert to checking XEmacs.
17296         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17297         Various docstring and line-width fixups.
17298         (conf-mode): Use cond.
17299         Set font-lock-defaults.  Don't set comment-use-syntax.
17301 2005-10-18  David Ponce  <david@dponce.com>
17303         * tree-widget.el (tree-widget-button-click): New function.
17304         (tree-widget-button-keymap): Use it.
17306 2005-10-18  Romain Francoise  <romain@orebokech.com>
17308         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17309         (bookmark-bmenu-hide-filenames): Add follow-link property.
17310         Improve help-echo text.
17312         * ffap.el (find-file-at-point): Doc fix.
17314 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17316         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
17318 2005-10-18  Masatake YAMATO  <jet@gyve.org>
17320         Install to the CVS repository what I forgot to install in my
17321         2005-10-16 changes.
17323         * progmodes/python.el (python-complete-symbol): Pass the common
17324         prefix substring of completion to `display-completion-list'.
17326         * textmodes/org.el (org-complete): Ditto.
17328 2005-10-18  Masatake YAMATO  <jet@gyve.org>
17330         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
17332         * woman.el (WoMan-xref-man-page): New button type derived
17333         from `Man-abstract-xref-man-page'.
17334         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
17336         * man.el (Man-abstract-xref-man-page): New button type.
17337         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
17338         (Man-highlight-references): Add new optional argument `xref-man-type'.
17340 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
17342         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
17344 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17346         * cus-edit.el (Custom-move-and-invoke): Delete.
17347         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
17349         * wid-edit.el (widget-move-and-invoke): New function, from
17350         Custom-move-and-invoke.
17352 2005-10-17  Bill Wohler  <wohler@newt.com>
17354         Move all remaining images from lisp/toolbar to etc/images, move
17355         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
17356         the low resolution images in their own directory (low-color).
17358         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
17359         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
17360         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
17361         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
17362         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
17363         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
17364         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
17366         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
17367         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
17368         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
17369         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
17370         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
17371         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
17372         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
17373         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
17374         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
17375         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
17376         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
17377         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
17378         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
17379         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
17380         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
17382         To conform with convention, replace the underscore (_) in the
17383         following image names with dash (-) or (/) as appropriate.
17385         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
17386         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
17387         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
17388         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
17389         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
17390         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
17391         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
17392         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
17393         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
17394         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
17395         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
17396         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
17397         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
17398         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
17399         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
17401         * info.el (info-tool-bar-map): Replace underscores in image names
17402         with dashes.
17404         * makefile.w32-in (WINS): Remove toolbar.
17406         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
17408         * tool-bar.el: Move to lisp from toolbar.  Now that
17409         toolbar is empty, it should be deleted when folks run "cvs up -P".
17411 2005-10-18  Jay Belanger  <belanger@truman.edu>
17413         * calc/calc-store.el (calc-store-into): Get the proper variable name
17414         to display in message.
17416 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
17418         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17419         expressions display in speedbar for all buffers when debugging.
17420         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17422         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17423         (speedbar-insert-button, speedbar-make-button):
17424         Use add-text-properties.
17425         (speedbar-update-localized-contents)
17426         (speedbar-update-directory-contents)
17427         (speedbar-update-special-contents): Use dolist.
17428         (speedbar-buffer-easymenu-definition): Add a menu separator.
17430 2005-10-17  Jason Rumney  <jasonr@gnu.org>
17432         * makefile.w32-in: Use $(lisp) consistently.
17433         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17434         for shell specific generation of mh-autoloads.
17436 2005-10-17  Richard M. Stallman  <rms@gnu.org>
17438         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17440 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17442         * jit-lock.el (jit-lock-fontify-now):
17443         Move jit-lock-context-unfontify-pos to avoid wasted work.
17445 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
17447         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
17448         `tramp-completion-mode' for checking if we are in completion mode.
17449         (tramp-completion-handle-file-name-all-completions): Reorder code
17450         in order to complete for file names only in case there are no
17451         method/user/host completions.  This is necessary for cooperation
17452         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
17454 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
17456         * longlines.el (longlines-search-forward)
17457         (longlines-search-backward): Match any number of spaces.
17459 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
17461         * diff-mode.el (diff-mode): Doc fix.
17463 2005-10-16  David Reitter  <david.reitter@gmail.com>
17465         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17466         as default on darwin and windows systems.
17468 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17470         * arc-mode.el (archive-zip-extract): Doc fix.
17472 2005-10-16  Romain Francoise  <romain@orebokech.com>
17474         * mouse.el (mouse-1-click-follows-link): Doc fix.
17476 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17478         * savehist.el: Don't require CL at runtime.
17479         (savehist-xemacs): Remove.
17480         (savehist-coding-system): Use utf-8 if present, regardless of religion.
17481         (savehist-no-conversion): Use (featurep 'xemacs).
17482         (savehist-load): Check existence of start-itimer rather than XEmacs.
17483         Use an idle timer.
17484         (savehist-process-for-saving): Replace use of CL funs `subseq' and
17485         `delete-if-not'.
17487 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
17489         * savehist.el: Newer version.
17490         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17491         (savehist-last-checksum, savehist-no-conversion): New vars.
17492         (savehist-autosave, savehist-process-for-saving, savehist-printable):
17493         New functions.
17494         (savehist-load, savehist-save): Use them.
17495         (savehist-delimit): Remove.
17497 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17499         * progmodes/compile.el (compilation-goto-locus): Display the
17500         compilation buffer first and the source buffer second, in case they're
17501         in overlapping frames.  Don't raise the compilation frame if it was the
17502         selected window upon entry.  Pass the `other-window' arg to
17503         pop-to-buffer.
17505         * info.el (Info-fontify-node): Use dolist.
17506         Change add-text-properties to put-text-property.
17508 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17510         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17511         bound of search.
17513 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17515         * dabbrev.el (dabbrev-completion): Pass the common
17516         prefix substring of completion to `display-completion-list'.
17518         * filecache.el (file-cache-minibuffer-complete)
17519         (file-cache-complete): Ditto.
17521         * tempo.el (tempo-display-completions): Ditto.
17523         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17525         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17527         * eshell/em-hist.el (eshell-list-history): Ditto.
17529         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17531         * mail/mailalias.el (mail-complete): Ditto.
17533         * progmodes/etags.el (complete-tag): Ditto.
17535         * progmodes/make-mode.el (makefile-complete): Ditto.
17537         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17539         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17541         * progmodes/pascal.el (pascal-complete-word)
17542         (pascal-show-completions): Ditto.
17544         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17546         * simple.el (completion-common-substring): New variable.
17547         (completion-setup-function): Use `completion-common-substring'
17548         to put faces.
17550 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17552         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17553         (x-get-selection, mac-select-convert-to-string): Convert from/to
17554         UTF-16 clipboard data as in native byte order, no BOM.
17556 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
17558         * progmodes/gud.el (gud-tool-bar-map): Rename the images
17559         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17560         (gud-sentinel): Use speedbar-frame to check for speedbar.
17562 2005-10-15  Richard M. Stallman  <rms@gnu.org>
17564         * savehist.el: New file.
17566 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
17568         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17569         Fix bug in \bf fontification.
17571 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17573         * pcvs.el (cvs-edit-log-files): New var.
17574         (cvs-mode-edit-log): New arg `file'.
17575         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17576         Instead force the use of the original file and nothing else.
17577         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17578         the cvs-minor-wrap-function is set.
17579         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17581 2005-10-14  Bill Wohler  <wohler@newt.com>
17583         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17584         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17585         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17586         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17587         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17588         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17589         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17590         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17591         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17592         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17593         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17594         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17595         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17596         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17597         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17599         * progmodes/gud.el (gud-tool-bar-map): Rename the images
17600         appropriately (for example, gud-break to gud/break).
17602 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
17604         * longlines.el (longlinges-search-function)
17605         (longlines-search-forward, longlines-search-backward): New functions.
17606         (longlines-mode): Set isearch-search-fun-function to
17607         longlinges-search-function.
17609         * mouse.el (mouse-drag-region-1): Handle the case where a
17610         double-click event is bound to an arbitrary function.
17612 2005-10-14  David Ponce  <david@dponce.com>
17614         * recentf.el (recentf-track-opened-file)
17615         (recentf-track-closed-file, recentf-update-menu)
17616         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17617         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17618         mouse-1-click-follows-link.
17620 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17622         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17623         Gnome file-manager.png.  Suggested by
17624         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17626         * toolbar/README: Add diropen.xpm.
17628 2005-10-13  Bill Wohler  <wohler@newt.com>
17630         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17631         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
17633 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17635         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17636         Don't waste the byte-compiler's time on constant data.
17638 2005-10-13  Kenichi Handa  <handa@m17n.org>
17640         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17641         byte with `escape-glyph' face.
17643         * international/fontset.el (ccl-encode-unicode-font):
17644         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17645         Handle the case that ucs-mule-to-mule-unicode translates a character to
17646         ASCII (usually for IPA characters).
17648 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17650         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17651         Don't hide the underline of titles if font-lock-mode is disabled.
17653 2005-10-12  Bill Wohler  <wohler@newt.com>
17655         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
17656         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
17657         files in MH-E-SRC have been updated.
17658         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17660 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17662         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17663         (mixal-mode-syntax-table): Add \n as end-comment.
17664         (mixal-operation-codes-alist): Immediately initialize to full value.
17665         (mixal-add-operation-code): Remove.
17666         (mixal-describe-operation-code): Make the arg non-optional.
17667         Use the interactive spec instead.
17668         Use mixal-operation-codes-alist rather than mixal-operation-codes.
17669         (mixal-font-lock-keywords): Don't highlight comments here any more.
17670         (mixal-font-lock-syntactic-keywords): New var.
17671         (mixal-mode): Use it.  Fix comment-start-skip.
17673 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17675         * startup.el (command-line-x-option-alist): -nb => -nbi
17677 2005-10-12  Kim F. Storm  <storm@cua.dk>
17679         * startup.el (fancy-splash-default-action): Discard mouse click in
17680         the splash screen window, as it has no sensible meaning in the
17681         next window to be selected.  Fixes error reported by Jan D.
17683 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17685         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17687 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17689         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17690         Try to fix up minor layout issues like indentation, line break, etc...
17691         (mixal-mode-syntax-table): Don't try to specify comment syntax,
17692         because it doesn't work.
17693         (mixal-operation-codes): Add some more codes.
17694         (mixal-font-lock-keywords): Process comments here.
17695         (mixal-mode): mixasm no longer needs -g option.
17697 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17699         * progmodes/sh-script.el (sh-tmp-file):
17700         Use mktemp -t.  Finish support for es and rc shells.
17702 2005-10-11  Jay Belanger  <belanger@truman.edu>
17704         * calc/calcalg2.el (calc-integral): With an argument, compute the
17705         definite integral.
17707 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
17709         * mouse.el (mouse-drag-region-1): Don't try to catch a
17710         double-click when doing follow-link (it's overridden anyway).
17712 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
17714         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17715         (autoload-print-form-outbuf): Add docstring.
17717 2005-10-11  Juri Linkov  <juri@jurta.org>
17719         * info.el (Info-mode-menu): Delete menu item "Edit".
17720         (Info-mode): Delete description of Info-edit from docstring,
17721         and rearrange descriptions of Info commands in the order
17722         they are documented in the Info manual.
17724 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17726         * calendar/appt.el (appt-check): Use diary-selective-display var.
17728 2005-10-10  Richard M. Stallman  <rms@gnu.org>
17730         * net/newsticker.el (newsticker-start, newsticker-show-news):
17731         Add autoload cookies.
17733 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
17735         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17737 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
17739         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17741 2005-10-10  Jay Belanger  <belanger@truman.edu>
17743         * calc/calc-arith.el (math-check-known-scalarp)
17744         (math-check-known-matrixp): Check the values of arguments that are
17745         variables.
17746         (math-check-known-square-matrixp): New function.
17747         (math-known-square-matrixp): Use math-check-known-square-matrixp.
17748         (math-super-types): Add sqmatrix type.
17750         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17751         mode name `square' to `sqmatrix'.
17753         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17754         mode name `square' to `sqmatrix'.
17756 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17758         * progmodes/etags.el (select-tags-table-mode): Don't use
17759         selective-display.
17760         (tags-select-tags-table): Pass `button' to the action function.
17761         (select-tags-table): Place the side-info on button properties rather
17762         than in hidden text.  Abbreviate file names.
17763         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17764         (select-tags-table-select): Add `button' argument.
17765         Get side-info from the button property rather than from hidden text.
17767 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
17769         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17770         (gud-speedbar-buttons): Preserve point if possible.
17771         (gud-sentinel): Restore previous speedbar display type.
17773         * progmodes/gdb-ui.el (gdba): Improve diagram.
17774         (def-gdb-auto-update-handler, gdb-info-locals-handler)
17775         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17776         Call get-buffer-window once.
17778 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17780         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17781         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17782         (pascal-indent-command): Remove unused var `ind'.
17783         (pascal-indent-case): Remove unused var `oldpos'.
17784         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17785         since it's now used as a proper minor mode map.
17786         (pascal-outline): Rename to pascal-outline-mode.
17787         (pascal-outline-mode): Use define-minor-mode.
17788         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17789         selective-display.
17791 2005-10-10  Andreas Schwab  <schwab@suse.de>
17793         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17794         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
17796         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17797         outside source directory.
17799 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
17801         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17802         C-x' as a prefix.
17803         (orgtbl-mode-map): Full keymap instead of sparse, because all
17804         `self-insert-command' keys are redefined in this map.
17805         (org-export-as-html): Specify charset for HTML file, by taking it
17806         from the coding system.
17808 2005-10-10  Kenichi Handa  <handa@m17n.org>
17810         * textmodes/flyspell.el (flyspell-check-word-p):
17811         If unread-command-events is non-empty, don't call sit-for.
17813 2005-10-09  Richard M. Stallman  <rms@gnu.org>
17815         * font-lock.el (font-lock-syntactic-keywords)
17816         (font-lock-keywords): Doc fixes.
17818         * textmodes/flyspell.el (flyspell-external-point-words):
17819         Simplify logic, and don't try to check for consecutive appearances
17820         of one incorrect word.
17822 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
17824         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17825         separator.
17827         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17828         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17829         (gud-expansion-speedbar-buttons): New function.
17830         (gud-speedbar-buttons): Check for gud-comint-buffer.
17832 2005-10-09  Bill Wohler  <wohler@newt.com>
17834         * Makefile.in (updates): Add mh-loaddefs dependency.
17836 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
17838         * speedbar.el (speedbar-file-key-map): Fix typo.
17840 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17842         * cus-start.el (line-spacing): Add custom spec.
17844 2005-10-09  Romain Francoise  <romain@orebokech.com>
17846         * textmodes/ispell.el (ispell-check-version): Fix last change.
17848 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17850         * term/x-win.el: Remove -i, --icon-type from comment.
17852         * startup.el (command-line-x-option-alist): Remove options -i,
17853         -itype, --icon-type, added -nb, --no-bitmap-icon
17855 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
17857         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17858         instead of :active.
17860 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17862         * textmodes/ispell.el (ispell-check-version):
17863         Ignore hyphen, and all that follows, in aspell's version text.
17865 2005-10-08  Jay Belanger  <belanger@truman.edu>
17867         * calc/calc-arith.el (math-known-square-matrixp): New function.
17868         (math-pow-fancy): Check for matrices before distributing exponent
17869         across products.
17871         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17872         fullscreen keypad.  Suggested by Luc Teirlinck.
17873         (calc-keypad-show-input): Add space for formatting.
17875         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17876         Add square matrix option.
17878         * calc/calc-poly.el (math-expand-term): Check for matrices instead
17879         of checking calc-matrix-mode when deciding how to expand.
17881         * calc/calc.el (calc-set-mode-line): Add square matrix option.
17883 2005-10-08  Lars Hansen  <larsh@soem.dk>
17885         * net/tramp.el (tramp-perl-directory-files-and-attributes):
17886         Add error handling.
17887         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17889 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
17891         Sync with Tramp 2.0.51.
17893         * net/tramp.el (tramp-handle-set-visited-file-modtime)
17894         (tramp-handle-insert-file-contents, tramp-handle-write-region):
17895         Insert special handling for `last-coding-system-used', again
17896         it still seems to be necessary (unlike stated before).
17897         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17898         (tramp-password-prompt-regexp): There might be other words before
17899         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17900         (tramp-chunksize): Improve docstring.
17901         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17902         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
17903         Christian Joergensen <bugs@razor.dk>.
17905 2005-10-07  Glenn Morris  <rgm@gnu.org>
17907         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17908         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17909         precision'.
17911 2005-10-07  Romain Francoise  <romain@orebokech.com>
17913         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17914         (ibuffer-do-shell-command-pipe-replace)
17915         (ibuffer-do-shell-command-file, ibuffer-do-eval)
17916         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17917         (ibuffer-do-revert, ibuffer-do-replace-regexp)
17918         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17919         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17920         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17921         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17922         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17923         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17924         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17925         Autoload file sans suffix.
17927         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17929 2005-10-07  David Ponce  <david@dponce.com>
17931         * recentf.el (recentf-menu-open-all-flag): New option.
17932         (recentf-digit-shortcut-command-name): New function.
17933         (recentf--shortcuts-keymap): New variable.
17934         (recentf-menu-shortcuts): New variable.
17935         (recentf-make-menu-items): Initialize it.  Replace the "More..."
17936         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17937         (recentf-menu-value-shortcut): New function.
17938         (recentf-make-menu-item): Use it.  No more in-lined.
17939         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17940         (recentf-open-most-recent-file): Rename from
17941         `recentf-open-file-with-key'.  Don't depend on key binding.
17942         (recentf-mode-map): New variable.
17943         (recentf-mode): Use it.
17945 2005-10-06  Bill Wohler  <wohler@newt.com>
17947         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
17949         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17950         (MH-E-SRC): New.  Used by mh-autoloads.
17951         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
17952         files in MH-E-SRC have been updated.
17953         (compile, recompile, bootstrap): Depend on mh-autoloads.
17955 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
17957         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17958         gud-break and gud-remove icons when the fringe is not available.
17960         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17961         Typo.
17963 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
17965         * play/zone.el (zone): Wrap body with save-window-excursion.
17967 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17969         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17970         Use the new `list-only' arg to diary-list-entries.
17972         * calendar/diary-lib.el: Use overlays rather than selective-display.
17973         (diary-selective-display): New var.
17974         (diary-header-line-format): Use it.
17975         (diary-list-entries): Add argument `list-only'.
17976         Put the buffer in diary-mode.  Don't add \^M at beg and end.
17977         Replace \^M by invisible overlays.
17978         (diary-unhide-everything): Replace \^M by invisible overlays.
17979         (print-diary-entries): Look for overlays rather than \^M.
17980         Add a space to the temp buffer name.
17981         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17982         Put the buffer in diary-mode.
17983         (list-sexp-diary-entries): Replace \^M by invisible overlays.
17984         (diary-anniversary): Make the year arg optional.
17985         (diary-time-regexp): New const.
17986         (diary-font-lock-keywords): Use it to accept a few more time formats.
17988         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17990 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
17992         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17993         Fix bug introduced 2005-07-03: Use (car (last ...))
17994         to faithfully reproduce replaced artist-last.
17995         (artist-set-arrow-points-for-poly): Likewise.
17996         Suggested by Johan Bockg\e,Ae\e(Brd.
17998 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
18000         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18001         * wid-edit.el (widget):
18002         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18003         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18005 2005-10-06  Kenichi Handa  <handa@m17n.org>
18007         * international/mule-cmds.el (set-language-environment):
18008         Fix setting up of case-table for unibyte mode.
18010         * simple.el (what-cursor-position): If the character is displayed
18011         by some `display' text property, show that.  Don't use
18012         single-key-description for eight-bit characters in multibyte mode.
18014 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
18016         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18017         (gdb-ann3): Set it.
18018         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18019         (gdb-info-frames-custom): Use inverse-video for first five
18020         characters of selected frame only.
18021         (gdb-get-frame-number): Select frame even when point is on frame
18022         number.
18024 2005-10-06  Masatake YAMATO  <jet@gyve.org>
18026         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18027         Put `font-lock-function-name-face'.
18028         (gdb-info-frames-custom): Put `font-lock-function-name-face'
18029         and `font-lock-variable-name-face'
18030         (gdb-registers-font-lock-keywords): New font lock keywords definition.
18031         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18032         (gdb-memory-font-lock-keywords): New font lock keywords definition.
18033         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18034         (gdb-local-font-lock-keywords): New font lock keywords definition.
18035         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18036         (gdb-threads-font-lock-keywords): New font lock keywords definition.
18037         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18039 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
18041         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18042         (ediff-merge-region-is-non-clash-to-skip): Previously called
18043         ediff-merge-region-is-non-clash.
18045         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18046         Use insert-buffer-substring.
18048         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18049         selecting files to patch.  Also bug fixes.
18051         * ediff-util.el (ediff-setup): Bug fix.
18052         (ediff-next-difference): Never skip clashes that differ in white
18053         space only.
18055         * ediff-wind.el (ediff-setup-control-frame)
18056         (ediff-destroy-control-frame): Check the menubar feature.
18058         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18059         (viper-refresh-mode-line): Use make-local-variable to localize
18060         some vars instead of make-variable-buffer-local.  Suggested by
18061         Stefan Monnier.
18063         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18064         (viper-restore-cursor-type, viper-set-insert-cursor-type):
18065         Use make-local-variable instead of make-variable-buffer-local.
18066         Suggested by Stefan Monnier.
18068         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18069         (viper-comint-mode-hook): Use make-local-variable on
18070         require-final-newline.
18071         (viper-non-hook-settings): Don't use make-variable-buffer-local.
18073 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18075         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18076         also the second char of a comment-start sequence.
18077         (scheme-sexp-comment-syntax-table): New var.
18078         (lambda, define): Set their scheme-doc-string-elt property.
18079         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18080         Use lisp-font-lock-syntactic-face-function now that it properly
18081         handles |...| symbols.
18082         (scheme-mode-variables): Set lisp-doc-string-elt-property,
18083         parse-sexp-lookup-properties and font-lock-extra-managed-props.
18085         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18086         bit from # to |.
18087         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18089         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18090         (lisp-doc-string-elt-property): New var.
18091         (lisp-font-lock-syntactic-face-function): Use it.
18092         Rewrite to recognize docstrings even for forms not at toplevel.
18094         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18095         annotation on the | part of #| rather than on the # part.
18096         (scheme-font-lock-syntactic-face-function): New function, to
18097         distinguish strings from |...| symbols.
18098         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
18099         syntax-table so that #|...|# is properly highlighted.
18101         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18102         Don't mark as docstring the 3rd elem of an unknown toplevel form.
18104 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18106         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18107         and C-e.
18109         * emacs-lisp/eldoc.el: Move comments into docstrings.
18110         (eldoc-message-commands): Initialize in its declaration.
18111         Add move-beginning-of-line and move-end-of-line.
18112         (eldoc-add-command, eldoc-add-command-completions)
18113         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18115         * outline.el (outline-mark-subtree): Activate the mark.
18117         * calendar/appt.el (appt-time-regexp): New var.
18118         (appt-add, appt-make-list): Use it.
18119         (appt-convert-time): Clean up.
18121         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18122         Don't set any syntax-table property here.
18123         (tex-font-lock-verb): New function.  Do it here.
18124         (tex-font-lock-syntactic-keywords): Use it.
18126 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18128         * wid-edit.el (widget-file-complete): Get the widget start point
18129         the right way.  Default directory to `/' if file has none.
18131         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18133         * textmodes/flyspell.el (flyspell-mode-on):
18134         Call ispell-maybe-find-aspell-dictionaries.
18136         * textmodes/ispell.el (ispell-word, ispell-region):
18137         Call ispell-maybe-find-aspell-dictionaries.
18138         (ispell-accept-buffer-local-defs):
18139         Don't call ispell-maybe-find-aspell-dictionaries
18141 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18143         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18145 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
18147         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18148         instead of `fboundp' in order to allow for anonymous functions.
18150 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
18152         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18153         case the user clicks on the link while another window is selected.
18154         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18156         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18157         functionality.
18158         (dframe-help-echo): Save point in case mouse tracking is off.
18160 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
18162         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18164 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18166         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18167         not change the global value of those vars.
18169         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18170         make-local-variable which we do not need any more.
18172 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
18174         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18175         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18176         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18177         (speedbar-path-line): Define obsolete aliases.
18178         (speedbar-line-directory): Doc fix.
18180         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18181         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18182         instead of speedbar-line-path.
18184 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18186         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18187         to nil if dropping on a window.  Handle dropping on a minibuffer window
18188         like dropping on a non-window part of Emacs.
18190 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18192         * net/ange-ftp.el: Use with-current-buffer.
18193         (ange-ftp-insert-directory): Do not follow symlinks any more.
18195         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18196         Remove interactive spec.
18198 2005-10-03  Kim F. Storm  <storm@cua.dk>
18200         * ido.el (ido-mode): Use custom-initialize-set.
18202 2005-10-02  Richard M. Stallman  <rms@gnu.org>
18204         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18205         Use insert-buffer-substring.
18207         * net/tramp.el: Pacify byte compiler warnings in pacification code.
18208         (tramp-handle-file-local-copy): Use insert-buffer-substring.
18210 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18212         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18213         in last change.
18214         (ange-ftp-insert-directory): Fix up the search for the case where
18215         `file' is absolute.
18217 2005-10-02  Romain Francoise  <romain@orebokech.com>
18219         * progmodes/compile.el (compile-goto-error): Delete extra paren.
18221 2005-10-02  Andreas Schwab  <schwab@suse.de>
18223         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18224         directory component in the session info.
18226 2005-10-01  Richard M. Stallman  <rms@gnu.org>
18228         * comint.el (comint-redirect-subvert-readonly): Doc fix.
18230         * simple.el (next-error-internal): New function.
18232         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18233         (compilation-start): Pass new arg to compilation-buffer-name.
18234         (compile-goto-error): Use next-error-internal.
18236 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18238         * speedbar.el: Remove RCS tag.
18239         (speedbar-check-read-only): Handle non-existent files.
18241         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18243         * info.el (Info-speedbar-hierarchy-buttons)
18244         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18246 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18248         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18249         Do not match newline.
18250         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18251         (bibtex-summary): Remove unnecessary save-excursion.
18252         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18254 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18256         * term/mac-win.el: Add charset info for "iso10646-1".
18257         Modify default fontset to use ATSUI-compatible fonts for some charsets
18258         if available.
18260 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18262         * speedbar.el: Re-apply arch tag.
18263         (speedbar-version): Rename to version 1.0.  Suggested by Eric
18264         M. Ludlam.
18265         Reapply two changes from Emacs CVS' version of speedbar lost
18266         during the merge:
18267         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18268         (speedbar-frame-parameters): Improve customize type.
18270 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18272         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18273         (ange-ftp-file-directory-p): Fix the symlink case.
18274         (ange-ftp-insert-directory): When listing a single file, get a list of
18275         the parent buffer and extract the relevant line.  Inspired from a patch
18276         by Katsumi Yamaoka <yamaoka@jpl.org>.
18277         (ange-ftp-file-name-sans-versions): Simplify.
18279 2005-09-30  Bill Wohler  <wohler@newt.com>
18281         Move MH-E image files from toolbar and mail directories into
18282         etc/images.
18284         * mail/reply2.*: Move to etc/images/mail/reply*.
18286         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18287         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18288         etc/images.
18290         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18291         * toolbar/reply*: Move to etc/images/mail.
18293         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18295 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
18297         * speedbar.el: New version 1.0pre3.
18299         Frame management code (including timer, and mouse click specifics)
18300         moved to dframe.el:
18301         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
18302         (speedbar-timer): Removed.  Use dframe-timer.
18303         (speedbar-close-frame): Removed.  Use dframe-close-frame.
18304         (speedbar-activity-change-focus-flag): Removed.  Use
18305         dframe-activity-change-focus-flag.
18306         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
18307         dframe-update-speed.
18309         (speedbar-current-frame): New macro.  Use this instead of the
18310         variable speedbar-frame.
18312         (speedbar-use-images, speedbar-expand-image-button-alist)
18313         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
18315         (speedbar-find-image-on-load-path): Removed.  Replaced by
18316         defezimage in ezimage.el.
18317         (speedbar-expand-image-button-alist): Removed.  Replaced by
18318         ezimage-expand-image-button-alist in ezimage.el.
18320         (speedbar-ignored-directory-regexp)
18321         (speedbar-add-ignored-directory-regexp)
18322         (speedbar-ignored-directory-expressions)
18323         (speedbar-line-directory, speedbar-buffers-line-directory)
18324         (speedbar-directory-line, speedbar-buffers-line-directory):
18325         Renamed, replacing `path' with `directory'.
18327         (speedbar-create-directory, speedbar-expand-line-descendants)
18328         (speedbar-toggle-line-expansion)
18329         (speedbar-contract-line-descendants): New commands.
18331         (speedbar-query-confirmation-method, speedbar-select-frame-method)
18332         (speedbar-use-tool-tips-flag): New options.
18334         (speedbar-check-read-only, speedbar-require-version)
18335         (speedbar-insert-separator, speedbar-buffers-tail-notes)
18336         (speedbar-handle-delete-frame, speedbar-try-completion)
18337         (speedbar-update-localized-contents): New functions.
18339         (speedbar-incompatible-version, speedbar-ro-to-do-point)
18340         (speedbar-object-read-only-indicator): New variables.
18342         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
18343         New hooks.
18345         (speedbar-separator-face): New face.
18347         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
18348         (speedbar-ignored-modes): Add fundamental-mode.
18349         (speedbar-directory-unshown-regexp): Add . directories.
18351         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
18352         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
18353         `]' for full expand/close.
18354         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
18356         (speedbar-check-vc): Support hidden files.
18357         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
18358         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
18359         state is nil, it is not checked out.
18361         (speedbar-line-text, speedbar-line-token): Support expand buttons
18362         with no text.
18363         (speedbar-refresh): Universal argument acts as power-click.
18364         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
18365         that buffer to get variable values.
18367         And many other bugfixes.
18369         * dframe.el, ezimage.el, sb-image.el: New files.
18371         * sb-*.xpm: Remove files.  New image files installed into
18372         etc/images/ezimage.
18374 2005-09-30  Kenichi Handa  <handa@m17n.org>
18376         * ps-mule.el (ps-mule-show-warning): If a character is in
18377         ps-print-translation-table, don't treat it as non-printable.
18379 2005-09-30  David Ponce  <david@dponce.com>
18381         * tree-widget.el (tree-widget-themes-load-path): New variable.
18382         (tree-widget-themes-directory): Doc fix.
18383         (tree-widget-image-formats) [Emacs]: Doc fix.
18384         (tree-widget--locate-sub-directory): New function.
18385         (tree-widget-themes-directory): Use it.
18387         * recentf.el (recentf-filename-handlers): Rename from
18388         `recentf-filename-handler'.  Allow a list of functions.
18389         (recentf-menu-items-for-commands): Fix :help strings.
18390         (recentf-apply-filename-handlers): New function.
18391         (recentf-expand-file-name): Use it.
18392         (recentf-cleanup): Remove duplicates too.
18394 2005-09-29  Juri Linkov  <juri@jurta.org>
18396         * faces.el: Rearrange face definitions to be in the same order as
18397         their face descriptions in "(emacs)Standard Faces".
18399         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
18401         * tooltip.el (tooltip): Add group `basic-faces'.
18403         * buff-menu.el (Buffer-menu-buffer): Remove group
18404         `font-lock-highlighting-faces'.
18406         * progmodes/compile.el (compilation-error, compilation-warning)
18407         (compilation-info, compilation-line-number, compilation-column-number):
18408         Change group from `font-lock-highlighting-faces' to `compilation'.
18410         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18411         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
18412         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
18413         (vhdl-font-lock-reserved-words-face)
18414         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
18415         `font-lock-highlighting-faces'.
18417         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18419 2005-09-28  Kim F. Storm  <storm@cua.dk>
18421         * emulation/cua-base.el: Set CUA move property on additional commands:
18422         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18423         forward-sexp, backward-sexp, forward-list, backward-list.
18425 2005-09-28  Romain Francoise  <romain@orebokech.com>
18427         * comint.el (comint-show-output): Really set point at the
18428         beginning of the output when not using `comint-use-prompt-regexp'.
18430 2005-09-27  Jay Belanger  <belanger@truman.edu>
18432         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18433         in TeX mode.
18435 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
18437         * textmodes/org.el (org-table-sum): Fix format string.
18439         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18440         Quote face names.
18442 2005-09-26  Romain Francoise  <romain@orebokech.com>
18444         * isearch.el (isearch-forward-regexp): Close doc string.
18446 2005-09-25  Richard M. Stallman  <rms@gnu.org>
18448         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18450         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18452         * progmodes/compile.el (compilation-error-properties):
18453         When getting the file from the previous error message,
18454         correctly decode the new data format.
18456         * progmodes/cc-cmds.el (c-electric-paren):
18457         Call old-blink-paren only for close-paren.
18459 2005-09-24  Andreas Schwab  <schwab@suse.de>
18461         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18462         condition.
18464 2005-09-25  Romain Francoise  <romain@orebokech.com>
18466         * dired-aux.el (dired-copy-file-recursive):
18467         * dired.el (dired-delete-file):
18468         * ediff-mult.el (ediff-dir-diff-copy-file):
18469         * ediff-util.el (ediff-test-save-region):
18470         * forms.el (forms-mode):
18471         * ido.el (ido-file-internal, ido-delete-file-at-head):
18472         * log-edit.el (log-edit-done):
18473         * ses.el (ses-yank-resize):
18474         * play/gomoku.el (gomoku-human-plays, gomoku)
18475         (gomoku-human-resigns, gomoku-prompt-for-other-game)
18476         (gomoku-offer-a-draw):
18477         * play/landmark.el (lm-human-resigns, lm):
18478         * net/eudcb-ldap.el (eudc-ldap-check-base):
18479         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18480         * progmodes/ebrowse.el (ebrowse-find-pattern):
18481         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18482         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18483         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18485         * vc.el (vc-delete-file):
18486         * play/gomoku.el (gomoku-terminate-game, gomoku)
18487         (gomoku-prompt-for-move, gomoku-human-takes-back):
18488         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18489         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18491 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
18493         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18494         color rxvt terminals by using the code xterm.el used to use before
18495         2005-04-09 in order to match the colors used by rxvt.
18497 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18499         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18500         colors rxvt-unicode terminals by using the same code as xterm.el.
18502 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18504         * textmodes/tex-mode.el (tex-font-lock-append-prop)
18505         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18506         new symbol used for the tex-verbatim face.
18508 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18510         * woman.el (woman-file-name):
18511         * wid-edit.el (widget-file-prompt-value)
18512         (widget-coding-system-prompt-value):
18513         * w32-fns.el (set-w32-system-coding-system):
18514         * vc.el (vc-version-diff, vc-annotate):
18515         * textmodes/reftex-auc.el (reftex-arg-cite)
18516         (reftex-arg-index-tag):
18517         * textmodes/refer.el (refer-get-bib-files):
18518         * textmodes/artist.el (artist-figlet-choose-font):
18519         * terminal.el (terminal-emulator):
18520         * replace.el (occur-read-primary-args):
18521         * rect.el (string-rectangle, string-insert-rectangle):
18522         * ps-print.el (ps-print-preprint):
18523         * progmodes/pascal.el (pascal-goto-defun):
18524         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18525         * progmodes/compile.el (compilation-find-file):
18526         * printing.el (pr-interactive-n-up):
18527         * play/animate.el (animate-birthday-present):
18528         * net/rcompile.el (remote-compile):
18529         * man.el (man, Man-goto-section, Man-follow-manual-reference):
18530         * mail/rmailsum.el (rmail-summary-search-backward)
18531         (rmail-summary-search):
18532         * mail/rmailout.el (rmail-output-read-rmail-file-name)
18533         (rmail-output-read-file-name):
18534         * mail/rmail.el (rmail-search, rmail-search-backwards):
18535         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18536         * locate.el (locate):
18537         * international/quail.el (quail-show-keyboard-layout):
18538         * international/mule.el (set-buffer-file-coding-system)
18539         (revert-buffer-with-coding-system, set-file-name-coding-system)
18540         (set-terminal-coding-system, set-keyboard-coding-system)
18541         (set-next-selection-coding-system):
18542         * international/mule-diag.el (describe-coding-system)
18543         (describe-font, describe-fontset):
18544         * international/mule-cmds.el (universal-coding-system-argument)
18545         (search-unencodable-char, describe-input-method)
18546         (set-language-environment, describe-language-environment):
18547         * international/codepage.el (codepage-setup):
18548         * international/code-pages.el (codepage-setup):
18549         * info.el (Info-search, Info-follow-reference)
18550         (Info-search-backward):
18551         * emacs-lisp/advice.el (ad-read-advised-function)
18552         (ad-read-advice-class, ad-clear-cache, ad-activate)
18553         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18554         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18555         (ad-read-regexp):
18556         * ediff-util.el (ediff-toggle-regexp-match):
18557         * ediff-ptch.el (ediff-prompt-for-patch-file):
18558         * dired-aux.el (dired-diff):
18559         * diff.el (diff):
18560         * cus-edit.el (custom-variable-prompt):
18561         * calendar/timeclock.el (timeclock-ask-for-project):
18562         * calc/calcalg3.el (calc-get-fit-variables):
18563         * calc/calc-store.el (calc-edit-variable)
18564         (calc-permanent-variable):
18565         * vc-mcvs.el (vc-mcvs-register):
18566         * shadowfile.el (shadow-define-literal-group):
18567         * woman.el (woman-file-name):
18568         * vc.el (vc-version-diff, vc-merge):
18569         * textmodes/reftex-index.el (reftex-index-complete-tag):
18570         * format.el (format-decode-buffer, format-decode-region):
18571         * emulation/viper-cmd.el (viper-read-string-with-history):
18572         * emacs-lisp/debug.el (cancel-debug-on-entry):
18573         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18574         * ediff.el (ediff-merge-revisions)
18575         (ediff-merge-revisions-with-ancestor, ediff-revision):
18576         * completion.el (interactive-completion-string-reader):
18577         * calc/calc-prog.el (calc-user-define-formula):
18578         Follow convention for reading with the minibuffer.
18580 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
18582         * progmodes/python.el (python-describe-symbol): Add globals() and
18583         locals() to the arguments of emacs.ehelp.
18585 2005-09-24  Magnus Henoch  <mange@freemail.hu>
18587         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18588         New function, code extracted from ispell-valid-dictionary-list.
18589         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18590         Call it.
18592 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
18594         * subr.el (version-regexp-alist): Extend valid syntax for version
18595         strings: allow any of the characters -,_,+ to separate the
18596         alpha/beta/rc part from the version part.  Doc fix.
18597         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
18599 2005-09-23  David Reitter  <david.reitter@gmail.com>
18601         * mail/mailclient.el: New file.
18603 2005-09-23  Richard M. Stallman  <rms@gnu.org>
18605         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18606         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18607         Doc fixes.
18609         * progmodes/cc-mode.el (c-font-lock-init):
18610         Specify font-lock-lines-before.
18612 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18614         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18615         whole conflict.
18617 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
18619         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18620         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
18621         of `remap' feature when available.  Additional key bindings for
18622         better tty support.
18623         (org-mode-restart, org-force-self-insert): New commands.
18624         (org-time-stamp-inactive): New command.
18625         (org-remap): New function.
18626         (org-table-auto-blank-field, org-level-color-stars-only): New options.
18627         (org-enable-fixed-width-editor): Move to `org-structure'
18628         customization group.
18629         (org-self-insert-command, orgtbl-self-insert-command): Modify to
18630         blank field after field motion commands.
18632 2005-09-23  Kenichi Handa  <handa@m17n.org>
18634         * international/mule-cmds.el (set-language-environment):
18635         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18636         have to call utf-translate-cjk-load-tables.
18638 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18640         * mouse.el (mouse-move-drag-overlay): Fix last change.
18642 2005-09-22  David Ponce  <david@dponce.com>
18644         * tree-widget.el (tree-widget-value-create): Fix previous change.
18646 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
18648         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18650 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18652         * mouse.el (mouse-move-drag-overlay): New function.
18653         (mouse-drag-region-1): Use it.
18654         Try to simplify a bit the state handling.  Handle clicks on links
18655         inside intangible areas.
18656         (mouse-save-then-kill): Minor simplification.
18657         (mouse-secondary-overlay): Make it always non-nil instead of
18658         recreating it each time.
18659         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18660         (mouse-kill-secondary, mouse-secondary-save-then-kill):
18661         Simplify accordingly.
18663 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
18665         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18667 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
18669         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18670         (ediff-file-name-sans-prefix): Treat nil as an empty string.
18671         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18672         to patch.
18674         * ediff-util.el: Use insert-buffer-substring.
18676         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18678         * emulation/viper-cmd.el (viper-change-state): Don't move over the
18679         field boundaries in the minibuffer.
18680         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18681         (viper-minibuffer-post-command-hook): New hook.
18682         (viper-line): Don't move cursor at bolp.
18684         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18686         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18687         avoid compiler warnings.
18689         * emulation/viper-macs.el (ex-map): Better messages.
18691         * emulation/viper-utils.el (viper-beginning-of-field): New function.
18693         * emulation/viper.el: Replace make-variable-buffer-local with
18694         viper-make-variable-buffer-local everywhere, to avoid warnings.
18696 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18698         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18699         Delete unused var `old-selected-window'.
18700         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18701         (mouse-drag-secondary): Delete unused var `start-frame'.
18703 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18705         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18707 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18709         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18710         Re-indent within 80 columns.  Use inhibit-read-only.
18712 2005-09-19  Romain Francoise  <romain@orebokech.com>
18714         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18716 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18718         * font-lock.el (font-lock-default-fontify-region): Don't add a line
18719         unconditionally, since the after-change-function already did it.
18721 2005-09-19  Miles Bader  <miles@gnu.org>
18723         * net/newsticker.el: Get rid of CVS keyword.
18725 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
18727         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18728         The prompt is formatted later.
18730 2005-09-19  David Ponce  <david@dponce.com>
18732         * tree-widget.el (tree-widget-value-create): Save the converted
18733         tree :node widget.
18735 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
18737         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18738         variable `message'.
18740 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
18742         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18743         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
18744         <slawomir.nowaczyk.847@student.lu.se>.
18746 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
18748         * image.el (image-load-path): Use symbol `data-directory' instead
18749         of its value, for backward compatibility with packages that bind
18750         it during `find-image'.  Suggested by Katsumi Yamaoka.
18751         (image-search-load-path): Handle symbols whose values are strings.
18753 2005-09-18  Romain Francoise  <romain@orebokech.com>
18755         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18756         with-current-buffer form in save-excursion.
18758 2005-09-18  Deepak Goel  <deego@gnufans.org>
18760         * apropos.el (apropos-command): Fix `message' call: first arg
18761         should be a format spec.  In this and all other cases that appear
18762         below and elsewhere in the source code, I made a change only when
18763         two conditions were satisfied: [1] I can think of a possibility
18764         that the arguments would cause an error, for example, the code in
18765         question relies on external variables such as filenames.  [2] I
18766         was sure that the arg to `message' could not have been nil in the code.
18768         * textmodes/tildify.el (tildify-region): Ditto.
18770         * textmodes/reftex-index.el (reftex-index-change-entry)
18771         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18772         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18773         * textmodes/org.el (org-complete, org-deadline, org-schedule)
18774         (org-priority, org-table-sum):
18775         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18776         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18777         (flyspell-word, flyspell-display-next-corrections):
18778         * textmodes/bibtex.el (bibtex-print-help-message):
18779         * textmodes/artist.el (artist-key-set-point-poly):
18780         * term/mac-win.el (mac-services-insert-text):
18781         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18782         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18783         (vhdl-port-paste-testbench, vhdl-compose-new-component)
18784         (vhdl-compose-configuration):
18785         * progmodes/sh-script.el (sh-blink, sh-show-indent)
18786         (sh-set-indent, sh-learn-line-indent):
18787         * progmodes/ps-mode.el (ps-mode-target-column):
18788         * progmodes/idlwave.el (idlwave-make-tags)
18789         (idlwave-scan-library-catalogs):
18790         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18791         * progmodes/gud.el (gud-jdb-analyze-source):
18792         * progmodes/flymake.el (flymake-log):
18793         * progmodes/ebnf2ps.el (ebnf-generate-region):
18794         * progmodes/cmacexp.el (c-macro-expansion):
18795         * progmodes/ada-xref.el (ada-treat-cmd-string):
18796         * progmodes/ada-mode.el (ada-create-case-exception-substring)
18797         (ada-justified-indent-current, ada-batch-reformat):
18798         * play/zone.el (zone):
18799         * play/landmark.el (lm-move):
18800         * play/decipher.el (decipher-show-alphabet):
18801         * net/newsticker.el (newsticker--display-jump)
18802         (newsticker--display-scroll):
18803         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18804         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18805         * mail/feedmail.el (feedmail-dump-message-to-queue):
18806         * eshell/esh-proc.el (eshell-remove-process-entry):
18807         * emulation/ws-mode.el (ws-last-error):
18808         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18809         (viper-record-kbd-macro):
18810         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18811         * emacs-lisp/lisp-mnt.el (lm-report-bug):
18812         * emacs-lisp/find-func.el (find-function-noselect):
18813         * calendar/timeclock.el (timeclock-status-string)
18814         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18815         (timeclock-when-to-leave-string):
18816         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18817         * calc/calc-units.el (calc-enter-units-table):
18818         * calc/calc-mode.el (calc-mode-record-mode):
18819         * woman.el (woman-mini-help):
18820         * wdired.el (wdired-change-to-wdired-mode):
18821         * vc.el (vc-retrieve-snapshot):
18822         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18823         * startup.el (display-startup-echo-area-message):
18824         * simple.el (set-goal-column):
18825         * ses.el (ses-command-hook, ses-recalculate-cell):
18826         * server.el (server-process-filter):
18827         * printing.el (pr-interface-txt-print, pr-interface-printify)
18828         (pr-interface-ps):
18829         * pcvs.el (cvs-help):
18830         * log-edit.el (log-edit, log-edit-mode-help):
18831         * iswitchb.el (iswitchb-possible-new-buffer):
18832         * isearch.el (isearch-edit-string):
18833         * image-mode.el (image-mode, image-minor-mode):
18834         * ibuf-macs.el (define-ibuffer-filter):
18835         * hi-lock.el (hi-lock-find-patterns):
18836         * files.el (toggle-read-only):
18837         * ediff-util.el (ediff-copy-diff)
18838         (ediff-write-merge-buffer-and-maybe-kill):
18839         * echistory.el (Electric-history-undefined):
18840         * dnd.el (dnd-insert-text):
18841         * dired-aux.el (dired-query):
18842         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18843         * bookmark.el (bookmark-bmenu-locate):
18844         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18845         Fix `message' calls to ensure first arg is a format string.
18846         The change was made only when these two conditions were satisfied:
18847         [1] when there is a possibility that the arguments would cause an error
18848         for example, if the code in question relies on external variables
18849         such as filenames, and
18850         [2] if the arg to `message' could not have been nil in the code.
18852         * pcomplete.el (pcomplete--help): Fix `message' format spec.
18853         Not having a %s would be weird, though not technically wrong.
18855 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18857         * term/mac-win.el (mac-add-charset-info): Doc fix.
18859 2005-09-17  Romain Francoise  <romain@orebokech.com>
18861         * shell.el (shell-resync-dirs): Handle echoing processes more
18862         reliably.  Don't insert resync command if `comint-process-echoes'
18863         is non-nil.
18865 2005-09-17  Magnus Henoch  <mange@freemail.hu>
18867         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18868         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18869         aspell versions >= 0.60.
18870         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18871         only if ispell-aspell-supports-utf8 is non-nil.
18873 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18875         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18876         buffer-local value to lisp-indent-function.
18878 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
18880         * progmodes/glasses.el (glasses-make-readable): If
18881         glasses-separator differs from underscore, put appropriate
18882         overlays over underscore characters.
18883         (glasses-convert-to-unreadable): If glasses-separator differs from
18884         underscore, try to convert glasses-separator characters to
18885         underscores.
18887 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18889         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18890         Use with-syntax-table and dolist.
18892 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
18894         * textmodes/reftex-auc.el:
18895         * textmodes/reftex-cite.el:
18896         * textmodes/reftex-dcr.el:
18897         * textmodes/reftex-global.el:
18898         * textmodes/reftex-parse.el:
18899         * textmodes/reftex-ref.el:
18900         * textmodes/reftex-sel.el:
18901         * textmodes/reftex-toc.el:
18902         * textmodes/reftex-vars.el:
18903         * textmodes/reftex.el: Small changes to remove compiler warnings.
18905         * textmodes/reftex-index.el: Likewise.
18906         (reftex-query-index-phrase): More efficient use of markers.
18908 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
18910         * image.el (image-load-path): New variable.
18911         (image-search-load-path): New function.
18912         (find-image): Search for images in `image-load-path'.
18914 2005-09-15  Richard M. Stallman  <rms@gnu.org>
18916         * follow.el: Change Maintainer field.
18918 2005-09-15  David Ponce  <david@dponce.com>
18920         * recentf.el (recentf-save-file-modes): New option.
18921         (recentf-save-list): Use it.
18923 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
18925         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18926         (mode-line-mule-info, mode-line-modified): Move bindings from
18927         mouse-3 to mouse-1.
18929 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
18931         * simple.el (sendmail-user-agent-compose): Revert last change.
18933 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18935         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18936         Use with-current-buffer.
18937         (ange-ftp-gwp-start): Remove unused var `gw-user'.
18938         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18939         (ange-ftp-insert-directory): Remove unused var `short'.
18940         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18942         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18943         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18945         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18946         (check-calendar-holidays, diary-list-entries): Autoload.
18947         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18948         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18950         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18951         which mistakenly removed a call to display-buffer.
18953 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
18955         * obsolete/iso-insert.el: Move to obsolete/ from international/.
18957 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
18959         * progmodes/hideshow.el
18960         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18961         (hs-allow-nesting): New user var.
18962         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18963         (hs-hide-block-at-point): When nesting allowed,
18964         if there is already an overlay in place, delete it.
18965         (hs-safety-is-job-n): Delete func; remove call sites.
18966         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18967         (hs-overlay-at): New func.
18968         (hs-already-hidden-p, hs-show-block): Use it.
18969         (hs-hide-all): Don't pre-clean if nesting allowed.
18970         (hs-show-all): Temporarily disallow
18971         nesting around call to `hs-discard-overlays'.
18973 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
18975         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18976         Delete unused local var.
18978 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
18980         * help-fns.el (describe-categories): "?\ " -> "?\s".
18981         (help-do-arg-highlight): Recognize also ARG-n, as in
18982         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
18984         * international/codepage.el (dos-unsupported-char-glyph):
18985         * net/newsticker.el (tool-bar-map, w3-mode-map)
18986         (w3m-minor-mode-map):
18987         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18988         (ent-alist):
18989         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18991 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
18993         * custom.el (custom-push-theme): Handle the case where a symbol is
18994         bound but face properties have not yet been assigned.
18996         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18997         Fix behavior if noerase is `t' and there is no mail buffer.
18999         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19000         if `continue' is nil, rather than signal an error.
19002 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19004         * font-lock.el (font-lock-keywords): Add autoload.
19006         * help-fns.el (describe-variable): Rearrange to put source link
19007         in a predictable place.
19009         * net/newsticker.el: New file.
19011 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19013         * calendar/calendar.el (calendar-for-loop): Add edebug info.
19014         (calendar-basic-setup): Use the new nil arg.
19015         (number-of-diary-entries): Move to diary-lib.el.
19017         * calendar/diary-lib.el: Use with-current-buffer, match-string.
19018         (diary-list-entries): Use with-syntax-table and dolist.
19019         Rename from list-diary-entries.
19020         Use number-of-diary-entries if `number' is nil.
19021         (diary, diary-view-entries): Use this new name and new nil arg value.
19022         (number-of-diary-entries): Move from calendar.el.
19023         (diary-unhide-everything): New function.
19024         (include-other-diary-files, fancy-diary-display)
19025         (diary-show-all-entries, make-diary-entry): Use it.
19026         (diary-mail-entries): Use buffer-string.
19027         (mark-diary-entries): Fix long standing paren typo.
19028         (diary-sexp-entry): Use count-lines.
19029         (make-diary-entry): Avoid `previous-line'.
19030         (diary-mode-map): New var.
19031         (diary-mode): Redraw cal after saving.  Setup header-line.
19032         (fancy-diary-display-mode): Use local-set-key.
19034         * startup.el (command-line): Try calling various terminal-init-foo-bar
19035         functions by stripping hyphenated suffixes from $TERM.
19037         * files.el (normal-mode): Check boundness of font-lock-keywords.
19039 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19041         * progmodes/compile.el: Don't decide a file's directory
19042         until the user actually tries to go there.
19043         (compilation-next-error-function):
19044         Pass compilation-find-file the directory from the file-struct.
19045         (compilation-internal-error-properties): Separate local FILE-STRUCT
19046         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
19047         (compilation-find-file): Arg DIR renamed to DIRECTORY.
19048         Expand it, and if nil, use default-directory.
19049         (compilation-get-file-structure): Don't mix specified directory
19050         with default directory.  Put specified directory into
19051         file-struct.  Don't make the file name absolute.
19053         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19054         (compile-command): Add autoload.
19055         (compilation-disable-input): Add autoload.
19057 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
19059         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19060         strings of the variables it can override.
19061         (time-stamp): New (as yet undocumented) time-stamp-format escapes
19062         %Q and %q, for fully-qualified domain name and unqualified host name.
19064 2005-09-11  Kim F. Storm  <storm@cua.dk>
19066         * emacs-lisp/authors.el (authors-aliases): Update list.
19067         (authors-fixed-entries): Update mldrag.el entry.
19069 2005-09-10  Alan Mackenzie  <acm@muc.de>
19071         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19072         from the region narrowed to.
19074 2005-09-10  Magnus Henoch  <mange@freemail.hu>
19076         * textmodes/ispell.el (ispell-check-version): Signal an error if
19077         aspell version is less than 0.60.
19079 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
19081         * progmodes/octave-inf.el (inferior-octave-startup):
19082         Resync current dir at the end.
19084 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
19086         * woman.el (woman-topic-at-point-default):
19087         Rename to woman-use-topic-at-point-default.
19088         (woman-topic-at-point): Rename to woman-use-topic-at-point.
19089         (woman-file-name): Reflect renames above.  Automatically use the
19090         word at point as topic if woman-use-topic-at-point is non-nil.
19091         Otherwise offer it as default but don't insert it in the
19092         minibuffer.  Also use `test-completion' instead of `assoc' as
19093         suggested by Stefan Monnier.
19095 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
19097         * vc.el (vc-directory, vc-update-change-log): Throw an error on
19098         the attempt to do it over Tramp.  This is not yet supported.
19100 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
19102         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19103         (menu-bar-non-minibuffer-window-p): New functions.
19104         ("Split Window", "Save As..."): Use them.
19105         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19106         ("Print Buffer", "Truncate Long Lines in this Buffer"):
19107         Use menu-bar-menu-frame-live-and-visible-p.
19108         ("Save Buffer", "Insert File", "Open Directory...")
19109         ("Open File...", "Visit New File..."):
19110         Use menu-bar-non-minibuffer-window-p.
19111         (kill-this-buffer-enabled-p, dired <menu-enable>):
19112         Use menu-bar-non-minibuffer-window-p.
19114 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19116         * cus-start.el (all): Don't complain about fringe-related
19117         built-ins if fringes are not supported.  Ditto about
19118         selection-related built-ins.  Fix the test for GTK-related built-ins.
19120         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19121         ("Postscript Print Buffer", "Print Region", "Save As...")
19122         ("Save", "Insert File...", "Open Directory...")
19123         ("Open File...", "Visit New File..."")
19124         ("Truncate Long Lines in this Buffer"): Don't look at
19125         menu-updating-frame if this display does not support multiple frames.
19127 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19129         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19131 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
19133         * woman.el: Format- and whitespace-related changes.
19135 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19137         * woman.el: Fix my email address.
19139 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19141         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19142         (sh-mode): Locally set skeleton-pair-default-alist.
19144         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19146         * progmodes/flymake.el: Require `compile' unconditionally.
19148         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19150         * woman.el (woman-file-name): Provide a default, not initial input.
19152         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19154         * font-lock.el (font-lock-support-mode): Doc fix.
19156         * descr-text.el (describe-property-list): Handle non-symbol prop names.
19158 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19160         * simple.el (blink-matching-open): Get rid of text props from
19161         the string shown in echo area.  Don't permanently set point.
19162         Some rearrangements.
19164 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19166         * recentf.el (recentf-filename-handler): Add custom choice
19167         `abbreviate-file-name'.
19169         * msb.el (msb--very-many-menus): Fix typo.
19171         * disp-table.el (standard-display-european): Don't set
19172         enable-multibyte-characters to nil.
19174 2005-09-08  David Ponce  <david@dponce.com>
19176         * recentf.el (recentf-show-file-shortcuts-flag): New option.
19177         (recentf-expand-file-name): Doc fix.
19178         (recentf-dialog-mode-map): Define digit shortcuts.
19179         (recentf--files-with-key): New variable.
19180         (recentf-show-digit-shortcut-filter): New function.
19181         (recentf-open-files-items): New function.
19182         (recentf-open-files): Use it.
19183         (recentf-open-file-with-key): New command.
19185 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
19187         * buff-menu.el (Buffer-menu-sort-by-column): New function.
19188         Suggested by Kim F. Storm.
19189         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19190         (Buffer-menu-make-sort-button): Use global keymap.
19192 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
19194         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19195         (Man-getpage-in-background-advice): Remove defadvice; it isn't
19196         necessary any longer with the remapped command.
19197         (Man-bgproc-sentinel-advice): Remove defadvice which counts
19198         formatting time only.
19200         * net/tramp.el (tramp-action-password)
19201         (tramp-multi-action-password): Compile the password prompt from
19202         `method', `user' and `host'.  Sometimes it isn't obvious which
19203         password to enter, for example with remote files offered by
19204         recentf.el, or with multiple steps.  Suggested by Robert Marshall
19205         <robert@chezmarshall.freeserve.co.uk>.
19207 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19209         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19210         Fix regexp for when "s///" is at the beginning of line.
19212 2005-09-07  Jay Belanger  <belanger@truman.edu>
19214         * calc/calc-poly.el (math-expand-term): Multiply out any powers
19215         when in matrix mode.
19217 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19219         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19220         non-anonymous functions.
19222 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
19224         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19225         when using a header line.  Otherwise, use mouse-1-click-follows-link.
19227         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19228         can't be moved; don't signal an error.
19230 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
19232         * cus-theme.el (custom-theme-write-faces): Save the current face
19233         spec, not the defface spec.
19235         * custom.el (custom-known-themes): Clarify meaning of "standard".
19236         (custom-push-theme): Save old values in the standard theme.
19237         (disable-theme): Correct typo.
19238         (custom-face-theme-value) Deleted unused function.
19239         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19241 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19243         * progmodes/compile.el (compilation-goto-locus): Take into account
19244         iconified frames when determining whether the buffer is
19245         already visible.
19246         Don't reset window height if the window already existed.
19248 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
19250         * custom.el (load-theme): Rename from require-theme.
19251         Add interactive spec.
19252         (enable-theme): Rename from custom-enable-theme.
19253         Add interactive spec.
19254         (disable-theme): Rename from custom-disable-theme.
19255         Add interactive spec.
19256         (custom-make-theme-feature): Doc fix.
19257         (custom-theme-directory): Doc fix.
19258         (provide-theme): Call enable-theme.
19260 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19262         * obsolete/lazy-lock.el (lazy-lock-mode):
19263         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19264         font-lock-mode if it's off.  Print a warning instead.
19266         * progmodes/compile.el (compilation-start): Ignore errors if the
19267         process died before we get to send-eof.
19269         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19270         Undo last change.  Enclosing the result in quotes broke things on Unix
19271         since tex-send-command passes it through shell-quote-argument.
19272         (tex-send-command): Pass `file' through convert-standard-filename
19273         when possible.
19274         (tex-uptodate-p): Handle the case where TeX hasn't put additional
19275         info in a transcript.
19277 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
19279         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19280         fix compilation warning.  Reorder the key definitions to group
19281         together keys emitted by the current version of xterm.
19283         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19284         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19285         Reorder predicates to correct min-color usage.
19287 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
19289         * longlines.el (longlines-mode): Inhibit read-only when encoding.
19290         Kill local variables when longlines-mode is turned off.
19292 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19294         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19296         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19298         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19300         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
19301         (font-lock-lines-before): Change default to being inactive.
19302         (font-lock-default-fontify-region): Obey font-lock-lines-before.
19303         (font-lock-after-change-function): Don't handle f-l-lines-before here.
19305 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
19307         * net/tramp.el (tramp-handle-make-auto-save-file-name):
19308         Deactivate temporarily advice if active (not needed for Emacs 22,
19309         but for backwards compatibility).
19310         (tramp-exists-file-name-handler): Rewrite.  First implementation
19311         was too simple.
19312         (tramp-advice-make-auto-save-file-name):
19313         Call `tramp-handle-make-auto-save-file-name' (again, just for
19314         backwards compatibility).
19316 2005-08-31  Reto Zimmermann  <reto@gnu.org>
19318         * progmodes/vhdl-mode.el
19319         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
19320         (vhdl-end-p): Fix indentation bug "else" after "-- when".
19321         (vhdl-set-default-project): New function (easier setting of default).
19322         (vhdl-port-copy): Handle extended identifiers for generics.
19323         (vhdl-compiler-alist): Better description for error message regexp.
19324         (vhdl-make): Query for target, use previous as default.
19325         (vhdl-port-copy): Fix port copy for port names starting with "signal".
19326         (vhdl-font-lock-keywords-2): Fix fontification for record
19327         el. assign.
19328         (vhdl-speedbar-make-subpack-line): Add package body link.
19329         (vhdl-generate-makefile-1): Not include itself as dependency.
19330         (vhdl-font-lock-init): Highlight c-preprocessor directives.
19331         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
19332         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
19333         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
19334         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
19335         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
19336         (vhdl-import-project): Add string argument for `error'.
19337         (vhdl-compose-configuration)
19338         (vhdl-compose-configuration-architecture): Add configuration
19339         declaration generation.
19340         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
19341         (vhdl-trailer-re): Add "record" keyword (better indentation).
19342         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
19343         "[^ \t-\"]+".
19344         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
19345         (vhdl-testbench-entity-file-name)
19346         (vhdl-testbench-architecture-file-name): Allow separate
19347         customization of testbench file names.
19348         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
19349         (vhdl-get-visible-signals): Allow newline within alias declaration.
19350         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
19351         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
19352         (member-ignore-case): Alias for missing function in XEmacs.
19353         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
19354         (vhdl-update-sensitivity-list): Ignore case on read signals.
19355         (vhdl-replace-string): Adjust case only for file names.
19356         (vhdl-update-sensitivity-list): Fix search for read signals.
19357         (vhdl-update-sensitivity-list): Exclude formal parameters.
19358         (vhdl-get-visible-signals): Include aliases of signals.
19359         (vhdl-get-visible-signals): Fix signal name searching.
19360         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
19361         (vhdl-fixup-whitespace-region): Fix for character
19362         literals (e.g. `:').
19364 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19366         * ansi-color.el (comint-last-output-start):
19367         * bs.el (font-lock-verbose):
19368         * diff-mode.el (add-log-buffer-file-name-function):
19369         * dired-x.el (vm-folder-directory):
19370         * faces.el (help-xref-stack-item):
19371         * files.el (font-lock-keywords):
19372         * find-lisp.el (dired-buffers, dired-subdir-alist):
19373         * ido.el (cua-inhibit-cua-keys):
19374         * log-view.el (cvs-minor-wrap-function):
19375         * outline.el (font-lock-warning-face):
19376         * simple.el (compilation-current-error):
19377         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
19378         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
19379         * tooltip.el (comint-prompt-regexp):
19380         * w32-fns.el (explicit-shell-file-name):
19381         * term/mac-win.el (mac-charset-info-alist)
19382         (mac-services-selection, mac-system-script-code):
19383         * term/tty-colors.el (msdos-color-values):
19384         * term/w32-win.el (xlfd-regexp-registry-subnum):
19385         * term/x-win.el (x-keysym-table, x-selection-timeout)
19386         (x-session-id, x-session-previous-id):
19387         * textmodes/ispell.el (mail-yank-prefix):
19388         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
19389         * textmodes/org.el (calc-embedded-close-formula)
19390         (calc-embedded-open-formula)
19391         (font-lock-unfontify-region-function):
19392         * textmodes/reftex-global.el (isearch-next-buffer-function)
19393         (TeX-master):
19394         * textmodes/reftex.el (font-lock-keywords):
19395         * textmodes/tex-mode.el (font-lock-comment-face)
19396         (font-lock-doc-face):
19397         * textmodes/texinfo.el (outline-heading-alist):
19398         Add defvars.
19400         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
19401         (artist-spray-chars, artist-mode-init, artist-replace-string)
19402         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
19403         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
19404         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
19406         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
19407         (conf-align-assignments): "?\ " -> "?\s".
19409         * textmodes/reftex-index.el (TeX-master): Add defvar.
19410         (reftex-index-phrases-marker): Move up defvar.
19412         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
19413         (reftex-toc-include-labels-indicator)
19414         (reftex-toc-include-index-indicator)
19415         (reftex-toc-max-level-indicator): Move up declarations.
19417         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19418         of args to `tramp-run-real-handler', even if it's empty in this case.
19420 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19422         * dired.el (dired-move-to-filename-regexp): Add date format for
19423         Mac OS X 10.3 in East Asian locales.
19425 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
19427         * files.el (make-auto-save-file-name): Add file name handler call
19428         if applicable.
19430         * net/tramp.el (tramp-file-name-handler-alist)
19431         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19432         (tramp-handle-make-auto-save-file-name): Rename from
19433         `tramp-make-auto-save-file-name'.
19434         (tramp-exists-file-name-handler): New defun.
19435         (tramp-advice-make-auto-save-file-name): Make defadvice only when
19436         `make-auto-save-file-name' is not a magic file name operation.
19438 2005-08-30  Richard M. Stallman  <rms@gnu.org>
19440         * files.el (risky-local-variable-p):
19441         Match `-predicates' and `-commands.
19443         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19444         (custom-save-all): Visit the file if necessary;
19445         kill the buffer if we created it.
19446         (custom-save-delete): Don't visit file or kill buffer here.
19448 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
19450         * textmodes/org.el (org-special-keyword): New face.
19451         (org-table-copy-down, org-table-eval-formula)
19452         (org-table-recalculate, org-init-section-numbers):
19453         Use `string-to-number' instead of `string-to-int'.
19454         (org-get-location): Use `insert-buffer-substring' instead of
19455         `insert-buffer'.
19456         (org-modify-diary-entry-string): New function.
19457         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19458         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19459         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19460         active region.
19461         (org-export-as-html): Handle QUOTE keyword.
19462         (org-quote-string): New option.
19463         (org-bookmark-jump-unhide): New function, used for
19464         `bookmark-after-jump-hook'.
19465         (org-diary-default-entry): Apply only when not called through
19466         `org-agenda'.
19468 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
19470         * net/eudc.el (mode-popup-menu):
19471         * play/handwrite.el (ps-printer-name, ps-lpr-command):
19472         * progmodes/ada-mode.el (compile-auto-highlight)
19473         (skeleton-further-elements):
19474         * progmodes/autoconf.el (font-lock-syntactic-keywords):
19475         * progmodes/cmacexp.el (msdos-shells):
19476         * progmodes/compile.el (font-lock-extra-managed-props)
19477         (font-lock-keywords, font-lock-maximum-size)
19478         (font-lock-support-mode):
19479         * progmodes/grep.el (font-lock-lines-before):
19480         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19481         * progmodes/mixal-mode.el (compile-command):
19482         * progmodes/perl-mode.el (font-lock-comment-face)
19483         (font-lock-doc-face, font-lock-string-face):
19484         * progmodes/prolog.el (comint-prompt-regexp):
19485         * progmodes/sh-script.el (font-lock-comment-face)
19486         (font-lock-set-defaults, font-lock-string-face):
19487         * progmodes/sql.el (font-lock-keyword-face)
19488         (font-lock-set-defaults, font-lock-string-face):
19489         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19490         (itimer-version, lazy-lock-defer-contextually)
19491         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19492         Add defvars.
19494         * progmodes/cperl-mode.el (cperl-electric-lbrace)
19495         (cperl-electric-keyword, cperl-electric-pod)
19496         (cperl-electric-backspace, cperl-forward-re)
19497         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19498         (vc-rcs-header, vc-sccs-header): Add defvars.
19500         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19501         (font-lock-syntactic-keywords, gud-find-expr-function):
19502         Add defvars.
19504         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19505         (gdb-frame-parameters): Declare before use.
19507         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19508         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19509         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19510         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19512         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19513         (idlwave-help-with-source): Use `insert-buffer-substring', not
19514         `insert-buffer'.
19516 2005-08-29  Juri Linkov  <juri@jurta.org>
19518         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19519         Put outline-back-to-heading function call inside save-excursion.
19521 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
19523         * man.el (Man-init-defvars, Man-translate-references)
19524         (Man-support-local-filenames, Man-highlight-references):
19525         * progmodes/sql.el (sql-interactive-mode):
19526         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19528         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19529         (compilation-mode-font-lock-keywords): Add defvars.
19530         (checkdoc-interactive-loop): "?\ " -> "?\s".
19532         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19533         (font-lock-doc-face, font-lock-string-face)
19534         (font-lock-keywords-case-fold-search): Add defvars.
19535         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19537         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19538         Don't pass X and Y (they are ignored anyway).
19539         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19540         (mouse-delete-window): Make arguments optional.
19542         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19543         (caesar-translate-table, minor-modes, news-buffer-save)
19544         (news-group-name, news-minor-modes): Add defvars.
19546         * emacs-lisp/lselect.el (mouse-highlight-priority)
19547         (x-lost-selection-functions, zmacs-regions):
19548         * emacs-lisp/pp.el (font-lock-verbose):
19549         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19550         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19551         (ses-mode-map):
19552         * emacs-lisp/tcover-unsafep.el (safe-functions):
19553         * international/mule-cmds.el (mac-system-coding-system)
19554         (mac-system-locale):
19555         * language/ethio-util.el (rmail-current-message)
19556         (rmail-message-vector):
19557         * language/thai-util.el (thai-auto-composition-mode):
19558         * mail/metamail.el (rmail-current-message, rmail-message-vector):
19559         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19560         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19561         (vm-primary-inbox, vm-spool-files):
19562         * mail/rmail.el (deleted-head, font-lock-fontified)
19563         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19564         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19565         (total-messages):
19566         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19567         (rmail-summary-mode-map):
19568         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19569         (rmail-last-label, rmail-last-multi-labels)
19570         (rmail-summary-vector, rmail-total-messages):
19571         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19572         * mail/rmailsum.el (msgnum):
19573         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19574         (rmail-current-message):
19575         * obsolete/fast-lock.el (font-lock-face-list):
19576         * obsolete/rnewspost.el (mail-reply-buffer):
19577         * obsolete/scribe.el (compile-command):
19578         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19580 2005-08-28  John Paul Wallington  <jpw@gnu.org>
19582         * ibuf-ext.el (ibuffer-auto-update-changed):
19583         Use `frame-or-buffer-changed-p' to check whether we need to update.
19584         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19585         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
19586         as a `frame-or-buffer-changed-p' state vector instead.
19588 2005-08-27  Romain Francoise  <romain@orebokech.com>
19590         * textmodes/makeinfo.el (makeinfo-compile):
19591         Use `compilation-start'.  Set `next-error-function' according to
19592         `disable-errors'.
19593         (makeinfo-next-error): New function.
19594         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19595         (makeinfo-buffer): Likewise.
19597         * progmodes/compile.el (compilation-start): Add autoload cookie.
19599         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19600         * textmodes/sgml-mode.el: Likewise.
19601         * progmodes/python.el: Likewise.
19603 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
19605         * simple.el (blink-matching-paren-distance): Document the meaning
19606         of nil value, and allow to customize to nil.
19608         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19609         command.com, not command.exe.
19611 2005-08-26  John Wiegley  <johnw@newartisans.com>
19613         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19614         code around a bit so that an extraneous nil argument is not added
19615         to a command when no args are given.
19617         * eshell/esh-arg.el (eshell-parse-double-quote): If a
19618         double-quoted argument resolves to nil, return it as an empty
19619         string rather than as nil.  This made it impossible to pass "" to
19620         a shell script as a null string argument.
19622 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19624         * outline.el (outline-invent-heading): New fun.
19625         (outline-promote, outline-demote): Use it.
19626         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19627         (outline-end-of-subtree): Remove unused var `opoint'.
19629 2005-08-26  David Reitter  <david.reitter@gmail.com>
19631         * menu-bar.el (truncate-lines, write-file, print-buffer)
19632         (ps-print-buffer-faces, ps-print-buffer, split-window):
19633         Disable menu items when the frame they refer to is invisible, or when
19634         they refer to a buffer and the minibuffer is selected.
19636 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
19638         * progmodes/flymake.el (flymake-highlight-err-lines):
19639         Use save-excursion around flymake-highlight-line to preserve point.
19641 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
19643         * progmodes/octave-mod.el: Change Author and Maintainer address.
19644         (octave-maintainer-address): Change Kurt's email address.
19645         * progmodes/octave-inf.el: Change Author and Maintainer address.
19646         * progmodes/octave-hlp.el: Change Author and Maintainer address.
19648 2005-08-26  Kim F. Storm  <storm@cua.dk>
19650         * subr.el (version-list-<, version-list-<=, version-list-=):
19651         Rename from integer-list-*.
19652         (version-list-not-zero): Likewise.  Fix while loop.
19653         (version=): Use version-list-= instead of string-equal.
19655 2005-08-26  Richard M. Stallman  <rms@gnu.org>
19657         * outline.el (outline-promote): Try shortening the heading.
19658         As last resort, read the heading to use.
19659         (outline-demote): As last resort, read the heading to use.
19661 2005-08-26  Romain Francoise  <romain@orebokech.com>
19663         * progmodes/compile.el (compilation-start): Doc fix.
19665         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19666         (antlr-font-lock-additional-keywords): Fix reference to
19667         `antlr-font-lock-literal-regexp' erroneously changed during the
19668         mass face rename.
19669         (antlr-run-tool): Use `compilation-start'.
19671         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19672         instead of the obsolete `compile-internal'.
19674 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
19676         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19677         (number, original-date):
19678         * calendar/cal-china.el (date):
19679         * calendar/cal-coptic.el (date):
19680         * calendar/cal-french.el (date):
19681         * calendar/cal-hebrew.el (date, entry, number, original-date):
19682         * calendar/cal-islam.el (date, number, original-date):
19683         * calendar/cal-iso.el (date):
19684         * calendar/cal-julian.el (date):
19685         * calendar/cal-mayan.el (date):
19686         * calendar/cal-menu.el (date, event):
19687         * calendar/cal-persia.el (date):
19688         * calendar/lunar.el (date):
19689         * calendar/solar.el (date): Add defvars.
19691         * emerge.el:
19692         * ibuffer.el:
19693         * info-xref.el:
19694         * obsolete/bg-mouse.el:
19695         * obsolete/sun-curs.el:
19696         * obsolete/swedish.el: Move the `defvar's to the top level.
19698         * smerge-mode.el (smerge-refined-change): Add :group.
19700 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19702         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19703         (smerge-keep-n): Remove props.
19704         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19705         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19706         now that it's done in smerge-keep-n.
19707         (smerge-refined-change): New face.
19708         (smerge-refine-chopup-region, smerge-refine-highlight-change)
19709         (smerge-refine): New funs.
19710         (smerge-basic-map): Bind smerge-refine.
19712 2005-08-25  Juri Linkov  <juri@jurta.org>
19714         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19715         compilation-process-setup-function and compilation-disable-input
19716         in grep-mode instead of let-bindings in grep.
19718         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19719         Delete "Automatic File De/compression" (auto-compression-mode).
19721 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
19723         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19724         Silence warning about non-existent variable.
19726 2005-08-25  Richard M. Stallman  <rms@gnu.org>
19728         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19729         Rename "Describe Key" to "Describe Key or Mouse Operation".
19731         * mail/mailalias.el (build-mail-aliases): Delete comments
19732         from the contents before processing them.
19734         * isearch.el (isearch-edit-string): Erase the Search prompt
19735         if user enters an empty string and there is no default.
19737         * comint.el (comint-file-name-prefix): Add autoload.
19739 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
19741         * subr.el (play-sound): Rearrange to avoid warning.
19743 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
19745         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19746         New hook.
19747         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19749 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19751         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19753         * custom.el (custom-theme-set-variables): Sort minor modes last.
19755 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19757         * subr.el (version-separator, version-regexp-alist): New vars used by
19758         version comparison funs.
19759         (integer-list-<, integer-list-=, integer-list-<=)
19760         (integer-list-not-zero): New funs for integer list comparison.
19761         (version-to-list, version=, version<, version<=): New funs for version
19762         comparison.
19764 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
19766         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19767         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19768         time to silence the byte-compiler.
19770         * ibuffer.el (ibuffer-compile-make-eliding-form)
19771         (ibuffer-check-formats): Use `with-no-warnings' to hide references
19772         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19773         so it's silly to get warnings for it).
19774         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19775         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19776         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19777         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19778         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19779         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19780         Defvar at compile time.
19781         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19782         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19783         Declare them before use.
19785         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19786         (info-xref-good, info-xref-bad): Defvar at compile time.
19788         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19789         Use `let*' instead of `let'.
19791         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19792         (*mouse-y*, menu, char): Defvar at compile time.
19793         (sc::menu): Declare it before use.
19794         (sc::pack-one-line): Use `let', not `let*'.
19796         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19797         (mail-send-hook): Defvar at compile time.
19799         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19800         Defvar at compile time.
19802         * term/sun-mouse.el (current-global-mousemap)
19803         (current-local-mousemap): Declare them before use.
19805 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
19807         * bookmark.el (bookmark-after-jump-hook): New hook.
19808         (bookmark-jump): Run `bookmark-after-jump-hook'.
19810 2005-08-23  Juri Linkov  <juri@jurta.org>
19812         * faces.el (minibuffer-prompt): Doc fix.
19814 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
19816         * progmodes/xscheme.el: Trivial changes to silence warnings.
19817         (xscheme-previous-mode, xscheme-previous-process-state):
19818         Add defvars.
19819         (xscheme-last-input-end, xscheme-process-command-line)
19820         (xscheme-process-name, xscheme-buffer-name)
19821         (xscheme-expressions-ring-max, xscheme-expressions-ring)
19822         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19823         (xscheme-control-g-synchronization-p)
19824         (xscheme-control-g-disabled-p, xscheme-string-receiver)
19825         (default-xscheme-runlight, xscheme-runlight)
19826         (xscheme-runlight-string, xscheme-process-filter-state)
19827         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19828         Move to beginning of file.
19829         (scheme-interaction-mode-commands-alist)
19830         (scheme-interaction-mode-map, scheme-debugger-mode-map):
19831         Declare them before use.  Note: the initialization code for the
19832         variables has not been moved because it uses functions that reference
19833         the variables.
19834         (xscheme-control-g-message-string, xscheme-process-filter-alist)
19835         (xscheme-prompt-for-expression-map): Declare them before use.
19836         (scheme-debugger-mode-commands): "?\ " -> "?\s".
19838 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
19840         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19842 2005-08-22  Juri Linkov  <juri@jurta.org>
19844         * faces.el (set-face-underline): Delete this duplicate function
19845         and make an obsolete alias to set-face-underline-p.
19846         (set-face-underline-p): Use docstring of set-face-underline.
19847         (describe-face): Create hyperlink to parent face.
19849         * info.el (Info-insert-dir): Use save-excursion around
19850         insert-buffer-substring.
19851         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19852         (Info-escape-percent): Delete function.
19853         (Info-fontify-node): Replace Info-escape-percent by
19854         replace-regexp-in-string with REP arg set to lambda that
19855         duplicates `%' and preserves text properties.
19857         * progmodes/compile.el (compilation-disable-input): Doc fix.
19858         (define-compilation-mode): Doc fix and refill.
19859         (kill-compilation): Use `mode-name' in the error message.
19860         (compilation-find-file): Use `compilation-error' in the
19861         read-file-name's prompt.
19863 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19865         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19866         (smerge-auto-leave): Make undo re-enable the mode.
19867         (debug-ignored-errors): Add the user-error of impossible resolution.
19868         (smerge-resolve): Move things around a bit, in preparation for later.
19869         (smerge-diff): Don't fail if the buffer has no associated file.
19870         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19871         (smerge-conflict-overlay): New function.
19872         (smerge-match-conflict): Don't add text properties here.
19873         (smerge-find-conflict): Instead, add an overlay here.
19874         Also check for the case where we're inside a conflict already, so as to
19875         obviate the need for font-lock-multiline, which is unbearably slow with
19876         large conflicts and ciomplex font-lock patterns.
19877         (smerge-remove-props): Remove overlay rather than text-properties.
19878         (smerge-mode): Don't set font-lock-multiline.
19879         Remove overlays when turned off.
19881 2005-08-21  Kim F. Storm  <storm@cua.dk>
19883         * ido.el (ido-ignore-item-p): Use save-match-data.
19884         Bind case-fold-search to ido-case-fold locally.
19886 2005-08-20  Richard M. Stallman  <rms@gnu.org>
19888         * files.el (normal-mode): If font lock is on, turn it off and on.
19890         * subr.el (replace-regexp-in-string): Doc fix.
19892         * startup.el (command-line-1): Don't suppress startup screen
19893         due to existing processes.
19895         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19897         * progmodes/compile.el (compilation-disable-input): Default to nil.
19899 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19901         * progmodes/compile.el (compilation-disable-input): New defcustom.
19902         (compilation-start): If compilation-disable-input is non-nil, send
19903         EOF to the compilation process.
19905 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
19907         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19908         Run the argument of tex-shell-cd-command through
19909         convert-standard-filename, to get the correct style of slashes on
19910         Windows, and enclose the result in quotes, in case the file name
19911         includes whitespace or other special characters.
19913 2005-08-19  Andreas Schwab  <schwab@suse.de>
19915         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19916         process.
19918 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
19920         * cus-start.el (minibuffer-prompt-properties): Correct typo.
19922 2005-08-18  Kim F. Storm  <storm@cua.dk>
19924         * scroll-lock.el: Fix errors due to incorrect line wrapping.
19926 2005-08-18  Richard M. Stallman  <rms@gnu.org>
19928         * scroll-lock.el: New file.
19930 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
19932         * dired.el (dired-move-to-end-of-filename):
19933         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19935 2005-08-18  Kim F. Storm  <storm@cua.dk>
19937         * ido.el (ido-everywhere): Fix defcustom :set function to disable
19938         rather than toggle mode when custom value is nil.
19939         (ido-everywhere): Fix defun doc string.
19941 2005-08-17  Richard M. Stallman  <rms@gnu.org>
19943         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19944         as tag instead of "Inviolable".
19946 2005-08-17  Kim F. Storm  <storm@cua.dk>
19948         * windmove.el (windmove-coordinates-of-position): Remove.
19949         (windmove-coordinates-of-window-position): Remove.
19950         (windmove-reference-loc): Use posn-at-point instead.
19952         * subr.el (insert-for-yank-1): Doc fix.
19954         * ido.el (ido-enter-matching-directory): Rename from
19955         ido-enter-single-matching-directory.  Change `slash' choice to
19956         `only'.  Add `first' choice.
19957         (ido-exhibit): Adapt to above changes.
19959 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
19961         * Makefile.in: Expand comment about building loaddefs.el.
19963 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
19965         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19966         Comment use of defadvice.
19968         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19970 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
19972         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19973         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19974         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19975         * progmodes/idlw-shell.el, progmodes/ld-script.el,
19976         * progmodes/which-func.el, ruler-mode.el, strokes.el,
19977         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19978         for backward compatibility for faces that did not appear in the
19979         previous Emacs release.
19981         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19983 2005-08-15  Kim F. Storm  <storm@cua.dk>
19985         * emulation/cua-base.el (cua-delete-region): Return t if
19986         deleted region was non-empty.
19987         (cua-replace-region): Inhibit overwrite-mode for
19988         self-insert-command if replaced region was non-empty.
19989         (cua--explicit-region-start, cua--status-string): Make them
19990         buffer-local at top-level...
19991         (cua-mode): ...rather than when mode is enabled.
19993 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
19995         * progmodes/vhdl-mode.el (vhdl-emacs-21):
19996         Set t for Emacs 21, 22, and so on.
19998 2005-08-15  David Ponce  <david@dponce.com>
20000         * tree-widget.el: Update Commentary header.
20001         (tree-widget-theme): Doc fix.
20002         (tree-widget-space-width): New option.
20003         (tree-widget-image-properties): Look up in the default theme too.
20004         (tree-widget--cursors): Only for images with arrow pointer shape.
20005         (tree-widget-lookup-image): Pointer shape is hand by default.
20006         (tree-widget-icon): Rename generic icon widget from
20007         `tree-widget-control'.
20008         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20009         derive from `tree-widget-icon'.
20010         (tree-widget-handle): Improve default look and feel of the text
20011         representation.
20012         (tree-widget): Rename :*-control properties to :*-icon properties.
20013         Add :action and :help-echo properties.
20014         (tree-widget-after-toggle-functions): Move.
20015         (tree-widget-close-node, tree-widget-open-node): Remove.
20016         (tree-widget-before-create-icon-functions): New hook.
20017         (tree-widget-value-create): Update to allow customization of icons
20018         and nodes at run-time via that new hook.
20019         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20020         (tree-widget-icon-action, tree-widget-icon-help-echo)
20021         (tree-widget-action, tree-widget-help-echo): New functions.
20023 2005-08-15  Kim F. Storm  <storm@cua.dk>
20025         * ido.el (ido-buffer-internal): Use with-no-warnings.
20026         (ido-make-merged-file-list): Use while-no-input.
20028 2005-08-15  Richard M. Stallman  <rms@gnu.org>
20030         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20031         (flyspell-large-region): Fix doc and custom type.
20033 2005-08-14  Richard M. Stallman  <rms@gnu.org>
20035         * files.el (interpreter-mode-alist): Doc fix.
20037         * mail/rmail.el (rmail-nonignored-headers): New variable.
20038         (rmail-clear-headers): Use it.
20039         (rmail-reply): Better handling of mail-followup-to header.
20041         * progmodes/sh-script.el (sh-font-lock-keywords-var):
20042         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
20043         don't try to refer to executable-font-lock-keywords.
20044         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20045         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20046         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20047         (sh-mode): Set comment-start-skip, local-abbrev-table,
20048         imenu-case-fold-search.
20049         (sh-set-shell): Don't set them here.
20050         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
20051         Don't cache the results in the original alist; don't ever modify
20052         that alist.
20054         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20056         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20057         empty.
20059 2005-08-15  Andreas Schwab  <schwab@suse.de>
20061         * desktop.el: Put autoload cookie at risky-local-variable declarations.
20063         * dired.el, info.el, mail/rmail.el: Revert last change.
20065 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
20067         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20068         modification in `eval-after-load' form.
20069         * info.el: Likewise.
20070         * mail/rmail.el: Likewise.
20072 2005-08-14  Juri Linkov  <juri@jurta.org>
20074         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20075         Remove highlighting of "Compilation started".  Highlight only
20076         the word "finished" in "Compilation finished".  Add highlighting
20077         of "interrupt", "killed", "terminated" and the exit code.
20078         (compilation-start): Add newline after header.  Use exactly the
20079         same time stamp format as the finishing message.
20080         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20082         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20083         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20084         Add highlighting of "interrupt", "killed", "terminated".
20086         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20087         enabled and the current command is self-insert-command, call it
20088         explicitly with overwrite-mode bound to nil, to not allow it
20089         to delete the character after the selected region.
20091 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
20093         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20094         move-end-of-line, end-of-line, and beginning-of-line to the list
20095         of commands after which the echo area is updated.
20097 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
20099         * cus-edit.el (custom-save-all, custom-save-delete):
20100         Bind recentf-exclude to exclude custom-file.
20102 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
20104         * mail/rmailsum.el (rmail-summary-end-of-message): New command
20105         to go to the bottom of the mail message.  Added to
20106         `rmail-summary-mode-map' with key "/".
20107         (rmail-summary-show-message): New (internal) function for use by
20108         both `rmail-summary-beginning/end-of-message'.
20109         (rmail-summary-beginning-of-message): Change to use
20110         rmail-summary-show-message.
20112         * mail/rmail.el (rmail-end-of-message): New command to go to the
20113         end of the current message.  Added to `rmail-mode-map' with key "/".
20114         (rmail-beginning-of-message): Fix to work as documented.
20115         (rmail-mode): Change documentation.
20117         * progmodes/compile.el (compilation-start): Add the line
20118         "Compilation started" with compilation start time.
20119         (compilation-mode-font-lock-keywords): Add `started' to keywords.
20121 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
20123         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20124         of menu items.
20126 2005-08-11  Richard M. Stallman  <rms@gnu.org>
20128         * simple.el (pop-global-mark): Reverse test of widen-automatically.
20130         * battery.el (battery-status-function): Don't use ignore-errors.
20132 2005-08-11  Lute Kamstra  <lute@gnu.org>
20134         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20135         define-obsolete-variable-alias.
20137 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20139         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20140         (ange-ftp-send-cmd): Revert last change, and expand
20141         the comment explaining the problem.
20143 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
20145         * ldefs-boot.el: Update.
20147         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20148         item to "Time, Load and Mail".  Change help echo text.
20150         * time.el (display-time-use-mail-icon, display-time-format)
20151         (display-time-string-forms): Shorten first line of docstrings.
20153 2005-08-10  Lars Hansen  <larsh@soem.dk>
20155         * desktop.el (desktop-buffer-mode-handlers):
20156         Make non-customizable.  Add autoload cookie.  Change initial value to
20157         nil; add elements in respective modules instead.  Fix doc string.
20158         (desktop-load-file): New function.
20159         (desktop-minor-mode-handlers): New autoloaded variable.
20160         (desktop-create-buffer): Call minor mode handlers.
20161         Use desktop-load-file to load major and minor mode modules prior to
20162         checking for a handler.
20163         (desktop-save): Don't add nil to desktop-minor-modes for minor
20164         modes with nil function in desktop-minor-mode-table.  Don't delete
20165         desktop file before rewriting it.
20166         (desktop-locals-to-save): Add autoload cookie.  Don't make
20167         automatically buffer-local.  Add variables column-number-mode,
20168         size-indication-mode, indent-tabs-mode,
20169         indicate-buffer-boundaries, indicate-empty-lines and
20170         show-trailing-whitespace.
20171         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20172         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
20173         (desktop-clear-preserve-buffers-regexp): Delete.
20174         (desktop-clear-preserve-buffers): Update initial value and docstring.
20175         (desktop-save-buffer): Fix doc string.
20177         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20178         (hilit-chg-desktop-restore): New function.
20179         (highlight-changes-mode): Add highlight-changes-mode to
20180         desktop-locals-to-save.
20182         * dired.el: Add handler to desktop-buffer-mode-handlers.
20183         (dired-restore-desktop-buffer): Remove autoload cookie.
20184         (dired-mode): Add autoload cookie.
20186         * info.el: Add handler to desktop-buffer-mode-handlers.
20187         (Info-restore-desktop-buffer): Remove autoload cookie.
20188         (Info-mode): Add autoload cookie.
20190         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20191         (mh-restore-desktop-buffer): Remove autoload cookie.
20192         (mh-folder-mode): Add autoload cookie.
20194         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20195         (rmail-restore-desktop-buffer): Remove autoload cookie.
20197 2005-08-11  Masatake YAMATO  <jet@gyve.org>
20199         * hexl.el (hexl-address-region):
20200         (hexl-ascii-region, hexl-font-lock-keywords):
20201         (hexl-highlight-line-range): Use the term "region"
20202         instead of "area" for consistency with the other symbols
20203         defined in hexl.el.
20205 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
20207         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20208         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20209         out by Juri Linkov).  Add `display-battery-mode'.
20211 2005-08-09  Juri Linkov  <juri@jurta.org>
20213         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20214         Remove `-text' from face variable names.
20215         (compilation-error-file-name, compilation-warning-file-name)
20216         (compilation-info-file-name): Delete faces.
20217         (compilation-line-number, compilation-column-number):
20218         Remove face underlining.
20219         (compilation-message-face): Set to `underline' value by default.
20220         (compilation-error-face, compilation-warning-face)
20221         (compilation-info-face): Remove `-file-name' from face names.
20222         (compilation-error-text-face, compilation-warning-text-face)
20223         (compilation-info-text-face): Delete face variables.
20224         (compilation-text-face): Delete function.
20226         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20227         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20228         (grep-error-face): Set to `compilation-error' instead of
20229         `compilation-error-face' (which is redefined to `grep-hit-face' in
20230         grep buffers).
20231         (grep-mode-font-lock-keywords): Remove `-text' from face variable
20232         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
20234         * dired-aux.el (dired-do-query-replace-regexp):
20235         Use `query-replace-read-args'.
20237         * replace.el (query-replace-read-from, query-replace-read-to)
20238         (query-replace-read-args): Rename arg `string' to `prompt'.
20240         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20242 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
20244         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20245         uploading files.
20246         (ange-ftp-canonize-filename): Handle file names beginning with ~
20247         correctly.
20249 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
20251         * textmodes/fill.el (canonically-space-region)
20252         (fill-context-prefix, fill-french-nobreak-p)
20253         (fill-delete-newlines, fill-comment-paragraph)
20254         (justify-current-line): "?\ " -> "?\s".
20256 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
20258         * textmodes/fill.el (fill-nonuniform-paragraphs):
20259         Improve argument/docstring consistency.
20261 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20263         * textmodes/ispell.el (ispell-word): More fboundp checks.
20265         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20266         (find-file-noselect-1): Call it here, only if RAWFILE.
20267         (normal-mode): Always set some major mode.
20268         (save-some-buffers-action-alist): Change some explanation strings.
20269         (file-name-non-special): In the `quote' method, use unwind-protect.
20271 2005-08-09  Magnus Henoch  <mange@freemail.hu>
20273         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20274         (ispell-have-aspell-dictionaries): New variable.
20275         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20276         (ispell-get-aspell-config-value): New function.
20277         (ispell-aspell-find-dictionary): New function.
20278         (ispell-aspell-add-aliases): New function.
20279         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20280         appropriate.  Don't look for ispell dictionaries if we use aspell.
20281         (ispell-menu-map): Don't build a submenu of dictionaries.
20283 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20285         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20286         (sql-read-passwd): Use read-passwd.
20288         * progmodes/idlw-toolbar.el (idlwave-toolbar)
20289         (idlwave-toolbar-is-possible): Add defvars.
20291         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20292         Avoid warnings.
20294         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20295         (idlwave-system-class-info, idlwave-executive-commands-alist):
20296         Use defvar.
20298         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20300         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
20301         Avoid warnings.
20303         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
20304         and content-type: headers.
20306         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
20308         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
20309         and rename some of them to be more self-explanatory.
20311         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
20313         * startup.el (command-line-1): Implement -scriptload.
20315         * replace.el (occur-engine): Initial *Occur* output not undoable.
20317         * menu-bar.el (menu-bar-file-menu): Rename some menu items
20318         and improve help strings.
20320         * isearch.el (isearch-repeat): When changing direction,
20321         mark search successful.
20323         * ediff-init.el: Use (featurep 'xemacs).
20325         * comint.el (send-invisible): Identify buffer, if not selected.
20327         * align.el: Delete autoload for c-guess-basic-syntax.
20329 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
20331         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
20332         Improve argument/docstring consistency.  Doc fixes.
20333         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
20334         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
20335         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
20336         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
20337         (r2bv-organization, r2bv-pages, r2bv-primary-author)
20338         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
20339         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
20340         Defvar at compile time.
20342 2005-08-09  Juri Linkov  <juri@jurta.org>
20344         * info.el: Replace `info' with upper-case `Info' where appropriate.
20345         (info-title-1, info-title-2, info-title-3, info-title-4)
20346         (info-menu-header): Move up face definitions.
20347         (info-menu-star): Rename from `info-menu-5'.
20348         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
20349         (Info-fontify-visited-nodes): Fix docstring.
20350         (Info-hide-note-references): Fix docstring.
20351         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
20352         menu items in the same way as on cross-references.
20353         (info-apropos): Fix sorting order and formatting to be like in the
20354         stand-alone Info browser.  Display error messages for 1 sec.
20355         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
20356         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
20357         from the menu bar.
20358         (Info-insert-dir): Restore point after calling
20359         `insert-buffer-substring'.
20361 2005-08-08  Richard M. Stallman  <rms@gnu.org>
20363         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
20364         (recompute-lucid-menubar): Add defvars.
20366         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
20368         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
20370         * net/net-utils.el (run-dig): Rename from `dig'.
20372         * play/gametree.el (gametree-mode): Use make-local-variable,
20373         not make-variable-buffer-local.
20375         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
20377         * ansi-color.el (ansi-color-make-extent)
20378         (ansi-color-set-extent-face): Use fboundp, not functionp.
20380         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
20381         not make-variable-buffer-local.
20383         * bookmark.el (Info-current-file): Add defvar.
20384         (bookmark-jump-noselect): Use with-no-warnings.
20386         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
20388         * ebuff-menu.el (Helper-return-blurb): Add defvar.
20390         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
20392         * find-file.el (ada-procedure-start-regexp)
20393         (ada-package-start-regexp): Add defvars.
20395         * info.el (Info-insert-dir): Use insert-buffer-substring.
20397         * xml.el (xml-att-def-re): Add defvar.
20399         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
20400         calling convention.
20402         * subr.el (while-no-input): Return t if there is input.
20404 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
20406         * cus-start.el (all): Add `overflow-newline-into-fringe'.
20408 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
20410         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
20411         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
20413 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
20415         * cmuscheme.el (scheme-start-file): Replace reference to
20416         `user-emacs-directory' by "~/.emacs.d/".
20418 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
20420         * info.el (Info-dir-remove-duplicates): Avoid case folding
20421         in loop; instead, keep downcased strings for comparison.
20422         Suggested by Helmut Eller.
20424 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
20426         Sync with Tramp 2.0.50.
20428         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20429         XEmacs case; not necessary anymore.
20430         (tramp-user-regexp): Allow "@" as part of user name.
20431         (tramp-handle-set-visited-file-modtime)
20432         (tramp-handle-insert-file-contents)
20433         (tramp-handle-write-region): No special handling for
20434         `last-coding-system-used, because this is done in
20435         `tramp-accept-process-output' now.
20436         (tramp-accept-process-output): New defun.
20437         (tramp-process-one-action, tramp-process-one-multi-action)
20438         (tramp-wait-for-regexp, tramp-wait-for-output)
20439         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
20440         Howells <dhowells@redhat.com>.
20441         (clear-visited-file-modtime): Defadvice removed.  The check for
20442         unset buffer's modtime does not need to be based on
20443         `tramp-buffer-file-attributes'.  Suggested by RMS.
20444         (tramp-message): Insert "\n" if not being at beginning of line.
20445         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20446         sequence with same logic.
20447         (tramp-completion-handle-expand-file-name): Discard call of
20448         `tramp-drop-volume-letter'.  It is not necessary, and there have
20449         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20450         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20451         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20452         should always be visible.
20453         (tramp-handle-insert-directory, tramp-setup-complete)
20454         (tramp-set-process-query-on-exit-flag)
20455         (tramp-append-tramp-buffers): Pacify byte-compiler.
20456         (tramp-bug): Delete non-existing variables from list.
20457         Apply `tramp-load-report-modules' as pre-hook.
20458         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20459         `shell-prompt-pattern' because of non-7bit characters.
20460         Reported by Sebastian Luque <sluque@mun.ca>.
20461         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20462         (tramp-match-string-list): Remove function.
20463         (tramp-wait-for-regexp): Remove call of that function.
20464         Suggested by Kim F. Storm <storm@cua.dk>.
20465         (tramp-set-auto-save-file-modes): Use octal integer code #o600
20466         instead of octal character code ?\600.  The latter resulted in a
20467         syntax error with XEmacs.
20469         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20470         XEmacs case; not necessary anymore.
20471         (tramp-smb-handle-write-region): No special handling for
20472         `last-coding-system-used, because this is done in
20473         `tramp-accept-process-output' now.
20474         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20476 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
20478         * wid-edit.el (widget-choice-value-create):
20479         Unconditionally respect user choice.  Set :explicit-choice back to nil
20480         when no longer needed.
20481         (widget-choice-action): Unconditionally respect user choice.
20482         Eliminate :explicit-choice-value.
20484         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20486         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20487         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20488         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20489         running new function `toggle-indicate-empty-lines'.
20490         Rename "Customize" item to "Customize fringe".
20491         Rename "Indicators" item to "Buffer boundaries" and change help echo.
20492         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20493         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20494         Delete "Empty lines only" item.
20495         (menu-bar-showhide-fringe-ind-customize): New function.
20496         (menu-bar-showhide-fringe-ind-mixed)
20497         (menu-bar-showhide-fringe-ind-box)
20498         (menu-bar-showhide-fringe-ind-right)
20499         (menu-bar-showhide-fringe-ind-left)
20500         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20501         instead of `fringe-indicators'.
20503 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
20505         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20506         Change the date of last update.
20508 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
20510         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20511         (viper-exec-yank, viper-put-back): Don't display modification msg
20512         if in the minibuffer.
20514         * viper-init.el (viper-replace-overlay-cursor-color)
20515         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20516         Make variables frame local.
20518         * viper-util.el (viper-append-filter-alist): Use append instead of
20519         nconc.
20521         * viper.el (viper-vi-state-mode-list)
20522         (viper-emacs-state-mode-list): Move help-mode and
20523         completion-list-mode from the first list to the second.
20524         (viper-mode): Docstring.
20525         (viper-go-away, viper-non-hook-settings): Don't localize
20526         minor-mode-alist in newer Emacsen.  Add advice to
20527         set-cursor-color.  Don't bind "\C-c\\".
20529 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
20531         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20532         (scheme-macro-expand-command): New user options.
20533         (scheme-trace-procedure, scheme-expand-current-form): New commands.
20534         (scheme-form-at-point, scheme-start-file)
20535         (scheme-interactively-start-process): New functions.
20536         (scheme-get-process): New function, extracted from `scheme-proc'.
20537         (run-scheme): Call `scheme-start-file' to get start file, and pass
20538         it to `make-comint'.
20539         (switch-to-scheme, scheme-proc):
20540         Call `scheme-interactively-start-process' if no Scheme buffer/process
20541         is available.
20543 2005-08-06  Juri Linkov  <juri@jurta.org>
20545         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20546         Use `compilation-text-face', `compilation-info-text-face' and
20547         `compilation-error-text-face' instead of `font-lock-keyword-face'.
20548         (compilation-error): New face.
20549         (compilation-error-file-name): Inherit from
20550         `compilation-error' instead of `font-lock-warning-face'.
20551         (compilation-warning-file-name): Inherit from
20552         `compilation-warning' instead of `font-lock-warning-face'.
20553         (compilation-info, compilation-error-file-name)
20554         (compilation-warning-file-name, compilation-info-file-name)
20555         (compilation-line-number, compilation-column-number): Doc fix.
20556         (compilation-error-text-face, compilation-warning-text-face)
20557         (compilation-info-text-face): New face variables.
20558         (compilation-line-face, compilation-column-face)
20559         (compilation-enter-directory-face)
20560         (compilation-leave-directory-face): Doc fix.
20561         (compilation-text-face): New function.
20563         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20564         instead of 1 to display binary file names as info file links.
20565         (grep-error-face): Use `compilation-error-face' instead of
20566         `font-lock-keyword-face'.
20567         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20568         and `compilation-warning-text-face' instead of
20569         `font-lock-keyword-face'.  Use `compilation-error-text-face'
20570         instead of `grep-error-face'.
20572 2005-08-05  Kenichi Handa  <handa@m17n.org>
20574         * international/code-pages.el: Add autoload cookies for all coding
20575         systems.
20577 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
20579         * cus-start.el (all): Put undo.c where it alphabetically belongs.
20581 2005-08-04  Juri Linkov  <juri@jurta.org>
20583         * progmodes/compile.el (compilation-mode-map):
20584         * progmodes/grep.el (grep-mode-map):
20585         Bind TAB to `compilation-next-error' and [backtab] to
20586         `compilation-previous-error'.
20588         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20589         matching line numbers, column numbers and their ranges with regexp
20590         matching only line numbers.
20591         (grep-context-face): New face variable.
20592         (grep-mode-font-lock-keywords): Use it.
20594         * faces.el (read-face-name): Delete duplicate faces.
20596 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
20598         * thumbs.el (thumbs-find-image): Don't make variables
20599         automatically buffer local.
20600         (thumbs-current-tmp-filename, thumbs-current-image-filename)
20601         (thumbs-image-num): Make automatically buffer local.
20602         (thumbs-show-thumbs-list): Use `make-local-variable', not
20603         `make-variable-buffer-local'.
20604         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20606         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20607         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20608         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20609         (bother, bye, canyou, chatlst, continue, deathlst, describe)
20610         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20611         (feelings-about, foullst, found, hello, history, howareyoulst)
20612         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20613         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20614         (neglst, obj, object, owner, please, problems, qlist)
20615         (random-adjective, relation, remlst, repetitive-shortness)
20616         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20617         (shortlst, something, sportslst, stallmanlst, states, subj)
20618         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20619         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20620         Defvar at compile time.
20622         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20623         not `make-variable-buffer-local'.
20625 2005-08-02  Kim F. Storm  <storm@cua.dk>
20627         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20628         rectangle overlay in selected window.
20630 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
20632         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20633         instead of display group.  Make `indicate-buffer-boundaries'
20634         customizable through Custom.
20636 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
20638         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20639         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20640         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20641         (gdb-put-string): Fix typos in docstrings.
20643 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
20645         Update copyright notices of files in progmodes directory for
20646         release of Emacs 22.1.
20648         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20650         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20651         Don't barf if the GUD buffer has been killed.
20653 2005-08-01  Kim F. Storm  <storm@cua.dk>
20655         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20657 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20659         * simple.el (next-error-follow-minor-mode):
20660         make-variable-buffer-local -> make-local-variable.
20662         * emacs-lisp/cl-extra.el: Require CL also when compiling.
20664         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20665         (byte-compile-form-make-variable-buffer-local): New functions to warn
20666         about misuses of make-variable-buffer-local where make-local-variable
20667         was meant.
20669 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
20671         * bs.el (bs-attributes-list): Doc fix.
20672         (bs): Update url-link.
20674         * desktop.el (desktop-save-buffer): Fix typos in docstring.
20675         (desktop-load-default): Simplify.
20677         * ibuffer.el (ibuffer-columnize-and-insert-list)
20678         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20679         (ibuffer-unmark-all, ibuffer-toggle-marks)
20680         (ibuffer-unmark-forward, ibuffer-unmark-backward)
20681         (ibuffer-compile-make-format-form, ibuffer-format-column)
20682         (ibuffer-current-buffers-with-marks)
20683         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20684         (ibuffer): Doc fix.
20685         (ibuffer-mode): Fix typo in docstring.
20686         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20687         with `define-obsolete-variable-alias'.
20688         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
20690 2005-07-29  Kenichi Handa  <handa@m17n.org>
20692         * international/mule-cmds.el (select-message-coding-system):
20693         Be sure to use LF for end-of-line.  If no coding system is decided,
20694         return iso-8859-1-unix.
20696 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20698         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20699         (ange-ftp-pending-error-line): New vars.
20700         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20701         to handle the non-fatal no-route-to-host messages.
20702         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20704 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
20706         * isearch.el (isearch-mode-map, isearch-other-meta-char)
20707         (isearch-quote-char, isearch-printing-char)
20708         (isearch-text-char-description): "?\ " -> "?\s".
20709         (isearch-lazy-highlight-cleanup)
20710         (isearch-lazy-highlight-initial-delay)
20711         (isearch-lazy-highlight-interval)
20712         (isearch-lazy-highlight-max-at-a-time)
20713         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20714         Declare with define-obsolete-*-alias macros.
20715         (isearch-forward): Fix typo in docstring.
20716         (search-invisible, search-ring-yank-pointer)
20717         (regexp-search-ring-yank-pointer): Doc fixes.
20719         * recentf.el (recentf-menu-append-commands-p): Declare with
20720         `define-obsolete-variable-alias'.
20721         (recentf-max-saved-items, recentf-menu-filter)
20722         (recentf-arrange-by-rule-subfilter): Doc fixes.
20723         (recentf-menu-append-commands-flag)
20724         (recentf-initialize-file-name-history, recentf-expand-file-name)
20725         (recentf-clear-data): Fix typos in docstrings.
20727 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
20729         * progmodes/gdb-ui.el: Smarten comments.
20730         (gdb-info-breakpoints-custom): Use nowarn when finding file.
20732 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
20734         * term/apollo.el (terminal-init-apollo): New function containing
20735         all former top level forms in the file.
20736         * term/bobcat.el (terminal-init-bobcat):
20737         * term/cygwin.el (terminal-init-cygwin):
20738         * term/iris-ansi.el (terminal-init-iris-ansi):
20739         * term/linux.el (terminal-init-linux):
20740         * term/news.el (terminal-init-news):
20741         * term/rxvt.el (terminal-init-rxvt):
20742         * term/sun.el (terminal-init-sun):
20743         * term/tvi970.el (terminal-init-tvi970):
20744         * term/vt100.el (terminal-init-vt100):
20745         * term/vt102.el (terminal-init-vt102):
20746         * term/vt125.el (terminal-init-vt125):
20747         * term/vt200.el (terminal-init-vt200):
20748         * term/vt201.el (terminal-init-vt201):
20749         * term/vt220.el (terminal-init-vt220):
20750         * term/vt240.el (terminal-init-vt240):
20751         * term/vt300.el (terminal-init-vt300):
20752         * term/vt320.el (terminal-init-vt320):
20753         * term/vt400.el (terminal-init-vt400):
20754         * term/vt420.el (terminal-init-vt420):
20755         * term/wyse50.el (terminal-init-wyse50):
20756         * term/xterm.el (terminal-init-xterm): Likewise.
20758         * term/README: Describe the terminal-init-* functionality.
20760         * startup.el (command-line): After loading the terminal initialization
20761         file call the corresponding terminal initialization function.
20763 2005-07-27  Kenichi Handa  <handa@m17n.org>
20765         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20766         negative.
20768         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20769         (ps-mule-composition-prologue): Fix for the case that
20770         RelativeCompose is false.
20772 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20774         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20776         * descr-text.el (describe-char): Handle the case where the list of
20777         chars is displayed in a separate frame.
20778         Be a bit more discriminating when looking for the char.
20780 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
20782         * bookmark.el (bookmark-automatically-show-annotations)
20783         (bookmark-read-annotation-text-func): Doc fixes.
20784         (bookmark-save): Improve argument/docstring consistency.
20785         (bookmark-get-bookmark, bookmark-get-bookmark-record)
20786         (bookmark-alist-from-buffer)
20787         (bookmark-upgrade-file-format-from-0)
20788         (bookmark-grok-file-format-version)
20789         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20790         (bookmark-read-annotation-mode)
20791         (bookmark-insert-current-bookmark, bookmark-jump)
20792         (bookmark-exit-hook): Fix typos in docstrings.
20793         (bookmark-exit-hooks): Define as obsolete alias.
20794         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20795         not `bookmark-exit-hooks'.  Fix docstring.
20796         (bookmark-bmenu-select): "?\ " -> "?\s".
20798 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
20800         * startup.el (command-line): Fix typo.
20802 2005-07-24  Richard M. Stallman  <rms@gnu.org>
20804         * tooltip.el (tooltip-mode): Test emacs-basic-display,
20805         not emacs-quick-startup.
20807 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
20809         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20810         (reb-next-match, reb-show-subexp): Use `with-selected-window'
20811         instead of `reb-with-current-window'.
20812         (reb-prev-match): Likewise.  Also, don't move left if the search
20813         was unsuccessful.
20814         (reb-initialize-buffer): New function.
20815         (re-builder, reb-change-syntax): Use it.
20817         * man.el (Man-goto-page): Make second argument NOERROR optional.
20819 2005-07-23  Richard M. Stallman  <rms@gnu.org>
20821         * man.el (Man-bgproc-sentinel): Check here for failure to find
20822         any man page in the output, and report the error here.
20823         (Man-arguments): Make it permanent local.
20824         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
20825         (Man-mode): Pass t for NOERROR.
20827         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20828         (grep-mode-font-lock-keywords):
20829         Don't use compilation-...-face for messages that are not file names.
20831         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20832         Don't use compilation-...-face for messages that are not file names.
20834 2005-07-22  Juri Linkov  <juri@jurta.org>
20836         * startup.el (normal-splash-screen): Update menu name.
20838         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20840 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20842         * term/xterm.el: Load term/rxvt if the terminal is actually an
20843         rxvt terminal.
20844         (xterm-rxvt-set-background-mode): Remove, not used anymore.
20846         * term/rxvt.el (function-key-map): Use substitute-key-definition
20847         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
20849         * term/cygwin.el: New file.
20851 2005-07-22  Kim F. Storm  <storm@cua.dk>
20853         * image-file.el (insert-image-file, image-file-yank-handler):
20854         Fix last change to maintain a (unique) yank-handler on yanked images.
20856 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
20858         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20859         of the file size (as in "177B" for 177 bytes).  This happens with
20860         "ls -lh" on FreeBSD.
20862 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
20864         * hilit-chg.el (highlight-changes-global-initial-state)
20865         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20866         (hilit-chg-fixup, highlight-changes-mode):
20867         Fix typos in docstrings.
20868         (highlight-changes-global-modes, highlight-changes-rotate-faces):
20869         Doc fixes.
20871 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
20873         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20874         mode function using `eval-after-load'.
20876 2005-07-21  Kim F. Storm  <storm@cua.dk>
20878         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20879         included when reporting an Emacs crash, and tell about the DEBUG file.
20881         * image-file.el (insert-image-file): Add yank-handler.
20882         (image-file-yank-handler): Yank handler to make unique copies of
20883         images when they are yanked into a buffer next to each other.
20885 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
20887         * comint.el (comint-use-prompt-regexp, comint-send-input)
20888         (comint-source-default, comint-extract-string)
20889         (comint-get-source, comint-word, comint-completion)
20890         (comint-source, comint-prompt-read-only, comint-update-fence):
20891         Fix typos in docstrings.
20892         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20893         Declare with define-obsolete-*-alias macros.
20894         (comint-previous-matching-input-from-input)
20895         (comint-next-matching-input-from-input)
20896         (comint-previous-matching-input, comint-next-matching-input)
20897         (comint-forward-matching-input):
20898         Improve argument/docstring consistency.
20900         * desktop.el (desktop-clear-preserve-buffers-regexp):
20901         Also preserve the *server* buffer.
20903         * simple.el (clone-indirect-buffer): Doc fix.
20904         (fixup-whitespace, just-one-space)
20905         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20906         (next-error, next-error-highlight)
20907         (next-error-highlight-no-select, next-error-last-buffer)
20908         (next-error-buffer-p, next-error-find-buffer, next-error)
20909         (previous-error, next-error-no-select, previous-error-no-select)
20910         (open-line, split-line, minibuffer-prompt-width, kill-new)
20911         (binary-overwrite-mode): Fix typos in docstrings.
20912         (set-fill-column): Fix typo in message.
20914         * skeleton.el (skeleton-proxy-new): Doc fix.
20916         * strokes.el (strokes-load-hook): Doc fix.
20917         (strokes-grid-resolution, strokes-get-grid-position)
20918         (strokes-renormalize-to-grid, strokes-read-stroke)
20919         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20920         (strokes-global-map): Fix typos in docstrings.
20921         (strokes-help): Doc fix.  Fix help message and pass it through
20922         `substitute-command-keys'.
20924         * tempo.el (tempo-insert-prompt, tempo-interactive)
20925         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20926         (tempo-insert-string-functions, tempo-local-tags)
20927         (tempo-define-template, tempo-insert-template)
20928         (tempo-insert-prompt-compat, tempo-is-user-element)
20929         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20930         Fix typos in docstrings.
20932         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20933         (vcursor-key-bindings, vcursor-use-vcursor-map)
20934         (vcursor-find-window, vcursor-scroll-down)
20935         (vcursor-disable, vcursor-beginning-of-buffer)
20936         (vcursor-end-of-buffer): Fix typos in docstrings.
20937         (vcursor-relative-move, vcursor-get-char-count):
20938         Improve argument/docstring consistency.
20940         * version.el: "?\ " -> "?\s".
20942         * wid-edit.el (widget-default-create, widget-after-change)
20943         (widget-default-format-handler, widget-checklist-add-item)
20944         (widget-radio-add-item, widget-choose, widget-specify-secret)
20945         (widget-field-value-create, widget-field-value-get)
20946         (widget-editable-list-format-handler)
20947         (widget-editable-list-entry-create, widget-group-value-create)
20948         (widget-documentation-link-add)
20949         (widget-documentation-string-value-create): "?\ " -> "?\s".
20950         (widget-convert-text): Doc fix.
20951         (widget-narrow-to-field, widget-field-find)
20952         (widget-url-link-action, widget-emacs-library-link-action)
20953         (widget-color-notify): Fix typos in docstrings.
20955         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20956         (x-select-text, set-w32-system-coding-system)
20957         (w32-add-charset-info): Fix typos in docstrings.
20959         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20960         (cua-enable-cua-keys, cua-use-hyper-key)
20961         (cua-virtual-rectangle-edges): Fix typos in docstrings.
20962         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20964         * net/tramp.el (tramp-handle-load): Fix typo in error message.
20966         * emacs-lisp/re-builder.el (regexp-builder): Declare with
20967         `defalias' instead of faking it.
20969         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20970         (eshell-ls-missing, eshell-ls-dired-initial-args)
20971         (eshell-ls-use-in-dired): Fix typos in docstrings.
20973 2005-07-20  Kim F. Storm  <storm@cua.dk>
20975         * emulation/cua-base.el (cua-mode): Improve doc string.
20977 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
20979         * abbrev.el (expand-region-abbrevs): Doc fix.
20980         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20981         Improve argument/docstring consistency.
20983         * arc-mode.el (archive-get-descr, archive-alternate-display):
20984         Doc fixes.
20985         (archive-l-e): Improve argument/docstring consistency.
20986         (archive-tmpdir, archive-unixdate, archive-unixtime)
20987         (archive-chmod-entry): Fix typos in docstrings.
20988         (archive-unflag, archive-unflag-backwards)
20989         (archive-unmark-all-files): "?\ " -> "?\s".
20991         * buff-menu.el (Buffer-menu-unmark): Doc fix.
20992         (Buffer-menu-not-modified, Buffer-menu-execute)
20993         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20994         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20996         * composite.el (compose-string, encode-composition-rule)
20997         (compose-last-chars): Fix typos in docstrings.
20999         * desktop.el (desktop-enable, desktop-basefilename):
21000         Declare with `define-obsolete-variable-alias'.
21001         (desktop-internal-v2s): Don't quote keywords.
21002         (desktop-clear): "?\ " -> "?\s".
21004         * dired.el (dired-align-file, dired-flag-backup-files)
21005         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21006         (dired-listing-switches, dired-ls-F-marks-symlinks)
21007         (dired-dwim-target, dired-load-hook, dired-mode-hook)
21008         (dired-directory, dired-faces, dired, dired-revert)
21009         (dired-mode, dired-summary, dired-view-file)
21010         (dired-copy-filename-as-kill, dired-delete-file)
21011         (dired-no-confirm, dired-unmark-all-marks)
21012         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21013         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21014         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21015         Fix typos in message strings.
21017         * dired-x.el (virtual-dired): Declare with `defalias'.
21018         (dired-mark-unmarked-files, dired-local-variables-file)
21019         (dired-omit-here-always): Doc fix.
21020         (dired-omit-mode, dired-find-subdir)
21021         (dired-enable-local-variables, dired-clean-up-buffers-too)
21022         (dired-extra-startup, dired-mark-extension, dired-jump)
21023         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21024         (dired-smart-shell-command, dired-guess-shell-alist-user)
21025         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21026         (dired-x-bind-find-file, dired-x-submit-report):
21027         Fix typos in docstrings.
21028         (dired-mark-unmarked-files): "?\ " -> "?\s".
21030         * dirtrack.el (dirtrack-list): Fix typos in docstring.
21032         * faces.el (describe-face): "?\ " -> "?\s".
21033         (read-all-face-attributes, read-face-font, modify-face)
21034         (face-attr-construct, italic): Fix typos in docstrings.
21035         (frame-update-face-colors): Declare with
21036         `define-obsolete-function-alias'.
21038         * files.el (find-file-noselect, recode-file-name): Doc fixes.
21039         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21040         (magic-mode-alist, buffer-file-numbers-unique)
21041         (write-file-functions, get-free-disk-space):
21042         Fix typos in docstrings.
21043         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21044         (write-contents-hooks, write-file-hooks):
21045         Declare with `define-obsolete-variable-alias'.
21047         * forms-d2.el (arch-rj): Fix typo in docstrings.
21048         (arch-tocol): Likewise.  "?\ " -> "?\s".
21050         * frame.el (set-frame-font, cursor-in-non-selected-windows):
21051         Fix typo in docstring.
21052         (set-screen-width, set-screen-height): Delete redundant info in
21053         doctrings.
21054         (new-frame, screen-height, screen-width): Declare with
21055         `define-obsolete-function-alias'.
21056         (delete-frame-hook, blink-cursor): Declare with
21057         `define-obsolete-variable-alias'.
21059         * paths.el (prune-directory-list): Fix typos in docstring.
21061         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21062         (cvs-prefix-get): Fix typos in docstrings.
21064         * ps-print.el (ps-extend-face-list, ps-extend-face)
21065         (ps-print-background-image): Fix typos in docstrings.
21066         (ps-default-fg, ps-default-bg): Doc fixes.
21068         * s-region.el (s-region-bind): Doc fix.
21069         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21071         * textmodes/org.el (org-table-formula-substitute-names)
21072         (org-table-get-vertical-vector): Doc fixes.
21073         (org-table-recalculate): Remove unused argument to `message'.
21075 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
21077         * textmodes/org.el (org-table-column-names)
21078         (org-table-column-name-regexp)
21079         (org-table-named-field-locations): New variables.
21080         (org-archive-subtree): Protect `this-command' when calling
21081         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21082         the kill buffer.
21083         (org-complete): Remove fixed-formula completion.
21084         (org-edit-formulas-map): New variable.
21085         (org-table-edit-formulas): New command.
21086         (org-finish-edit-formulas, org-abort-edit-formulas)
21087         (org-show-variable, org-table-get-vertical-vector): New functions.
21088         (org-table-maybe-eval-formula): Handle `:=' fields.
21089         (org-table-get-stored-formulas, org-table-store-formulas)
21090         (org-table-get-formula, org-table-modify-formulas)
21091         (org-table-replace-in-formulas): Handle named field formulas.
21092         (org-table-get-specials): Store locations of named fields.
21094 2005-07-19  Juri Linkov  <juri@jurta.org>
21096         * progmodes/grep.el (grep-regexp-alist)
21097         (grep-mode-font-lock-keywords, grep-process-setup):
21098         Use default GNU grep match color "01;31m" instead of "01;41m".
21099         (grep-regexp-alist, grep-mode-font-lock-keywords):
21100         Use `\\[[0-9]*m' instead of `\\[00m'.
21101         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21102         sgr_start where its handling is more important.  Use the real
21103         length of sgr_start instead of constant 8.
21104         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21105         specially.  Delete all remaining escape sequences.
21106         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21107         (grep-regexp-alist): Make hyperlink only for binary file name
21108         instead of the whole line.
21109         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21110         (grep-mode): Add autoload.
21112         * emacs-lisp/find-func.el (find-function-regexp):
21113         Add `define-compilation-mode'.
21115 2005-07-19  Juri Linkov  <juri@jurta.org>
21117         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21118         (compare-windows-sync-string-size, compare-windows-recenter)
21119         (compare-windows-highlight, compare-windows): Add version 22.1.
21120         (compare-windows) <defface>: Inherit from lazy-highlight instead
21121         of duplicating its default value.
21123         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21124         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21126         * descr-text.el (describe-char): Create link buttons for `charset'
21127         and `code point'.  Add the current input method name with a link
21128         button to `to input' field.  Print face names of display table
21129         characters in `The display table entry is displayed by' section
21130         instead of printing face-id in the `display' field.
21131         Guess hardcoded faces and create a link button for them.
21132         Skip empty fields when calculating max-width.
21133         Treat `widget-create' specially while inserting strings from the
21134         collected field list.
21135         (describe-char-after): Made obsolete in version 22.1, not 21.5.
21137         * diff-mode.el (diff-file-header): Change foreground color from
21138         yellow to green on light backgrounds.
21139         (diff-context): Inherit from `shadow' only for color/grayscale
21140         with more than 88 colors.
21141         (diff-indicator-removed, diff-indicator-added)
21142         (diff-indicator-changed): New faces.
21143         (diff-font-lock-keywords): Use new faces.  Regroup rules.
21144         Add "^---$" for `normal' diff format.  Fontify `#' lines with
21145         font-lock-comment-delimiter-face and font-lock-comment-face.
21146         Add `#' to ^[^...] in the rule for `diff-context-face'.
21148         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21149         a button-like box.  Inherit from `highlight' on low colors.
21150         (shadow): Use shades of gray only for color/grayscale with
21151         more than 88 colors.  Use green for light backgrounds with
21152         8 colors, and yellow for dark backgrounds with 8 colors.
21154         * font-lock.el (font-lock-regexp-grouping-backslash):
21155         Don't inherit from escape-glyph (use bold for all cases).
21157         * info.el (info-xref-visited): Use light foreground color `violet'
21158         for dark backgrounds instead of dark color `magenta3'.
21159         (info-title-1): Use `yellow' color for dark backgrounds.
21161         * isearch.el (isearch): Use not-too-dark magenta3 instead of
21162         too-light magenta2.
21164         * replace.el (match): Use slightly more light RoyalBlue3 instead
21165         of dark RoyalBlue4.
21167         * wid-edit.el (widget-inactive): Inherit from `shadow'.
21169 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
21171         * novice.el (disabled-command-hook): Declare it with
21172         `define-obsolete-variable-alias'.
21174         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21175         (desktop-buffer-misc-functions, desktop-buffer-handlers)
21176         (desktop-load-default): Add release to obsolescence info.
21177         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21178         (desktop-append-buffer-args, desktop-read):
21179         Fix typos in docstrings.
21180         (desktop-kill): Fix typo in message.
21181         (desktop-save): Doc fix.
21183 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21185         * viper-cmd.el (viper-escape-to-state): Bug fix.
21186         (viper-envelop-ESC-key): Change the definition of fast
21187         keysequence so it'll work with keyboard macros.
21189         * ediff.el (ediff-patch-buffer): Change the docstring.
21191 2005-07-19  Kenichi Handa  <handa@m17n.org>
21193         * international/mule-cmds.el (select-safe-coding-system): Try to
21194         use an auto-coding (if any) before anything else.  If the found
21195         auto-coding is invalid, show a warning message.
21197         * international/mule.el (find-auto-coding): New function created
21198         by modifying the body of set-auto-coding.
21199         (set-auto-coding): Use find-auto-coding to find a coding.
21201 2005-07-18  Richard M. Stallman  <rms@gnu.org>
21203         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21204         not isearch-mode-end-hook-error.
21205         (allout-before-change-protect): Fix error message.
21207 2005-07-18  Juri Linkov  <juri@jurta.org>
21209         * allout.el (allout-mode):
21210         * calculator.el (calculator-copy):
21211         * custom.el (custom-known-themes):
21212         * dired.el (dired-desktop-buffer-misc-data)
21213         (dired-restore-desktop-buffer):
21214         * dired-x.el (dired-omit-marker-char):
21215         * files.el (basic-save-buffer):
21216         * font-core.el (font-lock-mode):
21217         * calendar/calendar.el (calendar-goto-hebrew-date)
21218         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21219         (calendar-goto-persian-date):
21220         * language/ethio-util.el (ethio-sera-to-fidel-region):
21221         * textmodes/picture.el (picture-mode):
21222         Delete duplicate duplicate words.
21224 2005-07-18  Juri Linkov  <juri@jurta.org>
21226         * isearch.el (isearch-mode-map): Remove key bindings for regexp
21227         chars * ? } |.
21228         (isearch-fallback): Don't call `isearch-process-search-char'.
21229         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21230         (isearch-process-search-char): Call `isearch-fallback' for regexp
21231         chars * ? } |.
21232         (isearch-return-char): Make obsolete with `make-obsolete' instead
21233         of simply documenting it as obsolete in the docstring.
21234         (isearch-fallback): Refill docstring.
21236         * international/isearch-x.el
21237         (isearch-process-search-multibyte-characters): Remove unneeded
21238         `concat'.  Add intermediate values to `junk-hist' instead of
21239         `minibuffer-history'.  Test the length of `str'.
21241 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
21243         * allout.el (allout-resolve-xref): Fix typos in error strings.
21244         (allout-before-change-protect): Remove unneeded `concat'.
21246         * array.el (array-mode, array-reconfigure-rows)
21247         (untabify-backward): Fix typos in docstrings.
21248         (array-reconfigure-rows): Use `insert-buffer-substring', not
21249         `insert-buffer'.
21251         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21252         * progmodes/ada-mode.el (ada-make-body):
21253         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21255         * dired.el (dired-log):
21256         * tar-mode.el (tar-subfile-save-buffer):
21257         * play/zone.el (zone-pgm-stress-destress):
21258         Use `insert-buffer-substring', not `insert-buffer'.
21260 2005-07-17  Simon Josefsson  <jas@extundo.com>
21262         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21264 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
21266         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21267         Add plain auth method.
21268         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21270 2005-07-17  Kim F. Storm  <storm@cua.dk>
21272         * ido.el (dired-other-window): Add ido property.
21274 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
21276         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21277         Fix typo in docstring.
21278         (byte-compile-interactive-only-functions): Add `insert-buffer' and
21279         `insert-file-literally'.
21281         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21282         info and delete redundant message.  Doc fix.
21283         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21284         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21286 2005-07-16  Richard M. Stallman  <rms@gnu.org>
21288         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21289         (byte-compile-and): Use byte-compile-and-recursion.
21290         (byte-compile-or-recursion): New function.
21291         (byte-compile-or): Use that.
21292         (byte-compile-if): Guard the else-clause too.
21293         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21295         * isearch.el (isearch-mode-end-hook-quit): New variable.
21296         (isearch-done): Bind it.
21297         (isearch-mode-end-hook): Doc fix.
21299         * allout.el (allout-isearch-did-quit): Variable deleted.
21300         (allout-real-isearch-abort): Function name no longer used.
21301         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
21302         (allout-isearch-rectification): isearch-mode always exists.
21303         Don't set allout-isearch-did-quit.
21304         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
21305         allout-isearch-did-quit.
21306         (allout-enwrap-isearch): Just add the hook.
21307         (allout-isearch-abort): Function deleted.
21308         (allout-pre-command-business): Avoid warning.
21310         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
21311         Correctly avoid warnings.
21312         (pascal-outline): Likewise.
21314         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
21316         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
21318         * play/tetris.el (tetris-mode): Avoid warning.
21320         * play/snake.el (snake-mode): Avoid warning.
21322         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
21323         (gamegrid-set-display-table): Avoid warning.
21324         (gamegrid-set-timer): Likewise.
21325         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
21326         (gamegrid-add-score-with-update-game-score-1): Take FILE
21327         as argument.
21328         (gamegrid-add-score-with-update-game-score): Pass that argument.
21329         Rename have-shared-game-dir to gamegrid-shared-game-dir.
21331         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
21333         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
21334         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
21336         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
21337         and insert-file.
21339         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
21340         (sc-ask): Avoid warnings.
21342         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
21343         (eshell-hist-initialize): Use that var the natural way.
21345         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
21347         * emacs-lisp/re-builder.el (reb-cook-regexp):
21348         Avoid warning calling lre-compile-string.
21349         (reb-color-display-p): Avoid warning.
21351         * calculator.el (calculator-last-input): Guard uses
21352         of event-key and key-press-event-p.
21353         (event-key, key-press-event-p): Delete definitions.
21355         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
21356         (find-gc-source-directory, find-gc-subrs-callers)
21357         (find-gc-noreturn-list, find-gc-source-files)
21358         (find-gc-subrs-called): Vars renamed and defvar'd.
21360         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
21361         (checkdoc-overlay-put, checkdoc-delete-overlay)
21362         (checkdoc-overlay-start, checkdoc-overlay-end)
21363         (checkdoc-mode-line-update, checkdoc-char=):
21364         Define such that compiler knows they are defined.
21365         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
21366         (checkdoc-read-event): Delete.  Use read-event directly.
21368         * whitespace.el (whitespace-make-overlay)
21369         (whitespace-overlay-put, whitespace-delete-overlay)
21370         (whitespace-overlay-start, whitespace-overlay-end):
21371         Define such that compiler knows they are defined.
21372         (whitespace): Move conditional inside.
21374         * tempo.el (tempo-insert-template): Suppress warning.
21376         * ediff-diff.el (longlines-mode): Add defvar.
21378 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
21380         * server.el: Bind "C-x #" in a way that works even if C-x is
21381         redefined to a command key, not a prefix key.
21383 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
21385         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
21386         cl-make-type-test till execution time.
21388 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
21390         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
21391         arg ARG and use it.
21393 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
21395         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
21397 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
21399         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21400         a defcustom with two :set or :type keywords.
21402 2005-07-15  Richard M. Stallman  <rms@gnu.org>
21404         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21405         Don't give ^M comment-end syntax.
21407 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
21409         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
21410         Don't consider gdbmi (gdb-mi.el has its own update functions).
21411         (gdb-var-delete): Make it work for gdbmi as well.
21412         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
21414         * progmodes/gud.el (etags, sdb): Only require etags when needed.
21415         (gud-speedbar-menu-items): Correct logic for enabling items.
21417 2005-07-15  Kim F. Storm  <storm@cua.dk>
21419         * ido.el: Fix commentary.
21420         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21421         Use with-no-warnings around ffap-guesser.
21422         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21423         Let bind minibuffer-completing-file-name to t.
21425 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
21427         * startup.el (site-run-file, keyboard-type): Doc fixes.
21428         (command-line): Check for "--basic-display" argument; also for
21429         "--quick", not "--bare-bones" (which was renamed).
21430         (fancy-splash-text): Add missing item "Getting New Versions".
21431         (normal-splash-screen): Fix typos and improve consistency with
21432         `fancy-splash-text'.  Update copyright year.
21434         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21435         valid binding for `help-char'.
21437         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21439 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
21441         * term.el (term-mode): Disable cua-mode for term buffers.
21443 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
21445         * add-log.el (add-log-mailing-address, change-log-merge):
21446         Doc fixes.
21447         (change-log-get-method-definition): Fix typo in docstring.
21449 2005-07-14  Kim F. Storm  <storm@cua.dk>
21451         * emulation/cua-base.el:
21452         (cua--pre-command-handler-1, cua--pre-command-handler)
21453         (cua--post-command-handler-1, cua--post-command-handler):
21454         Split in two.  Check (buffer local) value of cua-mode.
21455         (cua-selection-mode): New command.
21457 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
21459         * custom.el (custom-initialize-safe-set)
21460         (custom-initialize-safe-default): Doc fixes.
21462         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21463         and simplify :init-value again.
21465         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21466         and simplify :init-value again.  Delete autoload.
21468         * startup.el (command-line): Use `custom-reevaluate-setting' again
21469         for tooltip-mode.
21471         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21472         a defcustom with two :initialize keywords.
21474 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
21476         * allout.el (my-mark-marker, allout-isearch-prior-pos)
21477         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21478         (allout-post-command-business, allout-flag-region)
21479         (isearch-reenable-font-lock, allout-yank)
21480         (allout-insert-latex-header, allout-insert-latex-trailer)
21481         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21482         (allout-latex-verb-quote): Fix typos in docstrings.
21483         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21484         (allout-unprotected, allout-prefix-data):
21485         Improve argument/docstring consistency.
21486         (allout-chart-subtree): Fix argument spec.
21487         (allout-open-topic): Rename `use_sib_bullet' argument to
21488         `use-sib-bullet'.  Doc fix.
21490         * whitespace.el (whitespace-check-buffer-leading)
21491         (whitespace-check-buffer-trailing)
21492         (whitespace-check-buffer-indent)
21493         (whitespace-check-buffer-spacetab)
21494         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21495         (whitespace-check-leading-whitespace)
21496         (whitespace-check-trailing-whitespace)
21497         (whitespace-check-spacetab-whitespace)
21498         (whitespace-check-indent-whitespace)
21499         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21500         (whitespace-modes): Fix typos in docstrings.
21501         (defgroup, defcustom): Doc fixes.
21503         * winner.el (winner-mode, winner-boring-buffers)
21504         (winner-pending-undo-ring): Doc fixes.
21505         (winner-ring): Remove unneeded `progn'.
21506         (winner-equal): `defsubst' it.
21507         (winner-redo): Fix message.
21509 2005-07-13  Kim F. Storm  <storm@cua.dk>
21511         * simple.el (line-move-1): Always use vertical-motion to
21512         do the last (or only) line move to ensure some movement.
21513         Undo 2005-06-23 change--don't check for overlays.
21515 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21517         * term/mac-win.el (ccl-encode-mac-roman-font)
21518         (ccl-encode-mac-centraleurroman-font)
21519         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21520         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21521         Change charset-id boundary of dimension to ?\xef.
21522         (mac-char-fontspec-list): New constant.
21523         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
21524         argument.  Nil uses itself as family in font-spec.  Previous
21525         behavior for nil is now provided by non-nil non-string argument.
21526         All callers changed.  Add font-specs for Mac fonts to
21527         "fontset-default" unless iso8859-1 fonts are installed.
21529 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21531         * progmodes/sh-script.el (sh-get-indent-info): Only indent
21532         a continuation line if the \ is preceded by SPC or TAB.
21533         (sh-get-indent-info): Simplify.
21534         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21535         Use with-current-buffer.
21537         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21538         when the matched text is empty.
21540 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
21542         * startup.el (command-line): Revert to previous handling of
21543         tooltip-mode.  Explain in comment why the complexity is needed.
21545         * tooltip.el (tooltip-mode): Revert to previous implementation of
21546         its defcustom.
21548         * frame.el (blink-cursor-mode): Revert to previous implementation
21549         of its defcustom.  Update comment.
21551 2005-07-12  Lars Hansen  <larsh@soem.dk>
21553         * desktop.el: Update e-mail address.
21555 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21557         * term/mac-win.el (mac-services-mail-selection)
21558         (mac-services-mail-to): New functions.
21559         (mac-application-menu-map): Bind them.
21561 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
21563         * progmodes/gdb-ui.el: Add note about buffering with Windows.
21565 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
21567         * custom.el (custom-reevaluate-setting): Doc fix.
21569 2005-07-11  Jay Belanger  <belanger@truman.edu>
21571         * calc/calc.el (calc-embedded-announce-formula-alist)
21572         (calc-embedded-open-close-plain-alist)
21573         (calc-embedded-open-close-mode-alist): Add checks for additional
21574         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21576 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
21578         * custom.el (custom-enable-theme): Don't add theme to
21579         `custom-enabled-themes' with `push' because there is no
21580         setf-method for `delq'.
21582 2005-07-11  Richard M. Stallman  <rms@gnu.org>
21584         * custom.el (custom-declare-variable): Doc fix.
21586         * dired-aux.el (dired-compare-directories): Remove "." and ".."
21587         from the alists.
21589         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21590         Do nothing if edebug-active.
21592         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21593         (edebug-display): Do it here instead.
21595 2005-07-10  Richard M. Stallman  <rms@gnu.org>
21597         * cus-face.el (custom-theme-set-faces): Make it work.
21598         (custom-reset-faces): Doc fix.
21599         (custom-theme-reset-internal-face, custom-theme-face-value):
21600         Functions deleted.
21602         * custom.el (custom-push-theme): Maintain list of the settings
21603         of a given theme in its theme-settings property.
21604         Maintain position of old settings in the theme-value
21605         or theme-face property.
21606         (custom-enabled-themes): New variable.
21607         (custom-theme-enabled-p): New function.
21608         (provide-theme): Update custom-enabled-themes.
21609         Disable and reenable the `user' theme.
21610         (require-theme): Doc fix.
21611         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21612         (custom-theme-value, custom-theme-variable-value): Likewise.
21613         (custom-theme-reset-internal): Likewise.
21614         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21615         (custom-enable-theme, custom-disable-theme): New functions.
21616         (custom-variable-theme-value, custom-face-theme-value): Likewise.
21617         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21618         (custom-theme-reset-variables): Simplify.
21619         (deftheme, custom-declare-theme, custom-make-theme-feature):
21620         Definitions moved.
21622 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
21624         * longlines.el (longlines-show-region)
21625         (longlines-unshow-hard-newlines): Recognize hard newlines by
21626         non-nil hard property, instead of t.
21628 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
21630         * viper-cmd.el (viper--key-maps): New variable.
21631         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21632         emulation-mode-map-alists.
21633         (viper-envelop-ESC-key): Use viper-subseq.
21634         (viper-search-forward/backward/next): Disable debug-on-error.
21636         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21637         (viper-ESC-key): New defcustoms.
21639         * viper-macs.el (ex-map-read-args): Use viper-subseq.
21641         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21642         (viper-subseq): Copy of subseq from cl.el.
21644         * viper.el (viper-go-away, viper-set-hooks): Use
21645         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21647         * viper-mous.el (viper-current-frame-saved): Use defvar.
21649         * viper-init.el: Get rid of -face in face names.
21651         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21652         Make it work with longlines mode
21654         * ediff-mult.el (ediff-meta-mode-hook): New variable.
21656         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21658         * ediff-init.el: Get rid of -face in face names.
21660 2005-07-10  Richard M. Stallman  <rms@gnu.org>
21662         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21663         and with-timeout-unsuspend.
21665         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21666         and with-timeout-unsuspend.
21668         * emacs-lisp/timer.el (with-timeout-timers): New variable.
21669         (with-timeout): Bind that variable to record timers.
21670         (with-timeout-suspend, with-timeout-unsuspend): New functions.
21672         * emacs-lisp/debug.el (debug-help-follow): New function.
21673         (debugger-mode-map): Use that instead of help-follow.
21674         (debugger-setup-buffer): Use eval-buffer-list
21675         to handle eval-buffer frames.
21677 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
21679         * timezone.el (timezone-parse-date): Change first regexp
21680         so it will not mistakenly match dates with no time zone.
21682 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
21684         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21686 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
21688         * custom.el (custom-initialize-safe-set)
21689         (custom-initialize-safe-default): New functions.
21691         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21692         and simplify :init-value.
21694         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21695         and simplify :init-value.  Delete obsolete comment.
21697         * startup.el (command-line): Use `custom-reevaluate-setting' to
21698         handle `tooltip-mode'.  Delete obsolete comment.
21700         * files.el (set-visited-file-name): Avoid calling
21701         `file-name-nondirectory' with a nil argument.
21703 2005-07-09  Richard M. Stallman  <rms@gnu.org>
21705         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21706         was called with nil for the buffer, handle the read position right.
21707         Handle read position for eval-region, too.
21709 2005-07-09  Juri Linkov  <juri@jurta.org>
21711         * fringe.el (fringe-mode): Add period in docstring.
21712         (fringe-query-style): Build prompt depending on `all-frames' arg.
21714         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21715         to not create links to unrelated functions in the Help buffer.
21717         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21718         Doc fix.
21720         * simple.el (next-error-hook): New variable.
21721         (next-error): Use it.  Doc fix.
21723         * textmodes/ispell.el (ispell-command-loop): Add current
21724         dictionary name and program name to mode-line-format.
21725         (ispell-region, ispell-process-line): Add current dictionary name
21726         and program name to messages.
21728 2005-07-08  Jay Belanger  <belanger@truman.edu>
21730         * calc/calc.el (calc-embedded-announce-formula-alist)
21731         (calc-embedded-open-close-formula-alist)
21732         (calc-embedded-open-close-word-alist)
21733         (calc-embedded-open-close-plain-alist)
21734         (calc-embedded-open-close-new-formula-alist)
21735         (calc-embedded-open-close-mode-alist)
21736         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21737         (calc-embedded-mode-hook): New variables.
21739         * calc/calc-embed.el (calc-embedded-firsttime)
21740         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21741         New variables.
21742         (calc-do-embedded): Use calc-embedded-firsttime,
21743         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21744         determine whether or not to run hooks.
21745         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21746         calc-embedded-firsttime-formula appropriately.
21747         Set calc-embedded delimiter variables according to mode.
21749 2005-07-08  Richard M. Stallman  <rms@gnu.org>
21751         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21752         Check for "emacs", etc., as entire symbol, not just as word.
21753         (checkdoc-file-comments-engine): Use regexp-quote on FN.
21755         * files.el (set-visited-file-name): Report the error
21756         for "empty filename" earlier.
21757         (kill-some-buffers): Ignore buffers already dead.
21759         * fringe.el (fringe-mode): Doc fix.
21761         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21762         Check for (featurep 'xemacs) and turn off warnings in what it guards.
21763         Use unwind-protect to ensure byte-compile-unresolved-functions
21764         is updated.
21766         * whitespace.el (whitespace-buffer-leading-cleanup):
21767         Simplify w/ skip-chars-forward.
21768         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21770         * mail/rmail.el (rmail-only-expunge): Fix paren error.
21771         Unconditionally try to leave point at the same old place.
21773 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
21775         * comint.el (comint-postoutput-scroll-to-bottom)
21776         (comint-show-maximum-output): Take scroll-margin into consideration.
21778 2005-07-08  Kim F. Storm  <storm@cua.dk>
21780         * ido.el (ido-use-filename-at-point): New choice `guess'.
21781         (ido-file-internal): Try ffap-guesser if selected.
21783         * ido.el (ido-before-fallback-functions): New hook.
21784         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21785         (ido-read-file-name): Run it.
21787 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21789         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21790         strings rather than a list of symbols to the completion function.
21792 2005-07-07  Jay Belanger  <belanger@truman.edu>
21794         * calc/calc-units.el (math-apply-units): Change the places in
21795         which units are simplified.
21797 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
21799         * cus-edit.el (customize-option, customize-option-other-window):
21800         Make them handle aliases.
21802         * custom.el (custom-variable-p): Make it recursively follow
21803         aliases.  Mention that in the docstring.
21805 2005-07-07  Richard M. Stallman  <rms@gnu.org>
21807         * cus-start.el (exec-path): Use `directory' instead of `file'.
21808         Fix tag for nil.
21810 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
21812         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21813         when called non-interactively.  Doc fix.
21815 2005-07-07  Lute Kamstra  <lute@gnu.org>
21817         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21818         new address as well.
21820 2005-07-07  Kenichi Handa  <handa@m17n.org>
21822         * international/mule.el (make-coding-system):
21823         Describe `ascii-incompatible' property in the docstring.
21824         (set-file-name-coding-system): Signal an error if coding-system is
21825         ascii-incompatible.
21826         (set-keyboard-coding-system): Likewise.
21828         * international/mule-cmds.el (set-default-coding-systems):
21829         Don't set default-file-name-coding-system and
21830         default-keyboard-coding-system if coding-system is ASCII-incompatible.
21832         * international/utf-16.el: Declare that all UTF-16-based coding
21833         systems are ASCII-incompatible.
21835 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
21837         * progmodes/gud.el: Require font-lock for displaying errors.
21838         Used by gdb-ui.el.
21840 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
21842         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21843         values for the pattern lists which are `read'able but not
21844         `append'able (like symbols).
21846 2005-07-06  Richard M. Stallman  <rms@gnu.org>
21848         * progmodes/flymake.el (flymake-float-time): Instead of
21849         with-no-warnings, test for XEmacs.
21850         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21851         to avoid warning.
21853 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
21855         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21857 2005-07-05  Lute Kamstra  <lute@gnu.org>
21859         * battery.el: Add support for Darwin (with much debugging help
21860         from Samuel Lauber <sam124@operamail.com>).
21861         (battery-status-function, battery-echo-area-format)
21862         (battery-mode-line-format): Add support for pmset on Darwin.
21863         (battery-load-low, battery-load-critical): New user options.
21864         (battery-pmset): New function.
21866 2005-07-05  Lute Kamstra  <lute@gnu.org>
21868         Update FSF's address in GPL notices.
21870         * textmodes/page-ext.el: Update FSF's address.
21872 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21874         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21875         filling from using prefix when filling a single-line docstring.
21877         * progmodes/flymake.el: Remove useless eval-when-compile.
21879         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21881 2005-07-04  Richard M. Stallman  <rms@gnu.org>
21883         * textmodes/org.el (org-file-apps-defaults-gnu):
21884         Rename from org-file-apps-defaults-linux.
21885         (org-default-apps): Don't test system-type for `linux'.
21886         (org-file-apps): Doc fix.
21888 2005-07-04  David Ponce  <david@dponce.com>
21890         * tree-widget.el: Improve header Commentary section.
21891         (tree-widget) [defgroup]
21892         (tree-widget-image-enable, tree-widget-themes-directory)
21893         (tree-widget-theme, tree-widget-image-properties-emacs)
21894         (tree-widget-image-properties-xemacs, tree-widget-create-image)
21895         (tree-widget-image-formats, tree-widget-control)
21896         (tree-widget-empty-control, tree-widget-leaf-control
21897         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21898         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21899         (tree-widget-keep, tree-widget-after-toggle-functions)
21900         (tree-widget-open-node, tree-widget-close-node): Doc fix.
21901         (tree-widget-open-control, tree-widget-close-control): Fix doc and
21902         :help-echo message.
21903         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
21904         (tree-widget-image-properties): Doc fix.  Clearer implementation.
21905         (tree-widget--cursors): New constant.
21906         (tree-widget-lookup-image): New function split from
21907         `tree-widget-find-image'.  Clearer implementation.
21908         (tree-widget-find-image): Use it.
21909         (tree-widget-button-keymap): Use `set-keymap-parent'.
21910         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21911         Define the sub-widgets here.
21912         (tree-widget-node): Check that :node is not a tree-widget.
21913         (tree-widget-get-super, tree-widget-open-control)
21914         (tree-widget-close-control, tree-widget-empty-control)
21915         (tree-widget-leaf-control, tree-widget-guide)
21916         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21917         (tree-widget-no-handle, tree-widget-value-delete)
21918         (tree-widget-map): Remove.
21919         (tree-widget-children-value-save): Doc fix.  Simplified.
21920         (tree-widget-value-create): Update according to previous changes.
21922 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
21924         * textmodes/org.el: Leading space replaced by TABS.
21925         (org-recalc-marks, org-table-rotate-recalc-marks)
21926         (org-table-get-specials): Treat "^" and "_" marks.
21927         (org-table-justify-field-maybe): Optional argument NEW.
21928         (org-table-eval-formula): Parsing of the format simplified.
21929         New modes C,I.  Honor the %= parameter in the current table.
21930         Avoid unnecessary re-align by using the NEW argument to
21931         `org-table-justify-field-maybe'.
21932         (org-calc-default-modes): Default for date-format mimicks org-mode.
21933         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21935 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
21937         * cus-face.el (custom-theme-set-faces): Make it handle face
21938         aliases whose alias declarations are pre- or autoloaded.
21940 2005-07-04  Juri Linkov  <juri@jurta.org>
21942         * faces.el (read-face-name): Put the code for getting a face name
21943         from the buffer before adding the faces from the `face' property.
21944         Use `completing-read-multiple' instead of `completing-read'.
21945         Require `crm'.  Add default value and post-process the returned
21946         list of faces.
21948         * emacs-lisp/crm.el (crm-find-current-element)
21949         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21951         * emacs-lisp/lisp-mode.el (eval-defun-1):
21952         * emacs-lisp/edebug.el (edebug-eval-defun):
21953         Remove unnecessary quotes.
21955 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21957         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21958         (prolog-indent-level): Fix typo in docstring.
21960         * info.el (Info-history, Info-history-forward)
21961         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21963         * add-log.el (add-change-log-entry):
21964         * comint.el (comint-dynamic-list-input-ring)
21965         (comint-dynamic-list-completions):
21966         * dabbrev.el (dabbrev-expand):
21967         * delim-col.el (delimit-columns-rectangle-line):
21968         * diff-mode.el (diff-context->unified, diff-reverse-direction)
21969         (diff-unified->context):
21970         * ediff-init.el (ediff-abbrev-jobname):
21971         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21972         (ediff-replace-session-activity-marker-in-meta-buffer):
21973         * info.el (Info-summary):
21974         * lpr.el (printify-region):
21975         * printing.el (pr-create-interface):
21976         * ps-print.el (ps-print-quote):
21977         * ses.el (ses-column-widths, ses-print-cell)
21978         (ses-adjust-print-width, ses-center):
21979         * shell.el (shell-file-name-quote-list):
21980         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21981         (strokes-fill-current-buffer-with-whitespace)
21982         (strokes-xpm-for-stroke, strokes-list-strokes)
21983         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21984         * term.el (term-dynamic-list-input-ring)
21985         (term-dynamic-list-completions):
21986         * calc/calc.el (math-format-stack-value):
21987         * emacs-lisp/edebug.el (edebug-display-freq-count):
21988         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21989         (delphi-new-comment-line):
21990         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21991         * progmodes/executable.el (executable-set-magic):
21992         * progmodes/python.el (inferior-python-mode):
21993         * progmodes/scheme.el (scheme-mode-syntax-table):
21994         * progmodes/sh-script.el (sh-maybe-here-document):
21995         * progmodes/sql.el (sql-copy-column):
21996         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21997         * textmodes/bibtex.el (bibtex-mode):
21998         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21999         (sgml-auto-attributes):
22000         * textmodes/table.el (table-insert, table-shorten-cell)
22001         (table--generate-source-scan-lines, table-delete-row)
22002         (*table--cell-delete-char, table--spacify-frame)
22003         (table--horizontally-shift-above-and-below)
22004         (table--cell-insert-char, table--cell-blank-str)
22005         (table--fill-region-strictly):
22006         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22007         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22009         * add-log.el (change-log):
22010         * apropos.el (apropos):
22011         * comint.el (comint-completion, comint-source):
22012         * dabbrev.el (dabbrev):
22013         * delim-col.el (columns):
22014         * diff-mode.el (diff-mode):
22015         * ediff.el (ediff):
22016         * ediff-diff.el (ediff-diff):
22017         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22018         * ediff-mult.el (ediff-mult):
22019         * ediff-ptch.el (ediff-ptch):
22020         * ediff-wind.el (ediff-window):
22021         * facemenu.el (facemenu):
22022         * indent.el (indent):
22023         * info.el (info):
22024         * jka-cmpr-hook.el (compression, jka-compr):
22025         * lpr.el (lpr):
22026         * outline.el (outlines):
22027         * pcmpl-cvs.el (pcmpl-cvs):
22028         * pcmpl-rpm.el (pcmpl-rpm):
22029         * printing.el (printing):
22030         * ps-print.el (postscript, ps-print, ps-print-horizontal)
22031         (ps-print-vertical, ps-print-headers, ps-print-font)
22032         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22033         (ps-print-background, ps-print-printer, ps-print-page)
22034         (ps-print-miscellany):
22035         * ses.el (ses):
22036         * shell.el (shell, shell-directories, shell-faces):
22037         * startup.el (initialization):
22038         * strokes.el (strokes):
22039         * term.el (term):
22040         * uniquify.el (uniquify):
22041         * w32-vars.el (w32):
22042         * calc/calc.el (calc):
22043         * emacs-lisp/bytecomp.el (bytecomp):
22044         * emacs-lisp/cl-indent.el (lisp-indent):
22045         * emacs-lisp/edebug.el (edebug):
22046         * emacs-lisp/elp.el (elp):
22047         * emacs-lisp/testcover.el (testcover):
22048         * emacs-lisp/trace.el (trace):
22049         * emulation/viper-ex.el (viper-ex):
22050         * emulation/viper-mous.el (viper-mouse):
22051         * mail/mailalias.el (mailalias):
22052         * mail/supercite.el (supercite, supercite-frames)
22053         (supercite-attr, supercite-cite, supercite-hooks):
22054         * net/rcompile.el (remote-compile):
22055         * net/rlogin.el (rlogin):
22056         * obsolete/ooutline.el (outlines):
22057         * progmodes/delphi.el (delphi):
22058         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22059         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22060         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22061         (ebnf-optimization):
22062         * progmodes/etags.el (etags):
22063         * progmodes/executable.el (executable):
22064         * progmodes/idlwave.el (idlwave):
22065         * progmodes/pascal.el (pascal):
22066         * progmodes/prolog.el (prolog):
22067         * progmodes/python.el (python):
22068         * progmodes/scheme.el (scheme):
22069         * progmodes/sh-script.el (sh, sh-script):
22070         * progmodes/sql.el (SQL):
22071         * progmodes/tcl.el (tcl):
22072         * textmodes/bibtex.el (bibtex, bibtex-autokey):
22073         * textmodes/enriched.el (enriched):
22074         * textmodes/makeinfo.el (makeinfo):
22075         * textmodes/sgml-mode.el (sgml):
22076         * textmodes/table.el (table-hooks):
22077         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22078         * textmodes/texinfo.el (texinfo):
22079         * textmodes/two-column.el (two-column):
22080         Finish `defgroup' description with period.
22082         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22083         * eshell/esh-var.el (eshell-var):
22084         * progmodes/vhdl-mode.el (vhdl-testbench):
22085         * textmodes/org.el (org): Fix typos in docstrings.
22087         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22088         consistency.
22090         * progmodes/flymake.el (flymake-find-file): Remove.
22091         (flymake-float-time): Use `with-no-warnings'.
22092         (flymake-check-start-time, flymake-check-was-interrupted)
22093         (flymake-err-info, flymake-is-running, flymake-last-change-time)
22094         (flymake-new-err-info): `defvar' at compile time.
22096 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
22098         * replace.el (occur-hook): Doc fix.
22099         (occur-1): Don't call `occur-hook' if there are no matches.
22101 2005-07-03  Richard M. Stallman  <rms@gnu.org>
22103         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22104         global-map, save the same map.
22105         (global-map): Don't alter it at top level.
22106         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22107         Then alter it here instead.
22108         (tpu-edt-off): Set global-map to the saved one.
22110         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22111         All references simplified.
22112         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
22113         (zmacs-regions): Add defvar.
22114         (repeat-complex-command-map): Everything about that deleted.
22116         * textmodes/artist.el (artist-key-is-drawing)
22117         (artist-key-endpoint1, artist-key-poly-point-list)
22118         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22119         (artist-key-compl-table, artist-rb-save-data)
22120         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22121         Don't put them in eval-when-compile.
22122         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22124         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22125         Use with-no-warnings.
22127         * net/browse-url.el (dos-windows-version): Add defvar.
22129         * mail/supercite.el (filladapt-prefix-table): Add defvar.
22131         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22132         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22133         (rmail-new-summary-line-count): Rename from new-summary-line-count.
22134         Add defvar.
22135         (rmail-summary-beginning-of-message): Use with-no-warnings.
22136         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22138         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22139         Use with-no-warnings.
22141         * emulation/vi.el (vi-mark-region): Use c-mark-function.
22142         (c-mark-function): Add point-moving-unit property.
22143         (vi-goto-line): Use with-no-warnings.
22145         * emulation/edt.el (edt-last-copied-word): Add defvar.
22146         (zmacs-region-stays): Likewise.
22147         (edt-mark-section-wisely): Use c-mark-function for C.
22148         Use makr-defun for Fortran.
22149         (time-string): defvar deleted.
22150         (edt-display-the-time): Don't set time-string.
22152         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22154         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22155         Don't warn when name is not constant
22156         or for defining the group `emacs'.
22158         * tooltip.el (gud-tooltip-mode): Add defvar.
22160         * startup.el (default-frame-background-mode): Add defvar.
22162         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22164         * info.el (tool-bar-map): Add defvar.
22166         * dired.el (dnd-protocol-alist): Add defvar.
22168         * dired-aux.el (dired-query): Display question with answer, when
22169         the user answers.
22171         * custom.el (custom-add-option): Doc fix.
22173         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22175 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
22177         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22178         bogus name from the last change.
22180 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
22182         * custom.el (custom-declare-variable): Fix typos in comment.
22183         (custom-known-themes): Doc fix.
22184         (custom-theme-directory): New defcustom.
22185         (require-theme): Make it check `custom-theme-directory'.
22187         * cus-theme.el (custom-new-theme-mode): New function.
22188         (custom-theme-name, custom-theme-variables, custom-theme-faces)
22189         (custom-theme-description): Add compiler defvars.
22190         (customize-create-theme): Add doc to the "*New Custom Theme*"
22191         buffer.  Use `custom-new-theme-mode'.
22192         (custom-theme-write): Put the created buffer in emacs-lisp-mode
22193         and save it to the `custom-theme-directory'.  Make this the
22194         default directory of the buffer.
22196 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
22198         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22199         Fix unbalanced parentheses.
22201 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22203         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22204         into flymake-mode and delegate to flymake-mode.
22206         * find-file.el (ff-which-function-are-we-in): Clean up.
22208 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
22210         * replace.el (occur-rename-buffer): Fix docstring.
22212         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22213         (edt-last-copied-word, edt-learn-macro-count)
22214         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22215         (edt-rect-start-point, edt-user-global-map, rect-start-point)
22216         (time-string, zmacs-region-stays):
22217         * emulation/edt-mapper.el (edt-save-function-key-map)
22218         (EDT-key-name): `defvar' to silence the byte-compiler.
22220 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
22222         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22223         font-lock-regexp-backslash.  Doc fix.
22224         (font-lock-regexp-backslash-grouping-construct): Rename from
22225         font-lock-regexp-backslash-construct.  Doc fix.
22226         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22227         grouping constructs.
22229 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
22231         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22232         updating all the prerequisites.
22234 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
22236         * textmodes/org.el (org-agenda-start-on-weekday)
22237         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22238         (org-agenda-use-time-grid, org-archive-location)
22239         (org-allow-space-in-links, org-usenet-links-prefer-google)
22240         (org-enable-table-editor, org-export-default-language)
22241         (org-export-html-show-new-buffer, org-fill-paragraph)
22242         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22243         (org-goto-quit, org-occur, org-eval-in-calendar)
22244         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22245         (org-agenda-diary-entry, org-remember-help)
22246         (org-table-convert-region, org-at-table-p)
22247         (org-table-move-row-down, org-table-move-row-up)
22248         (org-table-copy-region, org-table-toggle-vline-visibility)
22249         (org-table-get-stored-formulas, org-table-get-specials)
22250         (org-recalc-commands, org-table-eval-formula)
22251         (org-table-formula-substitute-names, orgtbl-make-binding)
22252         (org-format-org-table-html, org-format-table-table-html)
22253         (org-format-table-table-html-using-table-generate-source)
22254         (org-customize): Fix typos in docstrings.
22255         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22256         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22257         (org-back-to-heading): Doc fixes.
22258         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22259         (org-agenda-change-all-lines, org-get-header):
22260         Improve argument/docstring consistency.
22261         (orgtbl-error): Fix error message.
22263         * progmodes/flymake.el (flymake-find-possible-master-files)
22264         (flymake-master-file-compare, flymake-get-line-err-count)
22265         (flymake-highlight-line, flymake-gui-warnings-enabled):
22266         Fix typos in docstrings.
22267         (flymake-parse-line, flymake-get-project-include-dirs-function)
22268         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22269         Doc fixes.
22270         (flymake-get-project-include-dirs-function)
22271         (flymake-make-err-menu-data):
22272         Improve argument/docstring consistency.
22274 2005-07-01  Lute Kamstra  <lute@gnu.org>
22276         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22277         Catch errors with ignore-errors.  Use temporary buffer.
22278         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
22280         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22281         background color faces.
22282         (facemenu-set-foreground, facemenu-set-background):
22283         Use facemenu-set-face-from-menu.
22284         (facemenu-set-face-from-menu): Treat face names that start with
22285         "fg:" or "bg:" as special.
22286         (facemenu-add-new-color): Don't create faces.  Simplify.
22288 2005-06-30  Richard M. Stallman  <rms@gnu.org>
22290         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22291         (crm-find-current-element): Likewise.
22293 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22295         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22297 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22299         * arc-mode.el (archive-extract): Make it work as a mouse binding.
22300         (archive-mouse-extract): Make it an obsolete alias.
22301         (archive-mode-map): Don't use archive-mouse-extract any more.
22302         (archive-mode, archive-extract): write-contents-hooks ->
22303         write-contents-functions.
22304         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
22305         first arg.
22306         (archive-rename-entry): Update the call.
22307         (archive-zip-summarize): Remove unused var `method'.
22308         (archive-lzh-summarize): Remove unused var `creator'.
22310         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
22311         dedicated frame upon exit.
22313         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
22314         (archive-zip-extract, archive-zip-expunge)
22315         (archive-zip-update, archive-zip-update-case): Use executable-find.
22316         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
22317         Use restore-buffer-modified-p.
22318         (archive-extract, archive-add-new-member, archive-write-file-member):
22319         Use with-current-buffer.
22320         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
22322 2005-06-30  Andreas Schwab  <schwab@suse.de>
22324         * progmodes/gud.el (gud-filter): Remove unneeded progn.
22326 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
22328         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
22330 2005-06-30  Juri Linkov  <juri@jurta.org>
22332         * faces.el (vertical-border): Inherit from mode-line-inactive
22333         only on tty.
22335 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
22337         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
22338         example, -NLINES in the `occur' docstring).
22340         * replace.el (occur-1): When no matches are found, do not set the
22341         `buffer-read-only' and modified flags for the occur buffer,
22342         because it is deleted.
22344         * emulation/cua-base.el (cua-check-pending-input)
22345         (cua-repeat-replace-region, cua-mode, cua-debug)
22346         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
22347         Fix typos in docstrings.
22349         * emulation/cua-gmrk.el (cua-toggle-global-mark)
22350         (cua-cut-region-to-global-mark)
22351         (cua--cut-rectangle-to-global-mark):
22352         Remove period from end of messages.
22354         * emulation/cua-rect.el (cua-do-rectangle-padding):
22355         Remove period from end of messages.
22356         (cua--rectangle-seq-format): Fix typo in docstring.
22357         (cua-sequence-rectangle, cua-fill-char-rectangle):
22358         Improve argument/docstring consistency.
22360 2005-06-29  Juri Linkov  <juri@jurta.org>
22362         * faces.el (default-frame-background-mode): New internal variable.
22363         (frame-set-background-mode): Use it.
22365         * startup.el (normal-top-level): Set default-frame-background-mode
22366         instead of frame-background-mode.  Before setting it, test for its
22367         nil value.  Remove tests for frame-background-mode and frame
22368         parameter `reverse'.  Add test for "unspecified-fg".
22370         * term/xterm.el (xterm-rxvt-set-background-mode):
22371         * term/rxvt.el (rxvt-set-background-mode):
22372         Set default-frame-background-mode instead of frame-background-mode.
22374 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
22376         * simple.el (set-variable): Warn about obsolete user variables.
22378         * imenu.el (imenu--completion-buffer):
22379         * mouse.el (mouse-buffer-menu-alist):
22380         * msb.el (msb-invisible-buffer-p):
22381         * calendar/diary-lib.el (diary-header-line-format):
22382         * emacs-lisp/pp.el (pp-buffer):
22383         * progmodes/cperl-mode.el (cperl-do-auto-fill):
22384         * textmodes/picture.el (picture-replace-match):
22385         Change space constants followed by a sexp to "?\s ".
22387         * play/decipher.el (decipher-loop-with-breaks):
22388         * textmodes/texinfo.el (texinfo-insert-@item): Change space
22389         constants "protected" from end of line by a comment to "?\s".
22391 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22393         * font-lock.el (save-buffer-state): Use `declare'.
22395         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
22396         reset the syntax-table to cperl-mode-syntax-table.
22397         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
22398         "foo_print_bar" is not matched as a reserved keyword.
22400 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
22402         * textmodes/org.el (orgtbl-setup): New function, for delayed
22403         setup for the orgtbl commands.
22404         (org-calc-default-modes): New option.
22405         (orgtbl-make-binding): Use `defun' to get better help display.
22406         (org-diary): Call `org-compile-prefix-format'.
22407         (org-table-formula-substitute-names): New function.
22408         (org-agenda-day-view, org-agenda-week-view): New commands.
22409         (org-agenda-toggle-week-view): Command removed.
22410         (org-tbl-menu): Split off from org-org-menu.
22411         (org-mode): Move removal of outline-mode menus to here.
22412         (org-table-formula-debug): New option.
22413         (org-table-insert-row): Keep first field if just "#" or "*".
22414         (org-mode): Paragraph regexps fixed.
22415         (org-table-recalculate-regexp): New constant.
22416         (org-table-justify-field-maybe): Avoid replace if not necessary.
22417         (org-copy-special, org-cut-special): Use `call-interactively'.
22418         (org-table-copy-region): Take region from `interactive' call.
22419         (org-trim): Return string even if no match.
22420         (org-formula): New face.
22421         (org-set-font-lock-defaults): No longer highlight "FIXME".
22422         But highlight formula-related fields in table.
22423         (org-table-p): Use regexp, not fontification.
22424         (org-table-align): Handle white space at end of line.
22425         (org-table-formula-evaluate-inline): New option.
22426         (org-mode): Auto-wrapping in comment lines turned off.
22427         (org-table-copy-down): Evaluate only in copied field, not in
22428         destination.
22429         (org-table-current-formula): Variable removed.
22430         (org-table-store-formulas, org-table-get-stored-formulas)
22431         (org-table-modify-formulas, org-table-replace-in-formulas)
22432         (org-table-maybe-eval-formula): New functions.
22433         (org-table-get-formula): Modify to use stored formulas.
22434         (org-table-insert-column, org-table-delete-column)
22435         (org-table-move-column): Call `org-table-modify-formulas'.
22436         (org-complete): Add completion for keyword formulas.
22437         (orgtbl-mode): Pull orgtbl-mode-map to start of
22438         minor-mode-map-alist.
22440 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22442         * progmodes/python.el (python-check): Require `compile' before
22443         modifying its variables.
22445         * newcomment.el (comment-indent-default): Don't get fooled by an early
22446         end of buffer.
22448 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22450         * ps-print.el (ps-print-version): Fix version number.
22452 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
22454         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22456 2005-06-28  Richard M. Stallman  <rms@gnu.org>
22458         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22459         (flyspell-local-mouse-map): Declaration deleted.
22460         (flyspell-mouse-map): Bind only mouse-2.
22461         (flyspell-mode-map): Don't test flyspell-use-local-map.
22462         (flyspell-overlay-keymap-property-name): Var deleted.
22463         (flyspell-mode-on): Don't make local bindings for
22464         flyspell-mouse-map and flyspell-mode-map.
22465         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22467         * textmodes/ispell.el (ispell-word): Do not ignore short words.
22469         * progmodes/compile.el (compilation-next-error-function):
22470         Don't switch buffers; operate on the current buffer.
22472         * progmodes/compile.el (compilation-error-file-name)
22473         (compilation-warning-file-name, compilation-info-file-name)
22474         (compilation-line-number, compilation-column-number): New faces.
22475         (compilation-error-face, compilation-warning-face)
22476         (compilation-info-face, compilation-line-face)
22477         (compilation-column-face): Use them.
22479         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22481         * comint.el (comint-password-prompt-regexp): Accept ", try again".
22483         * bindings.el (global-map): Bind insertchar and its variants.
22485 2005-06-27  Richard M. Stallman  <rms@gnu.org>
22487         * textmodes/artist.el (artist-text-overwrite)
22488         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22490 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22492         * ps-print.el: It was not working the page selection for printing.
22493         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22494         (ps-print-version): New version 6.6.7.
22495         (ps-end-sheet): New fun.
22496         (ps-header-sheet, ps-end-job): Call it.
22498 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
22500         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22502 2005-06-27  Lute Kamstra  <lute@gnu.org>
22504         * facemenu.el (facemenu-unlisted-faces): Add foreground and
22505         background color faces.
22506         (facemenu-get-face): Delete function.
22507         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22508         (facemenu-add-new-color): Make second argument mandatory.
22509         Create the appropriate face and return it.  Simplify.
22510         (facemenu-set-foreground, facemenu-set-background): Don't check if
22511         color is defined.  Use return value of facemenu-add-new-color.
22513 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
22515         * progmodes/gud.el (gud-filter): Add missing argument to
22516         with-selected-window.
22518 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22520         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22521         a :require to the defcustom.
22523         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22524         defcustoms corresponding to minor modes.
22526 2005-06-26  David Ponce  <david@dponce.com>
22528         * recentf.el: Require tree-widget instead of wid-edit.
22529         (recentf-filename-handler): Fix widget :type.
22530         (recentf-cancel-dialog, recentf-open-more-files)
22531         (recentf-open-files-action): Doc fix.
22532         (recentf-dialog-goto-first): New function.
22533         (recentf-dialog-mode-map): Set parent keymap first.
22534         (recentf-dialog-mode): Define with define-derived-mode.
22535         Don't display continuation lines in dialogs.
22536         (recentf-edit-list): Rename from recentf-edit-selected-items.
22537         (recentf-edit-list-select): Rename from recentf-edit-list-action.
22538         Simplify.
22539         (recentf-edit-list-validate): New function.
22540         (recentf-edit-list): Update accordingly.
22541         (recentf-open-files-item-shift): Remove.
22542         (recentf-open-files-item): Convert menu elements into tree and
22543         link widgets.  Don't create the widgets.
22544         (recentf-open-files): Update accordingly.
22545         (recentf-save-list): Untabify.
22547 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
22549         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22550         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
22551         partially contained in the active region.  Do not take active
22552         region into account when called from Lisp, unless INTERACTIVE arg
22553         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
22554         avoid trouble with fields.  Make marker point nowhere when no
22555         longer used.  Always return nil.  Doc fix.
22556         (flush-lines): Add INTERACTIVE arg.  Do not take active region
22557         into account when called from Lisp, unless INTERACTIVE arg is
22558         non-nil.  Use `forward-line' instead of `beginning-of-line' to
22559         avoid trouble with fields.  Make marker point nowhere when no
22560         longer used.  Always return nil.  Doc fix.
22561         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
22562         interchangeable.  Do not take active region into account when
22563         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
22564         message in echo area when called from Lisp, unless INTERACTIVE arg
22565         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
22566         Return the number of matches.  Doc fix.
22567         (occur): Doc fix.
22568         (perform-replace): Make comment follow double space convention for
22569         the sake of `outline-minor-mode'.
22571         * faces.el (facep): Doc fix.
22573 2005-06-25  Richard M. Stallman  <rms@gnu.org>
22575         * facemenu.el (facemenu-enable-faces-p): New function.
22576         (facemenu-background-menu, facemenu-foreground-menu)
22577         (facemenu-face-menu): Add menu-enable property.
22579         * jka-compr.el (jka-compr-insert-file-contents):
22580         Special handling if cannot find the uncompression program.
22582         * cus-face.el (custom-face-attributes): Add autoload.
22584         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22585         Bind comment-indent-function locally.
22587         * window.el (save-selected-window): Use save-current-buffer.
22589         * subr.el (with-selected-window): Use save-current-buffer.
22591         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22592         and with-current-buffer.
22594 2005-06-24  Richard M. Stallman  <rms@gnu.org>
22596         * simple.el (line-move-1): Fix previous change.
22598 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22600         * replace.el (occur-1): Set `buffer-read-only' and the
22601         buffer-modified flag before running `occur-hook' to protect
22602         against unintentional buffer switches that can lead to data loss.
22604 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
22606         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22607         (gud-gdb-marker-filter): Use font-lock-warning-face for any
22608         initial error.
22610         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22611         after fresh input.
22612         (gdb-var-create-handler): Put name of expression in quotes.
22614 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
22616         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22617         elements of RING in order, and without bogus nil elements.
22619 2005-06-23  Richard M. Stallman  <rms@gnu.org>
22621         * simple.el (set-variable): Args renamed; doc fix.
22622         (line-move-1): When there are overlays around, use vertical-motion.
22624         * faces.el (escape-glyph): Use brown against light background.
22625         (nobreak-space): Rename from no-break-space.
22626         Fix previous change.
22628         * dired-aux.el (dired-do-copy): Fix arg prompt.
22630         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22632 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22634         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22635         rather than "Distributor".
22637 2005-06-23  Lute Kamstra  <lute@gnu.org>
22639         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22640         (debug-on-entry): Use it.  New interactive declaration that uses
22641         function-called-at-point.
22643 2005-06-23  Kim F. Storm  <storm@cua.dk>
22645         * subr.el (save-match-data): Add comment about using evaporate arg
22646         to set-match-data.
22648 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
22650         * cus-edit.el (customize-face)
22651         (customize-face-other-window): Handle face aliases.
22653         * faces.el (face-documentation, set-face-attribute)
22654         (face-spec-set): Handle face aliases.
22656 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
22658         * help-mode.el (help-make-xrefs): If a symbol representing a face
22659         name is not followed by the word "face", it could still be a
22660         function or variable name, so don't bypass other checks.
22662 2005-06-22  Juri Linkov  <juri@jurta.org>
22664         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22665         Replace aliased functions with calls where second arg `inherit' is t.
22667 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
22669         * progmodes/gdb-ui.el (gdb-error): New variable.
22670         (gdb-error): New function.
22671         (gdb-annotation-rules): Act on error-begin and error annotations.
22672         (gdb-concat-output): Use font-lock-warning-face for errors.
22674 2005-06-22  Miles Bader  <miles@gnu.org>
22676         * bindings.el (propertized-buffer-identification): Use renamed
22677         `Buffer-menu-buffer' face.
22679         * faces.el (vertical-border): Rename from `vertical-divider'.
22680         (escape-glyph): Change dark-background color back to `cyan'.
22682 2005-06-21  Juri Linkov  <juri@jurta.org>
22684         * faces.el (face-user-default-spec): Try getting `customized-face'
22685         prior to `saved-face'.
22686         (frame-background-mode): Refill docstring.
22688         * emacs-lisp/lisp-mode.el (eval-defun-1):
22689         * emacs-lisp/edebug.el (edebug-eval-defun):
22690         Set `saved-face' temporarily to nil before calling form.
22691         Set `customized-face' to the new spec after that.
22693 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22695         * subr.el (1value, lambda, key-substitution-in-progress):
22696         Doc fixes.
22698         * autoinsert.el (auto-insert-alist):
22699         * ses.el (ses-call-printer):
22700         * subr.el (noreturn):
22701         * emacs-lisp/lisp.el (check-parens):
22702         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22703         * net/browse-url.el (browse-url-mosaic):
22704         * progmodes/cc-defs.el (c-safe-scan-lists):
22705         * progmodes/ebnf-abn.el (ebnf-abn-lex):
22706         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22707         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22708         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22709         * progmodes/ebnf-iso.el (ebnf-iso-lex):
22710         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22712 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
22714         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22716 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
22718         * calendar/appt.el (appt-make-list): Activate the package, if
22719         not already active (for backwards compatibility).
22721 2005-06-20  Kim F. Storm  <storm@cua.dk>
22723         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
22725 2005-06-20  Miles Bader  <miles@gnu.org>
22727         * faces.el (vertical-divider): New face.
22729 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
22731         * simple.el (kill-whole-line): Doc fix.
22732         (next-error-buffer-p, next-error-find-buffer)
22733         (clone-indirect-buffer): Fix typos in docstrings.
22734         (comment-line-break-function): Doc fix: don't say variable
22735         is automatically buffer-local (it isn't).
22737 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
22739         * net/tramp-ftp.el (top):
22740         * net/tramp-smb.el (top):
22741         * net/tramp-util.el (top):
22742         * net/tramp-uu.el (top):
22743         * net/tramp-vc.el (top):
22744         * net/tramp.el (top): Revert copyright years back to original
22745         ones.  Tramp has a life outside GNU Emacs.
22747 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
22749         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22751 2005-06-18  Juri Linkov  <juri@jurta.org>
22753         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22754         end of first regexp to limit the match to the position between
22755         line number and source line with same separator character as used
22756         between file name and line number.  In the second regexp limit
22757         mouse-face area to file name and line number by adding new group
22758         for them and referring it in HYPERLINK arg.
22759         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22760         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22761         previous line where grep markers may be already removed.
22763 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
22765         * progmodes/ps-mode.el: Update version and maintainer's email address.
22767 2005-06-18  Steve Youngs  <steve@xemacs.org>
22769         * net/browse-url.el (browse-url-browser-function)
22770         (browse-url-default-browser): Add firefox.
22771         (browse-url-firefox-program, browse-url-firefox-arguments)
22772         (browse-url-firefox-startup-arguments)
22773         (browse-url-firefox-new-window-is-tab): New defcustoms.
22774         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22776 2005-06-17  Richard M. Stallman  <rms@gnu.org>
22778         * startup.el (command-line): Warn if specified user name has
22779         no home directory.
22781         * term.el (term-get-old-input, term-input-filter, term-input-sender)
22782         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22784         * longlines.el (longlines-mode, longlines-show-hard-newlines):
22785         Doc fixes.
22787         * faces.el (underline): Try bold if terminal doesn't support underline.
22789         * mail/sendmail.el (mail-setup-with-from): New variable.
22790         (mail-insert-from-field): New function.
22791         (sendmail-send-it): Call it.
22792         (mail-setup): Optionally call it here.
22794         * term/linux.el: Call tty-no-underline.
22796 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
22798         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22800 2005-06-17  Miles Bader  <miles@gnu.org>
22802         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22803         (ediff-current-diff-C, ediff-current-diff-Ancestor)
22804         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22805         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22806         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22807         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22808         Remove "-face" suffix from face names.
22809         (ediff-current-diff-face-A, ediff-current-diff-face-B)
22810         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22811         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22812         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22813         (ediff-even-diff-face-A, ediff-even-diff-face-B)
22814         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22815         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22816         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22817         New backward-compatibility aliases for renamed faces.
22818         (ediff-current-diff-face-A, ediff-current-diff-face-B)
22819         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22820         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22821         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22822         (ediff-even-diff-face-A, ediff-even-diff-face-B)
22823         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22824         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22825         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22826         Use renamed ediff faces.
22828         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22829         Remove "-face" suffix from face names.
22830         (eshell-test-ok-face, eshell-test-failed-face):
22831         New backward-compatibility aliases for renamed faces.
22832         (eshell-run-test): Use renamed eshell-test faces.
22834         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22835         face name.
22836         (eshell-prompt-face): New backward-compatibility alias for renamed
22837         face.
22838         (eshell-emit-prompt): Use renamed eshell-prompt face.
22840         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22841         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22842         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22843         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22844         Remove "-face" suffix from face names.
22845         (eshell-ls-directory-face, eshell-ls-symlink-face)
22846         (eshell-ls-executable-face, eshell-ls-readonly-face)
22847         (eshell-ls-unreadable-face, eshell-ls-special-face)
22848         (eshell-ls-missing-face, eshell-ls-archive-face)
22849         (eshell-ls-backup-face, eshell-ls-product-face)
22850         (eshell-ls-clutter-face):
22851         New backward-compatibility aliases for renamed faces.
22852         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22854         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22855         Remove "-face" suffix from face name.
22856         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22857         instead of literal face.
22859 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
22861         * emacs-lisp/warnings.el (display-warning, lwarn)
22862         (warning-minimum-log-level): Doc fixes.
22863         (warning-minimum-level, warning-minimum-log-level):
22864         Add :debug to :type choices.
22866         * progmodes/ada-mode.el (ada-format-paramlist)
22867         (ada-get-indent-case, ada-check-matching-start)
22868         (ada-check-defun-name, ada-goto-matching-decl-start)
22869         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22870         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22871         (ada-make-subprogram-body): Follow error conventions.
22872         (ada-case-exception-file, ada-indent-comment-as-code)
22873         (ada-indent-handle-comment-special, ada-indent-renames)
22874         (ada-indent-return, ada-search-directories-internal)
22875         (ada-tab-policy, ada-case-exception-substring)
22876         (ada-other-file-alist, ada-matching-start-re)
22877         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22878         (ada-imenu-generic-expression, ada-compile-goto-error)
22879         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22880         (ada-popup-menu, ada-add-extensions, ada-mode)
22881         (ada-region-selected, ada-create-case-exception)
22882         (ada-create-case-exception-substring, ada-after-keyword-p)
22883         (ada-activate-keys-for-case, ada-adjust-case-region)
22884         (ada-adjust-case-buffer, ada-format-paramlist)
22885         (ada-scan-paramlist, ada-insert-paramlist)
22886         (ada-indent-newline-indent)
22887         (ada-indent-newline-indent-conditional)
22888         (ada-justified-indent-current, ada-goto-previous-word)
22889         (ada-indent-current, ada-get-indent-open-paren)
22890         (ada-get-indent-paramlist, ada-get-indent-end)
22891         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22892         (ada-get-indent-block-start, ada-get-indent-subprog)
22893         (ada-get-indent-noindent, ada-get-indent-label)
22894         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22895         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22896         (ada-goto-stmt-end, ada-goto-next-word)
22897         (ada-check-matching-start, ada-check-defun-name)
22898         (ada-goto-matching-decl-start, ada-goto-matching-start)
22899         (ada-goto-matching-end, ada-search-ignore-string-comment)
22900         (ada-in-decl-p, ada-looking-at-semi-or)
22901         (ada-looking-at-semi-private, ada-in-paramlist-p)
22902         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22903         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22904         (ada-next-procedure, ada-previous-procedure, ada-next-package)
22905         (ada-previous-package, ada-create-menu)
22906         (ada-fill-comment-paragraph-justify)
22907         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22908         (ada-other-file-name, ada-last-which-function-line)
22909         (ada-last-which-function-subprog, ada-which-function)
22910         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22911         (ada-gen-treat-proc, ada-check-emacs-version)
22912         (ada-continuation-indent, ada-align-region-separate):
22913         Fix typos in docstrings.
22914         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22916 2005-06-16  Lute Kamstra  <lute@gnu.org>
22918         * simple.el (fundamental-mode): Run after-change-major-mode-hook
22919         conditionally.
22921 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22923         * comint.el (comint-replace-by-expanded-filename)
22924         (comint-prompt-regexp, comint-delimiter-argument-list)
22925         (comint-preinput-scroll-to-bottom):
22926         * info.el (Info-hide-cookies-node):
22927         * ls-lisp.el (ls-lisp-classify):
22928         * find-file.el (ff-search-directories, ff-special-constructs)
22929         (ff-find-other-file):
22930         * font-lock.el (font-lock-keywords):
22931         * shell.el (shell-prompt-pattern)
22932         (shell-dynamic-complete-functions, shell-mode)
22933         (shell-delimiter-argument-list):
22934         * term.el (term-replace-by-expanded-filename)
22935         (term-prompt-regexp, term-delimiter-argument-list):
22936         * woman.el (woman-ignore, woman0-if):
22937         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22938         * emacs-lisp/elint.el (elint-init-env):
22939         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22940         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22941         * language/ethio-util.el (ethio-tilde-escape)
22942         (ethio-use-three-dot-question):
22943         * net/zone-mode.el (zone-mode-load-time-setup):
22944         * progmodes/cc-align.el (c-lineup-argcont):
22945         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22946         * progmodes/cperl-mode.el (cperl-set-style-back):
22947         * progmodes/inf-lisp.el (inferior-lisp-prompt):
22948         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22949         Fix spellings in docstrings.
22951         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22952         * progmodes/modula2.el (m2-for): Fix spellings.
22954         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22956         * simple.el (undo-more): Don't use `format' on `error' arguments.
22957         Improve argument/docstring consistency.
22958         (pending-undo-list): Doc fix.
22960         * smerge-mode.el (smerge-ensure-match):
22961         * emulation/vip.el (vip-ex):
22962         * net/zone-mode.el (zone-mode-update-serial):
22963         * progmodes/idlwave.el (idlwave-complete):
22964         * progmodes/vhdl-mode.el (vhdl-visit-file)
22965         (vhdl-compose-wire-components):
22966         Don't use `format' on `error' arguments.
22968         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22969         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22970         (tooltip-help-tips): Fix typos in docstrings.
22972 2005-06-16  David Ponce  <david@dponce.com>
22974         * tree-widget.el (tree-widget-value-create): Simplify last change.
22976 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
22978         * ido.el (ido-incomplete-regexp): New variable.
22979         (ido-set-matches-1): Handle invalid-regexp error and set
22980         ido-incomplete-regexp.
22981         (ido-incomplete-regexp): New face.
22982         (ido-completions): Use it.
22983         (ido-complete, ido-exit-minibuffer, ido-completions):
22984         Handle incomplete regexps.
22985         (ido-completions): Add check for complete match when entering a regexp.
22987 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22989         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22991 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22993         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22994         by field delimiters.
22996 2005-06-15  David Ponce  <david@dponce.com>
22998         * tree-widget.el: eval-and-compile inlined functions so they will
22999         be available at run-time too.
23000         (tree-widget-super-format-handler)
23001         (tree-widget-format-handler): Remove.
23002         (tree-widget-value-create): Handle the :indent property.
23004 2005-06-15  Miles Bader  <miles@gnu.org>
23006         * progmodes/which-func.el (which-func): Only inherit
23007         `font-lock-function-name-face' when that makes sense against the
23008         default mode-line face, otherwise set the face color explicitly.
23010         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23011         faces instead of (non-existent) variables.
23013 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23015         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23016         (iswitchb-get-matched-buffers): Likewise.  Simplify.
23018 2005-06-14  Miles Bader  <miles@gnu.org>
23020         * progmodes/ld-script.el (ld-script-location-counter):
23021         Remove "-face" suffix from face name.
23022         (ld-script-location-counter-face):
23023         New backward-compatibility alias for renamed face.
23024         (ld-script-location-counter-face): Use renamed face.
23026         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23027         (cperl-hash): Remove "-face" suffix from face names.
23028         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23029         New backward-compatibility aliases for renamed faces.
23030         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23031         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23033         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23034         name.
23035         (which-func-face): New backward-compatibility alias for renamed face.
23036         (which-func-format): Use renamed which-func face.
23038         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23039         (vhdl-function, vhdl-directive, vhdl-reserved-word)
23040         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23041         names.
23042         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23043         (vhdl-speedbar-configuration, vhdl-speedbar-package)
23044         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23045         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23046         (vhdl-speedbar-architecture-selected)
23047         (vhdl-speedbar-configuration-selected)
23048         (vhdl-speedbar-package-selected)
23049         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23050         names.
23051         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23052         Use renamed faces.
23053         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23054         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23055         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23056         Use renamed faces.
23057         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23058         names.
23059         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23060         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23061         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23062         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23063         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23064         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23066         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23067         face name.
23068         (sh-heredoc-face): New backward-compatibility alias for renamed face.
23069         (sh-heredoc-face): Use renamed sh-heredoc face.
23071         * progmodes/idlw-help.el (idlwave-help-link):
23072         Remove "-face" suffix from face name.
23073         (idlwave-help-link-face):
23074         New backward-compatibility alias for renamed face.
23075         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23077         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23078         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23079         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23080         New backward-compatibility aliases for renamed faces.
23081         (idlwave-shell-disabled-breakpoint-face)
23082         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23084         * progmodes/flymake.el (flymake-errline, flymake-warnline):
23085         Remove "-face" suffix from face names.
23086         (flymake-errline-face, flymake-warnline-face):
23087         New backward-compatibility aliases for renamed faces.
23088         (flymake-highlight-line): Use renamed flymake faces.
23090         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23091         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23092         (ebrowse-member-class, ebrowse-progress):
23093         Remove "-face" suffix from face names.
23094         (ebrowse-tree-mark-face, ebrowse-root-class-face)
23095         (ebrowse-file-name-face, ebrowse-default-face)
23096         (ebrowse-member-attribute-face, ebrowse-member-class-face)
23097         (ebrowse-progress-face):
23098         New backward-compatibility aliases for renamed faces.
23099         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23100         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23101         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23102         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23104         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23105         antlr-syntax)
23106         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23107         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23108         names.
23109         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23110         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23111         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23112         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23113         backward-compatibility aliases for renamed faces.
23114         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23115         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23116         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23117         remove "font-lock-".  Use renamed antlr-mode faces.
23118         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
23119         literal face-names with face variable references.
23121         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23122         face name.
23123         (Buffer-menu-buffer-face): New backward-compatibility alias for
23124         renamed face.
23125         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23127 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
23129         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23130         Eliminate "-face" suffix.
23131         (makefile-targets): Inherit from font-lock-function-name-face and
23132         eliminate "-face" suffix.
23133         (makefile-shell): Remove attributes and eliminate "-face" suffix.
23134         (makefile-*-font-lock-keywords): Append makefile-targets in rule
23135         actions, instead of prepending, to make it less visible.
23136         (makefile-previous-dependency, makefile-match-dependency):
23137         Don't match a target on a continuation line.
23139         * files.el (auto-mode-alist): Put Makefile in gmake mode.
23141 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
23143         * progmodes/gdb-ui.el (menu): Re-order menu items.
23144         (gdb-tooltip-print): Respect tooltip-use-echo-area.
23146         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23147         Define in tooltip.el.
23148         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23149         (gud-tooltip-tips): Respect tooltip-use-echo-area and
23150         gud-tooltip-echo-area.
23152         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23153         backward compatibility and make obsolete.
23154         (tooltip-help-tips): Use tooltip-use-echo-area.
23155         (tooltip-show-help-function): Rename to...
23156         (tooltip-show-help): ...this, because it is a function.
23157         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23159 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
23161         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23162         (edebug-print-length, edebug-print-level, edebug-print-circle)
23163         (edebug-modify-breakpoint, edebug-eval-last-sexp)
23164         (edebug-eval-print-last-sexp): Doc fixes.
23166 2005-06-14  Kim F. Storm  <storm@cua.dk>
23168         * ido.el (ido-mode): Make a new keymap every time we enable ido,
23169         as the coverage buffer/file/both may change.
23171 2005-06-14  Lute Kamstra  <lute@gnu.org>
23173         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23174         and run-mode-hooks.  Simplify.
23176         * mail/rmailedit.el (rmail-edit-mode):
23177         * progmodes/octave-inf.el (inferior-octave-mode):
23178         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23180         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23181         and run-mode-hooks.
23182         (recentf-edit-list, recentf-open-files): Don't call
23183         kill-all-local-variables directly.
23185         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23187 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23189         * emacs-lisp/byte-run.el (make-obsolete)
23190         (define-obsolete-function-alias): Rename arguments FUNCTION and
23191         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23192         (make-obsolete-variable, define-obsolete-variable-alias):
23193         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23194         respectively.
23196         * isearchb.el (isearchb-activate):
23197         * pcvs.el (cvs-mode):
23198         * ses.el (ses-load):
23199         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23200         * net/tramp.el (tramp-find-file-exists-command)
23201         (tramp-find-shell):
23202         * progmodes/ada-mode.el (ada-create-case-exception)
23203         (ada-create-case-exception-substring, ada-make-subprogram-body):
23204         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23205         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23206         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23207         * textmodes/org.el (org-promote, org-evaluate-time-range)
23208         (org-agenda-next-date-line, org-agenda-previous-date-line)
23209         (org-agenda-error, org-open-at-point, org-table-move-row)
23210         (org-format-table-table-html-using-table-generate-source)
23211         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23212         * textmodes/reftex.el (reftex-access-scan-info):
23213         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23214         (reftex-toc-promote-prepare): Follow error conventions.
23216         * diff-mode.el (diff-mode): Fix typo in docstring.
23218         * forms.el (forms--intuit-from-file): Fix reference to
23219         `forms-number-of-fields' in error message.
23220         (forms-print): Fix quoting in error message.
23222         * forms.el (forms-mode):
23223         * emulation/vi.el (vi-goto-insert-state):
23224         * progmodes/flymake.el (flymake-new-err-info)
23225         (flymake-start-syntax-check-for-current-buffer)
23226         (flymake-simple-cleanup):
23227         * eshell/esh-var.el (eshell/export):
23228         * progmodes/gud.el (xdb):
23229         * textmodes/flyspell.el (flyspell-incorrect-hook)
23230         (flyspell-maybe-correct-transposition)
23231         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23233 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
23235         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23236         minibuffer prompt.
23238 2005-06-13  Kim F. Storm  <storm@cua.dk>
23240         * subr.el (add-to-ordered-list): New defun.
23242         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23243         add cua--keymap-alist to emulation-mode-map-alists.
23245 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23247         * subr.el (complete-in-turn): New macro.
23248         (dynamic-completion-table, lazy-completion-table): Add debug info.
23250         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23251         in preference to face aliases.
23253         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23254         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23255         Remove unused vars `start' and `firstline'.
23256         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23257         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23259 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
23261         * cus-start.el (all): Don't complain about missing GTK-related
23262         variables, unless either `gtk' is boundp or this isn't a
23263         `windows-nt' build.
23265 2005-06-13  Lute Kamstra  <lute@gnu.org>
23267         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23268         run-mode-hooks.
23270         * ediff-mult.el (ediff-meta-mode):
23271         * ediff-util.el (ediff-mode): Use run-mode-hooks.
23273         * ledit.el (ledit-mode): Use delay-mode-hooks.
23275         * woman.el (woman-mode-line-format): Delete constant.
23276         (woman-mode-map): Initialize it properly.
23277         (woman-mode): Set mode-class property to special.
23278         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
23279         Set major-mode and mode-name.  Don't set mode-line-format directly.
23280         (Man-getpage-in-background): Don't reference woman-mode-line-format.
23282         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23283         string argument obsolete.
23285 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
23287         * textmodes/org.el (org-CUA-compatible): New option.
23288         (org-disputed-keys): New variable.
23289         (org-key): New function.
23290         (orgtbl-make-binding): Add docstring to the created function.
23291         (org-mode): Set paragraph start/separate regexps.
23292         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23293         (org-archive-location, org-archive-mark-done)
23294         (org-archive-stamp-time): New options.
23295         (org-archive-subtree): New command.
23296         (org-fill-paragraph): New function.
23297         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23298         (org-fake-empty-table-line): Function removed.
23299         (org-format-org-table-html): Do not create empty table lines at
23300         separator lines.  Improved table header treatment.
23301         (org-link-format): New option.
23302         (org-make-link): New function.
23303         (org-insert-link, org-store-link): Use org-make-link.
23304         (org-open-file): Quote file name for shell command, to allow
23305         spaces in file names.
23306         (org-link-regexp): Fix bug with mailto link.
23307         (org-link-maybe-angles-regexp, org-protected-link-regexp):
23308         New constants.
23309         (org-export-as-html): Deal with the optional angles around a link.
23310         Better treatment of file: links.
23311         (org-open-at-point): Replace @{ and @} with < and >.
23312         (org-run-mode-hooks): Function removed.
23313         (org-agenda-mode): No longer use `org-run-mode-hooks'.
23315 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
23317         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
23318         MI command -data-list-register-values.
23319         (gdb-post-prompt): Indent properly.
23321 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
23323         * hilit-chg.el (highlight-changes-colors): Rename from
23324         `highlight-changes-colours'.
23325         (highlight-changes-colours): Keep as obsolete alias.
23326         (highlight-changes-face-list): Doc fix.
23327         (hilit-chg-make-list): Use `highlight-changes-colors'.
23329 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
23331         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
23332         defun-prompt-regexp.
23334 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
23336         * loadup.el: Don't say we are dumping under 2 names on windows-nt
23337         and cygwin.
23339         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
23340         Don't use an old loaddefs.el, as in Makefile.in.
23342 2005-06-12  Lute Kamstra  <lute@gnu.org>
23344         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
23346         * man.el (Man-mode-map): Initialize it properly.
23347         (Man-mode): Set mode-class property to special.
23349         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
23351 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
23353         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
23354         A newline is needed in the docstring there.
23356         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
23357         Doc fixes.
23359 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23361         * printing.el: Doc fix.  The menubar is no more changed when printing
23362         is loaded, it only changes when pr-menu-bind or pr-update-menus is
23363         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
23364         (pr-version): New version number (6.8.4).
23365         (pr-menu-bind): New command.
23366         (pr-update-menus): Docstring and code fix.
23367         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
23368         Docstring fix.
23369         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
23370         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
23372 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
23374         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
23375         "Returns" to "return", document useful return values, etc.
23377 2005-06-11  Alan Mackenzie  <acm@muc.de>
23379         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
23380         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
23381         (adaptive-file-function): Minor amendment to doc-string.
23383 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23385         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
23386         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
23387         Fix :type--it is `integer', not `string'.
23389         * faces.el (modeline-highlight): Rename from (the erroneous)
23390         `modeline-higilight'.
23392 2005-06-11  Lute Kamstra  <lute@gnu.org>
23394         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
23395         lisp-interaction-mode-map but make it the parent.
23396         (edebug-eval-mode): Use define-derived-mode.
23398 2005-06-11  Andreas Schwab  <schwab@suse.de>
23400         * bindings.el: Add binding of `ESC functionkey' for every
23401         `M-functionkey'.
23402         * hexl.el (hexl-mode-map): Likewise.
23404 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
23406         * progmodes/compile.el (compilation-error-regexp-alist-alist)
23407         [msft]: update regexp for newer msft compilers.
23409 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
23411         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
23412         ATTLIST portions of included DTDs.
23413         (xml-parse-dtd): Eliminate use of inefficient match-data.
23415 2005-06-10  Miles Bader  <miles@gnu.org>
23417         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23418         (mpuz-text): Remove "-face" suffix from face names.
23419         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23420         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23421         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23423         * play/gomoku.el (gomoku-O, gomoku-X):
23424         Remove "-face" suffix from face names.
23425         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23426         New backward-compatibility aliases for renamed faces.
23427         (gomoku-font-lock-keywords): Use renamed gomoku faces.
23429 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
23431         * thumbs.el: Fixes for changes of 2005-06-09.
23432         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23433         as a directory.
23434         (thumbs-thumbname): Remove directory separator from format string;
23435         `thumbs-thumbsdir' now returns a valid directory name.
23436         (thumbs-temp-dir): New defsubst.
23437         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23438         Use it.
23440         * cus-edit.el (minibuffer):
23441         * files.el (make-backup-file-name-function):
23442         * filesets.el (filesets-external-viewers):
23443         * hilit-chg.el (highlight-changes-colours)
23444         (highlight-changes-face-list, highlight-changes-rotate-faces):
23445         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23446         * kmacro.el (kmacro-call-macro):
23447         * log-edit.el (log-edit-changelog-full-paragraphs):
23448         * mouse.el (mouse-1-click-follows-link):
23449         * skeleton.el (skeleton-autowrap):
23450         * subr.el (insert-for-yank-1):
23451         * tempo.el (tempo-insert-region):
23452         * terminal.el (terminal-emulator):
23453         * time.el (display-time-mail-face):
23454         * vc.el (vc-annotate):
23455         * vcursor.el (vcursor-copy-line):
23456         * woman.el (woman-bold-headings, woman-ignore)
23457         (woman-default-faces, woman-monochrome-faces):
23458         * calendar/todo-mode.el (todo-insert-threshold):
23459         * emulation/pc-select.el (pc-select-selection-keys-only)
23460         (pc-selection-mode):
23461         * emulation/vip.el (vip-find-char-forward):
23462         * emulation/viper-cmd.el (viper-find-char-forward):
23463         * international/mule-cmds.el
23464         (select-safe-coding-system-accept-default-p)
23465         (input-method-exit-on-invalid-key):
23466         * international/mule-diag.el (describe-coding-system):
23467         * international/ucs-tables.el (unify-8859-on-encoding-mode):
23468         * net/browse-url.el (browse-url-xterm-program):
23469         * obsolete/lazy-lock.el (lazy-lock-mode):
23470         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23471         (cperl-mode):
23472         * progmodes/cpp.el (cpp-face-light-name-list)
23473         (cpp-face-dark-name-list):
23474         * progmodes/delphi.el (delphi-newline-always-indents):
23475         Fix spellings in docstrings.
23477         * ido.el (ido-mode, ido-file-extensions-order)
23478         (ido-default-file-method, ido-default-buffer-method)
23479         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23480         (ido-decorations, ido-read-file-name-as-directory-commands)
23481         (ido-read-file-name-non-ido, ido-work-directory-list)
23482         (ido-ignore-item-temp-list, ido-current-directory)
23483         (ido-magic-forward-char, ido-enter-find-file)
23484         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23485         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23487 2005-06-10  Lute Kamstra  <lute@gnu.org>
23489         * play/dunnet.el (dun-mode): Use define-derived-mode.
23490         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
23491         obsolete alias.
23493         * play/doctor.el (doctor-mode-map): Remove defvar.
23494         (doctor-mode): Use define-derived-mode.
23496         * mail/mspools.el (mspools-mode):
23497         * net/eudc-hotlist.el (eudc-hotlist-mode):
23498         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23500 2005-06-10  Miles Bader  <miles@gnu.org>
23502         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23503         Remove "-face" suffix from face names.
23504         (flyspell-incorrect-face, flyspell-duplicate-face):
23505         New backward-compatibility aliases for renamed faces.
23506         (flyspell-mode-on, make-flyspell-overlay)
23507         (flyspell-highlight-incorrect-region)
23508         (flyspell-highlight-duplicate-region)
23509         (flyspell-display-next-corrections)
23510         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23512         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23513         from face name.
23514         (texinfo-heading-face): New backward-compatibility alias for
23515         renamed face.
23516         (texinfo-heading-face): Use renamed texinfo-heading face.
23518         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23519         suffix from face names.
23520         (tex-math-face, tex-verbatim-face):
23521         New backward-compatibility aliases for renamed faces.
23522         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23523         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23524         literal face name.
23526         * textmodes/table.el (table-cell): Remove "-face" suffix from face
23527         name.
23528         (table-cell-face): New backward-compatibility alias for renamed face.
23529         (table--put-cell-face-property, table--update-cell-face):
23530         Use renamed table-cell face.
23532         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23533         from face name.
23534         (sgml-namespace-face): New backward-compatibility alias for
23535         renamed face.
23536         (sgml-namespace-face): Use renamed sgml-namespace face.
23538         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23539         (org-level-4, org-level-5, org-level-6, org-level-7)
23540         (org-level-8, org-warning, org-headline-done)
23541         (org-deadline-announce, org-scheduled-today)
23542         (org-scheduled-previously, org-link, org-done, org-table)
23543         (org-time-grid): Remove "-face" suffix from face names.
23544         (org-level-1-face, org-level-2-face, org-level-3-face)
23545         (org-level-4-face, org-level-5-face, org-level-6-face)
23546         (org-level-7-face, org-level-8-face, org-warning-face)
23547         (org-headline-done-face, org-deadline-announce-face)
23548         (org-scheduled-today-face, org-scheduled-previously-face)
23549         (org-link-face, org-done-face, org-table-face)
23550         (org-time-grid-face):
23551         New backward-compatibility aliases for renamed faces.
23552         (org-level-faces, org-set-font-lock-defaults, org-timeline)
23553         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23554         (org-agenda-get-timestamps, org-agenda-get-scheduled)
23555         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23557         * emulation/viper-init.el (viper-search, viper-replace-overlay)
23558         (viper-minibuffer-emacs, viper-minibuffer-insert)
23559         (viper-minibuffer-vi): Remove "-face" suffix from face names.
23560         (viper-search-face, viper-replace-overlay-face)
23561         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23562         (viper-minibuffer-vi-face):
23563         New backward-compatibility aliases for renamed faces.
23564         (viper-search-face, viper-replace-overlay-face)
23565         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23566         (viper-minibuffer-vi-face): Use renamed viper faces.
23568         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23569         Remove "-face" suffix from face names.
23570         (testcover-nohits-face, testcover-1value-face):
23571         New backward-compatibility aliases for renamed faces.
23572         (testcover-mark): Use renamed testcover faces.
23574         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23575         face name.
23576         (diary-button-face): New backward-compatibility alias for renamed face.
23577         (diary-entry): Use renamed diary-button face.
23579         * calendar/calendar.el (diary, calendar-today, holiday)
23580         (mark-visible-calendar-date): Remove "-face" suffix from face names.
23581         (diary-face, calendar-today-face, holiday-face):
23582         New backward-compatibility aliases for renamed faces.
23583         (eval-after-load "facemenu", diary-entry-marker)
23584         (calendar-today-marker, calendar-holiday-marker, diary-face):
23585         Use renamed calendar faces.
23587         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23588         (compare-windows-face): New backward-compatibility alias for
23589         renamed face.
23590         (compare-windows-highlight): Use renamed compare-windows face.
23592         * strokes.el (strokes-char): Remove "-face" suffix from face name.
23593         (strokes-char-face): New backward-compatibility alias for renamed face.
23594         (strokes-encode-buffer): Use renamed strokes-char face.
23596         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23597         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23598         Remove "-face" suffix from face names.
23599         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23600         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23601         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23602         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23603         Use renamed pcvs faces.
23604         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23605         * pcvs-defs.el (cvs-mode-map): Likewise.
23606         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23608         * info.el (info-title-1, info-title-2, info-title-3)
23609         (info-title-4): Remove "-face" suffix from and downcase face names.
23610         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23611         (Info-title-4-face):
23612         New backward-compatibility aliases for renamed faces.
23613         (Info-fontify-node): Use renamed info faces.
23615         * hilit-chg.el (highlight-changes, highlight-changes-delete):
23616         Remove "-face" suffix from face names.
23617         (highlight-changes-face, highlight-changes-delete-face):
23618         New backward-compatibility aliases for renamed faces.
23619         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23620         (hilit-chg-make-list): Use renamed highlight-changes faces.
23622         * generic-x.el (show-tabs-tab, show-tabs-space):
23623         Remove "-face" suffix from face names.
23624         (show-tabs-tab-face, show-tabs-space-face):
23625         New backward-compatibility aliases for renamed faces.
23626         (show-tabs-generic-mode-font-lock-defaults-1)
23627         (show-tabs-generic-mode-font-lock-defaults-2):
23628         Use renamed show-tabs faces.
23630         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23631         (smerge-markers): Remove "-face" suffix from face names.
23632         (smerge-mine-face, smerge-other-face, smerge-base-face)
23633         (smerge-markers-face):
23634         New backward-compatibility aliases for renamed faces.
23635         (smerge-mine-face, smerge-other-face, smerge-base-face)
23636         (smerge-markers-face): Use renamed smerge faces.
23638         * log-view.el (log-view-file, log-view-message): Remove "-face"
23639         suffix from face names.
23640         (log-view-file-face, log-view-message-face):
23641         New backward-compatibility aliases for renamed faces.
23642         (log-view-file-face, log-view-message-face): Use renamed log-view
23643         faces.
23645         * paren.el (show-paren-match, show-paren-mismatch):
23646         Remove "-face" suffix from face names.
23647         (show-paren-match-face, show-paren-mismatch-face):
23648         New backward-compatibility aliases for renamed faces.
23649         (show-paren-function): Use renamed show-paren faces.
23651         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23652         (ruler-mode-margins, ruler-mode-fringes)
23653         (ruler-mode-column-number, ruler-mode-fill-column)
23654         (ruler-mode-comment-column, ruler-mode-goal-column)
23655         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23656         suffix from face names.
23657         (ruler-mode-default-face, ruler-mode-pad-face)
23658         (ruler-mode-margins-face, ruler-mode-fringes-face)
23659         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23660         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23661         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23662         New backward-compatibility aliases for renamed faces.
23663         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23664         (ruler-mode-column-number, ruler-mode-fill-column)
23665         (ruler-mode-comment-column, ruler-mode-goal-column)
23666         (ruler-mode-tab-stop, ruler-mode-current-column)
23667         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23668         faces.
23670         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23671         face name.
23672         (whitespace-highlight-the-space): Use renamed face.
23673         (whitespace-highlight-face): New backward-compatibility alias for
23674         renamed face.
23676         * woman.el (woman-italic, woman-bold, woman-unknown)
23677         (woman-addition, woman-symbol-face):
23678         Remove "-face" suffix from face names.
23679         (woman-italic-face, woman-bold-face, woman-unknown-face)
23680         (woman-addition-face):
23681         New backward-compatibility aliases for renamed faces.
23682         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23683         (woman-decode-region, woman-replace-match)
23684         (woman-display-extended-fonts, woman-special-characters)
23685         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23686         Use renamed woman faces.
23688         * longlines.el (longlines-visible-face): Face removed.
23690         * diff-mode.el (diff-header, diff-file-header, diff-index)
23691         (diff-hunk-header, diff-removed, diff-added, diff-changed)
23692         (diff-function, diff-context, diff-nonexistent): Remove "-face"
23693         suffix from face names.
23694         (diff-header-face, diff-file-header-face, diff-index-face)
23695         (diff-hunk-header-face, diff-removed-face, diff-added-face)
23696         (diff-changed-face, diff-function-face, diff-context-face)
23697         (diff-nonexistent-face): New backward-compatibility aliases for
23698         renamed faces.
23699         (diff-header-face, diff-file-header-face)
23700         (diff-index, diff-index-face, diff-hunk-header)
23701         (diff-hunk-header-face, diff-removed, diff-removed-face)
23702         (diff-added, diff-added-face, diff-changed-face, diff-function)
23703         (diff-function-face, diff-context-face, diff-nonexistent)
23704         (diff-nonexistent-face): Use renamed diff-mode faces.
23706         * progmodes/compile.el (compilation-warning-face)
23707         (compilation-info-face): Remove "-face" suffix from face names.
23708         (compilation-warning-face, compilation-info-face):
23709         New backward-compatibility aliases for renamed faces.
23710         (compilation-warning-face, compilation-info-face):
23711         Use renamed compilation faces.
23713         * add-log.el (change-log-date, change-log-name)
23714         (change-log-email, change-log-file, change-log-list)
23715         (change-log-conditionals, change-log-function)
23716         (change-log-acknowledgement): Remove "-face" suffix from face names.
23717         (change-log-date-face, change-log-name-face)
23718         (change-log-email-face, change-log-file-face)
23719         (change-log-list-face, change-log-conditionals-face)
23720         (change-log-function-face, change-log-acknowledgement-face):
23721         New backward-compatibility aliases for renamed faces.
23722         (change-log-font-lock-keywords): Use renamed change-log faces.
23724         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23725         (custom-set, custom-changed, custom-saved, custom-button)
23726         (custom-button-pressed, custom-documentation, custom-state)
23727         (custom-comment, custom-comment-tag, custom-variable-tag)
23728         (custom-variable-button, custom-face-tag, custom-group-tag-1)
23729         (custom-group-tag): Remove "-face" suffix from face names.
23730         (custom-magic-alist, custom-magic-value-create)
23731         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23732         (custom-invalid-face, custom-rogue-face, custom-modified-face)
23733         (custom-set-face, custom-changed-face, custom-saved-face)
23734         (custom-button-face, custom-button-pressed-face)
23735         (custom-documentation-face, custom-state-face)
23736         (custom-comment-face, custom-comment-tag-face)
23737         (custom-variable-tag-face, custom-variable-button-face)
23738         (custom-face-tag-face, custom-group-tag-face-1)
23739         (custom-group-tag-face):
23740         New backward-compatibility aliases for renamed faces.
23742         * wid-edit.el (widget-documentation, widget-button)
23743         (widget-field, widget-single-line-field, widget-inactive)
23744         (widget-button-pressed): "-face" suffix removed from face names.
23745         (widget-documentation-face, widget-button-face)
23746         (widget-field-face, widget-single-line-field-face)
23747         (widget-inactive-face, widget-button-pressed-face):
23748         New backward-compatibility aliases for renamed faces.
23749         (widget-documentation-face, widget-button-face)
23750         (widget-button-pressed-face, widget-specify-field)
23751         (widget-specify-inactive): Use renamed widget faces.
23753 2005-06-10  Kenichi Handa  <handa@m17n.org>
23755         * term/x-win.el (x-clipboard-yank): Remove condition-case
23756         wrapping.
23758 2005-06-11  Kenichi Handa  <handa@m17n.org>
23760         * add-log.el (change-log-font-lock-keywords): Make the regexp for
23761         date lines stricter.
23763 2005-06-10  Zhang Wei  <id.brep@gmail.com>
23765         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23766         of x-get-selection.
23768 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
23770         * comint.el (comint-mode, comint-snapshot-last-prompt):
23771         * frame.el (frame-current-scroll-bars):
23772         * term.el (term-mode, term-check-proc, term-input-sender)
23773         (term-simple-send, term-extract-string, term-word)
23774         (term-match-partial-filename):
23775         * window.el (window-current-scroll-bars):
23776         * emulation/cua-base.el (cua-normal-cursor-color)
23777         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23778         (cua-global-mark-cursor-color):
23779         * mail/undigest.el (rmail-forward-separator-regex):
23780         Fix typos in docstrings.
23782         * comint.el (comint-check-proc, make-comint-in-buffer)
23783         (comint-source-default): Doc fixes.
23785         * term.el (term-send-string): Improve argument/docstring consistency.
23787 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
23789         * comint.el (comint-send-input): Bind `inhibit-read-only' around
23790         call to `delete-region'.
23791         (comint-mode-hook): Do not enable Font Lock by default.
23793 2005-06-09  Lute Kamstra  <lute@gnu.org>
23795         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23796         could be void.
23798 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23800         * emacs-lisp/debug.el (debugger-will-be-back): New var.
23801         (debug): Use it.
23802         (debugger-step-through, debugger-continue, debugger-jump)
23803         (debugger-return-value): Set it when needed.
23804         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23805         Use inhibit-read-only.
23807 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
23809         * window.el (shrink-window-if-larger-than-buffer)
23810         (window-size-fixed): Fix typo in docstring.
23812         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
23813         thumbnails directory on loading.
23814         (thumbs-conversion-program): Use `eq' to check the system type,
23815         not `equal'.
23816         (thumbs-temp-dir): Initialize to `temporary-file-directory',
23817         not "/tmp".  Fix docstring.
23818         (thumbs-thumbsdir): New function to return the thumbnails
23819         directory, creating it if needed.
23820         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23821         (thumbs-temp-file): Delete variable and make it into a function.
23822         (thumbs-resize-image, thumbs-modify-image): Use it.
23823         (thumbs-kill-buffer): Simplify.
23824         (thumbs-gensym): Defalias or duplicate CL `gensym'.
23825         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23826         docstrings.
23828 2005-06-09  Kim F. Storm  <storm@cua.dk>
23830         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23831         set-match-data to free markers in match-data.
23833         * replace.el (replace-match-data): Pass RESEAT arg `t' to
23834         match-data to unchain markers in match-data.
23836 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23838         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23839         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
23840         unnecessary now.
23842 2005-06-08  Richard M. Stallman  <rms@gnu.org>
23844         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23845         give the variable a doc string that doesn't say don't set it directly.
23847         * textmodes/ispell.el (ispell-check-version):
23848         Use match-string-no-properties.
23849         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23850         (ispell-buffer-local-words): Likewise.
23852         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23853         except on terminals with enough colors to really display it.
23854         (makefile-dependency-regex): Delete spurious `bb'.
23856         * faces.el (escape-glyph): Use blue once again in last case.
23857         (no-break-space): Redefine so that it isn't invisible on a tty.
23859 2005-06-08  Kim F. Storm  <storm@cua.dk>
23861         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23862         also when reading directory name.
23864 2005-06-08  Lute Kamstra  <lute@gnu.org>
23866         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23867         (flyspell-mode-line-string): Remove autoload cookie.
23868         (flyspell-mode): Remove defvar.
23870 2005-06-07  Lute Kamstra  <lute@gnu.org>
23872         * textmodes/org.el (org-run-mode-hooks): New function.
23873         (org-agenda-mode): Use it.
23875 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
23877         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23879 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23881         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23883 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
23885         * font-lock.el (font-lock-add-keywords): Doc fix.
23887 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23889         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23890         (tex-compile-default): In the absence of any history, use the order in
23891         tex-compile-alist to choose the preferred command.
23892         (tex-compile-commands): Reorder a bit.
23894         * textmodes/flyspell.el (flyspell-auto-correct-binding)
23895         (flyspell-incorrect-face, flyspell-duplicate-face):
23896         Use (X)Emacs-agnostic code.
23897         (flyspell-mode-map): Don't overwrite at each load.  Remove code
23898         redundant with the subsequent add-minor-mode.  Merge Emacs and
23899         XEmacs code.
23900         (flyspell-word): Minor simplification.
23901         (flyspell-math-tex-command-p): Quieten the byte-compiler.
23902         (flyspell-external-point-words): Remove unused vars `size' and `start'.
23903         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23904         Merge the corresponding Emacs code.
23905         (flyspell-correct-word, flyspell-xemacs-popup):
23906         Use flyspell-do-correct.
23908         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23909         a dedicated window.
23911         * international/latexenc.el (latexenc-find-file-coding-system):
23912         Undo part of last patch, to turn off a compiler warning.
23914 2005-06-06  Juri Linkov  <juri@jurta.org>
23916         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23917         Rename `tmm-inactive-face' to `tmm-inactive'.
23919 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
23921         * iswitchb.el: Rename faces.
23923 2005-06-06  Kim F. Storm  <storm@cua.dk>
23925         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23926         (cua-global-mark): Remove -face suffix from face names.
23928         * emulation/cua-gmrk.el (cua--init-global-mark):
23929         Remove cua-global-mark face setup.
23931 2005-06-06  Richard M. Stallman  <rms@gnu.org>
23933         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23934         just like other allowed characters.
23935         (makefile-match-dependency): Exclude leading and training whitespace
23936         from the range of regexp subexp 1.
23937         (makefile-macroassign-regex): Don't try to match the body,
23938         just the name of the macro being defined.
23940         * info.el (Info-read-node-name-2): New function.
23941         (Info-read-node-name-1): Use that.
23942         Add a completion-base-size-function property.
23944         * simple.el (completion-setup-function): Look for
23945         completion-base-size-function property of minibuffer-completion-table.
23947         * files.el (locate-file-completion): Doc fix.
23949         * printing.el: Don't call pr-update-menus; user must do that.
23951         * emacs-lisp/debug.el (debugger-window): New variable.
23952         (debug): Use debugger-window if it is set and still alive.
23953         Record debugger-window for next entry.
23955         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23957 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
23959         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23960         (hack-one-local-variable, hack-local-variables)
23961         (hack-local-variables-prop-line): Pass that arg.
23963 2005-06-06  Kim F. Storm  <storm@cua.dk>
23965         * ido.el (ido-first-match, ido-only-match, ido-subdir)
23966         (ido-indicator): Remove -face suffix from face names.
23968 2005-06-06  Juri Linkov  <juri@jurta.org>
23970         * font-lock.el (font-lock-regexp-backslash)
23971         (font-lock-regexp-backslash-construct): New faces.
23972         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
23973         after `('.  Add `while-no-input' to control structures.
23975         * faces.el (no-break-space, shadow): New faces.
23976         (escape-glyph): Use less loud colors pink2 and red4.
23978         * diff-mode.el (diff-context-face)
23979         * dired.el (dired-ignored)
23980         * rfn-eshadow.el (file-name-shadow)
23981         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23983         * info.el (Info-title-1-face): Use green instead of yellow because
23984         bold yellow is not readable on light backgrounds.
23986         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23987         before selecting the desired mode to not spend time fontifying
23988         old contents.
23990 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
23992         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23993         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23995         * ps-print.el (ps-default-fg, ps-default-bg):
23996         Fix typos in docstrings.
23998         * isearchb.el (isearchb): Don't pass a spurious second argument to
23999         `iswitchb-completions'.
24001 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
24003         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24004         to preserve point.
24005         (gdb-find-file-hook): Add doc string.
24007         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24008         C dereferenced pointer expression.
24009         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
24011         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24013         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24014         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24015         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24016         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24017         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24018         Make background transparent.
24020 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
24022         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
24023         (font-lock-remove-keywords): Doc fix.
24024         (font-lock-mode-major-mode): Compiler defvar.
24025         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24027         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24028         (font-lock-mode): Update `font-lock-mode-major-mode'.
24029         (font-lock-set-defaults): Compiler defvar.
24030         (font-lock-default-function): Take `font-lock-mode-major-mode'
24031         into account.
24033         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24034         keep track of which major mode it enabled the minor mode for.
24035         Use find-file-hook again.  Update docstring.
24037         * simple.el (eval-expression-print-level)
24038         (eval-expression-print-length, eval-expression-debug-on-error):
24039         Doc fixes.
24041 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
24043         * iswitchb.el (iswitchb-single-match-face)
24044         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24045         (iswitchb-invalid-regexp-face): New faces.
24046         (iswitchb-completions): Use them.
24047         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24048         now marked as an obsolete alias.
24049         (iswitchb-read-buffer): Remove check for bound font variables.
24050         (iswitchb-invalid-regexp): New free variable.
24051         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24052         set iswitchb-invalid-regexp.
24053         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24054         invalid regexps.
24055         (iswitchb-completions): Add check for complete match when entering
24056         a regexp.
24057         (iswitchb-completions): Remove require-match argument.
24058         (iswitchb-exhibit): Fix caller.
24059         (iswitchb-common-match-inserted): New variable.
24060         (iswitchb-complete, iswitchb-completion-help): Use it.
24062 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
24064         * url-http.el (url-http-chunked-encoding-after-change-function):
24065         Use `url-http-debug' instead of `message'.
24067 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
24069         * url-http.el (url-http-parse-headers): Pass redirected URL as a
24070         callback argument.
24072 2005-06-04  Kim F. Storm  <storm@cua.dk>
24074         * simple.el (line-move): Only call sit-for when moving backwards.
24076         * ido.el (ido-make-merged-file-list-1): New defun split from
24077         ido-make-merged-file-list.
24078         (ido-make-merged-file-list): Bind throw-on-input around call to
24079         ido-make-merged-file-list-1.  Return input-pending-p if
24080         interrupted by more input available.
24081         (ido-read-internal): Handle input-pending-p return value from
24082         ido-make-merged-file-list.
24084 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24086         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24087         compatibility code.
24089         * international/latexenc.el (latexenc-find-file-coding-system):
24090         Don't inherit the EOL part of the coding-system from the
24091         tex-main buffer.  Fit within 80 columns.
24093 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
24095         * tmm.el (tmm-inactive-face): New face.
24096         (tmm-remove-inactive-mouse-face): New function.
24097         (tmm-prompt, tmm-add-one-shortcut)
24098         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24099         but not selectable.
24101 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
24103         * faces.el (face-equal): Improve argument/docstring consistency.
24105 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
24107         * progmodes/make-mode.el (makefile-targets-face)
24108         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24109         (makefile-bsdmake-dependency-regex)
24110         (makefile-makepp-rule-action-regex)
24111         (makefile-bsdmake-rule-action-regex): New constants.
24112         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24114         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24115         Allow (...) within `...' for makepp messages.
24117 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
24119         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24121         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24122         "." files are deleted from all file lists before comparison.
24124         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24125         (viper-ESC-key): Made them customizable.
24127         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24129 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
24131         * autorevert.el (auto-revert-buffers): Use save-match-data.
24133 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24135         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24136         menu items with a nil command binding.
24138 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
24140         * emacs-lisp/cl-macs.el (defsetf):
24141         Improve argument/docstring consistency.
24143         * faces.el (list-faces-display): Improve the formatting by
24144         computing the maximum length required for any face-name (reworked
24145         patch of 1999-01-11, accidentally deleted on 1999-07-21).
24146         (internal-find-face): Remove redundant info in docstring.
24148 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
24150         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24151         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24152         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24153         (gdb-assembler-custom): Improve regexps.
24154         (def-gdb-auto-update-handler): Use window point to preserve point.
24156 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24158         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24160 2005-05-31  Jay Belanger  <belanger@truman.edu>
24162         * calc/calc-embed.el (calc-embedded-word): Change argument passed
24163         to calc-embedded.
24164         (calc-embedded-make-info): Have plain prefix argument select
24165         entire line.
24167 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
24169         * faces.el (list-faces-display): Signal error if passed a regexp
24170         that matches no face name.
24172         * simple.el (filter-buffer-substring): Fix typo in docstring.
24174 2005-05-31  Richard M. Stallman  <rms@gnu.org>
24176         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24177         (vhdl-emacs-21): Doc fix.
24178         (vhdl-mode): Unconditionally set comment-padding.
24179         (vhdl-fixup-whitespace-region): Insert spaces only where
24180         there are none.
24181         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24183 2005-05-30  John Wiegley  <johnw@newartisans.com>
24185         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24186         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24187         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24188         `directory-sep-char' to ?/, and all uses of `string-to-int' to
24189         `string-to-number'.
24191 2005-05-30  Jay Belanger  <belanger@truman.edu>
24193         * calc/calc.el (calc-bug-address): Fix docstring.
24194         (calc-window-hook, calc-trail-window-hook): New variables.
24195         (calc-trail-display): Restore use of calc-trail-window-hook.
24196         (calc): Restore use of calc-window-hook.
24198 2005-05-31  Masatake YAMATO  <jet@gyve.org>
24200         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24202         * help-fns.el (help-C-file-name): Add autoload mark for
24203         `find-function-noselect'.
24205 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24207         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24208         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24210 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24212         * calendar/diary-lib.el (mark-included-diary-files): Only kill
24213         included diary buffer if it was not already being visited.
24214         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24216         * calendar/icalendar.el (top-level): Do not require appt.
24218         * mail/supercite.el (sc-select-attribution): Only use a list
24219         element from sc-attrib-selection-list if it returns a string.
24220         Reported by Davide G. M. Salvetti <salve@debian.org>.
24222 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
24224         * thumbs.el (thumbs-thumbname): The resulting thumbname now
24225         includes a hash value to improve its uniqueness, and has a ".jpg"
24226         extension.  Also, it is now a valid filename on all systems.
24227         (thumbs-make-thumb): Use `let', not `let*'.
24228         (thumbs-show-thumbs-list): Check for JPEG availability.
24230 2005-05-30  Richard M. Stallman  <rms@gnu.org>
24232         * filesets.el (filesets-menu-ensure-use-cached):
24233         Prevent warning when emacs-version>= is undefined.
24235         * printing.el (pr-interactive-n-up): Use string-to-number.
24237         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24239         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24240         Warn only when name to be defined is quoted.
24242 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
24244         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24245         Make regexp more robust.
24246         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24247         Force regeneration of disassembly.
24249 2005-05-29  Jay Belanger  <belanger@truman.edu>
24251         * calc/calc.el (calc-user-invocation): Check if
24252         calc-invocation-macro is non-nil.
24254 2005-05-29  Juri Linkov  <juri@jurta.org>
24256         * add-log.el (change-log-font-lock-keywords):
24257         Add `+' to e-mail regexp to accept mail address with keywords.
24259         * man.el (Man-name-regexp): Add `:' to accept qualified names.
24261 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
24263         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24265         * ielm.el (inferior-emacs-lisp-mode): Ditto.
24267 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24269         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24270         Undo the change that moves to end of the current word.
24272 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
24274         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24275         Throw error when count <= 0 to ensure input is a number.
24276         (gdb-read-memory-custom): Pick up address from buffer.
24277         (gdb-memory-mode): Allow user to increment and decrement
24278         memory address from header line.
24280 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24282         * flyspell.el (flyspell-version): Function deleted.
24283         (flyspell-auto-correct-previous-hook): Doc fix.
24285         * jit-lock.el (jit-lock-function, jit-lock-after-change):
24286         Do nothing if memory is full.
24288         * font-lock.el (font-lock-fontify-syntactically-region):
24289         Pass t for GREEDY to looking-back.
24291         * saveplace.el (save-place-alist-to-file): Write the file
24292         using write-region.
24294         * subr.el (looking-back): New argument GREEDY.
24296         * progmodes/compile.el (compilation-start): Set the mode
24297         before inserting the initial text.
24299         * progmodes/which-func.el (which-func-update-1): Turn the mode
24300         off in case of error by setting which-func-mode.
24302 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
24304         * flyspell.el (flyspell-auto-correct-previous-word):
24305         Narrow down to what's on the screen, and recenter overlays
24306         at the end of the next word.
24308 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
24310         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
24311         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
24312         (flyspell-abbrev-p): Default to nil.
24313         (flyspell-use-global-abbrev-table-p): Doc fix.
24314         (flyspell-large-region): Allow nil as value.
24315         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
24317         (mail-mode-flyspell-verify): More robust handling
24318         of `mail-header-separator'.  More efficient signature detection.
24319         Allow for regexp metacharacters in message-header-separator.
24320         Adding `To' not to be checked in mail-mode-flyspell-verify.
24322         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
24323         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
24324         Bind flyspell-auto-correct-binding.
24325         Bind C-. and C-, .
24326         (flyspell-mode-map): Likewise.
24327         (flyspell-mode): Doc fix.
24328         (flyspell-accept-buffer-local-defs): Preserve current buffer.
24329         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
24330         (flyspell-word-cache-result): New var, always local.
24331         (flyspell-check-pre-word-p): Doc fix.
24332         (flyspell-check-changed-word-p): Handle spc like newline.
24333         (flyspell-post-command-hook): Set flyspell-word-cache-result.
24334         (flyspell-word-search-backward, flyspell-word-search-forward):
24335         New functions.
24336         (flyspell-word): Return t if nothing to check.
24337         When parsing TeX code, check for after } or \.
24338         Use flyspell-word-search-backward to find previous word.
24339         Return nil if duplicated word.
24340         For word already checked, return same value as last time.
24341         Set flyspell-word-cache-result after checking.
24342         Don't clobber the return value.
24343         (flyspell-get-word): Major rewrite.
24344         (flyspell-external-point-words): New locals pword, pcount.
24345         Fix size used in progress message.
24346         Find the proper corresponding word in flyspell-large-region-buffer.
24347         (flyspell-region): Check for flyspell-large-region = nil.
24348         (flyspell-highlight-incorrect-region): Clean up overlays in region.
24349         (flyspell-auto-correct-word): Check that WORD is a cons.
24350         (flyspell-correct-word): Likewise.
24352 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
24354         * progmodes/make-mode.el (makefile-rule-action-regex)
24355         (makefile-macroassign-regex, makefile-makepp-mode)
24356         (makefile-bsdmake-mode): Continuation lines may be empty.
24357         Reported by Joshua Varner.
24358         (makefile-makepp-font-lock-keywords): Add $(stem).
24360 2005-05-28  Karl Berry  <karl@gnu.org>
24362         * textmodes/tex-mode.el: Now that tex-send-command calls
24363         shell-quote-argument (2005-03-31 change), remove all calls to
24364         shell-quote-argument; they all end up invoking tex-send-command.
24365         The double quoting loses on filenames with non-safe characters,
24366         such as "@".  Reported by Frederik Fouvry.
24368 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
24370         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
24371         about preserving point.
24373 2005-05-27  Jay Belanger  <belanger@truman.edu>
24375         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
24376         Info-goto-node.
24378         * calc/calc-embed.el (calc-embed-arg): New variable.
24379         (calc-do-embedded-activate, calc-embedded-activate-formula)
24380         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
24381         variable by new variable.
24382         (calc-embedded-make-info): Replace undeclared variable by new
24383         variable.  When selecting region with positive prefix
24384         argument, use end of previous line instead of beginning of line.
24386         * calc/calc-aent.el (calc-arg-values): Declare it.
24388         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
24389         Declare them.
24391         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
24393         * calc/calc.el (calc-alg-map): Declare it.
24395         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
24397 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
24399         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
24400         (gdb-registers-buffer, toggle-gdb-all-registers):
24401         Toggle display of floating point registers.
24402         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
24404         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
24405         (toggle-gud-tooltip-dereference):
24406         Rename from gud-toggle-tooltip-dereference.
24408 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24410         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
24412 2005-05-27  Jay Belanger  <belanger@truman.edu>
24414         * calc/calc-prog.el (calc-kbd-report): Remove.
24415         (calc-kbd-query): Rewrite.
24417 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
24419         * image.el (image-library-alist): Move to image.c.
24420         (image-type-available-p): Doc fix.
24422 2005-05-27  Lute Kamstra  <lute@gnu.org>
24424         * calc/calc.el (calc):
24425         * outline.el (outline-1, outline-2, outline-3, outline-4)
24426         (outline-5, outline-6, outline-7, outline-8):
24427         * textmodes/dns-mode.el (dns-mode):
24428         * textmodes/sgml-mode.el (sgml-namespace-face):
24429         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24430         (tex-verbatim-face, tex-use-reftex):
24431         * textmodes/texinfo.el (texinfo-heading-face):
24432         Specify customization group.
24434         * longlines.el: Don't require easy-mmode.
24435         (longlines-visible-face): Specify customization group.
24437 2005-05-27  Kenichi Handa  <handa@m17n.org>
24439         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24440         encoding table of windows-1251.
24442         * international/ucs-tables.el (ucs-set-table-for-input):
24443         If translation-table-for-input of a coding system is a symbol, get
24444         its translation-table property.
24446         * international/code-pages.el: Don't register a coding system into
24447         non-iso-charset-alist more than once.
24448         (cp-make-coding-system): Likewise.
24450 2005-05-26  John Wiegley  <johnw@newartisans.com>
24452         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24453         `eshell-resume-eval' is wrapped in a list, it indicates that the
24454         command was run asynchronously.  In that case, unwrap the value
24455         before checking the delimiter value.
24457         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24458         character before a space at the end of a line is \, assume the space
24459         is part of the last argument rather than a final argument separator.
24461         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24462         is in use, and the target is `t' or `nil' (which are the most common
24463         values), don't assume that the symbol target is a buffer.
24465 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
24467         * calendar/calendar.el (calendar-mode-line-format):
24468         Use mode-line-highlight as mouse-face.
24470         * time.el (display-time-string-forms, display-time-update):
24471         Use mode-line-highlight as mouse-face.
24473 2005-05-26  Jay Belanger  <belanger@truman.edu>
24475         * calc/calc.el (calc-language-alist): Remove extra defvar.
24477 2005-05-26  Lute Kamstra  <lute@gnu.org>
24479         * arc-mode.el (archive-mode):
24480         * bookmark.el (bookmark-read-annotation-mode)
24481         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24482         * bs.el (bs-mode):
24483         * calc/calc-yank.el (calc-edit-mode):
24484         * calc/calc.el (calc-mode, calc-trail-mode):
24485         * calculator.el (calculator-mode):
24486         * chistory.el (command-history-mode):
24487         * comint.el:
24488         * cus-edit.el (custom-mode):
24489         * descr-text.el (describe-text-mode):
24490         * ebuff-menu.el (Electric-buffer-menu-mode):
24491         * ediff-util.el (ediff-mode):
24492         * emacs-lisp/re-builder.el (reb-mode):
24493         * emulation/vi.el (vi-mode-setup):
24494         * emulation/ws-mode.el (wordstar-mode):
24495         * eshell/esh-mode.el (eshell-mode):
24496         * forms.el (forms-mode):
24497         * help-mode.el (help-mode):
24498         * hexl.el (hexl-mode):
24499         * ibuffer.el (ibuffer-mode):
24500         * ielm.el (inferior-emacs-lisp-mode):
24501         * info.el (Info-mode, Info-edit-mode):
24502         * international/swedish.el:
24503         * ledit.el (ledit-from-lisp-mode):
24504         * locate.el (locate-mode):
24505         * mail/rmail.el (rmail-mode):
24506         * mail/rmailedit.el (rmail-edit-mode):
24507         * mail/rmailsum.el (rmail-summary-mode):
24508         * mail/supercite.el (sc-electric-mode):
24509         * net/eudc.el (eudc-mode):
24510         * net/quickurl.el (quickurl-list-mode):
24511         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24512         * obsolete/ooutline.el (outline-mode):
24513         * obsolete/options.el (Edit-options-mode):
24514         * obsolete/rnews.el (news-mode):
24515         * obsolete/rnewspost.el (news-reply-mode):
24516         * play/5x5.el (5x5-mode):
24517         * play/decipher.el (decipher-mode, decipher-stats-mode):
24518         * play/gomoku.el (gomoku-mode):
24519         * play/snake.el (snake-mode):
24520         * play/solitaire.el (solitaire-mode):
24521         * play/tetris.el (tetris-mode):
24522         * progmodes/ada-mode.el (ada-mode):
24523         * progmodes/antlr-mode.el (antlr-mode):
24524         * progmodes/autoconf.el (autoconf-mode):
24525         * progmodes/dcl-mode.el (dcl-mode):
24526         * progmodes/delphi.el (delphi-mode):
24527         * progmodes/ebrowse.el (ebrowse-tree-mode)
24528         (ebrowse-electric-list-mode, ebrowse-member-mode)
24529         (ebrowse-electric-position-mode):
24530         * progmodes/f90.el (f90-mode):
24531         * progmodes/fortran.el (fortran-mode):
24532         * progmodes/icon.el (icon-mode):
24533         * progmodes/idlw-help.el (idlwave-help-mode):
24534         * progmodes/idlw-shell.el (idlwave-shell-mode):
24535         * progmodes/idlwave.el (idlwave-mode):
24536         * progmodes/inf-lisp.el (inferior-lisp-mode):
24537         * progmodes/m4-mode.el (m4-mode):
24538         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24539         * progmodes/modula2.el (modula-2-mode):
24540         * progmodes/octave-inf.el (inferior-octave-mode):
24541         * progmodes/octave-mod.el (octave-mode):
24542         * progmodes/pascal.el (pascal-mode):
24543         * progmodes/sh-script.el (sh-mode):
24544         * progmodes/sql.el (sql-mode, sql-interactive-mode):
24545         * progmodes/vhdl-mode.el (vhdl-mode):
24546         * progmodes/xscheme.el (scheme-interaction-mode):
24547         * replace.el (occur-mode):
24548         * ses.el (ses-mode):
24549         * simple.el (completion-list-mode):
24550         * skeleton.el:
24551         * speedbar.el (speedbar-mode):
24552         * term.el (term-mode):
24553         * terminal.el (terminal-edit-mode):
24554         * textmodes/reftex-index.el (reftex-index-mode)
24555         (reftex-index-phrases-mode):
24556         * textmodes/reftex-sel.el (reftex-select-label-mode)
24557         (reftex-select-bib-mode):
24558         * textmodes/reftex-toc.el (reftex-toc-mode):
24559         * wdired.el (wdired-change-to-wdired-mode):
24560         * wid-browse.el (widget-browse-mode):
24561         Use run-mode-hooks.
24563         * array.el (array-mode):
24564         * calendar/todo-mode.el (todo-mode):
24565         * man.el (Man-mode):
24566         * play/landmark.el (lm-mode):
24567         * play/mpuz.el (mpuz-mode):
24568         Use kill-all-local-variables and run-mode-hooks.
24570         * subr.el (delay-mode-hooks): Specify indentation.
24572 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
24574         * xml.el (xml-substitute-special): Don't die for undefined xml
24575         entities.
24577 2005-05-26  Jay Belanger  <belanger@truman.edu>
24579         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24580         of nil.
24582 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
24584         * progmodes/gdb-ui.el (gdb-frame-address):
24585         Rename from gdb-current-address.
24586         (gdb-previous-frame-address): Rename from gdb-previous-address.
24587         (gdb-selected-frame): Rename from gdb-current-frame.
24588         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24589         (gdb-frame-number): Rename from gdb-current-stack-level.
24590         (gdb-ann3): Match new mode-name for disassembly buffer.
24591         Extend initialization of variables.
24592         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24593         (gdb-memory-mode): Use mouse-face in header line.
24594         (gdb-assembler-buffer-name): Call it disassembly and give frame
24595         in mode line.
24596         (gdb-source-spec-regexp, gdb-assembler-custom)
24597         (gdb-invalidate-assembler, gdb-frame-handler):
24598         Make robust to leading zeroes in address format.
24600 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
24602         * textmodes/org.el (org-mode): Use `define-derived-mode' to
24603         define `org-mode'.
24604         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24606 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24608         * log-edit.el (log-edit-changelog-entries): Distinguish between
24609         filenames like xfns.c and fns.c.
24611 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
24613         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24614         point after reverting.
24615         (Buffer-menu-make-sort-button): Handle the case where
24616         `Buffer-menu-use-header-line' is nil.
24618 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
24620         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24621         New funcs.  In minibuffer-local-completion-map bind `]', `/'
24622         and `:' to them.
24624 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24626         * startup.el (normal-top-level): Allow modification of load-path while
24627         we're iterating over it.
24629 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
24631         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24632         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24633         (thumbs-resize-interactive, thumbs-insert-image)
24634         (thumbs-insert-thumb, thumbs-dired-show-marked)
24635         (thumbs-find-image-at-point, thumbs-delete-images)
24636         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24637         (thumbs-increment-image-size, thumbs-decrement-image-size):
24638         Fix typos in docstrings.
24640 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
24642         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24643         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24644         (cperl-mode): Use them.
24646 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
24648         * window.el (quit-window, shrink-window-if-larger-than-buffer):
24649         Doc fixes.
24651 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
24653         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24654         Bind C-d to gdb-inferior-io-eof.
24656         * dired.el (dired-dnd-popup-notice): Use message-box.
24658 2005-05-23  Masatake YAMATO  <jet@gyve.org>
24660         * bindings.el (mode-line-major-mode-keymap):
24661         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24663         * faces.el (mode-line-highlight): New face.
24665         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24666         as mouse-face.
24668         * bindings.el (top-level, help-echo, mode-line-modified)
24669         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24670         as mouse-face.
24672 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
24674         * progmodes/cc-engine.el (c-guess-basic-syntax):
24675         Remove spurious call to `zerop'.
24677         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24679 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
24681         CC Mode update to 5.30.10:
24683         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24684         could go past the limit in decoration level 2, thereby causing
24685         errors during interactive fontification.
24687         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24688         the file is evaluated interactively.
24690         * cc-engine.el (c-guess-basic-syntax): Handle operator
24691         declarations somewhat better in C++.
24693         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24694         make use of `run-mode-hooks' which has been added in Emacs 21.1.
24695         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24696         (awk-mode): Use it.
24697         (make-local-hook): Suppress warning about obsoleteness.
24699         * cc-engine.el, cc-align.el, cc-cmds.el
24700         (c-append-backslashes-forward, c-delete-backslashes-forward)
24701         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24702         Compensate for return value from `forward-line' when it has moved
24703         but not to a different line due to eob.
24705         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24706         `objc-method-intro' and `objc-method-args-cont'.
24708 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
24710         CC Mode update to 5.30.10:
24712         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24713         in the copyright statement.  Incidentally, change "along with GNU
24714         Emacs" to "along with this program" where it occurs.
24716         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24717         so that it is interactive, hence can be found by M-x awk-mode
24718         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
24719         <gmorris+emacs@ast.cam.ac.uk>.
24721         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24722         Mode's regexps.
24724 2005-05-23  Kevin Ryde  <user42@zip.com.au>
24726         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24727         c-parse-state, to avoid a lisp error (on bad code).
24729 2005-05-23  Lute Kamstra  <lute@gnu.org>
24731         * subr.el (font-lock-defaults): Remove defvar as it's already
24732         defined in font-core.el.
24734         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24736 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
24738         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24739         more general and work when GDB variable "print pretty" is on,
24740         as with Emacs, for example.
24742 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
24744         * font-core.el: Update comment.
24746         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24747         Use `after-change-major-mode-hook' instead of `find-file-hook'.
24749         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24751 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
24753         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24754         and `yank-handler' in the doc strings.
24756 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24758         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
24760 2005-05-22  Richard M. Stallman  <rms@gnu.org>
24762         * help.el (describe-key): Move print-help-return-message call
24763         out of conditional.
24765         * progmodes/etags.el (list-tags): Use with-no-warnings.
24767         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24768         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24769         (starttls-extra-args, starttls-extra-arguments): Add defvars.
24771         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24773         * language/viet-util.el (viet-viscii-nonascii-translation-table):
24774         Add defvar.
24776         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24777         Use defvar, not defconst.
24779         * hexl.el (hexl-follow-line): Use with-no-warnings.
24781         * emulation/tpu-extras.el: Use write-file-functions instead of
24782         write-file-hooks.
24784         * dired.el (dired-font-lock-keywords): Fontify files with junk
24785         extensions even if marked by -F.
24787 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
24789         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24790         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24791         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24792         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24793         (concatenate, list-length, get*, getf, cl-remprop):
24794         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24795         (etypecase, progv, lexical-let, lexical-let*)
24796         (multiple-value-bind, multiple-value-setq, shiftf):
24797         Improve argument/docstring consistency.
24799         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24801 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
24803         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24804         doesn't exist.
24806         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
24807         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24809 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
24811         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24812         already deleted variables: auto-fill-hook, blink-paren-hook,
24813         lisp-indent-hook, inhibit-local-variables, unread-command-event,
24814         suspend-hooks, comment-indent-hook, meta-flag,
24815         before-change-function, after-change-function,
24816         font-lock-doc-string-face.
24818 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
24820         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24822 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
24824         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24825         rmail-dont-reply-to.
24827 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24829         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24830         literal blank when splitting new-header-values.
24832 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
24834         * calendar/cal-menu.el (cal-menu-update): Add separator as a
24835         string so that tmm doesn't create a completion entry for it.
24837         * textmodes/table.el (table-disable-menu): Ditto.
24839 2005-05-21  Richard M. Stallman  <rms@gnu.org>
24841         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24843         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24845         * net/rcompile.el (remote-compile): Use compilation-start.
24847         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24849 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
24851         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24852         Default to makefile-bsdmake-mode on BSD systems.
24854         * imenu.el (imenu-generic-expression, imenu--generic-function'):
24855         REGEXP may also be a search function now.  The part of doc-string
24856         for describing the structure was 95% identical to that of
24857         `imenu--generic-function'.  Unify it there.
24859         * progmodes/make-mode.el (makefile-imenu-generic-expression):
24860         Use function to find dependencies, because regexp alone is so complex,
24861         it easily goes into an endless loop.
24862         (makefile-makepp-mode): Also add submenu for Perl functions
24863         defined in the makefile.
24864         (makefile-bsdmake-mode): Special imenu-generic-expression no
24865         longer needed, due to function call.
24866         (makefile-match-dependency): Take BOUND into account when checking
24867         if we're through.
24869 2005-05-20  Jay Belanger  <belanger@truman.edu>
24871         * calc/calc-units.el (calc-invalidate-units-table):
24872         Use inhibit-read-only.
24873         (math-build-units-table-buffer): Use view-mode.
24875 2005-05-20  David Kastrup  <dak@gnu.org>
24877         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24878         easy-menu-add is not a nop on Emacs; and clarify when to call it.
24880 2005-05-20  Lute Kamstra  <lute@gnu.org>
24882         * diff-mode.el (diff-header-face, diff-file-header-face)
24883         (diff-index-face, diff-hunk-header-face, diff-removed-face)
24884         (diff-added-face, diff-changed-face, diff-function-face)
24885         (diff-context-face, diff-nonexistent-face): Put them in the
24886         diff-mode customization group.
24888 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24890         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24892         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24894         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24895         Minor regexp-optimization.
24897 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
24899         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24900         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24901         (org-agenda-add-time-grid-maybe): New function.
24902         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24903         (org-table-create): `dotimes' instead of `mapcar'.
24904         (org-xor): Simplify implementation.
24905         (org-agenda): `inhibit-redisplay' turned on.
24906         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24907         a consistent line after a state change.
24908         (org-agenda-remove-times-when-in-prefix): New option.
24909         (org-prefix-has-time): New variable.
24910         (org-parse-time-string): Optional argument NODEFAULT.
24911         (org-format-agenda-item): Parse items for time-of-day
24912         specifications and move these into the prefix if possible.
24913         (org-agenda-priority): Get current heading, not previous heading
24914         during agenda remote editing.
24916 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
24918         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24919         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24920         (remove-duplicates, delete-duplicates, substitute)
24921         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24922         (nsubstitute-if-not, find, find-if, find-if-not, position)
24923         (position-if, position-if-not, count, count-if, count-if-not)
24924         (mismatch, search, sort*, stable-sort, merge, member*)
24925         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24926         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24927         (intersection, nintersection, set-difference, nset-difference)
24928         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24929         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24930         (nsublis, tree-equal): Improve argument/docstring consistency.
24932         * subr.el (send-string, send-region): Remove obsolescence declaration.
24933         (window-dot, set-window-dot, read-input, show-buffer)
24934         (eval-current-buffer, string-to-int):
24935         Add release number to obsolescence declarations.
24937 2005-05-19  Kim F. Storm  <storm@cua.dk>
24939         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24940         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24942 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
24944         * faces.el (list-faces-display): Make back button respect optional
24945         regexp arg.
24947 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
24949         * calculator.el (calculator-radix-grouping-mode)
24950         (calculator-radix-grouping-digits, calculator-displayer)
24951         (calculator-radix-grouping-separator, calculator-copy-displayer):
24952         * dabbrev.el (dabbrev-search-these-buffers-only):
24953         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24954         (diff-advance-after-apply-hunk, diff-mode-hook)
24955         (diff-minor-mode-prefix):
24956         * imenu.el (imenu-use-popup-menu):
24957         * jit-lock.el (jit-lock-context-time):
24958         * newcomment.el (comment-fill-column, comment-column)
24959         (comment-style, comment-padding, comment-multi-line)
24960         (comment-empty-lines, comment-auto-fill-only-comments):
24961         * reveal.el (reveal-around-mark):
24962         * uniquify.el (uniquify-buffer-name-style)
24963         (uniquify-after-kill-buffer-p)
24964         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24965         (uniquify-min-dir-content, uniquify-separator)
24966         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24967         * w32-vars.el (w32-fixed-font-alist):
24968         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24969         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24970         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24971         * progmodes/perl-mode.el (perl-indent-level)
24972         (perl-continued-statement-offset, perl-continued-brace-offset)
24973         (perl-brace-offset, perl-brace-imaginary-offset)
24974         (perl-label-offset, perl-indent-continued-arguments)
24975         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24976         * progmodes/tcl.el (tcl-indent-level)
24977         (tcl-continued-indent-level, tcl-auto-newline)
24978         (tcl-tab-always-indent, tcl-electric-hash-style)
24979         (tcl-help-directory-list, tcl-use-smart-word-finder)
24980         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24981         (inferior-tcl-source-command):
24982         * textmodes/fill.el (enable-kinsoku):
24983         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24984         * textmodes/table.el (table-yank-handler):
24985         Specify missing group (and type, if simple) in defcustom.
24987 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
24989         * progmodes/compile.el (compilation-finish-function): Fix defvar.
24991 2005-05-19  Richard M. Stallman  <rms@gnu.org>
24993         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24995         * subr.el (event-basic-type): Don't get an error.
24996         (left-fringe-p): Function deleted.
24998         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24999         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25001         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25002         in recursive copy.
25004         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25006         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25008         * emacs-lisp/bytecomp.el
25009         (byte-compile-file-form-custom-declare-variable):
25010         Call byte-compile-nogroup-warn if appropriate.
25012         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25013         (compilation-set-window): Don't call left-fringe-p; do it directly.
25015 2005-05-19  Jay Belanger  <belanger@truman.edu>
25017         * calc/calc-graph.el (calc-graph-format-data): Make sure
25018         var-PlotRejects is bound before trying to check its value.
25020 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
25022         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25023         definition of this variable from reftex-global.el to reftex.el,
25024         because it is needed in the menu.
25026 2005-05-19  Lute Kamstra  <lute@gnu.org>
25028         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25029         years are fixed.  Don't insert a space after a dash.
25031 2005-05-19  Kim F. Storm  <storm@cua.dk>
25033         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25035 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
25037         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25038         strings, because (eq ... ?\\) is fairly frequent.
25040         * progmodes/make-mode.el (makefile-add-this-line-targets):
25041         Simplify and integrate into `makefile-pickup-targets'.
25042         (makefile-add-this-line-macro): Simplify and integrate into
25043         `makefile-pickup-macros.
25044         (makefile-pickup-filenames-as-targets): Simplify.
25045         (makefile-previous-dependency, makefile-match-dependency):
25046         Don't stumble over `::'.
25048 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
25050         * subr.el (post-command-idle-hook, post-command-idle-delay):
25051         Remove obsoletion of post-command-idle-hook and
25052         post-command-idle-delay.
25054         * faces.el (list-faces-display): Provide button when describe-face
25055         is called to take user back to the list of faces.
25057         * help-fns.el (describe-variable): Remove hyperlinks in a
25058         variable's value as these are quite frequently inappropriate.
25060         * follow.el (follow-submit-feedback, follow-mode):
25061         Remove references to post-command-idle-hook.
25063 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
25065         * progmodes/make-mode.el (makefile-previous-dependency)
25066         (makefile-match-dependency): Check for := (and in bsd mode also
25067         !=) to give a better result, even when font-lock is not on.
25069 2005-05-18  Jay Belanger  <belanger@truman.edu>
25071         * calc/calc-help.el (calc-s-prefix-help):
25072         Add `calc-copy-special-constant' to help string.
25074 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
25076         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25078 2005-05-18  Jay Belanger  <belanger@truman.edu>
25080         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25081         in linear factors are in proper order.
25083 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
25085         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25086         Support for jurabib.
25088         * textmodes/reftex.el (featurep): Define aliases for overlay
25089         commands, for XEmacs compatibility, and use these aliases in
25090         overlay initializations.
25091         (reftex-highlight): Use `reftex-move-overlay'.
25092         (reftex-unhighlight): Use `reftex-delete-overlay'.
25093         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
25094         (reftex-access-search-path): Use `reftex-uniquify' instead of
25095         `reftex-uniq'
25097         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25098         `before-string' property modification enables for Emacs as well.
25099         (reftex-select-item): Use `reftex-delete-overlay'.
25100         (reftex-select-mark): Use `reftex-make-overlay' and
25101         `reftex-overlay-put'.
25102         (reftex-select-unmark): Use `reftex-delete-overlay' and
25103         `reftex-overlay-put'.
25105 2005-05-18  Lute Kamstra  <lute@gnu.org>
25107         * emacs-lisp/lisp.el (check-parens): Fix docstring.
25109 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
25111         * add-log.el (add-change-log-entry):
25112         * array.el (array-make-template, array-reconfigure-rows)
25113         (array-init-max-row, array-init-max-column)
25114         (array-init-columns-per-line, array-init-field-width):
25115         * replace.el (replace-match-maybe-edit, perform-replace):
25116         * textmodes/spell.el (spell-region):
25117         Replace `read-input' by `read-string'.
25119         * forms.el (forms-mode):
25120         * finder.el (finder-compile-keywords):
25121         * shadowfile.el (shadow-read-files):
25122         Replace `eval-current-buffer' by `eval-buffer'.
25124         * terminal.el (te-pass-through):
25125         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25126         (ange-ftp-raw-send-cmd):
25127         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25128         (send-process-next-char, telnet-initial-filter, telnet):
25129         Replace `send-string' by `process-send-string'.
25131         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25132         (prolog-consult-region): Replace `send-string' by
25133         `process-send-string'; replace `send-region' by `process-send-region'.
25135         * progmodes/delphi.el (delphi-log-msg):
25136         Replace `set-window-dot' by `set-window-point'.
25138         * subr.el (window-dot, set-window-dot, read-input, send-string)
25139         (send-region, show-buffer, eval-current-buffer):
25140         Make really obsolete, as the comment says.
25142 2005-05-17  Kim F. Storm  <storm@cua.dk>
25144         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25145         (cua--init-keymaps): Bind C-return instead of S-return to set
25146         rectangle mark.
25148         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25149         instead of S-return to toggle/clear rectangle mark.
25151 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
25153         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25154         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25155         Also fontify plain strings assigned to variables, mostly so that a
25156         colon has a face and is thus not taken as a dependency separator.
25157         (makefile-previous-dependency): Inline the new matcher, because it
25158         is too complex to work in both directions.
25159         (makefile-match-dependency): Eliminate `backward' arg (see above).
25160         Completely reimplemented so as to not sometimes go into an endless
25161         loop.  It should also be more efficient, because first it only
25162         searches for `:', instead of applying the very complex regexp.
25163         (makefile-mode): Cancel `font-lock-support-mode', because blocks
25164         to be fontified in one piece can be too long for JIT.
25165         Makefiles are never *that* big.
25167 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
25169         * dired.el (dired-mode): Simplify.
25171 2005-05-17  Lute Kamstra  <lute@gnu.org>
25173         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25174         defcustom for the mode hook variable.
25176         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25177         Emacs Lisp Reference Manual.
25179 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
25181         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25182         (evenp, list*):
25183         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25184         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25186         * net/tramp-smb.el (tramp-smb-open-connection):
25187         Pass `tramp-chunksize' as fifth (required) argument.
25189 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
25191         * font-lock.el (lisp-font-lock-keywords-1):
25192         Set `font-lock-negation-char-face' for [^...] char group.
25193         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25195         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25196         a var, and refine it to mask one more level of nested vars.
25197         (makefile-rule-action-regex): Turn it into a var, and refine it so
25198         it recognizes backslashed continuation lines as belonging to the
25199         same command.
25200         (makefile-macroassign-regex): Refine it so it recognizes
25201         backslashed continuation lines as belonging to the same command.
25202         (makefile-var-use-regex): Don't look at the next char, because it
25203         might be the same one to be skipped by the initial [^$], leading
25204         to an overlooked variable use.
25205         (makefile-make-font-lock-keywords): Remove two parameters, which
25206         are now variables that some of the modes set locally.
25207         Handle dependency and rule action matching through functions, because
25208         regexps alone match too often.  Dependency matching now comes
25209         last, so it can check, whether a colon already matched something else.
25210         (makefile-mode): Inform that font-lock improves makefile parsing
25211         capabilities.
25212         (makefile-match-dependency, makefile-match-action): New functions.
25214 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
25216         * emacs-lisp/cl-extra.el (equalp): Doc fix.
25218         * align.el (align-regexp):
25219         * ansi-color.el (ansi-color-get-face):
25220         * array.el (array-reconfigure-rows, array-init-max-row)
25221         (array-init-max-column, array-init-columns-per-line)
25222         (array-init-field-width):
25223         * dired-aux.el (dired-trample-file-versions):
25224         * dired-x.el (dired-mark-sexp):
25225         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25226         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25227         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25228         * faces.el (face-read-integer):
25229         * files.el (backup-extract-version, insert-directory):
25230         * hexl.el (hexl-insert-decimal-char):
25231         * server.el (server-process-filter):
25232         * shell.el (shell-extract-num):
25233         * startup.el (command-line-1):
25234         * term.el (term-command-hook):
25235         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25236         (time-stamp-do-number):
25237         * time.el (display-time-update):
25238         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25239         (timezone-fix-time):
25240         * vms-patch.el (vms-suspend-resume-hook):
25241         * calendar/appt.el (appt-convert-time):
25242         * calendar/cal-bahai.el (mark-bahai-diary-entries):
25243         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25244         * calendar/cal-islam.el (mark-islamic-diary-entries):
25245         * calendar/calendar.el (calendar-cursor-to-date)
25246         (calendar-star-date):
25247         * calendar/diary-lib.el (diary-attrtype-convert)
25248         (mark-diary-entries, diary-entry-time):
25249         * calendar/solar.el (solar-get-number):
25250         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25251         * emacs-lisp/re-builder.el (reb-display-subexp):
25252         * emulation/edt.el (edt-set-scroll-margins):
25253         * emulation/tpu-extras.el (tpu-set-scroll-margins):
25254         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25255         (vip-get-ex-count):
25256         * emulation/viper-ex.el (viper-get-ex-token)
25257         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25258         * international/fontset.el (fontset-plain-name):
25259         * mail/feedmail.el (feedmail-look-at-queue-directory):
25260         * mail/mailalias.el (mail-get-names):
25261         * mail/rmail.el (rmail-convert-to-babyl-format):
25262         * mail/rmailsum.el (rmail-make-basic-summary-line)
25263         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25264         (rmail-summary-goto-msg):
25265         * mail/smtpmail.el (smtpmail-read-response):
25266         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25267         (ange-ftp-vms-add-file-entry):
25268         * play/gametree.el (gametree-looking-at-ply)
25269         (gametree-current-branch-score):
25270         * progmodes/ada-xref.el (ada-prj-find-prj-file)
25271         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25272         * progmodes/cperl-mode.el (condition-case):
25273         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25274         (ebrowse-set-member-buffer-column-width)
25275         (ebrowse-select-1st-to-9nth):
25276         * progmodes/etags.el (etags-snarf-tag):
25277         * progmodes/flymake.el (flymake-parse-line):
25278         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25279         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25280         (idlwave-shell-menu-def):
25281         * progmodes/ps-mode.el (ps-run-goto-error):
25282         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25283         (vhdl-speedbar-contract-level):
25284         * term/mac-win.el (x-handle-numeric-switch):
25285         * term/sun-mouse.el (sun-get-frame-data):
25286         * term/w32-win.el (x-handle-numeric-switch):
25287         * term/x-win.el (x-handle-numeric-switch):
25288         * textmodes/ispell.el (ispell-parse-output):
25289         * textmodes/nroff-mode.el (nroff-outline-level):
25290         * textmodes/reftex-cite.el (reftex-bib-sort-year)
25291         (reftex-bib-sort-year-reverse, reftex-format-citation):
25292         * textmodes/reftex-parse.el (reftex-init-section-numbers)
25293         (reftex-section-number):
25294         * textmodes/texinfmt.el (texinfo-paragraphindent):
25295         Replace `string-to-int' by `string-to-number'.
25297         * international/latexenc.el: Add page marker to force the "Local
25298         Variables:" string out of the last page.
25300 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
25302         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
25303         tooltip-change-major-mode.
25304         (gud-tooltip-print-command): Remove case where gud-minor-mode
25305         is gdb ("--fullname").
25306         (gud-tooltip-tips): Turn GUD tooltips off for this case and
25307         explain to user.
25309 2005-05-16  Jay Belanger  <belanger@truman.edu>
25311         * calc/calc-store.el (calc-copy-special-constant): New function.
25313         * calc/calc-ext.el (calc-init-extensions): Add binding for
25314         `calc-copy-special-constant'.
25316         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
25317         for the `calc-copy-special-constant' command.
25319 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
25321         * subr.el (left-fringe-p): New function.
25323         * progmodes/compile.el (compilation-setup): Set local value of
25324         overlay-arrow-string to "" always.
25325         (compilation-set-window): Left fringe then don't scroll.
25326         No left fringe then no arrow and scroll message to top.
25327         (compilation-context-lines): Adjust doc string accordingly.
25329 2005-05-16  Kim F. Storm  <storm@cua.dk>
25331         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
25332         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
25333         (ido-wide-find-dir-or-delete-dir): New command for M-d.
25334         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
25335         (ido-read-file-name): Handle commands with ido property value
25336         equal to find-file as reading a file name, to allow C-d to enter dired.
25337         (ibuffer-find-file): Add ido property with value find-file.
25339 2005-05-15  Kim F. Storm  <storm@cua.dk>
25341         * subr.el (open-network-stream-nowait): Remove.
25342         (open-network-stream-server): Remove.
25344 2005-05-15  Richard M. Stallman  <rms@gnu.org>
25346         * faces.el (describe-face): Output a definition link button.
25348         * help-mode.el (help-face-def): New button type.
25350         * emacs-lisp/copyright.el (copyright-fix-years):
25351         Match properly if the first year is 2-digit.
25352         Don't mess up the whitespace after the years by filling.
25354         * dired-aux.el (dired-mark-confirm):
25355         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
25357         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
25358         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
25359         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
25361         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25362         Set font-lock-comment-start-skip.
25364         * font-lock.el (font-lock-comment-start-skip): New variable.
25365         (font-lock-comment-end-skip): New variable.
25366         (font-lock-fontify-syntactically-region): Use them if non-nil.
25368 2005-05-15  Jay Belanger  <belanger@truman.edu>
25370         * calc/calc-store.el (calc-store-value): Return a string rather
25371         than display it as a message.
25372         Use calc-var-name for variable name.
25373         (calc-store-into): Add the result of calc-store-value to message.
25374         (calc-copy-variable): Add a message.
25375         (calc-store-exchange): Improve error messages.
25376         (calc-store-binary, calc-store-map): Don't reset the values of
25377         special constants.
25379 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
25381         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
25382         manual to docstring.
25384         * files.el (hack-local-variables-confirm): Add STRING argument.
25385         Make the function handle non file visiting buffers correctly.
25386         (hack-local-variables-prop-line, hack-local-variables)
25387         (hack-one-local-variable): Use STRING arg of
25388         `hack-local-variables-confirm'.
25390 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
25392         Sync with Tramp 2.0.49.
25394         * net/tramp.el (tramp-handle-dired-call-process)
25395         (tramp-handle-insert-directory):`insert-buffer' cannot be used
25396         because the contents of the Tramp buffer is changed before
25397         insertion (`expand-file' and alike).
25398         (tramp-handle-insert-directory): If `localname' has an empty
25399         nondirectory name, it must not be quoted.
25400         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
25401         variable `tramp-chunksize'.  Change callees.
25402         (tramp-open-connection-setup-interactive-shell): Check remote host
25403         for buggy `send-process-string' implementation.
25404         Set `tramp-chunksize' if found.  Reported by Michael Kifer
25405         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
25406         (tramp-handle-shell-command): `insert-buffer' cannot be used
25407         because the contents of the Tramp buffer is changed before
25408         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
25409         <frederic.bothamy@free.fr>.
25410         (tramp-set-auto-save): Actions should be done for Tramp file name
25411         handler only.  Ange-FTP has its own auto-save mechanism.
25412         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25413         (tramp-set-auto-save-file-modes): Set file modes of
25414         `buffer-auto-save-file-name' to ?\600 as fallback solution.
25415         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
25416         (tramp-bug): Remove obsolete variable.
25417         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
25418         for presence of `mml-mode'.  Make it running for older Emacsen as well.
25420 2005-05-14  John Paul Wallington  <jpw@pobox.com>
25422         * ibuf-ext.el (define-ibuffer-filter filename):
25423         If `dired-directory' is a list, use its car.
25425 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
25427         * ibuffer.el (define-ibuffer-column filename):
25428         If `dired-directory' is a list, use its car.
25430 2005-05-14  Richard M. Stallman  <rms@gnu.org>
25432         * subr.el (symbol-file): Doc fix.
25434         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25435         (byte-compile-form): Call byte-compile-nogroup-warn.
25436         (byte-compile-warning-types): Doc fix.
25438         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25440         * progmodes/cc-engine.el (c-literal-faces):
25441         Add font-lock-comment-delimiter-face.
25443         * net/net-utils.el (dig): Use with-no-warnings.
25445         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25446         (sc-recite-frame-alist, sc-default-cite-frame)
25447         (sc-default-uncite-frame, sc-default-recite-frame)
25448         (sc-attrib-selection-list, sc-rewrite-header-list):
25449         Mark as risky-local-variable.
25451         * international/ogonek.el (ogonek-jak, ogonek-how):
25452         Don't use beginning-of-buffer.
25454         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25456         * calendar/solar.el (solar-data-list): Move definition up.
25458         * dnd.el (dnd-protocol-alist): Add autoload.
25460         * progmodes/sh-script.el: Many doc usage fixes.
25461         (sh-indent-after-do): Change default to match common styles.
25463 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
25465         * files.el (interpreter-mode-alist)
25466         (auto-mode-interpreter-regexp): Doc fixes.
25468 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
25470         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25472         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25474 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25476         * dired.el (dired-mode): make-variable-buffer-local =>
25477         make-local-variable.
25479 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25481         * term/mac-win.el (mac-select-convert-to-string): Try coding
25482         systems in mac-script-code-coding-systems if specified one cannot
25483         encode string for `com.apple.traditional-mac-plain-text'.
25485 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
25487         * progmodes/make-mode.el (makefile-targets-face)
25488         (makefile-shell-face, makefile-makepp-perl-face): New faces.
25489         (makefile-dependency-regex): Fix it to not make the colon in
25490         $(var:a=b) special.
25491         (makefile-rule-action-regex): New regexp for highlighting embedded
25492         Shell strings.
25493         (makefile-macroassign-regex): Handle != for highlighting as
25494         embedded Shell strings.
25495         (makefile-var-use-regex): New const.
25496         (makefile-statements, makefile-automake-statements)
25497         (makefile-gmake-statements, makefile-makepp-statements)
25498         (makefile-bsdmake-statements): New consts.
25499         (makefile-make-font-lock-keywords): New function.
25500         (makefile-automake-font-lock-keywords)
25501         (makefile-gmake-font-lock-keywords)
25502         (makefile-makepp-font-lock-keywords)
25503         (makefile-bsdmake-font-lock-keywords): New consts.
25504         (makefile-mode-map): Add switchers between the various submodes.
25505         (makefile-mode): Document the availability of the variants.
25506         (makefile-automake-mode, makefile-gmake-mode)
25507         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25509         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25510         new variants of makefile-mode.
25512 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25514         * font-lock.el (font-lock-comment-delimiter-face): Fix up
25515         the inheritance.
25517 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
25519         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25520         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25522         * files.el (normal-mode): Extend the scope of the
25523         `enable-local-variables' binding to include the `set-auto-mode' call.
25524         (magic-mode-alist): Doc fix.
25526 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25528         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25529         font-lock-comment-face rather than copying its setting.
25531 2005-05-12  Andreas Schwab  <schwab@suse.de>
25533         * eshell/esh-mode.el (eshell-send-input): Doc fix.
25535 2005-05-12  Lute Kamstra  <lute@gnu.org>
25537         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25538         defcustom for the mode hook variable.  Delete the last argument.
25539         * generic-x.el: Fix callers of define-generic-mode.
25540         (generic-x-modes): Delete group.
25541         (show-tabs-tab-face, show-tabs-space-face): Put them in the
25542         generic-x customization group.
25544 2005-05-12  Kim F. Storm  <storm@cua.dk>
25546         * font-lock.el (font-lock-negation-char-face): Default to "off".
25548         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25549         font-lock-negation-char-face to ! in !=.
25551 2005-05-12  Masatake YAMATO  <jet@gyve.org>
25553         * add-log.el (find-change-log): Fix typos in the docstring
25554         of function.
25556 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
25558         * international/latexenc.el (latexenc-find-file-coding-system):
25559         Avoid `re-search-forward' when looking for input encoding because
25560         of speed and safety.  Better regular expressions for recognizing
25561         input encoding.  Limit a search for TeX-master/tex-main-file to
25562         the local variable section.
25564 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
25566         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25567         syntax of $ to "'" (quote).
25569 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
25571         * dnd.el (dnd-protocol-alist): Improve custom type.
25573         * dired.el (dired-dnd-protocol-alist): New variable.
25574         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
25575         `dired-mode-hook' to the end.
25577 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25579         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25580         comment-end if comment-start-skip is not set.
25581         Obey the font-lock-comment-delimiter-face variables.
25583 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25585         * files.el (executable-find): Move from executable.el.  Use
25586         locate-file.
25587         * progmodes/executable.el (executable-find): Move to files.el.
25589         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25590         when trying to ensure forward progress.
25592 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
25594         * mouse-sel.el (mouse-sel-follow-link-p): New function.
25595         (mouse-select, mouse-select-internal, mouse-extend-internal):
25596         Use it to implement mouse-1-click-follows-link functionality.
25598 2005-05-11  Richard M. Stallman  <rms@gnu.org>
25600         * font-lock.el (font-lock-fontify-syntactically-region):
25601         Use font-lock-comment-delimiter-face for comment delimiters.
25603 2005-05-10  Jay Belanger  <belanger@truman.edu>
25605         * calc/calc-help.el (calc-m-prefix-help): Add mention of
25606         preserving embedded modes.
25608 2005-05-10  Richard M. Stallman  <rms@gnu.org>
25610         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25612         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25613         Move from ada-stmt.el.
25614         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25616         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25617         Move to ada-mode.el.
25618         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25620         * cus-edit.el (custom-file): Call file-chase-links.
25622         * files.el (read-directory-name): Fix previous change.
25623         (hack-local-variables-confirm): New function.
25624         (hack-local-variables-prop-line, hack-local-variables)
25625         (hack-one-local-variable): Use it.
25627 2005-05-10  Lute Kamstra  <lute@gnu.org>
25629         * font-lock.el (font-lock-keywords-alist)
25630         (font-lock-removed-keywords-alist): Clarify docstrings.
25632 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
25634         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25635         (gdb-source-info): Check for preprocessor info.
25636         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
25637         a macro for a function.
25638         (gdb-info-breakpoints-custom): Try to find file again if not already
25639         found (user might have used GDB dir command).
25640         (gdb-get-location): Update gdb-location-alist correctly for change
25641         to gdb-info-breakpoints-custom.
25643         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25644         (gud-tooltip-print-command): Add gdbmi case.
25645         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25646         preprocessor info.
25648 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
25650         * startup.el (fancy-splash-insert): Fix typo in doc string.
25652 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
25654         * obsolete/float.el (string-to-float):
25655         * obsolete/hilit19.el (hilit-add-pattern):
25656         * obsolete/rnews.el (news-parse-range, news-select-message)
25657         (news-get-pruned-list-of-files): Replace `string-to-int' by
25658         `string-to-number'.
25660         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25661         `find-file-not-found-hooks'; use `add-hook'.
25662         (uncompress-while-visiting): Set `write-file-functions', not
25663         `write-file-hooks'; use `add-hook'.
25665 2005-05-09  Kim F. Storm  <storm@cua.dk>
25667         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25668         (cua-paste): Handle clipboard action.
25669         (cua--init-keymaps): Remap clipboard-kill-region and
25670         clipboard-kill-ring-save.
25672 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
25674         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25675         Improve commentary.
25677         * simple.el (next-error-overlay-arrow-position): Revert the change
25678         made on 2005-04-30.
25680 2005-05-07  Jay Belanger  <belanger@truman.edu>
25682         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25683         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25684         `calc-sel-reselect'.
25686         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25687         Calc is in embedded mode.
25689 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
25691         * progmodes/compile.el (compilation-setup):
25692         Set overlay-arrow-string to an empty string on text terminals.
25694         * textmodes/ispell.el (ispell-program-name): Try looking for
25695         "aspell" along exec-path, and if found, use it as the default
25696         speller program.
25698 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
25700         * international/mule.el (sgml-xml-auto-coding-function):
25701         Recognize encoding='FOO' in single quotes as well as in double quotes.
25703 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25705         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25706         as well as `interactive', so that defmacro* would recognize
25707         `declare' forms.
25709 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
25711         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25712         Explain more about the LIGHTER arg's usage in the doc string.
25713         Add commentary to clarify what the code does.  Fix the regexp that
25714         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
25715         since it could have characters special to regular expressions.
25717 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
25719         * replace.el (occur-1): Bind inhibit-read-only so that
25720         erase-buffer doesn't barf on read-only text properties (likewise
25721         for add-text-properties in occur-engine).  Mark buffer as unmodified.
25722         (occur-engine): Don't set buffer-read-only here.
25724 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25726         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25727         list-buffers-directory.  This caused the *cvs-commit* buffer to be
25728         sometimes mistakenly reused as a *cvs* buffer.
25730 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
25732         * tooltip.el: Move code for GUD tooltips into gud.el.
25733         (require): CL no longer needed to compile case.
25734         (tooltip-mode): Do not toggle functions for GUD tooltips.
25735         (tooltip-gud-tips-p): Remove.  Replace with minor mode
25736         gud-tooltip-mode in gud.el.
25737         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25738         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25739         tooltip-gud prefix with gud-tooltip and obsolete.
25740         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25741         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25742         (tooltip-mouse-motion): Mouse movement functions/variable.
25743         Rename in gud.el by adding gud prefix.
25744         (tooltip-gud-original-filter, tooltip-gud-dereference)
25745         (tooltip-gud-event, tooltip-toggle-gud-tips)
25746         (tooltip-gud-process-output, tooltip-gud-print-command)
25747         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
25748         gud.el by replacing tooltip-gud prefix with gud-tooltip.
25749         (gdb-tooltip-print): Move to gdb-ui.el.
25751         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25752         (require): CL needed to compile case.
25753         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25754         tooltip-gud-tips-p.  Make it a minor-mode.
25755         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25756         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25757         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25758         (gud-tooltip-change-major-mode)
25759         (gud-tooltip-activate-mouse-motions-if-enabled)
25760         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25761         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25762         (gud-tooltip-original-filter, gud-tooltip-dereference)
25763         (gud-tooltip-event, tooltip-toggle-gud-tips)
25764         (gud-tooltip-process-output, gud-tooltip-print-command)
25765         (gud-tooltip-tips): Move from tooltip.el.
25767         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25768         (gdb-cpp-define-alist-flags): Doc fix.
25769         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25770         gud-tooltip-mode is t.
25772 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25774         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25775         evaporate if their text is deleted.
25776         (goto-address-at-point): Make it work as a mouse binding as well.
25777         (goto-address-at-mouse): Obsolete it.  Update users.
25779 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
25781         * calendar/appt.el (top-level): No longer activate on load.
25783 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
25785         * calendar/cal-bahai.el (mark-bahai-diary-entries):
25786         * net/webjump.el (webjump):
25787         * progmodes/idlw-help.el (idlwave-do-context-help1)
25788         (idlwave-highlight-linked-completions):
25789         * textmodes/po.el (po-find-file-coding-system-guts):
25790         Replace `assoc-ignore-case' by `assoc-string'.
25792 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
25794         * files.el (locate-file): Doc fix.
25796         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25797         Remove the redundant test for ms-dos.
25799         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25800         look for the preprocessor with exec-suffixes.  If not found in
25801         standard places, look in exec-path.  Remove most of the tests that
25802         used system-type.
25804         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25806         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25808         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25809         file-name clash with jka-compr.el on 8+3 filesystems.
25811 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25813         * term/mac-win.el: Don't define or bind scroll bar functions if
25814         x-toolkit-scroll-bars is t.
25815         (x-select-text, x-get-selection-value): Clear
25816         x-last-selected-text-clipboard if x-select-enable-clipboard is
25817         nil.
25818         (PRIMARY): Put mac-scrap-name property.
25819         (mac-select-convert-to-file-url): New function.
25820         (public.file-url): New selection target type.  Add to
25821         selection-converter-alist.
25822         (x-get-selection, x-selection-value): Handle it.
25823         (x-cut-buffer-or-selection-value): New alias.
25825 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25827         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25828         entry to avoid calling bibtex-find-entry with arg global
25829         being t.  Remove arg key.
25830         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25831         (bibtex-copy-summary-as-kill): Change accordingly.
25833 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25835         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25836         (org-agenda-date-later): Use with-current-buffer.
25838 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
25840         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25841         (define-obsolete-variable-alias): Doc Fixes.
25843 2005-05-06  Kim F. Storm  <storm@cua.dk>
25845         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
25846         vertical-motion when selective-display is active.
25848         * ido.el (ido-setup-hook): New hook.
25849         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25850         (ido-input-stack): New var.
25851         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
25852         ido-next-work-file binding to M-O.
25853         Bind M-f to ido-wide-find-file-or-pop-dir.
25854         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25855         (ido-read-internal): Run ido-setup-hook.
25856         Catch quit in read-file-name and read-string to cancel edit.
25857         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25858         Automatically pop-all when completing a directory name (RET).
25859         (ido-file-internal): Add with-no-warnings around ffap and dired code.
25860         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25861         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25862         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25863         New functions for M-b/M-f to move among the directory components.
25864         (ido-make-merged-file-list): Catch quit to cancel merge.
25865         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25866         (ido-completion-help): No warnings for ido-completion-buffer-full.
25868 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
25870         * font-lock.el (font-lock-negation-char-face): New face and variable.
25871         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25872         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25873         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25874         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25876 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
25878         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25879         Fix typo in docstring.
25881         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25882         (ebrowse-print-statistics-line)
25883         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25885         * term/w32-win.el (image-library-alist): Add additional name for
25886         Xpm library.
25888 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
25890         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25891         use gcc instead of cpp.
25893         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25894         (gdb-create-define-alist): Use it.
25895         (gdb-cpp-define-alist-program): Update for MS-DOS.
25897 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
25899         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25901 2005-05-04  Richard M. Stallman  <rms@gnu.org>
25903         * help.el (describe-key): No error when UNTRANSLATED is nil.
25905         * simple.el (line-move-1): Fix previous change to signal errors
25906         appropriately.
25908 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
25910         * calendar/icalendar.el (icalendar-version): Now at 0.12.
25911         (icalendar-duration-correction): Remove.
25912         (icalendar--get-event-properties): Split result at commas.
25913         (icalendar--decode-isoduration): New optional argument
25914         DURATION-CORRECTION.
25915         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25916         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25917         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25918         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25919         (icalendar--convert-anniversary-to-ical): New functions, extracted
25920         from icalendar-export-region, with bug fixes.
25921         (icalendar-export-region): Use the above functions.
25922         (icalendar-import-buffer): Check before saving diary file.
25923         (icalendar--convert-recurring-to-diary)
25924         (icalendar--convert-non-recurring-all-day-to-diary)
25925         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25926         extracted from icalendar--convert-ical-to-diary, with bug fixes.
25927         (icalendar--convert-ical-to-diary): Use the above functions.
25929 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
25931         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25932         Remove these recent additions.
25933         (c-mode): Restore to before 2005-04-28.
25935         * progmodes/cc-vars.el (cc-define-list-program): Remove this
25936         recent addition.
25938         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25939         (gdb-define-alist): New variables.
25940         (gdb-create-define-alist): New function.
25941         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25942         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25943         with string-to-number.
25944         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
25946         * progmodes/gud.el: Replace string-to-int with string-to-number.
25947         (gud-find-file): Handle gdb-define-alist.
25949         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25951 2005-05-02  Jay Belanger  <belanger@truman.edu>
25953         * calc/calc-aent.el (math-read-token):
25954         * calc/calc-bin.el (calc-word-size):
25955         * calc/calc-ext.el (calc-read-number-fancy):
25956         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25957         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25958         * calc/calc-frac.el (calc-over-notation):
25959         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25960         (calc-graph-num-points, calc-graph-init):
25961         * calc/calc-prog.el (calc-read-parse-table-part)
25962         (calc-edit-macro-repeats):
25963         * calc/calc-yank.el (calc-do-grab-rectangle):
25964         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25965         Replace `string-to-int' by `string-to-number'.
25967 2005-05-02  Kim F. Storm  <storm@cua.dk>
25969         * kmacro.el: Use executing-kbd-macro-index variable.
25971 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
25973         * net/rlogin.el (rlogin-parse-words): Delete func.
25974         (rlogin): Use split-string, not rlogin-parse-words.
25975         Also, if there are option-like elements in the parsed args,
25976         take the host to be the first arg immediately following them.
25977         Suggested by Michael Mauger.
25979 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
25981         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25983 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
25985         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25986         (cc-mode-cpp-program): Rename to cc-define-list-program and
25987         move to cc-vars.el.
25989         * progmodes/cc-vars.el (cc-define-list-program):
25990         Change to "gcc -E -dM -".  Make customizable.
25992 2005-05-02  Kim F. Storm  <storm@cua.dk>
25994         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25996 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
25998         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26000         * international/mule-util.el (truncate-string): Remove alias and
26001         obsolete declaration.
26003         * international/mule-cmds.el (update-iso-coding-systems):
26004         Remove alias and obsolete declaration.
26006         * international/mule.el (coding-system-parent): Remove alias and
26007         obsolete declaration.
26009         * subr.el (define-function, sref): Remove aliases and obsolete
26010         declarations.
26011         (chars-in-region): Remove obsolete declaration.
26013 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26015         * info.el (Info-mode): Set widen-automatically to nil, locally.
26017         * simple.el (widen-automatically): New variable.
26018         (pop-global-mark): Obey widen-automatically.
26020 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
26022         * term/xterm.el (function-key-map): Call substitute-key-definition
26023         before the keymap size is increased by a lot of define-key calls.
26025 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26027         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26028         Rename ARG to ELEMENT.  Doc fix.
26030 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26032         * allout.el (allout-exposure): Remove macro and obsolete declaration.
26033         Remove references to allout-exposure/change to allout-new-exposure.
26035         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26036         bytecode symbols.
26038         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26039         (compiled-function-p, focus-frame, unfocus-frame):
26040         Remove aliases and obsolete declarations.
26041         Back out inadvertent changes from previous commit.
26043 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26045         * files.el (require-final-newline): Make Custom tags consistent
26046         with mode-require-final-newline.
26047         (mode-require-final-newline): Doc fix.
26049 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26051         * international/latexenc.el (latexenc-find-file-coding-system):
26052         Fix regular expressions.
26054 2005-05-01  David Kastrup  <dak@gnu.org>
26056         * international/latexenc.el (latexenc-find-file-coding-system):
26057         Fix regular expressions.
26059 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26061         * subr.el (string-to-int): Make obsolete.
26063 2005-04-30  Richard M. Stallman  <rms@gnu.org>
26065         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26067         * loadup.el: load jka-comp-hook.
26069         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26070         (jka-compr-handler): Add autoload.  `put' calls moved
26071         to jka-comp-hook.el.
26072         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26073         (jka-compr-inhibit): Autoload.
26075         * jka-comp-hook.el: New file.
26076         Enable the mode by default.
26078         * files.el (backup-buffer-copy): Use copy-file instead
26079         of write-region, and put back the 'excl.
26081 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
26083         * progmodes/flymake.el (flymake-split-string)
26084         (flymake-split-string, flymake-log, flymake-pid-to-names)
26085         (flymake-reg-names, flymake-get-source-buffer-name)
26086         (flymake-unreg-names, flymake-add-line-err-info)
26087         (flymake-add-err-info): Clarify docstrings.
26088         (flymake-popup-menu, flymake-make-emacs-menu)
26089         (flymake-make-xemacs-menu): Add docstrings.
26090         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26091         Set variables directly throughout.
26093 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
26095         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26096         exists.  Initialize cc-define-alist.
26097         (c-mode): Add cc-create-define-alist locally to after-save-hook.
26098         If there is no file (Macroexpansion) don't create an alist.
26100 2005-04-29  Sam Steingold  <sds@gnu.org>
26102         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26103         (cc-create-define-alist): Use it instead of the hard-coded string.
26105 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26107         * international/mule-conf.el (file-coding-system-alist): Fix regexp
26108         for latexenc.
26110 2005-04-29  Lute Kamstra  <lute@gnu.org>
26112         * emacs-lisp/generic.el: Improve commentary section.
26113         (define-generic-mode): Improve docstring.
26115 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
26117         * textmodes/org.el (many places): Change to quiet the byte compiler.
26118         (org-prefix-format-compiled): New variable.
26119         (org-compile-prefix-format): New function.
26120         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26121         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26122         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26123         (org-get-entries-from-diary): Use `org-get-time-of-day' for
26124         consistency with entries from `org-mode' files.
26125         (org-get-time-of-day): Fix bug with partial matches early in a line.
26126         (org-non-link-chars): New constant.
26127         (org-link-regexp): Respect `org-non-link-chars'.
26128         (org-agenda-day-view): Remove command.
26129         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26130         (org-follow-bbdb-link, org-store-link): Search also company field.
26131         (org-highlight-overlay): New variable.
26132         (org-highlight, org-unhighlight): New functions.
26133         (org-agenda-mode): Add pre-command-hook to remove highlight.
26134         (org-evaluate-time-range): Behavior depends upon whether time stamp
26135         contains a time or not.
26136         (org-show-subtree, org-show-entry): New functions.
26137         (org-agenda-cleanup-fancy-diary): Remove empty lines.
26139 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
26141         * comint.el (comint-output-filter-functions): Add autoload cookie.
26143 2005-04-28  Kim F. Storm  <storm@cua.dk>
26145         * ido.el (ido-everywhere): Fix last change.
26147 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26149         * international/latexenc.el: New file.
26150         * international/mule-conf.el (file-coding-system-alist): For .tex,
26151         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26153 2005-04-28  Lute Kamstra  <lute@gnu.org>
26155         * font-lock.el (font-lock-add-keywords)
26156         (font-lock-remove-keywords): Clarify docstring.
26157         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26158         Don't start docstrings with a `*'.
26159         (font-lock-update-removed-keyword-alist): Give it a docstring.
26161         * generic-x.el: Update commentary section.
26162         Only require font-lock when compiling.
26163         Define all modes conditionally.
26164         Place all generic modes in the generic-x-modes customization group.
26165         (generic-x-modes): New customization group.
26166         (generic-default-modes, generic-mswindows-modes)
26167         (generic-unix-modes, generic-other-modes): New constants.
26168         (generic-define-mswindows-modes, generic-define-unix-modes):
26169         Update docstrings.  Make them obsolete.
26170         (generic-extras-enable-list): New default value.  Update docstring.
26171         Improve :type.  Change :set function.
26172         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26173         Fix docstring.
26175         * emacs-lisp/generic.el (generic-mode-internal):
26176         Simplify font-lock-defaults.
26177         (define-generic-mode): Fix docstring.
26179 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26181         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26182         font-lock-face property to highlight matches.
26184 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
26186         * progmodes/cc-mode.el (cc-create-define-alist): New function.
26187         (cc-define-alist): New variable.
26188         (c-mode): Make it local and initialize it.
26190         * progmodes/gdb-ui.el (gdb-active-process): New variable.
26191         (gdb-exited): New function.
26192         (gdb-annotation-rules): Use it.
26193         (gdb-starting): Set gdb-active-process to t.
26194         (gdb-stopping): Amend doc string.
26195         (gdb-reset): Set gdb-active-process to nil.
26197         * tooltip.el (tooltip-gud-tips): Show the associated #define
26198         directives when a C program under GDB is not executing.
26200 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26202         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26203         font-lock-fontify-syntactic-keywords.
26205         * font-lock.el (font-lock-default-fontify-region): Don't force
26206         parse-sexp-lookup-properties to nil.
26208 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
26210         * man.el (man-mode-syntax-table): Set up `:' to have
26211         word-constituent syntax.
26213 2005-04-27  Lute Kamstra  <lute@gnu.org>
26215         * novice.el (disable-command): Don't add spurious newlines to the
26216         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
26218 2005-04-26  Jay Belanger  <belanger@truman.edu>
26220         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26221         than one window before deleting window.
26223 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
26225         * shell.el (shell-prompt-pattern): Doc fix.
26226         (shell-mode): Set paragraph-separate buffer locally to "\\'".
26228         * comint.el (comint-prompt-regexp, comint-get-old-input)
26229         (comint-use-prompt-regexp)
26230         (comint-use-prompt-regexp-instead-of-fields)
26231         (comint-replace-by-expanded-history, comint-send-input)
26232         (comint-output-filter, comint-get-old-input-default)
26233         (comint-line-beginning-position, comint-bol, comint-show-output)
26234         (comint-backward-matching-input, comint-forward-matching-input)
26235         (comint-next-prompt, comint-previous-prompt):
26236         Rename `comint-use-prompt-regexp-instead-of-fields' to
26237         `comint-use-prompt-regexp'.  Keep old name as alias and declare
26238         obsolete.
26239         (comint-use-prompt-regexp): Shorten first line of doc string.
26241         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26242         Set paragraph-separate buffer locally to "\\'".
26244         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26245         Adapt to above name change.
26247         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26248         (smbclient-prompt-regexp): Ditto.
26250         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26252 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
26254         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26255         gdb-location-list.
26256         Break lines that are over 80 characters wide.
26258 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26260         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26261         New fun and var, to preserve compatibility.
26263         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26265 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
26267         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26268         name to file-newer-than-file-p.
26270 2005-04-26  Richard M. Stallman  <rms@gnu.org>
26272         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26274         * progmodes/python.el (python-mode):
26275         Use new name eldoc-documentation-function.
26277         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26279         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26280         (eldoc-documentation-function):
26281         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
26283 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
26285         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26287 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
26289         * term/xterm.el (function-key-map): Fix strings for
26290         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
26291         {C,S,A,C-S}-{f1-f12}.
26293 2005-04-26  Kenichi Handa  <handa@m17n.org>
26295         * international/mule-cmds.el (select-safe-coding-system):
26296         Fix previous change.
26298 2005-04-26  Lute Kamstra  <lute@gnu.org>
26300         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
26302         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
26303         (font-lock-comment-delimiter-face): Ditto.
26305         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
26307 2005-04-25  Jay Belanger  <belanger@truman.edu>
26309         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
26310         to t while inserting information; use help-mode.
26312 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
26314         * term.el (ansi-term-color-vector): Use the xterm colors.
26315         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
26317 2005-04-25  Lute Kamstra  <lute@gnu.org>
26319         * font-core.el (font-lock-defaults): Fix docstring.
26321         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
26323 2005-04-25  Kenichi Handa  <handa@m17n.org>
26325         * international/mule-cmds.el (select-safe-coding-system):
26326         Don't check consistency with coding: spec, etc if raw-text or
26327         no-conversion was found to be safe.
26329 2005-04-24  Richard M. Stallman  <rms@gnu.org>
26331         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
26332         citation markers at start of each line.
26334         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
26335         citation markers at start of each line.
26337         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
26339         * files.el (mode-require-final-newline): Fix previous change.
26340         (require-final-newline): Fix type label.
26342 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
26344         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
26345         statement in buffer (broken by 2004-11-24 change).
26347 2005-04-24  Kim F. Storm  <storm@cua.dk>
26349         * ido.el (ido-everywhere): Save and restore old read-buffer-function
26350         and read-file-name-function values.  Don't overwrite existing
26351         non-nil values if ido-mode is enabled without ido-everywhere.
26353 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
26355         * files.el (mode-require-final-newline): Minor doc fix.
26357 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
26359         * subr.el (syntax-after): Doc fix.
26360         (syntax-class): If argument is nil, return nil.  Mask off upper 16
26361         bits, not 8 bits.
26363         * files.el (mode-require-final-newline): Doc fix.
26364         (backup-buffer-copy): Fix last change.
26366 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26368         * term/mac-win.el: Require select.  Set selection-coding-system to
26369         mac-system-coding-system.  Call menu-bar-enable-clipboard.
26370         (x-last-selected-text-clipboard, x-last-selected-text-primary)
26371         (x-select-enable-clipboard): New variables.
26372         (x-select-text, x-get-selection, x-selection-value)
26373         (x-get-selection-value, mac-select-convert-to-string)
26374         (mac-services-open-file, mac-services-open-selection)
26375         (mac-services-insert-text): New functions.
26376         (CLIPBOARD, FIND): Put mac-scrap-name property.
26377         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
26378         (public.tiff): Put mac-ostype property.
26379         (selection-converter-alist): Add entries for them.
26380         (mac-application-menu-map): New keymap.
26381         (interprogram-cut-function, interprogram-paste-function): Set to
26382         x-select-text and x-get-selection-value, respectively.
26383         (split-window-keep-point): Set to t.
26385 2005-04-23  Richard M. Stallman  <rms@gnu.org>
26387         * files.el (read-directory-name): Always pass non-nil
26388         DEFAULT-FILENAME arg to read-file-name.
26389         (backup-buffer-copy, basic-save-buffer-2): Take care against
26390         writing thru an unexpected existing symlink.
26391         (revert-buffer): In indirect buffer, revert the base buffer.
26392         (magic-mode-alist): Doc fix.
26393         (buffer-stale-function): Doc fix.
26394         (minibuffer-with-setup-hook): Avoid warning.
26395         (mode-require-final-newline): Doc and custom fix.
26397         * follow.el (follow-end-of-buffer): Use with-no-warnings.
26399         * font-lock.el (font-lock-comment-face): On terminals with few colors,
26400         use the default appearance.
26401         (font-lock-comment-delimiter-face): New face, new variable.
26403         * imenu.el (imenu--generic-function): The official position of a
26404         definition is the start of the line that BEG is in.
26406         * midnight.el (midnight-timer): Move defvar up.
26408         * mouse.el (mouse-drag-region-1): Delete some debugging code.
26410         * saveplace.el (save-place-to-alist): Use with-no-warnings.
26412         * startup.el (command-line): Use with-no-warnings.
26414         * window.el (window-size-fixed): New defvar.
26416         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26418         * mail/rmail.el (rmail-font-lock-keywords):
26419         Use font-lock-comment-delimiter-face.
26421         * mail/sendmail.el (mail-font-lock-keywords):
26422         Use font-lock-comment-delimiter-face.
26424         * progmodes/compile.el (next-error-highlight-timer): New defvar.
26426 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
26428         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26429         Specify t for LAXMATCH when matching directories.
26430         Save match data around compilation-compat-error-properties form.
26432 2005-04-23  David Kastrup  <dak@gnu.org>
26434         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26435         Mention that the autoloaded aliases should be kept for AUCTeX.
26437 2005-04-23  Andreas Schwab  <schwab@suse.de>
26439         * isearch.el (isearch-forward): Doc fix.
26441 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
26443         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26444         (jit-lock-stealth-nice): Change default value to 0.5.
26446 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
26448         * abbrev.el (write-abbrev-file): Write table entries in
26449         alphabetical order by table name.
26451 2005-04-22  Kim F. Storm  <storm@cua.dk>
26453         * ido.el (ido-read-internal): Fix `list' completion.
26455 2005-04-22  Kenichi Handa  <handa@m17n.org>
26457         * recentf.el (recentf-save-file-coding-system): New variable.
26458         (recentf-save-list): Encode the file by
26459         recentf-save-file-coding-system and add coding: tag.
26461 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
26463         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26465 2005-04-21  Lute Kamstra  <lute@gnu.org>
26467         * loadhist.el (unload-feature): Don't remove a function from hooks
26468         if it is about to be restored to an autoload .  Remove functions
26469         that will become unbound from auto-mode-alist.  Simplify the code.
26471         * subr.el (assq-delete-all): New implementation that is linear,
26472         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
26473         (rassq-delete-all): New function.
26475         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26476         Add size-indication-mode.
26478 2005-04-21  Kenichi Handa  <handa@m17n.org>
26480         * international/mule-cmds.el: Add autoload for widget-value in
26481         eval-when-compile.
26483 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
26485         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26486         Add tooltip-mode.
26488         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26490 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
26492         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26493         (inferior-lisp-filter-regexp, inferior-lisp-program)
26494         (inferior-lisp-load-command, inferior-lisp-prompt)
26495         (inferior-lisp-mode-hook, lisp-source-modes)
26496         (inferior-lisp-load-hook): defvar->defcustom.
26497         (inferior-lisp-program, inferior-lisp-prompt)
26498         (inferior-lisp-load-hook): Doc fixes.
26499         (inferior-lisp-install-letter-bindings): Small change in
26500         introductory comment.
26502 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
26504         * vc.el (vc-annotate-color-map): Change some colors so that text
26505         using them as foreground is readable on both white and black
26506         backgrounds.
26508 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26510         * international/mule-conf.el (translation-table-for-input):
26511         Remove redundant declaration.
26513 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
26515         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26517         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26518         (tooltip-toggle-gud-tips): New function.
26520 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26522         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26523         right angle brackets.
26525 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
26527         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26529 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26531         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26532         Remove.  Update callers to use expand-file-name instead.
26534         * subr.el (syntax-class): New function.
26536         * simple.el (blink-matching-open): Use it.
26538         * paren.el (show-paren-function): Use it to recognize parens that are
26539         also used in 2-char comment markers.
26541 2005-04-19  Lute Kamstra  <lute@gnu.org>
26543         * loadhist.el (unload-feature): Update for new format of
26544         load-history.  Simplify the code.
26546 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26548         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26549         (mac-add-charset-info): New function.  Initialize variable
26550         mac-charset-info-alist using it.
26551         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26552         for translation.
26553         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26554         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26555         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26556         New CCL programs.
26558 2005-04-19  Kim F. Storm  <storm@cua.dk>
26560         * simple.el (next-buffer, prev-buffer, next-error)
26561         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26562         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26564         * bindings.el (next-buffer, prev-buffer, next-error)
26565         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26566         (clone-indirect-buffer-other-window): Move bindings from simple.el.
26567         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26568         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26570 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26572         * isearch.el (isearch-edit-string): Make the search-ring available for
26573         minibuffer history commands.
26574         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26575         the default history commands now work just as well.
26576         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26578 2005-04-18  Kim F. Storm  <storm@cua.dk>
26580         * emulation/cua-base.el (cua--pre-command-handler): Add more
26581         elaborate check for shift modifier on non-window systems.
26583 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
26585         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26587 2005-04-18  Kim F. Storm  <storm@cua.dk>
26589         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26590         and make it optional.  Don't test tooltip-gud-echo-area here.
26591         (tooltip-gud-process-output, gdb-tooltip-print):
26592         Pass tooltip-gud-echo-area to tooltip-show.
26593         (tooltip-help-tips): Remove second optional arg to tooltip-show.
26595 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26597         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26598         `display-graphic-p' may not be bound yet.
26600 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
26602         * startup.el (command-line): No longer enable Xterm Mouse mode by
26603         default in terminals compatible with xterm.
26605         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26607 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
26609         * tooltip.el (tooltip-gud-echo-area): Rename from
26610         tooltip-use-echo-area.
26611         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26612         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26613         area independently of where help tooltips are displayed.
26615 2005-04-17  David Kastrup  <dak@gnu.org>
26617         * cus-theme.el (custom-theme-write-variables): Quote variables
26618         where necessary.
26620 2005-04-17  Richard M. Stallman  <rms@gnu.org>
26622         * simple.el (yank-excluded-properties): Add follow-link to value.
26624         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26626         * startup.el (fancy-splash-max-time): Just 30 seconds.
26627         (fancy-splash-delay): Just 7.
26628         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26630         * loadhist.el (unload-feature): Update for new format of load-history.
26631         Simplify the code.
26633         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26634         (rmail-font-lock-keywords): Don't fontify the text of a citation.
26636         * mail/sendmail.el (mail-font-lock-keywords):
26637         Don't fontify subject text.
26638         Don't fontify the text of a citation.
26640 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
26642         * comint.el (comint-output-filter): Run comint-output-filter-functions
26643         with point where the user had it.
26645 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
26647         * international/ucs-tables.el (ucs-set-table-for-input):
26648         Disable when using unify-on-decoding.
26650 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
26652         * emulation/cua-base.el (cua-global-mark-face): Add special case
26653         for displays supporting a high number of colors.
26655 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
26657         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26659 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
26661         * filesets.el (filesets-add-buffer): If user supplies a name of a
26662         non-existing fileset, create a new fileset.
26664 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
26666         * textmodes/org.el (org-up-heading-all): Fix bug with
26667         `outline-up-heading-all'.
26669 2005-04-16  Andreas Schwab  <schwab@suse.de>
26671         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26672         /etc/permissions.d/* and /etc/aliases.d/*.
26674 2005-04-16  Kenichi Handa  <handa@m17n.org>
26676         * international/code-pages.el (cp-make-coding-system):
26677         Set `translation-table-for-input' property value to the symbol
26678         ucs-mule-to-mule-unicode, not to that value.
26679         (pt154): Escape guillemet by `\'.
26681 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
26683         * loadup.el: Load tooltip if x-show-tip is fboundp.
26685         * startup.el (command-line): Add comment.
26687         * tooltip.el (tooltip-mode): Specify correct standard value for
26688         Custom in init-value.
26690 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
26692         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26693         possible.
26695 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
26697         * textmodes/org.el (org-agenda-date-prompt): Rename from
26698         `org-agenda-date-today'.
26699         (org-evaluate-time-range): Insert at point instead of directly
26700         after time range.
26701         (org-first-headline-recenter, org-subtree-end-visible-p)
26702         (org-optimize-window-after-visibility-change): New functions
26703         (org-agenda-post-command-hook): Don't allow point at end of line,
26704         to make sure it always hits the text properties.
26705         (org-agenda-next-date-line, org-agenda-previous-date-line):
26706         New commands.
26707         (org-set-regexps-and-options): Category may contain white space.
26708         (org-agenda-get-deadlines, org-agenda-get-scheduled):
26709         Improve marker positions.
26710         (org-agenda-new-marker): Argument POS made optional.
26711         (org-agenda-get-timestamps): Deadlines which are done are listed
26712         in org-done-face now.
26713         (org-agenda-get-todos, org-agenda-get-timestamps)
26714         (org-agenda-get-deadlines, org-agenda-get-scheduled):
26715         Set `undone-face' and `done-face' properties.
26716         (org-last-todo-state-is-todo): New variable.
26717         (org-todo): Set `org-last-todo-state-is-todo'.
26718         (org-agenda-todo): Change face according to
26719         `org-last-todo-state-is-todo'.  And change other lines referring to
26720         the same entry.
26721         (org-calendar-goto-agenda): New command.
26722         (org-calendar-to-agenda-key): New option.
26723         (org-startup-folded): New allowed value `content'.
26724         (org-set-regexps-and-options): Accept new value `content' for
26725         `org-startup-folded'.
26726         (org-get-current-options): Handle new value `content' for
26727         `org-startup-folded'.
26728         (org-insert-todo-heading): New command.
26729         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26730         interactively in empty file and option
26731         `org-insert-mode-line-in-empty-file' has been set.
26732         (org-agenda-todo, org-agenda-priority): Modify to use
26733         `org-agenda-change-all-lines'.
26734         (org-warning-face): Change color on dark background
26736 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26738         * international/mule-cmds.el (set-locale-environment): On Mac OS,
26739         use preferences AppleLocale and AppleLanguages, and variable
26740         mac-system-locale for default locale.  On Mac OS Classic, use
26741         mac-system-coding-system for default coding systems.
26743         * term/mac-win.el: Don't set file-name-coding-system.
26744         Decode variables system-name, emacs-build-system, user-login-name, and
26745         user-full-name by mac-system-coding-system on Mac OS Classic.
26746         (mac-system-coding-system): New variable.
26748 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
26750         * startup.el (command-line): Handle `xterm-mouse-mode' before
26751         reading init file.
26753         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26755 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
26757         * progmodes/sh-script.el (sh-here-document-word): Make it a
26758         defcustom.  Doc fix.
26759         (sh-add): Bash uses $(( )) for arithmetic.
26760         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26761         (sh-maybe-here-document): Remove quotes and leading whitespace
26762         from heredoc word when closing.  Indent heredoc with tabs if word
26763         starts with "-".
26765 2005-04-13  Richard M. Stallman  <rms@gnu.org>
26767         * simple.el (undo): Fix previous change.
26769         * custom.el (defface): Doc fix.
26771 2005-04-13  Lute Kamstra  <lute@gnu.org>
26773         * Makefile.in (DONTCOMPILE): Remove list.
26774         (compile, compile-always): Don't use DONTCOMPILE.
26775         (update-authors): Load the library in which batch-update-authors
26776         is defined.
26777         * makefile.w32-in (DONTCOMPILE): Remove list.
26778         (compile, compile-always): Fix comments.
26779         (update-authors): Load the library in which batch-update-authors
26780         is defined.
26782         * generic-x.el (generic-mode-ini-file-find-file-hook):
26783         Rename to ini-generic-mode-find-file-hook.
26784         Keep generic-mode-ini-file-find-file-hook as an alias.
26785         (ini-generic-mode-find-file-hook): Rename from
26786         generic-mode-ini-file-find-file-hook.  Fix docstring.
26787         (ini-generic-mode): Docstring change.
26788         (bat-generic-mode-run-as-comint): Silence the byte compiler.
26790         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26791         called from lisp.
26793         * generic.el: Move to the emacs-lisp subdir.
26795 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
26797         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26798         and C-S- function and cursor motion keys.
26800 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
26802         * startup.el (command-line): Enable Xterm Mouse mode by default.
26803         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26804         for Custom.  No longer show "Mouse" in mode line when enabled.
26805         Doc fix.
26807 2005-04-12  Kim F. Storm  <storm@cua.dk>
26809         * emulation/cua-base.el (cua-rectangle-face)
26810         (cua-rectangle-noselect-face): Define face attributes here.
26812         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26814 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26816         * startup.el (command-line): Turn off blinking cursor if
26817         cursorBlink in resources is off or false.
26819 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26821         * term/mac-win.el (dnd): Require dnd.
26822         (mac-drag-n-drop): Call dnd-handle-one-url.
26823         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26824         (kTextEncodingISOLatin2): Remove constants.
26825         (mac-script-code-coding-systems): New constant.
26826         (mac-handle-language-change): New function.
26827         (special-event-map): Bind it to `language-change' event.
26828         (mac-centraleurroman, mac-cyrillic): New coding systems.
26829         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26830         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26831         and mac-cyrillic-encoder to encode-mac-centraleurroman and
26832         encode-mac-cyrillic, respectively.
26834 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
26836         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26837         Don't set overlay-arrow-string to "=>" as this is done
26838         globally in C now.
26840 2005-04-12  Lute Kamstra  <lute@gnu.org>
26842         * generic-x.el (rc-generic-mode, rul-generic-mode):
26843         Fix auto-mode-alist entries.
26844         (etc-fstab-generic-mode): Tweak fontification.
26846         * generic.el (generic-make-keywords-list): Fix docstring.
26847         (generic-mode-internal): Simplify generic-font-lock-keywords.
26849 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
26851         * whitespace.el (whitespace-buffer-leading)
26852         (whitespace-buffer-trailing): Revert the incorrect test inversion.
26853         However, fix the highlight area for the leading and
26854         trailing whitespaces to show space.
26856 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
26858         * whitespace.el (whitespace-version): Bump to 3.5
26860         (whitespace-buffer-leading, whitespace-buffer-trailing):
26861         Invert sense of the test to highlight the whitespace.
26863 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
26865         * progmodes/gud.el (gud-display-line): GUD uses its own
26866         overlay arrow now so don't set overlay-arrow-string.
26867         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26869 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
26871         * term.el (term-ansi-current-bold, term-ansi-current-underline)
26872         (term-ansi-current-reverse, term-ansi-current-invisible)
26873         (term-ansi-face-already-done): Change to boolean.
26874         (term-reset-terminal, term-handle-colors-array): Handle the above
26875         vars accordingly.
26876         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26877         (term-emulate-terminal): Use the new name.
26879         * faces.el (secondary-selection): Use yellow1, not yellow.
26880         (trailing-whitespace): Use red1, not red.
26882 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26884         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26885         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26886         (dired-dnd-handle-file): Call dnd-get-local-file-uri
26888         * cus-edit.el (dnd): New group.
26890         * term/w32-win.el (dnd): Require dnd
26891         (w32-drag-n-drop): Call dnd-handle-one-url.
26893         * x-dnd.el: Require dnd.
26894         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26895         Call dnd-handle-one-url.
26896         (x-dnd-types-alist, x-dnd-insert-utf8-text)
26897         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26898         to dnd-insert-text.
26899         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26900         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26901         (x-dnd-get-local-file-name, x-dnd-open-local-file)
26902         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26904         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26906 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
26908         * wdired.el: Doc fixes.
26909         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26910         (wdired-use-dired-vertical-movement): Rename from
26911         wdired-always-move-to-filename-beginning.
26912         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26913         (wdired-change-to-wdired-mode): Change mode name.
26914         (wdired-newline): Delete.
26916 2005-04-11  Richard M. Stallman  <rms@gnu.org>
26918         * whitespace.el (whitespace-highlight-the-space):
26919         Don't call whitespace-unhighlight-the-space here.
26921         * simple.el (undo): Record t in undo-equiv-table
26922         for the redo record made by an undo-in-region.
26924 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
26926         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26927         (gdb-frame-inferior-io-buffer): New Functions to control
26928         display of separate IO buffer.
26929         (menu): Add them to menu-bar.
26930         (gdb-display-buffer): Check for buffer another frame.
26931         Protect GUD buffer.
26932         (gdb-setup-windows): Create IO buffer if not already there.
26933         (gdb-memory-mode): Remove purecopy noops.
26935 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
26937         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26938         and pass to self-insert-command.
26940 2005-04-11  Lute Kamstra  <lute@gnu.org>
26942         * generic.el: Commentary section cleanup.
26943         (generic): Delete.
26944         (generic-use-find-file-hook, generic-lines-to-scan)
26945         (generic-find-file-regexp, generic-ignore-files-regexp)
26946         (default-generic-mode, generic-mode-find-file-hook)
26947         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26948         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
26949         (generic-use-find-file-hook, generic-lines-to-scan)
26950         (generic-find-file-regexp, generic-ignore-files-regexp)
26951         (default-generic-mode, generic-mode-find-file-hook)
26952         (generic-mode-ini-file-find-file-hook): Move from generic.el.
26954 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
26956         * bookmark.el (bookmark-write-file): Catch errors writing file.
26957         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26959 2005-04-10  Richard M. Stallman  <rms@gnu.org>
26961         * startup.el (fancy-splash-tail): Update copyright year.
26962         (command-line): Split part of -Q into -D.
26963         (emacs-basic-display): New defvar.
26964         (fancy-splash-text): Correct name of menu item.
26966         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26968         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26969         lines in one node.
26971         * comint.el (comint-send-input): New arg ARTIFICIAL.
26972         Callers in this file changed.
26974         * abbrev.el (define-abbrevs): Read system abbrevs properly.
26976         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26978 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
26980         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
26981         `ldap-search-internal'.
26983 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
26985         * files.el (set-auto-mode-1): Use line-end-position.
26987         * international/latin-1.el:
26988         * international/latin-2.el:
26989         * international/latin-3.el:
26990         * international/latin-4.el:
26991         * international/latin-5.el:
26992         * international/latin-8.el:
26993         * international/latin-9.el: Give punctuation syntax to NBSP.
26995         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26996         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26997         Use char-classes to accept non-ascii letters, accepted in some recent
26998         bibtex implementations.
27000 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
27002         * custom.el (custom-set-minor-mode): Any non-nil value for the
27003         variable should enable the mode when set through Custom.
27005 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27007         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27008         TAB binding so tab-always-indent is obeyed.
27009         (vhdl-minibuffer-local-map): Move initialization into declaration.
27010         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27011         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27012         (vhdl-hooked-abbrev): Avoid test for XEmacs.
27013         (vhdl-current-line): Use line-beginning-position.
27014         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27015         with-output-to-temp-buffer, so the current position can be recorded.
27017 2005-04-10  Masatake YAMATO  <jet@gyve.org>
27019         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27020         Add regexp for gcov.
27022 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27024         * calendar/time-date.el (time-to-seconds, seconds-to-time)
27025         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27026         syntax which Emacs 20 doesn't support.
27028 2005-04-09  Richard M. Stallman  <rms@gnu.org>
27030         * help.el (describe-key-briefly, describe-key):
27031         Replace strings as event types with "(any string)".
27033 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27035         * arc-mode.el (archive-mode-map): Move initialization into
27036         the declaration.  Override *all* bindings of `undo'.
27037         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27039 2005-04-09  Jay Belanger  <belanger@truman.edu>
27041         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27043 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
27045         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27046         (xterm-register-default-colors): Update color values computation
27047         to match xterm-200.
27049 2005-04-09  Kenichi Handa  <handa@m17n.org>
27051         * international/code-pages.el (iso-latin-7): Fix the map.
27053 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
27055         * emacs-lisp/lisp.el (defun-prompt-regexp)
27056         (parens-require-spaces, buffer-end, end-of-defun)
27057         (insert-parentheses): Doc fixes.
27059 2005-04-08  Kim F. Storm  <storm@cua.dk>
27061         * comint.el (comint-highlight-prompt): Fix face spec.
27062         * hi-lock.el (hi-green): Likewise.
27064 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27066         * cus-edit.el (custom-modified-face):
27067         * comint.el (comint-highlight-input): Fix previous changes.
27068         * term.el (term-handle-ansi-escape): Add a comment.
27070 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27072         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27073         in the buffer and in whitespace-highlighted-space.
27074         (whitespace-unhighlight-the-space): Simplify.
27075         (whitespace-buffer): Simplify.
27077 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27079         * textmodes/table.el (table-cell-face): Add special case for
27080         displays supporting a high number of colors.
27081         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27082         (vhdl-font-lock-reserved-words-face)
27083         (vhdl-speedbar-architecture-face)
27084         (vhdl-speedbar-instantiation-face)
27085         (vhdl-speedbar-architecture-selected-face)
27086         (vhdl-speedbar-instantiation-selected-face): Likewise.
27087         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27088         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27089         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27090         (ebrowse-root-class-face, ebrowse-member-attribute-face)
27091         (ebrowse-progress-face): Likewise.
27092         * progmodes/compile.el (compilation-info-face): Likewise.
27093         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27094         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27095         * calendar/calendar.el (diary-face): Likewise.
27096         * woman.el (woman-italic-face, woman-bold-face)
27097         (woman-unknown-face): Likewise.
27098         * wid-edit.el (widget-button-pressed-face): Likewise.
27099         * whitespace.el (whitespace-highlight-face): Likewise.
27100         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27101         * pcvs-info.el (cvs-marked-face): Likewise.
27102         * info.el (info-xref): Likewise.
27103         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27104         * hilit-chg.el (highlight-changes-face)
27105         (highlight-changes-delete-face): Likewise.
27106         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27107         (hi-red-b): Likewise.
27108         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27109         * font-lock.el (font-lock-keyword-face)
27110         (font-lock-function-name-face, font-lock-warning-face): Likewise.
27111         * cus-edit.el (custom-invalid-face, custom-modified-face)
27112         (custom-set-face, custom-changed-face, custom-variable-tag-face)
27113         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27114         * comint.el (comint-highlight-prompt): Likewise.
27116 2005-04-08  Lute Kamstra  <lute@gnu.org>
27118         * font-lock.el (font-lock-keywords): Docstring fixes.
27120 2005-04-08  Kenichi Handa  <handa@m17n.org>
27122         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27123         chars are more than a limit, print " and more..." at the tail.
27125 2005-04-08  Kim F. Storm  <storm@cua.dk>
27127         * emacs-lisp/authors.el (authors-aliases): Update list.
27128         (authors-ignored-files): New list.
27129         (authors-fixed-entries): Fix typo.
27130         (authors-renamed-files-alist): Update list.
27131         (authors-add): Check authors-ignored-files.
27133 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
27135         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27136         optional, to ensure backward compatibility.
27138 2005-04-08  Stephen Eglen  <stephen@gnu.org>
27140         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27142 2005-04-08  Kim F. Storm  <storm@cua.dk>
27144         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27146         * mouse.el (mouse-on-link-p): Doc fix.
27148 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
27150         * ielm.el (ielm-prompt-read-only): Doc fix.
27152         * comint.el (comint-prompt-read-only): Doc fix.
27154 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
27156         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27157         ensure dired always handles wildcards passed to ffap.
27158         (find-file-at-point): Use it.
27159         (ffap-dired-wildcards): Doc fix.
27161 2005-04-07  Juri Linkov  <juri@jurta.org>
27163         * simple.el (next-error-overlay-arrow-position): New defvar.
27164         Put "=>" on its property `overlay-arrow-string'.  Add it to
27165         `overlay-arrow-variable-list'.
27167         * progmodes/compile.el (compilation-setup):
27168         Set `next-error-overlay-arrow-position' to nil.  Also set it to
27169         nil in the local hook `kill-buffer-hook'.  Make local variable
27170         `overlay-arrow-string' and set it to "=>".
27171         (compilation-goto-locus): Set BOL position to
27172         `next-error-overlay-arrow-position' instead of
27173         `overlay-arrow-position'.
27175         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27176         locally instead of adding it to the global hook.
27177         (Info-kill-buffer): Move up.
27179 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
27181         * term/xterm.el (xterm-standard-colors): Update color values from
27182         xterm-200.
27184 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27186         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27188         * fast-lock.el:
27189         * lazy-lock.el: Move them to the obsolete subdir.
27191 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27193         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27194         (wdired-add-replace-advice): Remove.
27195         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27197 2005-04-06  Kim F. Storm  <storm@cua.dk>
27199         * startup.el (command-line): Add --bare-bones alias for -Q.
27201 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27203         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27204         create the startup fontset if a font specification ends with
27205         `mac-roman'.
27207 2005-04-06  Lute Kamstra  <lute@gnu.org>
27209         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27210         change.
27212         * emacs-lisp/copyright.el (copyright-update-year): Replace the
27213         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
27215 2005-04-05  Lute Kamstra  <lute@gnu.org>
27217         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27218         (define-generic-mode): Ditto.  Fix debug declaration.
27220         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27221         Put them in the generic-x group.
27223         * calendar/timeclock.el (timeclock): Doc fix.
27225         * generic.el (define-generic-mode): Don't use custom-current-group.
27226         Document default :group value.
27227         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27228         (define-global-minor-mode): Don't use custom-current-group.
27230 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
27232         * startup.el (command-line-1): Display startup-echo-area-message
27233         when fancy splash screen is in use.
27235         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27236         (sh-escaped-newline): New face.
27237         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27238         newline, and use sh-escaped-newline face.
27240         * progmodes/tcl.el (tcl-escaped-newline): New face.
27241         (tcl-builtin-list): New variable.
27242         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27243         newlines.  Fix keywords subexpression number.
27245 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
27247         * textmodes/org.el (org-diary-default-entry): Fix call to
27248         `add-to-diary-entry'.
27250 2005-04-05  Kim F. Storm  <storm@cua.dk>
27252         * ediff-init.el: Use (featurep 'xemacs).
27254 2005-04-05  David Ponce  <david@dponce.com>
27256         * cus-edit.el (face): Derive from symbol widget.  Display sample
27257         of the current face on the fly.
27258         (widget-face-sample-face-get, widget-face-notify): New functions.
27259         (widget-face-value-create): Remove.
27261         * wid-edit.el (widget-field-end): Temporarily remove field
27262         narrowing before to call `get-char-property'.
27264 2005-04-04  Jay Belanger  <belanger@truman.edu>
27266         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27267         (math-read-subscripts): New variable.
27268         (math-read-preprocess-string): Process subscripts.
27270 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
27272         * comint.el (comint-prompt-read-only): Doc fix.
27274         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27275         `-1'.  Doc fix.
27277 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
27279         * textmodes/org.el (org-insert-mode-line-in-empty-file):
27280         Change default value to nil.
27282 2005-04-04  Lute Kamstra  <lute@gnu.org>
27284         * autorevert.el (auto-revert-mode): Specify :group.
27285         * battery.el (display-battery-mode): Specify :group.
27286         * diff-mode.el (diff-minor-mode): Specify :group.
27287         * font-core.el (font-lock-mode): Specify :group.
27288         * hl-line.el (hl-line-mode): Specify :group.
27289         * iimage.el (iimage): New customization group.
27290         (iimage-mode): Specify :group.
27291         * longlines.el (longlines-mode): Specify :group.
27292         * master.el: Don't require easy-mmode.
27293         (master): New customization group.
27294         (master-mode): Specify :group.
27295         * msb.el (msb-mode): Specify :group.
27296         * reveal.el (reveal-mode): Specify :group.
27297         * simple.el (next-error-follow-minor-mode): Specify :group.
27298         * smerge-mode.el (smerge-mode): Specify :group.
27299         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27300         * emulation/cua-base.el (cua-mode): Specify :group.
27301         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
27302         * language/thai-util.el (thai-auto-composition-mode)
27303         (thai-word-mode): Specify :group.
27304         * mail/supercite.el (sc-minor-mode): Specify :group.
27305         * progmodes/cwarn.el (cwarn-mode): Specify :group.
27306         * progmodes/flymake.el (flymake-mode): Specify :group.
27307         * progmodes/glasses.el (glasses-mode): Specify :group.
27308         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
27309         * textmodes/enriched.el (enriched-mode): Specify :group.
27310         * textmodes/refill.el (refill-mode): Specify :group.
27312         * add-log.el (change-log-font-lock-keywords): Names in
27313         parenthesized lists can contain spaces.
27315 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
27317         * startup.el (fancy-splash-text): Shorten default text of
27318         "Emacs Tutorial" line.  Also, if the current language env
27319         indicates an available tutorial file other than TUTORIAL,
27320         extract its title and append it to the line in parentheses.
27321         (fancy-splash-insert): If arg is a thunk, funcall it.
27323 2005-04-04  Jay Belanger  <belanger@truman.edu>
27325         * calc.el (calc-language-alist): Add tags to customization type.
27327 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
27329         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
27330         Doc fix.
27332 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
27334         * add-log.el (change-log-font-lock-keywords): The manual
27335         describing a Change Log entry, says: (...) "Aside from these
27336         header lines, every line in the change log starts with a space or
27337         a tab.".  The font-lock was not highlighting lines started with
27338         spaces, added support for it.
27340 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27342         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
27343         (bibtex-generate-url-list): Update docstring accordingly.  Put the
27344         complex example in the docstring.
27345         (bibtex-font-lock-url): Use pop.
27347 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27349         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
27351         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
27353 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
27355         * filesets.el (filesets-set-default): Doc fix.
27357 2005-04-03  Lute Kamstra  <lute@gnu.org>
27359         * generic.el (define-generic-mode): Add argument to specify
27360         keywords for defcustom.
27361         (default-generic-mode): Specify :group.
27363         * generic-x.el: Specify :group for all generic modes.
27365         * desktop.el (desktop-no-desktop-file-hook)
27366         (desktop-after-read-hook): Doc fix.
27368 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
27370         * simple.el (visible-mode): Use explicit :group keyword.
27371         This changes the group of `visible-mode-hook' from paren-blinking
27372         to editing-basics.
27374 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
27376         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
27377         mailbox specifications as well as URLs.
27378         (rmail-insert-inbox-text): Remove unused conditional branches.
27380 2005-04-01  Jay Belanger  <belanger@truman.edu>
27382         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
27383         (calc-gnuplot-print-command): Move definitions to calc.el.
27385         * calc/calc-embed.el (calc-embedded-announce-formula)
27386         (calc-embedded-open-formula, calc-embedded-close-formula)
27387         (calc-embedded-open-word, calc-embedded-close-word)
27388         (calc-embedded-open-plain, calc-embedded-close-plain)
27389         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
27390         (calc-embedded-open-mode, calc-embedded-close-mode):
27391         Move definitions to calc.el.
27393         * calc/calc.el (calc-settings-file, calc-language-alist):
27394         Make customizable.
27395         (calc-embedded-announce-formula, calc-embedded-open-formula)
27396         (calc-embedded-close-formula, calc-embedded-open-word)
27397         (calc-embedded-close-word, calc-embedded-open-plain)
27398         (calc-embedded-close-plain, calc-embedded-open-new-formula)
27399         (calc-embedded-close-new-formula, calc-embedded-open-mode)
27400         (calc-embedded-close-mode, calc-gnuplot-name)
27401         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
27402         from other files and make customizable.
27404 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27406         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
27407         Use buffer-live-p.
27408         (cvs-mode-run): Don't call cvs-update-header here.
27409         (cvs-run-process): Call cvs-update-header.
27410         Use process properties for cvs-postprocess and cvs-buffer so that
27411         the sentinel can behave better if the temp buffer is killed.
27412         Use a pipe rather than a tty, to better handle unexpected prompts.
27413         (cvs-sentinel): Rewrite.  Call cvs-update-header.
27415 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
27417         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27418         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
27420 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27422         * generic.el (define-generic-mode): Add indentation rule.
27424 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
27426         * files.el (mode-require-final-newline): Make Custom correctly
27427         report a nil value and allow to set it to nil via Custom.
27428         Doc fix.
27430 2005-04-01  Kenichi Handa  <handa@m17n.org>
27432         * international/characters.el: Enable the correct case setting for
27433         dotless-i and dotted-I.
27435 2005-04-01  Kim F. Storm  <storm@cua.dk>
27437         * ido.el (ido-file-internal): Fall back to non-ido command if
27438         initial directory is on slow ftp (or tramp) host.
27440 2005-03-31  Richard M. Stallman  <rms@gnu.org>
27442         * emacs-lisp/autoload.el (make-autoload):
27443         Handle define-global-minor-mode.
27445         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27446         Rename from easy-mmode-define-global-mode.
27447         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27449         * progmodes/scheme.el (scheme-mode-syntax-table):
27450         Update syntax of | and # for two-character comment syntax.
27452 2005-03-31  Lute Kamstra  <lute@gnu.org>
27454         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27455         (define-minor-mode): Call custom-current-group at load-time.
27457         * generic.el (define-generic-mode): Add debug declaration.
27458         Add defcustom for the mode hook.
27459         (generic-mode-internal): Use run-mode-hooks.
27461 2005-03-31  Kim F. Storm  <storm@cua.dk>
27463         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27464         (mouse-fixup-help-message): New defun called by show_help_echo
27465         to fixup mouse-2 prefix in help messages when applicable.
27467         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27469 2005-03-31  Kenichi Handa  <handa@m17n.org>
27471         * language/thai-word.el (thai-find-word-ends): Pay attention to
27472         the case that we reach the end of buffer.
27474         * textmodes/fill.el (fill-text-properties-at): New function.
27475         (fill-newline): Use fill-text-properties-at instead of
27476         text-properties-at.
27478 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
27480         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27481         not comint-quote-filename.
27483 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
27485         * help-fns.el (help-with-tutorial): Revert last change.
27487 2005-03-31  Kim F. Storm  <storm@cua.dk>
27489         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27491 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27493         * calendar/cal-china.el: Update reference to "Calendrical
27494         Calculations" book; there's a new edition.
27495         * calendar/cal-coptic.el: Likewise.
27496         * calendar/cal-french.el: Likewise.
27497         * calendar/cal-hebrew.el: Likewise.
27498         * calendar/cal-islam.el: Likewise.
27499         * calendar/cal-iso.el: Likewise.
27500         * calendar/cal-julian.el: Likewise.
27501         * calendar/cal-mayan.el: Likewise.
27502         * calendar/cal-persia.el: Likewise.
27503         * calendar/calendar.el: Likewise.
27504         * calendar/holidays.el: Likewise.
27505         * calendar/lunar.el: Likewise.
27506         * calendar/solar.el: Likewise.
27508         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27509         white space from doc string.
27511 2005-03-30  Jay Belanger  <belanger@truman.edu>
27513         * calc/calc-help.el (calc-full-help): Remove email address.
27515 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
27517         * help-fns.el (help-with-tutorial): Delete title line.
27519 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27521         * calendar/cal-x.el (calendar-one-frame-setup)
27522         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27523         rather than `symbol' for set-window-dedicated-p.
27525         * calendar/appt.el (appt-buffer-name): Make it a constant.
27526         (appt-add): Doc fix.
27528         * filesets.el (filesets-menu-path, filesets-menu-before)
27529         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
27530         (filesets-menu-cache-file): Use directory ~/.emacs.d.
27531         (filesets-add-submenu): Delete and use add-submenu instead.
27533 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
27535         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27536         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27537         (org-diary-default-entry): New function.
27538         (org-get-entries-from-diary): Better parsing of diary entries.
27539         (org-agenda-check-no-diary): New function.
27540         ("diary-lib"): Advice to function `add-to-diary-list', to allow
27541         linking to diary entries.
27542         (org-agenda-execute-calendar-command): New function.
27543         (org-agenda): Improve visible section in window.
27544         Use `org-fit-agenda-window'.
27545         (org-fit-agenda-window): New option.
27546         (org-move-subtree-down): Better handling of empty lines
27547         at end of subtree.
27548         (org-cycle): Numeric prefix is interpreted now as show-subtree N
27549         levels up.
27550         (org-fontify-done-headline): New option.
27551         (org-headline-done-face): New face.
27552         (org-set-font-lock-defaults): Use `org-headline-done-face'.
27553         (org-table-copy-down): Rename from `org-table-copy-from-above'.
27554         When current field is non-empty, it is copied to next row.
27555         (org-table-copy-from-above): Fix bug which made it
27556         impossible to copy fields containing only a single non-white character.
27558 2005-03-30  Kim F. Storm  <storm@cua.dk>
27560         * kmacro.el (kmacro-end-macro): Isearch may store this command
27561         into the macro -- so ignore it when executing keyboard macro.
27563 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
27565         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27567 2005-03-29  Kenichi Handa  <handa@m17n.org>
27569         * language/thai.el ("Thai"): Set setup-function and exit-function
27570         for Thai language environment.
27572         * language/thai-util.el: Require thai-word.
27573         (thai-word-mode-map): New variable.
27574         (thai-word-mode): New minor mode.
27575         (setup-thai-language-environment-internal): New function.
27576         (exit-thai-language-environment-internal): New function.
27578         * language/thai-word.el (thai-word-table): Declare it by defvar,
27579         use dolist to initialize it.
27580         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27581         (thai-fill-find-break-point): New functions.
27583 2005-03-29  Richard M. Stallman  <rms@gnu.org>
27585         * simple.el (idle-update-delay): Move definition up.
27586         (set-mark): Doc fix.
27588 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
27590         * longlines.el: New file.
27592         * simple.el (buffer-substring-filters): New variable.
27593         (filter-buffer-substring): New function.
27594         (kill-region, copy-region-as-kill): Use it.
27596         * register.el (copy-to-register, append-to-register)
27597         (prepend-to-register): Use filter-buffer-substring.
27599 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
27601         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27602         (gud-filter-pending-text): Move in front of gdb.
27603         (gud-overlay-arrow-position): New variable.
27604         (gud-sentinel, gud-display-line): Use it in place of
27605         overlay-arrow-position.
27607 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
27609         * progmodes/fortran.el (fortran-if-indent): Doc fix.
27610         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27611         (fortran-font-lock-keywords-4): New variable.
27612         (fortran-blocks-re, fortran-end-block-re)
27613         (fortran-start-block-re): New constants, for hideshow.
27614         (hs-special-modes-alist): Add a Fortran entry.
27615         (fortran-mode-map): Bind fortran-end-of-block,
27616         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27617         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
27618         (fortran-looking-at-if-then, fortran-end-of-block)
27619         (fortran-beginning-of-block): New functions, for hideshow.
27621         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27622         Doc fix.  Tweak regexp.
27623         (f90-beginning-of-block): Push mark first.
27625 2005-03-29  Jay Belanger  <belanger@truman.edu>
27627         * calc/calc.el: Update copyright date.
27628         (calc-version): Increase to 2.1.
27629         (calc-version-date): Remove.
27631         * calc/calc-help.el: Update copyright date.
27632         (calc-full-help): Remove reference to calc-version-date.
27633         Update copyright date.
27635 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27637         * vc.el (vc-do-command): Use a pipe for async processes, so password
27638         prompts don't show up at places where the user can't reply.
27640 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
27642         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27643         on the file name we pass to the inferior shell.
27645 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
27647         * progmodes/which-func.el (which-function): Be robust in the face of an
27648         imenu--make-index-alist failure.
27650 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27652         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27654         * progmodes/python.el (python-preoutput-filter): Fix last change.
27656 2005-03-29  Lute Kamstra  <lute@gnu.org>
27658         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27659         functions and compiled macros.
27660         (debug-convert-byte-code): Handle macros too.
27661         (debug-on-entry-1): Don't signal an error when trying to clear a
27662         function that is not set to debug on entry.
27664 2005-03-29  Jay Belanger  <belanger@truman.edu>
27666         * calc/calc-lang.el: Add functions to math-function-table
27667         properties of tex and math.
27669 2005-03-29  Kenichi Handa  <handa@m17n.org>
27671         * ps-mule.el (ps-mule-plot-string): Translate characters by
27672         ps-print-translation-table.
27673         (ps-mule-begin-job): Call find-charset-region/string with
27674         ps-print-translation-table.
27675         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27677         * ps-print.el (ps-print-translation-table): New variable.
27678         (ps-plot-region): Translate characters by ps-print-translation-table.
27680 2005-03-29  Juri Linkov  <juri@jurta.org>
27682         * simple.el (next-error-highlight-timer): New variable.
27684         * progmodes/compile.el (compilation-goto-locus):
27685         Use `next-error-highlight-timer' instead of `sit-for'.
27687 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27689         * mail/supercite.el (sc-mail-field): Use assoc-string.
27690         (sc-get-address): Simplify regexps.
27692         * files.el (minibuffer-with-setup-hook): New macro.
27693         (find-file-read-args): Use it to avoid let-binding
27694         minibuffer-with-setup-hook (which breaks turning on/off
27695         file-name-shadow-mode while in the prompt).
27697         * complete.el (PC-read-include-file-name-internal):
27698         Use test-completion.
27700 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
27702         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27704 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27706         * window.el (window-buffer-height): Use count-screen-lines.
27708         * progmodes/python.el (python-preoutput-leftover): New var.
27709         (python-preoutput-filter): Use it.
27710         (python-send-receive): Loop until all the result has been received.
27712 2005-03-28  Juri Linkov  <juri@jurta.org>
27714         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27716         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27717         "Recover Crashed Session".
27718         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27719         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27720         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27721         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27722         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27723         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27724         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27725         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27727         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27728         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27729         Ediff Sessions", "Toggle use of separate control buffer frame",
27730         "Use separate frame for Ediff control buffer".
27732         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27733         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27734         "Rename Bookmark", "Delete Bookmark".
27736         * info.el (Info-mode-menu): Remove ellipsis from "Index".
27737         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27738         Add `:active Info-index-alternatives' to "Next Matching Item".
27740         * wdired.el (wdired-change-to-wdired-mode):
27741         Mention `wdired-abort-changes' key in the initial message.
27743         * international/mule.el (auto-coding-alist): Associate non-ascii
27744         image filename extensions with `no-conversion'.
27746 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27748         * international/iso-acc.el:
27749         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27751 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
27753         * textmodes/sgml-mode.el (html-mode): Doc update.
27755         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27757 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
27759         * term.el (term-move-columns): Fix face after extending a line.
27760         (term-insert-spaces): Likewise.
27761         (term-reset-terminal): Fix off by one error.
27763 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
27765         * international/mule.el (auto-coding-alist): Add .xpi files.
27767         * files.el (auto-mode-alist): Add .xpi files.
27769 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
27771         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27773 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
27775         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27777 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
27779         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27780         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
27782         * calendar/cal-move.el (calendar-beginning-of-year): Move the
27783         cursor to Jan 1 when needed.
27784         (calendar-end-of-year): Fix -/+ typo.
27785         Reported by Chong Yidong <cyd@stupidchicken.com>.
27787 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27789         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27791         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27792         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
27794 2005-03-25  Richard M. Stallman  <rms@gnu.org>
27796         * filesets.el (filesets-init): Add autoload.
27798         * mail/mailalias.el (mail-directory): Doc fix.
27800 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27802         * mail/mailalias.el (mail-directory-process): Do nothing if
27803         mail-directory-process is an atom.
27804         (mail-get-names): Ignore mail-directory-names if it is an atom.
27805         (mail-directory-process defvar): Doc fix.
27806         (mail-names): Doc fix.
27808 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
27810         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27812 2005-03-26  Kenichi Handa  <handa@m17n.org>
27814         * international/mule-util.el (detect-coding-with-priority):
27815         Call update-coding-systems-internal before detect-coding-region.
27817 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
27819         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27820         (gdb-frames-mode-map): Add follow-link property.
27822 2005-03-25  Jay Belanger  <belanger@truman.edu>
27824         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27825         for variables.
27827 2005-03-25  Juri Linkov  <juri@jurta.org>
27829         * image-mode.el: Optimize image filename extension regexps in
27830         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
27831         in `auto-mode-alist'.
27832         (image-mode): Add `image-toggle-display-text' to local hook
27833         `change-major-mode-hook'.  Display the image as an image by
27834         default.  Set `cursor-type' and `truncate-lines' if the image
27835         is already displayed.  Take into account the current mode (image
27836         or text) in message.
27837         (image-minor-mode): New minor mode.
27838         (image-mode-maybe, image-toggle-display-text): New functions.
27839         (image-toggle-display): Use called-interactively-p.
27840         Let-bind `inhibit-read-only' to t.
27842         * image-mode.el (image-minor-mode): Set `cursor-type' and
27843         `truncate-lines' if the image is already displayed.  Add turning
27844         image-minor-mode off to `change-major-mode-hook'.  Add message.
27845         Call `image-toggle-display-text' after turning image-minor-mode off.
27847 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27849         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27850         Terminal.app, use utf-8.
27851         (set-display-table-and-terminal-coding-system): Add coding-system arg.
27852         (set-locale-environment): Use it.
27854         * term/xterm.el: Undo last change, better done in mule-cmds.el.
27856         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27858         * progmodes/python.el (python-close-block-statement-p)
27859         (python-outdent-p, python-current-defun): Use symbol-end.
27861 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
27863         * files.el (save-some-buffers): Doc fix.
27865 2005-03-25  Werner Lemberg  <wl@gnu.org>
27867         * complete.el, thumbs.el: Replace `legal' with `valid'.
27868         * calendar/calendar.el: Replace `legal' with `valid'.
27869         * emacs-lisp/advice.el: Replace `legal' with `valid'.
27870         * mail/supercite.el: Replace `legal' with `valid'.
27871         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27872         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27873         Replace `legal' with `valid'.
27874         * textmodes/reftex-vars.el, textmodes/reftex.el:
27875         Replace `legal' with `valid'.
27877 2005-03-25  Werner Lemberg  <wl@gnu.org>
27879         * calc/calc-forms.el, calc/calc-sel.el
27880         * midnight.el, vc-cvs.el
27881         * emacs-lisp/cl-macs.el
27882         * emulation/vip.el
27883         * eshell/esh-io.el, eshell/esh-var.el
27884         * mail/supercite.el
27885         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27886         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27887         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27888         * progmodes/sh-script.el, progmodes/xscheme.el
27889         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27890         * textmodes/reftex-index.el, textmodes/reftex-parse.el
27891         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27892         * textmodes/reftex.el, textmodes/org.el:
27893         Replace `illegal' with `invalid'.
27895 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27897         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27898         (flymake-find-buildfile, flymake-find-possible-master-files)
27899         (flymake-check-include, flymake-parse-line): Replace loops over the
27900         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27902         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27903         Substitute file-name-as-directory in the rest of the file.
27904         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27905         (flymake-replace-region): Remove unused arg `buffer'.
27906         (flymake-check-patch-master-file-buffer): Update calls to it.
27907         (flymake-add-err-info): Remove unused var `count'.
27908         (flymake-mode): Use define-minor-mode.
27910         * progmodes/flymake.el: Use with-current-buffer.
27911         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27912         flymake-replace-regexp-in-string, flymake-line-beginning-position)
27913         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27914         Avoid testing for `xemacs'.
27915         (flymake-nop): Move.
27916         (flymake-region-has-flymake-overlays): Return the computed value.
27917         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27918         Remove unused var `endline'.
27919         (flymake-get-line-count): Remove unused function.
27920         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27922         * emulation/vi.el:
27923         * generic.el:
27924         * hilit-chg.el (global-highlight-changes):
27925         * hi-lock.el (hi-lock-mode):
27926         * follow.el: find-file-hooks -> find-file-hook.
27928         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27930 2005-03-24  Juri Linkov  <juri@jurta.org>
27932         * dired.el (dired-mode-map): Add menu item "Compare directories"
27933         for dired-compare-directories.
27935         * dired-aux.el (dired-compare-directories): Add autoload cookie.
27936         Doc fix.  Replace `read-file-name' with `read-directory-name'.
27938 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27940         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27942 2005-03-24  Jay Belanger  <belanger@truman.edu>
27944         * calc/calc-embed.el (calc-embedded-mode-change): Save all
27945         relevant mode settings in calc-embedded-original-modes when modes
27946         are permanently changed.
27948 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27950         * autoinsert.el: find-file-hooks -> find-file-hook.
27952 2005-03-24  Lute Kamstra  <lute@gnu.org>
27954         * generic.el (generic-font-lock-defaults): Make it obsolete.
27955         (generic-font-lock-keywords): New variable to replace
27956         generic-font-lock-defaults.
27957         (generic-mode-set-font-lock): Delete it.
27958         (generic-mode-internal): Don't call generic-mode-set-font-lock.
27959         (generic-bracket-support): Add docstring.
27961         * generic-x.el: Rename generic-font-lock-defaults to
27962         generic-font-lock-keywords throughout.
27963         (mailagent-rules-setup-function): Delete it.
27964         (mailagent-rules-generic-mode): Use anonymous function instead.
27965         (show-tabs-generic-mode-font-lock-defaults-1)
27966         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27967         Quote faces.
27968         (show-tabs-tab-face, show-tabs-space-face): Specify background,
27969         not foreground.
27971         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27972         Recognize define-generic-mode.
27974 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
27976         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27977         if there's no completion table.
27979 2005-03-23  Miles Bader  <miles@gnu.org>
27981         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27982         Remove tty-specific variants, as they're no longer needed.
27984 2005-03-23  Lute Kamstra  <lute@gnu.org>
27986         * generic-x.el: Code cleanup: make args constant whenever possible.
27987         (installshield-statement-keyword-list)
27988         (installshield-system-functions-list)
27989         (installshield-system-variables-list, installshield-types-list)
27990         (installshield-funarg-constants-list): Make them constants.
27992         * generic.el (generic-make-keywords-list): Add autoload cookie.
27994         * calendar/time-date.el: Add comment on time value formats.
27995         Don't require parse-time.
27996         (with-decoded-time-value): New macro.
27997         (encode-time-value): New function.
27998         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27999         (days-to-time): Return a valid time value when arg is huge.
28000         (time-since): Use time-subtract.
28001         (time-to-number-of-days): Use time-to-seconds.
28003 2005-03-23  David Ponce  <david@dponce.com>
28005         * recentf.el (recentf-keep): New option.
28006         (recentf-menu-action): Default to `find-file'.
28007         (recentf-keep-non-readable-files-flag)
28008         (recentf-keep-non-readable-files-p)
28009         (recentf-file-readable-p, recentf-find-file)
28010         (recentf-cleanup-remote): Remove.
28011         (recentf-include-p): More robust.
28012         (recentf-keep-p): New function.
28013         (recentf-remove-if-non-kept): Rename from
28014         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
28015         All callers updated.
28016         (recentf-menu-items-for-commands): Fix help string.
28017         (recentf-track-closed-file): Update.  Doc fix.
28018         (recentf-cleanup): Update.  Count removed files.  Doc fix.
28020 2005-03-23  Kim F. Storm  <storm@cua.dk>
28022         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28023         Don't inherit from fringe face (now happens automatically).
28025 2005-03-22  Kim F. Storm  <storm@cua.dk>
28027         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28028         position values.
28030 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28032         * menu-bar.el (showhide-date-time): Remove.
28033         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28034         (menu-bar-make-mm-toggle): Simplify.
28036 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28038         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28039         Accept qualified variable and function names.
28041 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
28043         * bindings.el (completion-ignored-extensions):
28044         Remove ".lis" for `vax-vms'.
28046 2005-03-22  Andreas Schwab  <schwab@suse.de>
28048         * generic-x.el: Revert last change.
28049         * ldefs-boot.el: Update.
28051 2005-03-22  Jay Belanger  <belanger@truman.edu>
28053         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28054         (calc-embedded-save-original-modes)
28055         (calc-embedded-restore-original-modes): New functions.
28056         (calc-do-embedded): Save original modes when entering embedded mode
28057         and restore when leaving embedded mode.
28058         (calc-embedded-modes-change): Change the value of
28059         calc-embedded-original-modes to reflect permanent changes.
28061 2005-03-22  Lute Kamstra  <lute@gnu.org>
28063         * generic-x.el: Require generic again.
28065 2005-03-22  Miles Bader  <miles@gnu.org>
28067         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28068         Tweak details to look good on both ttys and bitmap displays, light
28069         or dark background, etc.
28071 2005-03-21  Kim F. Storm  <storm@cua.dk>
28073         * tooltip.el (tooltip-show-help-function): Check car and cdr of
28074         mouse position.
28076 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28078         * icomplete.el: Don't forcibly turn on the mode upon load.
28079         (icomplete-mode): Use define-minor-mode.
28080         (icomplete-eoinput): Default to nil.
28081         (icomplete-minibuffer-setup): Remove autoload.
28082         (icomplete-tidy): Simplify.
28083         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28084         in the initial state or if the user has modified the field.
28085         Fix handling of icomplete-max-delay-chars.
28086         Remove code that handles the oddball case where
28087         minibuffer-completion-table is an integer.
28088         Wrap icomplete-completions in while-no-input in case building
28089         completions takes more time than expected.
28090         (icomplete-completions): Simplify.
28092 2005-03-21  Richard M. Stallman  <rms@gnu.org>
28094         * jka-compr.el (jka-compr-really-do-compress):
28095         Make variable buffer-local.
28097         * image-mode.el: Handle .xpm files too.
28098         (image-toggle-display): Preserve modification flag.
28100         * help.el (where-is): Don't mention aliases with no key bindings.
28102 2005-03-21  Lute Kamstra  <lute@gnu.org>
28104         * generic.el: Fix commentary section.  Don't require cl for
28105         compilation.
28106         (generic-mode-list): Add autoload cookie.
28107         (generic-use-find-file-hook, generic-lines-to-scan)
28108         (generic-find-file-regexp, generic-ignore-files-regexp)
28109         (generic-mode, generic-mode-find-file-hook)
28110         (generic-mode-ini-file-find-file-hook): Fix docstrings.
28111         (define-generic-mode): Make it a defmacro.  Fix docstring.
28112         (generic-mode-internal): Code cleanup.  Add autoload cookie.
28113         (generic-mode-set-comments): Code cleanup.
28114         * generic-x.el: Don't prevent compilation.  Don't require generic.
28115         Follow coding conventions.  Minor code cleanup.
28116         (etc-fstab-generic-mode): Add some keywords.
28117         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28118         define-generic-mode like a function declaration.
28120 2005-03-21  Jay Belanger  <belanger@truman.edu>
28122         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28123         changing modes.
28125 2005-03-21  Sam Steingold  <sds@gnu.org>
28127         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28129 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
28131         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28132         Add underscore to "f$ lexicals" regexp.
28134 2005-03-20  Juri Linkov  <juri@jurta.org>
28136         * subr.el (progress-reporter-do-update): When `min-value' is equal
28137         to `max-value', set `percentage' to 0 and prevent division by zero.
28139 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
28141         Sync with Tramp 2.0.48.
28143         * net/tramp.el (all): Change all addresses to .gnu.org.
28144         (tramp-append-tramp-buffers): New defun.
28145         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28146         Catch `dont-send' signal.
28147         (tramp-set-auto-save-file-modes): Set always permissions, because
28148         there might be an old auto-saved file belonging to another
28149         original file.  This could be a security threat.  Reported by
28150         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28151         Check for Emacs 21.3.50 removed.
28153         * net/tramp-smb.el (all): Remove debug construct for
28154         `with-parsed-tramp-file-name'.
28155         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28156         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28157         No error message if DIRECTORY or FILENAME doesn't exist.
28158         (tramp-smb-open-connection): Check existence of
28159         `tramp-smb-program'.
28161 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28163         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28164         Properly handle the case where the `m' or `s' command's argument is not
28165         yet terminated.
28166         (perl-indent-new-calculate): New function.
28167         (perl-indent-line): Use it.
28169 2005-03-20  Miles Bader  <miles@gnu.org>
28171         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28172         in text-mode too.  Change to new face names.
28173         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28174         Add `:weight bold' attribute.
28175         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28177 2005-03-19  Juri Linkov  <juri@jurta.org>
28179         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
28181         * international/mule.el (auto-coding-alist): Sync with
28182         `auto-mode-alist' by adding upper case archive file extensions
28183         and adding ear/war to jar extension.
28185 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
28187         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28188         running, restart it.
28190 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
28192         * finder.el (finder-current-item): Throw an error on an empty line.
28194         * man.el (Man-follow-manual-reference): If current-word returns
28195         nil, use "".
28197 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
28199         * simple.el (goto-line): Doc fix.
28201 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
28203         * files.el (save-buffer): Doc fix.
28205 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
28207         * recentf.el (recentf-cleanup-remote): New variable.
28208         (recentf-cleanup): Use it to conditionally check availability of
28209         remote files.
28211 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
28213         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28214         function names.
28216 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28218         * language/thai-word.el: New file.
28220 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28222         * files.el (backup-buffer): If the file's directory is not
28223         writable, use copy instead of move to backup the file.
28225 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28227         * obsolete/keyswap.el: Moved to obsolete/ from term/.
28229 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28231         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28232         Use functionp instead of symbolp and fboundp.  Reported by Drkm
28233         <darkman_spam@yahoo.fr>.
28234         (ps-print-version): New version 6.6.6.
28236 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
28238         * textmodes/table.el (table--line-column-position): New idiom.
28239         (table--row-column-insertion-point-p): New function to test
28240         validity of row and column insertion operation at a location.
28241         (table-global-menu, table-cell-menu): Use above functions for
28242         deterministic test operation.
28243         (table--editable-cell-p): Behave in deterministic fashion.
28245 2005-03-18  Juri Linkov  <juri@jurta.org>
28247         * isearch.el (isearch-lazy-highlight-new-loop):
28248         Make arguments beg and end optional.
28249         (isearch-update): Remove optional arguments nil from
28250         isearch-lazy-highlight-new-loop.
28251         (isearch-lazy-highlight-search): Let-bind case-fold-search to
28252         isearch-lazy-highlight-case-fold-search instead of
28253         isearch-case-fold-search, and let-bind isearch-regexp to
28254         isearch-lazy-highlight-regexp.
28255         Use isearch-lazy-highlight-last-string instead of isearch-string.
28257         * replace.el (perform-replace): Remove bindings of global
28258         variables isearch-string, isearch-regexp, isearch-case-fold-search.
28259         Add three new arguments to `replace-highlight'.
28260         (replace-highlight): Add arguments string, regexp, case-fold.
28261         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28262         to allow isearch-lazy-highlight-new-loop to use these values
28263         to set corresponding isearch-lazy-highlight-* internal
28264         variables whose values lazy highlighting will use regardless of
28265         changes to global variables isearch-string, isearch-regexp,
28266         isearch-case-fold-search during lazy highlighting loop.
28267         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28268         to `lazy-highlight-cleanup'.
28270         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28271         (ispell-highlight-face): Set default face to `isearch' when
28272         lazy highlighting is enabled.
28273         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28274         priority to 1.  Add lazy highlighting.
28275         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28276         from `isearch-dehighlight'.
28278 2005-03-18  David Ponce  <david@dponce.com>
28280         * files.el (hack-local-variables): Do a case-insensitive search
28281         for End.
28283 2005-03-18  Juri Linkov  <juri@jurta.org>
28285         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28286         `isearch-lazy-highlight-cleanup', add alias to old name and
28287         declare obsolete.  Add release numbers to other obsolete vars.
28288         (isearch-done, isearch-lazy-highlight-new-loop):
28289         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28290         (lazy-highlight-cleanup) <variable>: Doc fix.
28291         (isearch-lazy-highlight-update): Rename obsolete
28292         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28294 2005-03-18  Kenichi Handa  <handa@m17n.org>
28296         * language/thai-util.el: Fix categorization of Thai characters in
28297         thai-category-table.
28298         (thai-composition-pattern): Adjust it for the above change.
28299         (thai-self-insert-command, thai-compose-syllable): New functions.
28300         (thai-compose-region): Use thai-compose-syllable.
28301         (thai-compose-string): Likewise.
28302         (thai-composition-function): Likewise.
28303         (thai-auto-composition): New function.
28304         (thai-auto-composition-mode): New minor mode.
28306         * language/thai.el: Fix patterns to be registered in
28307         composition-function-table.
28309         * international/quail.el (quail-input-method): Locally bind
28310         inhibit-modification-hooks to t.
28312 2005-03-17  Richard M. Stallman  <rms@gnu.org>
28314         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
28315         (perl-mode): Use run-mode-hooks.
28317         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
28318         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
28319         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
28321         * mail/sendmail.el (sendmail-send-it): Reenable the code
28322         to compute resend-to-address and use it.
28324         * tar-mode.el (tar-mode): Turn off undo unconditionally.
28326         * image-mode.el: New file.
28328         * image.el (insert-sliced-image): Add autoload cookie.
28330         * font-lock.el (font-lock-lines-before): New user option.
28331         (font-lock-after-change-function): Obey it.
28333         * bindings.el (esc-map): Make M-g a prefix.
28334         Bind M-g g and M-g M-g to goto-line.
28336         * faces.el (face-id): Doc fix.
28338 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28340         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
28341         (rmail-show-message): Use rmail-unknown-mail-followup-to.
28342         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
28344         * mail/sendmail.el (mail-yank-ignored-headers)
28345         (mail-font-lock-keywords, mail-mode-fill-paragraph):
28346         Add Mail-Followup-To and Mail-Reply-To headers.
28347         (mail-citation-hook): Add autoload cookie.
28348         (mail-mode): Doc fix.
28349         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
28350         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
28351         (mail-mode-fill-paragraph): Handle those headers.
28352         (mail-mailing-lists): New variable.
28353         (mail-mail-reply-to, mail-mail-followup-to): New functions.
28355 2005-03-17  Juri Linkov  <juri@jurta.org>
28357         * isearch.el (isearch-fallback): Check for `(car previous)'
28358         before calling `isearch-other-end-state'.
28360 2005-03-17  Kim F. Storm  <storm@cua.dk>
28362         * simple.el (move-beginning-of-line): Move to beginning of buffer
28363         line, as well as beginning of screen line.
28365 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
28367         * calendar/diary-lib.el (mark-diary-entries): Use new optional
28368         argument REDRAW rather than calendar-redrawing variable.
28369         * calendar/calendar.el (calendar-redrawing): Delete.
28370         (redraw-calendar): Do not bind calendar-redrawing.
28372 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
28374         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
28375         diary-file buffer.
28377 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28379         * help.el (describe-mode): Allow a :minor-mode-function property to
28380         specify a different minor mode toggle function than the variable.
28381         * simple.el (auto-fill-function):
28382         * subr.el (add-minor-mode): Use it.
28384 2005-03-16  Kenichi Handa  <handa@m17n.org>
28386         * language/ethio-util.el (sera-being-called-by-w3): New variable.
28387         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
28388         (ethio-fidel-to-sera-buffer): Likewise.
28390 2005-03-16  Juri Linkov  <juri@jurta.org>
28392         * emacs-lisp/find-func.el (find-function-regexp):
28393         Add defun-emitting macro `menu-bar-make-toggle'.
28395         * isearch.el: Put `isearch-scroll' property to
28396         `split-window-horizontally'.
28398         * info.el: Update error messages for `debug-ignored-errors'.
28399         (Info-isearch-search): Doc fix.
28400         (Info-find-node): Move up code to go into info buffer before
28401         recording the node to the history.
28402         (Info-fontify-node): Fontify titles only if the next line
28403         has two or more `*', `=', `-', `.'.
28404         Display "go to this node" for empty (match-string 3).
28406 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28408         * term/mac-win.el: Add mouse pointer shape constants.
28410 2005-03-15  Kim F. Storm  <storm@cua.dk>
28412         * simple.el (move-beginning-of-line): Use vertical-motion.
28414 2005-03-15  Juri Linkov  <juri@jurta.org>
28416         * isearch.el (isearch-error): New variable.
28417         (isearch-invalid-regexp, isearch-within-brackets): Remove.
28418         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28419         (isearch-within-brackets-state): Remove.
28420         (isearch-case-fold-search-state, isearch-pop-fun-state):
28421         Decrease frame index.
28422         (isearch-mode, isearch-top-state, isearch-push-state)
28423         (isearch-edit-string, isearch-abort, isearch-search-and-update)
28424         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28425         (isearch-search, isearch-lazy-highlight-new-loop):
28426         Replace `isearch-invalid-regexp' with `isearch-error'.
28427         Remove `isearch-within-brackets'.
28428         (isearch-search): Add `search-failed' handler to `condition-case'.
28429         (isearch-lazy-highlight-search): Add `condition-case' to catch
28430         errors and allow `isearch-lazy-highlight-update' to try
28431         highlighting from the beginning of the window.
28432         (isearch-repeat): Move up code to set isearch-wrapped to t
28433         before calling isearch-wrap-function.
28435         * info.el (Info-isearch-initial-node): New internal variable.
28436         (Info-search): Signal an error in isearch mode when search leaves
28437         the initial node.  Signal an error when `bound' is non-nil and
28438         nothing was found in the current subfile.
28439         (Info-isearch-search): Remove `condition-case'.
28440         (Info-isearch-wrap): Don't wrap when search failed during leaving
28441         the initial node.  If `Info-isearch-search' is nil, wrap around
28442         the current node.
28443         (Info-isearch-start): New fun.
28444         (Info-mode): Add buffer-local hook `Info-isearch-start' to
28445         `isearch-mode-hook'.
28447 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28449         * simple.el (normal-erase-is-backspace): Set default to t if
28450         running on Mac.
28452         * term/mac-win.el (function-key-map): Sync with x-win.el.
28454 2005-03-15  Kenichi Handa  <handa@m17n.org>
28456         * international/mule-cmds.el (locale-language-names): Modify the
28457         format of elements and add more entries.
28458         (locale-preferred-coding-systems): Add more entries.
28459         (set-locale-environment): Adjust for the change of
28460         locale-language-names.
28462 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28464         * pcvs.el (smerge-ediff): Remove bogus autoload.
28466 2005-03-14  Lute Kamstra  <lute@gnu.org>
28468         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28469         Ignore a `*' at the beginning of a line.
28471         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28472         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28473         subr.el.
28474         (dont-compile, eval-when-compile, eval-and-compile): Use declare
28475         to specify indentation.
28477         * generic.el (define-generic-mode): Let generic-mode-list be a
28478         list of strings; test membership with equal.
28480 2005-03-14  Kim F. Storm  <storm@cua.dk>
28482         * simple.el (next-line, previous-line): Add optional try-vscroll
28483         arg to recognize interactive use.  Pass it on to line-move.
28484         (line-move): Don't perform auto-window-vscroll when defining or
28485         executing keyboard macro to ensure consistent behavior.
28487 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28489         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28491 2005-03-13  Lute Kamstra  <lute@gnu.org>
28493         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28494         debugger-setup-buffer so that backtrace marks the frames set to
28495         debug-on-exit and we don't have to do it manually.  Set an extra
28496         debug-on-exit for macro's.
28497         (debugger-setup-buffer): Don't mark the top frame manually.
28499 2005-03-12  Lute Kamstra  <lute@gnu.org>
28501         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28502         lisp-indent-function throughout.
28503         (with-no-warnings): Set lisp-indent-function property.
28505 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
28507         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28508         Add entry for backslash.
28510 2005-03-12  Juri Linkov  <juri@jurta.org>
28512         * info.el (Info-search): Four fixes for backward search.
28514 2005-03-11  Jay Belanger  <belanger@truman.edu>
28516         * calc/calc.el (calc-language-alist): New variable.
28517         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28518         (calc-embedded-find-modes): Use calc-language-alist instead of
28519         calc-embedded-language-alist.
28521 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28523         * calendar/calendar.el (calendar-redrawing): New internal
28524         variable.
28525         (redraw-calendar): Remove bogus save-excursion from previous
28526         change.  Bind calendar-redrawing to t for mark-diary-entries.
28527         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28528         calendar if that is why we were called.
28530 2005-03-11  Kenichi Handa  <handa@m17n.org>
28532         * international/mule.el (make-coding-system): Set property
28533         coding-system-define-form to nil.
28534         (define-coding-system-alias): Likewise.
28536 2005-03-11  Kenichi Handa  <handa@m17n.org>
28538         These changes are suggested by Dave Love <fx@gnu.org>.
28540         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28541         coding: tag.
28542         (adaptive-fill-regexp): Add more bullets.
28543         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28544         regexps.
28546 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28548         * help.el (describe-mode): Properly handle non-trivial lighters.
28549         Don't ignore minor modes that are not listed in minor-mode-list.
28551         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28552         feature ON when the user requests to turn it OFF.
28554 2005-03-10  Lute Kamstra  <lute@gnu.org>
28556         * emacs-lisp/debug.el (debug-entry-code): Delete it.
28557         (implement-debug-on-entry): New function to replace debug-entry-code.
28558         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
28559         second argument as the 2005-03-07 change makes it obsolete.
28560         (debug-on-entry, cancel-debug-on-entry): Update call to
28561         debug-on-entry-1.
28562         (debug, debugger-setup-buffer): Comment update.
28563         (debugger-frame-number): Update to work with implement-debug-on-entry.
28565 2005-03-10  Jay Belanger  <belanger@truman.edu>
28567         * calc/calc-embed.el (math-ms-args): Declare it.
28568         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28569         math-ms-args.
28570         (calc-embedded-subst): Use math-multi-subst-rec to substitute
28571         variables.
28573 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
28575         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28576         Use message-box.
28578         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28579         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28580         (tooltip-gud-tips): Simplify.
28581         (tooltip-gud-tips-p): Remove superfluous :set.
28582         (tooltip-gud-modes): Add fortran-mode.
28583         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28585         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28587 2005-03-09  Kim F. Storm  <storm@cua.dk>
28589         * play/animate.el (animate-place-char): Use forward-line instead
28590         of next-line to improve performance.
28592 2005-03-09  Simon Josefsson  <jas@extundo.com>
28594         * net/browse-url.el (browse-url-default-browser): Doc fix.
28596 2005-03-09  Miles Bader  <miles@gnu.org>
28598         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28599         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28601 2005-03-09  Kenichi Handa  <handa@m17n.org>
28603         * international/latin-1.el: Set case and syntax for 255 only if
28604         set-case-syntax-set-multibyte is nil.
28606         * textmodes/ispell.el (ispell-insert-word): New function.
28607         (ispell-word): Use ispell-insert-word to insert a new word.
28608         (ispell-process-line): Likewise.
28609         (ispell-complete-word): Likewise.
28611 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
28613         * calendar/calendar.el (redraw-calendar): Preserve point.
28614         Reported by Matt Hodges <MPHodges@member.fsf.org>.
28615         (calendar-week-start-day): Move after definition of
28616         redraw-calendar.  Delete buffer test, since redraw-calendar has
28617         that now.
28619         * calendar/diary-lib.el (mark-diary-entries): Only call
28620         redraw-calendar in the first of any recursive calls.
28621         Reported by Alan Shutko <ats@acm.org>.
28623 2005-03-08  Juri Linkov  <juri@jurta.org>
28625         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28626         (html-horizontal-rule, html-line, html-image, html-checkboxes)
28627         (html-radio-buttons): Add a space before the trailing `/>' where
28628         sgml-xml-mode is non-nil.
28629         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28630         the subsequent tag of the empty XML tag.
28631         (html-href-anchor): Don't set initial input to "http:".
28632         (html-image): Ask for the image URL and set point inside alt="".
28633         (html-name-anchor): Duplicate the name in the `id' attribute when
28634         sgml-xml-mode is non-nil.
28635         (html-paragraph): Remove \n before <p>.
28636         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28637         instead of `checked' when sgml-xml-mode is non-nil.
28639         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28640         Remove 1 space before #RRGGBB to not truncate it on terminal
28641         windows w/o fringes.  Remove 1 space between bg and fg examples
28642         to get more space.
28643         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28644         avoid byte-compile warnings.
28646         * image-file.el (image-file-handler): Put `safe-magic' property to
28647         `image-file-handler'.
28649         * info.el (Info-isearch-search): Emulate word search in
28650         isearching through multiple Info nodes with Info-search.
28651         (Info-isearch-wrap): Allow isearch-word.
28653 2005-03-08  Lute Kamstra  <lute@gnu.org>
28655         * emacs-lisp/debug.el (debugger-step-through): Make sure that
28656         stepping into the debugger's code is not possible.
28657         (debugger-jumping-flag): Docstring update.
28659 2005-03-08  Jay Belanger  <belanger@truman.edu>
28661         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28662         embedded mode begins.
28663         (calc-embedded-language-alist): New variable.
28664         (calc-embedded-find-modes): Use calc-embedded-language-alist to
28665         set default language mode.
28667 2005-03-08  Kenichi Handa  <handa@m17n.org>
28669         * international/ccl.el (define-ccl-program): Fix docstring about
28670         extra 256 bytes assured for the output buffer.
28672         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28673         Fix BUFFER_MAGNIFICATION to 2.
28674         (ccl-encode-mule-utf-16be-with-signature): Likewise.
28676 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
28678         * align.el (align-rules-list): Added an alignment rule for CSS
28679         declarations (applies to css-mode and html-mode buffers).
28681 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28683         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28685 2005-03-07  Kim F. Storm  <storm@cua.dk>
28687         * simple.el (move-beginning-of-line): New command.
28689         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28691         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28693         * emulation/cua-base.el: Put CUA move property on move-end-of-line
28694         and move-beginning-of-line.
28696         * apropos.el (apropos-print): Omit command from M-x ... RET.
28698 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
28700         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28701         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28703 2005-03-06  Richard M. Stallman  <rms@gnu.org>
28705         * bindings.el (esc-map): Bind M-g to goto-line.
28707         * facemenu.el (global-map): Bind M-o, not M-g.
28709 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28711         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28712         "Open Directory" as for "Open File".
28714 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
28716         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28717         (push-mark-command): Run activate-mark-hook.
28719 2005-03-06  Richard M. Stallman  <rms@gnu.org>
28721         * help-mode.el (help-mode-finish): Don't alter the element
28722         in view-return-to-alist if there already is one.
28724         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28725         make sure the current buffer is the expected one.
28727         * novice.el (disabled-command-function): Output in *Disabled Command*.
28728         Explicitly ignore non-keyboard events, and explicitly handle C-g.
28730         * textmodes/flyspell.el (flyspell-large-region):
28731         Pass args differently for aspell.
28733         * files.el (mode-require-final-newline): Doc fix.
28735 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
28737         * progmodes/which-func.el (which-function):
28738         Specify NOERROR when calling imenu--make-index-alist.
28740 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28742         * simple.el (normal-erase-is-backspace): Define default value.
28744         * custom.el (custom-theme-set-variables): Remove unused var
28745         `immediate'.
28746         (custom-reevaluate-setting): Simple function to handle variables
28747         that are defined before their default value can really be
28748         computed.
28750         * startup.el (command-line): Use it for temporary-file-directory,
28751         small-emporary-file-directory, auto-save-file-name-transforms,
28752         blink-cursor-mode, and normal-erase-is-backspace.
28754         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28755         progress, even with buggy anchored keywords.
28757 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
28759         * simple.el (goto-line): Remove unbalanced final parenthesis.
28761 2005-03-05  Richard M. Stallman  <rms@gnu.org>
28763         * simple.el (goto-line): Use a number at point as the default.
28764         With C-u as arg, switch buffers.
28766 2005-03-05  Juri Linkov  <juri@jurta.org>
28768         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28769         with `no-blinking-cursor'.
28771         * startup.el (no-blinking-cursor): New defvar.
28772         (command-line): Add `--no-blinking-cursor' to longopts.
28773         Set `no-blinking-cursor' to t for command line arguments
28774         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
28775         with `no-blinking-cursor' in the condition for calling
28776         `blink-cursor-mode'.
28778 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
28780         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28781         (menu-bar-options-save): Add blink-cursor-mode.
28782         (menu-bar-options-menu): Add blink-cursor-mode.
28784 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
28786         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28787         (icalendar-export-file, icalendar-export-region)
28788         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28789         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28791 2005-03-04  Lute Kamstra  <lute@gnu.org>
28793         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28794         (debug-function-list): Ditto.
28796 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
28798         * textmodes/texinfmt.el (texinfo-append-refill):
28799         Redefine the types of line to which @refill
28800         is not appended by replacing a search for `@refill\\|@bye' with
28801         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
28802         itemize@refill' bug and the unfilled long lines bug.
28803         (texinfmt-version): Update number and date.
28805 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
28807         * international/code-pages.el (windows-1250, windows-125[2-8])
28808         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28810 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28812         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28813         bound yet.
28815 2005-03-02  Romain Francoise  <romain@orebokech.com>
28817         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28818         buffer after removing limits.
28819         (ibuffer-pop-filter): Ditto.
28820         Update copyright.
28822 2005-03-02  Miles Bader  <miles@gnu.org>
28824         * button.el (make-text-button): If the user doesn't specify a
28825         type, use the default.  Rewrite to use `add-text-properties' and
28826         plist functions.
28828 2005-03-01  Lute Kamstra  <lute@gnu.org>
28830         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28831         (debugger-jumping-flag): New var.
28832         (debug-entry-code): Use it.
28833         (debugger-jump): Use debugger-jumping-flag and add
28834         debugger-reenable to post-command-hook.
28835         (debugger-reenable): Use debugger-jumping-flag and remove itself
28836         from post-command-hook.
28837         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28838         debugger-reenable.
28840 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
28842         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28843         inclusion of "itemize\\|", which may be unnecessary, is certainly
28844         inelegant, and stops refilling in itemize lists when formatting
28845         Japanese Texinfo files to Info.
28846         Update copyright to 2005.
28848 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
28850         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28851         of an error if GDB can't find the source file.
28853 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
28855         * calendar/calendar.el (redraw-calendar): Work from any buffer,
28856         not just the calendar.
28858         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28859         first.
28860         (diary-redraw-calendar): New function.
28861         (make-diary-entry): Add diary-redraw-calendar to local
28862         write-contents-functions.  Turn off selective display before
28863         inserting in diary.
28865 2005-03-01  Kim F. Storm  <storm@cua.dk>
28867         * emacs-lisp/copyright.el (copyright-fix-years): New command.
28869 2005-03-01  Lute Kamstra  <lute@gnu.org>
28871         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28872         that debug-entry-code can be safely removed from a function while
28873         this code is being evaluated.  Revert the 2005-02-27 change as the
28874         new implementation no longer requires it.  Make sure that a
28875         function body containing just a string is not mistaken for a docstring.
28876         (debug): Skip one more frame in case of debug on entry.
28877         (debugger-setup-buffer): Delete one more frame line in case of
28878         debug on entry.
28879         (debugger-frame-number): Update to use the new text introduced by
28880         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
28882 2005-02-28  Kim F. Storm  <storm@cua.dk>
28884         * double.el (double-translate-key): Call force-window-update after
28885         read-event to avoid crash in redisplay.
28887 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28889         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28890         (debug): Use it.  Move the inhibit-trace earlier.
28891         (debug-entry-code): New const.
28892         (debug-on-entry-1): Use it.
28894 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
28896         * international/utf-16.el (ccl-encode-mule-utf-16le):
28897         Fix BUFFER_MAGNIFICATION to 2.
28898         (ccl-encode-mule-utf-16be): Likewise.
28900 2005-02-28  Kenichi Handa  <handa@m17n.org>
28902         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28903         Fix BUFFER_MAGNIFICATION to 4.
28904         (ccl-encode-mule-utf-16be-with-signature): Likewise.
28906 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
28908         * speedbar.el (speedbar-update-flag): Doc fix.
28909         (speedbar-show-info-under-mouse): Give set-mouse-position the right
28910         argument.
28912 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28914         * reveal.el (reveal-post-command): Don't try to reveal overlays which
28915         have a non-nil `invisible' property but are actually visible.
28917         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28918         for perldoc sections.
28919         (perl-outline-regexp, perl-outline-level): New var and function.
28920         (perl-mode): Use them.
28922 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
28924         * calendar/diary-lib.el (diary-remind): Discard any mark portion
28925         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28927 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
28929         * cus-edit.el: Comment change.
28930         (custom-buffer-create-internal): Slightly reword text at top of
28931         Custom buffers.  Mention there that saving an option edits the
28932         init file.  Add link to Emacs manual node on `custom-file'.
28933         (custom-magic-alist): Rewrite individual State messages to use
28934         capitalized keywords.  Doc fix.
28936 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
28938         * calendar/calendar.el (calendar-buffer): Move above
28939         calendar-week-start-day.
28940         (calendar-week-start-day): Doc fix.  Add :set function.
28941         (calendar-minimum-window-height): New variable.
28942         (generate-calendar-window): Only resize window if selected-window
28943         is displaying the calendar buffer.  Use new variable
28944         calendar-minimum-window-height.
28945         (generate-calendar): Reword error message.
28946         (calendar-mode-map): Bind DEL to scroll-other-window-down.
28948 2005-02-27  Andreas Schwab  <schwab@suse.de>
28950         * vc.el (vc-do-command): Don't run command asynchronously when
28951         operating in a remote directory.
28953         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28954         change from sync with Tramp 2.0.47.
28956 2005-02-27  Richard M. Stallman  <rms@gnu.org>
28958         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28960         * textmodes/flyspell.el (flyspell-mode-on):
28961         Call ispell-change-dictionary only if necessary.
28963         * emacs-lisp/re-builder.el (regexp-builder): New function.
28965         * register.el (describe-register-1): Explicitly handle
28966         yank-excluded-properties = t.
28968         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28969         (custom-magic-alist): Change the status descriptions again.
28970         (face widget-type): Total rewrite based on `restricted-sexp'
28971         to eliminate the confusing double hiding levels.
28973         * emacs-lisp/debug.el (debug-on-entry-1):
28974         If function body is empty, add nil as body form.
28976 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28978         * emacs-lisp/trace.el (inhibit-trace): New var.
28979         (trace-make-advice): Use it.
28981         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28983 2005-02-26  Kim F. Storm  <storm@cua.dk>
28985         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28986         (mouse-on-link-p, mouse-drag-region-1): Use it.
28988 2005-02-25  Lute Kamstra  <lute@gnu.org>
28990         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28992 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
28994         * frame.el (blink-cursor-mode): Add :group keyword.
28996 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
28998         * calendar/icalendar.el (icalendar--decode-isodatetime):
28999         New optional argument DAY-SHIFT.
29000         (icalendar-export-region): Fix coding-system-for-write.
29001         (icalendar--convert-ical-to-diary): Shift end-day of all-day
29002         events by one.
29004 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29006         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29008 2005-02-24  Kim F. Storm  <storm@cua.dk>
29010         * international/iso-acc.el (iso-accents-compose): Fix crash
29011         during redisplay.  Call force-window-update after read-event
29012         and delete-region to signal that window is not accurate.
29014 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29016         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29017         Remove unused and inexistent var `inhibit-trace'.
29018         (debugger-mode): Use run-mode-hooks.
29019         (debugger-list-functions): Add buttons; setup xref stack.
29021 2005-02-23  Richard M. Stallman  <rms@gnu.org>
29023         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29024         appointment says it was explicitly made.
29025         (appt-add): Set the 3rd element.
29026         (appt-make-list): Preserve explicit appointments.
29028         * subr.el (find-tag-default): Catch errors in forward-sexp.
29030 2005-02-23  Juri Linkov  <juri@jurta.org>
29032         * info.el (Info-isearch-search): New defcustom.
29033         (Info-isearch-search): Call the default isearch function
29034         when Info-isearch-search is nil.
29035         (Info-isearch-wrap): Use variable Info-isearch-search.
29037 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
29039         * cus-edit.el: Comment change.
29041 2005-02-22  Kim F. Storm  <storm@cua.dk>
29043         * progmodes/hideif.el (hide-ifdef-use-define-alist):
29044         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
29046 2005-02-22  Simon Josefsson  <jas@extundo.com>
29048         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29049         New variable.
29050         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
29051         Oskarsson" <myrkraverk@users.sourceforget.net>.
29053 2005-02-22  Kim F. Storm  <storm@cua.dk>
29055         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29056         check that window of that event is the selected window.
29057         (mouse-drag-region-1): Compare mouse event window to selected
29058         window before setting point.
29060         * tooltip.el (tooltip-show-help-function): Pass event to
29061         mouse-on-link-p so it can check selected window.
29063 2005-02-22  Kenichi Handa  <handa@m17n.org>
29065         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29066         (ps-mule-show-warning): New function.
29067         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29068         characters are found.
29070         * ps-print.el (ps-header-footer-string): Return a list of header
29071         and footer strings.
29073 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
29075         * pcvs.el (cvs-retrieve-revision): Fix thinko.
29077 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29079         * frame.el (blink-cursor-mode): Use define-minor-mode.
29081         * term/mac-win.el (function-key-map): Use char-names more consistently.
29082         (file-name-coding-system): Only set it for MacOS-9.  The other case is
29083         already handled in mule-cmds.el (where it also works when mac-win.el
29084         is not used).
29086 2005-02-21  Kenichi Handa  <handa@m17n.org>
29088         * international/mule.el (ctext-pre-write-conversion): Always use
29089         " *code-converting-work*" buffer for work.
29091         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29093 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
29095         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29097 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
29099         * ses.el (undo-more): Restore defadvice, but only the part that
29100         allows changes outside the restricted area of the buffer.
29102 2005-02-20  Kim F. Storm  <storm@cua.dk>
29104         * simple.el (line-move): Add fourth optional arg try-vscroll which
29105         must be set to perform auto-window-vscroll.
29106         When moving backwards and doing auto-window-vscroll, automatically
29107         vscroll to the last part of lines which are taller than the window.
29108         (next-line, previous-line): Set try-vscroll arg on line-move.
29110 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
29112         * replace.el (query-replace, query-replace-regexp)
29113         (replace-string, replace-regexp): When operating on region, make
29114         the minibuffer prompt say so.
29116         * isearch.el (isearch-forward): Document isearch-query-replace and
29117         isearch-query-replace-regexp keybindings.
29119 2005-02-19  Jay Belanger  <belanger@truman.edu>
29121         * calc/calc-aent.el (math-read-token): Add local variable.
29123         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29124         (calc-edit-top): Move declaration to earlier in file.
29125         (calc-edit-macro-repeats): Add local variables.
29127         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29128         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29129         calcFunc-tanh.
29130         Adjust integration rule for calcFunc-tan.
29132 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29134         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29135         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29136         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29137         (viper-skip-separators): Bug fix.
29138         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29139         particular major mode.
29140         (viper-del-backward-char-in-replace): Don't put deleted char on the
29141         kill ring.
29143         * viper-ex.el (viper-color-display-p): New function.
29144         (viper-has-face-support-p): Use viper-color-display-p.
29146         * viper-keym.el (viper-gnus-modifier-map): New keymap.
29148         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29150         * viper-util.el (viper-glob-unix-files): Fix shell status check.
29151         (viper-file-remote-p): Make equivalent to file-remote-p.
29153         * viper.el (viper-major-mode-modifier-list):
29154         Use viper-gnus-modifier-map.
29156 2005-02-19  David Kastrup  <dak@gnu.org>
29158         * subr.el (subregexp-context-p): Fix garbled doc string by adding
29159         quoting.
29161 2005-02-19  Jay Belanger  <belanger@truman.edu>
29163         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29164         Remove extra definitions.
29165         (calc-coth): New function.
29166         (calcFunc-cot): Fix `let'.
29168 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
29170         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29171         the reasons we use "type pc" in these faces.
29173         * button.el (button): Ditto.
29175 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
29177         * replace.el (query-replace-read-from): Set the value of
29178         query-replace-from-history-variable to handle the case of an empty
29179         string entered to accept the suggested default.
29181         * net/tramp.el (tramp-file-name-for-operation):
29182         Use dired-call-process instead of dired-call-process-command.
29184 2005-02-19  Jay Belanger  <belanger@truman.edu>
29186         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29187         (math-div-non-trig): New variables.
29188         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29189         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29190         (math-combine-prod, math-div-symb-fancy): Add simplifications for
29191         trig expressions.
29193 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
29195         * progmodes/gdb-ui.el (gdb-var-update-handler)
29196         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29197         for watch expressions,
29198         (gdb-var-create-handler): Don't set speedbar-update-flag.
29199         (gdb-post-prompt): Simplify test for speedbar.
29201 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29203         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29204         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29205         we use the syntax table of the correct buffer.
29206         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29207         Felix Gatzemeier.
29209         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29210         (ediff-file-remote-p): Make synonymous with file-remote-p.
29211         In all deffaces ediff-*-face-*, use min-colors.
29213         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29214         ediff-recurse-to-subdirectories.
29215         (ediff-mark-if-equal): Check that the arguments are strings, use
29216         ediff-same-contents (after to Felix Gatzemeier).
29218         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29219         nil.
29221 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29223         * log-view.el (log-view-message-re): Fix up Subversion regexp.
29225 2005-02-18  David Kastrup  <dak@gnu.org>
29227         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29228         use `mark-active' when defined.
29230 2005-02-18  Kenichi Handa  <handa@m17n.org>
29232         * ps-print.el (ps-font-info-database): New entry
29233         ZapfChancery-MediumItalic with correct font name.  Fix font name
29234         of the entry Zapf-Chancery-MediumItalic.
29236 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
29238         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29240 2005-02-16  Kim F. Storm  <storm@cua.dk>
29242         * ido.el (ido-fallback-command): Pass user input to fallback command.
29244 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
29246         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29247         (gdb-find-file-hook): Add server prefix.
29249 2005-02-16  Richard M. Stallman  <rms@gnu.org>
29251         * replace.el (perform-replace): Pass new args to replace-highlight.
29252         (replace-highlight): Take region args,
29253         and pass them to isearch-lazy-highlight-new-loop.
29255         * novice.el (disabled-command-hook): Autoload the defalias
29256         and the make-obsolete-variable call.
29258         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29260         * isearch.el (isearch-lazy-highlight-start-limit)
29261         (isearch-lazy-highlight-end-limit): New variables limit
29262         the region for highlighting.
29263         (isearch-lazy-highlight-new-loop): New args BEG and END.
29264         (isearch-lazy-highlight-search): Use the new vars.
29265         (isearch-lazy-highlight-update): Likewise.
29267         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29269         * cus-start.el (all): Use default-boundp.
29271 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
29273         * menu-bar.el (menu-bar-select-frame): Handle current frame.
29275 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
29277         * autorevert.el (auto-revert-stop-on-user-input)
29278         (auto-revert-verbose): Doc fixes.
29280 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
29282         * international/mule-cmds.el (set-locale-environment): Remove call
29283         to set-selection-coding-system on Windows.
29285 2005-02-15  Jay Belanger  <belanger@truman.edu>
29287         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29288         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29289         calcFunc-coth.
29290         (math-simplify-sqrt): Add simplifications.
29292         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29293         to list.
29295         * calc/calc-ext.el: Add functions to autoloads.
29297         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29298         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29299         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29300         (math-csc-raw, math-cot-raw): New functions.
29302         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
29304         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
29305         the variable name in a message.
29307         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
29308         calcFunc-csc, calcFunc-cot.
29310         * calc/calcalg2.el: Add derivative and integration rules for
29311         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
29312         calcFunc-csch, calcFunc-coth.
29313         (math-do-integral-methods): Add to checks for when to use
29314         substitutions.
29316         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
29318 2005-02-15  Lute Kamstra  <lute@gnu.org>
29320         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29321         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
29322         <monnier@iro.umontreal.ca>.
29323         (lisp-outline-level): Improve efficiency.  Suggested by David
29324         Kastrup <dak@gnu.org>.
29326 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
29328         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
29329         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
29330         (gdb-set-gud-minor-mode-existing-buffers): New functions.
29331         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
29332         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
29334 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
29336         * cus-start.el (all): Comment change.
29338 2005-02-14  Lute Kamstra  <lute@gnu.org>
29340         * cus-start.el (all): Check if symbol is void.
29342 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
29344         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
29345         optional argument to \cite.
29347 2005-02-14  Richard M. Stallman  <rms@gnu.org>
29349         * cus-edit.el (custom-buffer-create-internal): Update help message.
29350         (custom-magic-alist): Update help messages.
29352         * cus-start.el (all): Allow a var to specify a standard value.
29354 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
29356         * custom.el (custom-theme-set-variables): Handle variable aliases.
29358         * frame.el (blink-cursor-timer): Doc fix.
29359         (blink-cursor): Make it an alias for `blink-cursor-mode' and
29360         declare obsolete.
29361         (blink-cursor-mode): Define with defcustom and use correct
29362         standard expression in that defcustom.
29363         * startup.el (command-line): Adapt to above changes in frame.el.
29365 2005-02-11  Lute Kamstra  <lute@gnu.org>
29367         * apropos.el (apropos-score-doc): Prevent division by zero.
29369 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
29371         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
29372         (icalendar--get-event-property-attributes)
29373         (icalendar--get-event-properties)
29374         (icalendar--datetime-to-diary-date): New functions.
29375         (icalendar--split-value): Doc fix.
29376         (icalendar--datetime-to-noneuropean-date)
29377         (icalendar--datetime-to-european-date): New optional argument
29378         SEPARATOR.  Return result as a string instead of a list.
29379         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
29380         (icalendar--convert-string-for-export): Rename arg S to STRING.
29381         (icalendar-export-region): Doc fix.  Change name of error buffer.
29382         Save output buffer.
29383         (icalendar-import-file): Add blank at end of prompt.
29384         (icalendar-import-buffer): Doc fix.  Do not switch to error
29385         buffer.  Indicate status in return value.
29386         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
29387         buffer.  Save output buffer.  Handle exception from recurrence
29388         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
29389         events.  Fix problems with weekly all-day events.
29391 2005-02-10  Richard M. Stallman  <rms@gnu.org>
29393         * simple.el (eval-expression-print-format):
29394         Avoid warning about edebug-active.
29396         * help.el (help-for-help-internal): Rename from help-for-help.
29397         (help-for-help): Define with defalias.
29399         * font-core.el (font-lock-default-function): Use with-no-warnings.
29401         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
29403         * custom.el (defface): Doc fix.
29405 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
29407         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
29408         width 0" to prevent word wrapping problems.
29410 2005-02-09  Kim F. Storm  <storm@cua.dk>
29412         * ido.el (ido-file-extensions-order): New defcustom.
29413         (ido-file-extension-lessp, ido-file-extension-aux)
29414         (ido-file-extension-order): New advanced file ordering.
29415         (ido-file-lessp): New simple file ordering.
29416         (ido-sort-list): Remove.
29417         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29418         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29420 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
29422         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29423         that some versions of grep produce.
29424         (grep-mode-font-lock-keywords): Likewise.
29426 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
29428         * progmodes/gdb-ui.el (gdb-location-list): New variable.
29429         (gdb-cdir): Delete.
29430         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29431         (gdb-source-info): Treat case when source file is in another
29432         directory properly.
29433         (gdb-get-location): New function.
29435 2005-02-07  Jay Belanger  <belanger@truman.edu>
29437         * calc/calc-prog.el (calc-write-parse-table-part)
29438         (calc-fix-token-name): Fix a check for language type.
29440         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29442 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
29444         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29445         as directory not writable.
29447 2005-02-07  Kim F. Storm  <storm@cua.dk>
29449         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29450         (cua--standard-movement-commands): Remove list.
29451         Instead, set CUA property value to move for movement commands.
29452         (cua-movement-commands): Remove.  Users must set CUA prop instead.
29453         (cua--pre-command-handler): Check CUA property.
29454         (cua--init-keymaps): Don't remap undo commands.
29455         (cua-mode): Don't call cua--rectangle-on-off.
29457         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29458         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29459         (cua--rect-undo-set-point): New var.
29460         (cua--rectangle-undo-boundary): Setup undo apply entry.
29461         (cua--rect-undo-handler): New function for rectangle undo.
29462         (cua--rect-start-position, cua--rect-end-position): Add.
29463         (cua--rectangle-post-command): Call cua--rectangle-set-corners
29464         for restored rectangle.  Set point if cua--rect-undo-set-point.
29466 2005-02-06  Jay Belanger  <belanger@truman.edu>
29468         * calc/calc-lang.el (calc-tex-language): Display more information
29469         in messages.
29471         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29472         in TeX mode.
29474 2005-02-06  Richard M. Stallman  <rms@gnu.org>
29476         * emacs-lisp/lisp.el (buffer-end): Doc fix.
29478 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
29480         * net/ldap.el (ldap-search-internal): Support attributes with
29481         optional descriptions separated by a semi-colon, as in
29482         "userCertificate;binary".
29484 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29486         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29487         isn't a cons (i.e. the version is 0).
29489 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
29491         * help.el (help-for-help): Doc fix.
29493 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
29495         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
29496         GDB-Windows on the menu-bar as this works better.
29498 2005-02-04  Jay Belanger  <belanger@truman.edu>
29500         * calc/calc-embed.el (calc-embedded-update): Don't put in
29501         unnecessary newlines.  Adjust the end of formula marker.
29503         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29504         (math-latex-parse-two-args): New function.
29506 2005-02-03  Lute Kamstra  <lute@gnu.org>
29508         * help-fns.el (help-with-tutorial): Make sure that users cannot
29509         remove the entire text of the tutorial by means of `undo'.
29511 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29513         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29514         in recent changes, where the ispell process was repeatedly
29515         killed & restarted.
29517         * international/mule-cmds.el (set-locale-environment): Set file-name
29518         coding system to utf-8 on Darwin systems.
29519         (set-default-coding-systems): Don't set default-file-name-coding-system
29520         on Darwin systems.
29522 2005-02-03  Richard M. Stallman  <rms@gnu.org>
29524         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29526 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
29528         * faces.el (list-faces-display): Add optional argument.
29530 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29532         * font-core.el (font-lock-default-function): Handle the rare case where
29533         only font-lock-keywords is set.
29535 2005-02-02  Kenichi Handa  <handa@m17n.org>
29537         * international/characters.el: Cancel previous change for
29538         I-WITH-DOT-ABOVE and DOTLESS-i.
29540         * international/latin-5.el: Cancel previous change.
29542 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
29544         * progmodes/gud.el: Correction to syntax in gud-menu-map.
29546 2005-02-02  Kenichi Handa  <handa@m17n.org>
29548         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29549         DOTLESS-i.
29551         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29552         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29554         * case-table.el (get-upcase-table): New function.
29555         (copy-case-table): Copy upcaes table too if non-nil.
29556         (set-case-syntax-delims): Maintain upcase table too.
29557         (set-case-syntax-pair): Likewise.
29558         (set-upcase-syntax, set-downcase-syntax): New functions.
29559         (set-case-syntax): Maintain upcase table too.
29561 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
29563         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29565         * progmodes/gud.el (gud-goto-info): New function.
29566         (gud-tool-bar-map): Use correct icon.
29568 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
29570         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29571         When delegating, order args in the funcall correctly.
29573 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
29575         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29577 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
29579         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29580         buffer not visiting a file.
29582 2005-01-31  Jay Belanger  <belanger@truman.edu>
29584         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29585         bound on the line with the formula.
29587 2005-01-31  Kim F. Storm  <storm@cua.dk>
29589         * ses.el (ses-create-cell-variable-range)
29590         (ses-destroy-cell-variable-range, ses-reset-header-string)
29591         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29592         (ses-insert-row): Fix format of apply undo entries.
29594 2005-01-31  Jay Belanger  <belanger@truman.edu>
29596         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29597         parts.
29599         * calc/calc-embed.el (calc-embedded-open-formula)
29600         (calc-embedded-close-formula): Ignore matrix environments.
29602         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29603         TeX mode.
29605         * calc/calc-lang.el (math-function-table, math-oper-table)
29606         (math-variable-table): Adjust the LaTeX portions.
29608         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29609         (math-latex-ignore-words): New constant.
29611 2005-01-31  Richard M. Stallman  <rms@gnu.org>
29613         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29614         (ispell-local-dictionary): Doc fix.
29615         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29616         Don't reinitialize at run time.  Don't defcustom.
29617         All uses changed to append ispell-local-dictionary-alist,
29618         or check it first.
29619         (ispell-current-dictionary): New variable for dictionary in use.
29620         (ispell-dictionary): Now used only for global default.
29621         (ispell-start-process): Set ispell-current-dictionary,
29622         not ispell-dictionary.
29623         (ispell-change-dictionary): Use this only for setting
29624         user preferences.
29625         (ispell-internal-change-dictionary): New function
29626         to change the current dictionary in use.
29627         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29628         Use ispell-current-dictionary.
29629         Handle ispell-local-dictionary-overridden.
29630         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29632 2005-01-31  Jay Belanger  <belanger@truman.edu>
29634         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29636         * calc/calc-ext.el: Add calc-latex-language to autoloads.
29637         (calc-mode-map): Add calc-latex-language.
29639         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29640         (math-latex-print-frac): New functions.
29641         (math-oper-table, math-function-table, math-variable-table)
29642         (math-complex-format, math-input-filter): Add latex properties.
29643         (calc-set-language): Set math-expr-special-function-mapping.
29645         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29646         (calc-write-parse-table-part): Add LaTeX support.
29648         * calc/calc.el (calc-language): Adjust docstring.
29649         (calc-set-mode-line): Add LaTeX support.
29650         (math-expr-special-function-mapping): New variable.
29651         (math-tex-ignore-words): Add to list.
29653         * calc/calccomp.el (math-compose-expr, math-compose-rows):
29654         Add LaTeX support.
29655         (math-compose-expr): Add support for special functions.
29657         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29659 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
29661         * progmodes/gdb-ui.el (gdb-memory-address)
29662         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29663         (gdb-memory-mode-map, gdb-memory-format-keymap)
29664         (gdb-memory-format-menu, gdb-memory-unit-keymap)
29665         (gdb-memory-unit-menu): New variables for a buffer
29666         that lets the user examine program memory.
29667         (gdb-memory-set-address, gdb-memory-set-repeat-count)
29668         (gdb-memory-format-binary, gdb-memory-format-octal)
29669         (gdb-memory-format-unsigned, gdb-memory-format-signed)
29670         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29671         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29672         (gdb-memory-unit-word, gdb-memory-unit-halfword)
29673         (gdb-memory-unit-byte, gdb-memory-unit-menu)
29674         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29675         (gdb-memory-mode, gdb-memory-buffer-name)
29676         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29677         New functions for above buffer.
29679 2005-01-30  Richard M. Stallman  <rms@gnu.org>
29681         * cus-edit.el (custom-bury-buffer): Function deleted.
29682         (custom-buffer-done-function): Option deleted.
29683         (custom-buffer-done-kill): New replacement option.
29684         (Custom-buffer-done): Call quit-window.
29685         (custom-buffer-create-internal): Update for above changes.
29687 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
29689         * simple.el (undo-ask-before-discard): New var.
29690         (undo-outer-limit-truncate): Implement it.
29691         (undo-extra-outer-limit): Doc update.
29693 2005-01-29  Richard M. Stallman  <rms@gnu.org>
29695         * ses.el (undo-more): Delete defadvice.
29696         (ses-begin-change): Doc fix.
29698         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29699         instead of rebinding C-x u and C-_.
29701         * files.el (normal-backup-enable-predicate): Return nil for files
29702         in /tmp, regardless of temporary-file-directory.
29704         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29706         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29707         (open-rectangle, delete-whitespace-rectangle-line)
29708         (clear-rectangle-line): If FILL, pass t instead of FILL
29709         for move-to-column's 2nd arg.
29711         * simple.el (undo): Fix the test for continuing a series of undos.
29712         (undo-more): Set pending-undo-list to t when we reach end.
29713         (pending-undo-list): Move up defvar.
29715         * wid-edit.el (widget-button-click):
29716         Shorten the range of the track-mouse binding.
29718         * comint.el (comint-insert-input): Undo previous changes;
29719         use last-input-event in interactive spec.
29721 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
29723         * progmodes/compile.el (compilation-start): Bind buffer-read-only
29724         to nil before invoking call-process.  Reset buffer's modified flag
29725         after fontifying it in the no-async branch.
29727         * wid-edit.el (widget-specify-button): If mouse pointer shape
29728         cannot be changed, use mouse face instead.
29730 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
29732         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29733         (gdb-goto-breakpoint): Make breakpoint handling work on template
29734         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
29735         (gdb-assembler-custom): Update to recognize breakpoint information
29736         added on 2005-01-19.
29738 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29740         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29741         (dsssl-mode): Use define-derived-mode.
29742         (scheme-mode-initialize): Remove.
29743         (scheme-mode): Use run-mode-hooks.
29745         * cus-edit.el (customize-group-other-window)
29746         (custom-buffer-create-other-window): Don't override special-display-*.
29747         (custom-mode-map): Make it dense.
29749         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29750         sets the default value.
29752 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
29754         * descr-text.el: Add more keywords.
29756 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29758         * speedbar.el: Avoid unnecessary use of locate-library.
29760         * international/mule-cmds.el (standard-display-european-internal):
29761         Don't fiddle with latin-1 non-break space any more since it's now
29762         special cased in the C code.
29763         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29765 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
29767         * cus-start.el (all): Add `undo-outer-limit'.
29769 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29771         * textmodes/bibtex.el (bibtex-format-entry):
29772         Use `bibtex-empty-field-re' only on the text of fields, not on entire
29773         field lines.
29774         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29775         not on part of a buffer.
29777 2005-01-25  Lute Kamstra  <lute@gnu.org>
29779         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29780         nonempty field text strings like "{letters\\macro{}more letters}".
29781         Clarify docstring.
29782         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29783         (bibtex-entry-offset, bibtex-parse-association)
29784         (bibtex-parse-field-name): Fix typos in docstrings.
29785         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29787 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
29789         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29790         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29791         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29792         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29794         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29795         isearch minor mode.
29797 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
29799         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29801 2005-01-24  Lute Kamstra  <lute@gnu.org>
29803         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29804         CASECHARS and NOT-CASECHARS regular expressions of the
29805         "nederlands" and "nederlands8" dictionaries to prevent a "Range
29806         striding over charsets" error.
29808 2005-01-24  Jay Belanger  <belanger@truman.edu>
29810         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29811         display variable name.
29813 2005-01-24  Kenichi Handa  <handa@m17n.org>
29815         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29816         Fix setting of the element of encoded-kbd-iso2022-invocations.
29818 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
29820         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29821         (gdb-threads-select): Change to also accept mouse events.
29822         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29823         (gdb-threads-mouse-select): Delete.
29825 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
29827         * files.el (insert-directory): Take care of empty directory,
29828         listed without -a switch.
29830 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29832         * textmodes/refill.el (refill-post-command-function):
29833         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29834         to the list of functions that we should be careful not to undo.
29835         (refill-late-fill-paragraph-function): Remove.
29836         (refill-saved-state): New var.
29837         (refill-mode): Use it to save fill-paragraph-function.
29838         Save also the value of auto-fill-function.
29840         * term/w32-win.el: Simplify code.
29842 2005-01-23  Kim F. Storm  <storm@cua.dk>
29844         * simple.el (line-move): Adapt to new return value from
29845         pos-visible-in-window-p.
29847         * simple.el (line-move): Fix last change.  Check partial
29848         visibility at point rather than at window-start.
29850 2005-01-22  Jason Rumney  <jasonr@gnu.org>
29852         * term/w32-win.el (xw-defined-colors): Remove debug-message.
29854 2005-01-22  David Kastrup  <dak@gnu.org>
29856         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29858 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
29860         * type-break.el (type-break-mode): Add a test for
29861         type-break-file-name being non-nil.
29863 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
29865         * net/eudc.el (top level): Call (message "") via progn, so that
29866         eudc-options-file is loaded.
29868 2005-01-22  Kim F. Storm  <storm@cua.dk>
29870         * simple.el (line-move-1): Rename from line-move.
29871         (line-move): New function that adjusts vscroll for partially
29872         visible rows, and calls line-move-1 otherwise.
29874 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
29876         * pcomplete.el: Define pcomplete-read-event instead of read-event,
29877         since it's not a complete read-event implementation
29879 2005-01-20  Jay Belanger  <belanger@truman.edu>
29881         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29882         for called function.
29884 2005-01-20  Steven Tamm  <steventamm@mac.com>
29886         * term/mac-win.el (process-connection-type): Remove.
29887         Controlled now by s/darwin.h:PTY_ITERATION.
29889 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29891         * window.el (handle-select-window): Don't switch window when we're
29892         in the minibuffer.
29894 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
29896         * subr.el (dotimes-with-progress-reporter): New macro.
29898         * ses.el (ses-dotimes-msg): Remove macro.
29899         Use `dotimes-with-progress-reporter' instead.
29901 2005-01-19  Steven Tamm  <steventamm@mac.com>
29903         * term/mac-win.el (process-connection-type): Use new
29904         operating-system-release variable to use ptys on Darwin 7 (OS X
29905         10.3) when using carbon build.
29907 2005-01-19  Jay Belanger  <belanger@truman.edu>
29909         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29910         flags if the last command was a tab or M-tab.
29912         * calc/calc-prog.el (calc-user-define-edit): Put original formula
29913         in formula editing buffer.
29915 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
29917         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29918         breakpoint image symbol in margin.
29920 2005-01-19  Jay Belanger  <belanger@truman.edu>
29922         * calc/calc-prog.el (calc-execute-kbd-macro):
29923         Ignore calc-keep-arg-flag.
29925 2005-01-19  Kenichi Handa  <handa@m17n.org>
29927         * textmodes/ispell.el (ispell-looking-at): New function.
29928         (ispell-process-line): Use ispell-looking-at to compare the ispell
29929         output and the buffer contents.
29931 2005-01-18  Jay Belanger  <belanger@truman.edu>
29933         * calc/calc.el (calc-display-raw): Fix docstring.
29935 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29937         * simple.el (blink-matching-open): Strip extra info from syntax.
29939         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29940         funny chars in the end-of-here-doc marker.
29942 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
29944         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29945         that enable/disabled state of breakpoints is shown correctly in
29946         fringe and on ttys.
29947         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29948         Add breakpoint information as text properties.
29949         (gdb-mouse-toggle-breakpoint):
29950         Rename to gdb-mouse-set-clear-breakpoint.
29951         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
29952         breakpoints in the margin.
29953         (gdb-remove-strings): Simplify.
29955 2005-01-17  Jay Belanger  <belanger@truman.edu>
29957         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29958         erasing buffer.
29960 2005-01-17  Richard M. Stallman  <rms@gnu.org>
29962         * progmodes/grep.el (grep-find): Copy from `grep' the condition
29963         for calling grep-compute-defaults.
29965         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29966         if buffer is empty.
29968         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29970 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
29972         * hilit-chg.el (highlight-changes-mode): Don't autoload.
29974         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29975         non-preloaded variables.
29977 2005-01-17  Steven Tamm  <steventamm@mac.com>
29979         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29980         tex-shell cause to force interactivity when using pipes.
29982 2005-01-17  Kim F. Storm  <storm@cua.dk>
29984         * simple.el (just-one-space): Make arg optional.
29986 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
29988         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29989         posn-at-x-y to t to access left-margin.
29991 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
29993         Sync with Tramp 2.0.47.
29995         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29996         catching keep-date problems in cp/scp operations.
29997         (tramp-handle-copy-file): Don't call `set-file-modes'
29998         unconditionally.  Specialized functions should know better what is
29999         necessary.  This improves performance a little bit, and the
30000         functions could catch errors with `cp -p' and `scp -p'.
30001         (tramp-do-copy-or-rename-file-via-buffer)
30002         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30003         when appropriate.
30004         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30005         Call `set-file-modes' when appropriate.
30006         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
30007         Johnsson <isak@hypergene.com>.
30008         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30009         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
30010         <joakim@verona.se>.
30011         (tramp-file-name-for-operation): Mark `shell-command' as magic for
30012         Emacs only.
30014         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
30015         `find-file-hooks' and `dired-mode-hook'.
30016         (tramp-minor-mode-map): Respective map.  Add remapping for
30017         `compile' and `recompile'.
30018         (tramp-remap-command, tramp-recompile): New defuns.
30019         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30020         in buffer "*Compilation*".  Call the commands asynchronously.
30022         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30023         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30024         `shell-command', because it isn't magic in XEmacs.  Reported by
30025         Adrian Aichner <adrian@xemacs.org>.
30027         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30028         `substitute-in-file-name.
30029         (tramp-smb-handle-substitute-in-file-name): New defun.
30030         (tramp-smb-advice-PC-do-completion): Delete advice.
30032 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
30034         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30035         Fix error in deleting region.
30037 2005-01-15  Richard M. Stallman  <rms@gnu.org>
30039         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30040         In non-temp buffer, switch syntax table temporarily.
30042         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30044         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30046         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30048         * imenu.el (imenu--split-menu): Copy menulist before sorting.
30049         (imenu--generic-function): Use START, not BEG, as pos of definition.
30051         * simple.el (just-one-space): Argument specifies number of spaces.
30053         * simple.el (eval-expression-print-format): Avoid warning
30054         about edebug-active.
30056 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
30058         * progmodes/sh-script.el: Code copied from make-mode.el
30059         with small changes,
30060         (sh-mode-map): Bind C-c C-\.
30061         (sh-backslash-column, sh-backslash-align): New variables.
30062         (sh-backslash-region, sh-append-backslash): New functions.
30064 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30066         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30067         (rmail-pop-password, rmail-pop-password-required): Move to
30068         rmail-obsolete group.
30069         (rmail-set-pop-password): Rename to rmail-set-remote-password.
30070         All callers updated.
30071         (rmail-get-pop-password): Rename to rmail-get-remote-password.
30072         Take an argument specifying whether it is POP or IMAP mailbox we
30073         are using.  All callers updated.
30074         (rmail-pop-password-error): Rename to
30075         rmail-remote-password-error.  Added mailutils-specific error message.
30076         (rmail-movemail-search-path)
30077         (rmail-movemail-variant-in-use): New variables.
30078         (rmail-remote-password, rmail-remote-password-required):
30079         New customization variables.
30080         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30081         (rmail-parse-url): New function.
30082         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30083         with GNU mailutils movemail.
30085 2005-01-15  Kevin Ryde  <user42@zip.com.au>
30087         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30088         suffix to space, $ or '$, to correctly position point when going
30089         to @table style constants like DBL_MAX.
30091 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
30093         * type-break.el (type-break-mode, type-break-file-time)
30094         (type-break-file-keystroke-count, type-break-choose-file):
30095         Don't store data in or load data from the file if type-break-file-name
30096         is nil.
30097         (type-break-file-name): Doc update as per the above.
30099 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
30101         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30102         lookup-key might return nil; handle that.
30104 2005-01-15  Alan Mackenzie  <acm@muc.de>
30106         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30107         rather than the element found, thus enabling the tree to be setcar'd.
30109 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30111         * textmodes/org.el (org-show-following-heading): New option.
30112         (org-show-hierarchy-above): Use `org-show-following-heading'.
30113         (org-cycle): Documentation fix.
30115         * textmodes/org.el (orgtbl-optimized): New option
30116         (orgtbl-mode): New command, a minor mode.
30117         (orgtbl-mode-map): New variable.
30118         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30119         (orgtbl-error, orgtbl-self-insert-command)
30120         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30122         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30123         a local variable in each org-mode buffer.
30125         * textmodes/org.el (org-set-regexps-and-options): Rename from
30126         `org-set-regexps'.  Added checking for STARTUP keyword.
30127         (org-get-current-options): Add STARTUP options.
30128         (org-table-insert-row): Make mode intelligent about when
30129         realignment is needed.
30130         (org-self-insert-command, org-delete-backward-char, org-delete-char):
30131         New commands.
30132         (org-enable-table-editor): New default value `optimized'.
30133         (org-table-blank-field): Support blanking regions if active.
30135 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30137         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30138         if the year is not given.
30140         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30141         Add new escapes %m and %M, fixed bug with %F by adding
30142         save-match-data.
30143         (reftex-reference): Remove ?. from list of spaces.
30144         (reftex-label-info): Add automatic label prefix recognition.
30146         * textmodes/reftex-index.el (reftex-index-next-phrase):
30147         Add slave parameter to call of `reftex-index-this-phrase'.
30148         (reftex-index-this-phrase): New optional argument.
30149         (reftex-index-region-phrases): Add slave parameter to call of
30150         `reftex-index-this-phrase'.
30151         (reftex-display-index): New argument redo.
30152         (reftex-index-rescan): Add `redo' to arguments of
30153         `reftex-display-index'.
30154         (reftex-index-Rescan, reftex-index-revert)
30155         (reftex-index-switch-index-tag): Add `redo' to arguments of
30156         `reftex-display-index'.
30157         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30158         indexing.  Fix bug with matching is there is a quote before or
30159         after the word.
30161         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30162         Fix bug when collecting citation keys in lines with comments.
30163         (reftex-citation): Prefix argument no longer rescans the document,
30164         but forces prompting for optional arguments of cite macros.
30165         (reftex-do-citation): Prompting for optional arguments implemented.
30167         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30168         Add optional arguments to most cite commands.
30169         (reftex-cite-cleanup-optional-args): New option
30170         (reftex-cite-prompt-optional-args): New option.
30171         (reftex-trust-label-prefix): New option.
30173         * textmodes/reftex-toc.el (reftex-toc-find-section):
30174         Add push-mark before changing the position in the buffer.
30176         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30177         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30179 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
30181         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30182         more carefully.
30184 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30186         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30187         (sgml-mode): Use it.
30188         (sgml-get-context): Better keep track of implicitly closed tags.
30190 2005-01-13  Kenichi Handa  <handa@m17n.org>
30192         * textmodes/ispell.el: These changes are to fix misalignment error
30193         caused by equivalent characters of different Emacs charsets.
30194         (ispell-unified-chars-table): New variable.
30195         (ispell-get-decoded-string): New function.
30196         (ispell-get-casechars, ispell-get-not-casechars)
30197         (ispell-get-otherchars): Call ispell-get-decoded-string.
30199 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30201         * custom.el (custom-declare-variable): Just put symbol instead
30202         of (defvar . symbol) in `current-load-list'.
30204 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
30206         * emacs-lisp/elint.el: Fixed typo in Commentary section.
30208 2005-01-12  Jay Belanger  <belanger@truman.edu>
30210         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30211         to create a Calc summary.
30213 2005-01-12  Kim F. Storm  <storm@cua.dk>
30215         * mouse.el (mouse-on-link-p): Change functionality and doc
30216         string to comply with latest description in lisp ref.
30218 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
30220         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30221         Enable mouse clicks on mode-line, header-line and margin.
30222         (event-type): Give mouse event symbols an `event-kind' property
30223         with value `mouse-click'.
30225 2005-01-12  Juri Linkov  <juri@jurta.org>
30227         * facemenu.el (list-colors-display): Add new arg buffer-name.
30228         Use it.  Fix docstring.  Replace code for identifying duplicate
30229         colors by the name with call to `list-colors-duplicates' which
30230         identifies duplicate colors by the value unless the color
30231         is one of special Windows colors.  Set truncate-lines to t.
30232         Print sorted duplicate color names on each line.  Indent to 22
30233         \(the longest color name in rgb.txt) instead of 20.  Optimize.
30234         (list-colors-duplicates): New function.
30235         (facemenu-color-name-equal): Delete function.
30237         * facemenu.el (list-colors-print): New function created from code
30238         in list-colors-display.  Print #RRGGBB at the window right edge.
30239         (list-colors-display): When temp-buffer-show-function is not
30240         defined, call list-colors-print from temp-buffer-show-hook
30241         to get the right value of window-width in list-colors-print
30242         after the buffer is displayed.
30244         * simple.el (pop-mark): Move deactivate-mark out of conditional
30245         part to deactivate the active mark regardless of the state of the
30246         mark ring.
30248         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30249         variables line in desktop files.
30251 2005-01-12  Juri Linkov  <juri@jurta.org>
30253         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30254         Bring together isearch highlight related options.
30255         (lazy-highlight): Replace group `replace' by `matching'.
30256         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30257         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30258         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30259         and declare them obsolete.
30260         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30261         (isearch-faces): Remove defgroup.
30262         (isearch-overlay, isearch-highlight, isearch-dehighlight):
30263         Move isearch highlighting code closer to lazy highlighting code.
30265         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30266         (query-replace-highlight, query-replace-lazy-highlight)
30267         (query-replace): Move definitions to the beginning of the file.
30269 2005-01-11  Juri Linkov  <juri@jurta.org>
30271         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30272         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30273         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30275         * info.el (Info-history-forward): New variable.
30276         (Info-select-node): Reset Info-history-forward to nil.
30277         (Info-last): Turn into defalias.
30278         (Info-history-back): Rename from Info-last.
30279         Add current node to Info-history-forward.
30280         (Info-history-forward): New fun.
30281         (Info-mode-map): Replace Info-last by Info-history-back.
30282         Bind Info-history-forward to "r".
30283         (Info-mode-menu): Replace Info-last by Info-history-back.
30284         Fix menu item text.  Add menu item for Info-history-forward.
30285         (info-tool-bar-map): Replace Info-last by Info-history-back.
30286         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
30287         for Info-history-forward.
30288         (Info-mode): Replace Info-last by Info-history-back in docstring.
30289         Add local variable Info-history-forward.
30290         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30292 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30294         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30295         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30296         Ignore select-window events rather than fiddle with
30297         mouse-autoselect-window.
30299 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
30301         * type-break.el (type-break-mode): Fix previous change.
30303 2005-01-10  Jay Belanger  <belanger@truman.edu>
30305         * calc/calc-ext.el (calc-reset): Reset when inside embedded
30306         calculator; only reset when point is inside a calculator.
30307         Don't adjust the window height if the window takes up the whole height
30308         of the frame.
30310 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
30312         * ebuff-menu.el (Electric-buffer-menu-mode):
30313         Preserve value of buffer-local var header-line-format.
30315 2005-01-09  Jay Belanger  <belanger@truman.edu>
30317         * calc/calc.el (calc-mode-var-list-restore-saved-values):
30318         Make sure settings file exists before accessing it.
30320         * calc/calc-embed.el (calc-embedded-subst):
30321         Replace math-multi-subst-rec, which is only supposed to be called
30322         by math-multi-subst, by math-multi-subst.
30324 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
30326         * vc.el (vc-allow-async-revert): New user option.
30327         (vc-disable-async-diff): New internal variable.
30328         (vc-revert-buffer): Use them to disable asynchronous diff.
30330         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
30331         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
30332         asynchronously if vc-disable-async-diff is t.
30334 2005-01-09  Jay Belanger  <belanger@truman.edu>
30336         * calc/calc.el (defcalcmodevar): New macro.
30337         (calc-mode-var-list-restore-default-values)
30338         (calc-mode-var-list-restore-saved-values): New functions.
30339         (calc-mode-var-list): Use defcalcmodevar to define it.
30340         (calc-always-load-extensions, calc-line-numbering)
30341         (calc-line-breaking, calc-display-just, calc-display-origin)
30342         (calc-number-radix, calc-leading-zeros, calc-group-digits)
30343         (calc-group-char, calc-point-char, calc-frac-format)
30344         (calc-prefer-frac, calc-hms-format, calc-date-format)
30345         (calc-float-format, calc-full-float-format, calc-complex-format)
30346         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
30347         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
30348         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
30349         (calc-matrix-brackets, calc-language, calc-language-option)
30350         (calc-left-label, calc-right-label, calc-word-size)
30351         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
30352         (calc-display-raw, calc-internal-prec, calc-angle-mode)
30353         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
30354         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
30355         (calc-window-height, calc-display-trail, calc-show-selections)
30356         (calc-use-selections, calc-assoc-selections)
30357         (calc-display-working-message, calc-auto-why, calc-timing)
30358         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
30359         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
30360         (calc-gnuplot-default-device, calc-gnuplot-default-output)
30361         (calc-gnuplot-print-device, calc-gnuplot-print-output)
30362         (calc-gnuplot-geometry, calc-graph-default-resolution)
30363         (calc-graph-default-resolution-3d, calc-invocation-macro)
30364         (calc-show-banner): Use defcalcmodevar to declare them and set
30365         their default values.
30367         * calc/calc-ext.el (calc-reset): Restore saved values of variables
30368         instead of default values (but restore default values if there is
30369         an argument of 0).
30371 2005-01-09  David Kastrup  <dak@gnu.org>
30373         * desktop.el (desktop-restore-eager): Fix typo in type.
30375 2005-01-08  Richard M. Stallman  <rms@gnu.org>
30377         * cus-edit.el (customize): Delete :link.
30379 2005-01-08  Jay Belanger  <belanger@truman.edu>
30381         * calc/calc.el (calc-mode): Remove the extension from the
30382         `calc-settings-file' file name when loading it.
30384 2005-01-08  Kim F. Storm  <storm@cua.dk>
30386         * info.el (Info-mode-map, Info-next-link-keymap)
30387         (Info-prev-link-keymap, Info-up-link-keymap):
30388         Map follow-link to mouse-face.
30389         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
30391 2005-01-08  Jay Belanger  <belanger@truman.edu>
30393         * calc/calc.el (calc-settings-file): Change default value.
30394         Suggested by cgw in a comment in calc-mode.el.
30396         * calc/calc-mode.el (calc-settings-file-name):
30397         Compare calc-settings-file to user-init-file instead of ~/.emacs.
30398         Replace ~/.emacs in a prompt by calc-settings-file.
30400 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
30402         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
30403         (desktop-lazy-idle-delay): New customizable variables.
30404         (desktop-buffer-args-list): New variable.
30405         (desktop-append-buffer-args): New function.
30406         (desktop-save): Call desktop-append-buffer-args for some buffers.
30407         (desktop-lazy-create-buffer): New function.
30408         (desktop-idle-create-buffers): New function.
30409         (desktop-read): Add message about buffers to restore lazily.
30410         (desktop-lazy-abort): New command.
30411         (desktop-clear): Call desktop-lazy-abort.
30412         (desktop-lazy-complete): New command.
30414 2005-01-06  Richard M. Stallman  <rms@gnu.org>
30416         * emacs-lisp/find-func.el (find-face-definition):
30417         Rename from find-face.
30419 2005-01-06  Kim F. Storm  <storm@cua.dk>
30421         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30423         * man.el (Man-xref-man-page, Man-xref-header-file)
30424         (Man-xref-normal-file): Add follow-link property.
30426 2005-01-06  Jay Belanger  <belanger@truman.edu>
30428         * calc/calc-units.el: Make sure the proper macro definitions are
30429         available when compiling.
30431 2005-01-06  Juri Linkov  <juri@jurta.org>
30433         * isearch.el (isearch-lazy-highlight-update):
30434         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30436 2005-01-06  Miles Bader  <miles@gnu.org>
30438         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30439         (isearch-lazy-highlight-face): Use new name.
30441 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30443         * uniquify.el (uniquify-rationalize-file-buffer-names):
30444         Re-add an interactive spec.
30445         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30446         to the same name.
30448         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30449         (isearch-update, isearch-done): Adjust calls accordingly.
30451 2005-01-05  Richard M. Stallman  <rms@gnu.org>
30453         * custom.el (custom-set-variables, custom-theme-set-variables):
30454         Clarify documentation.
30456         * emacs-lisp/find-func.el (find-variable)
30457         (find-variable-other-window, find-variable-other-frame):
30458         Fix the TYPE args to find-function-read and find-function-do-it.
30459         (find-function): Doc fix.
30460         (find-function-at-point): Replace function-at-point alias.
30462 2005-01-04  Richard M. Stallman  <rms@gnu.org>
30464         * cus-face.el (custom-declare-face):
30465         Record defface in current-load-list.
30467         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30469         * emacs-lisp/find-func.el: Doc fixes.
30470         (find-face-regexp): New variable.
30471         (find-function-regexp-alist): New variable.
30472         (find-function-C-source): Third arg is now TYPE.
30473         (find-function-search-for-symbol): Handle general TYPE.
30474         (find-function-read, find-function-do-it): Handle general TYPE.
30475         (find-definition-noselect, find-face): New functions.
30476         (function-at-point): Alias deleted.
30478 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
30480         * battery.el (display-battery-mode): Rename from display-battery.
30481         Handle the case where it gets turned off.
30483 2005-01-04  Richard M. Stallman  <rms@gnu.org>
30485         * cus-edit.el (customize): Make :link point to user doc.
30487         * man.el (Man-fontify-manpage): Turn off undo generation.
30489         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30491 2005-01-04  Andreas Schwab  <schwab@suse.de>
30493         * files.el (insert-directory): Only look for error lines in
30494         inserted text.  Don't move too far after processing --dired markers.
30496 2005-01-04  Richard M. Stallman  <rms@gnu.org>
30498         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30499         Don't expand if the character is @, period, dash, etc.
30500         (define-mail-abbrev): Quote names that contain problem characters.
30502 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
30504         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30506 2005-01-03  Richard M. Stallman  <rms@gnu.org>
30508         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30509         (query-replace-highlight, query-replace-lazy-highlight)
30510         (query-replace): Definitions moved up.  Doc fix.
30512 2005-01-03  Richard M. Stallman  <rms@gnu.org>
30514         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30515         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30516         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30517         (lazy-highlight-face): Rename from isearch-lazy-...
30518         Change all references to them.
30520 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
30522         * cus-edit.el (custom-file): Doc fix for defcustom.
30523         (custom-file): The function no longer sets the variable
30524         `custom-file' to its return value.
30526         * startup.el (command-line): No longer load `custom-file'.
30528 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30530         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30532         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30533         Don't confuse module-prefixed identifiers for labels.
30534         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30536 2005-01-02  Richard M. Stallman  <rms@gnu.org>
30538         * files.el (basic-save-buffer-1): Fix previous change.
30540         * loadhist.el (file-loadhist-lookup): New function.
30541         (file-provides, file-requires): Use it.
30543         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30544         instead of calculating the right size.
30546 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
30548         * vc-svn.el (vc-svn-diff): Stay local if possible.
30550 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30552         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30554         * files.el (hack-local-variables): Fix last change.
30556 2005-01-02  Jay Belanger  <belanger@truman.edu>
30558         * calc/calc-yank.el (calc-edit-top): New variable.
30559         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30560         object.  Change header properties.
30561         (calc-edit-finish, calc-edit-finish-stack-object)
30562         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30563         edited object.
30564         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30565         for the beginning of the edited object.
30566         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30567         for the beginning of the edited object.
30568         * calc/calc-prog.el (calc-edit-macro-finish-edit)
30569         (calc-finish-formula-edit, calc-macro-repeats)
30570         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30571         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30572         beginning of the edited object.
30573         (calc-user-define-edit): Change the header for editing macros.
30574         Remove unnecessary variable.
30576 2005-01-01  Jay Belanger  <belanger@truman.edu>
30578         * calc/calc-yank.el (calc-edit-mode): Change default header.
30579         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30580         * calc/calc-store.el (calc-edit-variable): Change title to match new
30581         header.
30582         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30583         mode to match new header.
30584         (calc-user-define-edit): Change titles to include names of commands.
30585         (calc-finish-formula-edit): Adjust to handle new header.
30586         (calc-finish-macro-edit): Remove.
30587         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30588         (calc-edit-macro-command, calc-edit-macro-command-type)
30589         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30590         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30591         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30592         (calc-edit-macro-finish-edit): New functions.
30593         (calc-user-define-edit): Use new functions to edit named calc macros.
30595 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30597         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30599         * ses.el (copy-region-as-kill): Deactivate mark.
30601 2005-01-01  Richard M. Stallman  <rms@gnu.org>
30603         * replace.el (occur-1): If the output buffer is also an input,
30604         don't kill it, rename it.
30606         * faces.el (set-face-background, set-face-foreground): Doc fix.
30608         * cus-face.el (custom-face-attributes): Fix :help-echo strings
30609         for :foreground and :background.
30611         * dired.el (dired-view-command-alist): Variable deleted.
30612         (dired-view-file, dired-mouse-find-file-other-window):
30613         Delete the code to use it.
30615 2005-01-01  Kim F. Storm  <storm@cua.dk>
30617         * image.el (insert-sliced-image): Use t for line-height property.
30619 See ChangeLog.11 for earlier changes.
30621 ;; Local Variables:
30622 ;; coding: iso-2022-7bit
30623 ;; add-log-time-zone-rule: t
30624 ;; End:
30626     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30627   Copying and distribution of this file, with or without modification,
30628   are permitted provided the copyright notice and this notice are preserved.
30630 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1