*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob77ddef912b1f43e039632bf91b2e9e61b3cbb1c4
1 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3         * allout.el (allout-encrypt-string): Inhibit use of agent within
4         body of let form where encryption happens.  Acknowledge non-use of
5         gpg-agent in docstring.
6         (allout-toggle-subtree-encryption): Acknowledge non-use of
7         gpg-agent in docstring.
9 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
11         * custom.el (custom-add-frequent-value): Alias for
12         custom-add-option.
14 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
15         
16         * ediff-diff.el (ediff-diff-options): clarify docstring.
17         (ediff-setup-diff-regions): disallow -u in ediff-diff-options.
18         
19         * viper-cmd.el (viper-post-command-sentinel): protect against errors in
20         hooks.
21         (viper-add-newline-at-eob-if-necessary): add newline only if we
22         actually modify buffer; ignore errors if occur.
23         
24 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
26         * calendar/calendar.el (calendar-mode-map): Switch < and >.
27         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
28         formatting.
30 2006-12-23  Richard Stallman  <rms@gnu.org>
32         * simple.el (delete-horizontal-space): Doc fix.
34 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
36         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
37         explicitly in a recursive Make, not implicitly through prerequisites,
38         since the latter is wrong under parallel builds.
40 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
42         * w32-fns.el (convert-standard-filename): Wrap in
43         save-match-data.
45 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
47         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
48         message string.
50 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
52         * outline.el (outline-next-visible-heading): Fix the case with a
53         header at end-of-file with no final newline.
55 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
57         * indent.el (tab-always-indent): Doc fix.
59 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
61         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
62         (Info-fontify-node): Do fontify indices.
64         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
65         to the Emacs Lisp reference manual.
66         (tutorial--tab-map): Remove.  All callers changed.
67         (tutorial--find-changed-keys): New elt QUIET, used to...
68         (tutorial--display-changes): ...ensure that warning messages are
69         only issued once per changed key.
70         (tutorial--remove-remarks): Delete unused code-path.
71         (lang-strings): Remove extraneous formatting.
72         (tutorial--save-tutorial): Prompt before saving tutorial state.
74 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
76         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
77         Replace '?\ ' by '?\s' throughout.
78         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
79         `help' custom group.
80         (tutorial--key-description): New function.
81         (tutorial--display-changes): Remove redundant arg.  Scan for all
82         key sequences to avoid false matches.  Cleanup.
83         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
84         reduce homedir pollution.
85         (help-with-tutorial): Call tutorial--display-changes with no arg.
87 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
89         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
91 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
93         * net/tramp.el (tramp-default-method): We still need to check for
94         `executable-find', because it is not bound under Emacs 20.
95         (tramp-handle-file-name-completion)
96         (tramp-completion-handle-file-name-completion): Handle optional
97         parameter PREDICATE.
98         (tramp-find-default-method): Add code for default values.
100 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
102         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
103         make gud-go send "continue".
105 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
107         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
108         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
110 2006-12-19  Kim F. Storm  <storm@cua.dk>
112         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
113         instead of global-map.
115         * files.el (magic-mode-alist): Allow matching file type by
116         calling a function at bob.  Check for image types by calling
117         image-type-from-buffer.  Suggested by Juanma Barranquero.
118         (set-auto-mode): Do it.
120 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
122         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
123         Remove "ControlMaster" option from the other `scp*' methods.
124         (tramp-default-method): Check for ssh-agent before setting to
125         `scp'.
127 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
129         * textmodes/org.el (org-mode): Show context after isearch.
130         (org-show-siblings): New function.
131         (org-show-context): Use `org-show-siblings'.
133 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
136         Use syntax-ppss-toplevel-pos.
138 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
140         * textmodes/org.el (org-current-line): Make sure that lines are
141         counted from beginning of buffer.
142         (org-table-copy-region, org-table-paste-rectangle): Make sure that
143         lines are counted from beginning of buffer.
145 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
147         * info.el (Info-build-node-completions): Signal error if tag-table
148         marker is not found.
150         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
152 2006-12-17  Alan Mackenzie  <acm@muc.de>
154         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
155         speed) the case when open-paren-in-column-0-is-defun-start is nil.
156         Based on code by Martin Rudalics.
158         * progmodes/cc-mode.el (c-basic-common-init): Don't set
159         open-paren-in-column-0-is-defun-start to nil any more.
161 2006-12-17  Richard Stallman  <rms@gnu.org>
163         * simple.el (delete-horizontal-space): Use prefix arg.
165         * help-fns.el (describe-variable): Improve blank separator lines.
167         * files.el (magic-mode-alist): Mark as risky.
169         * files.el (make-backup-file-name-1):
170         Expand backup-directory explicitly.
172 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
174         * net/tramp.el (tramp-default-method): Before setting to "pscp",
175         check whether package password.el is loaded, or Pageant is running.
177 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
179         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
180         (icalendar--rris): First try Emacs, then XEmacs.
181         (icalendar--convert-ical-to-diary): Doc fix.
182         Insert newline at end of target file.
184 2006-12-17  Kim F. Storm  <storm@cua.dk>
186         * outline.el (outline-isearch-open-invisible-function): New defvar.
187         (outline-flag-region): Use it if non-nil for isearch-open-invisible
188         overlay property instead of outline-isearch-open-invisible.
190 2006-12-16  Kim F. Storm  <storm@cua.dk>
192         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
193         if ido-directory-too-big is set on entry.
194         (ido-toggle-ignore, ido-completion-help): Print message while
195         reading big directory.
197 2006-12-15  Richard Stallman  <rms@gnu.org>
199         * shell.el (shell): Doc fix.
201 2006-12-15  Kevin Gallagher <Kevin.Gallagher@boeing.com>
203         * emulation/edt.el (edt-xserver):
204         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
205         to fix a problem on Cygwin.
207         * emulation/edt.el
208         * emulation/edt-mapper.el
209         * emulation/edt-lk201.el
210         * emulation/edt-pc.el
211         * emulation/edt-vt100.el: Update maintainer's email address.
213 2006-12-15  Simon Marshall  <simon@gnu.org>
215         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
216         change.
218 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
220         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
221         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
222         instead of mac-atsu-font-table.
223         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
225 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
227         * align.el (align-match-tex-pattern): Fix a rare bug which
228         hanged Emacs.
230 2006-12-14  Richard Stallman  <rms@gnu.org>
232         * startup.el (use-fancy-splash-screens-p): Use frame-height
233         instead of window-height.  Pass frame to image-size.
235 2006-12-13  Kenichi Handa  <handa@m17n.org>
237         * international/mule-cmds.el (set-locale-environment):
238         Set default-sendmail-coding-system too.
240 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
242         * progmodes/idlw-help.el: Fix copyright notice.
244 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
248 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
250         * subr.el (unread-command-char): Reformat obsolescence info.
252 2006-12-11  Richard Stallman  <rms@gnu.org>
254         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
255         about calls to cl-struct-setf-expander.
257 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
259         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
260         (ediff-combination-pattern): Fix typo in docstring.
262         * textmodes/refer.el (refer-find-entry): Doc fix.
263         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
264         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
265         Fix tipos in docstrings.
267         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
269 2006-12-10  Kim F. Storm  <storm@cua.dk>
271         * ido.el (ido-init-completion-maps): Remap backward-kill-word
272         instead of binding M-backspace.
274 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
276         * replace.el (replace-match-data, replace-match-maybe-edit):
277         * calc/calc-aent.el (calc-eval-error):
278         * emulation/vi.el (vi-char-argument):
279         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
280         (c-vsemi-status-unknown-p-fn): Doc fixes.
282 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
284         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
285         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
287 2006-12-10  Masatake YAMATO  <jet@gyve.org>
289         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
291 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
293         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
295         * man.el (Man-xref-button-action): New function.  If the
296         `Man-target-string' button property is a function, assume it
297         accepts a position argument.
298         (Man-abstract-xref-man-page): Use it.
299         (Man-default-man-entry): New optional arg POS.
301         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
302         symlink arrows read-only and non-rear-sticky.
304 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
306         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
307         (wdired-search-and-rename): Simplify code.
308         (wdired-preprocess-files, wdired-preprocess-perms): Make
309         read-only property of preceding character rear-nonsticky to
310         avoid that it can be modified.  Put old-name and old-link
311         properties on character preceding name and replace
312         put-text-property by add-text-properties.
313         (wdired-get-filename, wdired-get-previous-link): Get old-name
314         and old-link properties from character preceding name and
315         simplify code.
316         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
317         (wdired-perms-to-number): Make local-map property
318         rear-nonsticky to avoid that text following permissions may be
319         modified.  Use add-text-properties instead of put-text-property
320         when changing a permission bit.
321         (wdired-change-to-dired-mode): Remove stickiness properties.
323 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
325         * international/mule-cmds.el (register-input-method): Doc fix.
327 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
329         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
331 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
333         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
334         Force buffer local defs evaluation on local variables loading.
335         (flyspell-mode-on, flyspell-mode-off): Use it in
336         `hack-local-variables-hook'.
338 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
340         * emacs-lisp/find-func.el (find-variable): Doc fix.
342         * help-fns.el (variable-at-point): Doc fix.
344         * w32-fns.el (w32-append-code-lines): New function.
346 2006-12-09  Romain Francoise  <romain@orebokech.com>
348         * comint.el (comint-insert-input): Delete obsolete comment.
350 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
352         * files.el (insert-file-1): Compare file size to
353         large-file-warning-threshold and request confirmation when
354         warranted.
356 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
359         current frame, in case we're connected to several displays.
361 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
363         * frame.el (other-frame): Doc fix.
364         (set-frame-parameter): Fix typo in docstring.
366 2006-12-07  Kim F. Storm  <storm@cua.dk>
368         * info.el (Info-index): Strip leading colon from topic.
370 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
372         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
373         to pointers.
375 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
377         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
378         Trim out spurious class inheritance "None" entries.
380 2006-12-05  Kim F. Storm  <storm@cua.dk>
382         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
383         (cua-paste-pop): Rework last change for
384         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
385         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
386         text inserted by the last M-y command.
388 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
390         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
391         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
393         * shell.el (shell): Search the start file in ~/.emacs.d as
394         `init_SHELLNAME.sh' instead.
396 2006-12-05  Glenn Morris  <rgm@gnu.org>
398         * progmodes/cperl-mode.el (cperl-mode)
399         * progmodes/f90.el (f90-mode-abbrev-table)
400         * progmodes/fortran.el (fortran-mode-abbrev-table)
401         * progmodes/octave-mod.el (octave-abbrev-table)
402         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
403         if abbrev-table is non-nil (saved user abbrevs may have been restored).
405         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
406         clear abbrev table, else saved abbrevs will not be restored.
408 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
410         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
411         the call to `make-obsolete-variable', not in the docstring.
413 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
415         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
417 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
419         * progmodes/ebnf-abn.el:
420         * progmodes/ebnf-bnf.el:
421         * progmodes/ebnf-dtd.el:
422         * progmodes/ebnf-ebx.el:
423         * progmodes/ebnf-iso.el:
424         * progmodes/ebnf-otz.el:
425         * progmodes/ebnf-yac.el:
426         * progmodes/ebnf2ps.el:
427         * delim-col.el:
428         * printing.el:
429         * ps-bdf.el:
430         * ps-mule.el:
431         * ps-print.el: Remove 'Time-stamp' comment mark.
433         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
434         'easy-menu-add-item' when called in Emacs 21 or higher.
436 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
438         * progmodes/ada-xref.el (ada-check-current): Doc fix.
439         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
441 2006-12-04  Kim F. Storm  <storm@cua.dk>
443         * bindings.el (global-map): Bind [signal t] to ignore, to have
444         user signals ignored by default.
446 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
448         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
449         Unicode data file pointed to by `describe-char-unicodedata-file'.
451 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
454         O(n^2) regexp-search by anchoring the search.
456 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
458         * whitespace.el (whitespace-cleanup-internal): Use current
459         argument for recursive call.
461 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
463         * net/tramp.el (tramp-methods): Add "ControlPath" and
464         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
465         Andreas Schwab <schwab@suse.de>.
466         (tramp-do-copy-or-rename-file-out-of-band)
467         (tramp-open-connection-rsh): Compute format spec for ?t.
468         (tramp-process-actions): Trace command parameters.
470 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
472         * simple.el (toggle-truncate-lines): Clarify doc string.
474         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
475         (gdb-speedbar-expand-node): Use it.
477 2006-12-04  Richard Stallman  <rms@gnu.org>
479         * progmodes/python.el (python-indent): Add safe-local-variable prop.
481         * dired.el (dired-revert): Turn off dired-after-readin-hook
482         around call to dired-readin.
484         * menu-bar.el (menu-bar-make-toggle): Add "globally"
485         to echo area messages.
486         <indicate-empty-lines, case-fold-search>:
487         Add "globally" to Help string.
488         <case-fold-search>: MESSAGE arg need not say "globally".
489         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
491 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
493         * outline.el (outline-end-of-subtree): Don't leave an empty
494         line hidden as we would a real next heading.
496 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
498         * allout.el (allout-ascend): Add an optional argument to preserve
499         original position of point when unsuccessful.  Also, fix a
500         docstring error.
501         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
502         work again, using allout-ascend's new option.
503         (allout-setup-mode-map): Extract from allout-mode to initialize
504         allout-mode-map.  Call it on file load, so the mode docstring
505         substitutions work even if allout mode has not yet been invoked.
506         (allout-mode): Use new allout-setup-mode-map to track any keybinding
507         customizations since the map was last processed.  Also, refine the
508         docstring so it's ship-shape for release.
509         (allout-default-layout, allout-beginning-of-line-cycles)
510         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
511         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
512         (allout-version, allout-layout, allout-infer-body-reindent)
513         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
514         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
515         (allout-previous-heading, allout-goto-prefix-doublechecked)
516         (allout-current-bullet-pos, allout-next-sibling-leap)
517         (allout-pre-command-business, allout-encrypted-type-prefix)
518         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
519         (allout-rebullet-topic, allout-rebullet-topic-grunt)
520         (allout-flag-region, allout-expose-topic, allout-expose-topic)
521         (allout-old-expose-topic, allout-listify-exposed)
522         (allout-process-exposed, allout-latex-verb-quote)
523         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
524         (allout-toggle-current-subtree-encryption)
525         (allout-toggle-subtree-encryption, allout-bullet-isearch):
526         Remove extraneous open-paren and close paren string escapes.
528 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
530         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
531         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
532         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
533         Fix typos in docstrings.
535 2006-12-03  Glenn Morris  <rgm@gnu.org>
537         * progmodes/cc-align.el
538         * progmodes/cc-awk.el
539         * progmodes/cc-cmds.el
540         * progmodes/cc-compat.el
541         * progmodes/cc-defs.el
542         * progmodes/cc-engine.el
543         * progmodes/cc-langs.el
544         * progmodes/cc-menus.el
545         * progmodes/cc-mode.el
546         * progmodes/cc-styles.el
547         * progmodes/cc-vars.el
548         * progmodes/vhdl-mode.el: Fix Copyright format.
550 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
552         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
553         initial down event.
555 2006-12-02  Kim F. Storm  <storm@cua.dk>
557         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
558         (cua-repeat-replace-region): Make M-v more robust.
559         (cua-paste-pop-rotate-temporarily): New defcustom.
560         (cua-paste-pop): Use it.
561         (cua-auto-mark-last-change): New defcustom.
562         (cua-pop-to-last-change): New helper function.
563         (cua-set-mark): Use them.
565 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
567         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
568         mini-buffer message.
570 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
572         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
574 2006-12-01  Ben North  <ben@redfrontdoor.org>
576         * paren.el: Fix the highlight overlay extension when the user types a
577         sequence of char very fast just before the open parenthesis.
579 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
581         * ps-mule.el: Eliminate Emacs 20 compatibility.
583         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
584         (ps-print-version): New Version 6.7.
585         (ps-print-quote): Replace '?\ ' by '?\s'.
587 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
589         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
590         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
591         (hexl-end-of-1k-page): Doc fixes.
592         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
593         Fix typos in docstrings.
595 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
597         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
598         locally, i.e. without using file name handlers.
599         (ido-read-internal): Allow mono letter host names, avoiding the
600         `c:' problem by testing if the file exists locally.
601         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
603 2006-11-30  Masatake YAMATO  <jet@gyve.org>
605         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
606         to avoid bytecomp warnings.
607         (hexl-mode-old-ruler-function): New variable.
608         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
609         and `hl-line-range-function' after `require' hl-line.
610         Then bind `hl-line-range-function' and `hl-line-face'.
611         Don't require frame.  Don't use `with-no-warnings'.
612         (hexl-activate-ruler): Store the original value of
613         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
614         (hexl-mode-exit): Restore the original value of
615         `ruler-mode-ruler-function'.
617 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
619         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
620         (hexl-mode-old-hl-line-face): New variable.
621         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
622         line when exit from the hexl-mode.
624 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
626         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
627         Doc fixes.
629         * international/fontset.el (create-fontset-from-ascii-font)
630         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
631         (fontset-name-p): Fix typo in docstring.
633         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
635 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
637         * ps-bdf.el: Fix maintainer email.
639         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
640         compatibility.
642         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
643         21 compatibility.
644         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
645         Emacs 20 & 21.
647 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
649         * progmodes/idlwave.el (idlwave-auto-fill):
650         Remove paragraph-start let to prevent auto-fill giving up.
652 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
654         * vt100-led.el (led-state): Fix typo in previous change.
656 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
658         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
659         Fix interactive spec of the functions getting defined to make them
660         work as documented.
662 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
664         * startup.el (fancy-splash-screens): Hide initial splash buffer.
666 2006-11-28  Kim F. Storm  <storm@cua.dk>
668         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
669         icomplete-mode is enabled.
671 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
673         * textmodes/org.el (require): Require gnus-sum during compilation
674         to avoid problem with a macro call.
676 2006-11-28  Glenn Morris  <rgm@gnu.org>
678         * emacs-lisp/authors.el (authors-aliases): Add new alias.
680         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
681         (fortran-window-create-momentarily): Do not need string-to-char.
683 2006-11-28  Richard Stallman  <rms@gnu.org>
685         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
686         Replace incorrect use of assoc-default with a loop.
688         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
690         * simple.el (next-error-find-buffer): Improve messages.
692         * files.el (revert-buffer): Special error message if file
693         is now not readable.
695         * facemenu.el (facemenu-add-new-face): Improve doc strings of
696         constructed commands.
698         * comint.el (comint-exec-1): Provide Emacs version and `comint'
699         in INSIDE_EMACS.
701 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
705         * server.el: Remove spurious * in docstrings.
706         (server-process-filter): Exit from recursive editing before processing
707         a new request.
709 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
711         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
712         line so hidden blocks will be correctly identified.
714 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
716         * ledit.el (ledit-save-defun, ledit-mode):
717         * resume.el (resume-emacs-args-buffer):
718         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
719         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
720         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
721         (command-send-input, command-kill-line):
722         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
724         * autoarg.el (autoarg-kp-mode): Doc fix.
726         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
727         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
728         (check-emacs-lock): Doc fix.  Simplify.
730         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
731         (iimage-mode-buffer): Fix typos in docstring.
733         * misc.el (zap-up-to-char): Doc fix.
735         * time-stamp.el: Fix comment and obsolescence string for old
736         functions.  Use `dolist' instead of `while'.
738         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
740         * disp-table.el (standard-display-8bit, standard-display-default):
741         * ebuff-menu.el (electric-buffer-list):
742         * ehelp.el (electric-help-command-loop):
743         * font-core.el (font-lock-mode):
744         * help-macro.el (make-help-screen):
745         * help.el (describe-minor-mode-completion-table-for-indicator)
746         (lookup-minor-mode-from-indicator):
747         * indent.el (tab-to-tab-stop, move-to-tab-stop):
748         * info-look.el (info-lookup-guess-custom-symbol):
749         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
750         * longlines.el (longlines-wrap-line):
751         * macros.el (insert-kbd-macro):
752         * menu-bar.el (menu-bar-update-buffers):
753         * misc.el (copy-from-above-command):
754         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
755         * newcomment.el (comment-indent):
756         * novice.el (disabled-command-function):
757         * sort.el (sort-fields-syntax-table):
758         * subr.el (momentary-string-display):
759         * tar-mode.el (tar-header-block-summarize)
760         (tar-clear-modification-flags):
761         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
762         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
763         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
764         (te-delete-char, te-down-vertically-or-scroll):
765         * time-stamp.el (time-stamp-string-preprocess):
766         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
768 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
770         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
771         in GUD mode.
773         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
774         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
776 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
778         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
780 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
782         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
783         (ada-compile-goto-error): Adapt to new argument profile of
784         compilation-goto-locus in Emacs 22.  Don't check if the various
785         compile functions are defined; we already do "(require 'compile)".
787 2006-11-26  Kim F. Storm  <storm@cua.dk>
789         * kmacro.el: Fix commentary.
791 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
793         * progmodes/gud.el (gdb): Explain how to run in text command mode
794         more clearly.  Say in error message that multiple debugging
795         requires restarting GDB.
797 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
799         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
801 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
803         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
804         (flymake-popup-menu): Use it instead of posn-at-point.
806 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
808         * progmodes/cc-vars.el (c-backslash-column):
809         Mention c-backslash-max-column in documentation for c-backslash-column.
811 2006-11-24  Lars Hansen  <larsh@soem.dk>
813         * net/tramp.el (tramp-default-method): Under Windows, change from
814         plink to pscp.
815         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
816         (tramp-actions-copy-out-of-band):
817         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
818         (tramp-action-out-of-band): Move "Permission denied" handling to
819         tramp-action-copy-failed.
820         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
821         process buffer.
823 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
826         strings to a single string.  Quote `errors-file-name'.
827         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
828         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
829         Adjust calls.  Use `shell-quote-argument'.
831         * international/mule.el (load-with-code-conversion)
832         (with-category-table): Use with-current-buffer.
833         (after-insert-file-set-coding): Use restore-buffer-modified-p.
835 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
837         * mail/smtpmail.el (smtpmail-send-it):
838         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
839         MIME header for the message encoding.
840         Bind coding-system-for-write around the call to mail-do-fcc.
841         Use smtpmail-code-conv-from to encode queued mail messages.
843 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
845         * tabify.el (tabify-regexp): Doc fix.
847         * net/rcirc.el (rcirc-buffer-maximum-lines):
848         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
850         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
851         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
852         Fix typos in output messages.
853         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
855 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
858         the horse's mouth.
859         (hexlify-buffer): Don't re-encode an arg that's already encoded.
861 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
863         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
864         Remove condition-case.
866 2006-11-23  Glenn Morris  <rgm@gnu.org>
868         * progmodes/f90.el (f90-comment-indent): Do not move point in
869         default case.
871 2006-11-21  Romain Francoise  <romain@orebokech.com>
873         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
874         from library name (reverts change of 2005-10-25).
876 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
878         * tutorial.el (tutorial--default-keys): Add newline and
879         delete-backward-char bindings.
880         (tutorial--detailed-help): Save excursion when finding keys.
881         Correct warning string for M-x FOO case.
882         (tutorial--display-changes): Print special keys in tutorial style.
883         Tweak search regexp for changed keys.
885 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
887         * thingatpt.el (thing-at-point-url-at-point): Don't add a
888         redundant scheme.
890 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
892         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
893         are new to the list at IANA.  Also added irc, mms, mmsh.
895 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
897         * progmodes/idlw-help.el (idlwave-html-help-location):
898         Fail gracefully for missing help packages.
899         (idlwave-help-assistant-open-link): Open full links.
900         (idlwave-help-assistant-help-with-topic): Direct help link.
902         * progmodes/idlwave.el (idlwave-mode):
903         Set add-log-current-defun-function.
904         (idlwave-current-routine-fullname): Add, to support add-log.
905         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
906         to reflect improvements to xml-parse-file.
907         (idlwave-mode-menu-def): New binding for help-with-topic.
909         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
910         Handle extra newlines and spaces.
911         (idlwave-shell-mode-map): Add help-with-topic.
913 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
915         * tutorial.el (tutorial-warning-face): New face.
916         (tutorial--detailed-help, tutorial--display-changes): Use it.
917         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
918         Improve search pattern for occurrences of changed keys.
920 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
922         * term/x-win.el (x-last-cut-buffer-coding): New variable.
923         (x-select-text): Set it.
924         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
925         when checking for newness.
927 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
929         * subr.el (posn-image):
930         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
932         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
934 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
936         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
937         Exceptions to the rule "add a space between an identifier and an
938         opening parenthesis".  Defaulted to the `#define' problem of cpp.
939         (glasses-parenthesis-exception-p): New.  Check if the region is an
940         exception regarding to that.
941         (glasses-make-readable): Use it.
942         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
943         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
945 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
947         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
949 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
951         * progmodes/ada-mode.el (ada-make-body): Fix typo.
953         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
954         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
956 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
958         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
959         conditions for function or variable bindings.
961         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
963         * progmodes/compile.el (compilation-start): Ditto.
965 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
967         * net/tramp.el (top): cl and custom are always required.
969 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
971         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
972         cut-buffers with next-selection-coding-system if not nil.
974 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
976         * textmodes/org.el (org-fix-decoded-time): New function.
977         (org-display-custom-time): Use `org-fix-decoded-time'.
979 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
981         * menu-bar.el (menu-bar-games-menu): Remove yow.
983 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
985         * textmodes/org.el (org-scan-tags): Re-align code fixed.
986         (org-detach-overlay): Rename from `org-detatch-overlay'.
987         (org-table-convert-region): Insert space after column separator.
988         (org-agenda-kill): New command.
989         (org-metaleft): Call `org-outdent-item' on bullets.
990         (org-metaright): Call `org-indent-item' on bullets.
991         (org-timestamp-change): Set `org-last-changed-timestamp'.
992         (org-current-line): Make sure (bolp) returns correct result.
993         (org-agenda-change-all-lines): Make sure TODO are highlighted.
995 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
997         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
999 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
1001         * mouse.el (global-map): Change 2006-08-16 fix to call
1002         mouse-yank-at-click explicitly, since mouse events are not carried
1003         over into keyboard macros.
1005 2006-11-16  Kim F. Storm  <storm@cua.dk>
1007         * ido.el (ido-file-internal): Use current buffer's file name as default
1008         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
1010 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
1012         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
1013         (allout-inhibit-aberrance-doublecheck): Rename from
1014         allout-during-yank-processing.  All callers changed.
1015         (allout-ascend): Provide for unusual case where some topic after
1016         the first in file is at lower depth than the first.
1017         (allout-shift-in): Ensure the offspring of the new containing
1018         topic are exposed.
1019         (allout-encrypt-string): Preserve the coding-system of the text,
1020         according to that of the containing buffer.
1021         (allout-toggle-subtree-encryption): When the text being encrypted
1022         requires a different coding system, offer to preserve the coding
1023         system using a file local var.
1025 2006-11-15  Simon Marshall  <simon@gnu.org>
1027         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
1028         to recognise "T t()" as a function declaration, rather than a
1029         variable instantiation, iff at the top-level or inside a class
1030         declaration.  Suggested by Feng Li <fengli@gmail.com>.
1032 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
1034         * progmodes/ada-xref.el (ada-parse-prj-file):
1035         Don't delete project buffer; user may want to edit it.
1036         (ada-xref-set-project-field, ada-xref-current-project-file)
1037         (ada-xref-current-project, ada-show-current-project)
1038         (ada-set-main-compile-application): New functions.
1039         (ada-xref-get-project-field, ada-require-project-file):
1040         Normalize use of ada-prj-default-project-file.
1041         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
1042         Normalize use of ada-require-project-file.
1043         (ada-prj-find-prj-file): Improve doc string, comments.
1045         * progmodes/ada-mode.el (ada-mode-version): Bump version.
1046         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
1047         (ada-create-menu): Add ada-set-main-compile-application,
1048         ada-show-current-main, ada-show-current-project.
1050 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
1053         (inferior-python-mode): Use it.
1055 2006-11-14  Andreas Schwab  <schwab@suse.de>
1057         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1059 2006-11-13  Kim F. Storm  <storm@cua.dk>
1061         * ido.el (ido-copy-current-word): C-o copies region if active.
1063 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
1065         * textmodes/org.el (org-emph-face): Fix typo in variable name.
1067 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
1069         * ediff.el (ediff-revision):
1070         * files.el (set-visited-file-name):
1071         * mail/rmailout.el (rmail-output-body-to-file):
1072         Use `format', not `message', in `y-or-n-p' call.
1074 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
1076         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1077         (org-metaright): Call `org-indent-item' on bullets.
1078         (org-timestamp-change): Set `org-last-changed-timestamp'.
1079         (org-current-line): Make sure (bolp) returns correct result.
1080         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1082 2006-11-12  Richard Stallman  <rms@gnu.org>
1084         * language/european.el (turkish-case-conversion-enable)
1085         (turkish-case-conversion-disable): New functions.
1086         ("Turkish" lang env): Use them.
1088         * international/characters.el (case table):
1089         Do nothing special for i and I.
1091         * subr.el (remove-overlays): Fix last change.
1093         * cus-edit.el (custom-save-all): Use find-file-visit-truename
1094         for visiting the custom file.
1096 2006-11-12  Markus Triska  <triska@gmx.at>
1098         * play/handwrite.el (handwrite): Also process lines not ending
1099         with newline.  Replace some position-fiddling with different
1100         logic.  Improve performance.
1102 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
1104         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1105         replacing deleted variable `ada-check-switch'.
1106         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1107         (ada-xref-project-files): Improve doc string.
1108         (ada-find-executable): New function.
1109         (ada-initialize-runtime-library): Use `ada-find-executable'.
1110         (ada-xref-set-default-prj-values): In compile commands, don't need
1111         `ada-cd-command'; `compile' does that more portably.
1112         Use ada-prj-default-check-cmd.
1113         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1114         properties if not specified in project file.
1115         (ada-goto-declaration): Display useful message for new error
1116         'error-file-not-found.
1117         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1118         'error-file-not-found.
1119         (ada-get-all-references): Match latest ali syntax.  Signal new
1120         error 'error-file-not-found.
1121         (ada-find-in-ali): Match latest ali syntax.
1122         (ada-make-filename-from-adaname): Handle different semantics of
1123         gnatkr in GNAT 3.15p vs later.
1125         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1126         ada-procedure-start-regexp.
1127         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1129         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1130         with defvar.
1131         (ada-language-version): Rename ada05 -> ada2005.
1132         (ada-align-region-separate): Add `eval-when-compile'.
1133         (ada-name-regexp): Remove unneeded escapes in regexp character
1134         alternative.
1135         (ada-compile-goto-error-file-linenr-re): New constant.
1136         (ada-matching-start-re): Handle additional cases `declare',
1137         `procedure', `function'.
1138         (ada-compile-goto-error): Handle "... at line nn".
1139         (ada-mode): Clearer syntax, comments for ff-special-constructs.
1140         Delete support for old versions of `align'.
1141         (ada-search-prev-end-stmt): Handle additional keyword `private'.
1142         (ada-check-defun-name): Simplify handling of `declare'.
1143         (ada-goto-matching-start): Handle nested `begin ... end'.
1144         Handle `declare', `protected', `procedure', `function'.
1145         (ada-create-menu): Presence of arm95 is not conditional on using
1146         GNAT compiler.
1148 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
1150         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1151         nil in the *RE-Builder* buffer (it causes spurious error messages).
1153         * server.el (server-visit-files): If `minibuffer-auto-raise' has
1154         been set to t, respect it.
1156 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
1158         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1159         Delete commented out code for old Emacs versions.  Autoloading of
1160         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1161         (ada-mode-version): Bump version number.
1162         (ada-95-string-keywords, ada-2005-string-keywords)
1163         (ada-2005-keywords, ada-name-regexp): New constant.
1164         (ada-language-version, ada-procedure-start-regexp, ada-mode)
1165         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1166         (ada-package-start-regexp): Support private packages, include package
1167         name (for ada-set-point-accordingly).
1168         (ada-next-procedure, ada-previous-procedure)
1169         (ada-which-function-are-we-in): Match changes to
1170         ada-procedure-start-regexp.
1171         (ada-make-body): Make non-interactive; not a user function.
1172         (ada-make-subprogram-body): Improve doc string.
1174 2006-11-11  Romain Francoise  <romain@orebokech.com>
1176         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1177         `compilation-error-regexp-alist' buffer-local, since we changed
1178         `compilation-error-regexp-alist-alist' locally.
1180 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
1182         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1183         to the value of `server-raise-frame'.
1185 2006-11-11  Glenn Morris  <rgm@gnu.org>
1187         * ido.el (ido-enable-prefix)
1188         * ses.el (ses-call-printer-return)
1189         * net/tramp.el (tramp-unified-filenames)
1190         * progmodes/cc-align.el (c-lineup-string-cont)
1191         * progmodes/compile.el (compilation-directory-matcher)
1192         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1193         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1194         (vhdl-clock-rising-edge)
1195         * textmodes/org.el (org-export-with-timestamps)
1196         (org-export-remove-timestamps-from-toc)
1197         (org-export-with-tags): Improve previous doc fixes.
1199 2006-11-11  Richard Stallman  <rms@gnu.org>
1201         * textmodes/flyspell.el (flyspell-mode-map):
1202         Bind C-c $ instead of M-RET.
1204 2006-11-10  Simon Marshall  <simon@gnu.org>
1206         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1207         fontification for "case" and "default" keywords.
1209 2006-11-10  Andreas Schwab  <schwab@suse.de>
1211         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1212         Avoid starting sentence with "nil".
1214 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
1216         * server.el (server-raise-frame): New option.
1217         (server-switch-buffer): Use it.
1219 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
1221         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1222         with a capital.
1224 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1226         * textmodes/org.el (org-show-hierarchy-above)
1227         (org-show-following-heading): Fix typo in default value.
1228         (org-scan-tags): Make the search case-sensitive.
1229         (org-tags-sparse-tree): Don't overrule
1230         `org-show-following-heading' and `org-show-hierarchy-above'.
1231         (org-reveal): New command.
1232         (org-show-context): Rename from `org-show-hierarchy-above'.
1233         (org-fast-tag-selection-single-key): New option.
1234         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1235         (org-tags-overlay): New variable.
1236         (org-agenda-todo-ignore-deadlines): New option.
1237         ("session"): Add circular data structure `org-mark-ring' to
1238         exceptions list in session.el.
1239         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1240         New options.
1241         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1242         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1243         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1244         (org-finalize-agenda): Activate bracket links in agenda.
1245         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1246         INACTIVE-OK.
1247         (org-show-hierarchy-above, org-show-following-heading):
1248         List values allowed for fine-tuned configuration.
1249         (org-show-hierarchy-above): New argument CONTEXT, use the
1250         fine-tuned settings in `org-show-hierarchy-above' and
1251         `org-show-following-heading'.
1252         (org-display-custom-time): New function.
1253         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1254         (org-display-custom-times, org-time-stamp-custom-formats):
1255         (org-maybe-intangible): New macro.
1256         (org-activate-bracket-links, org-hide-wide-columns):
1257         Use `org-maybe-intangible'.
1258         (org-open-file): Use `shell-quote-argument'.
1259         (org-display-internal-link-with-indirect-buffer): New option.
1260         (org-file-remote-p): Get regexp from list.
1261         (org-link-expand-abbrev): New function.
1262         (org-link-abbrev-alist): New option.
1263         (org-open-at-point, org-cleaned-string-for-export):
1264         Call `org-link-expand-abbrev'.
1265         (org-timeline, org-agenda-list, org-todo-list)
1266         (org-tags-view): Remove the KEEP-MODES argument.
1267         (org-finalize-agenda-hook): New hook.
1268         (org-get-alist-option): New function.
1269         (org-follow-timestamp-link): New function.
1270         (org-open-at-point): Call `org-follow-timestamp-link'.
1271         (org-log-note-marker, org-log-note-purpose)
1272         (org-log-note-window-configuration): New variables.
1273         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1274         (org-log-note-headings): New option.
1275         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1276         (org-store-link): Support for dired-mode.
1277         (org-open-file): Substitute environment variables into filename.
1278         (org-last): New defsubst.
1279         (org-agenda-re-align-tags): New function.
1280         (org-agenda-align-tags-to-column): New option.
1281         (org-agenda-timeline): Group removed.
1282         (org-prepare-agenda, org-prepare-agenda-buffers)
1283         (org-run-agenda-series, org-timeline, org-agenda-list)
1284         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1285         the text property inticating the agenda type.
1286         (org-agenda-post-command-hook): Get agenda type from text property
1287         at point.
1288         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
1289         and obey `org-agenda-overriding-arguments'.
1290         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1291         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1292         (org-agenda-week-view, org-agenda-day-view):
1293         Use `org-agenda-overriding-arguments' to make updating work with
1294         multi-block agendas.
1295         (org-agenda-prefix-format): Allow different formats for the
1296         different agenda entry types.
1297         (org-timeline-prefix-format): Option removed, use
1298         `org-agenda-prefix-format' instead.
1299         (org-prepare-agenda): New function.
1300         (org-select-timeline-window): Option removed, use
1301         `org-select-agenda-window' instead.
1302         (org-respect-restriction): Variable removed.
1303         (org-cmp-tag): New function.
1304         (org-agenda-sorting-strategy, org-entries-lessp):
1305         Implement sorting by last tag.
1306         (org-complete): Better completion in in-buffer option lines.
1307         (org-in-item-p): New function.
1308         (org-org-menu): Add entries for checkboxes.
1309         (org-cycle): Extra brouping in outline-regexp, because it is used
1310         in a search with "^" prepended.
1311         (org-provide-checkbox-statistics): New option.
1312         (org-set-font-lock-defaults): Highlight checkbox statistics.
1313         (org-update-checkbox-count-maybe)
1314         (org-get-checkbox-statistics-face): New functions.
1315         (org-update-checkbox-count): New command.
1316         (org-insert-item, org-toggle-checkbox):
1317         Call `org-update-checkbox-count-maybe'.
1318         (org-export-as-html): XEmacs compatibility for coding system.
1319         (org-force-cycle-archived): New command.
1320         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1321         overrules cycling.
1322         (org-fix-position-after-promote): If the line contains only a todo
1323         keyword, add a final space.
1324         (org-promote-subtree, org-demote-subtree):
1325         Call `org-fix-position-after-promote'.
1327 2006-11-10  Glenn Morris  <rgm@gnu.org>
1329         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1330         date in every year.
1331         (calendar-dst-check-each-year-flag): New customizable variable.
1332         (calendar-dst-find-data): New function, extracted from
1333         calendar-current-time-zone.
1334         (calendar-current-time-zone): Use calendar-dst-find-data.
1335         (calendar-dst-transition-cache): New variable.
1336         (calendar-dst-find-startend, calendar-dst-starts)
1337         (calendar-dst-ends): New functions.
1338         (calendar-daylight-savings-starts)
1339         (calendar-daylight-savings-ends): Change value to use
1340         calendar-dst-starts, calendar-dst-ends; respectively.
1342         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1344         * ido.el (ido-enable-prefix)
1345         * ses.el (ses-call-printer-return)
1346         * net/tramp.el (tramp-unified-filenames)
1347         * progmodes/cc-align.el (c-lineup-string-cont)
1348         * progmodes/compile.el (compilation-directory-matcher)
1349         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1350         * progmodes/gdb-ui.el (gdb-many-windows)
1351         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1352         (vhdl-clock-rising-edge)
1353         * textmodes/org.el (org-export-with-timestamps)
1354         (org-export-remove-timestamps-from-toc, org-export-with-tags)
1355         (org-read-date): Doc fix (Nil -> nil).
1357 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1359         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1360         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1362 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
1364         * bs.el (bs--window-for-buffer): Remove.
1365         (bs--show-with-configuration): Use `get-window-with-predicate'
1366         instead of `bs--window-for-buffer'.
1368 2006-11-10  Kenichi Handa  <handa@m17n.org>
1370         * files.el (revert-buffer): Fix previous change.
1372 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
1374         * bs.el (bs--redisplay): Fix typo in docstring.
1375         (bs--window-config-coming-from): Make frame-local.
1376         (bs--restore-window-config): New function.
1377         (bs-kill, bs-select, bs-select-other-window)
1378         (bs-select-other-frame): Use it.
1379         (bs--window-for-buffer): Return as soon as a matching buffer is found.
1380         (bs--show-with-configuration): Save the window configuration as a
1381         frame local var, and only if *buffer-selection* is not already
1382         visible on this frame.
1384 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
1386         * vc-svn.el (vc-svn-admin-directory): New var.
1387         (vc-svn-registered, vc-svn-responsible-p)
1388         (vc-svn-repository-hostname): Use it.
1389         Suggested by arit93@yahoo.com.
1391 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1393         * ldefs-boot.el: Regenerate.
1395 2006-11-08  Alan Mackenzie  <acm@muc.de>
1397         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1398         case (eq open-paren-in-column-0-is-defun-start nil) by searching
1399         for least nested open-paren.
1401 2006-11-08  Romain Francoise  <romain@orebokech.com>
1403         * subr.el (remove-overlays): Fix typo in last change.
1405 2006-11-08  Richard Stallman  <rms@gnu.org>
1407         * subr.el (remove-overlays): Call overlay-recenter.
1409 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1411         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1412         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1413         behaviour.
1414         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1415         directly.
1417 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1419         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1420         (ido-max-dir-file-cache, ido-decorations)
1421         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1422         (ido-magic-backward-char, ido-enter-dired)
1423         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1424         (ido-list-directory, ido-first-match, ido-only-match)
1425         (ido-subdir, ido-indicator): Fix typos in docstrings.
1426         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1427         (ido-read-internal): Fix typo in error message.
1429 2006-11-08  Kenichi Handa  <handa@m17n.org>
1431         * international/mule-cmds.el (set-default-coding-systems):
1432         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1434 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1436         * makefile.w32-in (setwins): Remove.
1437         (WINS_ALMOST): New macro.
1438         (WINS): Use it.
1439         (autoloads): Don't extract autoloads from files in obsolete/.
1441 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
1443         * whitespace.el (whitespace-buffer): Call remove-overlays after
1444         overlay-recenter for performance.  Suggested by Martin Rudalics.
1446 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
1448         * net/tramp.el (tramp-default-method): scp is the default method.
1450 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
1452         * server.el (server-start): Save also the Emacs pid in the server file.
1454 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
1456         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1457         point when displaying a bibtex cross reference in the echo area.
1459 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
1461         * international/mule.el (make-char): Fix typo in docstring.
1462         (load-with-code-conversion, charsetp): Doc fixes.
1464         * international/ja-dic-cnv.el (skkdic-convert):
1465         * cus-edit.el (hook): Fix typo in docstring.
1467 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
1469         * cus-edit.el (custom-mode-map): Move defvar above code using it.
1470         (custom-mode-link-map): New variable.
1471         (custom-group-link, custom-manual): Use follow-link.
1473 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1475         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1476         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
1478 2006-11-06  Richard Stallman  <rms@gnu.org>
1480         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1481         New function broken out of flyspell-correct-word.
1482         (flyspell-mode-map): Bind it to M-RET.
1483         (flyspell-correct-word): Call it.
1485         * textmodes/fill.el (fill-minibuffer-function): New function.
1486         (fill-paragraph): Bind fill-paragraph-function to
1487         fill-minibuffer-function.
1489         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1490         so that they aren't undefined.
1492         * dired.el (dired-readin): Locally bind file-name-coding-system.
1494         * bindings.el: Shorten and clarify usual mode line mouse help string.
1496         * Makefile.in (autoloads): Don't include `obsolete'.
1498 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
1500         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1501         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1502         Printing menu if it's not initialized.
1503         (pr-menu-bind): Act on menu-bar-file-menu directly.
1505 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
1507         * help.el (view-emacs-news): Fix typo in error message.
1509         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1511         * shadowfile.el (shadow-define-regexp-group)
1512         (shadow-literal-groups, shadow-insert-var): Doc fixes.
1513         (shadow-read-files): Fix typo in message.
1514         (shadow-inhibit-overload, shadow-find, shadow-suffix)
1515         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1516         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1517         (shadow-file-match): Fix typos in docstrings.
1519         * terminal.el (terminal-emulator): Fix typo in message.
1521         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1523         * emacs-lisp/lselect.el (x-kill-primary-selection)
1524         (x-delete-primary-selection, x-copy-primary-selection):
1525         Fix typos in error messages.
1527         * emulation/edt-mapper.el: Fix typo in interactive message.
1529         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1531         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1532         (ispell-help): Fix typos in docstrings.
1533         (ispell-help): Fix typo in output message.
1535         * allout.el (allout-adjust-file-variable)
1536         (allout-passphrase-verifier-string)
1537         (allout-passphrase-hint-string)
1538         (allout-toggle-current-subtree-encryption):
1539         * apropos.el (apropos-synonyms):
1540         * cus-edit.el (hook):
1541         * emacs-lock.el (emacs-lock-from-exiting):
1542         * follow.el (follow-avoid-tail-recenter-p):
1543         * hexl.el (hexl-mode):
1544         * mouse-copy.el (mouse-copy-work-around-drag-bug):
1545         * mouse.el (mouse-set-font):
1546         * resume.el (resume-emacs-args-file):
1547         * rfn-eshadow.el (file-name-shadow-tty-properties):
1548         * t-mouse.el (t-mouse-process, t-mouse-mode):
1549         * emacs-lisp/cust-print.el (custom-print-install)
1550         (custom-print-uninstall, custom-format):
1551         * emacs-lisp/shadow.el (list-load-path-shadows):
1552         * emulation/tpu-edt.el (tpu-help-text)
1553         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1554         (tpu-reset-control-keys):
1555         * emulation/vip.el (vip-emacs-local-map)
1556         (vip-change-mode-to-emacs):
1557         * emulation/viper.el (viper-mode, viper-set-hooks)
1558         (viper-major-mode-modifier-list):
1559         * emulation/viper-init.el (viper-emacs-state-cursor-color):
1560         * emulation/viper-keym.el (viper-emacs-kbd-map)
1561         (viper-toggle-key):
1562         * mail/feedmail.el (feedmail-queue-reminder)
1563         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1564         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1565         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1566         (feedmail-sender-line, feedmail-force-binary-write)
1567         (feedmail-from-line, feedmail-deduce-envelope-from)
1568         (feedmail-x-mailer-line, feedmail-message-id-generator)
1569         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1570         (feedmail-enable-spray, feedmail-spray-this-address)
1571         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1572         (feedmail-queue-runner-confirm-global)
1573         (feedmail-ask-before-queue-prompt)
1574         (feedmail-ask-before-queue-reprompt)
1575         (feedmail-prompt-before-queue-standard-alist)
1576         (feedmail-prompt-before-queue-user-alist)
1577         (feedmail-prompt-before-queue-help-supplement)
1578         (feedmail-queue-use-send-time-for-message-id)
1579         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1580         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1581         (feedmail-mail-send-hook-queued)
1582         (feedmail-confirm-addresses-hook-example)
1583         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1584         (feedmail-queue-runner-mode-setter)
1585         (feedmail-queue-alternative-mail-header-separator)
1586         (feedmail-queue-runner-message-sender)
1587         (feedmail-buffer-eating-function, feedmail-binmail-template)
1588         (feedmail-run-the-queue-no-prompts)
1589         (feedmail-run-the-queue-global-prompt)
1590         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1591         (feedmail-envelope-deducer, feedmail-fiddle-date)
1592         (feedmail-default-message-id-generator)
1593         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1594         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1595         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1596         (vms-pmail-setup):
1597         * play/dunnet.el (dun-help):
1598         * play/handwrite.el (handwrite):
1599         * play/hanoi.el (hanoi-unix-64):
1600         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1601         * textmodes/enriched.el (fixed):
1602         * textmodes/org.el (org-file-apps)
1603         (org-emphasis-regexp-components, org-emphasis-alist):
1604         * textmodes/texinfmt.el (batch-texinfo-format):
1605         Fix typos in docstrings.
1607 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
1609         * loadhist.el (read-feature): Don't complete features not loaded
1610         from a file (which make `unload-feature' to fail).
1612 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1614         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1616 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
1618         * startup.el (command-line-1): Kill emacs if the last frame is
1619         deleted while evaluating the command-line arguments.
1621 2006-11-05  Richard Stallman  <rms@gnu.org>
1623         * startup.el (init-file-had-error): Add doc string.
1624         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1625         Use fixed-width font for keyboard key descriptions.
1627         * cus-edit.el (custom-save-all): Error if saving in .emacs
1628         and it had an error when loaded.
1630         * dired-aux.el (dired-copy-file-recursive): Catch errors
1631         from recursive copies in the loop, around the recursive call.
1633 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1635         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1636         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
1637         `/proc/acpi/thermal_zone/*'.
1638         (battery-search-for-one-match-in-files): New.  Search a regexp in
1639         the content of some files.
1641 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
1643         * window.el (mouse-autoselect-window-now): Remove variable.
1644         (mouse-autoselect-window-state): New variable.
1645         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1646         (mouse-autoselect-window-select, handle-select-window):
1647         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1648         Suspend delayed autoselection during menu or popup dialog.
1650         * info-look.el (info-lookup-guess-custom-symbol): New function
1651         for retrieving symbol at point in custom buffers.
1652         (top level) <info-lookup-maybe-add-help>: Add backquote and
1653         comma to ignored characters in regexps of help specifications
1654         for emacs-lisp-mode and lisp-interaction-mode.  This permits
1655         looking up symbols in `...' and after a comma.  Add help
1656         specifications for custom-mode and help-mode.
1658 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
1660         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1661         Don't encode body if RAW is non-nil, or if the old encoding is
1662         identical to the new encoding, or if the body contains only
1663         eight-bit-* characters.
1665 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1667         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1668         (faces-sample-overlay): Remove variable.
1669         (describe-face): Insert sample text in the face being described.
1671 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
1673         * whitespace.el (whitespace-indent-regexp): Make this match any
1674         multiples of eight spaces near the beginning of a line.
1675         (whitespace-buffer): Use `remove-overlays' instead of
1676         `whitespace-unhighlight-the-space' and `overlay-recenter' to
1677         speed up overlay handling.
1678         (whitespace-buffer-leading, whitespace-buffer-trailing):
1679         Make these functions highlight the text removed by
1680         `whitespace-buffer-leading-cleanup' and
1681         `whitespace-buffer-trailing-cleanup' respectively.
1682         (whitespace-buffer-search): Use `with-local-quit'.
1683         Move `format' out of loop to speed up scanning larger buffers.
1684         (whitespace-unhighlight-the-space): Remove `remove-hook' since
1685         that function is never added to a hook.
1686         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1687         (whitespace-buffer-leading-cleanup)
1688         (whitespace-refresh-rescan-list): Fix docstrings.
1690 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
1692         * allout.el (allout-during-yank-processing): Cue for inhibiting
1693         aberrance processing during yanks.
1694         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1695         the amount of yanked topics that can be aberrant.
1696         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1697         a function, and supplement with inihibition of doublechecking
1698         during yanks.
1699         (allout-beginning-of-line, allout-next-heading)
1700         (allout-previous-heading, allout-goto-prefix-doublechecked)
1701         (allout-back-to-current-heading, allout-next-visible-heading)
1702         (allout-next-sibling): Use new allout-do-doublecheck function.
1703         (allout-next-sibling): Ensure we made progress when returning
1704         other than nil.
1705         (allout-rebullet-heading): Preserve text property annotations
1706         indicating the text was hidden, if it was.
1707         (allout-kill-line): Remove any added was-hidden annotations.
1708         (allout-kill-topic): Remove any added was-hidden annotations.
1709         (allout-annotate-hidden): Inhibit adding was-hidden text
1710         properties to the undo list.
1711         (allout-deannotate-hidden): New function to remove was-hidden
1712         annotation.
1713         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1714         (allout-remove-exposure-annotation): Replace by
1715         allout-deannotate-hidden.
1716         (allout-yank-processing): Signal that yank processing is happening
1717         with allout-during-yank-processing.  Also, wrap
1718         allout-unprotected's closer to the text changes, for easier
1719         debugging.  We need to inhibit-field-text-motion explicitly, in
1720         lieu of the encompassing allout-unprotected.
1721         (outlineify-sticky): Adjust criteria for triggering new outline
1722         decorations to presence or absence of any topics, not just a topic
1723         at the beginning of the buffer.
1725 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1727         * bs.el (bs--show-all, bs--redisplay):
1728         * cus-edit.el (custom-unlispify-menu-entries)
1729         (custom-unlispify-tag-names, custom-prompt-variable):
1730         * expand.el (expand-pos):
1731         * speedbar.el (speedbar-generic-list-tag-p):
1732         * wid-edit.el (widget-image-enable):
1733         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1734         * emacs-lisp/find-func.el (find-function-noselect)
1735         (find-function, find-variable-noselect, find-variable)
1736         (find-definition-noselect, find-face-definition):
1737         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1738         * net/eudc-vars.el (eudc-expansion-overwrites-query):
1739         * progmodes/ada-xref.el (ada-find-in-ali):
1740         * textmodes/flyspell.el (flyspell-check-tex-math-command):
1741         * textmodes/org.el (org-copy-subtree):
1742         * textmodes/table.el (table--row-column-insertion-point-p):
1743         Use "non-nil" in docstrings.
1745 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
1747         * sort.el (sort-columns): Set the field separator to tab; on
1748         NetBSD, sort complains if "\n" is used as field separator.
1750 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
1752         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1754 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1756         * server.el (server-auth-key): Remove.  Replace by a process-property.
1757         (server-start): Don't remove the file of the previous process, but
1758         instead clear out the place for the new file.
1759         (server-start): Set the :auth-key property.
1760         (server-process-filter): Use the :auth-key property.
1762 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
1764         * textmodes/org.el (org-mode-map): No longer copy
1765         `outline-mode-map' explicitly - this is already done by
1766         `define-derived-mode'.
1768 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
1770         * server.el (server-visit-files): Use `when'.
1771         (server-process-filter): When authentication fails, send error
1772         message to client.  Wrap `process-send-region' in `ignore-errors'
1773         instead of `condition-case', and remove misleading comment.
1775 2006-11-01  Juri Linkov  <juri@jurta.org>
1777         * simple.el (yank): Doc fix.
1779 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * server.el: Try and fit within 80 columns.
1782         (server-start): Make the auth file unreadable by other users.
1784 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1786         * battery.el (battery-linux-proc-acpi): Prevent range error when
1787         `full-capacity' is 0.
1789 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1791         * faces.el (faces-sample-overlay): New defvar.
1792         (faces-sample-overlay): New function to show face sample text.
1793         (describe-face): Use it.
1795 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
1797         * progmodes/ada-stmt.el: Change maintainer, apply
1798         whitespace-cleanup, checkdoc.
1799         (ada-func-or-proc-name): Add doc string.
1801         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1802         whitespace-cleanup, checkdoc.  Minor improvements to many doc
1803         strings and comments.
1804         (ada-prj-display-page): Change buffer name to more accurately
1805         reflect function.
1807         * progmodes/ada-xref.el: Change maintainer, apply
1808         whitespace-cleanup, checkdoc.  Minor improvements to many doc
1809         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
1810         (ada-compile-current): Don't add newlines to commands.
1812 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
1814         * server.el: Add support for TCP sockets.
1815         (server-use-tcp, server-host, server-auth-dir): New options.
1816         (server-auth-key): New variable.
1817         (server-ensure-safe-dir): Create nonexistent parent dirs.
1818         Ignore Unix-style file modes on Windows.
1819         (server-start): Crete a TCP or Unix socket according to the value
1820         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
1821         `server-auth-dir' directory.
1822         (server-process-filter): Delete process if authentication
1823         fails (which never happens for Unix sockets).
1825 2006-10-30  David Kastrup  <dak@gnu.org>
1827         * subr.el (add-to-list): Don't continue checking if a match has
1828         been found.
1830 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
1832         * tutorial.el: Move defvars to avoid bytecomp warnings.
1833         (tutorial--find-changed-keys): Check if viper-current-state is
1834         bound before using it.
1835         (help-with-tutorial): Check if viper-tutorial is defined before
1836         using it.
1838 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1840         * help-fns.el (help-with-tutorial): Move to tutorial.el.
1842         * tutorial.el: New file.
1843         (help-with-tutorial): Move here from help-fns.el. Added help for
1844         rebound keys.  Fixed resume of tutorial.
1845         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1846         (tutorial--find-changed-keys, tutorial--display-changes)
1847         (tutorial--saved-dir, tutorial--saved-file)
1848         (tutorial--save-tutorial): New functions to support the changes in
1849         help-with-tutorial.
1851 2006-10-30  Kenichi Handa  <handa@m17n.org>
1853         * files.el (revert-buffer): If a unibyte buffer is being reverted
1854         with a coding system for multibyte, set buffer multibyte before
1855         calling insert-file-contents.
1857 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * server.el (server-select-display): Use a dummy buffer to detect when
1860         the frame is later used.
1861         (server-select-display): New function.
1862         (server-process-filter): Use it to detect unused temp frames.
1864 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
1866         * progmodes/ada-mode.el: Change maintainer, apply
1867         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
1868         (ada-mode-version): New function.
1869         (ada-create-menu): Menu operations are available for all supported
1870         compilers.
1872 2006-10-29  Lars Hansen  <larsh@soem.dk>
1874         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1875         Highlight as keyword.
1876         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1877         Don't call tramp-method-out-of-band-p for local files.
1878         (tramp-touch): Quote file name.
1880 2006-10-28  Glenn Morris  <rgm@gnu.org>
1882         * calendar/calendar.el (cal-html-cursor-month)
1883         (cal-html-cursor-year): Add autoloads for this new package.
1884         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1886 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
1888         * calendar/cal-html.el: New file.
1890 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1892         * emacs-lisp/authors.el (authors-aliases): Update.
1894 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
1896         * version.el (emacs-version): Bump version number to 22.0.90.
1898 2006-10-26  John W. Eaton  <jwe@octave.org>
1900         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1901         New defvar.
1902         (inferior-octave-resync-dirs): Check to see whether Octave has
1903         built-in variables and set inferior-octave-has-built-in-variables.
1904         Check inferior-octave-has-built-in-variables to decide whether to
1905         send commands that set built-in variables or call functions to
1906         change Octave's behavior.
1907         Send "disp (pwd ())" to Octave instead of just "pwd".
1908         (inferior-octave-startup): Send "more off" to Octave instead of
1909         "page_screen_output = 0".
1911 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
1913         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1914         pattern normally.
1916 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
1918         * bindings.el (mode-line-mode-menu): Remove bindings for global
1919         minor modes (line/column number) as they are on the menubar.
1921 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
1923         * term/w32-win.el (x-handle-name-switch): Doc fix.
1924         (w32-standard-fontset-spec): Fix typo in docstring.
1926         * midnight.el (midnight-buffer-display-time): Doc fix.
1927         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1929 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1931         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1933         * viper-ex.el (ex-read): Quote file argument.
1935         * ediff-diff.el (ediff-same-file-contents): Expand file names.
1937         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1939 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
1941         * textmodes/flyspell.el (flyspell-check-region-doublons):
1942         Fix last fix.
1944 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
1946         * bindings.el (mode-line-mode-menu): List global minor modes
1947         before local ones.
1949 2006-10-23  Kim F. Storm  <storm@cua.dk>
1951         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1952         (sit-for): If last command was a prefix arg, add the read-ahead
1953         event to unread-command-events as (t . EVENT) so it will be added
1954         to this-command-keys by read-key-sequence.
1956 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
1958         * textmodes/flyspell.el (flyspell-word): Skip past all previous
1959         whitespace when checking doublons.
1960         (flyspell-check-region-doublons): Fix doublon regexp.
1961         (flyspell-highlight-incorrect-region): Highlight doublons using
1962         flyspell-duplicate face.
1964         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1966 2006-10-22  John Wiegley  <johnw@newartisans.com>
1968         * progmodes/python.el (python-use-skeletons): python-mode was
1969         auto-inserting templates (for those with abbrev-mode on), not only
1970         by default -- *but without a configuration variable to disable
1971         it*.  This rendered python-mode completely useless for me, so I
1972         have added `python-use-skeletons', which is now off by default.
1974 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
1976         * progmodes/cperl-mode.el (cperl-mode): Don't assume
1977         font-lock-multiline is auto-local (it's not).
1978         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1979         initialized before calling cperl-init-faces.
1981 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
1983         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1984         gdb-stack-position a value when there is no fringe.
1986         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1987         indicator if not visiting a file.
1989 2006-10-20  David Kastrup  <dak@gnu.org>
1991         * window.el (kill-buffer-and-window): Fix a bug where an aborted
1992         operation would still cause some window to collapse later.
1994 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1996         * vc.el (vc-switch-backend): Try to be more careful with unwanted
1997         side-effect due to mixing various backends's file properties.
1999         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
2000         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
2001         Return `filename's status if applicable.  Update callers.
2003 2006-10-19  Kenichi Handa  <handa@m17n.org>
2005         * international/kkc.el (kkc-region): When a key sequence is not
2006         defined, append (this-single-command-raw-keys) to
2007         unread-input-method-events.
2009 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
2011         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
2013 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2015         * version.el (emacs-version): Use mac-carbon-version-string.
2017         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2019 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2021         * select.el (ccl-check-utf-8, string-utf-8-p): New functions
2022         (by Kenichi Handa).
2023         (xselect-convert-to-string): Decline requests for UTF8_STRING if
2024         the selection is not UTF-8.
2026 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
2028         * progmodes/ada-mode.el (ada-83-string-keywords)
2029         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
2030         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
2031         (ada-looking-at-semi-private, ada-get-body-name):
2032         Fix typos in docstrings.
2033         (ada-create-case-exception, ada-create-case-exception-substring):
2034         Fix typos in error messages.
2035         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2037 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2039         * term/x-win.el (res-geometry): Don't set geometry from Xresources
2040         to default-frame-alist if default-frame-alist already contains
2041         width/height.
2043 2006-10-18  Richard Stallman  <rms@gnu.org>
2045         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
2046         Non-interactive arg is the value, not the expression.
2048         * simple.el (read-expression-map): Just set it, no defvar.
2050         * subr.el (insert-for-yank-1): If last inserted char has
2051         properties, mark them as rear-nonsticky.
2053         * recentf.el (recentf-mode): Doc fix.
2055         * facemenu.el (facemenu-add-new-face): Defend against symbol
2056         that isn't a face name.
2058         * dired-aux.el (dired-do-copy): Doc fix.
2060 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
2062         * simple.el (line-move-1): Ignore fields when moving to the
2063         beginning of line to avoid getting point stuck.
2065 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
2067         * textmodes/flyspell.el (flyspell-word-search-backward):
2068         Set inhibit-point-motion-hooks to avoid looping due to intangibile
2069         text.
2071 2006-10-16  Richard Stallman  <rms@gnu.org>
2073         * help-fns.el (describe-function-1): Special case optimization
2074         for self-insert-command.
2076 2006-10-16  Kim F. Storm  <storm@cua.dk>
2078         * ido.el (ido-reread-directory): Work in `dir' mode too.
2080 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
2082         * textmodes/table.el: Require 'regexp-opt.
2084 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2086         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2087         Use shell-quote-argument.
2089         * shell.el (explicit-bash-args): Likewise.
2091         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2092         Use grep -E rather than egrep.
2094 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2096         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2098 2006-10-15  Kim F. Storm  <storm@cua.dk>
2100         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2102 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2104         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2105         to protect whitespace and metacharacters from the shell.
2107 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2109         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2111 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
2113         * subr.el (start-process-shell-command): Doc fix.
2115 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
2117         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2118         the regexp for Maxima symbols.
2120 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2122         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2123         (vc-find-root): Don't walk higher up than ~.
2125 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
2127         * international/utf-8.el (utf-translate-cjk-load-tables):
2128         Avoid clobbering last-coding-system-used during load.
2130 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
2132         * textmodes/reftex-global.el (reftex-create-tags-file):
2133         Quote file arguments.
2135 2006-10-12  Richard Stallman  <rms@gnu.org>
2137         * files.el (file-name-history): Add defvar.
2138         (save-some-buffers-action-alist): Improve description strings.
2140 2006-10-12  Andreas Schwab  <schwab@suse.de>
2142         * files.el (auto-mode-alist): Match change log file name also with
2143         a dash before a numeric extension.
2145 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
2147         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2148         After 5.0:
2149         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2151         After 5.1: Major edit.  Summary of most visible changes:
2153         - Multiple <<HERE per line allowed.
2154         - Handles multiline subroutine declaration headers (with comments).
2155           (The exception is `cperl-etags' - but it is not used in the rest
2156           of the mode.)
2157         - Fontifies multiline my/our declarations (even with comments,
2158           and with legacy `font-lock').
2159         - Major speedup of syntaxification, both immediate and postponed
2160           (3.5x to 15x [for different CPUs and versions of Emacs] on the
2161           huge real-life document I tested).
2162         - New bindings, edits to imenu.
2163         - "_" is made into word-char during fontification/syntaxification;
2164           some attempts to recognize non-word "_" during other operations too.
2165         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2166         - autoload some more perldoc-related stuff
2167         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2168         - Attempt to incorporate XEmacs edits which reached me.
2170         Fine-grained changelog:
2171         (cperl-hook-after-change): New configuration variable.
2172         (cperl-vc-sccs-header): Likewise.
2173         (cperl-vc-sccs-header): Likewise.
2174         (cperl-vc-header-alist): Default via two preceding variables.
2175         (cperl-invalid-face): Remove double quoting under XEmacs
2176                 (still needed under 21.2).
2177         (cperl-tips): Update URLs for resources.
2178         (cperl-problems): Likewise.
2179         (cperl-praise): Mention new features.
2180         New C-c key bindings: for `cperl-find-bad-style',
2181         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2182         `cperl-perdoc', and `cperl-perldoc-at-point'.
2183         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
2184         moved, new submenu of Tools with Ispell entries and narrowing.
2185         (cperl-after-sub-regexp): New defsubst.
2186         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2187                 Allows heads up to head4.
2188                 Allow "package;".
2189         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2190         (paren-backwards-message): ??? Something for XEmacs???
2191         (cperl-mode): Never auto-switch abbrev-mode off.
2192                 Try to allow '_' be non-word char.
2193                 Do not use `font-lock-unfontify-region-function' on XEmacs.
2194                 Reset syntax cache on mode start.
2195                 Support multiline facification (even on legacy `font-lock').
2196         (cperl-facemenu-add-face-function): ??? Some contributed code ???
2197         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2198                 refuse to inform us whether the fontification is due to lazy
2199                 calling or due to edit to a buffer, install our own hook
2200                 (controlled by `cperl-hook-after-change').
2201         (cperl-electric-pod): =cut may have been recognized as start.
2202         (cperl-block-p): Move, updatedfor attributes.
2203         (cperl-calculate-indent): Try to allow '_' be non-word char
2204                 Support subs with attributes.
2205         (cperl-where-am-i): Queit (?) a warning.
2206         (cperl-cached-syntax-table)     New function.
2207         (cperl-forward-re): Use `cperl-cached-syntax-table'.
2208         (cperl-unwind-to-safe): Recognize `syntax-type' property
2209                 changing in a middle of line.
2210         (cperl-find-sub-attrs): New function.
2211         (cperl-find-pods-heres): Allow many <<EOP per line.
2212                 Allow subs with attributes.
2213                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2214                 Recognize "extproc " (OS/2) case-folded and only at start.
2215                 /x on s///x with empty replacement was not recognized.
2216                 Better comments.
2217         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2218                 Allow subs with attributes, labels.
2219                 Do not confuse "else::foo" with "else".
2220                 Minor optimizations...
2221         (cperl-after-expr-p): Try to allow '_' be non-word char.
2222         (cperl-fill-paragraph): Try to detect a major bug in Emacs
2223                 with `looking-at' inside `narrow' and bulk out if found.
2224         (cperl-imenu--create-perl-index): Updates for new
2225                 `cperl-imenu--function-name-regexp-perl'.
2226         (cperl-outline-level): Likewise.
2227         (cperl-init-faces): Allow multiline subroutine headers
2228                 and my/our declarations, and ones with comments.
2229                 Allow subroutine attributes.
2230         (cperl-imenu-on-info): Better docstring.
2231         (cperl-etags): Rudimentary support for attributes.
2232                 Support for packages and "package;".
2233         (cperl-add-tags-recurse-noxs): Better (?) docstring.
2234         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2235         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2236         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2237         (cperl-perldoc): Add autoload.
2238         (cperl-perldoc-at-point): Likewise.
2239         (cperl-here-doc-spell): New function.
2240         (cperl-pod-spell): Likewise.
2241         (cperl-map-pods-heres): Likewise.
2242         (cperl-get-here-doc-region): Likewise.
2243         (cperl-font-lock-fontify-region-function): Likewise (backward
2244                 compatibility for legacy `font-lock').
2245         (cperl-font-lock-unfontify-region-function): Fix style.
2246         (cperl-fontify-syntaxically): Recognize and optimize away deferred
2247                 calls with no-change.  Governed by `cperl-hook-after-change'.
2248         (cperl-fontify-update): Recognize that syntaxification region
2249                 can be larger than fontification one.
2250                 XXXX we leave `cperl-postpone' property, so this is quadratic...
2251         (cperl-fontify-update-bad): Temporary placeholder until
2252                 it is clear how to implement `cperl-fontify-update'.
2253         (cperl-time-fontification): New function.
2254         (attrib-group): New text attribute.
2255         (multiline): New value: `syntax-type' text attribute.
2257         After 5.2:
2258         (cperl-emulate-lazy-lock): New function.
2259         (cperl-fontify-syntaxically): Would skip large regions.
2260         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2261         Some globals were declared, but uninitialized.
2263         After 5.3, 5.4:
2264         (cperl-facemenu-add-face-function): Add docs, fix U<>.
2265         Copyright message updated.
2266         (cperl-init-faces): Work around a bug in `font-lock'. May slow
2267                         facification down a bit.
2268                 Misprint for my|our|local for old `font-lock'
2269                         "our" was not fontified same as "my|local".
2270                 Highlight variables after "my" etc even in
2271                         a middle of an expression.
2272                 Do not facify multiple variables after my etc
2273                         unless parentheses are present.
2275         After 5.5, 5.6
2276         (cperl-fontify-syntaxically): after-change hook could reset.
2277         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2279         After 5.7:
2280         (cperl-init-faces): Allow highlighting of local ($/).
2281         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2282         (cperl-problems): Remove fixed problems.
2283         (cperl-find-pods-heres): Recognize #-comments in m##x too.
2284                 Recognize charclasses (unless delimiter is \).
2285         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2286         (cperl-regexp-scan): Update docs.
2287         (cperl-beautify-regexp-piece): Use information got from regexp scan.
2289         After 5.8:
2290         Major user visible changes:
2291         Recognition and fontification of character classes in RExen.
2292         Variable indentation of RExen according to groups.
2294         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2295                 Fontify REx charclasses in variable-name face.
2296                 Fontify POSIX charclasses in "type" face.
2297                 Fontify unmatched "]" in function-name face.
2298                 Mark first-char of HERE-doc as `front-sticky'.
2299                 Reset `front-sticky' property when needed.
2300         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2301         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2302         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2303                 constructs.  Support `narrow'ed buffers.
2304         (cperl-praise): Remove a reservation.
2305         (cperl-make-indent): New function.
2306         (cperl-indent-for-comment): Use `cperl-make-indent'.
2307         (cperl-indent-line): Likewise.
2308         (cperl-lineup): Likewise.
2309         (cperl-beautify-regexp-piece): Likewise.
2310         (cperl-contract-level): Likewise.
2311         (cperl-toggle-set-debug-unwind): New function.
2312                 New menu entry for this.
2313         (fill-paragraph-function): Use when `boundp'.
2314         (cperl-calculate-indent): Take into account groups when indenting RExen.
2315         (cperl-to-comment-or-eol): Recognize # which end a string.
2316         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2317         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2318         (cperl-fontify-syntaxically): More clear debugging message.
2319         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2320         (cperl-init-faces): More complicated highlight even on XEmacs (new).
2321         Merge cosmetic changes from XEmacs.
2323         After 5.9:
2324         (cperl-1+): Move to before the first use.
2325         (cperl-1-): Likewise.
2327         After 5.10:
2329         This code may lock Emacs hard!!!  Use at your own risk!
2331         (cperl-font-locking): New internal variable.
2332         (cperl-beginning-of-property): New function.
2333         (cperl-calculate-indent): Use `cperl-beginning-of-property'
2334         instead of `previous-single-property-change'.
2335         (cperl-unwind-to-safe): Likewise.
2336         (cperl-after-expr-p): Likewise.
2337         (cperl-get-here-doc-region): Likewise.
2338         (cperl-font-lock-fontify-region-function): Likewise.
2339         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2340                         recursively.
2341                 Bound `next-single-property-change' via `point-max'.
2342         (cperl-unwind-to-safe): Bound likewise
2343         (cperl-font-lock-fontify-region-function): Likewise.
2344         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2345                 Initialization of `cperl-font-lock-multiline-start' could be
2346                 missed if the "main" fontification did not run due to the
2347                 keyword being already fontified.
2348         (cperl-pod-spell): Return t from do-one-chunk function.
2349         (cperl-map-pods-heres): Stop when the worker returns nil.
2350                 Call `cperl-update-syntaxification'.
2351         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2352         (cperl-get-here-doc-delim): Remove unused function.
2354         After 5.11:
2356         The possible lockup of Emacs (introduced in 5.10) fixed.
2358         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2359         (cperl-syntaxify-for-menu): New customization variable.
2360         (cperl-select-this-pod-or-here-doc): New function.
2361         (cperl-get-here-doc-region): Extra argument.
2362                 Do not adjust pos by 1.
2364         New menu entries
2365                 (Perl/Tools): Selection of current POD or HERE-DOC section.
2366                 (Debugging CPerl:) backtrace on fontification.
2368         After 5.12:
2369         (cperl-cached-syntax-table): Use `car-safe'.
2370         (cperl-forward-re): Remove spurious argument SET-ST.
2371                 Add documentation.
2372         (cperl-forward-group-in-re): New function.
2373         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2374         (XXXX Temporary (?) hack is to syntax-mark them as comment).
2376         After 5.13:
2377         (cperl-string-syntax-table): Make { and } not-grouping
2378           (Sometimes they ARE grouping in RExen, but matching them would only
2379            confuse in many situations when they are not)
2380         (beginning-of-buffer): Replace two occurences with goto-char...
2381         (cperl-calculate-indent): `char-after' could be nil...
2382         (cperl-find-pods-heres): REx can start after "[" too.
2383                 Hightlight (??{}) in RExen too.
2384         (cperl-maybe-white-and-comment-rex): New constant
2385         (cperl-white-and-comment-rex): Likewise.
2386                 XXXX Not very efficient, but hard to make
2387                 better while keeping 1 group.
2389         After 5.13:
2390         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2391                 Likewise for 1 << identifier.
2393         After 5.14:
2394         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2395                 Error-less condition-case could fail.
2396         (cperl-font-lock-fontify-region-function): Likewise.
2397         (cperl-init-faces): Likewise.
2399         After 5.15:
2400         (cperl-find-pods-heres): Support property REx-part2.
2401         (cperl-calculate-indent): Likewise.
2402                 Don't special-case REx with non-empty 1st line.
2403         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2404                 Invert highlighting of charclasses:
2405                         now the envelop is highlighted.
2406                 Highlight many others 0-length builtins.
2407         (cperl-praise): Mention indenting and highlight in RExen.
2409         After 5.15:
2410         (cperl-find-pods-heres): Highlight capturing parens in REx.
2412         After 5.16:
2413         (cperl-find-pods-heres): Highlight '|' for alternation
2414         Initialize `font-lock-warning-face' if not present.
2415         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2416                          `font-lock-function-name-face'.
2417         (cperl-look-at-leading-count): Likewise.
2418         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2419                         `font-lock-keyword-face' (needed for
2420                         batch processing), etc...
2421                 Use `font-lock-builtin-face' for builtin in REx
2422                         Now `font-lock-variable-name-face'
2423                         is used for interpolated variables
2424                 Use "talking aliases" for faces inside REx
2425                 Highlight parts of REx (except in charclasses)
2426                         according to the syntax and/or semantic
2427                 Syntax-mark a {}-part of (?{}) as "comment"
2428                         (it was the ()-part)
2429                 Better logic to distinguish what is what in REx
2430         (cperl-tips-faces): Document REx highlighting
2431         (cperl-praise): Mention REx syntax highlight etc.
2433         After 5.17:
2434         (cperl-find-sub-attrs): Would not always manage to print error message.
2435         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2437         After 5.18:
2438         (cperl-find-pods-heres): Misprint in REx for parsing REx.
2439                 Very minor optimization.
2440                 `my-cperl-REx-modifiers-face' got quoted.
2441                 Recognize "print $foo <<END" as HERE-doc.
2442                 Put `REx-interpolated' text attribute if needed.
2443         (cperl-invert-if-unless-modifiers): New function.
2444         (cperl-backward-to-start-of-expr): Likewise.
2445         (cperl-forward-to-end-of-expr): Likewise.
2446         (cperl-invert-if-unless): Works in "the opposite way" too.
2447                 Cursor position on return is on the switch-word.
2448                 Indents comments better.
2449         (REx-interpolated): New text attribute.
2450         (cperl-next-interpolated-REx): New function.
2451         (cperl-next-interpolated-REx-0): Likewise.
2452         (cperl-next-interpolated-REx-1): Likewise.
2453         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
2454         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2455         (cperl-praise): Mention finded interpolated RExen.
2457         After 5.19:
2458         (cperl-init-faces): Highlight %$foo, @$foo too.
2459         (cperl-short-docs): Better docs for system, exec.
2460         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2461                 Would not find HERE-doc ended by EOF without NL.
2462         (cperl-short-docs): Correct not-doubled \-escapes.
2463         start block: Put some `defvar' for stuff gone from XEmacs.
2465         After 5.20:
2466         initial comment: Extend copyright, fix email address.
2467         (cperl-indent-comment-at-column-0): New customization variable.
2468         (cperl-comment-indent): Indentation after $#a would increasy by 1.
2469         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2470         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2471         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2472         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2473                         highlight $ in $foo too (UNTESTED).
2474         (cperl-set-style): Docstring missed some available styles.
2475         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2476                 Change "Current" to "Memorize Current".
2477         (cperl-indent-wrt-brace): New customization variable; the default is
2478                 as for pre-5.2 version.
2479         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2480         (cperl-style-alist): Likewise.
2481         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2482                 and `cperl-extra-newline-before-brace' etc
2483                 being t
2484         (cperl-indent-exp): Plans B and C to find continuation blocks even
2485                 if `cperl-extra-newline-before-brace' is t.
2487         After 5.21:
2488         Improve some docstrings concerning indentation.
2489         (cperl-indent-rules-alist): New variable.
2490         (cperl-sniff-for-indent): New function name
2491                 (separated from `cperl-calculate-indent').
2492         (cperl-calculate-indent): Separate the sniffer and the indenter;
2493                 uses `cperl-sniff-for-indent' now.
2494         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2495                 was inverted;
2496                 Support `comment-column' = 0.
2498 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
2500         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2501         * help-at-pt.el (scan-buf-move-to-region): Likewise.
2502         * longlines.el (longlines-window-change-function): Likewise.
2503         * simple.el (undo-ask-before-discard): Likewise.
2504         * wid-edit.el (widget-field-prompt-internal)
2505         (widget-documentation-link-p): Likewise.
2507 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2510         for a keyword.
2512 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * newcomment.el (comment-valid-prefix-p): Make the check
2515         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
2516         (comment-indent-new-line): Adjust call.
2518 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
2520         * allout.el (allout-back-to-current-heading): Base on lower-level
2521         routines to get proper disqualification of aberrant topics.
2523 2006-10-09  Richard Stallman  <rms@gnu.org>
2525         * textmodes/two-column.el (2C-two-columns): Doc fix.
2527 2006-10-09  Kim F. Storm  <storm@cua.dk>
2529         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2530         about implicit use.
2532 2006-10-08  Richard Stallman  <rms@gnu.org>
2534         * textmodes/two-column.el (2C-two-columns): Doc fix.
2536 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2538         * files.el: Mark `buffer-read-only' as safe-local-variable.
2540 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
2542         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2543         Burp if GUD buffer has been killed.
2545 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2547         * completion.el (add-completions-from-c-buffer):
2548         Don't presume an error's second element is a string.
2549         Use looking-at rather than buffer-substring + member.
2551 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
2553         * mail/rmail.el (rmail-redecode-body): If the old encoding is
2554         `undecided', call find-coding-systems-region to find a proper
2555         non-trivial encoding.
2556         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2557         and "text/plain".
2559 2006-10-07  Kevin Ryde  <user42@zip.com.au>
2561         * textmodes/reftex-vars.el (defgroup reftex): Update home page
2562         url-link.
2564         * strokes.el (defgroup strokes): Remove invalid url-link.
2566 2006-10-07  Magnus Henoch  <mange@freemail.hu>
2568         * autoinsert.el (auto-insert-alist): Doc fix.
2570 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2572         * mouse-sel.el (mouse-insert-selection-internal):
2573         Use insert-for-yank, so that yank handlers are run.
2575 2006-10-07  Kim F. Storm  <storm@cua.dk>
2577         * ido.el (ido-file-extension-aux): Fix comparison.
2579 2006-10-06  Kim F. Storm  <storm@cua.dk>
2581         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2583 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
2585         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2586         (ad-make-mapped-call): Use `let', not `let*'.
2588 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
2590         * international/mule-cmds.el (coding-system-change-eol-conversion):
2591         Ensure the coding system is initialized before calling
2592         coding-system-eol-type.
2594 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
2596         * textmodes/org.el (org-rm-props, org-activate-plain-links)
2597         (org-activate-angle-links, org-activate-dates)
2598         (org-activate-target-links, org-activate-camels)
2599         (org-activate-tags): Add `rear-nonsticky' text property to avoid
2600         textproperty keymaps from being active beyond the end of a line.
2601         (org-unfontify-region): Also remove `rear-nonsticky' property.
2603 2006-10-04  Kenichi Handa  <handa@m17n.org>
2605         * international/code-pages.el (next): Table fixed.
2607 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2609         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2610         that it's been made unnecessary by removing narrowing.
2612 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2615         control flow a bit, simplify another bit, and add comments.
2617 2006-10-03  David Kastrup  <dak@gnu.org>
2619         * help.el (describe-mode): For clicks on mode-line, use "@"
2620         interactive argument to get the major mode of the click instead of
2621         the current buffer.
2623         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2624         in order to better redirect mouse-2 clicks.  Also allow default
2625         bindings to apply.
2627 2006-10-03  Kim F. Storm  <storm@cua.dk>
2629         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2630         (pushnew): Fix last change.
2632 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
2634         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2635         Use the interactive spec of `eval-expression'.
2637 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2639         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2641 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
2643         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2644         2006-09-28 commit.
2646 2006-10-02  Kenichi Handa  <handa@m17n.org>
2648         * international/code-pages.el (iso-8859-6): Table fixed.
2650 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2652         * dired.el (dired-build-subdir-alist): Fix previous change.
2654 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
2656         * simple.el (undo-elt-crosses-region): Fix the inequalities.
2658 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * emacs-lisp/find-func.el (find-function-regexp): Don't match
2661         "define-button-type".
2663         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2664         they don't keep accumulating.
2666 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2668         * ffap.el (ffap-rfc-path): Change the address of the RFC
2669         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2671 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
2673         * allout.el (allout-expose-topic): Rectify implementation of "+"
2674         spec, so that bodies are not exposed with headlines.
2676 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
2678         * allout.el (allout-current-depth): Do aberrent check only at or
2679         below doublecheck depth.
2680         (allout-chart-subtree): Make it explicit that LEVELS being nil
2681         means unlimited depth.  Drop undocumented support for LEVELS value
2682         t meaning unlimited depth.  (This is consistent with
2683         allout-chart-to-reveal, but contrary to allout-show-children,
2684         which needs to use nil to default to depth of 1.)
2685         (allout-goto-prefix-doublechecked): Wrap long docstring line.
2686         (allout-chart-to-reveal): Be explicit in docstring about meaning
2687         of nil LEVELS, and drop support for LEVELS value t.
2688         (allout-show-children): Translate the level spec used by this
2689         routine to that used by allout-chart-subtree and
2690         allout-chart-to-reveal.
2691         (allout-show-to-offshoot): Retry once when stuck, after opening
2692         subtree - improvements in discontinuity handling likely will
2693         enable progress.
2695 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
2697         * wid-edit.el (widget-button-click-moves-point): New variable.
2698         (widget-button-click): If widget-button-click-moves-point is
2699         non-nil, set point after performing the button action
2701         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2703 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
2705         * files.el (find-file-existing): Modify to not allow wildcards.
2707 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2709         * simple.el (undo-more): When undo information for the region is
2710         exhausted, say "No further undo information FOR REGION".
2712 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2714         * progmodes/sh-script.el (sh-prev-thing):
2715         Take `sh-leading-keywords' into account.
2717 2006-09-29  Glenn Morris  <rgm@gnu.org>
2719         * custom.el (defcustom): Doc fix.
2721         * calendar/calendar.el (european-calendar-style):
2722         Call european-calendar or american-calendar as needed when set.
2723         (diary-view-entries, list-calendar-holidays): Move autoloads
2724         before use.
2726 2006-09-29  Juri Linkov  <juri@jurta.org>
2728         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2729         to nil if there is no previous property change.
2731 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2733         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2734         saving anything to be sure that `forward-sexp' behaves correctly.
2736 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
2738         * simple.el (line-move-finish): Ignore field boundaries if the
2739         initial and final points have the same `field' property.
2741 2006-09-29  Kim F. Storm  <storm@cua.dk>
2743         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2744         to t while calling ido-read-internal.
2746 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
2748         * textmodes/org.el (org-file-remote-p): Get regexp from list.
2749         (org-archive-subtree): Remove erraneous `]' from character list.
2751 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
2753         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2754         (ses-reconstruct-all): Make undo of "insert row" work by keeping
2755         markers for data-area and parameters-area.
2757 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2759         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2761         * font-lock.el (font-lock-after-change-function): Refontify next line
2762         as well if end is at BOL.
2763         (font-lock-extend-jit-lock-region-after-change): Be more careful to
2764         only extend the region as much as needed.
2766 2006-09-28  Richard Stallman  <rms@gnu.org>
2768         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2770         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2772         * international/mule.el (after-insert-file-set-coding):
2773         If VISIT, don't let set-buffer-multibyte make undo info.
2775 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
2777         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2778         lines in base64-encoded authentication response.
2780 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2782         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2783         (ebnf-version): New version 4.3.
2784         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2785         (ebnf-prologue): Adjust PostScript programming.
2786         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2787         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2789 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * jit-lock.el (jit-lock-force-redisplay): Rename from
2792         jit-lock-fontify-again, and undo the mistaken change I've just done.
2794         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2795         (jit-lock-fontify-again): Don't refontify text that's not displayed.
2797 2006-09-26  Kenichi Handa  <handa@m17n.org>
2799         * startup.el (display-splash-screen): Allow a prefix argument.
2801 2006-09-25  Jason Rumney  <jasonr@gnu.org>
2803         * subr.el (shell-quote-argument): Use DOS logic for Windows
2804         shells with DOS semantics.
2806 2006-09-24  Richard Stallman  <rms@gnu.org>
2808         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2809         (compilation-goto-locus): Use compilation-goto-locus-delete-o
2810         to delete the overlay.  Put it on pre-command-hook.
2812         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2814         * startup.el (fancy-splash-screens, normal-splash-screen):
2815         Call the splash buffer *About GNU Emacs*.
2817         * simple.el (next-error-highlight, next-error-highlight-no-select):
2818         Default to 0.5.
2819         (yank-excluded-properties): Add `fontified'.
2821         * font-lock.el (font-lock-compile-keywords): Allow value of
2822         syntax-begin-function to enable paren-column-0 highlighting.
2824 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2826         * dired.el (dired-build-subdir-alist): When file ends in colon,
2827         don't exit the loop, just disregard that file.
2829 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
2831         * simple.el (line-move-finish): Handle corner case for fields in
2832         continued lines.
2833         (line-move-1): Remove flawed test for that case.
2835 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
2837         * icomplete.el (icomplete-simple-completing-p): Use the correct
2838         name for the new variable, `icomplete-with-completion-tables'.
2839         (file local variables): Remove superfluous setting.
2841 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2843         * calendar/appt.el (appt-check): Fix typo for appointments just
2844         after midnight.
2846 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
2848         * help.el (describe-key-briefly, describe-key): Don't expect an
2849         extra up event if a down-event is generated by a popup menu.
2851 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
2853         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2854         local dictionary when changing the global dictionary.
2856 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
2858         * icomplete.el (icomplete-with-completion-tables): List of
2859         specialized completion tables with which icomplete should
2860         operate.  Include the new `internal-complete-buffer', so icomplete
2861         works with interactive buffer-selection.
2862         (icomplete-simple-completing-p): Add acceptance of specialized
2863         completion tables listed in icomplete-with-completion-tables.
2865 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2867         * frame.el (focus-follows-mouse): Set default to nil on Mac.
2869         * startup.el (command-line): Use `custom-reevaluate-setting' for
2870         `focus-follows-mouse'.
2872 2006-09-22  Richard Stallman  <rms@gnu.org>
2874         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2875         explain why Save is not available.
2877 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
2879         * woman.el (woman0-so): Use `let*', not `let'.
2880         (woman-horizontal-line): Remove unbalanced parenthesis.
2882 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * woman.el: Make sure all the end-of-region markers we use have
2885         a non-nil insertion-type.
2886         (woman0-so): Move things around so we can use copy-marker.
2887         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2888         Adjust marker type.
2889         (woman2-process-escapes): Check marker type.
2890         (woman-horizontal-line): Dispense with the use of a marker.
2892 2006-09-22  Jay Belanger  <belanger@truman.edu>
2894         * calc/calc-lang.el: Add Greek letters to math-variable-table
2895         property of tex.
2897 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
2899         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2901 2006-09-22  Masatake YAMATO  <jet@gyve.org>
2903         * add-log.el (add-log-current-defun): Use `forward-sexp'
2904         instead of `forward-word' to pick c++::symbol.
2905         Reported by Herbert Euler <herberteuler@hotmail.com>.
2907 2006-09-22  Kenichi Handa  <handa@m17n.org>
2909         * bindings.el: Fix setting self-insert-command for multibyte
2910         characters in global-map.
2912 2006-09-21  David Kastrup  <dak@gnu.org>
2914         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2915         doc string.
2917 2006-09-21  Kenichi Handa  <handa@m17n.org>
2919         * language/european.el ("Latin-1"): Add windows-1252 to
2920         coding-priority.
2921         ("German"): Likewise.
2923 2006-09-21  Kim F. Storm  <storm@cua.dk>
2925         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2926         Suggested by Miles Bader.
2928         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
2929         instead of add-to-list in the simple case.
2931 2006-09-20  Kenichi Handa  <handa@m17n.org>
2933         * isearch.el (isearch-process-search-char): Cancel the previous change.
2934         (isearch-search-string): New function.
2935         (isearch-search): Use isearch-search-string.
2936         (isearch-lazy-highlight-search): Likewise.
2938 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2940         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2941         string to become an option.
2943 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2947 2006-09-20  Kim F. Storm  <storm@cua.dk>
2949         * simple.el (line-move-partial): Call pos-visible-in-window-p with
2950         position t instead of trying both window-end and window-end - 1.
2952 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
2954         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2955         hidden trees.
2957 2006-09-20  David Kastrup  <dak@gnu.org>
2959         * mouse.el (mouse-posn-property): Improve doc string.
2960         (mouse-on-link-p): Change buffers for function calls on links.
2962         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2963         buffer is read-only.
2965 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
2967         * allout.el (allout-unprotected): Let inhibit-read-only only when
2968         buffer-read-only isn't set.
2969         (allout-annotate-hidden): Enable topic annotation during copies even
2970         when the buffer is read-only, eg for topic copies.  Ensure that the loop
2971         advances, even when the span extends beyond the deletion region.
2972         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2973         rather than allout-exposure-changed-hook, as a stronger assertion.
2974         (allout-keybindings-list): Add bindings for
2975         allout-copy-line-as-kill and allout-copy-topic-as-kill.
2976         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2977         Copy wrappers for allout-kill-line and allout-kill-topic.
2978         (allout-listify-exposed): Position correctly to accumulate lines.
2980 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
2982         * simple.el (line-move-1): Escape field boundaries occurring
2983         exactly at point.  Update goal column if constrained to a field.
2984         (line-move-finish): Escape field boundaries occurring exactly at point.
2986 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * mouse.el (mouse-on-link-p): Tentatively fix last change.
2989         (mouse-drag-vertical-line): Remove unused var `wconfig'.
2991 2006-09-19  Kim F. Storm  <storm@cua.dk>
2993         * help.el (describe-key-briefly, describe-key): Simplify printing
2994         of descriptions by using format and %S.  Fix "is undefined"
2995         messages to say "at that spot" for mouse events.
2997         * simple.el (line-move-partial): Optimize.  Try window-line-height
2998         before posn-at-point to get vpos of current line.
3000 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
3002         * viper.el: Bump up version/date of update to reflect the substantial
3003         changes done in August 2006.
3005         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
3006         are defined.
3008         * ediff-util.el (ediff-add-to-history): New function.
3010         * ediff.el: Use ediff-add-to-history instead of add-to-history.
3012 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3014         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
3015         Delete duplicate make-local-variable form.
3016         (conf-space-keywords): Add autoload cookie.
3017         Fix typo (`keywords', not `keyword').
3019 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3021         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
3022         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
3023         to x-gtk-use-old-file-dialog
3025 2006-09-18  Richard Stallman  <rms@gnu.org>
3027         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
3028         that might come in during mouse tracking.
3030 2006-09-18  Kim F. Storm  <storm@cua.dk>
3032         * simple.el (line-move-partial): Rework 2006-09-15 change to use
3033         new window-line-height function.  Further optimize by not calling
3034         pos-visible-in-window-p for window-end when window-line-height
3035         returns useful information.
3037 2006-09-16  Richard Stallman  <rms@gnu.org>
3039         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
3040         (conf-space-mode): Don't handle prefix arg.
3041         Delete conf-space-keywords-override code.
3042         Use add-hook.
3043         (conf-space-keywords): New command.
3044         (conf-space-mode-internal): Be careful with imenu-generic-expression.
3045         Delete conf-space-keywords-override code.
3046         (conf-space-keywords-alist): Doc fix.
3047         (conf-space-font-lock-keywords): Doc fix.
3048         (conf-space-keywords-override): Var deleted.
3050 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
3052         * startup.el (fancy-splash-screens): Don't switch to the scratch
3053         buffer; it may not be the next buffer.
3055 2006-09-16  Romain Francoise  <romain@orebokech.com>
3057         * saveplace.el (load-save-place-alist-from-file): Use expanded name
3058         in both messages.
3060 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
3062         * progmodes/python.el (python-preoutput-filter):
3063         Fix arg order to string-match.
3065 2006-09-16  Richard Stallman  <rms@gnu.org>
3067         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3068         font-lock-compile-keywords.
3070         * font-lock.el (font-lock-compile-keywords): Rename optional arg
3071         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
3073 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3075         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3077         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3078         and the data doesn't look like UTF8, send STRING instead.
3080 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
3082         * textmodes/flyspell.el (flyspell-check-region-doublons):
3083         New function to detect duplicated words.
3084         (flyspell-large-region): Use it.
3086 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
3088         * simple.el (line-move-to-column): Revert 2006-08-03 change.
3090 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
3092         * help.el (describe-prefix-bindings): Use let, not let*.
3094 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
3096         * allout.el (allout-regexp, allout-line-boundary-regexp)
3097         (allout-bob-regexp): Correct grouping and boundaries to fix
3098         backwards traversal.
3099         (allout-depth-specific-regexp, allout-depth-one-regexp):
3100         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3101         worse time in allout-ascend.
3102         (allout-doublecheck-at-and-shallower): Identify depth threshold
3103         below which topics are checked for and disqualified by containment
3104         discontinuities.
3105         (allout-hotspot-key-handler): Correctly handle multiple-key
3106         strokes.  Remove some unused variables.
3107         (allout-mode-leaders): Clarify that mode-specific comment-start
3108         will be used.
3109         (set-allout-regexp): Correctly regexp-quote allout regexps to
3110         properly accept alternative header-leads and primary bullets with
3111         regexp-specific characters (eg, C "/*", mathematica "(*").
3112         Include new regular expressions among those configured.
3113         (allout-infer-header-lead-and-primary-bullet):
3114         Rename allout-infer-header-lead.
3115         (allout-recent-depth): Manifest as a variable as well as a function.
3116         (allout-prefix-data): Simplify into an inline instead of a macro,
3117         assuming current match data rather than being explicitly passed
3118         it.  Establish allout-recent-depth value as well as
3119         allout-recent-prefix-beginning and allout-recent-prefix-end.
3120         (allout-aberrant-container-p): True when an item's immediate
3121         offspring discontinuously contained.  Useful for disqualifying
3122         unintended topic prefixes, likely at low depths.
3123         (allout-goto-prefix-doublechecked): Elaborate version of
3124         allout-goto-prefix which disqualifies aberrant pseudo-items.
3125         (allout-pre-next-prefix): Layer on top of lower-level routines, to
3126         get disqualification of aberrant containers.
3127         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3128         containers.
3129         (allout-beginning-of-current-entry): Position at start of buffer
3130         when in container (depth 0) entry.
3131         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3132         (allout-current-bullet): Strip text properties.
3133         (allout-get-prefix-bullet): Use right match groups.
3134         (allout-beginning-of-line, allout-next-heading):
3135         Disqualify aberrant containers.
3136         (allout-previous-heading): Disqualify aberrant containers, and
3137         change to regular (rather than inline) function, to allow
3138         self-recursion.
3139         (allout-get-invisibility-overlay): Increment so progress is made
3140         when the first overlay is not the sought one.
3141         (allout-end-of-prefix): Disqualify aberrant containers.
3142         (allout-end-of-line): Cycle something like allout-beginning-of-line.
3143         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3144         outline.el outlines) functional again.  Change the primary bullet
3145         along with the header-lead - level 1 new-style bullets now work.
3146         Engage allout-before-change-handler in mainline Emacs, not just
3147         XEmacs, to do undo handling.
3148         (allout-before-change-handler): Expose undo changes occurring in
3149         hidden regions.  Use allout-get-invisibility-overlay instead of
3150         reimplementing it inline.
3151         (allout-chart-subtree): Use start rather than end of prefix in
3152         charts.  Use allout-recent-depth variable.
3153         (allout-chart-siblings): Disqualify aberrant topics.
3154         (allout-beginning-of-current-entry): Position correctly.
3155         (allout-ascend): Use new allout-depth-specific-regexp and
3156         allout-depth-one-regexp for linear instead of O(N^2) or worse
3157         behavior.
3158         (allout-ascend-to-depth): Depend on allout-ascend, rather than
3159         reimplementing an algorithm.
3160         (allout-up-current-level): Depend on allout-ascend, rather than
3161         reimplementing an algorithm.  Return to start-point if we fail.
3162         (allout-descend-to-depth): Use allout-recent-depth variable
3163         instead of function.
3164         (allout-next-sibling): On traversal of numerous intervening
3165         topics, resort to economical allout-next-sibling-leap.
3166         (allout-next-sibling-leap): Specialized version of
3167         allout-next-sibling that uses allout-ascend cleverly, to depend on
3168         a regexp search to leap large numbers of contained topics, rather
3169         than arbitrarily many one-by-one traversals.
3170         (allout-next-visible-heading): Disqualify aberrant topics.
3171         (allout-previous-visible-heading): Position consistently when
3172         interactive.
3173         (allout-forward-current-level): Base on allout-previous-sibling
3174         rather than (differently) reimplmenting the algorithm.  Remove some
3175         unused variables.
3176         (allout-solicit-alternate-bullet): Present default choice stripped
3177         of text properties.
3178         (allout-rebullet-heading): Use bullet stripped of text properties.
3179         Register changes using allout-exposure-change-hook.
3180         Disregard aberrant topics.
3181         (allout-shift-in): With universal-argument, make topic a peer of
3182         it's former offspring.  Simplify the code by separating out
3183         allout-shift-out functionality.
3184         (allout-shift-out): With universal-argument, make offspring peers
3185         of their former container, and its siblings.  Implement the
3186         functionality here, rather than inappropriately muddling the
3187         implementation of allout-shift-in.
3188         (allout-rebullet-topic): Respect additional argument for new
3189         parent-child separation function.
3190         (allout-yank-processing): Use allout-ascend directly.
3191         (allout-show-entry): Disqualify aberrant topics.
3192         (allout-show-children): Handle discontinuous children gracefully,
3193         extending the depth being revealed to expose them and posting a
3194         message indicating the situation.
3195         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3196         Leave cursor in correct position.
3197         (allout-hide-current-subtree): Use allout-ascend directly.
3198         Disqualify aberrant topics.
3199         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3200         a way that the yanks can restore it, as used to happen.
3201         (allout-yank-processing): Restore exposure layout as recorded by
3202         allout-kill-*, as used to happen.
3203         (allout-annotate-hidden, allout-hide-by-annotation): New routines
3204         for preseving and restoring exposure layout across kills.
3205         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3206         (allout-encrypt-string): Strip text properties.
3207         Rearranged order and outline-headings for some of the
3208         miscellaneous functions.
3209         (allout-resolve-xref): No need to quote the error name in the
3210         condition-case handler section.
3211         (allout-flatten): Classic recursive (and recursively intensive,
3212         without tail-recursion) list-flattener, needed by allout-shift-out
3213         when confronted with discontinuous children.
3215 2006-09-16  Jason Rumney  <jasonr@gnu.org>
3217         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3218         on ms-windows.
3219         (dnd-open-unc-file): Remove.
3220         (dnd-open-local-file): Mention in doc string that it also handles
3221         remote files if the system natively supports unc file-names.
3223 2006-09-15  Kim F. Storm  <storm@cua.dk>
3225         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3226         all necessary information about the event before erasing *Help*.
3228         * simple.el (line-move-partial): Use window-line-visiblity to
3229         quickly check whether last line is partially visible, and only do
3230         the hard (and slow) part in that case.
3232 2006-09-15  Jay Belanger  <belanger@truman.edu>
3234         * COPYING: Replace "Library Public License" by "Lesser Public
3235         License" throughout.
3237 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3239         * term/x-win.el (x-menu-bar-open): New function for F10.
3241 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
3243         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3244         Disallow filenames containing " -" to avoid confusion with libtool
3245         compilation messages.  Suggested by Stefan Monnier.
3247 2006-09-15  David Kastrup  <dak@gnu.org>
3249         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3250         instead of buffer position for `mouse-on-link-p'.
3252         * mouse.el (mouse-posn-property): New function looking up the
3253         properties at a click position in overlays and text properties in
3254         either buffer or strings.
3255         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3256         of both `follow-link' as well as `mouse-face' properties.
3257         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3258         buffer position.
3260         * help.el (describe-key-briefly): When reading a down-event on
3261         mode lines or scroll bar, swallow the following up event, too.
3262         Use the new mouse sensitity of `key-binding' for lookup.
3263         (describe-key): The same here.
3265 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
3267         * play/life.el (life-patterns): Add a few more interesting patterns.
3268         (life-setup): Force `show-trailing-whitespace' to nil.
3270 2006-09-14  Richard Stallman  <rms@gnu.org>
3272         * startup.el (fancy-splash-text): Change text to improve alignment.
3273         (fancy-splash-screens): Don't set non-standard tab width.
3274         Bind cursor-type temporarily, and make it easy to patch to
3275         preserve the splash buffer.
3276         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3277         (fancy-splash-screens): Display echo-area message explicitly.
3278         Don't set fancy-splash-help-echo.
3280         * simple.el (line-number-mode): Group mode-line instead of
3281         editing-basics.
3282         (column-number-mode, size-indication-mode): Likewise.
3284         * faces.el (mode-line-faces): Group mode-line instead of modeline.
3286         * time.el (display-time): Group mode-line instead of modeline.
3288         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
3290 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
3292         * startup.el (fancy-splash-text): Move editing instructions to
3293         fancy-splash-head.
3294         (fancy-splash-head): Issue editing instructions.
3295         (fancy-splash-screens): Fixup whitespace.
3297 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * bindings.el (mode-line-buffer-identification-keymap):
3300         Remove duplicate line.
3302 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3304         * ido.el (ido-ignore-item-p): Allow any kind of functions in
3305         ignore lists.
3307 2006-09-14  Kim F. Storm  <storm@cua.dk>
3309         * jit-lock.el (jit-lock-fontify-again): New function.
3310         (jit-lock-fontify-now): Use it instead of lambda form.
3312 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
3314         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3315         (flyspell-auto-correct-word): Make ispell-filter local to these
3316         functions.  Check that ispell-filter has new stuff before calling
3317         ispell-parse-output.
3319 2006-09-13  Kim F. Storm  <storm@cua.dk>
3321         * simple.el (line-move-partial): Optimize.
3323 2006-09-13  Richard Stallman  <rms@gnu.org>
3325         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3326         Delete spurious backquote.
3328 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
3330         * net/rcirc.el (rcirc-print): Fix last change.
3332 2006-09-12  Jay Belanger  <belanger@truman.edu>
3334         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3336 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
3338         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3339         rcirc-show-maximum-output.
3340         (rcirc-mode): Remove window-scroll-function hook.
3341         (rcirc-scroll-to-bottom): Remove function.
3342         (rcirc-print): Recenter so point stays at the bottom of the window
3343         if point was already there.
3345 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
3347         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3348         not to "t".
3349         * progmodes/compile.el (compilation-start): Likewise.
3350         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3351         Don't use expand-file-name on invocation-directory, since this
3352         might mishandle special characters in invocation-directory.
3354 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * pcvs-defs.el: Remove * in defcustom's docstrings.
3358 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
3360         * progmodes/compile.el (compilation-directory-properties):
3361         Doc fix for help-echo.
3363 2006-09-12  Lars Hansen  <larsh@soem.dk>
3365         * desktop.el (desktop-read): Add comment.
3367 2006-09-12  Kim F. Storm  <storm@cua.dk>
3369         * simple.el (next-error-highlight, next-error-highlight-no-select):
3370         Fix spelling error.
3372         * subr.el (sit-for): Rework to use input-pending-p and cond.
3373         Return nil input is pending on entry also for SECONDS <= 0.
3374         (while-no-input): Use input-pending-p instead of sit-for.
3376 2006-09-11  Richard Stallman  <rms@gnu.org>
3378         * simple.el (next-error-highlight, next-error-highlight-no-select):
3379         Fix custom type and doc strings.
3381 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3383         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3384         (diff-apply-hunk): Use it to ask for confirmation.
3386 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
3388         * emacs-lisp/cl.el (pushnew): Add missing `,'.
3390 2006-09-11  David Kastrup  <dak@gnu.org>
3392         * help.el (string-key-binding, describe-key-briefly)
3393         (describe-key): Remove `string-key-binding' and its callers since
3394         `key-binding' already caters for the proper lookup now.
3396 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3399         (cfengine-mode): Use it.  Fix \ syntax to be like /.
3401         * bindings.el (mode-line-buffer-identification-keymap):
3402         Move initialization into declaration.
3404 2006-09-10  Kim F. Storm  <storm@cua.dk>
3406         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3407         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3408         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3409         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
3411 2006-09-10  Richard Stallman  <rms@gnu.org>
3413         * dired-aux.el: Handle errors in recursive copy usefully.
3414         (dired-create-files-failures): New variable.
3415         (dired-copy-file): Remove condition-case.
3416         (dired-copy-file-recursive): Check for errors on all file
3417         operations, and add them to dired-create-files-failures.
3418         Check file file-date-erorr here too.
3419         (dired-create-files): Check dired-create-files-failures
3420         and report those errors too.
3422         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3424         * subr.el (add-to-list): New argument COMPARE-FN.
3426 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3428         * filecache.el (file-cache-add-directory)
3429         (file-cache-add-directory-list, file-cache-add-file)
3430         (file-cache-add-directory-using-find)
3431         (file-cache-add-directory-using-locate)
3432         (file-cache-add-directory-recursively): Add autoloads.
3434 2006-09-09  Richard Stallman  <rms@gnu.org>
3436         * textmodes/conf-mode.el (conf-space-mode):
3437         Use hack-local-variables-hook instead of calling hack-local-variables.
3438         (conf-space-keywords-override): New variable.
3439         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
3440         (conf-space-mode): Always make conf-space-keywords and
3441         conf-space-keywords-override local.
3442         Call conf-space-mode-internal directly as well as via hook.
3444 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
3446         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3447         quasi-keywords.
3449 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3452         (python-send-string): Be slightly more careful about adding \n.
3454         * startup.el (normal-splash-screen): Don't display the buffer if we'll
3455         kill it right away anyway.
3457 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
3459         * international/codepage.el (cp850-decode-table): Fix a few codes.
3460         (cp858-decode-table): New variable.
3462 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
3464         * net/ldap.el (ldap-search-internal): Doc fix.
3466 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3468         * play/life.el (life-display-generation): Test for input manually if
3469         `sleeptime' is negative or null.
3471         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3472         (print-region-1): Substitute `%s' with the page title.
3474 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
3476         * locate.el (locate-current-search): New variable.
3477         (locate): Set buffer local value.  Use current buffer if it is
3478         in Locate mode.
3479         (locate-mode): Disable undo here.
3480         (locate-do-setup): Use locate-current-filter from buffer to be killed.
3481         (locate-update): Use locate-current-search and locate-current-filter.
3483 2006-09-08  David Kastrup  <dak@gnu.org>
3485         * desktop.el (desktop-read): When loading a desktop, disable
3486         saving it while the load progresses, and switch off a pending lazy
3487         load by calling `desktop-lazy-abort'.
3489 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
3491         * window.el (mouse-autoselect-window-timer)
3492         (mouse-autoselect-window-position)
3493         (mouse-autoselect-window-window)
3494         (mouse-autoselect-window-now): New vars.
3495         (mouse-autoselect-window-cancel)
3496         (mouse-autoselect-window-select)
3497         (mouse-autoselect-window-start): New functions.
3498         (handle-select-window): Call `mouse-autoselect-window-start' when
3499         delayed window autoselection is enabled.
3501         * cus-start.el (mouse-autoselect-window): Handle delayed window
3502         autoselection.
3504         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3505         commands after which it is allowed to print in the echo area.
3507 2006-09-08  Richard Stallman  <rms@gnu.org>
3509         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3511         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3512         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3514         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3515         (cancel-timer-internal): Add doc string.
3516         (cancel-function-timers): Doc fix.
3517         (with-timeout-handler, timer-event-last*): Add doc strings.
3519         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3521         * files.el (risky-local-variable-p): Match ...-bindat-spec.
3523         * dired.el (dired-log-summary): Add doc string.
3525         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3526         (custom-group-menu-create): Not here.
3528 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
3530         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3532 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3534         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3535         (mac-apple-event-map): Define its handler.
3537 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
3539         * net/ldap.el (ldap-search-internal): Handle `auth' key.
3541 2006-09-07  Magnus Henoch  <mange@freemail.hu>
3543         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3544         clause.
3546 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3548         * info.el (Info-index): Bind completion-ignore-case.
3550 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3552         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3553         previous commit.
3554         (inferior-prolog-guess-flavor): New fun left out of previous commit.
3555         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3556         burp in dedicated windows.
3557         (inferior-prolog-self-insert-command): New command.
3558         (inferior-prolog-mode-map): Use it.
3560 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3562         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3564         * international/code-pages.el: Add cp858.
3566 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3568         * dnd.el: Fix bootstrapping.
3570 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3572         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3573         (dnd-open-remote-url): New function.
3574         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3575         not windows-nt.
3577 2006-09-07  Jason Rumney  <jasonr@gnu.org>
3579         * dnd.el (dnd-open-remote-file-function): New variable.
3580         (dnd-open-unc-file): New function.
3581         (dnd-open-file): Call dnd-open-remote-file-function if set.
3583 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3585         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3586         pgg-passphrase-coding-system rather than locale-coding-system.
3587         * pgg-def.el (pgg-passphrase-coding-system): New user option.
3589 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3591         * progmodes/prolog.el: Remove * in docstrings.
3592         (prolog-program-name): Add SWI prolog.
3593         (prolog-mode-menu): New menu.
3594         (prolog-mode): Set comment-add.
3595         (prolog-indent-line): Simplify.  Use indent-line-to.
3596         (inferior-prolog-buffer): New var.
3597         (inferior-prolog-run, inferior-prolog-process): New funs.
3598         (run-prolog, switch-to-prolog): Rewrite, using them.
3599         (prolog-consult-region): Use inferior-prolog-buffer.
3600         (inferior-prolog-load-file): New function.
3601         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3603         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3604         last word, if it's not the end of the paragraph.
3606         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3607         file name.
3609 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
3611         * frame.el (display-mm-dimensions-alist): New defcustom.
3612         (display-mm-height, display-mm-width): Use it.
3614 2006-09-06  Simon Josefsson  <jas@extundo.com>
3616         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3618 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
3620         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3621         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3622         string values.
3624 2006-09-06  Kim F. Storm  <storm@cua.dk>
3626         * simple.el (line-move-partial): New function to do vscrolling for
3627         partially visible images / tall lines.  Rewrite based on code
3628         previously in line-move.  Simplify backwards vscrolling.
3629         (line-move): Use it.  Simplify.
3631 2006-09-05  Kim F. Storm  <storm@cua.dk>
3633         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3635 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
3637         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3638         Process the `gcc-include' after the `gnu' rule.
3640 2006-09-05  Kim F. Storm  <storm@cua.dk>
3642         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3644 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3646         * pgg.el (pgg-clear-string): Alias to clear-string for backward
3647         compatibility.
3649         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3650         inhibit-redisplay; encode passphrase with locale-coding-system.
3652 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3654         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3656 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
3658         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3659         (gdb-var-list-children-regexp): Make type field optional.
3661         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3662         e.g public, protected in C++.
3664 2006-09-04  John Paul Wallington  <jpw@pobox.com>
3666         * simple.el (completion-show-help): New defcustom.
3667         (completion-setup-function): Heed it.
3669 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3671         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3673 2006-09-04  Richard Stallman  <rms@gnu.org>
3675         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3676         (rsf-min-region-to-spam-list): Doc fix.
3677         (rsf-add-content-type-field): Doc fix.
3679         * simple.el (kill-region): Explicitly test there is a region.
3681 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3683         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3684         sendmail in several common directories.
3686         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
3688         * paths.el (sendmail-program): Removed.
3690 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
3692         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3693         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
3694         http://article.gmane.org/gmane.emacs.gnus.general/50457
3696 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
3698         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3699         mark after running the menu filter.
3701 2006-09-03  Juri Linkov  <juri@jurta.org>
3703         * international/quail.el (quail-defrule-internal): Add a check
3704         if a key is a vector.
3706 2006-09-02  Juri Linkov  <juri@jurta.org>
3708         * man.el (Man-topic-history): New variable.
3709         (man): Use it.
3711         * woman.el (woman-topic-history): Change defvar to defvaralias
3712         for symbol `Man-topic-history'.
3714         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3715         `comint-last-output-start' is a marker by using `markerp' and
3716         check if it has a position by using `marker-position', and use
3717         this position for `goto-char'.
3719         * international/quail.el (quail-defrule-internal): Add missing
3720         `error' call for null key.
3722 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
3724         * rcirc.el (rcirc-keywords): New variable.
3725         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3726         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3727         variables.
3728         (rcirc-responses-no-activity): New function.
3729         (rcirc-handler-generic): Check for responses in above.
3730         (rcirc-process-command): Add ?: character to arguments of raw
3731         server commands.
3732         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3733         `rcirc-dim-nicks'.
3734         (rcirc-gray-toggle): Remove unused variable.
3735         (rcirc-print): Remove some tracking logic, which is moved into
3736         markup functions.
3737         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3738         types.
3739         (rcirc-activity-string): Look for 'keyword in activity-types.
3740         (rcirc-window-configuration-change): Don't erase overlay-arrow
3741         unnecessarily.
3742         (rcirc-add-or-remove): New function.
3743         (rcirc-cmd-ignore): Use it.
3744         (rcirc-message-leader): Remove unused function.
3745         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3746         (rcirc-add-face): New function.
3747         (rcirc-facify): Use rcirc-add-face.
3748         (rcirc-url-regexp): Add parens.
3749         (rcirc-map-regexp): Remove function.
3750         (rcirc-mangle-regexp): Remove function.
3751         (rcirc-markup-text-functions): New variable.
3752         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3753         (rcirc-markup-body-text, rcirc-markup-attributes)
3754         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3755         (rcirc-markup-bright-nicks): New markup handler functions.
3756         (rcirc-nick-in-message-full-line): New face.
3757         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3758         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3760 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
3762         * cus-start.el (hscroll-margin, hscroll-step)
3763         (mode-line-in-non-selected-windows, mouse-autoselect-window)
3764         (x-use-underline-position-properties): Change version to "22.1"
3765         since they will appear there for the first time.
3767 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
3769         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3771 2006-08-31  Richard Stallman  <rms@gnu.org>
3773         * cus-edit.el (custom-save-variables): Slight cleanup.
3774         (Custom-no-edit): Renamed from custom-no-edit.
3775         (Custom-newline): Renamed from custom-newline.
3776         (custom-mode-map): Use new names.
3778         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3779         about customization, rather than M-x customize, in the doc string
3780         made for the defcustom.
3782         * emacs-lisp/trace.el (trace-function-background): Doc fix.
3784 2006-08-31  Romain Francoise  <romain@orebokech.com>
3786         * dired-x.el (dired-guess-shell-alist-default): Update.
3788 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
3790         * custom.el (custom-theme-set-variables): Autoload packages before
3791         sorting the variables.
3793 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
3795         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3796         chars if XEmacs.
3797         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3799 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * progmodes/python.el (python-eldoc-function): Re-enable quit while
3802         waiting for process.
3804 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3806         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3807         results in ASCII-only string, encode original one directly.
3809 2006-08-29  Romain Francoise  <romain@orebokech.com>
3811         * startup.el (normal-splash-screen, fancy-splash-screens):
3812         Make buffer read-only and arrange to enter view mode if necessary.
3814 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
3816         * hl-line.el (hl-line): New face.
3817         (hl-line-face): Use it.
3819         * image-mode.el (image-mode): Fix last fix.
3820         Suggested by Kim F. Storm.
3822 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
3824         Sync with Tramp 2.0.54.
3826         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3827         of `=', because `tramp-get-remote-gid' might not always return an
3828         integer when expected.
3829         (tramp-register-file-name-handlers): `partial-completion-mode' is
3830         unknown to XEmacs.
3831         (tramp-time-diff): Don't use `floor', it might fail for large
3832         differences.
3833         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3834         `tramp-auto-save-directory' if unset in order to guarantee unique
3835         auto-save file names.
3837 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
3839         * image-mode.el (image-mode): Display image as text on a terminal.
3841 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3843         * progmodes/python.el (python-send-command): Simplify.
3844         (run-python): Don't generate a new buffer unless `new' was specified.
3845         Make sure we send `import emacs' to the proper process.
3847         * progmodes/python.el (python-send-command): Don't wait for the command
3848         to terminate.  Don't fiddle with compilation-parsing-end.
3850 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
3852         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3853         Insert commentary after first line summary.
3855         * woman.el (woman-follow): New function, based on `man-follow'.
3856         (woman-mode-map): Use it.
3858         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3859         since ibuffer-do-sort-by-recency does not define a sorter.
3861 2006-08-28  Kim F. Storm  <storm@cua.dk>
3863         * find-dired.el (find-dired): Use shell-quote-argument to properly
3864         escape ( and ) args.  Also use it on {} and ; args in default
3865         value of find-ls-option string.
3866         (find-grep-dired): Use shell-quote-argument on {} and ; args.
3868 2006-08-27  Michael Olson  <mwolson@gnu.org>
3870         * emacs-lisp/tq.el: Small grammar fix in comments.
3871         (tq-enqueue): Check for existence of queue rather than the
3872         head queue item's question, which was a no-op.
3873         (tq-filter, tq-process-buffer): Make sure the process buffer
3874         exists before making it the current buffer.
3876 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3878         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3879         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3880         (special-event-map): Apply 2006-08-16 change for x-win.el.
3882 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3884         * progmodes/python.el (python-send-receive): Wait in the
3885         process's buffer so as to check the right buffer-local variables.
3887 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3890         (defgroup checkdoc): Move to beginning.
3892         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3893         (python-preoutput-continuation): Remove.
3894         (python-preoutput-filter): Simplify correspondingly.
3895         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
3896         Loop around to catch embedded _emacs_out output.
3897         (run-python): Send the import&print command on a single line.
3898         (python-send-command): Send command&print on a single line.
3899         (python-send-string): Only add double \n if needed.
3900         (python-send-receive): Loop until the result comes.
3901         (python-mode-running): Defvar it.
3902         (python-setup-brm): Remove unused var `menu'.
3903         Only bind py-mode-map and `features' around brm-init.
3904         (python-calculate-indentation): Remove unused var `point'.
3905         (python-beginning-of-defun): Remove unused var `def-line'.
3907 2006-08-25  Richard Stallman  <rms@gnu.org>
3909         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3911 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3913         * viper.el (viper-set-hooks): Use frame bindings for
3914         viper-vi-state-cursor-color.
3915         (viper-non-hook-settings): Don't set default
3916         mode-line-buffer-identification.
3918         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3919         (viper-set-cursor-color-according-to-state)
3920         (viper-get-saved-cursor-color-in-replace-mode)
3921         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3922         viper-emacs-state-cursor-color.
3924         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3925         (viper-undo): Use point if undo-beg-posn is nil.
3926         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3927         (viper-after-change-undo-hook): Don't use
3928         viper-emacs-state-cursor-color by default.
3929         (viper-undo): More sensible positioning after undo.
3931         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3932         (viper-emacs-state-cursor-color): Default to nil, since this feature
3933         doesn't work well yet.
3935         * ediff-mult.el (ediff-intersect-directories)
3936         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3937         always expand filenames.
3939 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * tumme.el: Remove * in defcustoms's docstrings.
3943 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
3945         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3946         Accept internal time format for SECS arg.
3947         (timer-relative-time): Doc fix.
3949         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3950         adapted from Martin Rudalics.
3951         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3952         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3953         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3954         using sit-for.
3956 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
3958         * cus-start.el (all): Add `overline-margin' and
3959         `x-underline-at-descent-line'.
3961 2006-08-24  Kim F. Storm  <storm@cua.dk>
3963         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3964         to mean "use find -exec"; nil now unambiguously means auto-detect.
3965         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3966         Use shell-quote-argument to build grep-find-command and
3967         grep-find-template.
3968         (rgrep): Use shell-quote-argument to properly quote arguments to find.
3969         Reported by Tom Seddon.
3971 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
3973         * startup.el (fancy-splash-head): Give instructions for dismissing
3974         the splash screen for default startup too.
3975         (display-startup-echo-area-message, fancy-splash-screens)
3976         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
3977         all splash text at once and keep the splash buffer around.
3978         (command-line-1): Give display-startup-echo-area-message a t arg.
3980 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
3982         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3983         gnus frame is selected.
3985 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
3987         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3989 2006-08-22  Kim F. Storm  <storm@cua.dk>
3991         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3992         Add suffix matching for subdirs.
3994 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
3996         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3997         mouse-yank-at-point is non-nil.
3999 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
4001         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4002         a bit wider and remove fringes to fit initial output on line.
4004 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * frame.el (blink-cursor-end): Only ignore the error we care about.
4007         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
4009 2006-08-21  Richard Stallman  <rms@gnu.org>
4011         * whitespace.el (whitespace-cleanup): Doc fix.
4013 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
4015         * net/rcirc.el (rcirc-show-maximum-output): New var.
4016         (rcirc-buffer-process): If no buffer argument is supplied, use
4017         current-buffer.
4018         (rcirc-complete-nick): Complete to the last completed nick first.
4019         (rcirc-mode): Preserve the value of `rcirc-urls' across
4020         connections.  Setup scroll function.
4021         (rcirc-scroll-to-bottom): New function.
4022         (rcirc-print): Use nick syntax around regexp work.
4023         Notice dim-nicks speaking only if they say our nick.
4024         (rcirc-update-activity-string): Do not show the modeline indicator
4025         if there are no live rcirc processes.
4026         (rcirc-cmd-ignore): Ignore case.
4027         (rcirc-browse-url-at-point): Fix off-by-one error.
4029 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4031         * progmodes/python.el: Remove * in defcustom docstrings.
4032         (run-python, python-proc, python-try-complete): Use derived-mode-p.
4033         (python-mode): Set tab-width and indent-tabs-mode.
4035 2006-08-20  Dave Love  <fx@gnu.org>
4037         * progmodes/python.el: Update to Dave Love's latest version.
4038         (python-font-lock-keywords, python-mode): Don't use
4039         font-lock-syntax-table, but match symbol elements explicitly instead.
4040         (python-mode-map): Add help, and a few more key bindings.
4041         (python-skip-comments/blanks): Move out of comments as well.
4042         (python-continuation-line-p): Behave better with unbalanced parens.
4043         (python-blank-line-p): New fun.
4044         (python-open-block-statement-p): Don't use a heuristic.
4045         (python-outdent-p): Better handle blocks-in-the-same-line.
4046         (python-calculate-indentation): Misc improvements.
4047         (python-comment-indent): Remove.
4048         (python-block-pairs): New var.
4049         (python-first-word): New fun.
4050         (python-indentation-levels): Handle more common cases.
4051         (python-indent-line-1): Add `leave' argument.
4052         (python-indent-region): New fun.
4053         (python-skip-out): New fun.
4054         (python-beginning-of-statement, python-end-of-statement): Use it.
4055         (python-next-statement): Return correct count even at eob.
4056         (python-end-of-block): Fix paren-typo.
4057         (python-imenu-create-index): Add module variables.
4058         (run-python): Add `new' arg.
4059         Check we're at a prompt before returning.
4060         (python-send-command): Move to end of buffer.
4061         Wait for prompt to return.
4062         (python-set-proc): New fun.
4063         (python-imports): New var.
4064         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
4065         (python-eldoc-function): Try to move out of arg list.
4066         (python-outline-level): Offset by 1.
4067         (python-find-imports): New fun.
4068         (python-symbol-completions): Use python-imports.
4069         (python-module-path, ffap-alist): Add support for ffap.
4070         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4071         (python-insert-*, python-default-template, python-expand-template):
4072         Add templates/skeletons.
4073         (python-setup-brm): Support for Bicycle Repair Man.
4074         (python-abbrev-syntax-table): New var.
4075         (python-abbrev-pc-hook, python-pea-hook): New funs.
4077 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
4079         * frame.el (blink-cursor-start): Set timer first.
4080         (blink-cursor-end): Ignore timer cancelling errors.
4081         Suggested by Ken Manheimer.
4083 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
4085         * newcomment.el (comment-box): Call `comment-normalize-vars'.
4086         Add autoload cookie.
4088 2006-08-20  Richard Stallman  <rms@gnu.org>
4090         * simple.el (line-number-at-pos): Doc fix.
4092         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4093         timer-activate-when-idle, so timer can run before Emacs becomes
4094         non-idle again.
4096 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4098         * whitespace.el (whitespace-cleanup-internal): New optional arg
4099         REGION-ONLY.  If it's non-nil, modify the message to the user
4100         accordingly.
4101         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4102         a non-nil argument.
4104 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
4106         * rect.el (spaces-string): Simplify and add doc string.
4108 2006-08-17  Romain Francoise  <romain@orebokech.com>
4110         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4112 2006-08-17  Richard Stallman  <rms@gnu.org>
4114         * compare-w.el (compare-windows): lambda's take an arg and pass
4115         it to compare-windows-skip-whitespace.
4117 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
4119         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4120         the right buffer.
4122 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4125         removed files.
4127 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
4129         * progmodes/gdb-ui.el (gdb-locals-watch-map)
4130         (gdb-locals-watch-map-1): Suppress keymap first.
4131         (gdb-edit-locals-map-1): New variable.
4132         (gdb-edit-locals-value): New function.
4133         (gdb-stack-list-locals-handler): Use them.
4135 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4137         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4138         cursor would normally be drawn in the fringe.
4140         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4141         Reported by Martin Rudalics <rudalics@gmx.at>.
4143 2006-08-16  Richard Stallman  <rms@gnu.org>
4145         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4146         (special-event-map): Process drag-n-drop events this way.
4148         * simple.el (move-beginning-of-line): Test whether fields
4149         would prevent motion back to line's first visible character.
4150         If so, stop where the fields would stop the motion.
4152         * newcomment.el (comment-indent): Fully update INDENT
4153         before checking to see if it will change the text.
4155         * cus-edit.el (custom-newline): New function.
4156         (custom-mode-map): Bind newline to custom-newline.
4158         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4159         into ignore-whitespace.
4160         Check each buffer for its skip-function.
4161         Handle compare-windows-skip-whitespace special-case test
4162         by returning t from default skip function.
4164 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
4166         * textmodes/org.el (org-clock-special-range)
4167         (org-clock-update-time-maybe): New functions.
4168         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4169         not only a-z.
4170         (org-agenda-get-blocks): Allow multiple blocks per headline.
4171         (org-timestamp-change): Call `org-clock-update-time-maybe'.
4172         (org-export-html-title-format)
4173         (org-export-html-toplevel-hlevel): New options.
4174         (org-export-language-setup): Add support for Czech.
4175         (org-mode, org-insert-todo-heading, org-find-visible)
4176         (org-find-invisible, org-invisible-p, org-invisible-p2)
4177         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4178         (org-show-subtree, org-show-entry, org-make-options-regexp):
4179         Remove compatibility support for old outline-mode.
4180         (org-check-occur-regexp): Funtion removed.
4181         (org-on-heading-p, org-back-to-heading): Made defalias.
4182         (org-set-local): New defsubst.
4183         (org-set-regexps-and-options, org-mode)
4184         (org-set-font-lock-defaults, org-edit-agenda-file-list)
4185         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4186         (org-remember-apply-template, org-table-edit-field)
4187         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4188         (org-set-autofill-regexps): Use `org-set-local'.
4189         (org-table-eval-formula): Fix bug with parsing of display flags.
4191 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
4193         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4194         frame with fringe arrow.  Suggested by Simon Marshall
4195         <simon.marshall@misys.com>.
4196         (gdb-stack-position): New variable.
4197         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4198         (gdb-frames-mode): Set gdb-stack-position to nil.
4199         Add to overlay-arrow-variable-list
4200         (gdb-reset): Delete gdb-stack-position from above list.
4202 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4204         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4205         read only.
4207 2006-08-13  Romain Francoise  <romain@orebokech.com>
4209         * cus-theme.el (customize-create-theme)
4210         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4212         * filesets.el (filesets-add-buffer): Ditto.
4214         * pcvs.el (cvs-change-cvsroot): Ditto.
4216 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
4218         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4219         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4220         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4221         expressions.
4222         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4223         Only search till end of line.
4224         Add face to function names in case of no filename.
4225         Add face to variable names of watchpoints.
4227 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4229         * cus-start.el <indent-tabs-mode>: Move to the `indent'
4230         customization group.
4232 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
4234         * allout.el (allout-prior-bindings, allout-added-bindings):
4235         Remove, after long deprecation.
4236         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4237         Add customization vars controlling allout-beginning-of-line and
4238         allout-end-of-line conveniences.
4239         (allout-header-prefix, allout-use-mode-specific-leader)
4240         (allout-use-mode-specific-leader, allout-mode-leaders):
4241         Revise docstrings.
4242         (allout-infer-header-lead): Change to be an alias for
4243         allout-infer-header-lead-and-primary-bullet.
4244         (allout-infer-header-lead-and-primary-bullet): New version of
4245         allout-infer-header-lead which assigns the primary bullet to the
4246         same as the header lead, when its being changed.
4247         (allout-infer-body-reindent): Apply regexp-quote instead of
4248         unconditionally prepending "\\", so that all literal
4249         allout-header-prefix and allout-primary-bullet strings are
4250         properly handled.
4251         (allout-add-resumptions): Add optional qualifier for extending or
4252         appending to existing values, rather than replacing them.
4253         (allout-view-change-hook): Clarify docstring.
4254         (allout-exposure-change-hook): Take explicit arguments, via
4255         run-hook-with-args.
4256         (allout-structure-added-hook)
4257         (allout-structure-deleted-hook)
4258         (allout-structure-shifted-hook): New hooks analogous to
4259         allout-exposure-change-hook for other kinds of structural outline
4260         edits.
4261         (allout-encryption-plaintext-sanitization-regexps): New encryption
4262         customization variable, by which cooperating modes can provde
4263         massage of the plaintext without actually being passed it.
4264         (allout-encryption-ciphertext-rejection-regexps)
4265         (allout-encryption-ciphertext-rejection-ceiling): New encryption
4266         customization variables, by which cooperating modes can prohibit
4267         rare but possible ciphertext patterns from fouling their
4268         operation, with actually being passed the ciphertext.
4269         (allout-mode): Run activation and deactivation hooks after the
4270         minor-mode variable has been toggled, to clarify the mode
4271         disposition.  The new encryption ciphertext rejection variable is
4272         used to ensure that the ciphertext does not contain text that
4273         would be recognized as outline structural elements by allout.
4274         Substite allout-beginning-of-line and allout-end-of-line for
4275         conventionall beginning-of-line and end-of-line bindings.
4276         If allout-old-style-prefixes is non-nil, don't nullify it on mode
4277         activation!
4278         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4279         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4280         (allout-chart-subtree): Implement new mode, charting only the
4281         visible items in the subtree, when new 'visible' parameter is non-nil.
4282         (allout-end-of-subtree): Properly handle the last item in the buffer.
4283         (allout-pre-command-business, allout-command-counter):
4284         Increment an advertised counter so that cooperating enhancements can
4285         track revisions of items.
4286         (allout-open-topic): Run allout-structure-added-hook with suitable
4287         arguments.
4288         (allout-shift-in): Run allout-structure-shifted-hook with suitable
4289         arguments.
4290         (allout-shift-out): Fix doubling for negative args and ensure call
4291         of allout-structure-shifted-hook by solely using allout-shift-in.
4292         (allout-kill-line, allout-kill-topic):
4293         Run allout-structure-deleted-hook with suitable arguments.
4294         (allout-yank-processing): Run allout-structure-added-hook with
4295         proper arguments.
4296         (allout-yank): Enclose activity in allout-unprotected.
4297         (allout-flag-region): Run allout-exposure-change-hook with
4298         suitable arguments, instead of making the callee infer the arguments.
4299         (allout-encrypt-string):
4300         Support allout-encryption-plaintext-sanitization-regexps,
4301         allout-encryption-ciphertext-rejection-regexps, and
4302         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
4303         en/de cryption mode in symmetric encryption failure message.
4304         (allout-obtain-passphrase): Use copy-sequence to get a distinct
4305         copy of the passphrase, and don't zero it or we'll corrupt the
4306         stashed copy.
4307         (allout-create-encryption-passphrase-verifier)
4308         (allout-verify-passphrase): Respect the new signature for
4309         allout-encrypt-string.
4310         (allout-get-configvar-values): Convenience for getting a
4311         configuration variable value and handling its absence gracefully.
4313 2006-08-11  Romain Francoise  <romain@orebokech.com>
4315         * obsolete/zone-mode.el: Delete.
4317 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4321 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
4323         * emacs-lisp/bindat.el (bindat-ip-to-string):
4324         Use `format-network-address' if possible.
4326 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4328         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4330 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
4332         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4333         restore unread-command-events here.
4334         (edebug-display): Do it here, to detect sit-for interruptions.
4336 2006-08-10  Romain Francoise  <romain@orebokech.com>
4338         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4339         (dns-mode-soa-auto-increment-serial): New user option.
4340         (dns-mode-soa-maybe-increment-serial): New function.
4341         (dns-mode): Add the latter to `write-contents-functions'.
4343         * obsolete/zone-mode.el: Move to obsolete/ from net/.
4344         Delete autoload cookies.
4346 2006-08-10  John Wiegley  <johnw@newartisans.com>
4348         * eshell/em-glob.el (eshell-glob-chars-list)
4349         (eshell-glob-translate-alist): Add support for [^g] in character globs.
4351 2006-08-10  Richard Stallman  <rms@gnu.org>
4353         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4354         (facemenu-set-face): Doc fix.
4355         (facemenu-listed-faces): Doc fix.
4357 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
4359         * avoid.el (mouse-avoidance-animating-pointer): New var.
4360         (mouse-avoidance-nudge-mouse): Use it.
4361         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4362         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4363         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4364         Don't activate if currently animating.  All callers changed.
4366 2006-08-09  John Wiegley  <johnw@newartisans.com>
4368         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4369         variable, which causes timeclock to report elapsed time worked,
4370         instead of just work remaining.
4372 2006-08-09  Kenichi Handa  <handa@m17n.org>
4374         * international/latexenc.el (latexenc-find-file-coding-system):
4375         Fix for the case that the 2nd element of arg-list is a cons.
4377 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
4379         * info.el (Info-fontify-node): Handle preceding `in' for note
4380         reference hiding rules.
4382 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4385         mistake a closing " for an opening one.
4387 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4389         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4391 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * complete.el (PC-do-completion): Filter out completions matching
4394         completion-ignored-extensions before checking whether there are
4395         multiple completions.
4396         Don't use `list' unnecessarily when building completion tables.
4398 2006-08-06  Richard Stallman  <rms@gnu.org>
4400         * help.el (describe-mode): Make minor mode list more concise.
4402 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
4404         * bindings.el: Give mode-line-format, mode-line-modes, and
4405         mode-line-position `standard-value' properties.
4407 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
4409         * buff-menu.el (list-buffers-noselect): For Info buffers, use
4410         "(file)node" instead of the file name.
4412 2006-08-05  Richard Stallman  <rms@gnu.org>
4414         * faces.el (escape-glyph): Doc fix.
4416 2006-08-04  Kenichi Handa  <handa@m17n.org>
4418         * international/mule-diag.el (describe-font): Improve docstring
4419         and error message.  Use frame-parameter (not frame-parameters).
4421 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4423         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4424         Correctly mark the end-of-docstring char.
4426 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
4428         * simple.el (line-move-to-column): Constrain move-to-column to
4429         current field.
4431 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4433         * font-lock.el (font-lock-beg, font-lock-end)
4434         (font-lock-extend-region-functions): New vars.
4435         (font-lock-extend-region-multiline)
4436         (font-lock-extend-region-wholelines): New functions.
4437         (font-lock-default-fontify-region): Use them.
4438         (font-lock-extend-jit-lock-region-after-change): Only round up
4439         if font-lock-default-fontify-region will do it as well.
4441         * font-lock.el (font-lock-extend-after-change-region-function):
4442         Rename from font-lock-extend-region-function.
4443         (font-lock-extend-region): Remove by inlining at call sites.
4444         (font-lock-after-change-function): Don't needlessly round up to a whole
4445         number of lines.
4446         (font-lock-extend-jit-lock-region-after-change): Be more careful about
4447         the boundary conditions and the interactions between the various ways
4448         to extend the region.
4450 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4452         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4453         modification status when forcing the second redisplay.
4455 2006-08-03  Kim F. Storm  <storm@cua.dk>
4457         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4459 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4462         doesn't look like a file name.
4464         * complete.el (PC-expand-many-files): Avoid signalling an error when
4465         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
4467 2006-08-02  Andreas Schwab  <schwab@suse.de>
4469         * bindings.el (mode-line-format): Simplify reference to vc-mode.
4471 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
4473         * bindings.el (map): Make mode-line-buffer-identification-keymap
4474         before defining propertized-buffer-identification.
4476 2006-08-01  Richard Stallman  <rms@gnu.org>
4478         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4480 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
4482         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4483         default value.
4484         (gdb-find-source-frame): New function.
4485         (menu): Add to menu bar.
4487 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4489         * font-core.el (font-lock-extend-region-function)
4490         (font-lock-extend-region): Move to font-lock.el.
4492         * font-lock.el (font-lock-extend-region-function)
4493         (font-lock-extend-region): Move from font-core.el.  Simplify.
4495         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4496         if needed.
4497         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4498         (jit-lock-after-change-extend-region-functions): New hook.
4499         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4501         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4502         (font-lock-turn-on-thing-lock): Use it.
4504         * longlines.el (longlines-show-region): Make it work on read-only
4505         buffers as well.
4507 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
4509         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4511 2006-07-31  Richard Stallman  <rms@gnu.org>
4513         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4514         (vhdl-speedbar-display-projects): Update old obsolete
4515         speedbar variable names.
4517 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4519         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4520         (gdb-stopped): Use it.
4522         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4524 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
4526         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4527         for load-history elements.
4529 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
4531         * files.el (convert-standard-filename): For Cygwin, replace
4532         characters not allowed in Windows file names.
4533         (make-auto-save-file-name): Add Cygwin to the list of systems
4534         where the auto-save file name needs to be run through
4535         convert-standard-filename.
4537 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4539         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4541 2006-07-28  Richard Stallman  <rms@gnu.org>
4543         * bindings.el (mode-line-frame-identification)
4544         (propertized-buffer-identification): Centralize the code
4545         to initialize the variable.
4547         * progmodes/grep.el (grep-default-command): Catch errors from
4548         wildcard-to-regexp.
4550 2006-07-29  Kim F. Storm  <storm@cua.dk>
4552         * progmodes/grep.el (grep-tag-default): New function.
4553         (grep-default-command, grep-read-regexp): Use it.
4554         (grep-read-files): Use car of grep-files-history or grep-files-aliases
4555         as default if nothing else applies.
4557 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
4559         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4560         Throw error if buffer is not in Dired and Wdired mode, respectively.
4562 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
4564         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4565         self-insert-command keys don't activate buttons.
4566         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4568 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
4570         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4571         faces for enable character.
4573 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
4575         * Makefile.in (recompile): Update comment to reflect change
4576         on 2004-04-21.
4578 2006-07-27  Richard Stallman  <rms@gnu.org>
4580         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4581         (customize-package-emacs-version): Change msg when pkg has no entry.
4582         (custom-no-edit): On a button, do like widget-button-press.
4584 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4586         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4587         S-tab and C-S-tab.
4589 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
4591         * progmodes/which-func.el (which-function): Fix documentation/
4592         comment typo.
4594 2006-07-26  Richard Stallman  <rms@gnu.org>
4596         * textmodes/ispell.el (ispell-word): If we replace the word,
4597         move point to the end.  Insert before deleting.
4599 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4601         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4602         a timer.
4604 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
4606         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
4607         when at first image.
4608         (tumme-forward-image): Add prefix argument.  Add error when at last
4609         image.
4611 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * tabify.el (tabify-regexp): Use more specific regexps.
4614         (tabify): Avoid modifying the buffer unnecessarily.
4616 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
4618         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4619         (tumme-format-properties-string): Handle empty `buf'.
4620         (tumme-get-comment): Change variable names inside `let'.
4621         Add missing `let' variable that cause font-lock problems.
4622         (tumme-write-comments): Change variable names inside `let'.
4623         Add missing `let' variable that cause font-lock problems.
4624         (tumme-forward-image): Rename from `tumme-forward-char'.
4625         (tumme-backward-image): Rename from `tumme-backward-char'.
4627 2006-07-25  Masatake YAMATO  <jet@gyve.org>
4629         * progmodes/ld-script.el (ld-script-keywords)
4630         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4631         and add comments.
4633 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
4635         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4636         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4637         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4638         for status indicator.
4640 2006-07-24  Richard Stallman  <rms@gnu.org>
4642         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4644         * subr.el (dolist, dotimes): Use interned symbols for locals.
4645         (--dotimes-limit--, --dolist-tail--): New defvars.
4646         (looking-back): Doc fix.
4648         * replace.el (replace-match-string-symbols): Handle dotted lists.
4650 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
4652         * tumme.el (tumme-write-tags): Add.
4653         (tumme-write-comments): Add.
4654         (tumme-tag-files): Change to use `tumme-write-tags'.
4655         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4656         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4657         (tumme-save-information-from-widgets): Change to use
4658         `tumme-write-comments' and `tumme-write-tags'.
4659         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
4660         (tumme-write-tag): Remove.
4661         (tumme-write-comment): Remove.
4662         (tumme-display-previous-thumbnail-original): Remove empty line.
4663         (tumme-widget-list): Add punctuation.
4665 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
4667         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4669 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4671         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4672         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
4673         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
4675 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
4677         * mouse.el (mouse-on-link-p): Doc fix.
4679 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
4681         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4682         Handle "C-h f `".
4684 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4686         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4687         column.
4689 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
4691         * textmodes/table.el: Add move-beginning-of-line and
4692         move-end-of-line to Point Motion Only Group.
4694 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
4696         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4698 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4700         * startup.el (user-mail-address): Initialize from the `EMAIL'
4701         environment variable first.  Document this.
4702         (command-line): Ditto.
4704 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
4706         * help-mode.el (help-function-def, help-variable-def)
4707         (help-face-def): Print a message in the minibuffer.
4709 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4711         * term/xterm.el (terminal-init-xterm): Fix key bindings
4712         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4714 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4716         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4717         where `(nth 1 command)' is a cons cell.  Doc fix.
4719         * textmodes/po.el (po-find-charset): Doc fix.
4721 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
4723         * allout.el (allout-unprotected, allout-e-o-prefix-p)
4724         (allout-beginning-of-current-line, allout-end-of-current-line)
4725         (allout-next-visible-heading, allout-open-topic)
4726         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4727         (allout-flag-current-subtree, allout-show-to-offshoot)
4728         (allout-hide-current-entry, allout-show-current-branches)
4729         (allout-hide-region-body, allout-old-expose-topic)
4730         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4731         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4732         containing `beginning-of-line' and `end-of-line' with
4733         `inhibit-field-text-motion' t.
4735 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4737         * frame.el (focus-follows-mouse): Document that it doesn't have
4738         any effect on MS-Windows.
4740 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4744 2006-07-20  Jay Belanger  <belanger@truman.edu>
4746         * calc.el (calc-previous-alg-entry):  Remove variable.
4748         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4749         New variables.
4750         (calc-alg-entry): Use `calc-alg-entry-history'.
4751         (calc-do-quick-calc): Use `calc-quick-calc-history'.
4752         Remove reference to `calc-previous-alg-entry'.
4753         (calcAlg-edit, calcAlg-enter): Remove reference to
4754         `calc-previous-alg-entry'.
4755         (calcAlg-previous): Use `previous-history-element' instead of
4756         `calc-previous-alg-entry'.
4757         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4758         Change keybinding for `calcAlg-plus-minus', add keybindings for
4759         `previous-history-element' and `next-history-element'.
4761         * calc-rewr.el (calc-match): Remove reference to
4762         `calc-previous-alg-entry'.
4764         * calc-sel.el (calc-selection-history): New variable.
4765         (calc-enter-selection, calc-sel-mult-both-sides)
4766         (calc-sel-add-both-sides): Use `calc-selection-history'.
4768         * calc-map.el (calc-get-operator-history): New variable.
4769         (calc-get-operator): Use `calc-get-operator-history'.
4771         * calcalg3.el (calc-curve-fit-history): New variable.
4772         (calc-curve-fit): Use `calc-curve-fit-history'.
4774 2006-07-20  Kenichi Handa  <handa@m17n.org>
4776         * international/mule-cmds.el (select-safe-coding-system): Fix the
4777         way of deciding eol-type of the coding system.
4779 2006-07-20  Alan Mackenzie  <acm@muc.de>
4781         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4782         (c-lang-setvar): New macro.
4783         (c-make-init-lang-vars-fun): Use the initialization forms in
4784         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4785         (comment-start, comment-end, comment-start-skip): Change these from
4786         c-lang-defvar's to c-lang-setvar's.
4788         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4789         which calls make-local-variable on the elements of
4790         c-emacs-variable-inits.
4791         (c-init-language-vars-for): Call this new macro.
4793 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4795         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4796         Try to rule out false positives due to time stamps.
4797         (compilation-mode-font-lock-keywords): Remove rules made redundant
4798         because of the above change.  Add `segmentation fault' to the known and
4799         highlighted compilation termination messages.
4801 2006-07-19  Kim F. Storm  <storm@cua.dk>
4803         * progmodes/grep.el (grep-find-ignored-directories):
4804         Add .svn and _darcs to list.
4806 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
4808         * dired.el (dired-mode-map): Add key binding `C-te' for
4809         `tumme-dired-edit-comment-and-tags'.
4811         * tumme.el (tumme-display-thumbnail-original-image): Make sure
4812         image display buffer is displayed before call to
4813         `tumme-display-image.
4814         (tumme-dired-display-image): Make sure image display buffer is
4815         displayed before call to `tumme-display-image.
4816         (tumme-mouse-display-image): Make sure image display buffer is
4817         displayed before call to `tumme-display-image.
4818         (tumme-widget-list): Add.
4819         (tumme-dired-edit-comment-and-tags): Add.
4820         (tumme-save-information-from-widgets): Add.
4822 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4826 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * progmodes/sh-script.el (sh-font-lock-keywords-1):
4829         Revert inadvertently installed patch hunk.
4831         * progmodes/compile.el (compilation-find-file): Handle the
4832         cases where the user selects a non-existent file.
4834 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4836         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4838 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4840         * subr.el (sit-for): Just sleep-for if noninteractive.
4842 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         * emacs-lisp/autoload.el (make-autoload): Use new arg.
4846         * custom.el (custom-autoload): Add `noset' argument.
4847         (custom-push-theme): Don't autoload the variable, let callers do it.
4848         (custom-theme-set-variables): Autoload the variable if necessary.
4850         * cus-edit.el (custom-variable-state-set): If the variable was
4851         originally set outside custom, but to the same value as the default,
4852         consider it to be standard.
4854         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4855         file *before* telling Emacs to add the autoloads, in case it fails.
4857         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4858         Use `cond', push', and `dolist'.
4860 2006-07-17  Richard Stallman  <rms@gnu.org>
4862         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4863         Add defvars to silence warnings.
4865 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4867         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4868         Don't highlight "Compiling file" messages as error.
4870         * dired-aux.el (dired-compress-file): Confirm again if gzipped
4871         file already exists.
4873 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
4875         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
4876         entry, don't assign to free var; simply return the extracted filename.
4877         (ff-treat-as-special): Incorporate common preamble from callers.
4878         (ff-other-file-name, ff-find-the-other-file):
4879         Update call to ff-treat-as-special.
4881         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4883 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
4885         * tumme.el (tumme-get-comment): Fix bug.
4887 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * files.el: Remove spurious * in docstrings.
4891 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
4893         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4894         grammar.
4895         (allout-beginning-of-current-line): Beware beginning of buffer.
4896         Also, a comment is simplified.
4897         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4898         when appropriate.  (This fix enables use for other than
4899         bullet-hotspot operation.)
4900         (allout-hide-current-subtree): While escalating to sibling-close,
4901         make sure to situate on a topic.
4903 2006-07-14  Kim F. Storm  <storm@cua.dk>
4905         * emulation/cua-base.el (cua-delete-selection)
4906         (cua-toggle-set-mark): New defcustoms.
4907         (cua-rectangle-modifier-key): Add `alt' modifier.
4908         (cua-replace-region): Don't delete if cua-delete-selection is nil.
4909         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4910         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4912         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4914 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
4916         * allout.el: Require 'cl during byte-compilation/interactive load,
4917         for the `assert' macro.
4918         (allout-mode-deactivate-hook): New hook, run when allout mode
4919         deactivates.
4920         (allout-developer): New allout customization subgroup.
4921         (allout-run-unit-tests-on-load): New allout-developer
4922         customization variable, when true allout unit tests are run towards
4923         end of file load/eval.
4924         (allout-inhibit-auto-fill): Disable auto-fill activity even during
4925         auto-fill-mode.
4926         (allout-resumptions): Remove, to be replaced by...
4927         (allout-add-resumptions): Register variable settings to be
4928         reinstated by `allout-do-resumptions'.  The settings are made
4929         buffer-local, but the locality/globality of the suspended setting
4930         is restored on resumption.
4931         (allout-do-resumptions): Reinstate all settings suspended using
4932         `allout-add-resumptions'.
4933         (allout-test-resumptions): Unit tests (and intermediate variables)
4934         for resumptions.
4935         (allout-tests-globally-unbound, allout-tests-globally-true)
4936         (allout-tests-locally-true): Intermediate variables for
4937         resumptions unit tests.
4938         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4939         (allout-exposure-category): Replaces 'allout-overlay-category variable.
4940         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4941         instead of retired `allout-resumptions'.  For hook functions, use
4942         `local' parameter so hook settings are created and removed as
4943         buffer-local settings.  Revise (resumptions) setting
4944         auto-fill-function so it is set only if already active.  (The
4945         related fill-function settings are all made in either case, so
4946         that activating auto-fill-mode activity will have the custom
4947         allout-mode behaviors (hanging indent on topics, if configured for it).
4948         Remove all allout-exposure-category overlays on mode deactivation.
4949         (allout-hotspot-key-handler): New function extracted from
4950         `allout-pre-command-business', so the functionality can be used
4951         for other purposes, eg as a binding in an overlay.
4952         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4953         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4954         customization variable.
4955         (allout-run-unit-tests): Run the (currently quite small)
4956         repertoire of unit tests.  Called just before the provide iff user
4957         has customized `allout-run-unit-tests-on-load' non-nil.
4959 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
4961         * emacs-lisp/authors.el (authors-aliases): Update.
4963 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4965         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4966         gdb-source-window.  Add dedicated argument.
4967         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4968         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4969         (gdb-display-threads-buffer, gdb-display-memory-buffer)
4970         (gdb-display-locals-buffer): Use it.
4972         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4973         Set gdb-source-window.
4975 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4978         minor modes, redundant with the custom-autoload line above.
4980 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
4982         * longlines.el (longlines-post-command-function): Handle open-line too.
4984 2006-07-12  Richard Stallman  <rms@gnu.org>
4986         * progmodes/grep.el (grep-last-buffer): Doc fix.
4988         * info.el (Info-try-follow-nearest-node): Doc fix.
4990         * emacs-lisp/edebug.el (edebug-instrument-function):
4991         Err if find-function-noselect gives no position.
4993         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4994         If can't find definition, return nil for position.
4995         (find-function-do-it): Handle new return value
4996         of find-definition-noselect.
4997         (find-definition-noselect, find-variable-noselect): Doc fix.
4998         (find-function-noselect): Doc fix.
5000         * help-mode.el (help-variable-def): Handle find-variable-noselect
5001         returning no position.
5002         (help-function-def): Likewise for find-function-search-for-symbol.
5003         (help-face-def): Likewise.
5005         * help-fns.el (describe-variable): Handle find-variable-noselect
5006         returning no position.
5008         * files.el (locate-file-completion): Avoid duplicates in result.
5010         * cus-edit.el (custom-no-edit): New command.
5011         (custom-mode-map): Remap to custom-no-edit instead of
5012         using suppress-keymap.
5014 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
5016         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5017         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5018         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
5020         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
5022 2006-07-11  Kim F. Storm  <storm@cua.dk>
5024         * ido.el (ido-copy-current-file-name): Use buffer-name if
5025         buffer-file-name is nil.
5027 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
5029         * simple.el (undo-ask-before-discard): Set to nil.
5031         * vc.el (vc-exec-after): Don't delete process manually.
5032         (vc-print-log): Run log-view-mode in process sentinel inside
5033         inhibit-read-only.  Don't shrink window due to timing issues.
5035         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
5036         Avoid using with-output-to-temp-buffer, which clobbers local vars.
5038 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5041         Fix ambiguity introduced by last change.
5042         (compilation-find-file): Move save-excursion to where it may
5043         make sense.  Fix a left over `find-file'.
5045 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
5047         * textmodes/texinfmt.el (texinfo-format-separate-node):
5048         Insert a string before point, which fits documentation, not after.
5049         (texinfo-multitable-item): In a multitable row, insert any
5050         additional needed @tabs and spaces.
5052 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
5054         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5055         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5056         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5057         instead of shell-command.
5058         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5059         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5060         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5061         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5062         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5063         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5065 2006-07-11  Kim F. Storm  <storm@cua.dk>
5067         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
5068         Remove special case for seconds < 0.  Use (redisplay t) instead.
5070 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
5072         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5073         avoid compilation error.
5075         * subr.el (sit-for): New function.
5077         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5079 2006-07-10  Richard Stallman  <rms@gnu.org>
5081         * ldefs-boot.el (edebug): Update page.
5083 2006-07-10  Kim F. Storm  <storm@cua.dk>
5085         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5086         to FOR-RELEASE and TODO.
5088 2006-07-10  Romain Francoise  <romain@orebokech.com>
5090         * emacs-lisp/authors.el (authors-aliases): Update.
5092 2006-07-10  Alan Mackenzie  <acm@muc.de>
5094         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5095         * cc-mode.el: Changes to eradicate eval-after-load.
5097 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
5099         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5100         on non-char events.
5102 2006-07-09  Romain Francoise  <romain@orebokech.com>
5104         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5105         Don't highlight start/end markers as compilation messages.
5107         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5108         to t.
5110 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5114 2006-07-08  Richard Stallman  <rms@gnu.org>
5116         * term/x-win.el (x-handle-display): Add doc string.
5118         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5120         * subr.el (def-edebug-spec): Move here.
5121         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5123         * imenu.el (imenu-choose-buffer-index): Doc fix.
5125 2006-07-08  Romain Francoise  <romain@orebokech.com>
5127         * term/x-win.el (x-display-name): Fix typo.
5129 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5131         * hexl.el (hexl-find-file): Doc fix.
5133         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5135 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
5137         * term/x-win.el (x-display-name): Doc fix.
5139 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5142         long prefixes.
5143         (fill-region-as-paragraph): Don't round up to a whole line.
5144         (fill-comment-paragraph): Don't include the code-before-the-comment
5145         when calling fill-region-as-paragraph.
5147         * international/mule.el (make-char): Remove redundancy.
5149         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5150         property may contain an anonymous function rather than a symbol.
5152         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5154         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5155         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
5157         * dirtrack.el (dirtrack-default-directory-function): Remove.
5158         (dirtrack-directory-function): Use file-name-as-directory.
5159         (dirtrack-windows-directory-function): Simplify.
5160         (dirtrack-forward-slash, dirtrack-backward-slash)
5161         (dirtrack-replace-slash): Remove.
5162         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5163         (dirtrack): Fix wrong parenthesizing; use match-string.
5165         * progmodes/octave-inf.el: Remove spurious * in docstrings.
5166         (inferior-octave-mode): Only change the buffer-local value of
5167         comint-dynamic-complete-functions.
5168         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5169         Move the initialization to the declaration.
5170         (inferior-octave-complete): Remove unused var `filter'.
5172         * shell.el (shell-mode): Only change the buffer-local value of
5173         comint-dynamic-complete-functions.
5175 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
5177         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5178         entry is skipped because it has been scheduled.
5179         (org-prepare-agenda-buffers): Don't mark buffers as modified when
5180         changing `:org-archived' and `:org-comment' properties.
5182 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
5184         * server.el (server-select-display): Don't make the temp frame
5185         minibuffer-only, in case it's not a temp frame.
5186         (server-process-filter): Don't delete the temp frame if it's the
5187         only one we have on that display.
5189         * files.el (find-alternate-file): Doc fix.
5191 2006-07-05  Richard Stallman  <rms@gnu.org>
5193         * files.el (abbreviate-file-name): Add save-match-data.
5195 2006-07-03  Richard Stallman  <rms@gnu.org>
5197         * faces.el (read-face-name): Doc fix.
5199 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
5201         * net/goto-addr.el (goto-address): Mark as safe for local evals.
5203 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
5205         * vc.el (vc-diff-internal): Fix prev change.
5207 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5209         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5210         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5212 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5215         fails if the symbol contains chars like ( or '.
5216         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5217         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5218         `short'.
5220 2006-07-04  Kenichi Handa  <handa@m17n.org>
5222         * international/mule-cmds.el (set-language-info): If LANG-ENV is
5223         the current one, don't call set-language-environment, but call one
5224         of set-language-environment-XXX to make INFO effective now.
5225         (set-language-environment): Call set-language-environment-XXX
5226         functions instead of doing the various setups directly.
5227         (set-language-environment-coding-systems): Delete argument eol-type.
5228         (set-language-environment-input-method)
5229         (set-language-environment-nonascii-translation)
5230         (set-language-environment-charset)
5231         (set-language-environment-fontset)
5232         (set-language-environment-unibyte): New functions.
5234 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5236         * locate.el (locate-update-when-revert): New option.
5237         (locate-update-path): New option (suggested by Michael Albinus).
5238         (locate-prompt-for-command): Whitespace change.
5239         (locate-update): No longer offer to update the locate database by
5240         default.  Implement the two new options.
5242 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5244         * tooltip.el: Move comment about track-mouse...
5246         * progmodes/gud.el: ...to here.
5248 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
5250         * facemenu.el (facemenu-listed-faces): New var.
5251         (facemenu-unlisted-faces): Variable deleted.
5252         (facemenu-add-new-face): Use facemenu-listed-faces.
5254         * emulation/viper-init.el, calendar/calendar.el:
5255         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5257 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
5259         * textmodes/org.el (org-mode): Remove no invalid settings for
5260         calc embedded mode.
5261         (org-mode-p): New defsubst.
5262         (org-save-all-org-buffers): New function.
5263         (org-first-headline-recenter): Enclose outline-regexp in group
5264         delimiters.
5265         (org-set-tags): Keep single space after stars.
5267 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5269         * window.el (set-window-text-height): Only set window-min-height to
5270         1 if that's the requested size.
5272         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5273         (diff-unified->context, diff-context->unified)
5274         (diff-reverse-direction): Make sure the end marker stays at the end.
5275         (diff-mode): Add the keymap table at the end of docstring.
5276         Use lexical-let rather than constructing a closure manually.
5278         * files.el (find-file-noselect-1): Remove unused var assignment.
5279         (hack-local-variables-confirm): Print lists of strings as lists of
5280         strings rather than lists of symbols.
5281         (abbreviate-file-name, hack-local-variables-prop-line):
5282         Use match-string.
5283         (hack-one-local-variable): Move `make-local-variable' nearer its use.
5284         (recover-session-finish): Use line-end-position.
5286 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
5288         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5290 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
5292         * progmodes/make-mode.el (makefile-macroassign-regex):
5293         Accept preceding keyword.
5294         (makefile-gmake-statements): Reorganize, now that makepp has
5295         "override" and also handle forgotten "override define".
5296         (makefile-makepp-statements): Add new "global", "override export"
5297         and "override global".
5299 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
5301         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5302         (ada-compile-mouse-goto-error, ada-deactivate-properties)
5303         (ada-no-auto-case): Fix typos in docstrings.
5305 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5307         * info.el (Info-find-node-2): Search for makeinfo version more
5308         carefully.
5310 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
5312         * textmodes/org.el (org-prepare-agenda-buffers):
5313         Use `invisible-OK' argument for `org-end-of-subtree'.
5314         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5315         (org-beginning-of-item): Fix bug in regular expression for white line.
5316         (org-export-as-html): Enforce space after bullet in plain list items.
5317         (org-set-autofill-regexps): Require space after plain list bullet
5318         for paragraph-start.
5319         (org-ts-regexp3): New constant.
5320         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5321         (org-timestamp-up-day, org-timestamp-down-day)
5322         (org-timestamp-change): Work with inactive timestamps.
5323         (org-ts-regexp1): Don't allow brackets in time stamps.
5325 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
5327         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5328         for ignoring links.
5330         * faces.el (read-face-name): Use it.
5332 2006-06-28  Juri Linkov  <juri@jurta.org>
5334         * buff-menu.el (list-buffers-noselect): Compare Info file
5335         with the string "dir" to detect Info directory.
5337         * complete.el (partial-completion-mode): In lambda for
5338         `choose-completion-string-functions' use full function signature
5339         with 4 args, and move point to the end of the minibuffer only if arg
5340         `mini-p' is non-nil.
5342 2006-06-28  John Paul Wallington  <jpw@pobox.com>
5344         * ibuffer.el (ibuffer-mode): Doc fix.
5346 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
5348         * textmodes/org.el (org-context): New contexts :item-bullet,
5349         :latex-fragment, :latex-preview.
5350         (org-overlays-at, org-overlay-start, org-overlay-end):
5351         New compatibility functions.
5352         (org-inside-LaTeX-fragment-p): More accurate matching, using the
5353         exact regexp that will be used during export.
5354         (org-latex-regexps): New variable.
5355         (org-cdlatex-mode): Improve advice for `texmathp'.
5356         (turn-on-org-cdlatex): New function.
5358 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5360         * term/mac-win.el (mac-handle-font-selection): Change keys of
5361         mac-atsu-font-table from strings to numbers.
5362         (mac-ts-caret-position): Use also when cursor-type is nil.
5363         (mac-ts-update-active-input-area): Add Mac OS Classic support.
5364         Relax condition for using overlay strings.
5365         Use mac-ts-caret-position face when cursor-type is nil.
5367 2006-06-26  Kim F. Storm  <storm@cua.dk>
5369         * help.el (view-emacs-news): Declare `res' in the right let* form.
5371 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
5373         * net/rcompile.el (remote-compile): Replace ange-ftp based
5374         implementation by Tramp functions.
5375         Suggested by Marc Abramowitz <msabramo@gmail.com>.
5377         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5379 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
5381         * international/fontset.el (setup-default-fontset): Fix a typo in
5382         the "Oriya-Akruti" registry name.
5384 2006-06-23  Lars Hansen  <larsh@soem.dk>
5386         * desktop.el (desktop-full-file-name): New function.
5387         (desktop-kill, desktop-save, desktop-remove, desktop-read)
5388         (desktop-revert): Use it.
5389         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5390         (desktop-after-read-hook): Add option list-buffers.
5391         (desktop-locals-to-save): Add tab-width.
5392         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5393         Fix docstring.
5395 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
5397         * textmodes/org.el (org-cdlatex-mode-map)
5398         (org-cdlatex-texmathp-advice-is-done): New variables.
5399         (org-cdlatex-mode): New minor mode.
5400         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5401         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5402         (org-export-with-archived-trees): New option.
5403         (org-open-file): Remove the call to `convert-standard-filename'.
5404         (org-archive-tag, org-agenda-skip-archived-trees)
5405         (org-cycle-open-archived-trees)
5406         (org-sparse-tree-open-archived-trees): New options.
5407         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5408         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5409         New functions.
5410         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5411         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5412         (org-mode-map): Add binding for `org-toggle-archive-tag'.
5413         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5414         Call `org-prepare-agenda-buffers'.
5415         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5416         (org-file-apps, org-file-apps-defaults-gnu)
5417         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5418         Handle remote files by forcing them to be opened in Emacs.
5420 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
5422         * vc.el (vc-diff-knows-L): New variable.
5423         (vc-diff-internal): Use it to handle "diff" programs that don't
5424         understand -L.  This works automatically, no user action is necessary.
5426 2006-06-23  Daniel Brockman  <daniel@brockman.se>
5428         * net/rcirc.el (rcirc-default-user-full-name): Default to
5429         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5430         longer exists).
5431         (rcirc-process-list): Check `buffer-live-p' before attempting to
5432         switch to a buffer.
5434 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
5436         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5437         based on rcirc-coding-system-alist.
5439 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
5441         * cus-edit.el (customize-apropos): A better error message.
5442         (top level) <debug-ignored-errors>: Extend and update the list of
5443         ignored error messages.
5445 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
5447         * complete.el (PC-do-completion): Retain capitalization of user
5448         input, when possible, even if completion-ignore-case is set.
5450 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
5452         * generic-x.el (bat-generic-mode): Support .cmd files.
5454         * dos-w32.el (top level): Use find-file-not-found-functions
5455         instead of the obsolete find-file-not-found-hooks.
5457 2006-06-22  Kim F. Storm  <storm@cua.dk>
5459         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5460         to recognize mode name containing submodes, such as Grep/lw.
5462 2006-06-21  Kim F. Storm  <storm@cua.dk>
5464         * simple.el (line-move-1): Check for move-end-of-line instead of
5465         end-of-line when setting temporary-goal-column.
5467 2006-06-21  Miles Bader  <miles@gnu.org>
5469         * play/cookie1.el (cookie): Work properly when there's only one entry.
5471 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
5473         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5474         (gdb-frame-handler): Generalize frame regexp for templates.
5476 2006-06-20  Glenn Morris  <rgm@gnu.org>
5478         * calendar/appt.el (appt-display-format): Default value must be
5479         one of the customize options.
5481 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5483         * term/xterm.el (terminal-init-xterm): Update key availability info.
5484         Bind C-return.
5486         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5488 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
5490         * files.el (hack-local-variables): Run `hack-local-variables-hook'
5491         whether or not a local variables list is defined.
5493         * msb.el (msb): Move `sit-for' hack here to handle both
5494         "mouse-down and drag" and "mouse-up and select" situations.
5495         (mouse-select-buffer): Move `sit-for' hack to `msb'.
5497 2006-06-20  Kenichi Handa  <handa@m17n.org>
5499         * international/characters.el (word-combining-categories):
5500         Add entries for 2-byte Han characters.
5502 2006-06-19  Richard Stallman  <rms@gnu.org>
5504         * bindings.el (mode-line-format): Save some mode line space.
5506         * files.el (find-file-noselect): Improve the question wording.
5507         (basic-save-buffer-2): Mask UMASK against 666.
5509         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5510         (mouse-drag-vertical-line): Call it.
5512         * cus-edit.el (customize-option, customize-option-other-window):
5513         Error if SYMBOL is nil.
5515 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
5517         * textmodes/org.el: Require noutline, also on XEmacs.
5518         (org-end-of-subtree): Return point.
5519         (org-dblock-start-re, org-dblock-end-re): New constants.
5520         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5521         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5522         (org-update-all-dblocks, org-find-dblock): New functions.
5523         (org-collect-clock-time-entries): New function.
5524         (org-html-handle-time-stamps): Never export CLOCK timeranges.
5525         (org-fixup-indentation): Modify to deal correctly with lines
5526         starting with TAB.  Only one argument DIFF now.
5527         (org-demote, org-promote): Call `org-fixup-indentation' with just
5528         one argument, DIFF.
5529         (org-mode): Don't mark buffer as modified when aligning tables.
5530         (org-clock-sum): Don't mark buffer modified when adding time sum
5531         properties.
5532         (org-export-as-html): Add support for a link validation function.
5533         (org-archive-all-done): New function.
5534         (org-archive-subtree): New prefix argument.  When set, archive all
5535         done subtrees in this buffer.
5536         (org-remove-clock-overlays)
5537         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5538         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5539         (org-put-clock-overlay): Don't swallow last headline character
5540         when displaying overlay.
5541         (org-store-link): Link to `image-mode' with just the file name.
5543 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
5545         * viper-cmd.el (viper-special-read-and-insert-char):
5546         Use read-key-sequence.
5547         (viper-after-change-undo-hook): Misc enhancements.
5548         (viper-after-change-undo-hook): New hook.
5549         (viper-undo): Use viper-after-change-undo-hook.
5550         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5551         (viper-next-line-at-bol): If point is on a widget or a button, simulate
5552         clicking on that widget/button.
5554         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5556         * ediff-diff (ediff-test-patch-utility): Catch errors.
5557         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5558         (ediff-set-actual-diff-options): New function.
5559         (ediff-reset-diff-options, ediff-toggle-ignore-case):
5560         Use ediff-set-actual-diff-options.
5561         (ediff-extract-diffs): Catch errors.
5562         (ediff-whitespace): Add non-breakable space.
5563         (ediff-same-file-contents): Catch errors.
5565         * ediff-mult.el (ediff-collect-custom-diffs):
5566         Save coding-system-for-read.
5568         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5569         (ediff-vc-internal, ediff-vc-merge-internal):
5570         Use ediff-delete-version-file.
5571         (ediff-delete-version-file): New function.
5573         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5575         * ediff.el (ediff-directories, ediff-directory-revisions)
5576         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5577         (ediff-directories-internal, ediff-merge-directory-revisions)
5578         (ediff-merge-directory-revisions-with-ancestor)
5579         (ediff-directories3): Use read-directory-name.
5581 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
5583         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5584         Remove superfluous part of regexp for brace matching which is handled
5585         by `scan-lists' call.
5587 2006-06-16  Richard Stallman  <rms@gnu.org>
5589         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5591         * files.el (basic-save-buffer-2): For a new precious file,
5592         use the default modes in the return value.
5594         * facemenu.el (facemenu-color-alist): Doc fix.
5596         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5598 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5600         * cus-start.el (all): Add mac-ts-script-language-on-focus.
5602         * term/mac-win.el (mac-text-encoding-ascii): New constant.
5603         (mac-utxt-to-string): Use it.
5604         (mac-ts-update-active-input-area): Use mac-ae-number.
5606 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5608         * term.el (term-handle-scroll, term-delete-lines)
5609         (term-insert-lines): Fix off by one errors.
5611 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5613         * net/tramp.el (tramp-touch): Use UTC to express time.
5615 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
5617         * mail/sendmail.el (mail-send): Search explicitly for
5618         mail-header-separator when checking for corrupted header lines.
5620 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
5622         * progmodes/gdb-ui.el (gdb-same-frame): New option.
5623         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5624         (gdb-init-1): Initialise them.
5625         (gdb-starting): Reset gdb-printing
5626         (gdb-starting): Save value of gud-overlay-arrow-position.
5627         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5628         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5629         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5630         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5632 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5636 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
5638         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5639         (ldap-search-internal): Keep error messages, and a regexp fix.
5641 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
5643         * files.el (hack-local-variables-confirm):
5644         Display string value using its printed representation.
5646 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
5648         * server.el (server-edit): No-op if no server buffers exist.
5650 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
5652         * textmodes/page-ext.el (pages-directory-for-addresses):
5653         Including `pages-directory-address-mode' in the function results
5654         in the message "Buffer in which pages were found is deleted".
5656 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
5658         * textmodes/org.el (org-agenda-mode-map): Add bindings for
5659         clocking functions.
5661         (org-agenda-clock-in, org-check-running-clock)
5662         (org-clock-out-if-current, org-remove-clock-overlays)
5663         (org-put-clock-overlay): New functions.
5664         (org-clock-marker, org-clock-file-total-minutes)
5665         (org-clock-overlays): New variables.
5666         (org-clock-display, org-clock-sum, org-clock-cancel)
5667         (org-clock-out, org-clock-in): New commands.
5668         (org-export): New function.
5669         (org-emph-re): New constant.
5670         (org-set-emph-re, org-do-emphasis-faces): New functions.
5671         (org-emphasis-regexp-components, org-emphasis-alist): New options.
5672         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
5673         (org-export-html-convert-emphasize): Use the configurable emphasis.
5674         (org-cleaned-string-for-export): Make multiline emphasis visible
5675         to the exporter.  New optional argument PARAMETERS.
5676         (org-export-as-html): Specify :emph-multiline parameter to
5677         `org-cleaned-string-for-export'.
5679 2006-06-10  Richard Stallman  <rms@gnu.org>
5681         * help.el (help-for-help-internal): Clean up help text.
5683 2006-06-10  Andreas Schwab  <schwab@suse.de>
5685         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5686         in doc string.
5688         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5690 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
5692         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5693         spaces after the comment start.
5695 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5697         * play/pong.el (pong-init-buffer):
5698         Fill buffer with spaces instead of ^A.
5700         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5701         launched asynchronously, delete its process instead of being cool.
5702         (ispell-async-processp): Check for `delete-process' existence
5703         instead of `kill-process' one for consistency.
5705 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
5707         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5708         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5709         in mode line at startup.
5711 2006-06-08  Kim F. Storm  <storm@cua.dk>
5713         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5714         (ido-init-completion-maps): Bind them to M-SPC and M-v.
5715         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5716         (ido-file-internal): Pass full file name to write-file.
5717         (ido-read-internal): Only pop stack elements automatically if they
5718         actually match an existing directory or file name.
5720 2006-06-07  Kenichi Handa  <handa@m17n.org>
5722         * international/mule.el (find-auto-coding): Don't handle the short
5723         name `char-trans'.
5725         * files.el (hack-local-variables-prop-line)
5726         (hack-local-variables): Cancel the previous change.
5728 2006-06-06  Jesper Harder  <harder@phys.au.dk>
5730         * ediff-diff.el (ediff-test-utility): Protect against file-error.
5732 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
5734         * diff-mode.el (diff-mode): Set buffer-read-only to t when
5735         diff-default-read-only is non-nil.
5736         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5737         (diff-refine-hunk): Set inhibit-read-only to t.
5739         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5740         modifying the *Diff* buffer.
5741         (diff-process-filter): New filter function for diff process that
5742         sets inhibit-read-only to t when modifying the *Diff* buffer.
5744 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
5746         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5747         insertion point and control the number of empty lines.
5748         (org-paste-subtree): Limit the number of empty lines at the end of
5749         the inserted tree.
5750         (org-agenda): Use buffer name of current file for narrowing.
5751         (org-export-as-xml): Command removed.
5752         (org-export-xml-type): Option removed.
5753         (org-mode-map): Call `org-export-as-xoxo' directly.
5754         (org-get-indentation): New optional argument LINE.
5755         (org-fix-indentation, org-remove-tabs): New functions.
5756         (org-export-as-ascii, org-ascii-level-start): Determine and apply
5757         correct indentation for headlines that are converted it items.
5758         (org-skip-comments): Remove table lines that contain narrowing
5759         cookies but no other non-empty fields.
5760         (org-set-tags): Allow groups of mutually exclusive tags.
5761         (org-cmp-time): Sort 24:21 before items without time.
5762         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5763         (org-open-at-point): Require double colon also for numbers.
5765 2006-06-06  Kim F. Storm  <storm@cua.dk>
5767         * ido.el (ido-default-file-method, ido-default-buffer-method):
5768         Make choice values consistent with corresponding command names.
5769         (ido-visit-buffer): Update accordingly.  Default to selected-window.
5771 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
5773         * progmodes/gud.el (gud-running): Fix doc string.
5774         (gud-menu-map): Use :visible instead fo :enable for debugger test.
5775         (gud-tooltip-modes): Add python-mode.
5776         (gud-tooltip-print-command): Add pdb.  Remove perldb.
5778 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
5780         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5781         Quote $(EMACS).
5783 2006-06-05  Richard Stallman  <rms@gnu.org>
5785         * faces.el (defined-colors): Doc fix.
5787 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
5789         * vc.el (vc-process-filter): Inhibit undo info collection around
5790         call to insert.
5791         (vc-setup-buffer): Likewise for call to erase-buffer.
5792         (vc-do-command): Likewise for call to process-file.
5794 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
5796         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5797         for gud-go.
5798         (gud-common-init): Other debuggers may trigger error.
5800 2006-06-05  Kenichi Handa  <handa@m17n.org>
5802         * international/mule.el (find-auto-coding):
5803         Handle enable-character-translation in file header.
5805 2006-06-04  Kim F. Storm  <storm@cua.dk>
5807         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5808         (authors-fixed-entries): Fix spelling.
5809         (authors-canonical-file-name): Don't report error for wildcards.
5811         * help.el (view-emacs-news): Rewrite to support new NEWS,
5812         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
5813         e.g. version 10 matches 1.10, and don't be confused by version 1.1
5814         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
5816 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
5818         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5819         exec constructs like `foo bar`.
5820         (sh-quoted-subshell): New helper function to search for a possibly
5821         nested subshell (like `` or $()) within a "" quoted string.
5822         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5823         (sh-apply-quoted-subshell): Flag quote characters inside a
5824         subshell, which is itself already in a quoted region, as
5825         punctuation, since this is the closest to what they actually are.
5826         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5827         sh-apply-quoted-subshell.
5828         (sh-font-lock-syntactic-face-function): Apply the new face for
5829         text inside `` instead of the old font-lock-string-face.
5831 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5833         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5834         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5835         (mac-bytes-to-text-range, mac-ae-text-range-array)
5836         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5837         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5838         (mac-ts-unicode-for-key-event): New functions.
5839         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5840         (mac-handle-font-selection): Use mac-ae-number.
5841         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5842         New variables.
5843         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5844         (mac-ts-converted-text, mac-ts-selected-converted-text)
5845         (mac-ts-block-fill-text, mac-ts-outline-text)
5846         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5847         (mac-ts-hilite-style-faces): New constant.
5848         (mac-apple-event-map): Bind text input events.
5849         (mac-dispatch-apple-event): Use command-execute instead of
5850         call-interactively.
5851         (global-map): Don't bind mac-apple-event.
5852         (special-event-map): Bind mac-apple-event.
5854 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
5856         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5857         file name.
5858         (emacs): Enclose the value of $(EMACS) in quotes.
5860 2006-06-02  Juri Linkov  <juri@jurta.org>
5862         * international/mule.el (sgml-html-meta-auto-coding-function):
5863         Remove the condition `(search-forward "<html" size t)'.
5864         Replace `\"' with `[\"']?' in `re-search-forward'.
5866 2006-06-02  Kenichi Handa  <handa@m17n.org>
5868         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5869         as well as `coding'.
5870         (hack-local-variables): Likewise.
5872         * international/mule.el (enable-character-translation):
5873         Put permanent-local and safe-local-variable properties.
5874         (find-auto-coding): Handle char-trans: tag.
5876 2006-06-02  Juri Linkov  <juri@jurta.org>
5878         * international/mule.el (sgml-html-meta-auto-coding-function):
5879         Limit the search by the end of the HTML header (if any).
5881 2006-06-01  Richard Stallman  <rms@gnu.org>
5883         * subr.el (with-current-buffer): Doc fix.
5885 2006-06-02  Masatake YAMATO  <jet@gyve.org>
5887         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5888         Almost rewrite.  Underlines over all lines of gcov output are too
5889         uncomfortable to read.  Suggested by Dan Nicolaescu.
5891 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
5893         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5895         * shell.el (shell-mode): Use shell-mode-map in docstring.
5897         * comint.el (comint-send-input): Do not add help-echo and
5898         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5900 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5902         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5904 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
5906         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5907         (gdb-stopped, gdb-info-stack-custom): If there is no source info
5908         look up the stack and pop up GUD buffer if necessary.
5909         (gdb-frames-select): Remove redundant call to gud-display-frame.
5910         (gdb-info-threads-custom): Keep point at start of buffer.
5911         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5913 2006-05-31  Juri Linkov  <juri@jurta.org>
5915         * replace.el (query-replace-read-from, query-replace-read-to):
5916         Bind `history-add-new-input' to nil.  Call `add-to-history'.
5918 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5920         * textmodes/table.el: Convert all HTML tags to lower case for
5921         XHTML compatibility.
5923 2006-05-31  Masatake YAMATO  <jet@gyve.org>
5925         * progmodes/compile.el:
5926         (compilation-error-regexp-alist-alist::gcov-called-line):
5927         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
5929 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
5931         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5932         Revert inadvertent changes made with last commit.
5934 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5936         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5937         New functions.
5939         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5941 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
5943         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5944         only matches in the right place.
5945         (org-upcoming-deadline): New face.
5946         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5947         (org-export-ascii-underline): Rename constant `org-ascii-underline'
5948         and make it an option.
5949         (org-export-ascii-bullets): New option.
5950         (org-export-as-html): Many changes to emit valid XHTML.
5951         (org-par-open): New variable.
5952         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5953         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5954         (org-timeline): Pass `org-timeline-show-empty-dates' to
5955         `org-get-all-dates'.  Interpret empty dates returned by
5956         `org-get-all-dates'.
5957         (org-get-all-dates): New argument EMPTY.  Add dates without
5958         entries to the list, mark large ranges of empty dates.
5959         (org-point-in-group, org-context): New functions.
5961 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
5963         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5965         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5966         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5967         to C-mouse-3 (for 2 button mice).
5968         (gdb-send): Do the right thing for C-d.
5970         * speedbar.el (speedbar-detach): Delete.
5971         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5972         it breaks things.
5973         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5975 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
5977         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5978         Makeppfile.
5980         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5981         Add makepp diagnostic.
5983 2006-05-29  Richard Stallman  <rms@gnu.org>
5985         * window.el (fit-window-to-buffer): Doc fix.
5987         * help.el (temp-buffer-max-height): Doc fix.
5989         * subr.el (with-current-buffer): Doc fix.
5991 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5993         * term/x-win.el: Bind F10 to menu-bar-start if available.
5995 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
5997         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5998         uses with a simple test.
5999         (term-set-escape-char, term-mode, term-check-kill-echo-list)
6000         (term-send-raw-string, term-send-raw, term-mouse-paste)
6001         (term-char-mode, term-line-mode, term-exec, term-sentinel)
6002         (term-handle-exit, term-read-input-ring)
6003         (term-previous-matching-input-string)
6004         (term-previous-matching-input-string-position)
6005         (term-previous-matching-input-from-input)
6006         (term-replace-by-expanded-history, term-send-input)
6007         (term-skip-prompt, term-bol, term-send-invisible)
6008         (term-kill-input, term-delchar-or-maybe-eof)
6009         (term-backward-matching-input, term-check-source)
6010         (term-proc-query, term-emulate-terminal)
6011         (term-handle-colors-array, term-process-pager, term-pager-line)
6012         (term-pager-bob, term-unwrap-line, term-word)
6013         (term-dynamic-complete-filename)
6014         (term-dynamic-complete-as-filename)
6015         (term-dynamic-simple-complete): Replace one arm ifs with whens or
6016         unlesses.
6018 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
6021         during bootstrapping.
6023         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
6024         Basically undo the change of 2006-05-26: use extra arguments instead of
6025         dynamic scoping.
6026         (ewoc-locate): Remove unused var `footer'.
6028 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
6032         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
6033         (generate-file-autoloads): Obey it.  Return whether autoloads were
6034         added at point or not.
6035         (update-file-autoloads): Use this new return value.
6036         Remove redundant test for the presence of an autoload cookie.
6038         * emacs-lisp/autoload.el (autoload-find-file): New fun.
6039         This one calls hack-local-variables.
6040         (generate-file-autoloads, update-file-autoloads): Use it.
6042         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
6043         (bibtex-sort-entry-class): Add safe-local-variable predicate.
6044         (bibtex-sort-entry-class-alist): Don't set the global value.
6045         (bibtex-init-sort-entry-class-alist): New fun.
6046         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
6047         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
6048         of bibtex-init-sort-entry-class.
6050 2006-05-28  Richard Stallman  <rms@gnu.org>
6052         * subr.el (load-history-regexp): If FILE is relative, insist
6053         entire last name component must match it.
6054         (load-history-filename-element, load-history-regexp): Doc fixes.
6056 2006-05-29  Kim F. Storm  <storm@cua.dk>
6058         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6059         `pos' and `raw-data' for clarity, as eval forms may access these.
6061 2006-05-28  Kim F. Storm  <storm@cua.dk>
6063         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6065 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6067         * progmodes/make-mode.el (makefile-browser-map)
6068         (makefile-mode-syntax-table): Move initialization inside declaration.
6069         (makefile-fill-paragraph): Use the default comment-filling code.
6071 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
6073         * replace.el (query-replace-defaults): New variable.
6074         (query-replace-read-from): Use `query-replace-defaults' for
6075         default value, instead of history list.
6076         (query-replace-read-to): Update `query-replace-defaults'.
6078 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
6080         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6081         with no X toolkit.
6083 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
6085         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6086         (tumme-show-all-from-dir): Add autoload.
6088 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
6090         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6091         (tumme-remove-tag): Fix bug.
6093 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6095         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6096         FOOTER args.  Update unique caller.
6097         (ewoc-delete): Compute last node once before looping.
6098         (ewoc--node-branch): Merge into unique caller.
6099         (ewoc--node): Don't define constructor make-ewoc--node for this
6100         structure.
6101         (ewoc): Add member `hf-pp' to this structure.
6102         (ewoc--wrap): New func.
6103         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
6104         header/footer pretty-printers.  Save header/footer pretty-printer.
6105         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
6107         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6109 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
6111         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6112         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
6113         Tag'.  Change "Compare directories..." to "Change Directories...".
6114         Move tumme commands to Operate, Regexp and Immediate menus.
6115         Change "Add Comment" to "Add Image Comment".  Change "Add Image
6116         Tag" to "Add Image Tags".
6118         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6119         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6120         `tumme-delete-tag'.
6122 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6124         * shell.el (shell-mode): Call shell-dirtrack-mode after
6125         list-buffers-directory is made a local variable, to avoid setting
6126         the default value.
6128 2006-05-26  Kevin Ryde  <user42@zip.com.au>
6130         * info.el (Info-index-next): Use where-is-internal to report
6131         actual binding of Info-index-next, rather than hard-coded `,'.
6133 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6135         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6136         and "Find Command in Manual" to here.
6138         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6139         Info-current-file as the file name.
6141 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
6143         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
6144         overrides will now be done a different way.
6145         (ses-set-parameter): Reapply this function for undo.
6146         (ses-set-header-row): Reconstruct header row during undo.
6147         (ses-widen): New function.
6148         (ses-goto-data, ses-reconstruct-all): Use new function.
6149         (ses-command-hook): Widen buffer during undo, before unupdating
6150         the cells.
6151         (ses-insert-row, ses-delete-row): Widen buffer during undo.
6152         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6153         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6154         formula hasn't been executed yet.
6156 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6158         * comint.el (comint-kill-whole-line): Rename arg to count.
6159         Fix doc string.
6161 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
6163         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6164         to copy-file.
6166 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6168         * simple.el (toggle-truncate-lines): Make arg optional for
6169         backward compatibility.
6171 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
6173         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6174         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6175         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
6176         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6177         (ewoc--adjust): Use ewoc--current-dll.
6178         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6180 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6182         * textmodes/org.el (org-next-item, org-previous-item): Emit more
6183         compact error message.
6184         (org-tags-view): Refresh category table in each file.
6185         (org-table-justify-field-maybe): Remove superfluous arguments to
6186         `format'.
6187         (org-export-as-html): Insert "<p>" before postamble.
6188         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6190 2006-05-26  Kenichi Handa  <handa@m17n.org>
6192         * textmodes/po.el (po-find-charset): Pay attention to the case
6193         FILENAME is a cons (NAME . BUFFER).
6194         (po-find-file-coding-system-guts): Likewise.
6196         * arc-mode.el (archive-set-buffer-as-visiting-file):
6197         Call find-operation-coding-system with (FILENAME . BUFFER).
6199         * tar-mode.el (tar-extract): Call find-operation-coding-system
6200         with (FILENAME . BUFFER).
6202         * international/mule.el (decode-coding-inserted-region):
6203         Call find-operation-coding-system with (FILENAME . BUFFER).
6205 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
6207         * image-mode.el (image-toggle-display): Use buffer contents to
6208         generate image for a remote file.
6210 2006-05-25  Juri Linkov  <juri@jurta.org>
6212         * replace.el (query-replace-read-from, query-replace-read-to):
6213         Remove 8th arg KEEP-ALL in read-from-minibuffer.
6215 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
6217         * whitespace.el (whitespace-cleanup): Change to cleanup
6218         region if one is active.
6219         * whitespace.el (whitespace-cleanup-internal): New internal method.
6221 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
6223         * dired.el (dired-mode-map): Add help-echo strings to tumme
6224         commands.  Bind `tumme-dired-display-image' to C-t i.
6226         * tumme.el (tumme-display-image): Change documentation string slightly.
6227         (tumme-dired-display-image): Add call to `display-buffer'.
6229 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
6231         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6232         Signal error if RAW-DATA is a multibyte string.
6234 2006-05-24  Richard Stallman  <rms@gnu.org>
6236         * subr.el (with-local-quit): When handling `quit' signal,
6237         make a chance for quit-flag to cause a quit.
6239         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6240         (ad-disable-advice): Add autoloads.
6242         * subr.el (read-passwd): Copy PROMPT before changing its properties.
6244 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
6246         * dired.el (dired-mode-map): Change menu items for tumme as per
6247         suggestions in emacs-devel.
6249 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
6251         * dired.el (dired-mode-map): Fix breakage.
6253 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
6255         * tumme.el (tumme-display-dired-image): Rename to...
6256         (tumme-dired-display-image): ...this.
6257         (tumme-track-movement): Change default value to t.
6258         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6259         used from `tumme-next-line-and-display' and similar commands.
6261         * dired.el (dired-mode-map): Add Thumbnail submenu under the
6262         Immediate menu.  Add some tumme commands there.
6264 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6266         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6268 2006-05-24  Chong Yidong  <cyd@mit.edu>
6270         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6271         menu entries that open submenus.
6273 2006-05-24  Alan Mackenzie  <acm@muc.de>
6275         * startup.el (command-line): For names of preloaded files, don't
6276         append ".elc" (now done in Fload), and call file-truename on the
6277         lisp directory.
6279         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
6280         match ANY loaded file with the right name, not just those in
6281         load-path.  Put a regexp matching the file name into
6282         after-load-alist, rather than the name itself.
6284         * subr.el: New functions load-history-regexp,
6285         load-history-filename-element, do-after-load-evaluation.
6287         * international/mule.el (load-with-code-conversion): Do the
6288         eval-after-load stuff by calling do-after-load-evaluation.
6290 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
6292         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6293         has not been killed.
6295 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6297         * term/mac-win.el: Set idle timer to clean up expired Apple events.
6298         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6299         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6300         Optionally set error message in reply.
6302 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6304         * textmodes/org.el (org-open-at-point): Use renamed variable
6305         `org-confirm-shell-link-function'.
6306         (org-confirm-shell-link-function): Rename from
6307         `org-confirm-shell-links'.
6308         (org-export-directory): New function.
6309         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6310         (org-export-icalendar): Use `org-export-directory'.
6311         (org-indent-item): Keep cursor position.
6312         (org-link-file-path-type): New option.
6313         (org-export-as-html): Fix bug with plain lists starting in
6314         column 0.
6315         (org-export-as-html): Remove deadline formatting, this happens
6316         now already in `org-html-handle-time-stamps'.
6317         (org-export-html-style): Deadline class removed.
6318         (org-insert-labeled-timestamps-at-point): New option.
6319         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6320         of `hide-sublevels 1', in case the first headline is not level 1.
6321         (org-overview, org-content): New fuction.
6322         (org-cycle-global-status, org-cycle-subtree-status): Make these
6323         variables buffer-local.
6324         (org-global-cycle): New command.
6325         (org-shifttab): Use `org-global-cycle'.
6326         (org-insert-heading, org-insert-item): Go to end of new
6327         headline/item after creating it.
6328         (org-export-visible): Rename from `org-export-copy-visible'.
6329         Now creates a temporary org-file and applies an exporting command
6330         to it.
6331         (org-table-eval-formula): Support for lisp forms.
6332         (org-agenda-todo-ignore-scheduled): New option.
6333         (org-agenda-get-todos): Use new option
6334         `org-agenda-todo-ignore-scheduled'.
6335         (org-export-html-inline-images): New value `maybe'.
6336         (org-export-as-html): Inlining of images dependent on link description.
6337         (org-archive-subtree): Check for end-of-buffer before trying
6338         `kill-line'.
6339         (org-agenda-follow-mode): New option.
6340         (org-export-with-tags, org-export-with-timestamps): New options.
6341         (org-html-handle-time-stamps): New function.
6342         (org-keyword-time-regexp): New variable.
6343         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6344         (org-agenda-todo-list-sublevels): New option.
6345         (org-html-level-start): When TITLE is nil, just close all levels.
6346         (org-parse-key-lines, org-parse-export-options): Remove functions,
6347         replaced by `org-infile-export-plist'.
6348         (org-combine-plists, org-infile-export-plist)
6349         (org-default-export-plist): New functions.
6350         (org-export-html-preamble, org-export-html-postamble)
6351         (org-export-html-auto-preamble, org-export-html-auto-postamble):
6352         New variables.
6353         (org-export-publishing-directory): New option.
6354         (org-export-as-html, org-export-as-ascii): Use the new property
6355         lists for settings.
6356         (org-export-copy-visible, org-export-as-xoxo):
6357         Respect `org-export-publishing-directory'.
6358         (org-link-search, org-store-link, org-file-apps): Support for
6359         links to BibTeX database entries..
6360         (org-get-current-options, org-set-regexps-and-options):
6361         Implement logging as a startup option.
6362         (org-store-link): Make sure context string is never empty
6363         (org-insert-link): Use relative path when possible.
6364         (org-at-item-checklet-p): New function.
6365         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6366         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6367         (org-metaright, org-metaup, org-metadown, org-shiftup)
6368         (org-shiftdown, org-shiftright, org-shiftleft)
6369         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6370         Dispatch using `call-interactively'.
6371         (org-call-with-arg): New defsubst.
6372         (org-tag-alist, org-use-fast-tag-selection): New options.
6373         (org-complete): Use `org-tag-alist'.
6374         (org-fast-tag-insert, org-fast-tag-selection): New functions.
6375         (org-next-item, org-previous-item): New commands.
6376         (org-beginning-of-item, org-end-of-item): Add (interactive) to
6377         make command.
6378         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6380 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
6382         * emacs-lisp/ewoc.el (ewoc-delete): New function.
6383         (ewoc-filter): Use `ewoc-delete'.
6385         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6387 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6390         Signal more user-friendly error messages.
6392         * complete.el (PC-do-completion): Undo the addition of implicit
6393         wildcards if they did not lead to finding any match.
6394         (read-file-name-internal): Don't add the final > if the completion is
6395         not finished.
6397 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6399         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6400         Quote safe-local-variable predicate.
6402 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
6404         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6406 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6408         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6410         * progmodes/make-mode.el (makefile-special-targets-list)
6411         (makefile-macro-table, makefile-target-table): Mark as risky.
6412         (makefile-query-one-target-method): Make this the alias for the
6413         following variable.
6414         (makefile-query-one-target-method-function): Make this the real name.
6416         * textmodes/artist.el (artist-text-renderer): Make this the alias
6417         for the following variable.
6418         (artist-text-renderer-function): Make this the real name.
6420         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6421         the alias for the following variable.
6422         (flyspell-generic-check-word-predicate): Make this the real name.
6424         * textmodes/ispell.el (ispell-format-word): Make this the alias
6425         for the following variable.
6426         (ispell-format-word-function): Make this the real name.
6427         (ispell-message-text-end): Mark as risky.
6429         * skeleton.el (skeleton-transformation, skeleton-filter)
6430         (skeleton-pair-filter): Make these the aliases for the following
6431         variables.
6432         (skeleton-transformation-function, skeleton-filter-function)
6433         (skeleton-pair-filter-function): Make these the real names.
6435         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6436         and skeleton-pair-filter-function.
6438         * textmodes/sgml-mode.el (sgml-transformation): Make this the
6439         alias for the following variable.
6440         (sgml-transformation-function): Make this the real name.
6441         (sgml-tag-alist): Mark as risky.
6443 2006-05-21  Richard Stallman  <rms@gnu.org>
6445         * simple.el (kill-region): Interactively, pass point, then mark.
6447 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
6449         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6451 2006-05-21  Romain Francoise  <romain@orebokech.com>
6453         * dired-x.el (dired-mode-map): Don't bind M-g.
6455 2006-05-20  Richard Stallman  <rms@gnu.org>
6457         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6458         (dired-goto-file): Doc fix.
6460 2006-05-21  Kim F. Storm  <storm@cua.dk>
6462         * emulation/cua-base.el: Mention customizing cua-mode as alternative
6463         way to enable built-in cua-mode if user loads older CUA-mode package.
6465         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6466         if default-filename is specified.
6468 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6470         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6472         * info.el (info-apropos): Make sure current-file and current-node
6473         have non-nil values.  Speed up by using add-to-list instead of
6474         manual consing.
6476 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6478         * progmodes/make-mode.el (makefile-mode): Doc fix.
6480 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6482         * dired-aux.el (dired-do-shell-command): Doc fix.
6484 2006-05-20  Kevin Ryde  <user42@zip.com.au>
6486         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6487         ``(custom-manual :tag "Foo" "(foo)Node")''.
6489 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
6491         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6492         value is an integer.
6494 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
6496         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6497         "format".
6498         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6500 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
6502         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6503         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6505 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6507         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6508         regexp for keywords.
6510 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
6512         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6513         replace-regexp-in-string.
6515         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6516         encode, and escape file name on conversion to URL.
6518 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6520         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6521         Don't unescape URL.
6522         (dnd-get-local-file-name): Unescape URL on conversion to file name.
6524         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6525         on conversion to URLs.
6527         * net/browse-url.el (browse-url-file-url): Encode file name on
6528         conversion to URL.
6530         * term/mac-win.el (mac-ae-open-documents): Escape file name on
6531         conversion to URL.
6533 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
6535         * progmodes/cc-styles.el (c-style-alist): Doc fix.
6537 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6539         * term/mac-win.el (mac-bytes-to-digits): Remove function.
6540         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6542 2006-05-19  Glenn Morris  <rgm@gnu.org>
6544         * calendar/diary-lib.el (diary-bahai-date)
6545         (list-bahai-diary-entries, mark-bahai-diary-entries)
6546         (mark-bahai-calendar-date-pattern): Not interactive.
6547         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
6548         (diary-entries-list): Change format of 4th element in each entry.
6549         (diary-list-entries): Use add-to-diary-list.
6550         (diary-goto-entry): Handle the case where the buffer visiting the
6551         diary has been killed.
6552         (fancy-diary-display): Add 'locator to button rather than 'marker.
6553         Only generate temp-face when there are marks to apply.
6554         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6555         (diary-fancy-date-pattern): New variable.
6556         (diary-time-regexp): Doc fix.
6557         (diary-anniversary, diary-time): New faces.
6558         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6559         diary-time-regexp.  Add font-lock-multiline property where needed.
6560         Use new faces diary-anniversary and diary-time.
6561         (diary-fancy-font-lock-fontify-region-function): New function, to
6562         handle multiline font-lock pattern in fancy diary.
6563         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6564         (diary-font-lock-keywords): Tweak time regexp.  Use new face
6565         diary-time.
6567 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
6569         * international/code-pages.el (mik): Table corrected.
6571 2006-05-18  Kim F. Storm  <storm@cua.dk>
6573         * progmodes/grep.el (grep-find): Don't check grep-find-command
6574         before running command (breaks non-interactive usage).
6576 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
6578         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6579         (ewoc--insert-new-node): Don't insert trailing newline.
6580         Instead, adjust successor nodes's start markers.
6581         (ewoc--refresh-node): Delete all text from current node's start
6582         marker to the next one's; adjust successor nodes's start markers.
6583         (ewoc--create): Doc fixes.
6584         (ewoc--refresh): Don't insert newline.
6585         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6586         * pcvs.el (cvs-make-cvs-buffer):
6587         Specify extra newline for ewoc's header and footer.
6588         (cvs-update-header): Update initial header recognition.
6589         Append newline to final header and footer values.
6590         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6592 2006-05-17  Richard Stallman  <rms@gnu.org>
6594         * files.el (file-name-extension): Doc fix.
6596 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6598         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6599         we can explicitly enable/disable rather than toggle.
6600         (shell-mode): Use it.
6601         (shell-cd): Don't try to reproduce what `cd' does.
6603 2006-05-17  Kim F. Storm  <storm@cua.dk>
6605         * ido.el (ido-read-internal): Use only nondirectory part of
6606         default item.
6608 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
6610         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6611         (ewoc-nth): Doc fix.
6613         (ewoc-map, ewoc-invalidate): Compute PP before looping.
6615 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
6617         * international/mule.el (auto-coding-alist): Add .lha to files
6618         read with no-conversion.
6620         * files.el (auto-mode-alist): Add .lha files to archive file
6621         extensions.
6623         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6624         Convert csize to integer when computing offsets within the
6625         compressed archive file.
6627 2006-05-16  Kim F. Storm  <storm@cua.dk>
6629         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6630         with read-from-minibuffer.
6632 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6634         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6635         (byte-compile-warnings): Fix safe-local-variable property.
6637 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
6639         * allout.el (allout-show-bodies, allout-old-style-prefixes)
6640         (allout-stylish-prefixes, allout-numbered-bullet)
6641         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6642         predicates to qualify `safe-local-variable' property, when
6643         available, else use equivalent lambda.
6644         (allout-current-topic-collapsed-p): Do the right thing regarding
6645         trailing blank lines.
6647 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * server.el (server-start): Only create a directory if needed.
6650         (server-edit, server-unload-hook): server-start => server-mode.
6651         (kill-emacs-hook): Cleanup upon exit.
6653 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * hexl.el (hexlify-buffer): Encode process arguments manually.
6657 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
6659         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6660         call to gdb-tooltip-print.
6662 2006-05-15  Romain Francoise  <romain@orebokech.com>
6664         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
6665         systems, default to "tar" since those systems probably have GNU tar.
6667 2006-05-14  Lars Hansen  <larsh@soem.dk>
6669         * desktop.el (desktop-missing-file-warning): Fix docstring.
6670         (desktop-restore-file-buffer): Correct question asked on missing file.
6672 2006-05-14  Kim F. Storm  <storm@cua.dk>
6674         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6675         Add CUA move property.
6677 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
6679         * custom.el (custom-push-theme): Load the variable before checking
6680         its `standard-value'.
6682 2006-05-13  Lars Hansen  <larsh@soem.dk>
6684         * desktop.el (desktop-save): Use with-temp-buffer.
6686 2006-05-12  Glenn Morris  <rgm@gnu.org>
6688         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6689         * calendar/calendar.el (calendar-mode-map):
6690         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
6691         * calendar/appt.el (appt-check, appt-make-list): Refer to
6692         diary-view-entries, diary-list-entries, diary-show-all-entries
6693         rather than obsolete aliases.
6695 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
6697         * simple.el (line-move-finish): Avoid calling point motion hooks
6698         while processing intangibility.
6700 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
6702         * term/xterm.el (terminal-init-xterm): Fix typo.
6704 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
6706         * allout.el (allout-view-change-hook): Mark as being deprecated,
6707         to be replaced by `allout-exposure-change-hook'.
6708         (allout-exposure-change-hook): New, replacing
6709         `allout-view-change-hook'.
6710         (allout-flag-region): Run new hook `allout-exposure-change-hook',
6711         in addition to `allout-view-change-hook'.
6712         (allout-show-bodies, allout-old-style-prefixes)
6713         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6714         lambda forms to prevent their showing up in variable help
6715         presentations as inscrutable byte-compiled code.
6716         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6717         Use string-or-null-p to qualify safe-local-variable values.
6718         (allout-reindent-bodies): Use memq to qualify matches against
6719         valid safe-local-variable values.  Also, quote the lambda as above.
6720         (allout-use-mode-specific-leader): Add missing candidate-value
6721         symbols, use memq, and quote the lambda.
6722         (allout-overlay-interior-modification-handler): Remove unused
6723         variables `msg' and 'opened'.
6724         (allout-hidden-p): Constrain invisibility consideration to allout's
6725         invisibility spec, disregarding invisibility for other reasons.
6727 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6729         * files.el (version-control): Correct safe values.
6731 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
6733         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6735         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6736         (ewoc--insert-new-node): New func.
6737         Update callers of deleted funcs to use it, instead.
6739 2006-05-11  Glenn Morris  <rgm@gnu.org>
6741         * calendar/calendar.el (diary-show-all-entries): Do not refer to
6742         obsolete alias `show-all-diary-entries'.
6743         (make-diary-entry): Not interactive.
6744         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6745         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6746         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6747         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6748         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6749         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6751 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6753         * calendar/calendar.el (calendar-french-date-string)
6754         (calendar-mayan-date-string, calendar-chinese-date-string)
6755         (calendar-astro-date-string, calendar-iso-date-string)
6756         (calendar-islamic-date-string, calendar-bahai-date-string)
6757         (calendar-hebrew-date-string, calendar-coptic-date-string)
6758         (calendar-ethiopic-date-string, calendar-persian-date-string):
6759         These functions are not interactive.
6761 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
6763         * files.el: Balance parentheses.
6765 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
6767         * files.el, newcomment.el, outline.el, simple.el,
6768         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6769         progmodes/cc-vars.el, progmodes/compile.el:
6770         Move `safe-local-variable' declarations to the respective files.
6772         * help-fns.el (describe-variable): Don't print safe-var if it is
6773         byte-code.  Improve wording as suggested by Luc Teirlinck.
6775 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
6777         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6778         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6779         Use a token for pending-triggers to ensure gdb-var-update
6780         gets called once per user input again for pre-GDB 6.4.
6781         (gdb-var-delete): Match on more complex expressions.
6782         (gdb-var-list-children-handler, gdb-var-create-handler):
6783         Use a token for consistency.
6785 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
6787         * textmodes/org.el (org-read-date, org-goto-calendar)
6788         (org-agenda-goto-calendar):
6789         Bind `view-calendar-holidays-initially' to nil.
6791 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6793         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6794         Update all callers to do it there, instead.
6796 2006-05-10  Glenn Morris  <rgm@gnu.org>
6798         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6799         prefix arg case, to avoid view-diary-entries-initially error.
6800         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6801         (calendar-date-is-legal-p): Handle dates with no day part.
6803 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
6805         * comint.el (comint-insert-input): Just make it when
6806         comint-use-prompt regexp is nil (default) and with the mouse.
6807         (comint-copy-old-input): Reinstate from 2004-06-23.
6808         (comint-mode-map): Bind C-c C-m to it.
6810 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
6812         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6813         Remove spurious move to point-max (new comint behavior fixes).
6815         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6816         compatibility function (Emacs 18/19).
6817         (idlwave-is-continuation-line): Always return point at start of
6818         previous non-blank continuation line.
6819         (keyword-parameters): Fix continued comment font-lock matcher.
6820         (idlwave-font-lock-fontify-region): Written, use as
6821         font-lock-fontify-region-function, to fix continued keyword
6822         fontification issues.
6824 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6826         * term/mac-win.el (mac-font-panel-mode): Doc fix.
6827         (mac-service-selection, mac-service-open-file)
6828         (mac-service-open-selection, mac-service-mail-selection)
6829         (mac-service-mail-to, mac-service-insert-text): Rename from
6830         mac-services-*.  All uses changed.
6831         (mac-apple-event-map): Rename event symbol `services' to `service'.
6833 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
6835         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6836         (ewoc--node-enter-first, ewoc--node-enter-last)
6837         (ewoc--delete-node-internal): Merge funcs into unique callers.
6839 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
6841         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6842         return value of read-from-minibuffer for empty input.
6844 2006-05-09  Miles Bader  <miles@gnu.org>
6846         * comint.el (comint-insert-input): Remove redundant calls to setq
6847         and goto-char.
6849 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
6851         * comint.el (comint-insert-input): Make it work when
6852         comint-use-prompt-regexp is t.
6854 2006-05-10  Miles Bader  <miles@gnu.org>
6856         * subr.el (field-at-pos): New function.
6858         * comint.el (comint-insert-input): Use it.
6860 2006-05-09  Juri Linkov  <juri@jurta.org>
6862         * battery.el (battery-linux-proc-acpi): Also try
6863         `/proc/acpi/thermal_zone/THR2/temperature'.
6865         * files.el <safe-local-variable>: Remove `eval' and `let' binding
6866         for now unused lambda `string-or-null'.
6868         * add-log.el (change-log-default-name): Put `string-or-null-p'
6869         instead of lambda on `safe-local-variable' property.
6871         * diff-mode.el (diff-context->unified): Use `region-beginning' and
6872         `region-end' instead of `mark' and `point'.
6873         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6874         Operate on region in Transient Mark mode when the mark is active.
6875         Use `region-beginning' and `region-end' instead of `mark' and
6876         `point'.
6877         (diff-hunk-text, diff-goto-source): Doc fix.
6879         * startup.el (fancy-splash-screens, normal-splash-screen): Use
6880         face `mode-line-buffer-id' for mode-line buffer face instead of
6881         hard-coded `(:weight bold)'.
6883         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6884         buffer-undo-list to t (undo-ask is reproducible by visiting
6885         nested archives).
6887 2006-05-09  Kim F. Storm  <storm@cua.dk>
6889         * progmodes/grep.el (rgrep): Set default directory of *grep*
6890         buffer if we start M-x rgrep in the *grep* buffer and choose
6891         a different base directory.
6893 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6895         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6896         completion also when ido is loaded.
6898 2006-05-09  Masatake YAMATO  <jet@gyve.org>
6900         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6901         "warning" and "import".
6902         (cpp-font-lock-keywords): Added "warning".
6904 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6906         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6908 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6911         pages at a time, if we signal the end, we should indeed reach that end.
6913 2006-05-08  David Reitter  <david.reitter@gmail.com>
6915         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6916         output during execution of the body.
6918 2006-05-08  Kim F. Storm  <storm@cua.dk>
6920         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6922 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
6924         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6925         Use with-current-buffer.
6927 2006-05-07  Kim F. Storm  <storm@cua.dk>
6929         * subr.el (add-to-history): Remove keep-dups arg.
6931         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6932         to nil around call to add-to-history.
6934 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6936         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6937         than after a buffer modification.
6939 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
6941         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6942         call to...
6943         (gud-watch): ...here so speedbar is raised for already watched
6944         expressions.
6945         (gdb-speedbar-refresh): Delete function.
6946         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6947         Use speedbar-timer-fn instead of speedbar-refresh (reverting
6948         earlier change).
6949         (gdb-var-evaluate-expression-handler)
6950         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6952         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6953         Update localized contents for all buffers except ignored modes.
6955 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6957         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6958         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6959         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6960         (mac-handle-font-panel-closed, mac-handle-font-selection):
6961         New functions.
6962         (mac-font-panel-mode): New minor mode.
6963         (mac-apple-event-map): Add bindings for toolbar toggle button and
6964         font panel.
6965         (menu-bar-showhide-menu): Add mac-font-panel-mode.
6967 2006-05-07  John Paul Wallington  <jpw@pobox.com>
6969         * ibuffer.el (ibuffer-compressed-file-name-regexp):
6970         Avoid `regexp-opt'; simplify regexp for readability.
6972 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6974         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6975         * files.el (buffer-stale-function):
6976         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6977         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6978         links to the main manual, not to emacs-xtra.
6980 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6982         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6983         MacJapanese if text is ASCII-only.
6985 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
6987         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6988         unless so nil isn't returned.
6989         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6991 2006-05-06  Kim F. Storm  <storm@cua.dk>
6993         * subr.el (add-to-history): New function.
6995         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6996         (ediff-merge-files-with-ancestor):
6997         * env.el (setenv):
6998         * isearch.el (isearch-update-ring):
6999         * server.el (server-visit-files):
7000         * progmodes/grep.el (lgrep, rgrep):
7001         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
7002         * progmodes/xscheme.el (xscheme-insert-expression):
7003         Use add-to-history.
7005         * kmacro.el (kmacro-push-ring): Use add-to-history.
7006         (kmacro-ring-length): Remove unused defun.
7007         (kmacro-start-macro): Use kmacro-push-ring.
7009 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
7011         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
7012         directly instead of a lambda expression that calls it.
7014 2006-05-06  Kim F. Storm  <storm@cua.dk>
7016         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
7017         instead of compute-motion.
7019 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
7021         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
7022         change.
7024 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
7026         * startup.el (command-line-1): Refer to "Pure Storage" on
7027         pure-space-overflow.
7029 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
7031         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
7032         provided faces once they all have been used up.
7034 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7036         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
7037         reference to the Lisp manual to the warning about pure space
7038         overflow.
7040 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7042         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
7043         argument to avoid the call to `ispell-internal-change-dictionary'
7044         when not needed.
7045         (ispell-change-dictionary): Use this argument and call
7046         `ispell-internal-change-dictionary' after the possible change
7047         to `ispell-local-dictionary'.
7048         (ispell-internal-change-dictionary): Check for a change in
7049         personal dictionary use too.
7051 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7053         * startup.el (command-line): On MS-Windows, probe "~", not
7054         "~USER", for warning about non-existent home directory
7056         * arc-mode.el (archive-l-e): New optional argument `float' means
7057         generate a float value.
7058         (archive-arc-summarize, archive-lzh-summarize)
7059         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7060         with 3rd argument non-nil when file's size is being computed.
7061         Format the file sizes with %8.0f instead of %8d.
7063 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7065         * cus-start.el (all): Add mac-dnd-known-types.
7067         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7068         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7069         (mac-TIFF-to-string): New functions.
7070         (x-get-selection, x-selection-value)
7071         (mac-select-convert-to-string): Use them.
7072         (mac-text-encoding-mac-japanese-basic-variant): New constant.
7073         (mac-dnd-types-alist): New customization variable.
7074         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7075         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7076         (mac-dnd-handle-drag-n-drop-event): New functions.
7077         (mac-drag-n-drop): Remove function.
7078         (global-map): Bind drag-n-drop and M-drag-n-drop to
7079         mac-dnd-handle-drag-n-drop-event.
7081 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
7083         * progmodes/perl-mode.el (perl-beginning-of-function):
7084         Skip anonymous subs.
7086 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
7088         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7089         regexp-opt at run time.
7091         * term.el (term-handle-ansi-escape): Fix off by one error.
7093 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
7095         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7096         (gdb-init-1, gdb-post-prompt): ...and references to it.
7097         (gdb-frame-handler): Strip directory name from filename if present.
7099         * progmodes/gud.el (gdb-force-update): Delete defvar
7100         (gud-speedbar-buttons): ...and references to it.  Use window-start
7101         to try to keep positon in watch expression.
7103 2006-05-03  Richard Stallman  <rms@gnu.org>
7105         * simple.el (next-history-element, previous-history-element): Doc fix.
7107         * isearch.el (isearch-update-ring): Doc fix.
7109 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
7111         * isearch.el (isearch-update-ring): Take history-delete-duplicates
7112         into consideration.  Replace one arm ifs with whens.
7114 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
7116         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7117         (menu): Fix typo.
7119 2006-05-02  Miles Bader  <miles@gnu.org>
7121         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7123 2006-05-02  Jay Belanger  <belanger@truman.edu>
7125         * calc/calc-embed.el (calc-override-minor-modes-map)
7126         (calc-override-minor-modes): New variables.
7127         (calc-do-embedded): Make sure that Calc keystrokes aren't
7128         overwritten by minor modes.
7130 2006-05-02  Chong Yidong  <cyd@mit.edu>
7132         * msb.el (msb): If EVENT is a down event, read and discard the up event.
7134 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7136         * startup.el (command-line-1): Refer to Lisp manual when
7137         pure-space-overflow occurs.
7139         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7140         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7141         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7142         (version-control): Don't use `t' for safe-local-variable declarations.
7144 2006-05-01  Richard Stallman  <rms@gnu.org>
7146         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7147         M-r, M-R, M-A, M-SPC or M-DEL.
7148         (diff-mode-map): diff-refine-hunk now on C-c C-w
7149         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7151         * help-mode.el (help-mode): view-exit-action calls delete-window
7152         only when it is safe and possible.
7154         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7155         in messages.
7157         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7159         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7160         in the default tool-bar-map.
7162 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
7164         * net/tramp.el (tramp-completion-file-name-handler-alist)
7165         (tramp-run-real-handler, tramp-completion-run-real-handler)
7166         (tramp-completion-handle-file-name-all-completions)
7167         (tramp-completion-handle-file-name-completion): Autoload them.
7168         (tramp-completion-handle-file-exists-p)
7169         (tramp-completion-handle-file-name-directory)
7170         (tramp-completion-handle-file-name-nondirectory)
7171         (tramp-completion-handle-expand-file-name): Remove them.
7172         (tramp-handle-file-name-directory): Return the real directory name.
7173         Returning "/" only doesn't need to be necessary any longer.
7174         (tramp-file-name-handler): Make special attention when in hostname
7175         completion mode.
7176         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7177         (tramp-register-file-name-handlers):
7178         Register `tramp-completion-file-name-handler' only when
7179         `partial-completion-mode' is enabled.
7180         (tramp-completion-handle-file-name-all-completions):
7181         Delete directory part from results.
7182         (tramp-get-completion-methods, tramp-get-completion-user-host):
7183         Discard deleting "/", it doesn't work after the change of
7184         `tramp-handle-file-name-directory' above.
7186 2006-05-01  Kim F. Storm  <storm@cua.dk>
7188         * progmodes/grep.el (grep-expand-template): Use save-match-data
7189         and symbol-value.
7191 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7193         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7194         Use select-frame-set-input-focus instead of raise-frame.
7195         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7197 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
7199         * progmodes/gud.el (gud-def): Add %c case.
7200         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7201         (gud-format-command): Make match case sensitive.  Match on %F.
7203 2006-04-30  Glenn Morris  <rgm@gnu.org>
7205         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7206         (cal-tex-preamble): Use cal-tex-preamble-extra.
7207         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7208         than alias `list-diary-entries'.
7210 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
7212         * help-fns.el (describe-variable): Add info about safe local variables.
7214 2006-04-29  Richard Stallman  <rms@gnu.org>
7216         * bindings.el (mode-line-format): help-echo doc fixes.
7218         * net/tramp.el (tramp-file-name-handler-alist): Delete
7219         expand-file-name and other operations that can cause spurious loading.
7221 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7223         * files.el (safe-local-variable-p): Remove support for the special
7224         value t.
7226         * textmodes/paragraphs.el (sentence-end-without-space):
7227         Fix safety predicate.
7228         (sentence-end-double-space, sentence-end-without-period)
7229         (paragraph-ignore-fill-prefix):
7230         * textmodes/fill.el (colon-double-space):
7231         * abbrev.el (abbrev-mode): Tighten the safety predicate.
7233         * subr.el (booleanp): New fun.
7235         * textmodes/reftex-vars.el (reftex-guess-label-type):
7236         Tighten the safety predicate.
7238 2006-04-28  Kim F. Storm  <storm@cua.dk>
7240         * progmodes/grep.el (defgroup grep): Doc fix.
7241         (grep-auto-highlight): Remove.
7242         (grep-template): New defcustom.
7243         (grep-find-template): Rename from grep-tree-template.
7244         (grep-files-aliases): Rename from grep-tree-files-aliases.
7245         Remove "all" alias, add "l" alias.
7246         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7247         (grep-find-ignored-directories): New defcustom to replace
7248         grep-tree-ignore-CVS-directories, to facilitate ignoring
7249         subdirectories for multiple version control systems.
7250         (grep-mode-map): Add Recursive grep item to GREP menu.
7251         (grep-regexp-history, grep-files-history): New defvars.
7252         (grep-probe): New helper function.
7253         (grep-compute-defaults): Use it to simplify code.
7254         Adapt to name changes.
7255         Use `.' as base in grep-find-template rather than <D>.
7256         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
7257         Call grep-compute-defaults unconditionally.
7258         (grep-expand-keywords): New defconst.
7259         (grep-expand-template): Rename from grep-expand-command-macros.
7260         Simplify via grep-expand-keywords.  Look at case-fold-search instead
7261         of grep-tree-ignore-case to add -i option.
7262         Bind case-fold-search to nil while matching keywords.
7263         (grep-tree-last-regexp, grep-tree-last-files): Remove.
7264         (grep-read-regexp, grep-read-files): New helper functions.
7265         (rgrep): Rename from grep-tree.  Rework to use proper histories.
7266         Adapt to changes in defcustoms and functions above.
7267         (lgrep): New command, as grep, but using same interactive UI as rgrep.
7269 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
7271         * net/tramp.el (tramp-completion-file-name-handler):
7272         Disable Tramp's functionality while loading Tramp itself.
7273         (tramp-register-file-name-handlers): That's a defsubst now.
7274         Code from `tramp-repair-jka-compr' moved here.  Apply it via
7275         `after-init-hook'.
7276         (tramp-repair-jka-compr): Remove.
7278 2006-04-27  Jay Belanger  <belanger@truman.edu>
7280         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7281         read expression when `math-read-big-expr' doesn't work.
7283 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
7285         * startup.el (command-line-1): Display warning when
7286         pure-space-overflow is non-nil.
7288 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7290         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7291         risky.
7293 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7295         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7296         Return the URL or nil if none can be generated.
7298 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
7300         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7301         byte compiler warnings.
7302         (gud-basic-call, gud-find-expr): Let user select an expression
7303         for printing.  Print expression as well as value in GUD buffer.
7305 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
7307         * allout.el: Remove local autoload declaration for
7308         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7309         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7310         (allout-plain-bullets-string, allout-distinctive-bullets-string)
7311         (allout-use-mode-specific-leader, allout-old-style-prefixes)
7312         (allout-stylish-prefixes, allout-numbered-bullet)
7313         (allout-file-xref-bullet, allout-presentation-padding)
7314         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7315         safe-local-variable with suitable value spec, and add autoload
7316         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
7317         (move-beginning-of-line, move-end-of-line): Repair so these compat
7318         functions now actually resituate the point, when appropriate.
7320 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7324         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7325         (add-log-iso8601-time-string): Fix call to format-time-string.
7327 2006-04-26  Kim F. Storm  <storm@cua.dk>
7329         * subr.el (posn-string, posn-image, posn-object): Doc fix.
7331 2006-04-26  Masatake YAMATO  <jet@gyve.org>
7333         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7334         Add support for "//" style comments.  Remove `b' flag
7335         from ?* in `asm-mode-syntax-table'.
7337 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7339         * follow.el: Use (featurep 'xemacs) everywhere.
7340         (follow-mode): Use define-minor-mode.
7341         (follow-mode-map): Move initialization into the declaration.
7342         Use command remapping.
7343         (follow-emacs-version-xemacs-p): Remove.
7344         (follow-submit-feedback): Remove.
7346         * allout.el (allout-layout, allout-passphrase-verifier-string)
7347         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7349         * textmodes/reftex-vars.el (reftex-vref-is-default)
7350         (reftex-fref-is-default, reftex-guess-label-type):
7351         Tighten up a bit the safety predicate.
7353         * textmodes/paragraphs.el (sentence-end-double-space)
7354         (sentence-end-without-period, sentence-end-without-space)
7355         (page-delimiter, paragraph-ignore-fill-prefix):
7356         Tighten up a bit the safety predicate.
7358         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7360         * progmodes/python.el (python-continuation-line-p)
7361         (python-beginning-of-statement): syntax-ppss may return
7362         a negative depth.
7363         (python-mode): Don't forcefully enable font-lock.
7365         * time-stamp.el (time-stamp-start, time-stamp-end)
7366         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7368         * add-log.el: Remove spurious * in docstrings.
7369         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7370         (add-change-log-entry): Use it here, since it's not specific
7371         to iso8601.
7372         (add-log-iso8601-time-string): Don't use it here any more.
7373         (change-log-indent-text, change-log-indent): Rename from add-log-*.
7375         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7377 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
7379         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7380         (rcirc-toggle-low-priority): Doc fix.
7381         (rcirc-handler-NOTICE): Remove beginning of line anchor in
7382         ChanServ regexp.
7383         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7384         #emacs.
7385         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7386         (rcirc-decode-coding-system): Use utf-8 as the default.
7387         (rcirc-multiline-minor-mode): Set the fill-column.
7388         (rcirc-format-response-string): Display bright and dim nicks.
7389         (rcirc-browse-url): Update interactive spec to fill ARG.
7390         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7391         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7393 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
7395         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7396         case for @Article, etc.
7398 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
7400         * net/tramp.el (tramp-register-file-name-handlers): New defun.
7401         Added with autoload cookie.
7402         (tramp-unload-file-name-handlers): Rename from
7403         `tramp-unload-file-name-handler-alist'.
7405 2006-04-23  Romain Francoise  <romain@orebokech.com>
7407         * comint.el (comint-match-partial-filename): Doc fix.
7409 2006-04-21  Glenn Morris  <rgm@gnu.org>
7411         * calendar/cal-menu.el (calendar-mode-map): Refer to
7412         `diary-view-entries' rather than alias `view-diary-entries'.
7413         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7415 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
7417         * progmodes/antlr-mode.el (antlr-default):
7418         * cus-edit.el (custom-documentation):
7419         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7420         in defface.
7422 2006-04-21  Kim F. Storm  <storm@cua.dk>
7424         * image.el (image-type): New defun split out of create-image.
7425         (create-image): Use it.
7427 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
7429         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7430         (org-open-at-point): Remove the "...done" message to keep output
7431         in the echo area visible.
7432         (org-export-as-xoxo): Fix call to `indent-region'.
7434 2006-04-21  Kevin Ryde  <user42@zip.com.au>
7436         * international/mule.el (keyboard-coding-system): defcustom
7437         info-link fixes: "Specify Coding" has been split, keyboard now in
7438         "Terminal Coding", and "Single-Byte Character Support" is now
7439         "Unibyte Mode".
7441 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
7443         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7444         Use font-lock-warning-face for any errors e.g. no stack.
7445         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7447 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
7449         * progmodes/sh-script.el (sh-shell): Mark as safe.
7451         * newcomment.el (comment-start, comment-start-skip)
7452         (comment-end-skip, comment-end): Mark as safe.
7454 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
7456         * textmodes/org.el (org-deadline-announce): Face removed.
7457         (org-level-faces, org-n-levels): Convert to constant.
7458         (org-compatible-face): New function.
7459         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7460         (org-level-5, org-level-6, org-level-7, org-level-8)
7461         (org-special-keyword, org-warning, org-headline-done, org-link)
7462         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7463         (org-scheduled-today, org-scheduled-previously, org-time-grid):
7464         Face definition revised for better color tty support.
7465         (org-bold-re, org-italic-re, org-underline-re): New constants.
7466         (org-set-font-lock-defaults): Use the new constants.
7467         (org-agenda-highlight-todo): New function.
7468         (org-agenda-todo): Fix bug with point at end of line.
7469         (org-agenda-change-all-lines, org-finalize-agenda-entries):
7470         Fontify TODO keywords.
7471         (org-insert-link): Preserve relative path in ../ links.
7472         (org-export-as-html): Convert links pointing to .org files into
7473         links that will work beteen the exported HTML files.
7474         (org-todo-list): Fix bug when arg=0.
7475         (org-insert-heading): More fine-tuning.
7477 2006-04-19  Romain Francoise  <romain@orebokech.com>
7479         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7480         from `rmail-mime-charset-pattern'.
7482 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
7484         * progmodes/python.el (python-mode): Fix typo.
7486 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
7488         * comint.el (comint-previous-input): Don't clobber input line
7489         when moving off either end of the input history ring.
7490         (comint-delete-input): New function, used by
7491         `comint-previous-input' and others.
7492         (comint-previous-matching-input):
7493         Use `coming-delete-input'.  Save the partial input if leaving the
7494         edit line.  Goto point-max before deleting input to avoid
7495         partial input fragments hanging around.
7496         (comint-restore-input): New function, used by `comint-previous-input'.
7498 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
7500         * imenu.el (imenu--index-alist): Balance parentheses.
7502 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
7504         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7506 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
7508         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7509         file is nil.
7511 2006-04-18  Richard Stallman  <rms@gnu.org>
7513         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7515         * imenu.el (imenu-create-index-function, imenu--index-alist)
7516         (imenu--last-menubar-index-alist, imenu--make-index-alist)
7517         (imenu-default-create-index-function, imenu--generic-function):
7518         Doc fixes.
7520         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7522         * help-mode.el (help-mode): Set view-exit-action to delete window.
7524         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
7525         now works by passing nil as arg.
7527         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7529         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7530         (read-abbrev-file): Provide default when reading filename.
7532         * files.el (enable-local-variables): Allow :all as value.
7533         (hack-local-variables): Implement that value.
7534         (safe-local-variable-values, safe-local-eval-forms)
7535         (enable-local-variables): Mark as risky.
7536         (find-file-visit-truename, kept-old-versions): Mark safe.
7538         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7539         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7540         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7542 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7545         Use forward-line so as to get to BOL even in the presence of fields.
7546         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7547         in return.
7548         (inferior-tcl): Tell tclsh to work in interactive mode.
7550         * complete.el (partial-completion-mode):
7551         Use 'choose-completion-string-functions to make sure that
7552         choose-completion fills the minibuffer properly.
7554         * complete.el (PC-old-read-file-name-internal): Remove.
7555         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
7556         of read-file-name-internal.
7557         (partial-completion-mode): Enable/disable this advice.
7559 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
7561         * net/tramp.el (tramp-completion-file-name-handler): Revert change
7562         of 2006-04-17.
7564 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7566         * textmodes/org.el (org-insert-heading): Insert heading before
7567         current if at beginning of line.
7568         (org-todo, org-date): New faces.
7569         (org-table-align): Make sure tooltip window contains full text.
7570         (org-no-properties): New defsubst.
7571         (org-set-font-lock-defaults): Use new faces.
7573 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
7575         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7576         for root variables.
7578         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7579         (gdb-frame-address): Re-use to identify frame for watch expression.
7580         (gdb-var-list, gdb-var-create-handler): Add frame address for root
7581         variables.
7582         (gdb-init-1, gdb-source, gdb-post-prompt)
7583         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7584         (gdb-frame-handler): Get gdb-frame-address.
7586 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7588         Sync with Tramp 2.0.53.
7590         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7591         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7592         (tramp-completion-file-name-handler): Add autoload cookie for
7593         adding to `file-name-handler-alist'.
7595         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7596         the prompt.  If it returns earlier (when detecting an error
7597         message), the rest of the output will merge accidently with the
7598         output of the next command.  Reported by M Jared Finder
7599         <jared@hpalace.com>.
7601         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7602         for `process-file', in order to let it work for older Emacsen too.
7604 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
7606         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7607         (tex-font-lock-keywords-3): Use it.
7609 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * newcomment.el (comment-add): New function.
7612         (comment-region-default, comment-dwim): Use it.
7614 2006-04-15  Michael Olson  <mwolson@gnu.org>
7616         * emacs-lisp/tq.el: Improve comments.
7617         (tq-queue-head-question): New accessor function.
7618         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7619         Update for modified queue structure.
7620         (tq-queue-add): Accept `question' argument.
7621         (tq-queue-pop): If a question is pending, send it.
7622         (tq-enqueue): Accept new optional argument `delay-question'.
7623         If this is non-nil, and at least one other question is pending a
7624         response, queue the question rather than sending it immediately.
7626 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7628         * calendar/appt.el (appt-add): Check whether an appointment is
7629         already present in appt-time-msg-list.  Simplify code.
7631 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7633         * progmodes/cc-langs.el (c-mode-menu):
7634         Don't presume c-subword-mode is bound.
7636 2006-04-13  Bill Wohler  <wohler@newt.com>
7638         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7639         (customize-package-emacs-version): Use cdr instead of cadr now
7640         that alists use dotted pairs.
7642         * custom.el (defcustom): Fix docstring for :package-version.
7644 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
7646         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7647         (tramp-handle-shell-command): Display output buffer only when
7648         `tramp-display-shell-command-buffer' is true.
7649         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7651 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7653         * textmodes/org.el (org-set-autofill-regexps): Set only the local
7654         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7656 2006-04-13  Romain Francoise  <romain@orebokech.com>
7658         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7659         leaving temporary .cvsignore buffers behind.
7661 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7663         * textmodes/org.el (org-set-regexps-and-options)
7664         (org-get-current-options): Better names for the startup folding
7665         options.
7667 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
7669         * vc.el (vc-annotate): Arrange for point to end up at the same
7670         line number as in the original, but only when using a new buffer.
7672 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
7674         * files.el (hack-one-local-variable-eval-safep):
7675         Recognize `edebug-form-spec' for `put', but only if it passes
7676         `edebug-basic-spec'.  Generalize `put' handling.
7678         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7679         vetting file-local form specs.
7681         * allout.el (allout-layout): Autoload its `safe-local-variable'
7682         property.
7684 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7686         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
7687         (org-agenda-mouse-1-follows-link)
7688         (org-mouse-1-follows-link): New options.
7689         (org-format-agenda-item): Fix bug if TAGS is nil.
7690         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7692 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
7694         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
7695         GDB 6.1+ gives full filename for "info sources" so use
7696         file-name-nondirectory.
7698 2006-04-12  Romain Francoise  <romain@orebokech.com>
7700         * subr.el (read-passwd): Bind `message-log-max' to nil.
7702 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7704         * progmodes/perl-mode.el (perl-indent-new-calculate):
7705         Recompute parse-start after jumping backward by a whole sexp.
7707 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7710         window configuration.
7711         (vc-annotate-display-select): Select the buffer so that current-buffer
7712         (and selected-window) is the output buffer at the end of vc-annotate.
7714 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
7716         * vc.el (vc-annotate-color-map): Add custom TTY color map for
7717         8-color terminals, to use all of the colors in a sensible order.
7718         256-color terminals work well with the standard map.
7719         (vc-annotate-lines): Only strip the first color character if it
7720         is "#", to allow for terminal-style named colors.
7721         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7722         the correct buffer is scrolled.
7724 2006-04-11  Richard Stallman  <rms@gnu.org>
7726         * emacs-lisp/bytecomp.el (byte-compile-file):
7727         Bind enable-local-variables to :safe, and make normal-mode obey it.
7729         * files.el (enable-local-variables): Allow value :safe.
7730         (normal-mode): Doc fix.
7731         (hack-local-variables): Implement enable-local-variables = :safe.
7732         (hack-local-variables-confirm): Don't prevent quitting.
7734 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * loadhist.el (unload-feature): A bit of sanity check of
7737         load-history entries.  Cancel timer-vars before unbinding them.
7739         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7740         quote special chars, and make the trick work on the hex part of the
7741         buffer as well.
7742         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7743         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7745         * startup.el (normal-splash-screen): Fix last change so we don't wait
7746         2 minutes if we don't show the splash screen.
7748 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7750         * textmodes/org.el (org-export-plain-list-max-depth)
7751         (org-table-spaces-around-separators)
7752         (org-radio-targets, org-activate-camels)
7753         (org-table-spaces-around-invisible-separators): Options removed.
7754         (org-time-stamp-rounding-minutes, org-remember-templates)
7755         (org-ellipsis, org-activate-links, org-descriptive-links):
7756         New options.
7757         (org-remember-apply-template, org-current-time)
7758         (org-finish-edit-table-field)
7759         (org-link-unescape, org-link-escape)
7760         (org-string-width, org-table-clean-line, org-html-do-expand)
7761         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7762         (org-read-agenda-file-list): New functions.
7763         (org-table-edit-field)
7764         (org-table-create-or-convert-from-region): New commands
7765         (org-table-toggle-vline-visibility): Command removed.
7766         (org-table-convert-region): Made a command.
7767         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7768         Replace with the normal org- functions.
7769         (org-self-insert-command): Don't trigger realign unnecessarily
7770         when blanking a field that is not full.
7771         (org-mode): `Set buffer-invisibility-spec' for links.
7772         (org-activate-links2): Hide link part and only show descriptive
7773         part of the link.
7774         (org-insert-link): Modify for new linking system.
7775         (org-store-link): Store description separately, for use by
7776         `org-insert-link'.
7777         (org-table-align): Use `org-string-width'.
7778         (defgroup): Completely new group structure for custom variables.
7779         (org-agenda-files): Option: Single file name allowed.  Function:
7780         Optional argument unrestrited means ignore any restricitons.
7781         (org-install-agenda-files-menu): Find a buffer in Org-mode before
7782         trying to modify the menu.  Use generalized access to
7783         `org-agenda-files.'
7784         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7785         (org-agenda-file-to-front, org-remove-file, org-diary)
7786         (org-tags-view, org-export-icalendar-all-agenda-files)
7787         (org-export-icalendar-combine-agenda-files): Use generalized
7788         access to `org-agenda-files'.
7789         (org-remember-handler): Correctly preserve heading if present.
7790         (org-table-insert-row, org-table-insert-hline): Deal with
7791         invisible characters.
7793 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
7795         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7796         (vc-annotate-color-map): New 18 element constant
7797         value/saturation, rotating hue colormap, from red->blue.
7798         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7799         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7800         (vc-annotate): To avoid killing the required local variables,
7801         set them before the end of `with-output-to-temp-buffer', and
7802         after first switching to annotate-mode.
7803         (vc-annotate-warp-version): Add buffer argument in goto-line to
7804         ensure annotation, not source, is scrolled.
7806 2006-04-10  Bill Wohler  <wohler@newt.com>
7808         * custom.el (defcustom, custom-handle-keyword):
7809         Add :package-version keyword.
7810         (custom-add-package-version): New function.  Sets value of new
7811         property 'custom-package-version from :package-version keyword.
7812         (defcustom): Create Common Keywords section in docstring.
7813         (defface, defgroup): Replace definitions of a select few keywords
7814         with a reference to the Common Keywords in defcustom.
7815         (defcustom, defface, defgroup): Replace reference to Customization
7816         chapter in manual with hyperlink.
7818         * cus-edit.el (customize-package-emacs-version-alist): New variable.
7819         (customize-changed-options): Add check for custom-package-version.
7820         (customize-package-emacs-version): New function to look up Emacs
7821         version corresponding to the given package version.
7823         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7824         defun name, in similar fashion to find-variable-regexp.
7826 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
7828         * international/mule-cmds.el (set-locale-environment): Fix last
7829         change for when the locale's preferences don't specify any encoding.
7831 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7833         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7834         so the defined var/fun doesn't need to be quoted.
7836 2006-04-10  Richard Stallman  <rms@gnu.org>
7838         * finder.el (finder-mode-map): Add n and p bindings.
7840 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
7842         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7843         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7844         (gdb-setup-windows): Put something in source window if we can't find
7845         the source file.
7846         (gdb-frame-handler): Make it work again with just assembly.
7847         (gdb-data-list-register-values-handler): Make it work when there is
7848         no stack.
7850 2006-04-09  Richard Stallman  <rms@gnu.org>
7852         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7853         specs while looking for charset.
7855         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7857         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7858         Make them faces.
7859         (lm-font-lock-keywords): Update appropriately.
7861 2006-04-10  Kim F. Storm  <storm@cua.dk>
7863         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7864         it can also replace buffer-substring-no-properties.
7866         * emulation/cua-base.el (cua-delete-region, cua-paste)
7867         (cua-repeat-replace-region): Use filter-buffer-substring.
7869         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7870         (cua-cut-region-to-global-mark): Likewise.
7872         * emulation/cua-rect.el (cua--extract-rectangle)
7873         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7875 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7877         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7878         entry-type.  Add field delimiters to numerical fields if they are
7879         not present.
7881 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7883         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7884         string-const to return value.
7885         (bibtex-remove-delimiters): Use it.
7887 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7889         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7890         cl-byte-compile-compiler-macro unless it exists.
7892 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
7894         * files.el (hack-local-variables-confirm) <offer-save>:
7895         Clarify message text.  Suggested by Ralf Angeli.
7897 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7899         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7900         (delete-extract-rectangle-line): Use `filter-buffer-substring'
7901         instead of `buffer-substring' and `delete-region'.  (Most of the
7902         code actually copied from `kill-region'.)
7904 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
7906         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7907         (rcirc-default-port): Rename from rcirc-port.
7908         (rcirc-default-nick): Rename from rcirc-nick.
7909         (rcirc-default-user-name): Rename from rcirc-user-name.
7910         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7911         (rcirc-low-priority-flag): New variable.
7912         (rcirc-decode-coding-system): New defcustom.
7913         (rcirc-encode-coding-system): New defcustom.
7914         (rcirc-coding-system-alist): New defcustom.
7915         (rcirc-multiline-major-mode): New defcustom.
7916         (rcirc-nick): New internal variable.
7917         (rcirc-process): Remove variable.
7918         (rcirc-server-buffer): New variable.
7919         (rcirc): Update to use rcirc-default-* variables above.
7920         (rcirc-connect): Do not add window-configuration-hook-here.
7921         (rcirc-server): New internal variable.
7922         (rcirc-connect): Do not send keepalive pings if
7923         rcirc-keepalive-seconds is nil.
7924         (with-rcirc-server-buffer): New macro.
7925         (rcirc-send-string): Encode with rcirc-encode-coding-system.
7926         (rcirc-server-name): Rename from rcirc-server.
7927         (rcirc-buffer-process): New function.
7928         (rcirc-buffer-nick): New function.
7929         (rcirc-buffer-target): Remove function.
7930         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7931         New commands.
7932         (rcirc-mode-map): Change binding of C-c C-l to
7933         rcirc-toggle-low-priority.
7934         (rcirc-mode): Initialize coding system based on
7935         rcirc-coding-system-alist.  New change-major-mode-hook to part the
7936         channel on a mode change.  Make kill-buffer-hook buffer-local.
7937         (rcirc-change-major-mode-hook): New function.
7938         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7939         (rcirc-last-post-time): New variable.
7940         (rcirc-process-message): Store the last time user posted a message
7941         to this target.
7942         (rcirc-multiline-minor-mode): New mode.
7943         (rcirc-multiline-minor-mode-map): New mode map.
7944         (rcirc-edit-multiline): Put multiline-edit buffer in
7945         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7946         (rcirc-print): Ignore any line starting with an ignored nick.
7947         (rcirc-print): Decode using rcirc-decode-coding-system.
7948         (rcirc-track-minor-mode): Update global-mode-string when disabling
7949         this mode.
7950         (minor-mode-alist): Add LowPri indicator.
7951         (rcirc-toggle-low-priority): New function.
7952         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7953         next lowpriority buffer with activity.
7954         (rcirc-record-activity): Sort buffers in rcirc-activity by the
7955         last time the user posted a message in to the target.
7956         (rcirc-update-activity-string): New formatting for low priority
7957         buffers.
7958         (rcirc-split-activity): New function.
7959         (rcirc-handler-PART, rcirc-handler-KICK)
7960         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7961         (rcirc-nick-away-alist): New variable.
7962         (rcirc-handler-301): New handler.  Away messages are printed once
7963         per change.
7965 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
7967         * info.el (Info-follow-nearest-node): Doc fix.
7969         * international/mule-cmds.el (set-locale-environment): Make sure
7970         the coding-system preferred by the locale's language has the same
7971         EOL conversion type as the original buffer-file-coding-system.
7972         (locale-language-names): Add a few MS Windows language codes.
7974 2006-04-07  Richard Stallman  <rms@gnu.org>
7976         * simple.el (eval-expression): Doc fix.
7978         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7979         (eval-defun): Doc fixes.
7981 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7983         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7985 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
7987         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7988         GDB list command without argument for greater generality.
7990 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7992         * subr.el (string-or-null-p): New function.
7994         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7996         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7998         * files.el: Update comment about safe-local-variable declarations.
8000 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
8002         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
8003         See idlwave.org.
8005         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
8006         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
8008         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
8009         See idlwave.org.
8011         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
8012         version 6.0 (minimal changes).  See idlwave.org.
8014         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
8015         6.0 (minimal changes).  See idlwave.org.
8017         * progmodes/idlw-rinfo.el: File obsoleted and removed.
8019 2006-04-06  Romain Francoise  <romain@orebokech.com>
8021         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
8022         symmetric encryption features and a new asynchronous interface to
8023         GnuPG.  This new version is version 1.4, plus whitespace changes.
8025 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8027         * files.el: Move some `safe-local-variable' declarations to the
8028         respective files.
8030         * textmodes/ispell.el (ispell-check-comments)
8031         (ispell-local-dictionary): Mark as safe.
8033         * abbrev.el (abbrev-mode): Mark as safe.
8035         * add-log.el (change-log-default-name): Mark as safe.
8037         * textmodes/reftex-vars.el (reftex-vref-is-default)
8038         (reftex-fref-is-default, reftex-level-indent)
8039         (reftex-guess-label-type): Mark as safe.
8041         * textmodes/fill.el (colon-double-space): Mark as safe.
8043         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
8044         (sentence-end-double-space, sentence-end-without-period)
8045         (sentence-end-without-space, sentence-end, sentence-end-base)
8046         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
8048 2006-04-06  Kim F. Storm  <storm@cua.dk>
8050         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
8051         the :set-after list.
8052         (ido-downcase-unc-hosts): New user option.  Default on.
8053         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8054         when it is set, as regexps are now applied on the fly.
8055         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8056         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8057         on the fly, but only when ido-process-ignore-lists is set.
8058         Do case insensitive filtering if ido-downcase-unc-hosts is set.
8059         Only downcase names if ido-downcase-unc-hosts is set.
8061 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
8063         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8065         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8067 2006-04-05  Kim F. Storm  <storm@cua.dk>
8069         * ido.el (ido-mode): Set after ido-unc-hosts and
8070         ido-ignore-unc-host-regexps.
8071         (ido-save-history): Save ido-unc-hosts-cache.
8072         (ido-load-history): Load ido-unc-hosts-cache.
8073         (ido-reread-directory): Refresh unc hosts cache in // dir.
8075         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8076         to nil while displaying slash screen.
8078 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8080         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8081         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8083 2006-04-05  Kenichi Handa  <handa@m17n.org>
8085         * international/characters.el: Setup cases of Latin, Greek, and
8086         Cyrillic characters in CJK charsets.
8088 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8090         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8091         default-enable-multibyte-characters.  This reverts the change from
8092         revision 6.17 which is no longer necessary because the passphrase
8093         is sent separately now.  GnuPG messages are unreadable under
8094         multibyte locales with default-enable-multibyte-characters set to nil.
8096 2006-04-04  Andreas Schwab  <schwab@suse.de>
8098         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8099         and `byte-compile-warnings' as `safe-local-variable'.
8101 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
8103         * man.el (Man-mode-map): Restore the \r binding.
8104         (Man-abstract-xref-man-page): If Man-target-string is a function,
8105         call it.
8106         (Man-highlight-references): Use Man-default-man-entry to get the
8107         target.  Deal with xrefs too.
8108         (Man-highlight-references0): Don't call the target function.
8110         * woman.el (WoMan-xref-man-page): Strip the section number, woman
8111         cannot deal with it.
8113 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8115         * pgg-gpg.el: Clean up process buffers every time gpg processes
8116         complete.
8118 2006-04-04  Kenichi Handa  <handa@m17n.org>
8120         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8121         here.
8122         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8123         Temporarily bind inhibit-field-text-motion to t.
8125 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         * startup.el (normal-splash-screen): Only set mode-line-format in the
8128         splash buffer, so as not to interfere when debugging the code.
8129         Ignore errors when switching buffer.
8131 2006-04-03  Romain Francoise  <romain@orebokech.com>
8133         * dired.el (dired-dnd-protocol-alist): Fix typo.
8135 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8137         * savehist.el (savehist): Add :version.
8138         (savehist-ignored-variables): New variable.
8139         (savehist-minibuffer-hook): Don't save variables listed in
8140         `savehist-ignored-variables'.
8142         * dired.el (dired-dnd-protocol-alist): Mention that change does
8143         only apply to new buffers in doc string.
8145 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8147         * recentf.el (recentf-open-files-item): Include newline in button
8148         field, so opening a file will work, when the point is at the end
8149         of the file name.  Allow, for example, to [i]search a file by
8150         extension and just push RET to open it.
8152 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8154         * pgg-gpg.el (pgg-gpg-process-filter)
8155         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8157         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8158         lines, temporary fix.
8160 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
8162         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8164 2006-04-02  Richard Stallman  <rms@gnu.org>
8166         * progmodes/compile.el (compilation-message-face): Make it defcustom.
8168 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
8170         * ibuf-macs.el (define-ibuffer-column): Add a new key:
8171         header-mouse-map.
8173         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8174         (ibuffer-mode-header-map): New keymaps.
8175         (ibuffer-update-title-and-summary): Enable mouse face highlighting
8176         and keybindings for column headers.
8177         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8178         property.
8180 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
8182         * speedbar.el (speedbar-after-create-hook): Doc fix.
8184 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
8186         * shell.el (shell-directory-tracker)
8187         (shell-dynamic-complete-command): Doc fixes.
8189 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
8191         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8192         terminals.
8194 2006-04-01  Kim F. Storm  <storm@cua.dk>
8196         * ido.el (ido-unc-hosts-cache): New defvar.
8197         (ido-unc-hosts): If value of defcustom is a function, call it to
8198         get list of UNC hosts.  Add function-item choices to specify
8199         ido-unc-hosts-net-view or user function.
8200         (ido-ignore-unc-host-regexps): New defcustom.
8201         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8202         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8203         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8205 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8208         wwidth.
8210 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
8212         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8213         (ido-max-work-file-list, ido-switch-buffer)
8214         (ido-read-file-name-as-directory-commands):
8215         Fix typos in docstrings.
8217 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8219         * term/mac-win.el (mac-system-coding-system): Define and use after
8220         Mac-specific coding systems are ready.
8222 2006-03-27  Romain Francoise  <romain@orebokech.com>
8224         * net/rcirc.el (rcirc-connect): Add autoload cookie.
8226         * ldefs-boot.el: Update.
8228 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8230         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8231         passphrases when it is not needed.
8232         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8233         passphrase stuff from gpg, should only be necessary when you use
8234         gpg with a smartcard.
8236 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
8238         * comint.el (comint-dynamic-list-completions): Allow user to
8239         select *Completions* buffer.
8241 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
8243         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8245 2006-03-26  Andreas Schwab  <schwab@suse.de>
8247         * progmodes/gud.el (gdb): Only complain about multiple debugging
8248         when the gdb process is still running.
8250 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
8252         * mail/rmail.el (tool-bar-map): Defvar it.
8253         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8254         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8256 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8258         * help.el (print-help-return-message): Suggest to use
8259         display-buffer instead of switch-to-buffer-other-window to restore
8260         the previous window without selecting it.
8262 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8264         * frame.el (select-frame-by-name): Call x-focus-frame also when
8265         window-system is mac.
8267         * term/mac-win.el: Adjust Courier font specifications in
8268         x-fixed-font-alist.
8269         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8270         when directly encoding to UTF-16 in native byte order, no BOM.
8272 2006-03-25  Kim F. Storm  <storm@cua.dk>
8274         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8275         (cua--init-keymaps): Use it instead of fixed C-return.
8276         (cua-mode): Set after it.
8278         * emulation/cua-rect.el (cua--init-rectangles):
8279         Use cua-rectangle-mark-key instead of fixed C-return.
8281 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
8283         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8284         "run" in .gdbinit.
8285         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8287 2006-03-24  Romain Francoise  <romain@orebokech.com>
8289         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8290         `display-buffer-other-frame'.
8292 2006-03-24  Kim F. Storm  <storm@cua.dk>
8294         * apropos.el (apropos-synonyms): Add selection => region.
8296 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
8298         * progmodes/gdb-ui.el (gdb-var-create-regexp)
8299         (gdb-var-list-children-regexp, gdb-var-update-regexp)
8300         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8301         (gdb-data-list-register-values-regexp)
8302         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8303         Future proof against new fields being added to MI output.
8304         (gdb-send): Don't treat backslashes for program input as
8305         continuations.
8306         (gdb-assembler-handler): Don't use window-start for this handler.
8307         (gdb-frame-handler): Don't change to hollow arrow if overlay
8308         arrow doesn't move to new frame.
8310 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
8312         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8313         prevent compiler warnings.
8314         (gdb-stopped): Check for gud-last-last-frame (case: signal).
8315         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8316         (gdb-assembler-custom): Use hollow-right-triangle for assembler
8317         buffer too.
8319 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
8321         * pgg-gpg.el (pgg-gpg-update-agent): Check for
8322         make-network-process, so we can use the same code in Gnus v5-10
8323         too and have this file fully synchronized with that release.
8325 2006-03-23  Romain Francoise  <romain@orebokech.com>
8327         * ibuf-ext.el (ibuffer-read-filter-group-name):
8328         Use `ibuffer-generate-filter-groups' to make completion list match
8329         the filter groups that are really displayed in the Ibuffer buffer.
8330         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8332 2006-03-23  Kenichi Handa  <handa@m17n.org>
8334         * international/mule-cmds.el (sort-coding-systems): Describe that
8335         the argument is modified in docstring.
8337 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8339         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8340         (pgg-gpg-update-agent): New function.
8341         (pgg-gpg-use-agent-p): New function.
8342         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8343         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8344         (pgg-gpg-sign-region): Use it.
8346 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
8348         * cus-edit.el (custom-face-set): Call custom-push-theme before
8349         face-spec set so that `changed' theme is correctly saved.
8350         (custom-face-reset-standard): Reset to recalculated face rather
8351         than defface spec.
8353         * custom.el (custom-push-theme): Only save `changed' theme if the
8354         current face does not match the defface specs.
8356 2006-03-21  Simon Josefsson  <jas@extundo.com>
8358         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8359         <wilde@sha-bang.de>.
8360         (pgg-gpg-use-agent): New variable.
8361         (pgg-gpg-process-region): Use it.
8362         (pgg-gpg-encrypt-region): Likewise.
8363         (pgg-gpg-encrypt-symmetric-region): Likewise.
8364         (pgg-gpg-decrypt-region): Likewise.
8365         (pgg-gpg-sign-region): Likewise.
8366         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8368 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
8370         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8371         bracket links.
8373 2006-03-21  Kim F. Storm  <storm@cua.dk>
8375         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8376         fringe-indicator-alist instead of modifying global value.
8377         (gdb-frame-handler): Likewise.
8379 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
8381         * diff-mode.el (diff-function): Make it inherit from diff-header
8382         instead of diff-context.
8384         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8385         bitmap.
8386         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8387         change names in macro above for consistency.
8388         (gdb-frame-handler): Use hollow-right-triangle for all selected
8389         frames which except the innermost (where execution has stopped).
8390         (gdb-reset): Reset buffer-local values of overlay-arrow.
8392 2006-03-20  Richard Stallman  <rms@gnu.org>
8394         * simple.el (set-mark-command): Doc fix.
8396         * files.el (display-buffer-other-frame): New command.
8397         (ctl-x-4-map): Bind C-x 5 C-o to it.
8399 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8401         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8402         rather than just defer-time, in case defer-time has been changed but
8403         the timer isn't running yet.
8404         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8406 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
8408         * help-mode.el (help-follow-symbol): New function.
8409         Essentially identical to the old `help-follow', but do not let
8410         `push-button' do the work when on an xref.
8411         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8413 2006-03-19  Richard Stallman  <rms@gnu.org>
8415         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8416         preceded by the word `program'.
8417         (help-follow-mouse, help-follow): Throw error if not on xref.
8418         Delete no longer used args.
8420 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
8422         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8423         annotation ensure gud-overlay-arrow-position is redisplayed.
8425 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8427         * textmodes/bibtex.el (bibtex-include-OPTkey)
8428         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8429         (bibtex-autokey-name-case-convert)
8430         (bibtex-autokey-titleword-case-convert): Make these the aliases
8431         for the following two variables.
8432         (bibtex-autokey-name-case-convert-function)
8433         (bibtex-autokey-titleword-case-convert-function): Make these the
8434         real names.
8435         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8436         bibtex-font-lock-crossref sublists.
8437         (bibtex-mode): Revert 2005-12-30 change (which made
8438         completion-ignore-case buffer-local).
8439         (bibtex-url): Simplify.
8441 2006-03-19  Kim F. Storm  <storm@cua.dk>
8443         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8444         cursor property value to 2 (to align with C level change).
8446 2006-03-19  Bill Wohler  <wohler@newt.com>
8448         * image.el (image-load-path-for-library): Shorten first line in
8449         docstring.
8451 2006-03-18  Richard Stallman  <rms@gnu.org>
8453         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8455 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
8457         * isearch.el (isearch-other-meta-char): Handle user bindings for
8458         shifted control characters.
8460 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
8462         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8463         part that matches email addresses, file names, etc.
8465 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
8467         * term/w32-win.el (mouse-set-font):
8468         Mention w32-list-proportional-fonts in the doc string.
8470 2006-03-18  Kim F. Storm  <storm@cua.dk>
8472         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8473         (ido-unc-hosts): New user option to explicitly define list of know
8474         UNC-style hosts for completion.
8475         (ido-cache-unc-host-shares-time): New user option.
8476         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8477         New helper functions for UNC file-name support.
8478         (ido-may-cache-directory): Check for UNC host.  Simplify.
8479         (ido-wash-history): Clean out old UNC hosts.
8480         (ido-nonreadable-directory-p): UNC hosts are always readable.
8481         (ido-directory-too-big-p): UNC hosts are never too big.
8482         (ido-set-current-directory): Handle UNC root path.
8483         (ido-file-name-all-completions): Complete UNC host names from
8484         ido-unc-hosts list.  Cache UNC host shares.
8485         (ido-make-file-list-1): Don't filter UNC root.
8486         (ido-exhibit): Check for // in root directory, and switch to UNC
8487         mode by setting ido-current-directory to //.
8489 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8491         * cus-edit.el (customize-changed-options): Mention explicit
8492         version number as default in prompt.
8494 2006-03-17  Bill Wohler  <wohler@newt.com>
8496         * image.el (image-load-path-for-library): Minor docstring fix.
8498 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
8500         * textmodes/org.el (org-read-date): Include subgroup 5 into
8501         replacement text.
8502         (org-popup-calendar-for-date-prompt): Fix customization type.
8504 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
8506         * progmodes/gdb-ui.el (gud-watch): Provide completion.
8507         (gdb-continuation): New variable.
8508         (gdb-send): Deal with continuation lines.
8510         * progmodes/gud.el (gud-gdb-complete-command)
8511         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8512         expressions.
8513         (gud-tooltip-mode): Use buffer-local value.
8515 2006-03-16  Kim F. Storm  <storm@cua.dk>
8517         * ido.el (ido-edit-input): Use selected match, if any.
8519 2006-03-16  Bill Wohler  <wohler@newt.com>
8521         * image.el (image-load-path-for-library): Prefer user's images in
8522         image-load-path.
8524 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
8526         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8527         when checking for attempt to drag leftmost or rightmost scrollbar.
8529 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
8531         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8532         (gdb-force-mode-line-update): New function.
8533         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8534         (gdb-exited): Use them.
8535         (gdb-signal): New function.
8536         (gdb-annotation-rules): Provide a rule for it.
8538 2006-03-16  Kenichi Handa  <handa@m17n.org>
8540         * international/mule.el (auto-coding-regexp-alist): Add entries
8541         for Unicode BOM.
8543         * sort.el (sort-build-lists): Temporarily bind
8544         inhibit-field-text-motion to t.
8546 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
8548         * locate.el (locate-command, locate-make-command-line)
8549         (locate-fcodes-file, locate-update-command)
8550         (locate-prompt-for-command, locate, locate-with-filter)
8551         (locate-get-file-positions): Doc fixes.
8552         (locate-buffer-name, locate-header-face): Remove leading `*' in
8553         defcustom.
8554         (locate-filter-output): Use `keep-lines' instead of its alias
8555         `delete-non-matching-lines'.
8556         (locate-get-filename, locate-get-dirname): Add introductory comment.
8557         (locate-find-directory-other-window): Give appropriate error
8558         message if used outside main listing.
8560 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8563         the new extend-region feature.
8564         (font-lock-after-change-function): Update correspondingly.
8565         * jit-lock.el (jit-lock-after-change): Update correspondingly.
8566         * progmodes/grep.el (font-lock-lines-before): Don't disable.
8568 2006-03-15  Bill Wohler  <wohler@newt.com>
8570         * image.el (image-load-path-for-library): Fix example by not
8571         recommending that one binds image-load-path.  Just defvar it to
8572         placate compiler and only use it if previously defined.
8574 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
8576         * textmodes/org.el (org-insert-centered): Use `string-width' to
8577         make underlining work for wide characters.
8578         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8579         TAB to `org-cycle', to make sure that no binding in
8580         `outline-mode-map' can supercede it.
8582 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
8584         * allout.el: Increment version to 2.2.1 in file commentary.
8586         (allout-version): Increment to 2.2.1.
8588         (allout-default-layout): New customization variable, used when the
8589         file lacks a specific allout-layout.  Uses allout-layout-type for
8590         recursively nested definition.
8592         (allout-layout-type): Widget defining allout layouts, necessary for
8593         self-recursive definition.
8595         (allout-mode): Incorporate allout-default-layout as fallback for
8596         allout-layout.
8598         (allout-layout): Mark as 'safe-local-variable', and refer mention
8599         fallback to `allout-default-layout' in absence of a specified value.
8600         (allout-passphrase-verifier-string)
8601         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8603         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8605         (allout-get-encryption-passphrase-verifier): Use correct name of
8606         passphrase verifier in docstring.
8608 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
8610         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8611         elements.
8612         (gdb-find-watch-expression): Make it work for arrays too.
8613         Follow change to gdb-var-list.
8614         (gud-watch): Allow the user to enter variable name with a prexix
8615         arg.  Create keybindings.
8616         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8617         (gdb-var-list-children-handler, gdb-var-update-handler)
8618         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8619         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8620         Follow change to gdb-var-list.
8621         (gdb-starting): Don't show the overlay arrows when program is running.
8623         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8624         gdb-var-list.
8626 2006-03-14  Bill Wohler  <wohler@newt.com>
8628         * image.el (image-load-path-for-library): Pass value of path
8629         rather than symbol.  Always return list of directories.
8630         Guarantee that image directory comes first.
8632 2006-03-14  Alan Mackenzie  <acm@muc.de>
8634         * font-core.el (font-lock-extend-region\(-function\)?.):
8635         New function/variable.
8637         * font-lock.el (font-lock-after-change-function):
8638         Call font-lock-extend-region.  Obey font-lock-lines-before.
8639         (font-lock-default-fontify-region): Remove reference to
8640         font-lock-lines-before.
8642         * jit-lock.el (jit-lock-after-change):
8643         Call font-lock-extend-region.  Obey font-lock-lines-before.
8645 2006-03-14  David Ponce  <david@dponce.com>
8647         * tree-widget.el (tree-widget-themes-load-path)
8648         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8650 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
8652         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8653         (rcirc-print): Mark the start of text at the end of the prompt.
8654         (rcirc-track-minor-mode): Add autoload cookie.
8655         (rcirc-update-activity-string): Add space to front of mode-line
8656         indicator.
8658 2006-03-13  Miles Bader  <miles@gnu.org>
8660         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8661         (rcirc-abbrev-nick): Remove function.
8662         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8664 2006-03-13  David Ponce  <david@dponce.com>
8666         * tree-widget.el: Handle themes across all occurrences of the main
8667         themes sub-directory found in tree-widget-themes-load-path.
8668         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8669         (tree-widget--locate-sub-directory): Return all occurrences.
8670         (tree-widget-themes-path): New function.
8671         Replace tree-widget-themes-directory, and return a list of directories.
8672         (tree-widget-set-parent-theme)
8673         (tree-widget-lookup-image): Use it.
8675 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
8677         * textmodes/org.el (org-link-search): Avoid self-matching of
8678         links, allow target text to be distributed over several lines.
8679         (org-search-not-link): New function.
8680         (org-set-regexps-and-options, org-get-current-options):
8681         New startup options.
8682         (org-export-as-html): Take odd-level setting from local variable.
8683         (org-fontify-emphasized-text): New option.
8684         (org-set-font-lock-defaults): Include emphasized text.
8685         (org-follow-mhe-link): Allow folder-only links, fix folder name.
8686         (org-font-lock): Customize group renamed from `org-faces'.
8688 2006-03-13  John Paul Wallington  <jpw@pobox.com>
8690         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8691         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
8693 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
8695         * cus-start.el (all): Delete :version keyword for members of the
8696         fringe group, since the entire group is new in 22.1.
8698 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
8700         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8701         map if value is hexadecimal (an address).
8702         (gud-watch): Only search roots for existing watch expressions.
8703         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8704         prevent caching problems with speedbar-update-directory-contents.
8706 2006-03-12  Juri Linkov  <juri@jurta.org>
8708         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8709         before comparing with `low' and `warn'.
8711         * info.el (Info-dir-remove-duplicates): Move point to the
8712         beginning of the current line after deleting the entries from
8713         redundant heading.  Use marker for `limit' and compare it with
8714         point before calling `re-search-forward'.
8716 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
8718         * simple.el (yank): Fix typo in docstring.
8720 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
8722         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8723         messages, where "D" is the 6th character.
8725 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
8727         * simple.el (yank): Fix last change.
8729 2006-03-11  David Ponce  <david@dponce.com>
8731         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8732         merging elements from the standard ispell-dictionary-alist.
8733         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8734         alist, and return the new alist.
8736 2006-03-11  Richard Stallman  <rms@gnu.org>
8738         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8740         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8741         the way it is implemented is too unclean.
8743         * simple.el (kill-region, yank): Doc fix.
8745         * battery.el (battery-echo-area-format): Doc fix.
8746         (battery-mode-line-format): Likewise.
8747         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8748         (battery-linux-proc-acpi): Ignore batteries that say "charged".
8750 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
8752         * progmodes/octave-mod.el (octave-indent-for-comment):
8753         Behave according to do string.
8755 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
8757         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8758         Be visible only if major mode is Mail Mode.
8760         * textmodes/flyspell.el (flyspell-external-point-words)
8761         (flyspell-process-localwords): Fix last changes.
8763 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
8765         * calendar/holidays.el (list-holidays): Doc fix.
8767         * international/mule.el (auto-coding-alist): Add .odt
8768         (OpenOffice's open document) files.
8770         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8771         document) files.  Mention in the doc string the need to sync with
8772         auto-coding-alist.
8774 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
8776         * files.el (hack-local-variables-confirm): Don't prompt for ! if
8777         enable-local-variables is set to always query, or there is no
8778         savable variable.
8780 2006-03-10  Bill Wohler  <wohler@newt.com>
8782         * image.el (image-load-path-for-library): Merge at least three
8783         functions from Gnus and MH-E into this one function that can now
8784         be shared.
8786 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
8788         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8789         gdb-remove-mouse-face and remove help-echo too.
8790         (gdb-enqueue-input): Correct conditional clause.
8792 2006-03-10  Glenn Morris  <rgm@gnu.org>
8794         * calendar/calendar.el (calendar-holidays): Doc fix.
8795         * calendar/holidays.el (list-holidays): Doc fix.
8797 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
8799         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8800         it gets called in gdb-prompt anyway.
8801         (gdb-use-separate-io-buffer): Only restore window arrangement for
8802         gdb-many-windows.
8803         (gdb-enqueue-input): Make it harder to send GDB input when program
8804         is running.
8805         (gdb-buffer-list): New variable.
8806         (gdb-remove-mouse-face): New function.
8807         (gdb-starting): Use it when GDB input won't get sent.
8809 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
8811         * help.el (view-lossage): Remove trailing whitespace before
8812         inserting "\n".
8814 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
8816         * files.el (hack-local-variables-confirm):
8817         Set coding-system-for-read to nil before writing to .emacs.
8819         * arc-mode.el (archive-extract): Check if an existing buffer name
8820         comes from a different archive.
8822         * help.el (describe-key-briefly): If KEY is a down event, read and
8823         discard the up event.
8825 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
8827         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8828         be edited and use font-lock-warning-face for any changes.
8830         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8831         (gdb-edit-value): Use it to report any errors.
8833 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
8835         * help.el (describe-key): Remove leftover test code.
8837 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
8839         * textmodes/org.el: Move defvars out of eval-when-compile.
8840         Use buffer-file-name variable.
8841         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8842         arg `file'.
8843         (org-level-faces): Remove startup dependency.
8844         (org-cycle, org-map-tree, org-scan-tags)
8845         (org-remember-handler): Don't call `outline-level' directly.
8846         (org-mhe-search-all-folders): New option.
8847         (org-mhe-get-message-folder-from-index)
8848         (org-mhe-get-message-folder): Fix indexing search.
8849         (org-format-agenda-item): Handle nil TAGS argument.
8850         (org-cleaned-string-for-export, org-activate-target-links)
8851         (org-make-target-link-regexp): Deal with empty radio target list.
8852         (org-tag): New face.
8853         (org-get-level-face): New function.
8854         (org-set-font-lock-defaults): Simplify setup for headlines.
8855         (org-complete): Pass common substring to `display-completion-list'.
8857 2006-03-06  David Ponce  <david@dponce.com>
8859         * tree-widget.el: Update Commentary header.
8860         (tree-widget-theme-name): Ignore parent themes.
8861         (tree-widget-set-parent-theme): New function.
8862         (tree-widget-set-theme): Use it.
8863         (tree-widget-set-image-properties): Move definition.  Does nothing
8864         if image properties have already been set.
8865         (tree-widget-image-properties): Move definition.  Receive an image
8866         name.  Set the :pointer property.
8867         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
8868         Don't set the :pointer image property.
8869         (tree-widget-convert-widget): New function.  Handle :dynargs
8870         compatibility here.
8871         (tree-widget): Use it to :convert-widget.  Add the :expander-p
8872         predicate to control when the :expander function is entered.
8873         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8874         (tree-widget-value-create): Handle :expander-p.  widget-apply
8875         :expander.
8876         (tree-widget-expander-p): New function.  Default value of the
8877         :expander-p property.
8879 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
8881         * help.el (describe-key): Properly handle the return value of
8882         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
8883         remaps.  Handle string and vector `follow-link' values.
8885 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * complete.el (PC-expand-many-files): Try be more careful when parsing
8888         the shell's output.
8890 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         * outline.el (hide-sublevels): Provide better interactive default.
8894 2006-03-06  Kenichi Handa  <handa@m17n.org>
8896         * international/fontset.el (create-fontset-from-fontset-spec):
8897         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8899 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8901         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8902         backslashes instead of one in regexp.
8903         (gud-tooltip-dereference): Add missing optional argument.
8905 2006-03-04  John Paul Wallington  <jpw@pobox.com>
8907         * wdired.el (toplevel): Require `cl' at compile-time.
8909 2006-03-04  Andreas Schwab  <schwab@suse.de>
8911         * server.el (server-process-filter): Handle errors during
8912         evaluation of the argument.
8914 2006-03-03  John Paul Wallington  <jpw@pobox.com>
8916         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8917         escape parentheses at beginning of line.
8918         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8919         (t-mouse-mode): Remove period from end of error message.
8921 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
8923         * textmodes/flyspell.el (flyspell-process-localwords):
8924         Be case-sensitive.
8926 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
8928         * cus-edit.el (custom-quote): Remove function, since it has been
8929         moved to custom.el.
8931         * font-lock.el (lisp-font-lock-keywords-2)
8932         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8933         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8934         they have no special meaning.
8936         * midnight.el (clean-buffer-list): Handle case where base-buffer of
8937         indirect buffer gets killed before indirect buffer.  Use dolist.
8939 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
8941         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8942         value instead of a literal constant (1) on more pauses.
8944 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8946         * textmodes/flyspell.el (flyspell-external-point-words):
8947         Be case-sensitive.
8949 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
8951         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8952         with "www".
8954 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
8956         * allout.el: Restablish intermediate missing comment header to
8957         preserve outline structure.
8958         (allout-beginning-of-current-entry): Skip invisible text.
8959         (allout-open-topic): Fix opening a topic at end-of-buffer.
8960         (allout-minor-mode): Move nearer to allout-mode function.
8962 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
8964         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8966 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
8968         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8969         is nil.
8971         * progmodes/gud.el (gud-speedbar-menu-items):
8972         Use buffer-local-value and add missing :visible keyword.
8974         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8976 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
8978         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8979         must be `follow-link'.
8981         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8983         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8984         formatting: No nested anchors.
8985         (org-all-targets): Fix bug with XEmacs compatibility.
8986         (org-read-date): Add (require 'parse-time).
8987         (org-set-tags): Fix bug with extra inserted space.
8988         (org-export-html-style): Define a style class for targets.
8989         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8990         (org-hide-leading-stars): New option.
8991         (org-hide): New face.
8992         (org-set-font-lock-defaults): Allow to hide leading stars.
8993         (org-get-legal-level, org-tr-level): New functions.
8994         (org-odd-levels-only): New option.
8995         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8996         (org-demote, org-promote): Deal with double-star levels.
8997         (org-convert-to-odd-levels): New command.
8999 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
9001         * speedbar.el (speedbar-update-localized-contents): Try to
9002         preserve window-start.
9003         (speedbar-update-directory-contents): Try to preserve window-start
9004         and window-point.
9005         (speedbar-update-special-contents): Don't move back to start of window.
9007         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
9008         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
9009         speedbar-timer-fn.
9010         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
9011         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
9012         instead of gdb-speedbar-timer-fn.
9014 2006-02-28  Jay Belanger  <belanger@truman.edu>
9016         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
9017         (math-compose-expr): Use latex option when calling
9018         `math-compose-tex-matrix' for latex mode.
9020 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
9022         * speedbar.el: Re-instate comments about developing for speedbar
9023         [this is what info and gdb-ui use even if better methods exist now].
9025         * t-mouse.el: New file.
9026         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
9027         (t-mouse-lispy-buffer-posn-from-coords): Remove.
9028         (t-mouse-make-event-element): Use posn-at-x-y instead.
9029         (t-mouse-make-event): Deal with Fedora Core 3.
9030         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
9031         (t-mouse-mouse-position-function): New function.  Use it instead
9032         of advising mouse-position.
9033         (t-mouse-mode): New minor mode.
9034         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
9036 2006-02-27  Glenn Morris  <rgm@gnu.org>
9038         * calendar/calendar.el (calendar-holidays): Doc fix.
9040 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
9042         * progmodes/gdb-ui.el (gdb-source-window): New variable.
9043         Re-introduce the concept of a source window.
9044         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
9045         consistency with get-buffer-create.
9046         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9047         (gdb-data-list-register-values-handler)
9048         (gdb-stack-list-locals-handler): Try to preserve window-start as
9049         well as window-point.
9050         (gdb-display-source-buffer): New function (old concept).
9051         (gdb-goto-breakpoint): Use it.
9053         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9054         for gdb-ui/gdb-mi (old concept).
9056 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
9058         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9059         binding.
9061         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9063         * textmodes/reftex-sel.el (reftex-select-label-map)
9064         (reftex-select-bib-map): Add `follow-mouse' binding.
9066 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
9068         * jka-cmpr-hook.el (jka-compr-compression-info-list)
9069         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9070         Give :set functions to provide automatic updating.
9071         Update docstring.  Give compiler defvars early in the file
9072         and move the defcustoms to a later spot where all called functions
9073         are defined.
9074         (jka-compr-file-name-handler-entry): Doc fix.
9075         (jka-compr-compression-info-list--internal)
9076         (jka-compr-mode-alist-additions--internal)
9077         (jka-compr-load-suffixes--internal): New variables.
9078         (jka-compr-install): Set the three above variables.
9079         Update `load-file-rep-suffixes' instead of `load-suffixes'.
9080         (jka-compr-update, jka-compr-set): New functions.
9081         (auto-compression-mode): Doc fix.
9083         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9084         Update `load-file-rep-suffixes' instead of `load-suffixes'.
9085         Use jka-compr-compression-info-list--internal,
9086         jka-compr-mode-alist-additions--internal and
9087         jka-compr-load-suffixes--internal.
9089         * files.el (load-library):
9090         * loadhist.el (file-loadhist-lookup):
9091         * startup.el (command-line):
9092         * subr.el (locate-library):
9093         * emacs-lisp/autoload.el (update-directory-autoloads):
9094         * emacs-lisp/find-func.el (find-library-suffixes):
9095         Use `get-load-suffixes' instead of `load-suffixes'.
9097         * subr.el (locate-library):
9098         * emacs-lisp/find-func.el (find-library-name):
9099         Use `load-file-rep-suffixes' instead of '("").
9101 2006-02-26  Kim F. Storm  <storm@cua.dk>
9103         * ido.el (ido-save-history, ido-load-history): Simplify.
9104         Don't use find-file-noselect to avoid interference from other modes.
9106 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
9108         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9109         to use the default shell if filename is not available.
9110         Reported by Giorgos Keramidas.
9112 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
9114         * progmodes/etags.el (tags-completion-table): Do completion from
9115         all the tables in the current list, as documented in the manual.
9117 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9119         * CC Mode Update to 5.31.3.
9121 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9123         * progmodes/cc-mode.el (c-postprocess-file-styles):
9124         Bind inhibit-read-only to t, around the call to
9125         c-remove-any-local-eval-or-mode-variables, so that it works on a
9126         RO file.
9128 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9130         * progmodes/cc-awk.el: Correct a typo.
9132 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9134         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9135         c-hungry-delete-backwards, at the request of RMS.  Leave the old
9136         name as an alias.
9138 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9140         * progmodes/cc-mode.el: Correct a typo.
9142 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9144         * progmodes/cc-defs.el: Update the version number to 5.31.3.
9146 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9148         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9149         brace-else-brace (error due to mbeg, mend being undefined).
9151 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9153         * progmodes/cc-mode.el: File Local variables: Solve the problem
9154         where both `mode' and c-file-offsets are specified: `mode' will
9155         overwrite c-f-o's settings:
9156         (c-remove-any-local-eval-or-mode-variables): New function.
9157         (c-postprocess-file-styles): Call the above new function, within
9158         c-tentative-buffer-change, to splat `mode' and `eval' before the
9159         second hack-local-variables.
9161 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9163         * progmodes/cc-mode.el:
9164         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9165         (c-after-change): Protect the match data with save-match-data.
9166         It was getting corrupted by c-after-change-check-<>-operators.
9168         * cc-defs.el: [Supersedes patch V1.38]:
9169         (top level): Check for a buggy font-lock-compile-keywords ONLY in
9170         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
9172         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9173         with save-match-data.  It was being corrupted when Font Lock was
9174         not enabled.
9176 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9178         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9179         Mode and Subword Mode.
9181         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9182         real labels ("case 1:" or "foo:") from non-labels ("public:").
9183         (c-forward-objc-directive): Replace c-forward-token-2 with crude
9184         coding; c-f-t-2 doesn't move over a token at EOB.
9186         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9188         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9189         (c-update-modeline): Concatenate the minor mode indicators
9190         directly onto mode-name, removing c-submode-indicators.
9191         Sometimes, c-s-i got separated from the mode name on the mode line.
9193         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9194         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9196 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9198         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9199         error message when there's an evaluation error to show whether
9200         it's loaded from source or not.
9201         (c-filter-ops): Make it available at runtime too to work when
9202         `c-make-init-lang-vars-fun' needs to evaluate from source.
9204 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
9206         * help.el (help): Revert last part of 2006-02-23 change (deletion
9207         of the `provide' call).
9209 2006-02-23  Juri Linkov  <juri@jurta.org>
9211         * compare-w.el (compare-windows-highlight): Add new value
9212         `persistent' and change :type from `boolean' to `choice'.
9213         (compare-windows-overlays1, compare-windows-overlays2):
9214         New internal variables.
9215         (compare-windows-highlight): If compare-windows-highlight is
9216         `persistent', add current overlays to compare-windows-overlays[12]
9217         instead of adding compare-windows-dehighlight to pre-command-hook.
9218         (compare-windows-dehighlight): Delete all overlays from
9219         compare-windows-overlays[12].
9221         * info.el (Info-search): Don't bind search-spaces-regexp to
9222         Info-search-whitespace-regexp in non-regexp isearch mode.
9224 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9228 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
9230         * textmodes/org.el (org-xemacs-p)
9231         (org-export-html-show-new-buffer, org-table-may-need-update)
9232         (org-insert-item, org-mhe-get-message-real-folder)
9233         (org-mhe-get-message-folder-from-index)
9234         (org-mhe-get-message-folder, org-mhe-get-message-num)
9235         (org-mhe-get-header, org-make-org-heading-search-string)
9236         (org-make-org-heading-camel, org-table-sort-lines)
9237         (org-format-org-table-html, org-format-table-table-html):
9238         Fix typos in docstrings.
9240 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
9242         * textmodes/org.el (org-cleaned-string-for-export)
9243         (org-solidify-link-text): New function.
9244         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9245         XEmacs, just to silence the compiler.
9246         (org-export-as-ascii, org-export-as-html-and-open):
9247         Use `org-cleaned-string-for-export' and create internal links.
9248         (org-follow-mhe-link): Require mh-e, use folder.
9250 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
9252         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9254         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9255         gdb-debug-log-length.
9256         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
9257         it a real ring but...
9258         (gud-gdba-marker-filter): ...make it work like mark-ring.
9259         (gdb-enable-debug): Rename from gdb-enable-debug-log.
9260         (gdb-mouse-jump): New function.  Add bindings.
9262 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
9264         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9265         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9266         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9267         (gdb-debug-log-length): Customize it's length.
9268         (gud-watch, gdb-var-create-handler): Display function::var format
9269         but don't use to create variable object.
9270         (gdb-var-create-handler): Use message-box in place of message.
9271         (gdb-stopped): Call gdb-exited if signalled.
9273 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
9275         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9277         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9279         * textmodes/reftex.el (reftex-locate-file): Search all extensions
9280         if `reftex-try-all-extensions' is set.
9282         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9283         fail silently when there is no valid argument at point.
9284         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9285         `fail-silently' argument.  From a patch by David Reiter.
9287         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9288         New commands.
9289         (org-mark-ring): New variable.
9290         (org-mark-ring-length): New option.
9291         (org-open-at-point, org-goto, org-open-file): Push old position
9292         onto the mark ring.
9293         (org-add-hook): New function.
9294         (org-export-table-remove-special-lines): New option.
9295         (org-skip-comments, org-format-org-table-html): Respect new
9296         option `org-export-table-remove-special-lines'.
9297         (org-open-file): Allow special command configuration for
9298         directory link.
9299         (org-file-apps): Fix bugs in customize type, added setting
9300         for directories.
9301         (org-activate-tags, org-format-agenda-item, org-complete)
9302         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9303         (org-get-tags, org-get-buffer-tags, org-open-at-point)
9304         (org-link-search, org-make-org-heading-search-string)
9305         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9306         (org-radio-targets, org-file-link-context-use-camel-case)
9307         (org-activate-camels): New options.
9308         (org-update-radio-target-regexp, org-all-targets)
9309         (org-make-target-link-regexp, org-activate-target-links):
9310         New functions.
9311         (org-make-org-heading-search-string): New function.
9312         (org-store-link, org-insert-link): Use new option
9313         `org-file-link-context-use-camel-case'.
9314         (org-activate-camels): Use new option `org-activate-camels'.
9315         (org-link-regexp): Add mhe prefix.
9316         (org-open-at-point, org-store-link): Support for mhe links.
9317         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9318         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9319         (org-mhe-get-header, org-follow-mhe-link): New functions.
9320         (org-remove-angle-brackets, org-add-angle-brackets):
9321         New functions.
9322         (org-bracket-link-regexp): New constant.
9323         (org-read-date): Fix bug that was rejecting all typed dates.
9324         (org-link-search): Make hierarchy above visible after a match.
9325         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9326         (org-store-link): Fix bug with link creation when cursor is in
9327         an empty line.
9328         (org-open-at-point): Fix bug with matching a link.
9329         Fixed buggy argument sequence in call to `org-view-tags'.
9330         (org-compile-prefix-format): Set `org-prefix-has-tag'.
9331         (org-prefix-has-tag): New variable.
9332         (org-format-agenda-item): Remove tags from headline
9333         if appropriate.
9334         (org-agenda-remove-tags-when-in-prefix): New option.
9336 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
9338         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9339         Fix the regular expressions.
9341 2006-02-21  Richard M. Stallman  <rms@gnu.org>
9343         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9344         if there's no other specific basis.
9346         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9347         as variables at all.
9348         (unsafep-variable): Rename arg; doc fix.
9350         * abbrevlist.el (list-one-abbrev-table): Add autoload.
9352         * calendar/appt.el (diary-selective-display): Add defvar.
9354         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9356         * isearch.el (search-whitespace-regexp): Fix custom type.
9358         * help.el (describe-key-briefly): Compute interactive args
9359         in same was as before previous change.
9361         * files.el (enable-local-variables): Doc fix.
9363 2006-02-21  Kim F. Storm  <storm@cua.dk>
9365         * fringe.el: Cleanup as file is now pre-loaded.
9366         (fringe-bitmaps): Initialize unconditionally.
9367         (fringe-mode, set-fringe-style): Remove autoload cookies.
9369 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9371         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9372         `horizontal-bar'.
9373         (fringe-cursor-alist): Use `horizontal-bar'.
9375 2006-02-20  Kim F. Storm  <storm@cua.dk>
9377         * fringe.el (fringe-bitmaps): Update to new bitmap names.
9378         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9380         * loadup.el: Load "fringe" on window systems.
9382 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
9384         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9385         out of scope components.
9387         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9388         default.
9390 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
9392         * custom.el (customize-mark-to-save, customize-mark-as-set):
9393         Load the symbol first.
9395 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
9397         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9398         strech spec so it doesn't display as "^J" on the header line
9399         when `Buffer-menu-use-header-line' is t.
9401 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
9403         * speedbar.el (speedbar-make-button): Keep text properties
9404         of string arguments if desired.
9406         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9407         expessions.
9409         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9410         of speedbar.
9412 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
9414         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9415         to value of `read-file-name-completion-ignore-case'.
9417 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
9419         * custom.el (customize-mark-as-set): Push to `user' theme.
9421         * cus-edit.el (custom-save-variables): Allow unthemed values.
9422         (customize-set-variable): Push setting to `user' theme.
9424 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
9426         * progmodes/gud.el: Don't require font-lock as it's now
9427         automatically loaded.
9428         (gud-speedbar-buttons): Replace gdb-var-changed with
9429         gdb-force-update.
9431         * progmodes/gdb-ui.el (gdb-force-update): Rename from
9432         gdb-var-changed.
9433         (gdb-post-prompt): Use it.
9434         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9435         (gdb-var-update-handler, gdb-var-delete)
9436         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9437         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9438         gdb-force-update in gdb-post-prompt.
9439         (gdb-reset): Clear watch expressions from speedbar when quitting.
9441 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9443         * viper-cmd.el (viper-insert-state-post-command-sentinel)
9444         (viper-change-state-to-vi, viper-change-state-to-emacs):
9445         Make aware of cursor coloring in the Emacs state.
9446         (viper-special-read-and-insert-char): Use read-char-exclusive.
9447         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9449         * viper-init.el (viper-emacs-state-cursor-color): New variable.
9451         * viper-util.el (viper-save-cursor-color)
9452         (viper-get-saved-cursor-color-in-replace-mode)
9453         (viper-get-saved-cursor-color-in-insert-mode)
9454         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9455         state.
9456         (viper-get-saved-cursor-color-in-emacs-mode): New function.
9458         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9459         (ediff-ignore-case-option3, ediff-actual-diff-options)
9460         (ediff-actual-diff3-options): New variables to control case sensitivity.
9461         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9462         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9463         (ediff-toggle-ignore-case): New function.
9464         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9466         * ediff-help.el (ediff-long-help-message-narrow2)
9467         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9468         (ediff-long-help-message-word-mode): Add ignore-case command.
9469         (ediff-help-for-quick-help): Add ignore-case command.
9471         * ediff-merg.el: Move provide to the end.
9473         * ediff-ptch.el: Move provide to the end.
9475         * ediff-wind.el: Move provide to the end.
9477         * ediff-mult.el: Move provide to the end.
9478         (ediff-set-meta-overlay): Enable follow-link.
9480         * ediff.el: Move provide to the end.
9481         Break recursive load cycle in eval-when-compile.
9482         (ediff-patch-buffer): Better heuristics.
9484         * ediff-util.el: Move provide to the end.
9485         Break recursive load cycle in eval-when-compile.
9486         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
9487         defuns.
9488         (ediff-submit-report): Pass the values of ediff-diff3-program,
9489         ediff-diff3-options.
9491 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
9493         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9494         the opening bracket of the following bracketing pairs: {}, [], (), <>,
9495         `' (for example, in the docstring of `windmove-default-keybindings').
9497 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
9499         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9500         shadow face.  Don't provide binding to edit variable when it is
9501         out of scope.
9503         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9504         (gdb-var-update-handler): Detect out of scope variables with pre
9505         GDB 6.4 too.
9506         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9507         Reset status of variable objects to nil in update handlers.
9508         (gdb-var-update-handler-1): Detect when a variable object comes
9509         in scope.  setcar on var changes gdb-var-list directly.
9511 2006-02-17  Juri Linkov  <juri@jurta.org>
9513         * ffap.el (ffap) <defface>: Add explicit face declaration.
9514         (ffap-highlight): Use face `ffap' directly instead of checking
9515         for its existence.
9517         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9518         `visible-ok' of `other-buffer' to find the right original buffer.
9520         * info.el (Info-search): Skip `Local Variables' node.
9522 2006-02-17  Juri Linkov  <juri@jurta.org>
9524         * info.el (Info-find-file): Check for symbols `apropos', `history',
9525         `toc' in the input filename, and return these symbols as is.
9526         (Info-find-node-2): Set Info-current-file to symbols `apropos',
9527         `history', `toc' instead of strings.
9528         (Info-set-mode-line): For non-string Info-current-file use the
9529         symbol's name inside **.
9530         (Info-isearch-push-state): Add quote before Info-current-file and
9531         Info-current-node.
9532         (Info-isearch-pop-state): Use `equal' instead of `string='.
9533         (Info-extract-pointer, Info-following-node-name): Use
9534         `match-string-no-properties' instead of `match-string'.
9535         (Info-up): Check `old-file' for `stringp'.
9536         (Info-history): Use `equal' instead of `string-equal'.
9537         Check `file' for `stringp'.
9538         (Info-history): Use symbol `history' instead of string as first arg
9539         of `Info-find-node'.
9540         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
9541         `toc' instead of string.
9542         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9543         instead of `buffer-substring', and `match-string-no-properties'
9544         instead of `match-string'.
9545         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9546         instead of strings.
9547         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9548         Use symbol `apropos' instead of string.
9549         (Info-copy-current-node-name): Check `Info-current-file' for
9550         `stringp' and construct a command with `Info-find-node' from it.
9551         (Info-fontify-node): Use `match-string-no-properties' instead of
9552         `match-string' and check file names for `stringp'.
9553         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9554         `history', `toc' instead of strings.
9556 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
9558         * files.el: Rearrange functions and variables in the file local
9559         variables section.
9561 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
9563         * files.el: Add truncate-lines, ispell-check-comments and
9564         ispell-local-dictionary as safe local variables.
9566 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
9568         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9569         out of scope variables.
9570         (gud-speedbar-buttons): Use unless.
9572         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9573         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9574         (gdb-show-changed-values): Also use for out of scope variables.
9575         (gdb-var-update-handler-1): Note if variable goes out of scope.
9577 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
9579         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9580         default to global variable values for unsupplied args.
9581         (rcirc-get-buffer-create): Fix bug with setting the target.
9582         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9583         test for rcirc-always-use-server-buffer-flag here.
9584         (rcirc-response-formats): Add %N, which is a facified nick.  %n
9585         uses the default face.  Change the ACTION format string.  If the
9586         "nick" is the server, don't print anything for that field.
9587         Comment fixes.
9588         (rcirc-target-buffer): Don't test
9589         rcirc-always-use-server-buffer-flag here.
9590         (rcirc-print): Squeeze extra spaces out of the text before message.
9591         (rcirc-put-nick-channel): Strip potential "@" char from nick
9592         before adding them to nick table.
9593         (rcirc-url-regexp): Improve to match address like "foo.com".
9595 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
9597         * allout.el (allout-hidden-p): Move this defsubst before
9598         allout-overlay-interior-modification-handler, where it is first
9599         used.
9601 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
9603         * allout.el: Use allout invisible-text overlays instead of
9604         selective display for concealed text.  Also, lots of general
9605         cleanup, and improved compatibility code.
9607         (allout-version) Incremented, corrected, revised, and refined
9608         module commentary.
9610         (provide 'allout): Moved to the bottom, added a require of overlay.
9612         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9613         `except-current'.
9614         (allout-write-file-hook-handler): Minimize delay.
9615         (count-trailing-whitespace-region): New function so
9616         auto-encryption of current topic can resituate cursor exactly.
9617         PGP/GPG encryption trims trailing whitespace from lines, which
9618         must be accounted for across encryption then decryption.
9620         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9621         just plain "\C-c", to avoid intruding on user's keybinding space.
9623         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9624         parameter, so user request to provide a new password is done.
9626         (allout-outside-normal-auto-fill-function, allout-auto-fill):
9627         Refined mechanism for auto-filling behavior while in allout mode.
9629         (allout-mode): Explicitly specify the mode map in the docstring.
9630         Clarify provision for various write-file hook var names.
9631         Adjusted for invisible-text overlays instead of selective-display.
9633         (allout-depth): Really return 0 if not within any topic.  This
9634         rectifies `allout-beginning-of-level' and sequence numbering
9635         errors that occur when cutting and pasting numbered topics.
9636         Changed from a in-line subst to a regular function, as well.
9638         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9640         (allout-end-of-subtree, allout-end-of-subtree)
9641         (allout-end-of-entry, allout-end-of-current-heading)
9642         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9643         (allout-show-children, allout-show-to-offshoot)
9644         (allout-hide-current-entry, allout-show-current-entry): Rectified
9645         handling of trailing blank lines between items.
9647         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9648         (allout-current-depth, allout-unprotected, allout-hidden-p)
9649         (allout-on-current-heading-p, allout-listify-exposed)
9650         (allout-chart-subtree, allout-goto-prefix)
9651         (allout-back-to-current-heading, allout-get-body-text)
9652         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9653         (allout-hide-region-body, allout-toggle-subtree-encryption)
9654         (allout-encrypt-string, allout-encrypted-key-info)
9655         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9656         (allout-file-vars-section-data): Adjusted for use with
9657         invisible-text overlays instead of selective-display.
9659         (allout-kill-line, allout-kill-topic, allout-yank-processing):
9660         Reworked for use with invisible text overlays.
9662         (allout-current-topic-collapsed-p): New function.
9664         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9665         to know when to close the containing topic.
9667         (allout-pre-command-business, allout-post-command-business):
9668         Simplify undo-batching and dynamic isearch exposure.
9670         (allout-set-overlay-category): New for invisible-text overlays.
9671         Sets properties of allout-overlay-category, used by
9672         allout-flag-region to set invisible-text overlay properties.
9673         (allout-get-invisibility-overlay): Get the first qualifying
9674         invisibility overlay, so we can find the extent of it.
9675         (allout-back-to-visible-text): Get to just before the beginnining
9676         of the current invisibility overlay, if any.
9678         (allout-overlay-insert-in-front-handler)
9679         (allout-overlay-interior-modification-handler)
9680         (allout-before-change-handler, allout-isearch-end-handler): New
9681         functions to handle extraordinary actions affecting concealed
9682         text.
9684         (allout-flag-region): Use overlays instead of selective-display
9685         for invisible text - by inheritence from the properties of
9686         allout-overlay-category in mainline Emacs, and applied
9687         property-by-property in XEmacs, some recent versions of which
9688         don't inherit the properties from the category.  Provisions to
9689         respond to concealed-text edits simplified drastically.
9691         (allout-isearch-rectification, allout-isearch-was-font-lock)
9692         (allout-isearch-expose, allout-enwrap-isearch)
9693         (allout-isearch-abort, allout-pre-was-isearching)
9694         (allout-isearch-prior-pos, allout-isearch-did-quit)
9695         (allout-isearch-dynamic-expose)
9696         (allout-hide-current-entry-completely): Functions deleted.
9698         (allout-undo-aggregation): Explicit undo aggregation no longer
9699         necessary due to transition away from selective-display.
9701         (set-allout-regexp, allout-up-current-level)
9702         (allout-next-visible-heading, allout-forward-current-level)
9703         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9704         (allout-kill-line, allout-yank-processing, allout-show-children)
9705         (allout-expose-topic, allout-old-expose-topic)
9706         (allout-listify-exposed, allout-insert-latex-header)
9707         (allout-toggle-subtree-encryption, allout-encrypt-string)
9708         (remove-from-invisibility-spec, allout-hide-current-subtree):
9709         Ditched unused variables.
9711 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
9713         * textmodes/ispell.el (ispell-change-dictionary): Call
9714         ispell-buffer-local-dict instead of
9715         ispell-accept-buffer-local-defs.
9716         (ispell-local-dictionary-alist): Accept as valid any coding-system
9717         supported by Emacs.
9718         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9719         changed to iso-8859-3.
9721 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
9723         * speedbar.el (speedbar-frame-width): Make an inline function
9724         instead of a macro.  Use frame-width.
9725         (speedbar-try-completion, speedbar-update-contents)
9726         (speedbar-timer-fn): Use consp.
9727         (speedbar-update-localized-contents): Try to preserve point.
9729         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9730         (menu): Re-order menu items.
9731         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9732         field.
9733         (gdb-var-update-handler-1): Use it for GDB 6.4+.
9734         (gdb-post-prompt): Speed things by not forcing update.
9736 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
9738         * wid-edit.el (widget-button-click): For mouse-1, cancel button
9739         press and perform default action if we get a mouse movement event.
9741 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9743         * calendar/icalendar.el (icalendar--get-event-property)
9744         (icalendar--get-event-property-attributes): Fix typos in
9745         docstrings.
9747         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9748         docstring.
9750 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
9752         * bs.el (bs-mode): Use `buffer-disable-undo'.
9753         (bs--get-file-name): Simplify.
9754         (bs-show-in-buffer): Mark the buffer as not modified.
9756 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9758         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9759         widget-button-click.
9761         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9762         (custom-mode): Update docstring.
9764         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9765         binding.
9767         * files.el (hack-local-variables-confirm): Allow scrolling if the
9768         file variable list is too long.  Kill temp buffer after use.
9770 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
9772         * progmodes/gud.el (gdb): Improve doc string.
9773         (gdb-script-font-lock-keywords): Expand allowed character set.
9775         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9776         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9777         (gdb-separate-io-interrupt, gdb-separate-io-quit)
9778         (gdb-separate-io-stop, gdb-separate-io-eof):
9779         Rename from gdb-inferior-* to gdb-separate-*.
9780         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9782 2006-02-14  Jay Belanger  <belanger@truman.edu>
9784         * calc/calc-arith.el (math-check-known-scalarp): Make sure
9785         expression is a symbol before checking that it is bound.
9787         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9788         test to see if equation can be solved.
9790 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9792         * wid-edit.el (widget-button-click): Use :pressed-face property
9793         for overlay face, if it exists.
9795         * cus-edit.el (custom-manual, custom-add-see-also)
9796         (custom-add-parent-links, custom-group-link): Add :pressed-face
9797         property to links.
9799         * files.el (hack-local-variables): Remove ignored variables before
9800         checking if any variables need setting.
9802 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9804         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9806 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
9808         * help.el (where-is): Fix message for remapped commands.
9810         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9811         Fix typos in docstrings.
9813 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
9815         * files.el (safe-local-variable-values): New option.
9816         (hack-local-variables-prop-line): Return a list of variable-value
9817         pairs if MODE-ONLY is non-nil.
9818         (hack-local-variables): Construct list of variable-value pairs,
9819         and apply or reject them in one go.  Ask for confirmation if
9820         variables are not known safe.
9821         (hack-local-variables-confirm): Complete rewrite.  Support
9822         `safe-local-variable-values'.
9823         (enable-local-variables): Update docstring to reflect new
9824         behavior.
9825         (ignored-local-variables): Ignore ignored-local-variables and
9826         safe-local-variable-values.
9827         (safe-local-variable-p): New function.
9828         (risky-local-variable-p): `safe-local-variable' property check
9829         moved to safe-local-variable-p.
9830         (hack-one-local-variable): Checks moved to hack-local-variables.
9832         (byte-compile-dynamic, c-basic-offset, c-file-style)
9833         (c-indent-level, comment-column, fill-column, fill-prefix)
9834         (indent-tabs-mode, kept-new-versions, no-byte-compile)
9835         (no-update-autoloads, outline-regexp, page-delimiter)
9836         (paragraph-start, paragraph-separate, sentence-end)
9837         (sentence-end-double-space tab-width, version-control):
9838         Add `safe-local-variable' property.
9840         * find-lisp.el: Delete nonexistent `autocompile' file variable.
9842         * icomplete.el, play/landmark.el: Change nonexistent
9843         `outline-layout' file variable to `allout-layout'.
9845 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
9847         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9848         (gdb-get-changed-registers): Test value of gud-minor-mode relative
9849         to gud-comint-buffer.
9850         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9851         gdb-ui.el for gdb-mi.el.
9852         (gdb-post-prompt, gdb-get-changed-registers): Move test for
9853         registers buffer to gdb-get-changed-registers.
9854         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
9855         deletion of catchpoints (throw and catch).
9856         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9857         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9858         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9859         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9860         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9862 2006-02-13  Jay Belanger  <belanger@truman.edu>
9864         * calc/calc-arith.el (math-check-known-matrixp): Make sure
9865         expression is a symbol before checking that it is bound.
9867 2006-02-13  Richard M. Stallman  <rms@gnu.org>
9869         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9870         for the minibuffer too, but not if resize-mini-windows will interfere.
9872         * help.el (describe-key-briefly, describe-key): Do all arg-reading
9873         inside `interactive' spec.
9874         (describe-key-briefly-internal, describe-key-internal):
9875         Functions merged back into their callers.
9877 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
9879         * info.el (info-xref-visited): Inherit from info-xref too.
9880         (Info-set-mode-line): Replace occurrences of `%' by `%%'
9881         when propertizing Info-current-file and Info-current-node.
9883 2006-02-13  Juri Linkov  <juri@jurta.org>
9885         * tumme.el (tumme-thumbnail-storage): Fix docstring.
9886         (tumme-thumb-name): Fix per-directory format.
9888 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
9890         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9892 2006-02-12  Miles Bader  <miles@gnu.org>
9894         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9896 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
9898         * tumme.el: Remove history section.  If someone needs the it, it
9899         can always be found in CVS.
9901 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
9903         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
9904         about the Thumbnail Managing Standard option.
9906 2006-02-12  Richard M. Stallman  <rms@gnu.org>
9908         * subr.el (substitute-key-definition): Doc fix.
9910         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9912         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9914         * info.el (Info-mode): Doc fix.
9916         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9918 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
9920         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9921         because on Solaris a POSIX compatible "id" is needed.  Reported by
9922         Magnus Henoch <mange@freemail.hu>.
9924 2006-02-12  Juri Linkov  <juri@jurta.org>
9926         * tumme.el: Remove todo item about Thumbnail Managing Standard.
9927         (tumme) <defgroup>: Change :group to `multimedia'.
9928         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9929         Managing Standard.
9930         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9931         Fix dostring.
9932         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9933         and %y.  Fix docstring.
9934         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9935         (tumme-cmd-create-standard-thumbnail-command): New user options.
9936         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9937         is `standard'.  Fix docstring.
9938         (tumme-thumb-width, tumme-thumb-height): New user options.
9939         (tumme-external-viewer): Try to find various viewers.
9940         (tumme-get-thumbnail-image): Use `create-image' instead of
9941         constructing the `image' structure.
9942         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9943         `standard'.
9944         (tumme-thumb-name): Add file name generation for standard storage.
9945         Simplify code for other storages.
9946         (tumme-thumb-name): Use width %w and height %h instead of size %s.
9947         Add modification time %m and thumbnail-nq8 %q.
9948         Use `tumme-cmd-create-standard-thumbnail-command' if
9949         tumme-thumbnail-storage is `standard'.
9950         (tumme-dired-insert-marked-thumbs): New autoload command.
9951         (tumme-dired-after-readin-hook): New function.
9952         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9953         `tumme-thumb-size'.
9954         (tumme-display-image): Replace size-x %x and size-y %y with
9955         width %w and height %h.
9957         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9958         `tumme-dired-insert-marked-thumbs'.
9960 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
9962         * tumme.el (tumme-write-tag): Fix small bug (file name did not
9963         include path).
9964         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9965         matching tag.
9967 2006-02-12  Miles Bader  <miles@gnu.org>
9969         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9970         New variables.
9971         (rcirc-abbrev-nick): New function.
9972         (rcirc-format-response-string): Rewrite to use the formats in
9973         `rcirc-response-formats' and expand escape sequences therein.
9974         A text-property `rcirc-text' is added over the actual response
9975         text to make easy to find inside the returned string.
9976         (rcirc-print): When filling, just look for the `rcirc-text'
9977         text-property to find the appropriate fill prefix, instead of
9978         using hardwired patterns.
9980 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
9982         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
9983         Managing Standard.
9985 2006-02-11  Kim F. Storm  <storm@cua.dk>
9987         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9988         Don't use insert-buffer; do insert-buffer-substring directly.
9989         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
9991 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
9993         * files.el (revert-buffer, recover-file): Replace buffer-read-only
9994         with inhibit-read-only.  Suggested by Stefan Monnier.
9995         (revert-buffer): Let insert-file-contents discard
9996         buffer-undo-list.  Simplify code.
9997         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9999 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
10001         * menu-bar.el (menu-bar-select-yank): Add a doc string.
10003         * help.el (describe-key-briefly): Now a wrapper for
10004         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
10005         to t.  Populate yank-menu if empty.
10006         (describe-key-briefly-internal): Renamed from describe-key-briefly.
10007         (describe-key): Now a wrapper for describe-key-internal.  Bind
10008         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
10009         (describe-key-internal): Renamed from describe-key.
10011 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
10013         * progmodes/glasses.el (glasses-separator): Doc fix.
10014         (glasses-original-separator): New defcustom.
10015         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
10017 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
10019         * mwheel.el (mouse-wheel-up-event): Doc fix.
10021 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
10023         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
10024         (tumme-dir): New function.  Copied from thumbs.el.
10026 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
10028         * desktop.el (desktop-outvar): Fix typo.
10029         (desktop-save-buffer-p): Doc fix.
10031         * subr.el (substitute-key-definition): Fix typo.
10033 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10035         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
10036         when window-system is mac.
10038         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
10040 2006-02-10  Kim F. Storm  <storm@cua.dk>
10042         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
10043         indirect-function instead of using condition-case.
10045 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
10047         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
10048         less `colloquial'...
10050 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
10052         * tumme.el: Add a couple of todo items.
10054 2006-02-09  Lars Hansen  <larsh@soem.dk>
10056         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10057         (highlight-changes-mode): Don't change desktop-locals-to-save.
10059 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
10061         * image-mode.el (image-toggle-display): Clear image cache if using
10062         filename.
10064 2006-02-09  Masatake YAMATO  <jet@gyve.org>
10066         * dired-x.el (dired-guess-shell-alist-default): Add .man as
10067         a `dired-man' target.
10069         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10070         boundary of symbols.
10072 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
10074         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10076 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
10078         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10079         `mapcar'; return nil.
10081 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
10083         * mouse.el (mouse-drag-track): Don't change window if we rebind to
10084         some other event.
10086 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
10088         * net/rcirc.el (rcirc-startup-channels-alist):
10089         Add irc.freenode.net and #emacs as defaults.
10090         (rcirc-ignore-all-activity-flag): Remove variable.
10091         (rcirc-authinfo): New variable.
10092         (rcirc-authinfo-filename): Remove variable.
10093         (rcirc-always-use-server-buffer-flag): New flag.
10094         (rcirc): M-x rcirc will automatically connect without prompting.
10095         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
10096         connection in lisp.
10097         (rcirc-process-server-response-1): Remove everything but the nick
10098         portion of the sender so it doesn't need to be done everywhere
10099         else.  Update related code.
10100         (global-map): Remove global keybindings.
10101         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10102         (rcirc-send-input): Split into several functions.
10103         (rcirc-process-input-line, rcirc-process-message)
10104         (rcirc-process-command): New functions.
10105         (rcirc-target-buffer): New function to determine where to route
10106         messages.
10107         (rcirc-user-nick): Save match data.
10108         (rcirc-toggle-ignore-buffer-activity)
10109         (rcirc-update-activity-string): Remove global ignore functionality,
10110         which can be done now by toggling rcirc-track-minor-mode.
10111         (rcirc-track-minor-mode-map): New keymap.
10112         (rcirc-track-minor-mode): New minor-mode.
10113         (ignore): Make the ignore output nicer.  Always print it when
10114         adding or removing nicks.
10115         (rcirc-url-regexp): Improve.
10116         (rcirc-mangle-text): Remove properties before using text in the
10117         modeline.
10118         (rcirc-authenticate): Authentication data comes from
10119         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10120         (rcirc-server-prefix): Inherit from rcirc-server.
10122 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
10124         * Makefile.in (compile): Append "|| true" to the end of the `find'
10125         command, like compile-always does.
10127 2006-02-08  Sam Steingold  <sds@gnu.org>
10129         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10130         output from a dead connection.
10132 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
10134         * dired.el (dired-mode-map): Add more bindings for tumme.
10136 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * wdired.el (wdired-mode-map): Use remap.
10139         (wdired-get-filename): Massage.
10140         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10141         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10142         `keymap' property rather than `local-map'.
10144 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
10146         * tumme.el (tumme-get-thumbnail-image): New utility function.
10147         Suggested by from Chong Yidong.
10148         (tumme-dired-with-window-configuration): Rename from
10149         `tumme-dired'.  Add code to save window configuration.
10150         (tumme-restore-window-configuration): New command to restore the
10151         window configuration that `tumme-dired-with-window-configuration'
10152         saves before it changes the window configuration.
10153         (tumme-show-all-from-dir): New command to display thumbnails for
10154         all files in a directory entered by the user, like M-x thumbs.
10155         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10156         have been created.
10157         (tumme-display-thumbnail-original-image): Call `display-buffer'.
10158         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10159         Remove obsolete test function.
10161 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
10163         * vc.el (small-temporary-file-directory): Remove defvar; there's
10164         a defcustom for it in files.el.
10166         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10167         Fix typo in message.
10168         (tumme-gallery-generate): Fix typo in `error' message.
10169         (tumme-display-window-height-correction)
10170         (tumme-display-window-width-correction, tumme-line-up-dynamic)
10171         (tumme-line-up-interactive): Dox fixes.
10172         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10173         (tumme-restore-window-configuration, tumme-format-properties-string)
10174         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10175         Fix typos in docstrings.
10177 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
10179         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10181 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
10183         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10184         User should use hook if desired.
10186         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10187         buffer if necessary.
10188         (gdb-delete-frame-or-window): New function.
10189         (gdb-breakpoints-mode-map): Bind "q" to it.
10191 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10193         * textmodes/nroff-mode.el: Clean up name space.
10194         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10195         (nroff-mode): Obey the global setting of nroff-electric-mode.
10196         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10198         * calendar/calendar.el (calendar-increment-month): Typo in last change.
10200 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
10202         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10204 2006-02-06  Lars Hansen  <larsh@soem.dk>
10206         * generic-x.el (etc-fstab-generic-mode): Add file system types
10207         cifs and usbdevfs.  Allow special chars in file names.
10209 2006-02-05  Jay Belanger  <belanger@truman.edu>
10211         Update copyright notices of the files in lisp/calc.
10213 2006-02-05  Romain Francoise  <romain@orebokech.com>
10215         Update copyright notices of all files in the lisp/play directory.
10217 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
10219         * ldefs-boot.el: Regenerate.
10221         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10223 2006-02-05  Kim F. Storm  <storm@cua.dk>
10225         * files.el (magic-mode-regexp-match-limit): New defvar.
10226         (set-auto-mode): Use it to limit magic-mode-alist matching.
10228 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
10230         * simple.el (display-message-or-buffer): Compare the number of
10231         characters to the frame width when determining whether a 1-line
10232         message string will fit in the echo area.  Count screen lines
10233         instead of buffer lines when determining whether a multi-line
10234         message will fit in the echo area/minibuffer window.
10236 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
10238         * info.el (Info-index, Info-mode): Improve the description of the
10239         `i' command.
10241         * ldefs-boot.el: Regenerate.
10243 2006-02-03  Werner Lemberg  <wl@gnu.org>
10245         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10246         greedy to find the closing bracket in \*[...] and similar
10247         expressions.  This is a first rough fix -- many additional
10248         refinements are necessary to make nroff mode really usable with groff.
10250 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
10252         * international/mule-cmds.el (set-locale-environment):
10253         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10254         libX11.
10256 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
10258         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10259         archive are created in archive-tmpdir.
10261 2006-02-02  John Paul Wallington  <jpw@pobox.com>
10263         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10264         (ibuffer-fontification-alist): Use it.
10265         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10266         to "* z" and the Ibuffer Mark menu.
10268         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10270 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10272         * textmodes/table.el (*table--cell-describe-mode)
10273         (*table--cell-describe-bindings): Undo last change since
10274         print-help-return-message is not obsoleted by anything at all.
10276 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
10278         * emulation/cua-base.el (cua-mode): Doc fix.
10280 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
10282         * dframe.el (dframe-handle-make-frame-visible)
10283         (dframe-handle-iconify-frame, dframe-get-focus)
10284         (dframe-select-attached-frame, dframe-power-click)
10285         (dframe-frame-mode): Fix typos in docstrings.
10287         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10288         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10289         Fix typos in docstrings.
10291         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10292         (hi-lock-face-buffer, hi-lock-font-lock-hook)
10293         (hi-lock-archaic-interface-message-used)
10294         (hi-lock-file-patterns-range): Fix typos in docstrings.
10296         * savehist.el (savehist-loaded, savehist-load, savehist-install)
10297         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10299         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10300         Fix typo in docstring.
10302         * net/newsticker.el (newsticker--decode-iso8601-date)
10303         (newsticker--set-customvar, newsticker--buffer-insert-item)
10304         (newsticker--do-run-auto-mark-filter)
10305         (newsticker--parse-generic-feed): Doc fixes.
10306         (newsticker--retrieval-timer-list, newsticker-url-list)
10307         (newsticker-hide-immortal-items-in-echo-area)
10308         (newsticker-hide-obsolete-items-in-echo-area)
10309         (newsticker-new-item-face, newsticker--enclosure)
10310         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10311         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10312         (newsticker--parse-generic-feed, newsticker--cache-contains)
10313         (newsticker--stat-num-items, newsticker-download-enclosures):
10314         Fix typos in docstrings.
10316         * net/rcirc.el (rcirc-debug): Doc fix.
10317         (rcirc-fill-column, rcirc-receive-message-hooks)
10318         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10319         (rcirc-mode, rcirc-generate-new-buffer-name)
10320         (rcirc-startup-channels, rcirc-ignore-update-automatic)
10321         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10322         Fix typos in docstrings.
10323         (rcirc-print): "?\ " -> "?\s".
10324         (rcirc-cmd-join): Improve argument/docstring consistency.
10326 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
10328         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10329         before narrow-to-region.
10331 2006-02-01  Richard M. Stallman  <rms@gnu.org>
10333         * simple.el (move-beginning-of-line): Scan properly for invis change.
10335         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10337 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
10339         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10340         change bit only when id-format is 'integer.  Reported by Matt
10341         Hodges <M.P.Hodges@rl.ac.uk>.
10343 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
10345         * hilit-chg.el (highlight-changes-initial-state)
10346         (highlight-changes-global-initial-state): Doc fixes.
10347         (highlight-changes-global-modes, global-highlight-changes):
10348         Fix typos in docstrings.
10350 2006-02-01  Kim F. Storm  <storm@cua.dk>
10352         * emulation/cua-base.el (cua-mode): Mention that CUA enables
10353         transient-mark-mode in doc string.
10355 2006-01-31  Richard M. Stallman  <rms@gnu.org>
10357         * replace.el (multi-occur): Doc fix.
10358         (multi-occur-in-matching-buffers): Rename from
10359         multi-occur-by-filename-regexp.  Prefix arg says match
10360         buffer names instead of file names.
10362 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
10364         * bs.el: Allow non-default values of `bs-header-lines-length'.
10365         (bs--running-in-xemacs): Remove (not needed anymore).
10366         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10367         instead of `shrink-window', thus avoiding having to compute the
10368         height of the window.
10369         (bs--up): Wrap around even when there's no header.
10370         (bs--down): Use `forward-line' instead of `next-line'.
10372 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
10374         * image-mode.el (image-toggle-display): Use file name if possible,
10375         instead of unnecessarily allocating a (possibly huge) lisp string.
10377 2006-01-30  John Paul Wallington  <jpw@pobox.com>
10379         * subr.el (toplevel): Define `cl-assertion-failed' condition here
10380         because the `assert' macro signals it at runtime.
10382         * emacs-lisp/cl.el (toplevel): Remove definition of
10383         `cl-assertion-failed' condition.
10385 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
10387         * thumbs.el (thumbs-marked-list): Make buffer-local and
10388         permanent-local.
10389         (thumbs-insert-thumb): Make help-echo non-sticky.
10390         (thumbs-file-alist): Use eolp as check for (non)-image.
10392 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
10394         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10395         (ediff-before-session-group-setup-hooks)
10396         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10397         Fix typos in docstrings.
10399         * window.el (bw-dir, bw-eqdir, balance-windows)
10400         (split-window-keep-point): Fix typos in docstrings.
10402         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10403         (org-quote-string, org-calendar-to-agenda-key)
10404         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10405         (org-show-following-heading, org-tags-column)
10406         (org-use-tag-inheritance, org, org-allow-space-in-links)
10407         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10408         (org-enable-table-editor, org-calc-default-modes)
10409         (org-table-allow-automatic-line-recalculation)
10410         (org-export-html-style, org-export-with-fixed-width)
10411         (org-export-with-sub-superscripts, org-special-keyword)
10412         (org-formula, org-time-grid, org-table-may-need-update)
10413         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10414         (org-goto-quit, org-get-indentation, org-end-of-item)
10415         (org-move-item-down, org-move-item-up)
10416         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10417         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10418         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10419         (org-agenda-log-mode, org-agenda-toggle-diary)
10420         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10421         (org-agenda-file-to-end, org-agenda-no-heading-message)
10422         (org-agenda-get-closed, org-format-agenda-item)
10423         (org-cmp-priority, org-cmp-category, org-cmp-time)
10424         (org-agenda-change-all-lines, org-agenda-diary-entry)
10425         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10426         (org-link-search, org-camel-to-words, org-open-file)
10427         (org-remember-handler, org-table-convert-region)
10428         (org-table-move-row-down, org-table-move-row-up)
10429         (org-table-copy-region, org-table-wrap-region)
10430         (org-table-toggle-vline-visibility)
10431         (org-table-get-vertical-vector, org-table-modify-formulas)
10432         (org-table-get-specials, org-recalc-commands)
10433         (org-table-rotate-recalc-marks, org-table-eval-formula)
10434         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10435         (org-level-color-stars-only, org-insert-heading):
10436         Fix typos in docstrings.
10437         (last-arg): Add defvar.
10439         * makefile.w32-in (WINS): Add erc.
10440         (MH_E_SRC): Update (copied from lisp/Makefile.in).
10442 2006-01-29  Bill Wohler  <wohler@newt.com>
10444         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10445         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10446         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
10447         (mh-autoloads): Don't use comments on otherwise empty lines.
10449 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
10451         * emulation/viper.el (viper-major-mode-modifier-list): Add
10452         insert-state and vi-state entries for erc-mode.
10453         (viper-go-away, viper-set-hooks): Add and remove
10454         viper-comint-mode-hook from erc-mode-hook as appropriate.
10456         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10458 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
10460         * bs.el (bs--format-aux): Implement `middle' alignment as
10461         described in the docstring for `bs-attributes-list'.
10462         (bs--get-name): Simplify.  Don't pad the buffer name.
10464 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
10466         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10467         English aspell dictionary is installed, use the first entry of
10468         ispell-dictionary-alist-1.
10470 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
10472         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10473         Doc fix.
10475 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
10477         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10478         for `process-file', in order to let it work for older Emacsen too.
10480 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
10482         * international/latexenc.el: Add a suitable `coding:' tag.
10483         (latexenc-find-file-coding-system): Undo last change.
10485 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10487         * international/latexenc.el (latexenc-find-file-coding-system):
10488         Make sure latexenc-main-file is a regular file and is readable.
10490 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
10492         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10493         Pass FILE to vc-user-login-name.
10495         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10497 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
10499         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10500         there are no more images to display.
10501         (thumbs-mark, thumbs-unmark): Revert change so that they move to
10502         the next image.
10504 2006-01-26  Richard M. Stallman  <rms@gnu.org>
10506         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10508         * wid-edit.el (advertised-widget-backward): New alias.
10509         (widget-keymap): Use advertised-widget-backward for S-TAB.
10511         * tumme.el: Correct the keywords.
10512         (tumme-dir-max-size): Use defvar.
10513         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10515         * simple.el (move-beginning-of-line): Take account of fields.
10516         (clone-indirect-buffer-other-window): Take args like
10517         clone-indirect-buffer, and work like it.
10519         * help-fns.el (describe-function): Don't pass `nil' as default.
10521         * files.el (risky-local-variable-p): Follow var aliases.
10523         * subr.el (lazy-completion-table): Doc fix.
10525         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10526         global binding of `line'.
10528 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
10530         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10531         Tramp.
10533         * vc.el (vc-default-dired-state-info): Pass FILE to
10534         vc-user-login-name.
10535         (vc-default-update-changelog): Don't use vc-user-login-name, we
10536         don't need it here.
10538         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10539         no longer necessary.
10541 2006-01-25  Kenichi Handa  <handa@m17n.org>
10543         * international/mule.el (decode-char): Avoid the overhead of
10544         calling utf-lookup-subst-table-for-decode if
10545         utf-translate-cjk-mode is nil.
10546         (encode-char): Avoid the overhead of calling
10547         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10548         nil.
10550 2006-01-22  Kenichi Handa  <handa@m17n.org>
10552         * international/mule.el (make-subsidiary-coding-system): Reset
10553         `coding-system-define-form' property of subsidiaries to nil.
10554         Avoid duplicated entry in coding-system-alist.
10555         (make-coding-system): Avoid duplicated entry in
10556         coding-system-alist.
10557         (define-coding-system-alias): Likewise.
10559 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
10561         * completion.el: Minor fixes in introductory comment.
10562         (completion-def-wrapper): Fix alist.
10564 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
10566         * thumbs.el (thumbs-new-image-size): New function.
10567         (thumbs-increment-image-size-element)
10568         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10569         (thumbs-decrement-image-size): Delete.
10570         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
10571         temp files and use to resize.
10572         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10573         Use increment argument to enlarge/shrink.  Preserve point.
10574         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10575         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10576         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10577         (thumbs-mark, thumbs-unmark): Preserve point.
10578         (thumbs-modify-image): Keep old temp files and use to modify.
10579         Cleanup old temp files at load time.  Preserve point.
10580         (thumbs-view-image-mode-map): Use new command names.
10582 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * log-view.el (log-view-minor-wrap): First rev is the one at point.
10586         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10587         the nastiest part of the cyclic dependency.
10588         (cal-menu-update): Use dotimes and calendar-increment-month.
10590         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10591         (calendar-week-start-day): Add an :initializer.
10592         (calendar-mode-map): Use suppress-keymap, and command remapping.
10593         (describe-calendar-mode): Setup xref-stack info for the back button.
10594         (calendar-star-date): Insert before delete.
10595         (calendar-set-mode-line): Add file-modified info if applicable.
10596         (calendar-increment-month): New function.
10598 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
10600         * font-lock.el (lisp-font-lock-keywords-2):
10601         Recognize "& keywords" only at word boundaries.
10603 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
10605         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
10606         and permanent-local.
10607         (thumbs-max-image-number): New variable.
10608         (thumbs-do-thumbs-insertion): Use them.
10609         (thumbs-per-line): Change default to 4.
10610         (thumbs-marked-list): Rename from thumbs-markedL.
10611         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10612         (thumbs-rename-images): Use -list instead of L for internal variables.
10613         (thumbs-call-convert): Use call-process instead of shell-command.
10614         (thumbs-insert-thumb): Add filename as help-echo to each image.
10615         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10616         Give dir to thumbs-show-thumbs-list.
10617         (thumbs-show-thumbs-list): Set default-directory to that of images.
10618         (thumbs-dired-show): Rename from thumbs-dired-show-all.
10619         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10620         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10621         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10623 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10625         * ses.el (ses-read-cell): Provide a default value.
10627 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
10629         * term/w32-win.el (image-library-alist): Add additional names for
10630         GIF library.
10632 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10634         * international/latexenc.el (latexenc-find-file-coding-system):
10635         Add file-regular-p check.
10637 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10639         * simple.el (clone-buffer): Don't show the new buffer in the same
10640         window.
10642 2006-01-23  Juri Linkov  <juri@jurta.org>
10644         * faces.el (link, link-visited): New faces based on default values
10645         of `info-xref' and `info-xref-visited'.
10647         * info.el (info-xref): Inherit from `link'.
10648         (info-xref-visited): Inherit from `link-visited'.
10650         * cus-edit.el (custom-buffer-create-internal): Use widget type
10651         `custom-manual' instead of `info-link' and don't set properties
10652         `button-face' and `mouse-face' explicitly.
10653         (custom-browse-group-tag, custom-browse-variable-tag)
10654         (custom-browse-face-tag): Inherit from widget class
10655         `custom-group-link' instead of `push-button'.
10656         (custom-button-unraised): Inherit from `underline' face.
10657         (custom-link): Inherit from `link' face.  Fix doc and group.
10658         (custom-add-parent-links, custom-group-value-create): Don't set
10659         properties `button-face' and `mouse-face' explicitly for
10660         `custom-group-link' widget.
10661         (custom-group-link): Add properties `button-face' and `mouse-face'
10662         to widget definition.
10663         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
10664         editable-field's :keymap property.
10665         (custom-mode): Fix docstring: substitute keybindings for
10666         `widget-forward' and `widget-backward' from `widget-keymap',
10667         `widget-complete' from `custom-field-keymap', replace old
10668         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
10670         * desktop.el (desktop-load-file): Check for `fboundp' before
10671         calling `symbol-function'.
10673         * simple.el (clone-buffer, clone-indirect-buffer)
10674         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10675         `read-string'.  Fix prompts.
10677         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10679 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
10681         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10683 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
10685         * startup.el (inhibit-splash-screen, initial-scratch-message):
10686         Doc fixes.
10688 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
10690         Sync with Tramp 2.0.52.
10692         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10693         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
10694         `tramp-unload-tramp' for checklist.
10696         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10697         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
10698         (tramp-unload-file-name-handler-alist)
10699         (tramp-unload-tramp): New defuns.
10700         (tramp-advice-PC-expand-many-files): New defadvice.
10701         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10702         removed.
10703         (tramp-handle-expand-file-name): Remove double slash.
10704         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10705         It doesn't matter, because it will be converted later on.
10706         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
10707         implementation was just heuristic.
10708         (tramp-post-connection): Set uid and gid properties.
10709         (tramp-convert-file-attributes): Set file's gid change bit.
10710         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10711         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10712         in case of su(do)? methods.  The home directory of the local user
10713         will be taken else.
10714         (tramp-open-connection-telnet)
10715         (tramp-open-connection-rsh, tramp-open-connection-su)
10716         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
10717         local shell prompt could hurt.  Reported by Romain Francoise
10718         <romain@orebokech.com>.
10719         (tramp-let-maybe): Add `edebug-form-spec' property.
10720         (tramp-handle-expand-file-name): Bind `default-directory' locally
10721         to "/" in order to avoid problems with UNC shares or Cygwin
10722         mounts.
10723         (tramp-md5-function): Fix typo in error message.
10725         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10727         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10728         for byte-compiler pacification.
10730 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
10732         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10733         ID-FORMAT `string'.  This allows us to get rid of
10734         `vc-user-login-name UID'.
10736         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10738 2006-01-22  John Paul Wallington  <jpw@pobox.com>
10740         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10742 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
10744         * emacs-lisp/find-func.el (find-definition-noselect)
10745         (find-variable-noselect): Search variables in C source code too.
10746         (find-function-C-source, find-function-noselect, find-function)
10747         (find-function-other-frame, find-variable-noselect, find-variable)
10748         (find-variable-other-frame, find-variable-at-point):
10749         Fix docstrings.
10751 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10753         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10755 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
10757         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10758         Default to disabling the "Save affix" question.
10760 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
10762         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10763         the first arg to run-python.
10765 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
10767         * startup.el (command-line-1): Handle --no-desktop if desktop.el
10768         is not loaded.
10770 2006-01-20  Jay Belanger  <belanger@truman.edu>
10772         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10773         limit is 0.
10775         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10776         the correct variable.
10778 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
10780         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10781         link.  Fixed buggy argument sequence in call to `org-view-tags'.
10782         (org-compile-prefix-format): Set `org-prefix-has-tag'.
10783         (org-prefix-has-tag): New variable.
10784         (org-format-agenda-item): Remove tags from headline if
10785         appropriate.
10786         (org-agenda-remove-tags-when-in-prefix): New option.
10787         (org-get-tags-at): New function.
10789 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
10791         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
10792         (thumbs-find-image): Move image name and number from buffer name
10793         to mode name.  Set thumbs-buffer.  Preserve point so that large
10794         images remain visible.
10795         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10796         order.
10797         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
10798         mode name.
10799         (thumbs-next-image, thumbs-previous-image): Make them work.
10801 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
10803         * cus-edit.el (custom-buffer-create-internal): State in the text above
10804         the whole buffer buttons that they do not operate on hidden items.
10805         (custom-face-menu): Use `custom-face-save' instead of
10806         `custom-face-save-command'.
10807         (custom-face-save-command): Make it an alias for `custom-face-save'
10808         and declare it obsolete.
10809         (custom-face-save): Doc fix.
10811         * dired.el (dired-no-confirm): Add quote.
10812         (dired-subdir-alist-pre-R): Add quote in
10813         `make-variable-buffer-local' form and remove unbalanced parenthesis.
10815 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10817         * textmodes/table.el (table-mode-indicator): Typo in last change.
10819 2006-01-19  Richard M. Stallman  <rms@gnu.org>
10821         * outline.el (hide-leaves): Don't call outline-end-of-heading.
10822         Fixes bug reported in Nov 2005.
10824         * isearch.el (isearch-forward): Doc fix.
10826         * dired.el (dired-move-to-filename-regexp): Define as alias.
10827         (dired-no-confirm): Use defcustom.
10828         (dired-subdir-alist-pre-R): Put defvar at top level.
10830         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10832         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10833         Mark as risky.
10835         * simple.el (set-mark-command): Doc fix.
10836         (clone-indirect-buffer-other-window):
10837         Read arg like clone-indirect-buffer.
10838         (move-beginning-of-line): Skip invisible newlines.
10840 2006-01-19  Masatake YAMATO  <jet@gyve.org>
10842         * progmodes/cpp.el (cpp-edit-load): Make the order of
10843         listed conditions in a base C code buffer and its associate
10844         CPP Edit buffer the same.
10846 2006-01-19  Kenichi Handa  <handa@m17n.org>
10848         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10849         (rmail-mime-feature): Likewise.
10850         (rmail-require-mime-maybe): Use display-warning to show a warning
10851         message.
10853         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10854         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10856 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10858         * array.el: Move defvars out of eval-when-compile.
10859         (array-make-template): Replace undeclared global var with a local one.
10860         (array-mode): Inline initialization functions.
10861         (array-init-local-variables, array-init-max-row)
10862         (array-init-max-column, array-init-columns-per-line)
10863         (array-init-field-width, array-init-rows-numbered)
10864         (array-init-line-length, array-init-lines-per-row): Remove.
10866         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
10867         (doc-mode-map): Define explicitly.
10868         (doctor-txtype): Use mapc.
10870         * textmodes/table.el: Move defvars out of eval-when-compile.
10871         Remove harmful code meant to avoid byte-compiler warnings.
10872         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
10873         specification that checks table-fixed-width-mode directly.
10874         (table-recognize-region, table-recognize-cell):
10875         Use restore-buffer-modified-p.
10876         (table-fixed-width-mode): Remove code that refreshes
10877         table-fixed-mode-indicator.
10878         (*table--cell-describe-bindings, *table--cell-describe-mode):
10879         Avoid obsolete name print-help-return-message.
10880         (table--test-cell-list): Don't use replace-regexp from elisp.
10881         (table--point-entered-cell-function, table--point-left-cell-function):
10882         Don't set table-fixed-mode-indicator, use force-mode-line-update.
10884         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
10885         that was after the end of file.  Use buffer-file-name variable.
10886         (org-timestamp-change): Use with-current-buffer.
10887         (org-todo-list): Don't unnecessarily define a new buffer-local var.
10888         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10889         `file'.
10891         * progmodes/fortran.el: Move defvars out of eval-when-compile.
10892         (fortran-break-line): Remove unused var `opoint'.
10893         (fortran-abbrev-start): Obey help-event-list.
10895 2006-01-18  Jesper Harder  <harder@phys.au.dk>
10897         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10899 2006-01-18  Masatake YAMATO  <jet@gyve.org>
10901         * progmodes/make-mode.el (makefile-imake-mode): New mode
10902         derived from makefile-mode.
10903         (makefile-imake-mode-syntax-table): New syntax table
10904         derived from makefile-mode-syntax-table.
10905         (makefile-mode): Write about makefile-imake-mode in doc string.
10906         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10907         (makefile-imake-font-lock-keywords): New font lock keywords.
10909         * files.el (auto-mode-alist): Add Imakefile.
10911 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
10913         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10914         loading the file rather than when turning on flyspell-mode.
10916 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10918         * cus-edit.el (customize-rogue): Minor doc fix.
10920 2006-01-17  Juri Linkov  <juri@jurta.org>
10922         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10923         instead of the file at the mark as default if the file at the mark
10924         is the same as the file at point or if dired-dwim-target-directory
10925         is not the same as the current directory and the mark is not active.
10927         * log-view.el (log-view-minor-wrap): Use the same logic to get
10928         revisions as `log-view-diff'.
10930         * info.el (Info-revert-find-node): Check for Info-current-file
10931         before preserving new-history.
10933         * man.el (Man-heading-regexp): Add `/'.
10935         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10936         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10938 2006-01-16  Juri Linkov  <juri@jurta.org>
10940         * faces.el (mode-line-faces): New defgroup.
10941         (mode-line-highlight): Move definition after new defgroup.
10942         (mode-line, mode-line-inactive, mode-line-highlight):
10943         Replace :group `modeline' with `mode-line-faces'.
10944         (mode-line-buffer-id): New face.
10945         (modeline-buffer-id): New face alias.
10946         (vertical-border): Remove :group `modeline'.
10948         * bindings.el (propertized-buffer-identification): Use face
10949         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10950         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10951         (mode-line-buffer-identification-keymap): For mouse-1 replace
10952         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10953         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10954         mouse-3.
10956         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10957         Buffer-menu-buffer.  Doc fix.
10958         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10959         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10960         `Buffer-menu-buffer'.
10962         * info.el (Info-mode-line-node-keymap): New defvar.
10963         (Info-set-mode-line): Use `stringp' to check Info-current-file.
10964         Propertize Info-current-node with `mode-line-buffer-id' and
10965         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10967         * time.el (display-time-mail-face): Replace :group `faces' with
10968         `mode-line-faces'.
10970 2006-01-16  Kenichi Handa  <handa@m17n.org>
10972         * international/code-pages.el: Add autoload cookies for cp125[0345678].
10974         * language/european.el (cp1252): New alias for windows-1252.
10976         * international/mule.el (autoload-coding-system): Prepare for EOL
10977         variants.
10979 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
10981         * term.el (term-raw-map): Add mapping for insert.
10982         (term-send-insert): New.
10983         (term-mode): Make variables local here instead of doing it in
10984         `term-emulate-terminal'.
10985         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10986         Scroll reverse needs to take into account the scroll region.
10987         Saving and restoring the cursor should save the color attributes too.
10988         (term-reset-terminal): Reset the scroll region.
10989         (term-handle-ansi-escape): Cursor up and down should take into
10990         account the scroll region.
10991         (term-set-scroll-region): Rename from `term-scroll-region'.
10992         Move to 0,0 after setting the region.
10993         (term-handle-scroll): Handle scroll up.
10994         (term-down): Fix off by one error.
10995         (term-delete-lines): Do not delete outside the scroll region.
10996         (term-insert-lines): Take into account the scroll region.
10998 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11000         * textmodes/ispell.el (ispell-internal-change-dictionary)
11001         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
11002         (start, end): Move declaration outside of eval-when-compile.
11004         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
11005         (flyspell-mode-on): Use it.
11007         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
11008         ispell-kill-ispell-hook.
11010 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
11012         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11013         (Custom-reset-saved): Do not ask for confirmation in single option
11014         buffers.
11016 2006-01-13  Richard M. Stallman  <rms@gnu.org>
11018         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
11020 2006-01-13  Romain Francoise  <romain@orebokech.com>
11022         * add-log.el (add-change-log-entry, change-log-merge):
11023         Conditionally use `hard-newline'.
11025 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
11027         * wid-edit.el (widget-field-end): If the overlay is no longer
11028         associated with a buffer, behave as if the overlay didn't exist.
11030         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
11031         Make sure the links use the `custom-link' face.
11033 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
11036         (ld-script-mode): Don't set indent-line-function since we don't
11037         have one.
11039 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
11041         * textmodes/org.el (org-open-file): Use mailcap for selecting an
11042         application.
11043         (org-file-apps-defaults-gnu): Use mailcap as the default for
11044         selecting an application on a UNIX system.
11045         (org-agenda-show-tags): New command.
11046         (org-table-insert-hline): Keep cursor in current table line.
11047         (org-table-convert): Offset effect of modifying
11048         `org-table-insert-hline'.
11049         (org-format-agenda-item): New optional argument TAG.
11050         (org-compile-prefix-format): Handle %T format for the tag.
11051         (org-expand-wide-chars): New function.
11052         (org-table-insert-row, org-table-insert-hline):
11053         Use `org-expand-wide-chars'.
11054         (org-open-file): Fix bug in program launch.
11055         (org-get-time-of-day): Fix bug with times before 1am.
11056         (org-agenda-menu): Add tags commands.
11058 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
11060         * textmodes/ispell.el (ispell-init-process): Include the used
11061         dictionary in ispell process start message.
11062         (ispell-internal-change-dictionary): When flyspell-mode is active
11063         and dictionary is changed, make sure ispell process is restarted
11064         and flyspell word cache cleared out for the current buffer.
11065         (ispell-change-dictionary): Make sure flyspell word cache is
11066         cleared out in all buffers with active flyspell mode when
11067         dictionary is globally changed.
11068         Call ispell-internal-change-dictionary after dictionary change.
11070 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
11072         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11074         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11075         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11076         years.  Fix small differences wrt Makefile.in.
11077         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11078         Makefile.in does.
11080 2006-01-12  Bill Wohler  <wohler@newt.com>
11082         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11083         mh-search.el.
11085 2006-01-12  Masatake YAMATO  <jet@gyve.org>
11087         * progmodes/ld-script.el: Update copyright year.
11089 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
11091         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11092         Don't add widget if setting undefined.
11094 2006-01-12  John Paul Wallington  <jpw@pobox.com>
11096         * help-fns.el (describe-variable): Remove newlines from void
11097         variable output.
11099 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
11101         * wdired.el (wdired-mode-map): Add help echo for
11102         wdired-abort-changes.
11104         * man.el (Man-file-name-regexp): Adjust for a list of files.
11106 2006-01-12  Masatake YAMATO  <jet@gyve.org>
11108         * progmodes/ld-script.el (auto-mode-alist): Support
11109         suffix conventions used in netbsd and eCos.
11111 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
11113         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11114         (custom-variable-menu, custom-face-menu, custom-group-menu)
11115         (Custom-mode-menu): Change names of menu items.  (As discussed on
11116         emacs-devel.)
11117         (custom-face-menu): Add "Undo Edits" item.
11119         * startup.el (init-file-user): defcustom -> defvar.
11121         * tooltip.el (tooltip-mode): Doc fix.
11123 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11125         * reveal.el (reveal-post-command): window-buffer signals an error on
11126         dead windows rather than returning nil.
11127         (reveal-open-new-overlays): An overlay might die while we open others.
11129 2006-01-11  Bill Wohler  <wohler@newt.com>
11131         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11132         phrasing in docstring.
11134         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11135         can give some systems gas.  Add new file mh-buffers.el.
11137 2006-01-06  Masatake YAMATO  <jet@gyve.org>
11139         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11140         C preprocessor forward ported from GNU Emacs 21.2.
11142         * progmodes/asm-mode.el (asm-font-lock-keywords):
11143         Use `cpp-font-lock-keywords'.
11145         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11147         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11148         of $ for "\\.ld[s]?".
11150 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11153         (tcl-indent-line): Return `noindent' if inside a string.
11155         * progmodes/flymake.el (flymake-split-string): Remove more than one
11156         empty string at beg/end of the result.
11157         (flymake-find-buildfile, flymake-find-possible-master-files):
11158         Use expand-file-name.
11159         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11160         since expand-file-name does it for us.  Use directory-file-name.
11161         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11162         (flymake-ler-get-type, flymake-ler-get-text)
11163         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
11164         (flymake-current-line-no): Remove spurious interactive spec.
11165         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11166         (flymake-check-include): Remove arg inc-path merged into inc-name.
11167         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11168         Arg regexp-list replaced by a simple regexp.
11169         (flymake-master-make-header-init, flymake-master-tex-init):
11170         Correspondingly replace regexp-list with a regexp.  Fix regexp.
11172 2006-01-10  Simon Josefsson  <jas@extundo.com>
11174         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11175         describing AUTH PLAIN fix.
11177 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
11179         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11180         (report-emacs-bug): Don't record initial prompt text.
11181         Instead, add text properties to prompting text.
11182         (report-emacs-bug-hook): Delete prompting text.
11184 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11187         `dirs'.  Adjust callers.
11189 2006-01-09  John Paul Wallington  <jpw@gnu.org>
11191         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11193 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * reveal.el (reveal-open-new-overlays): New extracted fun.
11196         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
11197         using them.  Simplify the code.
11198         (reveal-post-command): Use them.  Fix up obsolete windows in
11199         reveal-open-spots.
11201         * progmodes/flymake.el: Use `require' rather than autoload for
11202         XEmacs's overlays.
11203         (flymake-get-common-file-prefix, flymake-build-relative-filename):
11204         Delete.  Use file-relative-name instead.
11205         (flymake-get-syntax-check-program-args, flymake-perl-init):
11206         Simplify the resulting code.
11208         * log-view.el (log-view-file-re, log-view-message-re): Add support
11209         for DaRCS output.
11211 2006-01-09  Alex Schroeder  <alex@gnu.org>
11213         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11214         identifiers sometimes added in square brackets at the beginning of
11215         subject lines.
11217 2006-01-07  Richard M. Stallman  <rms@gnu.org>
11219         * cus-edit.el (Custom-set, Custom-save): Doc fix.
11220         (Custom-reset-current, Custom-reset-saved): Change question text.
11221         (Custom-reset-standard): Likewise.
11222         (custom-variable-reset-saved): Doc fix.
11224 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
11226         * startup.el (init-file-user): Doc fix.
11228 2006-01-07  Alex Schroeder  <alex@gnu.org>
11230         * mail/rmail.el (rmail-current-subject): New function.
11231         (rmail-current-subject-regexp): New function.
11232         (rmail-next-same-subject): Use it.
11234         * mail/rmailsum.el (rmail-summary-by-topic):
11235         Use rmail-current-subject and rmail-current-subject-regexp.
11236         (rmail-summary-next-same-subject): Ditto.
11238         * net/rcirc.el (rcirc-send-input): No longer check whether the
11239         process is open, since not all commands need an open process.
11240         (rcirc-send-string): Check whether the process is open before
11241         sending anything.
11242         (rcirc-ignore-list): New option.
11243         (rcirc-ignore-list-automatic): New variable.
11244         (rcirc-print): Take rcirc-ignore-list into account.
11245         (rcirc-cmd-ignore): New command.
11246         (rcirc-ignore-update-automatic): New function.
11247         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11248         list if ignored nicks.
11249         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11251 2006-01-06  David Reitter  <david.reitter@gmail.com>
11253         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11254         reflect the address to which the report will be sent.
11256 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
11258         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11259         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11261 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
11263         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11265         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11266         the doc string: "functoin" => "function".
11267         * ldefs-boot.el: Likewise.
11269         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11270         message text: "Duplicat" => "Duplicate".
11272 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11274         * files.el (basic-save-buffer-2): If backing-up failed, reset
11275         buffer-backed-up to nil.
11277 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
11279         * progmodes/gud.el (gdb-script-skip-to-head)
11280         (gdb-script-calculate-indentation): Indent for breakpoint command
11281         lists also.
11283 2006-01-05  Bill Wohler  <wohler@newt.com>
11285         * Makefile.in (compile-always): Add mh-autoloads dependency.
11286         (bootstrap): Remove mh-autoloads dependency, as compile dependency
11287         provides it.
11288         (updates): Remove mh-autoloads dependency, since it probably has
11289         already run recently (via recompile).
11291 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11293         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11294         argument `force' to disable the flyspell-last-buffer optimization.
11295         (flyspell-mode-on): Use it.
11297         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11298         flymake-simple-cleanup.
11299         (flymake-allowed-file-name-masks): Use this new default.
11300         All the functions are now called in the right buffer rather than
11301         passing the buffer as argument.
11302         (flymake-process-sentinel): Switch to buffer before calling cleanup.
11303         (flymake-parse-err-lines): Remove redundant buffer arg.
11304         (flymake-get-program-dir): Comment out unused function.
11305         (flymake-start-syntax-check, flymake-start-syntax-check-process):
11306         Remove redundant buffer argument.
11307         (flymake-get-real-file-name, flymake-simple-java-cleanup)
11308         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11310 2006-01-05  Richard M. Stallman  <rms@gnu.org>
11312         * info.el (Info-find-node): Don't record previous node if have none.
11313         (info): Go to directory only if history is empty.
11315         * simple.el (mark): Doc fix.
11317 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11319         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11320         already of desired type.
11321         (mac-ae-list): Coerce parameter to "list" type.
11322         (mac-dispatch-apple-event): Replace cadr part of event with a
11323         dummy position so that event-start returns it.
11325 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
11327         * textmodes/org.el (org-end-of-subtree): New function.
11328         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11329         Use `org-end-of-subtree'.
11330         (org-agenda, org-agenda-convert-date): Protect calls to
11331         `fit-window-to-buffer'.
11332         (org-tags-view): Force matching of sublevels when doing a
11333         todo-only search.  Define the correct redo command, including the
11334         arguments.
11335         (org-agenda-redo): Display message.
11336         (org-check-for-org-mode): New function.
11337         (org-agenda-type): New variable.
11338         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11339         Set `org-agenda-type'.
11340         (org-agenda-check-type): New function.
11341         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11342         (org-agenda-week-view, org-agenda-day-view)
11343         (org-agenda-next-date-line, org-agenda-previous-date-line)
11344         (org-agenda-log-mode, org-agenda-toggle-diary)
11345         (org-agenda-toggle-time-grid, org-agenda-date-later)
11346         (org-agenda-date-prompt, org-agenda-diary-entry)
11347         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11348         (org-agenda-convert-date, org-agenda-menu):
11349         Use `org-agenda-check-type'.
11350         (org-make-overlay, org-delete-overlay)
11351         (org-detatch-overlay, org-move-overlay, org-overlay-put):
11352         New compatibility functions.
11353         (org-calendar-select-mouse): New command.
11355 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
11357         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11358         (Custom-reset-standard): Fix y-or-n-p messages.
11359         (custom-link): New face for links.
11360         (custom-buffer-create-internal, custom-manual): Use it.
11361         (custom-face-save): Push to theme-face before setting face spec.
11363         * wid-edit.el (widget-default-mouse-face-get): New function.
11364         (widget-specify-button): Handle mouse-face like button-face.
11366         * custom.el (load-theme): Clear old theme settings if reloading.
11368 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11370         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11371         "Erase Customization" button back to same position it occupies in
11372         the individual State menus.
11374 2006-01-04  Kim F. Storm  <storm@cua.dk>
11376         * wid-edit.el (key-sequence): Rework widget to read key binding
11377         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
11378         (widget-key-sequence-default-value): Default value for empty sequence.
11379         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
11380         (widget-key-sequence-read-event): New command for C-q.
11381         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11382         (widget-key-sequence-value-to-external): New functions.
11384 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11387         Use expand-file-name.
11388         (flymake-delete-temp-directory): Use expand-file-name,
11389         file-name-directory, and directory-file-name.
11390         (flymake-strrchr): Delete.
11391         (flymake-start-syntax-check): Don't pass the redundant buffer argument
11392         to the init-f function.
11393         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11394         (flymake-init-find-buildfile-dir)
11395         (flymake-init-create-temp-source-and-master-buffer-copy)
11396         (flymake-simple-make-init-impl, flymake-simple-make-init)
11397         (flymake-master-make-init, flymake-master-make-header-init)
11398         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11399         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11400         (flymake-xml-init): Remove corresponding redundant buffer argument.
11401         (flymake-allowed-file-name-masks): Remove last elems that are equal to
11402         the default anyway.  Clean up regexps.
11404         * progmodes/flymake.el (flymake-temp-source-file-name)
11405         (flymake-master-file-name, flymake-temp-master-file-name)
11406         (flymake-base-dir): New buffer-local vars.
11407         (flymake-buffer-data, flymake-get-buffer-value)
11408         (flymake-set-buffer-value): Replace those hash-tables by the new
11409         buffer-local vars.  Update callers.
11411         * progmodes/flymake.el (flymake-check-start-time)
11412         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11413         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11414         Move definition, so we can remove redundant earlier declaration.
11415         (flymake-replace-regexp-in-string, flymake-split-string)
11416         (flymake-get-temp-dir): Use defalias.
11417         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
11418         (flymake-xemacs-window-edges): Remove unused function.
11419         (flymake-get-point-pixel-pos): Move.
11420         (flymake-pid-to-names, flymake-reg-names)
11421         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11422         Replace by a simple list flymake-processes and by process-buffer.
11423         Update callers.  Other than simplify the code, it uses buffers rather
11424         than buffer-names so it doesn't get confused by uniquify.
11425         (flymake-buffer-data): The global value should just be nil.
11427         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11428         Optimize the body of a defalias like any other code.
11430         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11431         Make sure we've setup font-lock's vars.  It may influence which
11432         function we then call.
11433         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11434         here since it's too late anyway.
11436 2006-01-03  Romain Francoise  <romain@orebokech.com>
11438         * startup.el (fancy-splash-tail, normal-splash-screen):
11439         Update copyright year.
11441 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
11443         * mouse.el (mouse-drag-track): Rename, from
11444         `mouse-drag-region-1'.  Includes optional argument required to
11445         enable post-drag event processing (e.g. delete region keys).
11446         Can be used without this argument to track a mouse region and operate
11447         on it as soon as the drag completes.
11448         (mouse-drag-region): Use `mouse-drag-track'.
11450 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
11452         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11453         Move to `custom-buffer' group.
11455         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11456         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11457         (custom-theme-insert-face-marker, custom-theme-variable-menu)
11458         (custom-theme-face-menu): New variables.
11459         (custom-theme-add-variable, custom-theme-variable-action)
11460         (custom-variable-reset-theme, custom-theme-delete-variable)
11461         (custom-face-reset-theme, custom-theme-face-action)
11462         (custom-theme-delete-face, custom-theme-merge-theme)
11463         (custom-theme-add-face, custom-theme-visit-theme): New functions.
11465 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
11467         * custom.el: Move Custom Themes commentary to start of theme code.
11468         (custom-known-themes): Rename `standard' theme to `changed'.
11469         (custom-push-theme): Caller no longer specifies what theme to use
11470         when doing `reset'---the setting is simply removed from the theme.
11471         Delete MODE from `theme-value' and `theme-settings' properties.
11472         (custom-declare-theme): Ignore &rest args since we don't use them.
11474         (custom-loaded-themes): Delete variable.
11475         (custom-theme-load-themes, custom-theme-loaded-p)
11476         (custom-theme-value): Delete functions.
11478         (custom-declare-theme): Signal error on invalid theme names.
11479         (provide-theme): custom-loaded-themes was deleted.
11480         (load-theme): Load the file unconditionally.
11481         (enable-theme): Call `load-theme' if theme is undefined.
11482         (custom-enabled-themes): Only update value for successful loads.
11483         (disable-theme): Complete from enabled themes when interactive.
11484         (custom-variable-theme-value): Calculate theme value directly.
11486         (custom-theme-reset-variables, custom-reset-variables): Mark as
11487         XEmacs compatibility functions.  We don't actually use these.
11489         * cus-edit.el (custom-variable-state-set):
11490         Use custom-variable-theme-value instead of custom-theme-value.
11491         (custom-face-state-set): Rename `standard' theme to `changed'.
11492         (custom-save-variables, custom-save-faces): Delete unneeded
11493         references to custom-reset-variables.
11494         (custom-save-resets): Delete function.
11495         (custom-save-variables, custom-save-faces): MODE argument deleted.
11496         (custom-save-variables, custom-save-faces): Ignore theme values.
11498         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11499         compatibility function.
11501 2006-01-01  Richard M. Stallman  <rms@gnu.org>
11503         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11504         (Custom-reset-current, Custom-reset-saved): Likewise.
11505         (Custom-reset-standard): Show message if aborted.
11506         (custom-mode): Doc fix, describing those commands.
11508         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11509         put on event-kind property.
11511 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
11513         * custom.el (provide-theme): Ban `user' theme name.
11514         (custom-enabling-themes): New variable.
11515         (enable-theme): Don't enable user if custom-enabling-themes is t.
11516         (custom-enabled-themes): Make it a defcustom.
11517         (custom-theme-recalc-face): No-op if face is undefined.
11519         * cus-edit.el (custom-button-mouse): New variable.
11520         (custom-button-mouse): New face.
11521         (custom-raised-buttons, custom-mode): Use it.
11523         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11525 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
11527         * progmodes/gud.el (gud-display-line): Support hl-line in the
11528         source buffer.
11530 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11532         * mouse.el (mouse-drag-window-above): Verify that the found window
11533         overlaps with the given window in the horizontal dimension.
11535 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
11537         * Makefile.in (cvs-update): New target.
11539         * makefile.w32-in (cvs-update): Ditto.
11541 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
11543         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11544         (custom-new-theme-mode-map): New variable.
11546 2005-12-30  Richard M. Stallman  <rms@gnu.org>
11548         * custom.el (custom-load-themes): Function deleted.
11550         * cus-edit.el (custom-save-loaded-themes): Function deleted.
11551         (custom-save-variables): Don't delete or add custom-load-themes call.
11553 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11555         * cus-start.el: Add `visible-cursor'.
11557         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11558         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11559         (flymake-process-filter): Switch to buffer before calling it instead.
11560         (flymake-post-syntax-check, flymake-highlight-err-lines)
11561         (flymake-delete-own-overlays, flymake-parse-err-lines)
11562         (flymake-start-syntax-check, flymake-start-syntax-check-process)
11563         (flymake-count-lines, flymake-parse-residual):
11564         Remove constant buffer argument.
11565         (flymake-start-syntax-check-for-current-buffer): Remove.
11566         Update callers to use flymake-start-syntax-check instead.
11567         (flymake-display-err-menu-for-current-line):
11568         Remove unused var `mouse-pos'.
11569         (flymake-restore-formatting): Comment out unused function.
11570         (flymake-report-status, flymake-report-fatal-status): Remove buffer
11571         argument, use current-buffer instead.  Update callers.
11573 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11575         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11576         buffer-local because choose-completion-delete-max-match requires
11577         that we set completion-ignore-case (i.e., binding via let is not
11578         sufficient).
11579         (bibtex-complete): Always set completion-ignore-case and
11580         choose-completion-string-functions.  The latter is needed because
11581         choose-completion-string-functions keeps its value if we quit the
11582         *Completions* buffer without requesting a completion.
11584 2005-12-30  Andreas Schwab  <schwab@suse.de>
11586         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11588 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
11590         * jit-lock.el (jit-lock-chunk-size): Doc fix.
11592 2005-12-30  Juri Linkov  <juri@jurta.org>
11594         * locate.el (locate-fcodes-file, locate-header-face)
11595         * progmodes/delphi.el (delphi-other-face)
11596         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11598         * paren.el (show-paren-match, show-paren-mismatch): Use existing
11599         group `paren-showing-faces'.
11601         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11602         (goto-address): Fix docstring.
11604         * net/webjump.el (webjump-sample-sites): Update URLs.
11606         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11608         * subr.el (cancel-change-group): Add listp around pending-undo-list.
11610 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * font-lock.el (font-lock-compile-keywords): Signal an error when
11613         font-lock-set-defaults hasn't been called.
11615 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
11617         * subr.el (noreturn, 1value): Doc fixes.
11619 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11621         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11622         that assoc-string returns nil.
11624 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11626         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11627         (bibtex-entry-type-str, bibtex-empty-field-re)
11628         (bibtex-search-backward-string, bibtex-preamble-prefix)
11629         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11630         (bibtex-any-valid-entry-type): New variable.
11631         (bibtex-parse-field-name): Simplify.
11632         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11633         (bibtex-preamble-prefix): Include left delimiter.
11634         (bibtex-search-forward-field, bibtex-search-backward-field):
11635         Allow unbounded search past entry boundaries (required by bibtex-pop).
11636         (bibtex-text-in-field-bounds): Use push.
11637         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11638         (bibtex-parse-preamble, bibtex-valid-entry)
11639         (bibtex-beginning-first-field): New functions.
11640         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
11641         (bibtex-map-entries): Fix docstring.
11642         (bibtex-flash-head): New arg prompt.  Simplify.
11643         (bibtex-enclosing-field): Include code of bibtex-inside-field.
11644         (bibtex-insert-kill): Simplify.  Always insert text past the
11645         current field or entry.
11646         (bibtex-format-entry): Use bibtex-parse-field.
11647         (bibtex-pop): Use bibtex-beginning-of-entry and
11648         bibtex-end-of-entry to initiate the search.  Insert empty field if
11649         we found ourselves.
11650         (bibtex-print-help-message): New args field and comma.
11651         Handle entry keys.
11652         (bibtex-make-field): Use bibtex-beginning-of-entry.
11653         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
11654         invalid entry.
11655         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11656         Handle preambles.  Simplify code for thorough test.
11657         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11658         New arg comma.  Handle entry heads.
11659         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11660         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11661         New arg comma.
11662         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11663         (bibtex-fill-field): Simplify.
11664         (bibtex-fill-entry): Use bibtex-beginning-first-field and
11665         bibtex-parse-field.
11666         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
11667         (bibtex-complete): Use bibtex-parse-preamble.
11669 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
11671         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11672         Display name of expression instead of convenience variable.
11673         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11675         * progmodes/gud.el (gud-tooltip-dereference): Rename from
11676         toggle-gud-tooltip-dereference.
11677         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
11678         (gud-tooltip-tips): ...here when dereferencing.
11680 2005-12-28  Bill Wohler  <wohler@newt.com>
11682         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
11684 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11686         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11687         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
11688         (vc-annotate-display-autoscale): Adjust call.
11689         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
11690         Fix interactive spec.
11691         (vc-annotate-time-span): Remove.
11692         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11693         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11694         (vc-annotate-display-select): Use new name.
11696         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11697         (vc-annotate-mode-menu): Remove left-over redundant declaration.
11698         Correct the construction of span entries.  Simplify.
11699         (vc-annotate-display-select): Fix the nil case.
11700         (vc-annotate): Remove obsolete (and now broken) code.
11701         (vc-annotate-extract-revision-at-line): Remove obsolete code.
11702         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
11704 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
11706         * subr.el (lazy-completion-table): Correct typo in docstring.
11708         * startup.el (command-line): Use `custom-reevaluate-setting' for
11709         `send-mail-function'.
11711         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11713 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
11715         * mail/smtpmail.el (smtpmail-try-auth-methods):
11716         Send credentials together with "AUTH PLAIN" command.
11718 2005-12-27  Richard M. Stallman  <rms@gnu.org>
11720         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11721         mouse-2, go back to previously selected window, so it's selected
11722         when mouse-2 command runs.
11724 2005-12-27  Juri Linkov  <juri@jurta.org>
11726         * descr-text.el (describe-text-sexp): Use square brackets for
11727         button [Show] to distinguish it from the property value `show'.
11728         (describe-property-list): Use `insert-text-button' with
11729         `help-face' type instead of putting face in quotes, because button
11730         is not created automatically for a list of faces.
11731         (describe-text-properties-1): Put button-type value in quotes to
11732         distinguish from plain text "button".
11733         (describe-char): Display code point values in hex.  Don't use
11734         `symbol-name' for `current-input-method' because it is a string.
11735         Use `insert-text-button' with `help-face' type instead of putting
11736         hardcoded face in quotes, because button is not created automatically.
11738 2005-12-27  Richard M. Stallman  <rms@gnu.org>
11740         * progmodes/glasses.el (glasses-face): More specific custom type.
11742         * files.el (set-visited-file-name): Doc fix.
11744         * textmodes/flyspell.el (flyspell-external-point-words):
11745         Use local var buffer-scan-pos to advance scan for next misspelling.
11746         Advance it only after we find the misspelling.
11748 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
11750         * textmodes/flyspell.el (flyspell-external-point-words):
11751         New criteria for finding the misspelling in the buffer.
11753 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
11755         * help-mode.el (help-insert-string): Set help-xref-stack-item
11756         rather than call help-setup-xref.
11758         * descr-text.el (describe-char): Revert previous changes for
11759         optional buffer argument.
11761 2005-12-27  Juri Linkov  <juri@jurta.org>
11763         * help-mode.el (help-insert-string): New function.  Save buffer
11764         contents in cases where it is impossible to recompute the old contents.
11766         * descr-text.el (describe-char): Set help-xref-stack-item
11767         explicitly after buffer has been generated.
11769 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11771         * cus-start.el (all): Add x-gtk-show-hidden-files.
11773 2005-12-26  Richard M. Stallman  <rms@gnu.org>
11775         * replace.el (perform-replace): Calculate match-again
11776         before skipping read-only matches.
11778         * paren.el (paren-showing-faces): New group.
11779         (show-paren-match, show-paren-mismatch): Move to that group.
11781         * button.el (button): Put into group `basic-faces'.
11783         * progmodes/make-mode.el: Remove faces from group `faces'.
11785         * apropos.el (apropos, apropos-value): Doc fix.
11786         (apropos-documentation): Doc fix.
11788 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11790         * subr.el (lazy-completion-table): Remove argument `args'.
11792         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11793         Don't use the `args' argument of lazy-completion-table.
11795 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
11797         * descr-text.el (describe-char): Add optional argument for buffer.
11798         Set buffer appropriately.  Call help-setup-xref.
11799         Suggested by Stefan Monnier.
11801 2005-12-26  Juri Linkov  <juri@jurta.org>
11803         * descr-text.el: Require `help-fns' at runtime.  Don't require
11804         `button' for byte compilation.
11805         (describe-text-widget): Add `help-echo' for first button.
11806         Use `help-info' for second.
11807         (describe-property-list): Use `help-argument-name' instead of `italic'.
11808         (describe-text-category): Add prompt to interactive spec.
11809         Call `help-setup-xref'.
11810         (describe-char): Use `help-character-set'.  Add `help-echo' for
11811         code point.  Use `help-input-method'.  Remove superfluous insert.
11813 2005-12-25  Richard M. Stallman  <rms@gnu.org>
11815         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11816         at point, in case of narrowing.
11818         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11820         * locate.el (locate-header-face): Allow nil in type.
11822         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11824 2005-12-25  Romain Francoise  <romain@orebokech.com>
11826         * battery.el (battery-linux-proc-acpi): Also try
11827         `/proc/acpi/thermal_zone/THM0/temperature'.
11829 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
11831         * custom.el (custom-push-theme): Fix docstring.
11833         * cus-edit.el (custom-variable-set, custom-variable-save)
11834         (custom-variable-save): Custom-quote widget values.
11835         (customize-save-variable): Fix custom-push-theme call.
11837 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
11839         * w32-fns.el (w32-batch-update-autoloads): New function.
11841         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11842         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11843         from the command line.
11845 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
11847         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
11848         reset means to remove setting from theme entirely.  Don't keep
11849         expanding theme-settings list; delete old entries if necessary.
11851         * cus-edit.el (custom-buffer-create-internal): Move "Erase
11852         customization" button one line up.
11853         (custom-themed): New face.
11854         (custom-magic-alist): New value, THEMED, for theme settings.
11855         (custom-variable-state-set, custom-face-state-set):
11856         Check theme-value instead of saved-value.
11857         (custom-variable-reset-standard, custom-face-reset-standard):
11858         Remove theme setting entirely.  Recalculate new values.
11859         (custom-variable-set, custom-variable-set)
11860         (custom-variable-reset-saved, custom-variable-reset-backup)
11861         (custom-face-set, custom-face-reset-saved): Update `user' theme.
11862         (custom-variable-save): Fix typos.
11864 2005-12-23  Juri Linkov  <juri@jurta.org>
11866         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11867         Add autoload cookies.
11868         (edebug-outside-d-c-i-n-s-w): New variable.
11869         (edebug-display, edebug-outside-excursion): Use it to save the
11870         original value of default-cursor-in-non-selected-windows.
11871         Set default-cursor-in-non-selected-windows to t while Edebug
11872         is active.
11873         (edebug-mode, edebug-eval-mode): Doc fix.
11875         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11876         with `buffer-substring-no-properties' to remove common substring
11877         highlighting.
11879         * info.el (info-other-window, info): Rename function argument
11880         `file' to `file-or-node'.
11881         (Info-complete-menu-item): Use local variable `complete-nodes' to
11882         keep the global value of `Info-complete-nodes' unchanged for
11883         subsequent completions.
11884         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11886         * simple.el (get-next-valid-buffer, last-buffer)
11887         (next-error-buffer-p, next-error-find-buffer)
11888         (minibuffer-history-sexp-flag): Doc fix.
11890         * savehist.el (savehist-mode-hook): Add `:group'.
11892         * log-view.el: Call autoload for vc-find-version.
11893         (log-view-current-file): Adjust subgroup numbers.
11894         (log-view-current-tag): Add `length'.
11896 2005-12-23  Richard M. Stallman  <rms@gnu.org>
11898         * vc.el (vc-annotate-car-last-cons): Defn moved up.
11900 2005-12-23  Juri Linkov  <juri@jurta.org>
11902         * hi-lock.el (hi-lock-archaic-interface-message-used)
11903         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11904         (hi-lock-mode): Display "Hi" in the mode line only when
11905         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11906         (hi-lock-write-interactive-patterns):
11907         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11908         (hi-lock-set-pattern, hi-lock-set-file-patterns)
11909         (hi-lock-font-lock-hook): Set 3rd arg `how' of
11910         font-lock-add-keywords to t.
11912 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
11914         * hi-lock.el (hi-lock-highlight-range): New variable.
11915         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11916         only if font-lock-fontified is non-nil.  Remove overlays.
11917         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11918         font-lock-fontified is non-nil, otherwise use overlays (instead of
11919         text properties).
11920         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11921         New variables.
11922         (hi-lock-string-serialize) New function.
11924 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11926         * menu-bar.el (menu-find-file-existing): New function.
11927         (menu-bar-file-menu): Use menu-find-file-existing for Open.
11929         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11931 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11933         * vc.el: Remove unnecessary leading * in docstrings.
11934         (vc-annotate-mode-map): Move initialization into declaration.
11935         (vc-static-header-alist): Nitpick on the regexp.
11936         (vc-default-init-version): New fun.
11937         (vc-register): Use it.
11938         (vc-insert-headers): Use dolist.
11939         (vc-annotate-get-backend): Remove unused function.
11940         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
11941         (vc-annotate-mode): Remove corresponding call.
11942         (vc-annotate-car-last-cons): Simplify.
11943         (vc-annotate-buffers): Remove var.
11944         (vc-annotate-backend): Make it buffer-local.
11945         (vc-annotate): Move the interaction to the interactive spec.
11946         Add a `buf' argument.
11947         (vc-annotate-warp-version): Use this new `buf' argument to avoid
11948         killing&creating a vc-annotate buffer, which is very disruptive when
11949         the buffers are shown in dedicated frames.
11951 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
11953         * descr-text.el: Add FSF as maintainer.
11954         (describe-text-mode, describe-text-mode-map)
11955         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
11956         help-mode.
11957         (describe-text-widget, describe-text-sexp)
11958         (describe-property-list, describe-text-category)
11959         (describe-text-properties, describe-text-properties-1)
11960         (describe-char): Use help buttons instead of widgets.
11961         (describe-char-unicodedata-file): Make URL link in doc string.
11963 2005-12-22  Richard M. Stallman  <rms@gnu.org>
11965         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11966         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11967         Don't include buttons that write a file when there's no file.
11968         (custom-variable-menu, custom-face-menu, custom-group-menu):
11969         Don't include commands that write a file when there's no file.
11970         (customize-browse): Reword the top-of-buffer help intro.
11971         (custom-buffer-create-internal): Fix previous change.
11972         (customize-changed-options-previous-release): Prev release is 21.1.
11973         (customize-changed-options): Doc fix.
11974         (customize-changed): New alias.
11975         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11976         Say "standard values".
11977         (Custom-reset-standard): Doc fix.
11978         (custom-face-reset-standard): Doc fix.
11980 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11983         even if font-lock-mode is non-nil since it may be t without having
11984         turned on font-lock-mode-internal.
11985         (font-lock-choose-keywords): Minor optimization.
11986         (font-lock-add-keywords, font-lock-remove-keywords)
11987         (font-lock-set-defaults): Don't call make-local-variable on a variable
11988         that we know to already be local.
11990 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11992         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11993         messages if in the minibuffer.
11995 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11998         (tex-mode-flyspell-verify, flyspell-get-word)
11999         (flyspell-external-point-words): Don't use point-min/max uselessly.
12001         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
12002         by Kevin Rodgers.  Instead, just hide the completions buffer if we
12003         don't need to show it.
12005 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
12007         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
12009 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12011         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
12012         delete-windows-on with an inexistent buffer.
12014 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
12016         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12017         Delete defcustom variable :tag names.
12019 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
12022         (log-view-font-lock-keywords): Ajust subgroup numbers.
12023         (log-view-current-tag): Don't hard code the number of subgroups.
12025 2005-12-20  Juri Linkov  <juri@jurta.org>
12027         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
12028         (tooltip-x-offset, tooltip-y-offset): Doc fix.
12030         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12031         (menu-bar-non-minibuffer-window-p): Instead of checking
12032         display-multi-frame-p, use selected-frame when menu-updating-frame
12033         is nil.
12035 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
12037         * align.el (align-rules-list): Use [ \t] instead of \s-
12038         for column separators in text mode.
12040 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
12042         * help-mode.el (help-customize-variable, help-customize-face):
12043         Don't pop help-xref-stack as help-follow no longer pushes
12044         anything on to it.
12046 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
12048         * textmodes/org.el (org-agenda-custom-commands): New option.
12049         (org-agenda): Offer custom commands on splash screen.
12050         (org-make-tags-matcher): Parser for Boolean logic added.
12051         (org-agenda-set-tags): New command.
12052         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
12053         (org-set-tags): Efficiency improvements.
12054         (org-auto-align-tags): New option.
12055         (org-todo, org-demote, org-promote): Realign tags.
12056         (org-tags-completion-function): Use also "&" and "|" as separators.
12057         (org-org-menu): Agenda commands simplified.
12059 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
12061         * cus-edit.el (customize-apropos, customize-apropos-options):
12062         Docstring changes.
12064         * font-lock.el (font-lock): Add tags to the links in the defgroup.
12066 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
12068         * longlines.el (longlines-mode): Wrap while widened.
12069         (longlines-decode-region, longlines-encode-region): Compute max
12070         just once.
12072 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12074         * cus-edit.el (mac): New group.
12076         * cus-start.el (all): Add user options in macterm.c.  Add test for
12077         Mac-related built-ins.  Fix test for GTK-related built-ins.
12079         * term/mac-win.el (mac-handle-language-change)
12080         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12081         (mac-services-open-selection, mac-services-mail-selection)
12082         (mac-services-mail-to, mac-services-insert-text)
12083         (mac-dispatch-apple-event): Add docstrings.
12084         (x-get-selection, mac-select-convert-to-string): Select coding
12085         system from `utf-16be' and `utf-16le' using `byteorder'.
12087 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12089         * subr.el (lazy-completion-table): Don't be fooled if the var holds
12090         a "list" (lambda ...) rather than a real completion list.
12092         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12093         lexical-let when encountering ((lambda (...) ...) ...).
12095 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
12097         * progmodes/sh-script.el (sh-mode):
12098         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12099         * textmodes/picture.el (picture-mode): Update docstrings.
12101 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
12103         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12104         commands enclosed in $(ARGQUOTE)s should not be split between two
12105         lines, as that will break with GNU Make >3.80, when sh.exe is used
12106         and arg quoting is with '..'.
12107         (autoloads): Don't break the quoted --eval expression between
12108         several lines.
12110 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
12112         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12113         Capture error from printing circular structures.
12115 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
12117         * wid-edit.el (widget-checkbox-action): Clear undo info.
12119 2005-12-16  Bill Wohler  <wohler@newt.com>
12121         * menu-bar.el (kill-this-buffer): Set a good example by using menu
12122         bar, not menubar in comment.
12124 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12127         After-change-functions should not clobber the match data.
12129 2005-12-16  Juri Linkov  <juri@jurta.org>
12131         * simple.el (choose-completion): Use `buffer-substring-no-properties'
12132         instead of `buffer-substring'.
12133         (completion-common-substring): Doc fix.
12134         (completion-setup-function): Use minibuffer-completion-contents
12135         instead of minibuffer-contents.  Don't set common-string-length
12136         initially.  Remove special handling of partial-completion-mode.
12137         Move computation of completion-base-size into one cond.
12138         Call completion-base-size-function in mainbuf.  In computation of
12139         completion-base-size for file name completion don't move point to
12140         the end of the minibuffer.  Move computation of common-string-length
12141         into one cond.  Start putting faces only when common-string-length>=0.
12142         Add condition to put completions-common-part when
12143         common-string-length>0.
12145         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12146         place point at the first different character in the minibuffer
12147         even if this position is at the beginning of the minibuffer.
12149         * info.el (Info-read-node-name-1): In completion-base-size-function's
12150         lambda return 1 if common-substring or minibuffer-completion-contents
12151         starts with (, and 0 otherwise.
12153         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12154         Use `crm-current-element' for second arg of `display-completion-list'.
12156 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
12158         * files.el (set-auto-mode): Look for an interpreter specified on
12159         the first line also if search for mode specification succeeded,
12160         but the mode is not known.
12162 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
12164         * textmodes/org.el (org-tags-match-list-sublevels): New option.
12165         (org-open-at-point): Implement tag searches as links.
12166         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12167         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12168         (org-tags-sparse-tree, org-tags-view, org-set-tags)
12169         (org-agenda-dispatch): New commands.
12170         (org-use-tag-inheritance, org-tags-column): New options.
12171         (org-tab-follows-link, org-return-follows-link): New options.
12172         (org-tags): New customize group.
12173         (org-start-icalendar-file): Get local time zone.
12174         (org-tags-completion-function): New function.
12175         (org-set-font-lock-defaults): Make sure links will also be
12176         highlighted inside headlines.
12178 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
12180         * term.el (term-emulate-terminal):
12181         Let term-handle-ansi-terminal-messages override what Bash says about
12182         its current directory.
12184 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
12186         * bindings.el (last-buffer): Move to simple.el.
12187         * simple.el (last-buffer): Move here.
12188         (get-next-valid-buffer): New function.
12189         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12190         (prev-buffer): Ditto.  Rename to `previous-buffer'.
12192         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12193         * bindings.el (global-map): Ditto.
12195 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
12197         * cus-edit.el: Introductory comment change.
12198         (custom-magic-alist): Change message string for the `rogue' state.
12200 2005-12-15  Richard M. Stallman  <rms@gnu.org>
12202         * tooltip.el: Delete defcustom variable :tag names.
12204         * complete.el (partial-completion-mode): Doc fix.
12206         * textmodes/flyspell.el (flyspell-external-point-words):
12207         Use save-excursion to ensure we don't move backward in the
12208         search loop, not even one character.
12209         (flyspell-delete-all-overlays): Use remove-overlays directly.
12211         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12212         (ispell-start-process): Set that variable.
12213         Clear ispell-buffer-local-name.
12214         (ispell-internal-change-dictionary):
12215         Set ispell-current-dictionary after killing process.
12216         (ispell-buffer-local-dict):
12217         Don't set spell-personal-dictionary after killing process.
12218         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12219         (ispell-tex-skip-alists, ispell-html-skip-alists)
12220         (ispell-skip-region-alist): Mark as risky.
12222         * net/newsticker.el (newsticker--retrieval-timer-list)
12223         (newsticker--display-timer, newsticker-running-p)
12224         (newsticker-ticker-running-p): Definitions moved up.
12226 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
12228         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12230 2005-12-15  David Ponce  <david@dponce.com>
12232         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12233         (recentf-edit-list, recentf-open-files): Signal an error when
12234         there is no recent file.
12236 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12238         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12239         read-only except for texinfo-format-region evaluation.
12241 2005-12-14  Richard M. Stallman  <rms@gnu.org>
12243         * vc.el (vc-default-previous-version, vc-default-next-version)
12244         (vc-do-command): Doc fixes.
12246 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12248         * textmodes/bibtex.el (bibtex-expand-strings)
12249         (bibtex-autokey-expand-string, bibtex-name-part)
12250         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12251         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12252         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12253         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12254         (bibtex-entry-postfix, bibtex-known-entry-type-re)
12255         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12256         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12257         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12258         (bibtex-beginning-of-last-entry): Remove.
12259         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
12260         message if comma is missing but buffer is read-only.
12261         (bibtex-parse-field-text): Handle whitespaces at the end of field
12262         text.  Return 3-element list with beginning and end of field text
12263         and end of field.
12264         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12265         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
12266         (bibtex-search-forward-field, bibtex-search-backward-field):
12267         Search always delimited by limits of entry.  Use more efficient
12268         search algorithms.
12269         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12270         bibtex-end-of-name-in-field.
12271         (bibtex-text-in-field-bounds): Handle BibTeX strings when
12272         extracting the content of a field.
12273         (bibtex-text-in-field): Use search limits.
12274         (bibtex-parse-string-prefix): Handle empty string keys based on
12275         bibtex-string-empty-key.
12276         (bibtex-parse-string): Fix docstring.
12277         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12278         (bibtex-preamble-prefix, bibtex-strings): New functions.
12279         (bibtex-skip-to-valid-entry): Include preceding whitespace in
12280         BibTeX entries (consistent with other BibTeX functions).
12281         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12282         (bibtex-search-entry): Fix docstring.  Simplify.
12283         (bibtex-flash-head, bibtex-complete-string-cleanup)
12284         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12285         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12286         (bibtex-parse-entry): New optional arg content.
12287         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12288         Use bibtex-text-in-field-bounds.
12289         (bibtex-print-help-message): Handle BibTeX strings and preambles.
12290         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12291         bibtex-parse-string-postfix.
12292         (bibtex-find-text-internal): New function.
12293         (bibtex-remove-delimiters): Use it.
12294         (bibtex-find-text): Use it.  New optional arg help.
12295         (bibtex-complete): Handle BibTeX string and preamble entries.
12296         (bibtex-Preamble): Fix order of closing delimiters.
12298 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12300         * vc.el (vc-default-revert): New fun.
12302         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12304 2005-12-14  Romain Francoise  <romain@orebokech.com>
12306         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12307         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12308         (font-lock-remove-keywords): Likewise.
12310 2005-12-14  Juri Linkov  <juri@jurta.org>
12312         * log-view.el (log-view-diff): Doc fix.
12314         * isearch.el (isearch-query-replace): Use (mark) instead of
12315         isearch-opoint if mark is active in transient-mark-mode.
12317 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
12319         * isearch.el (isearch-query-replace): Check for isearch-other-end.
12321 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
12323         * progmodes/cpp.el (cpp-face): New widget.
12324         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12326 2005-12-14  Juri Linkov  <juri@jurta.org>
12328         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12329         around `erase-buffer' and `insert'.
12331         * descr-text.el (describe-text-properties): Replace buffer name
12332         "*Help-2*" with "*Help*<2>".
12333         (describe-char): Add functions print-help-return-message,
12334         toggle-read-only.  Use help-setup-xref with nil to not store
12335         describe-char in help-xref-stack.  Use help-make-xrefs to
12336         make [back] button.
12338         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12340         * wdired.el (wdired-old-point): New internal variable.
12341         (wdired-change-to-wdired-mode): Set it buffer-locally.
12342         (wdired-abort-changes): Restore point after aborting changes.
12344 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12346         * vc.el (vc-do-command): Add a new value t for okstatus.
12348         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12349         frame in case of errors.
12351 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12353         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12354         so it comes after "On the Left" in the menu.
12356 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
12358         * cus-edit.el (customize-apropos, customize-apropos-options)
12359         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12361 2005-12-12  Bill Wohler  <wohler@newt.com>
12363         * vc-svn.el (vc-svn-registered): Fix problem of visiting
12364         non-writable Subversion-controlled files by saving window
12365         configuration before calling vc-do-command.  vc-do-command calls
12366         pop-to-buffer on error which is unexpected during registration.
12368 2005-12-12  Jay Belanger  <belanger@truman.edu>
12370         * calc/README: Update the summary of changes.
12372 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12374         * descr-text.el (describe-char): Rework last fix to solve the problem
12375         is the same way it's solved for everything else in that function
12376         (i.e. by extracting the info before setting up the *Help* buffer).
12378 2005-12-12  Kim F. Storm  <storm@cua.dk>
12380         * subr.el (version-regexp-alist): Allow space as separator before
12381         non-numeric part, e.g. "1.0 alpha".
12382         (version-to-list): Interpret .X.Y version as 0.X.Y version.
12384 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
12386         * textmodes/org.el (org-agenda, org-timeline, org-todo):
12387         Implement Logging and the keep-modes setting.
12388         (org-get-category): Make sure a string is returned.
12389         (org-log-done): New function.
12390         (org-log-done, org-closed-string): New options.
12392 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12394         * tooltip.el (tooltip-y-offset): Change default to 20.
12396 2005-12-12  Richard M. Stallman  <rms@gnu.org>
12398         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12400         * frame.el (display-hourglass): Doc fix.
12402         * help.el (help-for-help-internal): Simplify entry for `a'.
12404         * info.el (Info-on-current-buffer): Doc fix.
12405         (info-insert-file-contents): Don't test (featurep 'jka-compr).
12407         * startup.el (inhibit-splash-screen): Make this the real name.
12408         (inhibit-startup-message): Make this the alias.
12409         (command-line): Find only simple.el, and use its directory
12410         to fill in other preloaded files' names.
12411         (command-line): Deactivate the mark if deactivate-mark is set.
12413         * international/mule.el (load-with-code-conversion):
12414         Bind deactivate-mark.
12416         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12418 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
12420         * cus-edit.el (customize-apropos): Avoid listing an option more
12421         than once under different aliases.  No longer list user options
12422         that are not defined with defcustom (unless a prefix arg is given).
12423         Doc fix.
12424         (customize-apropos-options): Doc fix.
12426 2005-12-11  Juri Linkov  <juri@jurta.org>
12428         * frame.el (set-background-color, set-foreground-color)
12429         (set-cursor-color, set-mouse-color, set-border-color):
12430         Add explicit prompts to read colors by `facemenu-read-color'.
12431         (show-trailing-whitespace, blink-cursor-delay)
12432         (blink-cursor-interval, display-hourglass, hourglass-delay):
12433         Remove tags.
12434         (display-hourglass, hourglass-delay): Doc fix.
12435         (cursor-in-non-selected-windows): Capitalize words in tag.
12437         * faces.el (frame-background-mode): Replace `choice-item' keywords
12438         with `const' to not make [default] button.  Change default value tag
12439         from `default' to `automatic'.  Doc fix.
12440         (trailing-whitespace) <defface>: Change group `whitespace' to
12441         `whitespace-faces'.
12443 2005-12-11  Richard M. Stallman  <rms@gnu.org>
12445         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12447 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12449         * term/mac-win.el: Create keymap for mac-apple-event-map.
12451 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
12453         * tooltip.el (tooltip-mode): Move to start of file so that it
12454         appears at top of customize buffer.
12456         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12457         Add the gud groupname.
12458         (gud-tooltip-mode): Add the tooltip groupname.
12459         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
12460         avoid conflict with tooltip-use-echo-area.
12462 2005-12-10  Romain Francoise  <romain@orebokech.com>
12464         * help.el (help-for-help-internal): Add `r' in doc string.
12466 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12468         * align.el (align-regexp, align-highlight-rule):
12469         Use region-beginning and region-end instead of point and mark, so that
12470         repetition (with `repeat-complex-command') recomputes the region
12471         bounds.
12473 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12475         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12476         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12477         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12478         (balance-windows): Rewrite using the above new functions.
12480 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
12482         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12483         react if global-hi-lock-mode seems intended.
12484         (global-hi-lock-mode) Renamed from hi-lock-mode.
12485         (hi-lock-archaic-interface-message-used)
12486         (hi-lock-archaic-interface-deduce): New variables.
12487         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12488         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12489         (hi-lock-find-patterns, hi-lock-font-lock-hook):
12490         Replace hi-lock-buffer-mode with hi-lock-mode.
12492 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
12494         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12495         completion list, even after a partial completion has been
12496         inserted in the current buffer.  If there are more than 1
12497         completion, redisplay the *Completions* buffer; if the
12498         completion is unique, delete the *Completions* window.
12500 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
12502         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12503         strings and long subject lines that were broken into multiple
12504         lines at arbitrary places.  Handle subjects that have "Re: " in
12505         the middle.
12507 2005-12-10  John W. Eaton  <jwe@octave.org>
12509         * emacs/octave-mod.el (octave-electric-space): Don't indent
12510         comments or strings if octave-auto-indent is nil.
12512 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12514         * term/mac-win.el: Require url when compiling.
12515         Call mac-process-deferred-apple-events after loading init files.
12516         (mac-apple-event-map): New defvar.  Define event handlers in it.
12517         (core-event, internet-event): New Apple event class symbols.
12518         (open-application, reopen-application, open-documents)
12519         (print-documents, open-contents, quit-application)
12520         (application-died, show-preferences, autosave-now, get-url):
12521         New Apple event ID symbols.
12522         (about): New HICommand ID symbol.
12523         (mac-event-spec, mac-event-ae): New macros.
12524         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12525         (mac-ae-selection-range, mac-ae-text-for-search)
12526         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12527         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
12528         and Services menu events are now defined in mac-apple-event-map.
12529         (mac-drag-n-drop): Remove selection range handling.
12531 2005-12-10  Kenichi Handa  <handa@m17n.org>
12533         * simple.el (zap-to-char):
12534         * isearch.el (isearch-process-search-char): Translate CHAR by
12535         translation-table-for-input.
12537 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
12539         * foldout.el (foldout-exit-fold): Properly hide subtree.
12541 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12543         * files.el (save-buffer):
12544         * international/ucs-tables.el (ucs-set-table-for-input):
12545         * mail/mail-extr.el (mail-extract-address-components):
12546         * mail/sendmail.el (mail-mode): Reformat doc string.
12548 2005-12-09  Juri Linkov  <juri@jurta.org>
12550         * isearch.el (isearch-highlight): Change main overlay priority
12551         from 1 to 1001.  Simplify.
12552         (isearch-lazy-highlight-update): Change lazy overlay priority
12553         from 0 to 1000.
12555         * replace.el (replace-highlight): Change overlay priority from
12556         1 to 1001.
12558         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12559         Change overlay priority from 1 to 1001.  Reuse existing overlay.
12561         * compare-w.el (compare-windows-highlight): Change overlay
12562         priority from 1 to 1000.
12564         * menu-bar.el (menu-bar-edit-menu): Add listp around
12565         pending-undo-list to disable menu item "undo" when pending
12566         undo list is empty.
12568         * locate.el (locate): Disable undo in *Locate* buffer.
12570 2005-12-09  Kim F. Storm  <storm@cua.dk>
12572         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12574 2005-12-09  David Ponce  <david@dponce.com>
12576         * recentf.el: Improvement of the menu code.
12577         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
12578         instead of menu hook.
12579         (recentf-show-menu, recentf-hide-menu): New functions.
12580         (recentf-menu-customization-changed, recentf-mode): Use them.
12581         (recentf-menu-action, recentf-max-menu-items)
12582         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12583         (recentf-arrange-by-rule-others)
12584         (recentf-arrange-by-rules-min-items)
12585         (recentf-arrange-by-rule-subfilter) : Don't use
12586         `recentf-menu-customization-changed'.
12587         (recentf-arrange-rules): Likewise.  Accept functions to compute
12588         sub-menu titles.
12589         (recentf-menu-filter): Likewise.  Doc fix.
12590         (recentf-menu-value-shortcut): Doc fix.
12591         (recentf-dump-variable): Quote atom value.
12592         (recentf-make-menu-items): Update to use it as a menu filter.
12593         (recentf-match-rule): New function.
12594         (recentf-arrange-by-rule): Use it.
12595         (recentf-indirect-mode-rule): New function.
12596         (recentf-build-mode-rules): Use it.
12597         (recentf-dir-rule): New function.
12598         (recentf-arrange-by-dir): Use it.
12599         (recentf-filter-changer-current): Rename from
12600         `recentf-filter-changer-state'.  All references updated.
12601         (recentf-filter-changer-alist): Update filter names.
12602         (recentf-filter-changer-select): New function.
12603         (recentf-filter-changer): Use it.  Make a sub-menu from filters
12604         available in `recentf-filter-changer-alist'.
12605         (recentf-data-cache, recentf-clear-data)
12606         (recentf-update-menu): Remove.  All references updated.
12607         (recentf-match-rule-p, recentf-build-dir-rules)
12608         (recentf-filter-changer-goto-next)
12609         (recentf-filter-changer-get-current)
12610         (recentf-filter-changer-get-next): Remove.
12612 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
12614         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12615         buffer "Reset" button to "Reset to Current" for consistency with
12616         the State buttons.
12618 2005-12-08  John Paul Wallington  <jpw@pobox.com>
12620         * ibuf-ext.el (define-ibuffer-filter filename):
12621         If `dired-directory' is a list then really use its car.
12623 2005-12-08  Kim F. Storm  <storm@cua.dk>
12625         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12626         Fix indention of text on right side of replaced rectangle.
12628 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
12630         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12631         No need to check gud-comint-buffer is bound.
12632         (gdb): Prevent multiple debugging when first session uses gdba.
12634 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12636         CC Mode update to 5.31.
12638         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12639         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
12640         We might do this function properly in the future).
12642         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12643         New macros c-sentence-end and c-default-value-sentence end, to cope
12644         with Emacs 22's new function `sentence-end'.
12646 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12648         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
12649         compat issue using `c-put-overlay' and `c-delete-overlay'.
12651         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12652         New compat macros to handle overlays/extents.
12654 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12656         * progmodes/cc-fix.el: Add definitions of the macros push and pop
12657         (for GNU Emacs 20.4)
12659         * progmodes/cc-defs.el:
12660         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12662         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
12663         highlighting mechanism so it will work in XEmacs too.
12665         * progmodes/cc-defs.el: Insert c-int-to-char.
12667         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12668         call to the new macro c-int-to-char.  This solves XEmacs's
12669         regarding characters as different from integers.
12671 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12673         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12674         New internal helper.
12676         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12677         construct to make the indirect face lookup work in XEmacs.
12679         (c-cpp-matchers): Append the negation char face to the existing
12680         fontification, so that the cpp face doesn't disappear.
12681         Use `c-make-syntactic-matcher' to avoid negation chars in comments
12682         and strings.
12684         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
12685         to map to `font-lock-negation-char-face' in emacsen where it exists.
12687 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12689         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12691         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12692         Rename "c-subword-move-mode" as "c-subword-mode".
12694         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12695         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
12697 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12699         * progmodes/cc-mode.el: Added autoload directive for
12700         `c-subword-move-mode' for use in older emacsen.
12702 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12704         * progmodes/cc-mode.el:
12705         (i) Insert a binding for C-c C-backspace into
12706         c-bind-special-erase-keys which works in TTYs.
12707         (ii) Make sure that when file styles are used, any explicitly
12708         given style variables take priority over those in the style.
12709         Do this by calling `hack-local-variables' a second time.
12711         * progmodes/cc-vars.el: Add language specific customization
12712         widgets for AWK to c-doc-comment-style, c-require-final-newline
12713         and c-default-style.  Add a defcustom for awk-mode-hook.
12714         Give c-syntactic-element and c-syntactic-context doc-strings by
12715         directly setting their `variable-documentation' propery.
12716         This allows Emacs 22.1 to read these with C-h v.
12718         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12720 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12722         * progmodes/cc-fonts.el, cc-vars.el
12723         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12724         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12725         Masatake YAMATO.
12727         (c-doc-comment-style): Made GtkDoc default in C mode.
12729         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12730         and C-c C-<delete>.
12732         (c-bind-special-erase-keys): New function for use on
12733         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12735         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12736         <delete> key behavior in XEmacs according to `delete-forward-p'.
12737         C.f. `c-electric-delete'.
12739 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12741         * progmodes/cc-mode.el: Give c-hungry-backspace and
12742         c-hungry-delete-forward permanent key bindings.
12744         * progmodes/cc-cmds.el (c-electric-semi&comma):
12745         Bind c-syntactic-context for calls to "criteria functions", for
12746         consistency with other calls to user functions.
12748         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12749         `current-prefix-arg', since this might be the prefix arg to a
12750         command which calls c-indent-command as a function.  Change the
12751         interactive spec from "p" to "P".
12753         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12754         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12755         was difficult to understand.
12757 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12759         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12760         first char of an identifier.
12762         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12763         +" syntax in C++.
12765 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12767         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12768         auto-fill doesn't split a c-comment's last word from a hanging
12769         "*/" when a space is typed between them after fill-column.
12771         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12773         * progmodes/cc-styles.el (c-set-style)
12774         (c-setup-paragraph-variables): Abort the command if we're not in a
12775         CC Mode buffer.
12777         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12778         with blank comment-prefix, and a blank line as the comment's
12779         second line.
12781 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12783         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12784         Incorporate the patterns added in the Emacs development branch
12785         for the new Emacs 22 face `font-lock-negation-char-face'.
12787         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12788         of "red" since it stands out better in xterms and DOS terminals.
12790         * progmodes/cc-engine.el (c-literal-faces):
12791         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12793 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12795         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12796         forcibly enable c-electric-flag.
12798         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12799         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12800         after the comment-prefix of a C-style comment will close that comment.
12802 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12804         * progmodes/cc-fonts.el (c-basic-matchers-before)
12805         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12806         in Pike.
12808         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12809         digraphs.
12811         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12812         (c-cpp-message-directives, c-cpp-include-directives)
12813         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12814         (c-cpp-expr-directives): Introduce new language constants to
12815         control cpp syntax in a cleaner way.
12817         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12819         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12821         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12822         (c-multiline-string-start-char): New language constants and
12823         variables to specify how newlines in string literals work.
12825         (c-font-lock-invalid-string): Use them.
12827         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12828         unbalanced close brace is entered.  Optimization by avoiding going
12829         back over arbitrarily large blocks.  Removed hints that this
12830         function only would be relevant/useful in AWK.
12832         (c-electric-brace): Indent syntactically after the cleanups since
12833         lineup functions might do it differently then.
12835         * progmodes/cc-engine.el, cc-langs.el
12836         (c-opt-op-identifier-prefix): New language constant and variable.
12838         (c-just-after-func-arglist-p, c-after-special-operator-id)
12839         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12841         * progmodes/cc-align.el, cc-engine.el
12842         (c-after-special-operator-id): New helper to handle C++ operator
12843         identifiers.
12845         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12846         (c-guess-basic-syntax): Handle C++ operator identifiers in
12847         declarations.
12849         * progmodes/cc-langs.el (c-assignment-operators): Add the
12850         trigraph version of ^= too.
12852         * progmodes/cc-langs.el (c-assignment-operators): Add the
12853         trigraph version of |= in C++.
12855         * progmodes/cc-fonts.el (c-font-lock-declarators):
12856         Handle `c-decl-hangon-kwds' after the identifier name.
12858         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12859         whether an arglist is "nonempty", ignore a comment after the open
12860         paren if it isn't followed by a non-comment token on the same line.
12862         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12863         Enable heuristics below the point to cope with classes inside special
12864         brace lists in Pike.
12866 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12868         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12870 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12872         * progmodes/cc-guess.el (cc-guess-install): New function to
12873         install an already guessed style in another buffer.
12875         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12876         sets `inhibit-read-only' - `c-save-buffer-state' should be used
12877         anyway if the change always is undone.
12879 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12881         Implement togglable electricity:
12883         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12884         saying when it should be used.
12886         * progmodes/cc-engine.el: Add the new buffer-local variable,
12887         c-electric-flag.
12889         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12890         c-toggle-auto-newline.
12892         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12893         c-toggle-auto-newline.  Remove the binding for
12894         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
12895         c-toggle-electric-state.
12897         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12899         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12900         c-\(forward\|backward\)-subword.
12901         (c-update-modeline): Add the new modeline flag `l' for
12902         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
12903         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12904         Make the old name an alias of the new name.
12905         (c-toggle-electric-state): New function.
12906         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12907         Adapt these functions to do electric things only when
12908         c-electric-flag is non-nil.
12909         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12910         new functions from c-electric-brace.
12911         (c-point-syntax): Add a check for "virtual semicolons" in AWK
12912         mode, so that the tentative extra newline doesn't change the
12913         syntax of the following brace.
12914         (c-electric-brace): Restructure by extracting the above functions.
12915         Tidy up the coding somewhat.
12916         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12917         restructure a bit.
12919 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12921         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12922         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
12924         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12925         (c-submode-indicators): Change name from `c-auto-hungry-string'
12926         since it's now used to track another submode.
12928         (c-update-modeline): Convert to function and extended to check
12929         `c-subword-move-mode'.
12931         (c-forward-into-nomenclature, c-backward-into-nomenclature):
12932         Convert to compat aliases for `c-forward-subword' and
12933         `c-backward-subword'.
12935         * progmodes/cc-subword.el: New functions and minor mode to handle
12936         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12938         (c-forward-subword, c-backward-subword, c-mark-subword)
12939         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12940         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12941         Functions corresponding to the standard word handling functions.
12943         (c-subword-move-mode): Minor mode that replaces all the standard
12944         word handling functions with their subword equivalences.
12946 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12948         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12949         entry for one-liner-defun.
12951         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12952         name in its def-edebug-spec.
12954         * progmodes/cc-cmds.el (c-electric-brace): Make the
12955         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
12956         compacts space before a comment, if this will make things fit on
12957         one line.
12959         Introduce an "awk" style, mainly for auto-newline and clean-ups.
12961         * progmodes/cc-align.el: New function c-snug-1line-defun-close
12963         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12964         clean-up one-liner-defun.
12966         * progmodes/cc-styles.el: Add the new "awk" style.
12968         * progmodes/cc-vars.el: Add description of one-liner-defun to
12969         c-cleanup-list's doc-string.  New user options,
12970         c-max-one-liner-length.  In c-default-style, set the default style
12971         for AWK to "awk".
12973 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12975         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12976         macros inside labels.
12978         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12979         `c-at-statement-start-p' and `c-at-expression-start-p'.
12981         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12982         error if the mark isn't set.
12984         * progmodes/cc-engine.el (c-guess-continued-construct)
12985         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12986         accurately detect functions inside functions.
12988         * progmodes/cc-engine.el (c-at-expression-start-p): New function
12989         like `c-at-statement-start-p' that additionally recognizes commas
12990         and expression parentheses as delimiters.
12992         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12993         to avoid heuristics that doesn't work for unclosed blocks.
12994         (c-at-statement-start-p): New function.
12996         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12997         Objective-C directives, e.g. directives spanning lines should work
12998         reasonably well now.
13000         (c-put-c-type-property, c-clear-c-type-property): New helpers.
13002         (c-forward-objc-directive): New function to move over any ObjC
13003         directive.
13005         (c-just-after-func-arglist-p, c-guess-basic-syntax)
13006         (c-basic-matchers-before): Use it.
13008         (c-font-lock-objc-iip-decl): Remove.
13010         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
13011         in the template arglist recognition.
13013         * progmodes/cc-styles.el (c-style-alist): Fix several
13014         inconsistencies in the Whitesmith style.
13016         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
13017         New lineup function to get lines after Whitesmith style blocks
13018         correctly indented.
13020         (c-lineup-whitesmith-in-block): Back out the compensation for
13021         opening parens since it's done using `add' lists in the style
13022         definition instead.  Don't use the anchor position since it varies
13023         too much between the syntactic symbols. :P
13025         * progmodes/cc-vars.el (c-valid-offset): Update.
13027         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
13028         lists where the offsets are combined according to several
13029         different methods: `first', `min', `max', and `add'.
13030         Report offset evaluation errors with `c-benign-error' so that some kind
13031         of reindentation still is done.
13033         * progmodes/cc-engine.el (c-guess-basic-syntax):
13034         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
13035         `arglist-close'.
13037         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
13038         situations for `arglist-cont-nonempty' and `arglist-close'.
13040         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
13042         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
13043         cc-bytecomp-boundp' in a number of places.
13045         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
13046         macro related issue.
13048 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13050         * progmodes/cc-awk.el: Change the terminology of regexps: A char
13051         list is now [asdf], a char class [:alpha:].
13052         Include code for char classes.
13053         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
13054         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13056         Remove (nearly all of) the cruft associated with AWK Mode's former
13057         concept of "virtual semicolons":
13059         Adapt c-beginning-of-statement, c-end-of-statement (together with
13060         subfunctions) to use the new notion of "virtual semicolon" in
13061         place of the old awkward special handling for AWK.  There remains
13062         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13063         * progmodes/cc-cmds.el:
13064         (c-ascertain-adjacent-literal): In the backwards direction, now
13065         recognises AWK regexp delimiters as string delimiters.
13066         (c-after-statement-terminator-p): Adapt for virtual semicolons;
13067         check more rigorously for "end of macro".
13068         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13069         virtual semicolons;
13070         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13071         out the code for forward movement into ...
13072         (c-end-of-statement): Now contains the code for forward movement,
13073         adapted for virtual semicolons.
13075         * progmodes/cc-engine.el:
13076         (c-ws*-string-limit-regexp): New regexp.
13077         (c-forward-single-comment, c-backward-single-comment): Comment out
13078         the (now redundant) "special" AWK stuff.
13080         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13081         c-string-par-start, c-string-par-separate to be more like Text
13082         Mode than Fundamental Mode.
13084 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13086         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13087         to the fontified region so that fontification doesn't occur
13088         outside it (could happen e.g. when fontifying a line with an
13089         unfinished declaration).
13091 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13093         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13094         start of the file.  ^L now separate sections of the file.
13095         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
13096         (c-awk-one-line-possibly-open-string-re)
13097         (c-awk-regexp-one-line-possibly-open-char-class-re)
13098         (c-awk-one-line-possibly-open-regexp-re)
13099         (c-awk-one-line-non-syn-ws*-re): New defonsts.
13100         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13102         Amend the concept of "virtual semicolons" (in the indentation
13103         engine) for languages like AWK, such that they are now
13104         conceptually attached to end of the last token of a statement, not
13105         the end of the line.  (In AWK Mode, however, the pertinent text
13106         property is still physically set on the EOL.)  Remove the specific
13107         tests for awk-mode, thus facilitating the introduction of other
13108         language modes where EOLs can end statements.
13109         (Note: The funtionality in cc-cmds.el, specifically
13110         c-beginning/end-of-statement has yet to be amended.)
13112         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13113         New macros.
13115         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13116         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
13117         c-vsemi-status-unknown-p-fn (in a new page).
13119         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13120         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13121         numerous awkward forms like
13122         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13123         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
13124         variable before-ws-ip, the place just after char-before-ip appears.
13126         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13127         a comment.
13129 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13131         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13132         `c-tentative-buffer-changes'.
13134         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13135         convert to macro to choose between Emacs and XEmacs at compile time.
13137         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13139         (c-tentative-buffer-changes): New macro to handle temporary buffer
13140         changes in a convenient way.
13142         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13143         for `c-tentative-buffer-changes'.
13145         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13146         the checks for paren sexps between the point and the keyword, to
13147         avoid some false alarms.
13149         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13150         Fixed a situation where an error could be thrown for unbalanced
13151         parens.  Changed to make use of c-keyword-member' to avoid some
13152         repeated regexp matches.
13154         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13155         These language variable are no longer necessary.
13157         (c-block-stmt-kwds): New language constant used by
13158         c-looking-at-inexpr-block'.
13160         (c-guess-basic-syntax): Remove an optional check that looked at
13161         the existence of the now removed language variables.
13163         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13164         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13165         object instantiation expressions as declarations in some contexts.
13166         This bug only affected languages where the declarator can't be
13167         enclosed in parentheses.
13169         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13170         insert newlines before and after substatement braces.
13172         * progmodes/cc-engine.el: Improved the heuristics for recognizing
13173         function declaration headers and the handling of C++ style member
13174         init lists.
13176         (c-just-after-func-arglist-p): Rewritten to use
13177         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
13179         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13181         (c-guess-basic-syntax): Adapt case 5B for the new
13182         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
13183         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13184         covers all cases now).
13186         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13188 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13190         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13191         c-string-par-start/separate c-sentence-end-with-esc-eol,
13192         initialised in c-setup-paragraph-variables, used in string
13193         scanning subroutines of c-beginning-of-statement.
13195         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13196         which precedes the newly inserted `{'.
13198 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13200         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13201         function for declaration level blocks.  It should now cope with
13202         templates better and also be a lot more comprehensible.
13204         (c-looking-at-decl-block): The new function.
13206         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
13207         for compatibility.
13209         (c-add-class-syntax, c-guess-continued-construct)
13210         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13212         (c-decl-block-key): Change to tell apart ambiguous and
13213         unambiguous keywords.  Pike specials are now handled directly in
13214         the code instead.
13216         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13217         New language constants and variables to make the backward skip in
13218         `c-looking-at-decl-block' as tight as possible.
13220         (c-nonsymbol-token-char-list): New language constant.
13222         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13223         find balanced template arglists backwards.
13225         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13226         making char classes for `c-syntactic-skip-backward'.
13228         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13229         16D - can't be a class-close at that point.
13231         * progmodes/cc-engine.el (c-guess-basic-syntax)
13232         (c-add-class-syntax): Don't narrow out the enclosing declaration
13233         level.  This makes everything a lot easier, and it was actually
13234         only four small places that needed it to work.  Some places that
13235         previously did `widen' are removed now, which has the effect that
13236         `c-guess-basic-syntax' never will look at things outside the
13237         current narrowment now.  The anchor position for `topmost-intro'
13238         is affected by this, but it was so bogus it was basically useless
13239         before, and now it's equally bogus but in a slightly different way.
13241         (c-narrow-out-enclosing-class): Gone.
13243         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13244         the narrowed region.
13246         (c-least-enclosing-brace): Remove silly optional argument.
13248         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13249         the point could be left directly after an open paren when finding
13250         the beginning of the first decl in the block.
13252         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13253         Specify which submatch to use.
13255         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13257         (c-decl-start-re): No longer any need for special treatment of
13258         ObjC due to the above.
13260         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13261         presumably follows C in that regard.
13263         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13264         New language constants to specify operator tokens inside
13265         identifiers in a more high level way.
13267         (c-opt-identifier-prefix-key): New internal language constant.
13269         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13270         (c-identifier-start, c-identifier-key): Now completely calculated
13271         from other constants.
13273         (c-identifier-last-sym-match): Decommission since it's no longer used.
13275         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
13277         * progmodes/cc-engine.el (c-forward-name): Remove the
13278         optimization when c-identifier-key is equal to c-symbol-key since
13279         it doesn't work in byte compiled files.  Don't record empty
13280         regions as identifiers.
13282         * progmodes/cc-langs.el (c-filter-ops): New helper function to
13283         simplify access to `c-operators' and its likes.
13285         (c-operator-list, c-all-op-syntax-tokens)
13286         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13287         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13288         (c-primary-expr-regexp, c-cast-parens): Use it.
13290         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13291         an explicit language in functions.
13293         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13294         variant of adornment.
13296         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13297         variable.
13299         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13300         the Pike value.
13302         * progmodes/cc-engine.el (c-on-identifier)
13303         (c-simple-skip-symbol-backward): Small fix for handling "-"
13304         correctly in `skip-chars-backward'.  Affected the operator lfun
13305         syntax in Pike.
13307         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13308         diagnostic message about precompiled language vars not being used.
13310         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13311         "__attribute__" is followed by a parenthesis.
13313         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13314         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13315         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13317         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13318         Internal cleanups to properly detect the declared identifiers in
13319         various declarations.
13321         (c-decl-start-kwds): New language constant to recognize
13322         declarations that can start anywhere.  Used for class declarations
13323         in Pike.
13325         (c-specifier-key, c-not-decl-init-keywords)
13326         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13327         (c-find-decl-spots): Implement `c-decl-start-kwds'.
13329         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13330         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13331         handling of the compiler specific extension keywords into a new
13332         language constant `c-decl-hangon-kwds' that defines keyword
13333         clauses to be ignored in declarations.
13335         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13336         past unrecognized tokens when handling `c-colon-type-list-kwds'.
13337         Necessary to stop at the declared identifier in e.g. IDL valuetype
13338         declarations.
13340         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13341         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13342         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13343         (c-forward-decl-or-cast-1): Recognize the declared identifier in
13344         class and enum declarations as such and not as part of the type.
13346         (c-forward-decl-or-cast-1, c-forward-label): Relax the
13347         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13349         (c-forward-decl-or-cast-1): Don't disregard sure signs of
13350         declarations when there's some syntax error later on.
13352         (c-complex-decl-matchers): Did away with a reference to
13353         `c-specifier-key'.
13355         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13356         value - this variable is always dynamically bound.
13358         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13359         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13360         * cc-cmds.el, cc-defs.el: Change the policy for marking up
13361         functions that might do hidden buffer changes: All such internal
13362         functions are now marked instead of those that don't.
13364         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13365         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13366         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13367         (c-literal-type): Allow these functions to make hidden buffer changes,
13368         so that they are free to use text property caching later on.
13370         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13371         (c-electric-brace, c-electric-slash, c-electric-star)
13372         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13373         (c-electric-paren, c-electric-continued-statement, c-indent-command)
13374         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13375         (c-context-line-break): Add `c-save-buffer-state' calls to comply
13376         with the changed semantics of the functions above.
13378         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13379         when macros occur in obscure places.  Optimized the sexp movement
13380         a bit.
13382 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13384         Enhancements for c-beginning-of-statement to work in AWK Mode:
13386         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13387         (completed statement) with `}' (statement completed by closing
13388         brace or semicolon) and `$' (statement completed by EOL).
13390         (c-awk-virtual-semicolon-ends-prev-line-p)
13391         (c-awk-virtual-semicolon-ends-line-p)
13392         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13393         (c-awk-at-statement-end-p): New functions.
13395         * progmodes/cc-cmds.el: Simplify the structure of functions
13396         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
13397         two functions and c-beginning-of-statement to handle AWK Mode.
13399         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13400         c-backward-single-comment for AWK mode.  Attempt to clarify their
13401         doc-strings.
13403         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13405 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13407         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13408         label handling.  Labels are now recognized in a uniform and more
13409         robust way, regardless of context.  Text properties are put on all
13410         labels to recognize the following declarations better.
13411         Multiword labels are handled both in indentation and fontification for
13412         the benefit of language extensions like Qt.  For consistency, keywords
13413         in labels are now fontified with the label face instead.
13414         That also applies to "case" and "default".
13416         (c-beginning-of-statement-1): Fix some bugs in the label
13417         handling.  Disregard `c-nonlabel-token-key' in labels that begin
13418         with `c-label-kwds'.
13420         (c-find-decl-spots): Support that the callback adds more
13421         `c-decl-end' spots to find.
13423         (c-forward-decl-or-cast-1): Don't treat a list of plain
13424         identifiers followed by a colon as a declaration.
13426         (c-forward-label): New function to recognize labels.
13428         (c-guess-basic-syntax): Replace uses of `c-label-key' with
13429         `c-forward-label'.  Moved the label recognition cases (14 and 15)
13430         earlier since they aren't so context sensitive now.  Handle labels
13431         on the top level gracefully.  Moved access label recognition to
13432         the generic label case (CASE 15) - removed CASE 5E.
13434         (c-font-lock-declarations): Add recognition of labels in the
13435         same round since we need to handle labels in parallell with other
13436         declarations to recognize both accurately.  It should also improve
13437         speed.
13439         (c-simple-decl-matchers, c-basic-matchers-after):
13440         Move `c-font-lock-labels' so that it only is used on decoration level 2
13441         since `c-font-lock-declarations' handles it otherwise.
13443         (c-complex-decl-matchers): Remove the simplistic recognition of
13444         access labels.
13446         (c-decl-prefix-re): Remove the kludges that was necessary to cope
13447         with labels earlier.
13449         (c-decl-start-re): New language variable to make
13450         `c-font-lock-declarations' stop for the special protection labels
13451         in Objective-C that start with `@'.
13453         (c-label-key): Remove since it's no longer used.
13455         (c-recognize-colon-labels, c-label-prefix-re): New language
13456         constants to support recognition of generic colon-terminated labels.
13458         (c-type-decl-end-used): `c-decl-end' is now used whenever there
13459         are colon terminated labels.
13461         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13462         first argument starts with a special brace list.
13464         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13465         (c-font-lock-declarations): Break out the declaration and cast
13466         recognition from `c-font-lock-declarations' to a new function, so
13467         that it can be used in the indentation engine.
13469         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13470         up to the start of the literal.  Fixed bug with the point on the
13471         wrong side of the search limit that could happen when the start
13472         position is inside a literal.
13474         * progmodes/cc-engine.el (c-parse-state)
13475         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13476         so that it's kept a little bit back to increase the hit rate.
13478         (c-parse-state): Change the macro handling and fixed some
13479         glitches.  Macro context is checked more often than necessary now,
13480         but otoh less garbage conses are generated.
13482         * progmodes/cc-engine.el (c-parse-state)
13483         (c-invalidate-state-cache): Cache the last position where
13484         `c-state-cache' applies.  This can speed up refontification quite
13485         a bit in blocks where there are many non-brace parens before the point.
13487         (c-state-cache-end): New variable for this.
13489         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13490         cache variable.
13492         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13493         get close initial continue positions when the start position is
13494         inside a literal or macro.  Do not call the callback for spots
13495         before the start position (which can happen e.g. for `c-decl-end'
13496         spots inside comments).  Optimize better in special cases when the
13497         region is a single line inside a literal or macro (typically when
13498         the current line is refontified).
13500         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13501         to `c-add-stmt-syntax' - there's no need to explicitly whack off
13502         entries from the paren state.
13504         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13505         special case for "else if" clauses.
13507         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13508         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13510         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13511         New language variable to recognize the gcc extension with statement
13512         blocks inside expressions.
13514         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13515         it somewhat more comprehensible.  The argument AT-BLOCK-START is
13516         no longer used and hence removed.
13518         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13519         to `c-add-stmt-syntax'.
13521         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13522         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13523         This fixes bogus label recognition.
13525         * progmodes/cc-engine.el (c-add-type, c-check-type)
13526         (c-forward-name, c-forward-type): Improve storage of template
13527         types in `c-found-types' so that they can be recognized better.
13529         (c-syntactic-content): Add option to skip past nested parens.
13531         * progmodes/cc-engine.el (c-forward-name):
13532         Set `c-last-identifier-range' all the time.  It's less work that way.
13533         Handle that there might not be an identifier to store in
13534         `c-last-identifier-range'.
13536         (c-forward-type): Handle that `c-last-identifier-range' might be
13537         nil from `c-forward-name'.
13539         * progmodes/cc-defs.el (c-safe-scan-lists)
13540         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13542         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13543         to work even if the form fails.
13545         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13546         down in a large file in one go.
13548         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13550         * progmodes/cc-align.el (c-lineup-assignments): New lineup
13551         function which is like `c-lineup-math' but returns nil instead of
13552         `c-basic-offset' when it doesn't match.
13554         (c-lineup-math): Change to use `c-lineup-assignments'.
13556 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13558         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13559         c-beginning-of-statement.  New subfunctions
13560         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13562 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13564         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13565         hardcoded char classes whereever possible.  Changed a couple of
13566         places to use skip by syntax instead of skip by char class.
13568         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13569         Fix a bug in the regexp that caused extreme backtracking.
13571         * progmodes/cc-langs.el (c-block-comment-starter)
13572         (c-block-comment-ender): New language constants to specify in a
13573         single place how block comments look.
13575         (c-comment-start-regexp, c-block-comment-start-regexp)
13576         (comment-start, comment-end, comment-start-skip)
13577         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13578         (c-syntactic-ws, c-nonempty-syntactic-ws)
13579         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13580         `c-line-comment-starter', `c-block-comment-starter' and
13581         `c-block-comment-ender'.
13583         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13584         New language constants to break up things a bit.
13586         (c-simple-ws): New language constant for simple whitespace.
13588         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13590         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13591         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13592         newlines.  Allow and ignore nil elements in the list.
13594 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13596         * progmodes/cc-cmds.el: Comment out a (n almost certainly
13597         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13599         * progmodes/cc-cmds.el: Tidy up the comments in
13600         c-beginning-of-statement and subfunctions.
13602         * progmodes/cc-awk.el: Replace calls to put-text-property to the
13603         more flexible c-put-char-property and c-clear-char-properties.
13604         Add the author's email address.
13606         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13608         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13609         closing "*/" of a block comment.
13611         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13612         subfunctions) so that it works at BOB and EOB.
13614         * progmodes/cc-cmds.el, cc-vars.el: More updating of
13615         c-beginning-of-statement, including new variable
13616         c-block-comment-start-regexp.
13618 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13620         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13621         symbols from `*-font-lock-extra-types' so that there's no need to
13622         use `regexp-opt' on those lists.
13624         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13625         `c-type-modifier-kwds' is empty.
13627         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13628         there are several strings on the same line.
13630         * progmodes/cc-engine.el (c-literal-limits): Remove the
13631         compatibility function for older emacsen.  `c-literal-limits-fast'
13632         has now taken the place of this function.
13634         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13635         with older emacsen: We now require `pps-extended-state'.
13637 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13639         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13640         which obviates the need to hack sentence-end.  This now handles
13641         escaped newlines in strings correctly.  Correct minor bugs in
13642         c-move-over-sentence and in c-beginning-of-statement.
13644         * progmodes/cc-cmds.el (c-beginning-of-statement (and
13645         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13646         that movement over macros and code are rigorously separated from
13647         eachother.  Correct a few incidental bugs.
13649         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
13650         Improve its doc-string.  Improve the handling of certain specific cases.
13652 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13654         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
13655         (c-guess-basic-syntax): Change the way class-level labels are
13656         recognized; they can now contain essentially any symbols.
13658         (c-opt-extra-label-key): New language variable to cope with the
13659         special protection label syntax in Objective-C.
13661         (c-opt-access-key): Remove; this is now handled better by
13662         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13664         (c-complex-decl-matchers): Update to handle that
13665         `c-opt-access-key' no longer exists.
13667         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13668         improved label recognition in `c-beginning-of-statement-1'.
13670         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13671         Recognize bitfields better.
13673         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
13674         Remove some cruft and fixed a bug that could cause it to go to a
13675         position further down.
13677         * progmodes/cc-langs.el, cc-engine.el
13678         (c-beginning-of-statement-1): Improve detection of labels in
13679         declaration contexts.
13681         (c-beginning-of-decl-1): Use it.
13683         (c-nonlabel-token-key): New language constant and variable needed
13684         by `c-beginning-of-statement-1'.
13686         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
13687         manifested itself due to the correction in `c-forward-sexp'.
13689         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13690         Make these behave as documented when used at the buffer limits.
13692         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13693         (c-type-decl-end-used): Made this a language variable.
13695         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13696         correctly when `combine-after-change-calls' is used together with
13697         temporary narrowings.
13699         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13700         Report labels correctly when the start point is immediately after the
13701         colon.
13703         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13704         Remove since it isn't used anymore.
13706         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13707         bracket arglists such as template parens in C++.
13709         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13710         in the last check-in.  Some optimization.
13712         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13713         where it could stop at the same level in a preceding sexp when
13714         PAREN-LEVEL is set.
13716         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13717         text property lookup only when it's needed.
13719         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13720         Change the policy for paren marked angle brackets to be more
13721         persistent; once marked they remain marked even when they're found
13722         to be unbalanced in the searched region.  This should keep the
13723         paren syntax around even when individual lines are refontified in
13724         multiline template arglists.
13726         (c-parse-and-markup-<>-arglists): New dynamically bound variable
13727         to control markup so that incorrect angle bracket arglists aren't
13728         marked in contexts where the correct value for
13729         `c-disallow-comma-in-<>-arglists' isn't known.
13731         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13732         argument has become `c-parse-and-markup-<>-arglists'.
13734         (c-remove-<>-arglist-properties): Remove - no longer used.
13736         (c-after-change-check-<>-operators): New function used on
13737         `after-change-functions' to avoid that "<" and ">" characters that
13738         are part of longer operators have paren syntax.
13740         (c-<>-multichar-token-regexp): New language variable used by
13741         `c-after-change-check-<>-operators'.
13743         (c-after-change): Call `c-after-change-check-<>-operators'.
13745         (c-font-lock-<>-arglists): Use the context properties set by
13746         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13747         correctly to avoid doing invalid markup.
13749         (c-font-lock-declarations): Remove code that undoes the invalid
13750         markup done by `c-font-lock-<>-arglists'.
13752         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13753         after `c-font-lock-declarations'.
13755         * progmodes/cc-engine.el (c-syntactic-skip-backward):
13756         Add paren-level feature.
13758         (c-guess-basic-syntax): Improve the anchor position for
13759         `template-args-cont' in nested template arglists.  There's still
13760         much to be desired in this area, though.
13762 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13764         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13765         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13767 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13769         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13770         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13772         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13773         it doesn't work no longer are supported.
13775         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13776         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13777         requires support for the syntax-table' text property, which rules
13778         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
13779         cruft associated with those versions.
13781         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13782         for the `syntax-table' text property, which rules out Emacs 19 and
13783         XEmacs < 21.4.  Removed various compatibility cruft associated
13784         with those versions.
13786         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13787         support for the `syntax-table' text property.
13789         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13790         variable and use an extra quoted face name instead.  All the
13791         emacsen flavors handle that correctly.
13793         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13794         (c-font-lock-declarators, c-font-lock-declarations)
13795         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13796         property to mark the items in in declarator lists to handle
13797         refontification inside multiline declarations better.
13799         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13800         construct like "a * b = c;" as a declaration.
13802 2005-12-08  Kim F. Storm  <storm@cua.dk>
13804         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13805         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
13806         select either meta, hyper, or super modifier for rectangle commands.
13807         (cua--rectangle-modifier-key): New defvar.
13808         (cua--M/H-key): Use it.  Remove special case for `space'.
13809         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13810         on X, to meta otherwise.  Always bind C-return to toggle
13811         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
13813         * emulation/cua-rect.el (cua-help-for-rectangle):
13814         Use cua--rectangle-modifier-key.  Handle super modifier too.
13815         (cua--init-rectangles): Always bind C-return to toggle rectangle.
13816         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13818         * ido.el: Move Acknowledgements and History after Commentary.
13819         Minor changes to Commentary.
13821         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13822         keymap if cua--prefix-override-timer is `shift'.
13823         (cua--shift-control-prefix): New function; emulate "type prefix
13824         key twice" functionality to handle shifted prefix key override.
13825         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13826         New commands.
13827         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13829 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
13831         * textmodes/org.el (org-insert-heading): Try to do items before
13832         headings.
13833         (org-agenda-mode): Quote `org-agenda-mode-hook'.
13834         (org-insert-item): New function.
13835         (org-renumber-ordered-list): Don't skip to higher level lists.
13837 2005-12-08  Juri Linkov  <juri@jurta.org>
13839         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13841         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13843         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13845         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13846         the constructed function name fun-1.
13848         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13849         because such links don't lead to parent documentation.
13851 2005-12-08  Kenichi Handa  <handa@m17n.org>
13853         * descr-text.el (describe-char): Use *Help-2* buffer if the
13854         current buffer is *Help*.  Call describe-text-properties while
13855         setting the original buffer.
13857 2005-12-07  Bill Wohler  <wohler@newt.com>
13859         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
13860         and causes problems with non-MH users (such as Gnus users).
13862 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
13864         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13865         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13866         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13867         command "info sources".  Move calls to GDB command "list".
13868         (gdb-find-file-hook): Just use gdb-source-file-list.
13869         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13870         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13871         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13872         (gdb-data-list-register-values-handler): Use correct trigger name.
13874 2005-12-07  Kim F. Storm  <storm@cua.dk>
13876         * ido.el (ido-completion-map): Rename from ido-mode-map.
13877         (ido-common-completion-map, ido-file-completion-map)
13878         (ido-file-dir-completion-map, ido-buffer-completion-map):
13879         Rename from ido-mode-....-map.
13880         (ido-init-completion-maps): Rename from ido-init-mode-maps.
13881         (ido-setup-completion-map): Rename from ido-define-mode-map.
13882         (ido-read-internal): Bind minibuffer-local-filename-completion-map
13883         to ido-completion-map.
13885 2005-12-07  Kenichi Handa  <handa@m17n.org>
13887         * international/mule-cmds.el
13888         (set-display-table-and-terminal-coding-system): If the coding
13889         system specified in `unibyte-display' property is different from
13890         the arg coding-system, don't setup standard-display-table.
13892 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13894         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13895         that comments end at \n, regardless of selective-display.
13897 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
13899         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13900         (gdb-version): New variables.
13901         (gdb-source-file-list, gdb-register-names)
13902         (gdb-changed-registers): New variables for use with GDB 6.4+.
13903         (gdb-ann3): Replace with...
13904         (gdb-init-1, gdb-init-2): ...two new functions.
13905         (gdba, gdb-prompt): Call gdb-init-1.
13906         (gdb-get-version): New function.  Call gdb-init-2 from here.
13907         (gud-watch): Make it work with mouse events too.
13908         (gdb-post-prompt): Don't add to queue until GDB version is known.
13909         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13910         (gdb-locals-mode): Use gdb-version.
13911         (gdb-memory-format-map, gdb-memory-unit-map)
13912         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13913         (gdb-locals-font-lock-keywords-1)
13914         (gdb-locals-font-lock-keywords-2): New variables.
13915         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13916         (gdb-set-gud-minor-mode-existing-buffers-1)
13917         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13918         (gdb-var-update-1, gdb-var-update-handler-1)
13919         (gdb-data-list-register-values-handler)
13920         (gdb-data-list-register-values-custom)
13921         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13922         (gdb-stack-list-locals-handler, gdb-get-register-names):
13923         New functions for use with GDB 6.4+.
13924         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13925         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13926         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13927         (gdb-stack-list-locals-regexp)
13928         (gdb-data-list-register-names-regexp): New regexps for use with
13929         GDB 6.4+.
13931 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13933         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13935 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
13937         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13938         prompts work for AUTH PLAIN.  Also reported by Steve Allan
13939         <seallan@verizon.net>.
13941 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13943         * frame.el (set-frame-parameter): Add doc string.
13945 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
13947         * textmodes/org.el (org-occur-highlights): New variable.
13948         (org-highlight-new-match, org-remove-occur-highlights): New functions.
13949         (org-highlight-sparse-tree-matches): New option.
13950         (org-do-occur): New function.
13951         (org-get-heading): Make it work also at beginning of line.
13952         (org-category-table): New variable.
13953         (org-get-category-table, org-get-category)
13954         (org-camel-to-words, org-link-search): New functions.
13955         (org-select-this-todo-keyword): New variable.
13956         (org-todo-list): New command.
13957         (org-shiftright, org-shiftleft): New commands.
13958         (org-agenda-todo): Add prefix argument.
13959         (org-show-hierarchy-above): New option.
13960         (org-show-todo-tree): Numerical prefix creates tree for specific
13961         TODO keyword.
13962         (org-outline-level): New function, to assign a level to plain
13963         lists items.
13964         (org-cycle-include-plain-lists): New option.
13965         (org-mode): Use `org-outline-level' as value of `outline-level'.
13966         (org-cycle): Temporarily switch `outline-regexp' if
13967         `org-cycle-include-plain-lists' is non-nil.
13968         (org-start-icalendar-file): Fix format bug.
13969         (org-agenda-get-day-entries): Create category table.
13970         (org-agenda-get-todos, org-agenda-get-timestamps)
13971         (org-agenda-get-deadlines, org-agenda-get-scheduled)
13972         (org-agenda-get-blocks): Use `org-get-category'.
13973         (org-context-in-file-links): Rename from
13974         `org-line-numbers-in-file-links'.
13976 2005-12-06  Romain Francoise  <romain@orebokech.com>
13978         * window.el (balance-windows): Delete extraneous third arg in call
13979         to `enlarge-window'.
13981 2005-12-06  Kenichi Handa  <handa@m17n.org>
13983         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13985 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
13987         * progmodes/gdb-ui.el (gdb-var-create-handler)
13988         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13989         (gdb-var-list-children-handler, gdb-var-update-handler):
13990         Current buffer is already gdb-partial-output-buffer, don't
13991         make it current again.
13993 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
13995         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13996         (list-buffers-noselect): Use it.
13998 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14000         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
14001         (mail-yank-ignored-headers): Use regexp-opt.
14002         (mail-mode-map): Move initialization into declaration.
14003         (mail-sent-via): Remove unused shadowed var `to-line'.
14004         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
14005         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
14006         (mail-do-fcc): Use dolist and push.
14007         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
14008         (mail-yank-ignored-headers): Don't autoload.
14010 2005-12-05  Kenichi Handa  <handa@m17n.org>
14012         * international/mule-cmds.el (set-language-info-internal): New fun.
14013         (set-language-info): Call set-language-info-internal to update
14014         language-info-alist.  If LANG-ENV is the current one, call
14015         set-language-environment to make INFO effective now.
14016         (set-language-info-alist): Likewise.
14017         (locale-language-names): With locale "en", use English
14018         lang. env. but set the default codings to iso-8859-1.
14020 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
14022         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
14023         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
14024         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
14025         for plain strings.
14026         (gdb-frames-mode): Remove redundant call to font-lock-mode.
14027         (gdb-all-registers): Rename from toggle-gdb-all-registers.
14028         Create registers buffer if necessary.  Echo new state in minibuffer.
14029         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
14031 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
14033         * info.el (Info-fontify-node): Match external links using
14034         non-directory part of filename.
14036 2005-12-04  Juri Linkov  <juri@jurta.org>
14038         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
14039         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
14040         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
14041         because there is no customization option for it.
14043         * font-lock.el (lisp-font-lock-keywords-1):
14044         Add define-global-minor-mode.
14046         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
14048         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
14049         properties on the constructed variable names.
14051         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14052         Put `definition-name' properties on the constructed function names
14053         next-sym and prev-sym.
14055         * emacs-lisp/find-func.el (find-function-regexp):
14056         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
14057         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
14058         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14059         and easy-menu-define.
14061         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14062         easy-mmode-define-global-mode and define-global-minor-mode.
14063         (lisp-imenu-generic-expression): Add define-global-minor-mode.
14065         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14066         instead of easy-mmode-define-global-mode.
14068         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14069         Use define-minor-mode instead of easy-mmode-define-minor-mode.
14071         * cus-edit.el (customize-group, customize-group-other-window):
14072         Filter out autoloaded options from the group completion list by
14073         using heuristics that autoloaded groups don't have `custom-autoload'
14074         property on their symbols (they have only `custom-loads').
14076         * simple.el (completion-setup-function): Put completions-common-part
14077         face on complete completion string too (i.e. completion string
14078         without completions-first-difference face).
14080         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14082 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
14084         * view.el (view-mode): Doc fix.
14086         * disp-table.el (standard-display-european): Add to the warning
14087         message a reference to the doc string.
14089         * play/yow.el (apropos-zippy): Call print-help-return-message,
14090         similar to other Help and Apropos commands.
14092         * help.el (print-help-return-message): If pop-up-frames is
14093         non-nil, set up help-return-method to delete the help window and,
14094         possibly, its frame as well, and don't display message about
14095         scrolling the help window.  Doc fix.
14096         (help-return-method): Doc fix.
14098 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
14100         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14101         whereby names of length one or names starting with a
14102         symbol-constituent character would not be returned.
14104 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14106         * subr.el (atomic-change-group): Add edebug and indentation spec.
14108 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14110         * completion.el (save-completions-file-name): Fix typo in last change.
14112 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14114         * info.el: Move back/forward history to the beginning of the tool bar.
14116 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
14118         * allout.el (eval-when-compile): Remove unnecessary load of cl.
14119         Add fset of allout-real-isearch-abort during compile to fix
14120         byte-compilation warnings.
14121         (allout-mode-p): Move definition of this macro above all uses, or
14122         byte compilation in barren Emacs (eg, during Emacs build) will
14123         lack the definition.
14124         (allout-mode): Move this variable above any uses, or byte
14125         compilation will fail.
14126         (allout-resolve-xref): Remove use of personal file-reference function.
14127         (allout-toggle-current-subtree-encryption): Do the current (ie,
14128         visible containing) topic, rather than nearest around point.  Doc fix.
14129         (allout-toggle-subtree-encryption): New function, workhorse that
14130         works on nearest topic containing point.
14131         (allout-encrypt-string): Signal requirement for newer version of pgg.
14132         (allout-resumptions): Doc fix.
14134 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
14136         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14138 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
14140         * textmodes/flyspell.el (flyspell-external-point-words):
14141         Consider a misspelling as found in the string search if: (a) misspelling
14142         and found string lengths match, or (b) misspelling is found as
14143         element in a boundary-chars separated longer string, or (c)
14144         ispell-program-name is really ispell and misspelling is found as
14145         part of a TeX string.  After successful match move beginning of
14146         search region to end of match.  Warn about not found misspellings
14147         once the process is done.
14148         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14150 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
14152         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14153         tool bar (removed inadvertently).
14155 2005-12-02  Juri Linkov  <juri@jurta.org>
14157         * log-view.el (log-view-diff): Clarify doc string.
14159 2005-12-01  Bill Wohler  <wohler@newt.com>
14161         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14162         triggers lm-verify errors.
14164 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
14166         * simple.el (transient-mark-mode, line-number-mode)
14167         (column-number-mode, size-indication-mode): Remove `:require nil'.
14169 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
14171         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14172         in the margin also.
14173         (gdb-breakpoints-mode-map): Use D instead of d for
14174         gdb-delete-breakpoint.
14175         (gdb-get-frame-number): Require a number to match on.
14176         (gdb-threads-mode-map): Add follow-link binding.
14178 2005-11-30  Jason Rumney  <jasonr@gnu.org>
14180         * isearch.el (isearch-mode-map): Avoid exiting search on
14181         language-change event.
14183 2005-11-30  Romain Francoise  <romain@orebokech.com>
14185         * speedbar.el (speedbar-default-position): New defcustom.
14186         (speedbar-frame-reposition-smartly): Use it.
14188         * dframe.el (dframe-reposition-frame-emacs): Fix position
14189         computation for `left' location.
14190         Update copyright year.
14192 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * help.el (help-map): Move initialization into declaration.
14196         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14198         * help-fns.el (help-argument-name): Don't autoload.
14199         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14200         to be re-loaded when customizing the `help' group.
14202 2005-11-30  John Paul Wallington  <jpw@gnu.org>
14204         * help-fns.el (describe-function-1): Fill arglist output.
14206 2005-11-30  Kim F. Storm  <storm@cua.dk>
14208         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14209         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14210         after revert-buffer (or anything else which kills all local variables).
14212         * apropos.el (apropos-parse-pattern): Doc fix.
14213         Set apropos-regexp directly, rather than expecting callers to do so.
14214         (apropos-command, apropos, apropos-value, apropos-documentation):
14215         Simplify calls to apropos-parse-pattern.
14217 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
14219         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14220         (hi-lock-face-phrase-buffer): Use hi-yellow face.
14221         (hi-lock-write-interactive-patterns): Use comment-region.
14223         * longlines.el (longlines-mode): Add mail-setup-hook.
14225         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14227         * simple.el (sendmail-user-agent-compose, next-line):
14228         Conditionally use hard-newline.
14230 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14232         * international/latexenc.el (latex-inputenc-coding-alist):
14233         Reword doc string.
14235 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
14237         * help.el (describe-key-briefly, describe-key): Recognize default
14238         bindings.
14240 2005-11-29  Romain Francoise  <romain@orebokech.com>
14242         * view.el (view-inhibit-help-message): New defcustom.
14243         (view-mode-enter): Use it.
14245 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
14247         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14248         Preserve user position.
14250 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
14252         * font-lock.el: Throw error if facemenu is not loaded to prevent
14253         accidental change of loading order in loadup.el.  (Suggested by RMS.)
14255         * loadup.el: Add comment explaining why facemenu must be loaded
14256         before font-lock.
14258 2005-11-28  Jay Belanger  <belanger@truman.edu>
14260         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14261         (calc-dispatch-map): Add more keys for `calc-same-interface'.
14263         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14265         * calc/calc-embed.el (calc-do-embedded): Update help message.
14267         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14269 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14273         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14274         called-interactively-p.
14275         (elp-profilable-p): Rename from elp-not-profilable-p.
14276         Invert result and take into account macros and autoloaded functions.
14277         (elp-instrument-function): Update call.
14278         (elp-instrument-package): Update call.  Add completion.
14279         (elp-pack-number): Use match-string.
14280         (elp-results-jump-to-definition-by-mouse): Merge into
14281         elp-results-jump-to-definition and then remove.
14282         (elp-output-insert-symname): Make help echo text single-line.
14284         * replace.el (query-replace-map): Move initialization into declaration.
14285         (occur-engine): Use with-current-buffer.
14286         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14287         (occur-mode-mouse-goto): Replace with an alias.
14289 2005-11-28  Juri Linkov  <juri@jurta.org>
14291         * simple.el (quoted-insert): Let-bind input-method-function to nil.
14293         * term/w32-win.el: Bind [S-tab] to [backtab].
14295         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14296         `Info-find-file' to t.
14298         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14299         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14300         and same-window-regexps.
14301         (occur-next-error): Don't move point for arg 0.
14303 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
14305         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14307 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14309         * log-edit.el (log-edit-changelog-use-first): New var.
14310         (log-edit-changelog-ours-p): Use it.
14311         (log-edit-insert-changelog): Set it with new arg `use-first'.
14312         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14313         (log-edit-hook): Add them to the list of suggested options.
14315         * textmodes/flyspell.el (flyspell-last-buffer): New var.
14316         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14317         redundant work.
14318         (flyspell-mode-on): Use add-hook for after-change-functions.
14319         (flyspell-mode-off): Use remove-hook for after-change-functions.
14320         (flyspell-changes): Make it buffer-local.
14321         (flyspell-after-change-function): Make it non-interactive.  Use push.
14322         (flyspell-post-command-hook): Check input-pending-p while processing
14323         the potentially long list of buffer changes.
14325 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14327         * buff-menu.el (list-buffers-noselect): Display the selected
14328         frame's buffer list, not the global one.
14330 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
14332         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14333         that (list last-input-event) works as in interactive spec.
14335 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
14337         * loadup.el ("facemenu"): Load facemenu before font-lock, because
14338         `facemenu-keymap' needs to be defined when font-lock is loaded.
14339         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14341 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14343         * completion.el: Remove useless leading * in defcustom docstrings.
14344         (save-completions-file-name): Use ~/.emacs.d if available.
14345         (completion-standard-syntax-table): Rename from
14346         cmpl-standard-syntax-table and fold initialization into declaration,
14347         thus removing cmpl-make-standard-completion-syntax-table.
14348         (completion-lisp-syntax-table, completion-c-syntax-table)
14349         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14350         (cmpl-saved-syntax, cmpl-saved-point): Remove.
14351         (symbol-under-point, symbol-before-point)
14352         (symbol-under-or-before-point, symbol-before-point-for-complete)
14353         (add-completions-from-c-buffer): Use with-syntax-table.
14354         (make-completion): Don't return a list of completion entries.
14355         Update callers.
14356         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14357         (completion-initialize): Rename from initialize-completions.
14358         (completion-find-file-hook): Rename from cmpl-find-file-hook.
14359         (kill-emacs-save-completions): Collect stats here.
14360         (save-completions-to-file, load-completions-from-file):
14361         Use with-current-buffer.
14362         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
14363         into a function.  Move all calls to toplevel.
14364         (completion-lisp-mode-hook): New fun.
14365         (completion-c-mode-hook, completion-setup-fortran-mode):
14366         Set the syntax-table here.  Use local-set-key.
14367         (completion-saved-bindings): New var.
14368         (dynamic-completion-mode): Make it into a proper minor mode.
14369         (load-completions-from-file): Remove unused var `num-uses'.
14371         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14372         constructor if it is explicitly overridden.
14374         * complete.el (PC-completion-as-file-name-predicate):
14375         Use minibuffer-completing-file-name.
14376         (partial-completion-mode): Use find-file-not-found-functions.
14377         (PC-lisp-complete-symbol): Use with-syntax-table.
14378         (PC-look-for-include-file): Remove dead setq.
14379         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14380         (PC-complete): Use with-current-buffer.
14382         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14383         escape single quotes.
14385 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
14387         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14388         of `if' whose condition always returned nil.  Doc fix.
14390         * buff-menu.el (Buffer-menu-revert-function): Make the selected
14391         window's buffer the current buffer around the call to
14392         `list-buffers-noselect'.  This is necessary to mark that buffer
14393         with a `.' in the Buffer Menu when called from Lisp, for instance
14394         by Auto Revert Mode.
14396 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
14398         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14399         attaching to it.
14400         (gdb-pre-prompt): Make sure gdb-error is reset.
14402         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14403         with a child process, detect it.
14404         (gud-speedbar-buttons): Match regexp more carefully.
14406 2005-11-27  Richard M. Stallman  <rms@gnu.org>
14408         * mouse.el (mouse-drag-move-window-bottom):
14409         Use adjust-window-trailing-edge.
14411 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
14413         * simple.el (blink-matching-open): Ignore
14414         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14415         (blink-matching-paren-on-screen): Update docstring.
14417         * paren.el (show-paren-mode): No longer change
14418         `blink-matching-paren-on-screen'.
14420 2005-11-27  John Paul Wallington  <jpw@pobox.com>
14422         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14423         (gdb-threads-select, gdb-edit-register-value):
14424         Use `posn-set-point' instead of `mouse-set-point' because the
14425         latter is not fbound when configured without X.
14427 2005-11-27  Kim F. Storm  <storm@cua.dk>
14429         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14430         existing face when partially highlighting a TAB in a rectangle.
14432 2005-11-26  Kim F. Storm  <storm@cua.dk>
14434         * ido.el (ido-mode-map): Doc fix.
14435         (ido-mode-common-map, ido-mode-file-map)
14436         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14437         (ido-define-mode-map): Rewrite.  Select one of the new maps as
14438         parent for ido-mode-map instead of building from scratch.
14439         (ido-init-mode-maps): New defun to initialize new maps.
14440         (ido-mode): Call it.
14441         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14442         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14444 2005-11-26  John Paul Wallington  <jpw@pobox.com>
14446         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14447         `mouse-set-point' because the latter is not fbound when configured
14448         without X.
14450 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
14452         * files.el (file-relative-name): Doc fix.
14454 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14456         * progmodes/octave-inf.el (inferior-octave-startup): Force a
14457         non-empty string for secondary prompt PS2.
14459 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
14461         * progmodes/compile.el (compilation-setup): Fix last change.
14463 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
14465         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14466         (gdb-mouse-toggle-breakpoint-margin)
14467         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14468         Add gdb-server-prefix to keep out of command history.
14469         (gdb-edit-register-value): New function.
14470         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14471         (gdb-info-registers-custom): Use above map.
14473 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
14475         * custom.el (enable-theme): Signal error if argument is not a
14476         theme.  Don't recalculate a face if it's not loaded yet.
14478         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14479         the `user' theme is in effect.
14481         * info.el (Info-on-current-buffer): Record actual filename in
14482         Info-current-file, instead of t, or a fake filename if a non-file
14483         buffer.  Make autoload.
14484         (Info-find-node, Info-revert-find-node): No need to check for
14485         Info-current-file nil.
14486         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14487         Info-current-file is now never `t'.
14488         (Info-fontify-node): Many simplifications due to Info-current-file
14489         always being valid.  Use Info-find-file to find node filename.
14491 2005-11-25  David Kastrup  <dak@gnu.org>
14493         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14494         new character, then delete" in order to preserve markers.
14496 2005-11-25  David Ponce  <david@dponce.com>
14498         * recentf.el (recentf-arrange-by-rule): Handle a special
14499         `auto-mode-alist'-like "strip suffix" rule.
14500         (recentf-build-mode-rules): Handle second level auto-mode entries.
14502 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
14504         * viper-keym.el (viper-ESC-key): Use different values in terminal and
14505         window modes.
14507         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14508         jde-javadoc-checker-report-mode.
14510         * ediff-wind (ediff-make-wide-display): Slight simplification.
14512         * ediff.el (ediff-date): Change the date of last update.
14514 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
14516         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14517         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
14518         (hi-lock-mode): New global minor mode.
14519         (turn-on-hi-lock-if-enabled): New function.
14520         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14521         Change arguments to regexp and face instead of a font-lock pattern.
14522         Directly set face property, instead of refontifying.
14523         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14524         (hi-lock-find-patterns): Use line-number-at-pos.
14526         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
14527         arguments for hi-lock-set-pattern.
14528         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14529         Call font-lock-fontify-buffer.
14530         (hi-lock-find-file-hook, hi-lock-current-line)
14531         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14533         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14534         turned off.
14536         * progmodes/compile.el (compilation-setup): Don't fiddle with
14537         font-lock-defaults.
14539 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
14541         * progmodes/gdb-ui.el (gdb-var-create-handler)
14542         (gdb-var-list-children-handler): Find values for all variable
14543         objects.  gud-speedbar-buttons decides whether to display them.
14545 2005-11-24  Romain Francoise  <romain@orebokech.com>
14547         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14548         buffer name with a space.
14550 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
14552         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14553         `org-export-local-list-max-depth'.  Change default value to 3.
14554         (org-auto-renumber-ordered-lists)
14555         (org-plain-list-ordered-item-terminator): New options.
14556         (org-at-item-p, org-beginning-of-item, org-end-of-item)
14557         (org-get-indentation, org-get-string-indentation)
14558         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14559         New functions.
14560         (org-move-item-down, org-move-item-up): New commands.
14561         (org-export-as-html): New classes for CSS support.  Bug fix in
14562         regular expression detecting fixed-width regions.  Respect
14563         `org-local-list-ordered-item-terminator'.
14564         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14565         also a list item.
14566         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14567         New item moving functions.
14569 2005-11-24  Juri Linkov  <juri@jurta.org>
14571         * isearch.el (isearch-repeat): With empty search ring set
14572         `isearch-error' to the error string instead of signaling error
14573         with the function `error'.
14575 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14577         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14579 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
14581         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14582         and variable.
14583         (gdb-var-create-handler, gdb-var-list-children-handler):
14584         Don't match on "char **...".
14585         (gdb-var-update-handler): Find values for all variable objects.
14586         (gdb-info-frames-custom): Identify frames by leading "#".
14588         * progmodes/gud.el (gud-speedbar-menu-items): Add
14589         gdb-speedbar-auto-raise as radio button.
14590         (gud-speedbar-buttons): Raise speedbar if requested.
14591         Don't match on "char **...".
14592         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14593         Make it editable.
14595 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
14597         * info.el (Info-fontify-node): Handle the case where
14598         Info-current-file is t.
14600 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14602         * simple.el (blink-matching-open): Fix off-by-one in last change.
14604 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14606         * term/mac-win.el: Don't change default directory.
14608 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
14610         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14611         buffers correctly.  (It used to throw an error in such buffers.)
14612         Make it ask for confirmation in group buffers and other Custom
14613         buffers containing more than one customization item.
14615 2005-11-22  John Paul Wallington  <jpw@gnu.org>
14617         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14618         property on mail and url overlays.
14619         (goto-address-at-point): Use `posn-set-point' instead of
14620         `mouse-set-point' because the latter is not fbound when configured
14621         without X.
14623 2005-11-22  Lars Hansen  <larsh@soem.dk>
14625         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14626         (ls-lisp-classify, ls-lisp-format): Delete call to
14627         ls-lisp-parse-symlink.
14628         (ls-lisp-handle-switches): Handle symlinks to directories as
14629         directories when ls-lisp-dirs-first in non-nil.
14631 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
14633         * startup.el (command-line): Make sure that loaddefs.el is handled
14634         correctly in load-history.
14636 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
14638         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14639         (gdb-struct-string, gdb-array-string): New constants.
14640         (gdb-info-locals-handler): Use them.
14641         (gdb-reset): Reset gdb-var-list to nil.
14643 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14645         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14646         in patterns.
14648 2005-11-21  Juri Linkov  <juri@jurta.org>
14650         * custom.el (defcustom): Update link types in docstring.
14652 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
14654         * custom.el (defgroup): Add doc-string-elt info.
14656         * widget.el (define-widget): Don't use declare for the doc-string-elt.
14658 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14660         * newcomment.el (comment-enter-backward): Fix last fix.
14662         * simple.el (blink-matching-open):
14663         * paren.el (show-paren-function): Allow new paren-class info.
14665 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
14667         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
14668         handled automagically.
14670 2005-11-20  Andreas Schwab  <schwab@suse.de>
14672         * descr-text.el (describe-char): When copying overlays put them
14673         over the full char description instead of just the first character
14674         of it.
14676 2005-11-20  Juri Linkov  <juri@jurta.org>
14678         * simple.el (what-cursor-position):
14679         * descr-text.el (describe-char): Use Lisp-readable syntax
14680         for octal and hex.  Reorder decimal, octal and hex values.
14681         Remove excess whitespace in the output.  Use `=' in `column='
14682         like in `point=' and `Hscroll='.
14684         * international/mule-cmds.el (encoded-string-description):
14685         Use Lisp-readable syntax for hex.
14687 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14689         * newcomment.el (comment-enter-backward): Handle the case where the
14690         comment is closed by EOB.
14692 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14694         * longlines.el (longlines-before-revert-hook)
14695         (longlines-after-revert-hook): New functions.
14696         (longlines-mode): Turn off longlines temporarily when reverting.
14697         Add a message-setup-hook.
14698         (longlines-decode-buffer): New function.
14699         (longlines-wrap-line): Preserve marker positions.
14701 2005-11-19  Andreas Schwab  <schwab@suse.de>
14703         * emacs-lisp/shadow.el: Handle compressed files.
14705 2005-11-19  Romain Francoise  <romain@orebokech.com>
14707         * net/browse-url.el (browse-url-default-browser): Signal an error
14708         if no usable browser can be found, rather than try to load w3.
14710 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
14712         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14713         replacing existing properties.
14714         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14715         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14716         tty specs.
14717         (rcirc-server-prefix, rcirc-server): New faces.
14718         (rcirc-url-regexp): Generate with rx macro.
14719         (rcirc-last-server-message-time): New variable.
14720         (rcirc-filter): Record time of last message.
14721         (rcirc-keepalive): Kill processes that did not send a message
14722         since the last ping.
14723         (rcirc-mode): Give rcirc-topic a local binding here.
14725 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14727         * subr.el (read-passwd): Fontify the prompt as we do with other
14728         prompts.
14730 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
14732         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14733         binding buffer-read-only to nil.
14735 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
14737         * complete.el (partial-completion-mode):
14738         Mention completion-auto-help in the doc string.
14740         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
14741         more Lisp-ish way.
14743 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14745         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14746         digits, not 8, to avoid misalignment for files larger than 100MB.
14748 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
14750         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14751         Mention "keyboard shortcuts" in the help text.
14753 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14755         * startup.el (fancy-splash-default-action): Discard only
14756         mouse-down and succeeding mouse-up events in the splash screen
14757         window so that drag-n-drop event can be processed.
14759 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
14761         * longlines.el (longlines-mode): Add hacks for mail-mode and
14762         message-mode.
14764 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
14766         * textmodes/org.el (org-table-sort-lines): New command.
14767         (org-tbl-menu): Add entry for `org-table-sort-lines'.
14768         (org-add-file): Command removed, use `org-agenda-file-to-front'
14769         instead.
14770         (org-export-icalendar): Use `org-icalendar-combined-name'.
14771         (org-cycle-agenda-files, org-agenda-file-to-end)
14772         (org-agenda-file-to-front): New commands.
14773         (org-table-tab-jumps-over-hlines, org-export-html-style):
14774         New options.
14775         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14776         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14777         New functions.
14778         (org-fill-paragraph): Call `org-table-align' in tables.
14779         (org-mode): Call `org-set-autofill-regexps'.
14780         (org-export-as-html): Support for local handformatted lists.
14781         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
14782         (org-export-local-list-max-depth): New option.
14783         (org-html-expand): Use `org-html-protect'.
14785 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
14787         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14788         to "p".
14789         (gdb): Move definition of gud-pp to...
14791         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
14792         speedbar.
14793         (gdb-find-watch-expression): New function.
14795 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14797         * faces.el (face-attribute, set-face-attribute): Mention existence
14798         of `:ignore-defface' setting in docstring.
14800 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * simple.el (completion-setup-function): Fix last change.
14804 2005-11-17  John Paul Wallington  <jpw@pobox.com>
14806         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14807         Use `posn-set-point' instead of `mouse-set-point' because the
14808         latter is not fbound when configured without X.
14810         * comint.el (comint-insert-input): Likewise.
14812 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14814         * simple.el (hard-newline): New variable.
14815         (sendmail-user-agent-compose, next-line): Use it.
14817         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14818         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14819         (mail-mail-reply-to, mail-mail-followup-to)
14820         (mail-position-on-field, mail-signature, mail-yank-original)
14821         (mail-attach-file): Likewise.
14823         * mail/mailheader.el (mail-header-format)
14824         (mail-header-format-function): Likewise.
14826         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14828 2005-11-17  Juri Linkov  <juri@jurta.org>
14830         * font-lock.el (font-lock-faces): Rename this defgroup from
14831         `font-lock-highlighting-faces'.
14832         (font-lock-comment-face, font-lock-comment-delimiter-face)
14833         (font-lock-string-face, font-lock-doc-face)
14834         (font-lock-keyword-face, font-lock-builtin-face)
14835         (font-lock-function-name-face, font-lock-variable-name-face)
14836         (font-lock-type-face, font-lock-constant-face)
14837         (font-lock-warning-face, font-lock-negation-char-face)
14838         (font-lock-preprocessor-face)
14839         (font-lock-regexp-grouping-backslash)
14840         (font-lock-regexp-grouping-construct): Rename :group from
14841         `font-lock-highlighting-faces' to `font-lock-faces'.
14843         * cus-edit.el (lisp, c, tex):
14844         * progmodes/ada-mode.el (ada):
14845         * progmodes/asm-mode.el (asm):
14846         * progmodes/cperl-mode.el (cperl-faces):
14847         * progmodes/cpp.el (cpp):
14848         * progmodes/dcl-mode.el (dcl):
14849         * progmodes/f90.el (f90):
14850         * progmodes/fortran.el (fortran):
14851         * progmodes/icon.el (icon):
14852         * progmodes/idlwave.el (idlwave-misc):
14853         * progmodes/m4-mode.el (m4):
14854         * progmodes/make-mode.el (makefile):
14855         * progmodes/meta-mode.el (meta-font):
14856         * progmodes/modula2.el (modula2):
14857         * progmodes/octave-mod.el (octave):
14858         * progmodes/pascal.el (pascal):
14859         * progmodes/perl-mode.el (perl):
14860         * progmodes/prolog.el (prolog):
14861         * progmodes/ps-mode.el (PostScript-edit):
14862         * progmodes/scheme.el (scheme):
14863         * progmodes/sh-script.el (sh-script):
14864         * progmodes/simula.el (simula):
14865         * progmodes/tcl.el (tcl):
14866         * textmodes/nroff-mode.el (nroff):
14867         * textmodes/reftex-vars.el (reftex-fontification-configurations):
14868         * textmodes/sgml-mode.el (sgml):
14869         * textmodes/texinfo.el (texinfo):
14870         Add :link (custom-group-link font-lock-faces) to defgroup.
14872         * hi-lock.el (hi-lock): Rename this defgroup from
14873         `hi-lock-interactive-text-highlighting'.  Change parent group from
14874         `faces' to `font-lock'.  Add link to the manual.
14875         (hi-lock-mode, hi-lock-file-patterns-range)
14876         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14877         `hi-lock-interactive-text-highlighting' to `hi-lock'.
14878         (hi-lock-faces): Add :group `faces'.
14880         * cus-edit.el (custom-variable-prompt): Clarify the code.
14882         * faces.el (face-read-string): Set the default value arg of
14883         completing-read.
14885 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
14887         * rfn-eshadow.el (file-name-shadow-properties)
14888         (file-name-shadow-tty-properties, file-name-shadow-mode):
14889         Remove autoloads, because the file is now preloaded.
14891 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14893         * printing.el (easy-menu-intern): Don't define.
14894         (pr-get-symbol): Use easy-menu-intern only if defined.
14896         * simple.el (blink-matching-open): Simplify a bit.
14897         (completion-setup-function): Fix the case of partial-completion-mode
14898         when the minibuffer's contents start with "-".
14899         Obey completion-base-size-function even when
14900         minibuffer-completing-file-name is non-nil.
14902 2005-11-16  Richard M. Stallman  <rms@gnu.org>
14904         * net/eudcb-ph.el (eudc-ph-open-session):
14905         Use set-process-query-on-exit-flag.
14907         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14909         * international/ucs-tables.el (ucs-set-table-for-input):
14910         Use make-local-variable, not make-variable-buffer-local.
14912         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14913         Improve warning message text.
14915         * savehist.el (savehist-save-hook): Add :group.
14917         * menu-bar.el (menu-bar-help-menu):
14918         Rename Find Extra Packages to External Packages.
14920         * cus-edit.el (Custom-reset-standard): Verify that
14921         :custom-standard-value prop exists before calling it.
14923         * apropos.el (apropos-calc-scores): Use apropos-pattern.
14925 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
14927         * wid-edit.el (color): Enclose %t in %{...%}.
14929         * cus-edit.el (face): Enclose %t in %{...%}.
14931 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
14933         * savehist.el (savehist-mode-hook): Re-add the var.
14934         (savehist-mode): Use it.
14936 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14938         * textmodes/flyspell.el: Fix commenting convention.
14939         Remove unnecessary leading * in custom docstrings.
14940         (flyspell-emacs): Remove unused var.
14941         (flyspell-delete-region-overlays): Use remove-overlays.
14942         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14943         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14944         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14945         (flyspell-debug-signal-word-checked): Use with-current-buffer.
14946         (make-flyspell-overlay): Don't locally reuse a global name.
14947         (flyspell-highlight-incorrect-region)
14948         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14949         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14950         (flyspell-notify-misspell): Remove unused args `start' and `end'.
14951         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
14952         Wrap calls to accept-process-output inside with-local-quit since it's
14953         often called from a post-command-hook.
14954         (flyspell-correct-word, flyspell-auto-correct-word):
14955         Use ispell-send-string.
14956         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
14958         * calendar/diary-lib.el (diary-list-entries): Also hide the
14959         terminating newline.
14961 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
14963         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14964         window-system, to allow fonts on tty.
14966 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
14968         * progmodes/gud.el (gud-speedbar-item-info): New function.
14969         (gud-install-speedbar-variables): Use it to display data type
14970         of watch expression as a tooltip in speedbar.
14972 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
14974         * font-core.el (global-font-lock-mode): Add :version keyword,
14975         because default was changed.
14977         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14979         * startup.el (command-line): Use `custom-reevaluate-setting' for
14980         `file-name-shadow-mode'.
14982         * loadup.el: Preload rfn-eshadow.
14984         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14985         Add :version keyword.
14986         (file-name-shadow-properties, file-name-shadow-tty-properties)
14987         (file-name-shadow): Add :version keyword.
14989         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14990         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14991         in the custom-group property of the symbol frames and the fringe
14992         group got no link to its parent group frames.
14993         Doc fix.
14995 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
14997         * progmodes/gud.el (gud-stop-subjob): New function.
14998         (gud-menu-map, gud-tool-bar-map): Use it.
15000 2005-11-16  Kim F. Storm  <storm@cua.dk>
15002         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
15003         than kill it.
15004         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
15005         to a more useful/logical place.
15007 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
15009         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
15010         go buttons complementary.
15012 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15014         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
15015         (rfn-eshadow-sifn-equal): New function.
15016         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
15018 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15020         * viper-utils.el (viper-non-word-characters-reformed-vi):
15021         Quote `-' in string.
15023         * viper.el (viper-emacs-state-mode-list): Ensure that
15024         rcirc-mode buffers come up in Emacs state.
15026         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
15027         operation.
15029 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
15031         * term.el (term-termcap-format): Fix typos.
15032         (term-down): Fix the negative argument case.
15034 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
15036         * progmodes/gdb-ui.el: Remove face-alias left over from change on
15037         2005-08-15.
15038         (gdb-ann3): New command gud-go.
15039         (menu): Accomodate gdb-mi.el.
15040         (gdb-assembler-custom): Make buffer of selected window current
15041         so that set-window-point works.
15043         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
15044         buttons and include new ones.
15046 2005-11-16  Kim F. Storm  <storm@cua.dk>
15048         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
15049         (gud-menu-map): Use it.
15051 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
15053         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15054         that works correctly for Custom and that does not override a user
15055         who disables it.
15057         * help-mode.el (help-make-xrefs, help-xref-on-pp)
15058         (help-xref-interned, help-follow): Make hyperlinks for variables
15059         that are unbound, but have a non-nil variable-documentation property.
15061         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15062         mode hook.  (It conflicted with defcustoms for some mode hooks.)
15063         Use the `variable-documentation' property to give the mode hook a
15064         docstring and expand that docstring.
15066 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
15068         * savehist.el (savehist-mode): Don't bother with
15069         `custom-set-minor-mode'.
15070         (savehist-coding-system): Check XEmacs version.
15071         (history-length): Declare also at run time.
15072         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
15073         Don't set the customize state.
15074         (savehist-minibuffer-hook): Special case for when
15075         minibuffer-history-variable is equal to t.
15077 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15079         * files.el (write-file): Refresh VC status.
15081         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15082         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15083         than fundamental-mode to see if the mode was set.
15085 2005-11-14  Romain Francoise  <romain@orebokech.com>
15087         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15088         dummy function in `eval-when-compile' to avoid compiler warning.
15089         Require `man' at compile time.
15091 2005-11-14  Jay Belanger  <belanger@truman.edu>
15093         * calc-alg.el (calcFunc-write-out-power): Rename it to
15094         calcFunc-powerexpand.
15095         (math-write-out-power): Rename it to math-powerexpand; have it
15096         handle negative exponents.
15097         (calc-writeoutpower): Rename it to calc-powerexpand.
15099         * calc-ext.el: Change calcFunc-writeoutpower and
15100         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15101         autoloads.
15102         Add calcFunc-ldiv to autoloads.
15104         * calc-arith.el (calcFunc-ldiv): New function.
15106         * calc.el (calc-left-divide): New function.
15108 2005-11-14  Juri Linkov  <juri@jurta.org>
15110         * cus-edit.el (custom-variable-prompt): Set the default value arg
15111         of completing-read.
15113         * cus-dep.el (custom-make-dependencies): Reverse the list of
15114         found dependencies.
15116 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
15118         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15119         Highlighting" entry, it is on by default now.
15120         (menu-bar-options-save): Do not save global-font-lock-mode.
15122 2005-11-13  Richard M. Stallman  <rms@gnu.org>
15124         * textmodes/flyspell.el (flyspell-large-region):
15125         Call flyspell-accept-buffer-local-defs.
15127 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
15129         * textmodes/flyspell.el (flyspell-notify-misspell):
15130         Fix misspelling of "Misspelling".
15131         (flyspell-process-localwords): New function.
15132         (flyspell-large-region): Call flyspell-process-localwords and
15133         flyspell-delete-region-overlays.
15134         (flyspell-delete-region-overlays): New function.
15135         (flyspell-delete-all-overlays): Call that.
15137 2005-11-13  Richard M. Stallman  <rms@gnu.org>
15139         * help.el (help-for-help-internal): Improve doc of C-h a.
15140         (describe-key): Improve prompt; doc fix.
15142 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15144         * vc-svn.el (vc-svn-registered): Catch all errors.
15146         * cus-dep.el (custom-make-dependencies): Typo.
15148 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
15150         * net/tramp-util.el (top): Fix compilation warning.
15152 2005-11-13  Kim F. Storm  <storm@cua.dk>
15154         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
15156 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
15158         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15159         (gud-speedbar-buttons): Match on "const char *" too.
15161         * progmodes/gdb-ui.el (gdb-var-create-handler)
15162         (gdb-var-list-children-handler): Match on "const char *" too.
15163         (gdb-var-evaluate-expression-handler): Match on empty string.
15164         (gdb-var-update-handler): Only call
15165         gdb-var-evaluate-expression-handler when required.
15167 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
15169         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15170         selected window.  This still doesn't work for speedbar.
15171         (gud-speedbar-buttons): Handle string expressions properly.
15173         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15174         (gdb-var-create-handler): Handle string expressions properly.
15175         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15176         Handle string expressions properly.  Move "type" field into regexp.
15178 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
15180         * bookmark.el (bookmark-maybe-message): New function to reduce
15181         code duplication: invokes `message' iff baud-rate is high enough.
15182         (bookmark-write-file): Use above instead of an inline conditional.
15183         (bookmark-load): Same.
15185 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
15187         * bookmark.el (bookmark-write-file): Don't visit the destination
15188         file, just write the data to it using write-region.  This is
15189         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15190         change to avoid visiting the file in the first place.
15192 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
15194         * hi-lock.el (hi-lock-mode): Set the default value of
15195         font-lock-defaults.
15197 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
15199         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15200         arg to `file-attributes'.
15201         (find-lisp-format): The UID and GID can now be strings.
15203 2005-11-12  Kim F. Storm  <storm@cua.dk>
15205         * help.el (help-map): Bind C-h d to apropos-documentation.
15207         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15208         when point is at end-of-buffer.
15210         * apropos.el (apropos-match-face): Doc fix.
15211         (apropos-sort-by-scores): Add new choice `verbose'.
15212         (apropos-documentation-sort-by-scores): New defcustom.
15213         (apropos-pattern): Now contains the pattern entered by the user.
15214         (apropos-pattern-quoted): New defvar.
15215         (apropos-regexp): New defvar, containing the regexp corresponding
15216         to apropos-pattern.
15217         (apropos-all-words-regexp): Rename from apropos-all-regexp.
15218         (apropos-read-pattern): New defun.  Use it to read pattern arg in
15219         interactive calls; returns list of words for a word list, and
15220         string for a regexp.
15221         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
15222         parses a list of words or regexp as returned by apropos-read-pattern.
15223         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15224         (apropos-score-doc): Return a very high score if the string
15225         entered by the user matches literally.
15226         (apropos-variable): Doc fix.  Use apropos-read-pattern.
15227         (apropos-command): Doc fix.  Use apropos-read-pattern and
15228         apropos-parse-pattern.  Call apropos-print with nosubst=t.
15229         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
15230         apropos-parse-pattern.
15231         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
15232         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
15233         apropos-documentation-sort-by-scores.  Call apropos-print with
15234         nosubst=t.
15235         (apropos-documentation-internal): Pass doc string through
15236         substitute-key-definition before adding text properties.
15237         Highlight substring matching literal user input if possible.
15238         (apropos-documentation-check-doc-file): Remove locals beg and end.
15239         Fix calculation of score (as added twice).  Pass doc string through
15240         substitute-key-definition before adding text properties.
15241         (apropos-documentation-check-elc-file): Pass doc string through
15242         substitute-key-definition before adding text properties.
15243         Highlight substring matching literal user input if possible.
15244         (apropos-print): Add new arg NOSUBST; if set, command and variable
15245         doc strings have already been passed through substitute-key-definition.
15246         Add code to handle apropos-accumulator items without score element
15247         for backwards compatibility (e.g. with woman package).
15248         Only show scores if apropos-sort-by-scores is `verbose'.
15250 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15252         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15253         Add jka-compr-load-suffixes to load-suffixes.
15255         * jka-compr.el: Require jka-cmpr-hook.
15256         (jka-compr-info-compress-message, jka-compr-info-compress-program)
15257         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15258         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15259         (jka-compr-info-can-append, jka-compr-info-strip-extension)
15260         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15261         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
15262         (jka-compr-uninstall): Remove entries from
15263         jka-compr-added-to-file-coding-system-alist after they are used.
15264         (jka-compr-error): Remove unused var `curbuf'.
15265         (jka-compr-file-local-copy): Remove unused var `notfound'.
15267 2005-11-10  Romain Francoise  <romain@orebokech.com>
15269         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15271 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
15273         * progmodes/gud.el (gud-menu-map): Move parentheses.
15274         (gdb): New command gud-pv.
15276 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15278         * tar-mode.el: Remove spurious or unnecessary leading stars
15279         in docstrings.
15280         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15281         (tar-parse-octal-integer-safe): Use mapc.
15282         (tar-header-block-summarize): Remove unused var `ck'.
15283         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15284         cleared before.  Obey default-enable-multibyte-characters.
15285         Use mapconcat.  Simplify setting of tar-header-offset.
15286         (tar-mode-map): Move initialization inside delcaration.
15287         (tar-flag-deleted): Use `abs'.
15288         (tar-expunge-internal): Remove unused var `line'.
15289         (tar-expunge-internal): Don't hardcode point-min==1.
15290         (tar-expunge): Widen while doing set-buffer-multibyte.
15291         (tar-rename-entry): Use file-name-coding-system.
15292         (tar-alter-one-field): Don't hardcode point-min==1.
15293         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15294         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
15296 2005-11-10  Masatake YAMATO  <jet@gyve.org>
15298         * add-log.el (add-log-current-defun): Handle class::method
15299         notation of c++.  Fix incorrect comment.
15301 2005-11-10  Alan Mackenzie  <acm@muc.de>
15303         * help-fns.el (describe-variable): Make C-h v work when a variable
15304         has variable documentation yet is unbound.
15306 2005-11-10  Masatake YAMATO  <jet@gyve.org>
15308         * man.el (Man-highlight-references): Set an empty
15309         string to `Man-arguments' if it is nil.
15310         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15312 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15314         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15315         commenting conventions.
15317         * cus-dep.el (custom-make-dependencies): Simplify.
15318         Better follow the commenting conventions.
15320 2005-11-09  Richard M. Stallman  <rms@gnu.org>
15322         * apropos.el (apropos-pattern): Rename from apropos-regexp.
15323         (apropos-orig-pattern): Rename from apropos-orig-regexp.
15324         All uses changed.
15325         (apropos-rewrite-regexp): Doc fix.
15326         (apropos-variable, apropos-command, apropos, apropos-value):
15327         Change prompt; carry through the argument renaming.
15329 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
15331         * find-lisp.el: Require dired.
15332         (find-lisp-find-dired-internal): Do not call
15333         `abbreviate-file-name' on DIR.
15335 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
15337         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15339 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
15341         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15342         when using the speedbar.
15343         (gdb): New command gud-pp.
15344         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15346 2005-11-09  Juri Linkov  <juri@jurta.org>
15348         * replace.el (occur-excluded-properties): New defcustom.
15349         (occur-1, occur-engine, occur-accumulate-lines): Use it.
15351 2005-11-08  Jay Belanger  <belanger@truman.edu>
15353         * calc/calc-units.el (math-convert-units): Replace any composite
15354         unit by its definition.
15356 2005-11-08  Lars Hansen  <larsh@soem.dk>
15358         * emacs-lisp/autoload.el (update-directory-autoloads):
15359         Add obsolete function alias.
15361 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15363         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15364         comment-indent-function.
15365         (lisp-comment-indent): Replace by an alias for comment-indent-default.
15367         * reveal.el (reveal-post-command): Rework the handling of
15368         reveal-open-spots, so as to be more reliable.  There were several
15369         tricky corner cases where an open spot might be lost, or where
15370         a closed spot might end up on the list of open spots.
15371         Only reveal text that's ellipsised.
15373 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
15375         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15377 2005-11-07  John Paul Wallington  <jpw@gnu.org>
15379         * ibuffer.el (ibuffer): Search iconified frames too when
15380         getting Ibuffer buffer's window.
15382 2005-11-06  Richard M. Stallman  <rms@gnu.org>
15384         * progmodes/compile.el (compilation-internal-error-properties):
15385         save-excursion around the computation of MARKER.
15387 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
15389         * textmodes/flyspell.el (flyspell-external-point-words):
15390         flyspell-get-word returns a list, not just a string.
15392 2005-11-06  John Paul Wallington  <jpw@pobox.com>
15394         * ibuffer.el (ibuffer): Search all visible frames when getting
15395         Ibuffer buffer's window.
15397 2005-11-07  Masatake YAMATO  <jet@gyve.org>
15399         * man.el (Man-reference-regexp): Accept spaces between
15400         `Man-name-regexp' and `Man-section-regexp'.
15401         (Man-apropos-regexp): New variable.
15402         (Man-abstract-xref-man-page): Use value for `Man-target-string'
15403         if available.
15404         (Man-highlight-references, Man-highlight-references0):
15405         Handle the case when `Man-arguments' includes "-k".
15406         (Man-highlight-references0): Rename the argument `TARGET-POS' to
15407         `TARGET'. `TARGET' can be a number, function or nil.
15409 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
15411         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15412         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15413         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15414         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15415         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15416         (gdb-send-item): Use buffer-local-value and simplify.
15418 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
15420         * startup.el (command-line): Use `custom-reevaluate-setting' for
15421         `global-font-lock-mode'.
15423         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15424         by default, except in batch mode or when the -D option is given.
15426         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15427         specified keyword args on to `define-minor-mode'.  Update docstring.
15429 2005-11-05  Romain Francoise  <romain@orebokech.com>
15431         * replace.el (occur-engine): Add marker at end of line, too.
15433 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
15435         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15436         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15437         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15438         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15439         argument to all these routines, so the passphrase can be managed
15440         externally and passed in to the system.
15441         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15442         pgg-add-passphrase-to-cache function.
15444         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15445         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15446         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15447         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15448         argument to all these routines, so the passphrase can be managed
15449         externally and passed in to the system.
15450         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15451         function.
15453 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
15455         * font-lock.el: Don't deal with font-lock-face-attributes here,
15456         move the code ...
15458         * startup.el (command-line): ... here.  Use face-spec-set instead
15459         of custom-declare-face.
15461         * faces.el (face-spec-set): Reset the face if spec is not nil.
15463 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15465         * newcomment.el (comment-region-internal): Box more tightly in the
15466         common case where there's no TAB in the boxed text.
15468 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15470         * info.el (info-tool-bar-map): Use images prev-node, next-node and
15471         up-node.
15473 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
15475         * newsticker.el: Commentary updated.  Code formatting changed.
15476         (newsticker-version): Change to "1.9".
15477         (newsticker, newsticker-feed): Doc fix.
15478         (newsticker-url-list): Doc fix.  Add option "Weekly".
15479         (newsticker-retrieval-interval): Add option "Weekly".
15480         (newsticker-headline-processing): Doc fix.
15481         (newsticker-auto-mark-filter): Remove.
15482         (newsticker-auto-mark-filter-list): New.
15483         (newsticker-layout, newsticker-sort-method): Doc fix.
15484         (newsticker-hide-old-items-in-newsticker-buffer)
15485         (newsticker-heading-format, newsticker-item-format)
15486         (newsticker-desc-format): Doc fix.
15487         (newsticker-show-all-rss-elements): Remove.
15488         (newsticker-show-all-news-elements): New.
15489         (newsticker-faces, newsticker-ticker): Doc fix.
15490         (remove-from-invisibility-spec): Code formatting.
15491         (newsticker--process-ids): New.
15492         (newsticker-mode): Doc fix.
15493         (newsticker-mode): Change mode-line-format.
15494         (newsticker-start): Remove debug output.
15495         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
15496         (newsticker-w3m-show-inline-images): Code formatting.
15497         (newsticker-next-item): Call `force-mode-line-update'.
15498         (newsticker-previous-item): Call `force-mode-line-update'.
15499         (newsticker-next-feed): Call `force-mode-line-update'.
15500         (newsticker-previous-feed): Call `force-mode-line-update'.
15501         (newsticker-mark-all-items-at-point-as-read): Code formatting.
15502         (newsticker-show-old-items): Do not show descs.
15503         (newsticker-hide-entry): Hide too much.
15504         (newsticker-hide-entry, newsticker-show-entry)
15505         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15506         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15507         (newsticker-toggle-auto-narrow-to-item): Code formatting.
15508         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15509         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15510         (newsticker-get-news): Call `force-mode-line-update'.
15511         Collect process ids.
15512         (newsticker--sentinel): Change coding system handling.
15513         Move image retrieval to new functions newsticker--get-logo-url-*.
15514         Move feed parsing to new functions newsticker--parse-*.
15515         Update list of process ids.
15516         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15517         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15518         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15519         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15520         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15521         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15522         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15523         (newsticker--decode-coding-string): Remove.
15524         (newsticker--decode-numeric-entities): Check input.  Format code.
15525         (newsticker--remove-whitespace): Check input.
15526         (newsticker--do-forget-preformatted): Doc fix.
15527         (newsticker--decode-rfc822-date): Allow for missing time.
15528         (newsticker--update-process-ids): New.
15529         (newsticker--image-sentinel): Change comment.
15530         (newsticker--image-read): Change error message.
15531         (newsticker--imenu-goto): Doc fix.  Show headline title.
15532         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15533         (newsticker--buffer-do-insert-text): Clean whitespace in
15534         html-rendered headline title.  Code formatting.
15535         Call `newsticker--buffer-print-extra-elements'.
15536         (newsticker--buffer-print-extra-element): Remove.
15537         (newsticker--buffer-print-extra-elements): New.
15538         (newsticker--buffer-do-print-extra-element): New.
15539         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
15540         large sizes.
15541         (newsticker--run-auto-mark-filter)
15542         (newsticker--do-run-auto-mark-filter):
15543         Use `newsticker-auto-mark-filter-list'.
15545 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
15547         * net/rcirc.el: Use split-string OMIT-NULLS argument.
15548         (rcirc-print): Force redisplay before running hooks.  Do long
15549         buffer truncation after making new text read-only.  Deal with nil
15550         text when decoding strings.  If TARGET is nil, use either the
15551         currently selected buffer, if it is an rcirc buffer and of the
15552         same process or the process buffer.
15553         (rcirc-mode): Remove header-line.  Recompute short buffer names.
15554         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15555         (rcirc-short-buffer-name): Add variable.
15556         (rcirc-kill-buffer-hook): Recompute short buffer names.
15557         Remove nick from private channel.
15558         (rcirc-send-input): Send command text to current-buffer.
15559         Don't clear overlay arrow here.
15560         (rcirc-short-buffer-name): Return a short buffer name.
15561         (rcirc-update-short-buffer-names, rcirc-abbreviate)
15562         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15563         buffer-name abbreviations.
15564         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15565         Do not touch nick-table when killing a parted channel.
15566         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15567         Clear arrow from current buffer if it is now hidden.
15568         (rcirc-current-buffer): Add variable.
15569         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15570         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15571         Remove -face from names.
15572         (rcirc-update-activity-string): Print "DND" when globally ignoring
15573         activity.
15574         (rcirc-ignore-buffer-activity-flag): Rename from
15575         rcirc-ignore-channel-activity.
15576         (rcirc-ignore-all-activity-flag): Doc fix.
15577         (rcirc-channels): Remove variable.
15578         (rcirc-kill-buffer-hook):
15579         (rcirc-get-buffer-create): Add nick to private channel.
15580         (rcirc-multiline-edit-submit): Remove tabs.
15581         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15582         folded.
15583         (rcirc-remove-nick-channel): Bug fix.
15584         (rcirc-toggle-ignore-buffer-activity): Rename from
15585         rcirc-toggle-ignore-channel-activity.
15586         (rcirc-record-activity): Add buffers to the front of the list.
15587         (rcirc-update-activity): Remove killed buffers from list.
15588         (rcirc-process-server-response-1): Remove last argument if it is
15589         null before calling handler.
15590         (rcirc): Add "rcirc" defcustom prefix.
15591         (rcirc-prompt): Simplify default prompt.
15592         Use custom-initialize-default.
15593         (rcirc-private-chats): Remove variable.
15594         (rcirc-prompt): Change initialization.
15595         (rcirc-version): Remove function.
15596         (rcirc-id-string): Add constant.
15597         (rcirc-last-buffer): Remove variable.
15598         (rcirc-buffer-alist): Add variable.
15599         (rcirc-connect): Update variable setup.
15600         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15601         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15602         default.
15603         (rcirc-handler-generic): Trigger activity.
15604         (rcirc-send-message): Create the buffor of the target.
15605         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15606         (rcirc-get-buffer): Just return nil if there is no matching buffer.
15607         (rcirc-multiline-edit-cancel): Remove function.
15608         (rcirc-set-last-buffer): Remove function.
15609         (rcirc-get-any-buffer): Add function.
15610         (rcirc-join-channels): Don't print /join text.
15611         (rcirc-toggle-ignore-channel-activity): Add and update echo area
15612         messages.
15613         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15614         (rcirc-handler-NOTICE): Recognize CTCP responses.
15615         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15616         constructing TOPIC string for buffers we are not JOINed.
15617         (rcirc-handler-CTCP-response): Add handler.
15618         (rcirc-multiline-edit-submit): Restore the window-configuration
15619         before adjusting point.
15620         (rcirc): Add customization group.
15621         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15622         (rcirc-user-full-name, rcirc-startup-channels-alist)
15623         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15624         (rcirc-ignore-all-activity-flag, rcirc-time-format)
15625         (rcirc-input-ring-size, rcirc-read-only-flag)
15626         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15627         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15628         Change defvar to defcustom.
15629         (rcirc-update-prompt): Add optional ALL arg, which will update
15630         prompts in all rcirc buffers.  Regexp quote replacement text.
15631         (rcirc-fill-column): Accept frame-width as a value.
15632         (rcirc-set-changed): Add function.
15633         (rcirc-next-active-buffer): Write more meaningful messages.
15634         (rcirc-faces): Add customization group.
15635         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15636         (rcirc-nick-in-message-face, rcirc-prompt-face)
15637         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15638         (with-rcirc-process-buffer): Move before first usage.
15639         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15640         (rcirc-debug-flag): Rename from `rcirc-log-p'.
15641         (rcirc-debug): Rename from `rcirc-log'.
15642         (rcirc-format-response-string): Do not print `-' chars for a
15643         NOTICE with no sender.  Simplify output of server responses.
15645 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
15647         (rcirc-browse-url-map, rcirc-browse-url-at-point)
15648         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15649         Make urls mouse and RET clickable.
15651 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
15653         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15655 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
15657         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15658         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15659         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15660         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15661         argument to all these routines, so the passphrase can be managed
15662         externally and passed in to the system.
15663         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15664         pgg-add-passphrase-to-cache function.
15666         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15667         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15668         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15669         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15670         argument to all these routines, so the passphrase can be managed
15671         externally and passed in to the system.
15672         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15673         function.
15675 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
15677         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15678         from goto-address-url-regexp.
15680 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
15682         * textmodes/org.el (org-read-date, org-goto-calendar)
15683         (org-recenter-calendar, org-agenda-goto-calendar):
15684         Temporarily clear `calendar-move-hook'.
15686 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
15688         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15689         merging.
15691         * ediff-util.el (ediff-previous-difference): Don't skip regions that
15692         have merge clashes.
15694 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15696         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15697         Undo previous change.
15699         * startup.el (command-line): Use `custom-reevaluate-setting' for
15700         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
15701         tty-register-default-colors on Mac.
15703 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
15705         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15706         (gdb-buffer-type): Make it automatically buffer local...
15707         (gdb-get-create-buffer): ...and set it accordingly.
15708         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15709         actually work.
15711 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
15713         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15714         not red.
15716 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
15718         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15719         case GUD buffer is not visible.
15720         (gdb-goto-breakpoint): Try to force display in source buffer.
15721         (gdb-frame-gdb-buffer): Copy other similar functions.
15722         (gdb-restore-windows): Don't display source if not asked for.
15723         (gdb-assembler-buffer-name): Don't capitalise.
15725 2005-11-03  Richard M. Stallman  <rms@gnu.org>
15727         * wid-edit.el (key-sequence): New widget type.
15729         * simple.el (set-mark-command-repeat-pop): New variable.
15730         (set-mark-command): Only interpret plan C-@ after a pop as a pop
15731         if set-mark-command-repeat-pop is true.
15733         * info.el (Info-fontify-node): Don't display extra "see" if there
15734         already is one here.
15736         * mouse.el: Fix special handling of DEL after dragging a region:
15737         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15738         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
15740         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15742         * textmodes/ispell.el (ispell-command-loop): Change `i' description
15743         not to assume it pertains to an affix.
15745         * textmodes/flyspell.el (flyspell-post-command-hook):
15746         Bind deactivate-mark to prevent deactivation.
15748 2005-11-03  Lars Hansen  <larsh@soem.dk>
15750         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15751         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15752         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15754 2005-11-03  Romain Francoise  <romain@orebokech.com>
15756         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
15757         Update copyright years.
15759 2005-11-03  Sam Steingold  <sds@gnu.org>
15761         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15762         Use system-type instead of window-system because window-system is not
15763         correctly defined during loadup.
15765 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
15767         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15768         (xml-parse-tag): Join strings separated by a comment properly.
15770 2005-11-02  Andreas Schwab  <schwab@suse.de>
15772         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15774 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15776         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15777         (byte-optimize-pure-func): Quote the eval'd value.
15779         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15780         Rename from perl-font-lock-syntactic-face-function.
15781         Change the calling convention so it can be used as a font-lock MATCHER.
15782         Do the parse-partial-sexp loop outselves.
15783         (perl-font-lock-syntactic-keywords): Use it.
15784         (perl-mode): Don't set font-lock-syntactic-face-function any more.
15786 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
15788         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15789         disassembly buffer too.
15790         (gdb-exited): Remove overlay arrows when execution has finished.
15791         (gdb-info-frames-custom, gdb-info-threads-custom)
15792         (gdb-info-registers-custom): Don't add inappropriate text
15793         properties if inferior is not active.
15795 2005-11-02  Glenn Morris  <rgm@gnu.org>
15797         * progmodes/fortran.el (fortran-blink-match):
15798         Use `blink-matching-delay'.
15800 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
15802         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15804 2005-11-02  Lars Hansen  <larsh@soem.dk>
15806         * net/tramp.el (tramp-action-out-of-band): Handle scp message
15807         "Permission denied".
15809 2005-11-01  Richard M. Stallman  <rms@gnu.org>
15811         * textmodes/flyspell.el (flyspell-external-point-words):
15812         Pass nil to flyspell-get-word.
15814 2005-11-02  Kim F. Storm  <storm@cua.dk>
15816         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15817         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15819 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15821         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15822         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15823         (calendar-mouse-print-dates): Add optional `event' argument.
15824         Update interactive-spec.
15825         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15826         Use `calendar-event-to-date' instead of `event'.
15828 2005-11-02  Masatake YAMATO  <jet@gyve.org>
15830         * progmodes/ld-script.el (ld-script-builtins):
15831         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15832         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15833         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15835 2005-11-01  Romain Francoise  <romain@orebokech.com>
15837         * vc-sccs.el: Update copyright year.
15838         * ezimage.el: Likewise.
15840 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
15842         * info.el (Info-fontify-node): Use `string-width' for fontifying
15843         underlined titles.
15845 2005-11-01  Juri Linkov  <juri@jurta.org>
15847         * info.el (Info-fontify-node): Downcase node header keywords Node,
15848         Prev, Next, Up before comparison.
15849         (Info-history): Insert absolute directory name, and put invisible
15850         property on it.
15852 2005-11-01  Juri Linkov  <juri@jurta.org>
15854         * info.el (Info-file-supports-index-cookies): New variable.
15855         (Info-find-node-2): Check makeinfo version for index cookie support.
15856         (Info-index-nodes): Search for nodes with index cookies only when
15857         Info-file-supports-index-cookies is t.  Otherwise, search nodes
15858         with "Index" in the node name.
15859         (Info-index-node): Search index cookie in the current node only when
15860         Info-file-supports-index-cookies is t.  Otherwise, check the word
15861         "Index" in the node name.
15862         (Info-find-emacs-command-nodes): Remove code that searches nodes
15863         with "Index" node name in the top menu.
15865 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15867         * progmodes/scheme.el (scheme-mode-variables): Use the default
15868         comment-indent-function.
15870         * faces.el (face-attribute): Handle the case where a face inherits from
15871         a non-existent face.
15873         * simple.el (eval-expression-print-format): Use lisp-readable syntax
15874         for octal and hexa output, and merge the char into the paren.
15875         (kill-new): Use push.
15876         (copy-to-buffer): Use with-current-buffer.
15877         (completion-setup-function): Move code in loop to remove redundancy.
15878         (minibuffer-local-must-match-map): Don't add bindings that duplicate
15879         those inherited from minibuffer-local-completion-map.
15881         * savehist.el (savehist-mode) <defcustom>:
15882         Use custom-set-minor-mode if available.
15883         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15884         and emit a message if applicable.
15886 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
15888         * savehist.el: Sync up to version 19.
15889         (savehist-mode): New minor mode.
15890         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15891         (savehist-length): Remove (use history-length instead).
15892         (savehist-file-modes): Rename from savehist-modes.
15893         (savehist-save-hook, savehist-loaded): New vars.
15894         (savehist-load): Use savehist-mode.  Try to smooth up transition from
15895         old format to new format.
15896         (savehist-install): Allow savehist-autosave-interval to be nil.
15897         (savehist-save): Run the new hook.  Be more careful to only trim the
15898         history variables.
15899         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
15900         (savehist-printable): Print into a buffer rather than char-by-char.
15902 2005-11-01  John Wiegley  <johnw@newartisans.com>
15904         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15905         toggle-ignore keybinding (C-a).  The author said it had been
15906         disabled much earlier due to a possible incompatibility, but after
15907         many months of usage I have encountered no problems (and it is a
15908         rather useful option, especially for switching to " *temp*").
15910         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15911         support for OS/X's AddressBook, by calling out to the open source
15912         program "contacts" (installable through Fink).
15914         * net/eudc.el (eudc-expand-inline): If the
15915         `eudc-multiple-match-handling-method' is set to `all', delete the
15916         query string before inserting the query result.
15918         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15919         flag, to prevent Eshell from using the system ls when
15920         `eshell-ls-insert-directory' is in used.
15921         (eshell-ls-insert-directory): Disable font-lock in directory
15922         buffer so that Eshell's own fontification is seen.  This broke
15923         recently due to changes in font-lock, so this goes back to version
15924         21 behavior.
15926 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
15928         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15929         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15930         (gdb-many-windows): Doc fix.
15932 2005-10-31  Romain Francoise  <romain@orebokech.com>
15934         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15936 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
15938         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15939         that global-font-lock-mode can be enabled by default.
15941         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15942         (font-lock-add-keywords, font-lock-remove-keywords)
15943         (font-lock-fontify-buffer): Remove autoload cookies.
15945         * jit-lock.el (jit-lock-register): Likewise.
15947         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15949 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
15951         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15952         intact if there is no gud-comint-buffer.
15954 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
15956         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15957         old prompt comint-prompt-read-only is t and GDB commands are
15958         issued from tool bar etc.
15960 2005-10-31  Masatake YAMATO  <jet@gyve.org>
15962         * vc.el (vc-directory-exclusion-list): Add "{arch}".
15964 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15966         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15967         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15969 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
15971         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15972         starting at beginning of line.  Fontification is messed up when
15973         `open-paren-in-column-0-is-defun-start' set to t.
15974         Reported by John Paul Wallington <jpw@pobox.com>.
15976 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
15978         * comint.el (comint-send-input): Call `comint-update-fence' when
15979         `comint-process-echoes' and `comint-prompt-read-only' are both
15980         non-nil, to avoid leftover read-only newline.
15982 2005-10-30  Richard M. Stallman  <rms@gnu.org>
15984         * textmodes/flyspell.el (flyspell-external-point-words):
15985         Detect when WORD can't be checked properly because
15986         flyspell-get-word finds just part of it, and move on.
15988         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15989         boundarychar for Polish.
15990         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15991         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15993 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
15995         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15996         (gdb-registers-font-lock-keywords): Delete.
15997         (gdb-registers-mode): Don't fontify.
15998         (gdb-info-registers-custom): Use text properties instead as, in
15999         future, changed register values will use font-lock-warning-face.
16000         (gdb-local-font-lock-keywords): Rename to...
16001         (gdb-locals-font-lock-keywords): ...for consistency.
16003 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
16005         * vc.el (vc-switch-backend): Better error message if the buffer is
16006         not visiting a file under version control.
16008         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
16010 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
16012         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
16013         ~/.emacs.d/.emacs.
16015 2005-10-29  Richard M. Stallman  <rms@gnu.org>
16017         * replace.el (occur-mode-mouse-goto): Always go to other window.
16018         (occur-mode-goto-occurrence): Always switch in same window.
16020         * simple.el (undo): Display message at end, not at start.
16022         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
16023         New arg REUSE-CELL.
16024         (cancel-timer-internal): New function.
16025         (timer-event-handler): Use cancel-timer-internal,
16026         and pass the cell it returns to timer-activate...
16028         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
16029         (jit-lock-deferred-fontify, jit-lock-context-fontify)
16030         (jit-lock-after-change): Test memory-full.
16032 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
16034         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16035         part of the decoded armor to find the key-identifier.
16036         (pgg-gpg-lookup-key-owner): New function to return the
16037         human-readable identifier of a key owner.
16038         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16039         key itself.
16040         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16041         the key value) if we have a key and can match it against a secret
16042         key.  Also, added a note pointing out fact that the prompt only
16043         indicates the first matching key.
16045         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16046         pgg-decrypt-region.
16047         (pgg-pending-timers): A new hash for tracking the passphrase cache
16048         timers, so that new ones supercede old ones.
16049         (pgg-add-passphrase-to-cache): Rename from
16050         `pgg-add-passphrase-cache' to reduce confusion (all callers
16051         changed).  Modified to cancel old timers when new ones are added.
16052         (pgg-remove-passphrase-from-cache): Rename from
16053         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16054         changed).  Modified to cancel old timers when their keys are
16055         removed from the cache.
16056         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16057         XEmacs, an indirection to delete-itimer.
16058         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16059         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16060         users can only check cache without risk of prompting.  Correct bug in
16061         notruncate behavior.
16062         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16063         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16064         Add informative docstrings.
16065         (pgg-decrypt): Convey provided passphrase in subordinate call to
16066         pgg-decrypt-region.
16068         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16069         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16070         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16071         `passphrase' argument, so the passphrase can be managed externally
16072         and then passed in to the system.
16074         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16075         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16076         so the passphrase cache can be used reliably with identifiers
16077         besides a pgp packet's key id.
16079         * pgg-gpg.el (pgg-pgp-encrypt-region)
16080         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16081         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16082         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16083         argument to all these routines, so the passphrase can be managed
16084         externally and passed in to the system.
16086         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16087         `notruncate' argument, so the passphrase cache can be used
16088         reliably with identifiers besides a pgp packet's key id.
16090 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
16092         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16093         symmetric encryption.
16094         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16095         encrypted session key.
16096         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16097         message ask for the passphrase in a proper way.
16099         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16100         New user commands for symmetric encryption.
16102 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
16104         * textmodes/conf-mode.el (conf-assignment-sign)
16105         (conf-assignment-regexp): Fix docstrings.
16106         (conf-mode-initialize): New function.
16107         (conf-mode): Remove optional args.  Use delay-mode-hooks to
16108         recognize recursive calls.
16109         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16110         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16111         (conf-xdefaults-mode): Use define-derived-mode and
16112         conf-mode-initialize.
16114 2005-10-29  Romain Francoise  <romain@orebokech.com>
16116         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16118 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
16120         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16121         part of the decoded armor to find the key-identifier.
16122         (pgg-gpg-lookup-key-owner): New function to return the
16123         human-readable identifier of a key owner.
16124         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16125         key itself.
16126         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16127         the key value) if we have a key and can match it against a secret
16128         key.  Also, added a note pointing out fact that the prompt only
16129         indicates the first matching key.
16131         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16132         pgg-decrypt-region.
16133         (pgg-pending-timers): A new hash for tracking the passphrase cache
16134         timers, so that new ones supercede old ones.
16135         (pgg-add-passphrase-to-cache): Rename from
16136         `pgg-add-passphrase-cache' to reduce confusion (all callers
16137         changed).  Modified to cancel old timers when new ones are added.
16138         (pgg-remove-passphrase-from-cache): Rename from
16139         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16140         changed).  Modified to cancel old timers when their keys are
16141         removed from the cache.
16142         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16143         XEmacs, an indirection to delete-itimer.
16144         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16145         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16146         users can only check cache without risk of prompting.  Correct bug in
16147         notruncate behavior.
16148         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16149         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16150         Add informative docstrings.
16151         (pgg-decrypt): Convey provided passphrase in subordinate call to
16152         pgg-decrypt-region.
16154 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16156         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16157         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16158         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16159         `passphrase' argument, so the passphrase can be managed externally
16160         and then passed in to the system.
16162         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16163         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16164         so the passphrase cache can be used reliably with identifiers
16165         besides a pgp packet's key id.
16167         * pgg-gpg.el (pgg-pgp-encrypt-region)
16168         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16169         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16170         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16171         argument to all these routines, so the passphrase can be managed
16172         externally and passed in to the system.
16174         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16175         `notruncate' argument, so the passphrase cache can be used
16176         reliably with identifiers besides a pgp packet's key id.
16178 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
16180         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16181         symmetric encryption.
16182         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16183         encrypted session key.
16184         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16185         message ask for the passphrase in a proper way.
16187         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16188         New user commands for symmetric encryption.
16190 2005-10-28  Bill Wohler  <wohler@newt.com>
16192         * help-mode.el (help-url): New button type.  Calls browse-url.
16193         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16194         Similar to Info nodes: URL `url'.
16195         (help-make-xrefs): Create help-url buttons for
16196         help-xref-url-regexp matches.
16198 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
16200         * tool-bar.el (tool-bar-add-item-from-menu)
16201         (tool-bar-local-item-from-menu): Fix doc strings.
16203 2005-10-28  Romain Francoise  <romain@orebokech.com>
16205         * ldefs-boot.el: Update.
16207         * subr.el (locate-library): Move from help-fns.el.
16208         * help-fns.el (locate-library): Move to subr.el.
16210 2005-10-28  Richard M. Stallman  <rms@gnu.org>
16212         * net/tramp.el (tramp-completion-mode): defvar moved up.
16214         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16216         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16218         * files.el (find-file-noselect): Use %d to format large file size.
16220         * bindings.el (mode-line-format): Add %e.
16222         * loadup.el ("facemenu"): Load unconditionally.
16223         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16224         ("x-dnd"): Load, when appropriate.
16226         * startup.el (command-line): Call before-init-hook earlier.
16227         Warn about some bad characters in -u user name.
16229         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16230         (flyspell-external-point-words): Error if misspelled word is not found.
16231         Set flyspell-large-region-beg at end of word.
16233 2005-10-28  Andreas Schwab  <schwab@suse.de>
16235         * view.el (View-revert-buffer-scroll-page-forward):
16236         Use view-page-size-default.
16238 2005-10-28  Juri Linkov  <juri@jurta.org>
16240         * international/quail.el (quail-get-current-str): Translate last
16241         raw character for deterministic input methods.
16243 2005-10-27  Jay Belanger  <belanger@truman.edu>
16245         * calc/calc-ext.el: Add functions to autoloads.
16246         (math-identity-matrix-p, math-ident-row-p): New functions.
16248         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16249         multiplication by an identity matrix; don't turn multiplication by
16250         an inverse matrix into division.
16251         (math-div-symbol-fancy): Replace division by matrices with
16252         multiplication by inverse.
16254         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16256         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16257         (calc-writeoutpower): New functions.
16259 2005-10-27  Romain Francoise  <romain@orebokech.com>
16261         * replace.el (occur-engine): Include colon in mouse-face highlight.
16263         * dired-x.el: Change Maintainer field.
16265 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
16267         * longlines.el (longlines-mode): Bind after-change-functions to
16268         nil during initial decoding and final encoding.
16270 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
16272         * term.el (term-emulate-terminal, term-handle-colors-array)
16273         (term-handle-ansi-escape): Specify the terminfo capabilities
16274         implemented.
16276 2005-10-26  Richard M. Stallman  <rms@gnu.org>
16278         * info.el (Info-fontify-node): Fix detection of sentence-break
16279         before *Note.
16281 2005-10-26  Romain Francoise  <romain@orebokech.com>
16283         * smerge-mode.el: Add `tools' to file keywords.
16285 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
16287         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16288         when the fringe is not available.
16290         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16291         (def-gdb-auto-update-trigger): Simplify construction.
16292         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16293         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16294         defined explicitly.
16295         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16296         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16297         defined explicitly.
16298         (gdb-info-locals-custom): Remove as it's a no-op.
16300 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
16302         * longlines.el (longlines-mode): Remove narrowing before
16303         performing the initial decoding or final encoding.
16305 2005-10-25  Romain Francoise  <romain@orebokech.com>
16307         * emacs-lisp/find-func.el (find-library-name): Also strip
16308         extension if library name ends in .el, to take advantage of
16309         `find-library-suffixes'.
16311 2005-10-25  Richard M. Stallman  <rms@gnu.org>
16313         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16315 2005-10-25  Juri Linkov  <juri@jurta.org>
16317         * textmodes/texinfo.el (texinfo-mode): Change charset of one
16318         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16320 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16322         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16323         (blackbox-redefine-key): Add argument `map'.
16325         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16326         regions when moving the jit-lock-context-unfontify-pos boundary.
16328 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16330         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16332 2005-10-25  Masatake YAMATO  <jet@gyve.org>
16334         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16336 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
16338         * play/blackbox.el (blackbox-redefine-key): New function.
16339         (blackbox-mode-map): Use it to remap existing bindings for cursor
16340         motion instead of binding literal keys.
16342 2005-10-25  Glenn Morris  <rgm@gnu.org>
16344         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16345         diary does not end in a newline.  Do not assume a blank line at
16346         the start of the diary file.
16348 2005-10-25  Kenichi Handa  <handa@m17n.org>
16350         * international/quail.el (quail-translate-key): If the input
16351         method is deterministic and failed to handle the last key, restart
16352         the key handling loop from an appropriate key.
16354 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
16356         * vc.el (vc-dired-mode): Extend comment for binding of
16357         `directory-listing-before-filename-regexp'.
16359 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16361         * textmodes/texinfo.el (texinfo-mode):
16362         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16363         not to unnecessarily expose emacs-mule's internal char codes.
16365 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
16367         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16368         Display hand pointer and help-echo on disabled icon too.
16369         (gdb-mouse-until): New function.
16370         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16372 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
16374         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16375         with 2005-10-23 change to doctor.el.
16377         * finder.el (finder-mode-map): Add follow-link binding.
16379 2005-10-25  Kim F. Storm  <storm@cua.dk>
16381         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16382         to gdb-mouse-toggle-breakpoint-fringe.
16383         (gdb-mouse-toggle-breakpoint-margin): Rename from
16384         gdb-mouse-toggle-breakpoint.  Fix doc.
16385         (gdb-mouse-toggle-breakpoint-fringe): New defun.
16386         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
16387         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16388         string properties also for fringe breakpoint bitmaps.
16390 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
16392         * textmodes/org.el (org-start-icalendar-file): Fix format form.
16394 2005-10-25  Masatake YAMATO  <jet@gyve.org>
16396         * simple.el (completion-common-substring):
16397         Use `completion-common-substring' prior to `completion-base-size'.
16399 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
16401         * savehist.el: Require CL while compiling.
16402         (savehist-history-variables): Remove.
16403         (savehist-save-minibuffer-history, savehist-additional-variables)
16404         (savehist-minibuffer-history-variables): New vars.
16405         (savehist-save): Use them.
16406         (savehist-uninstall, savehist-minibuffer-hook): New funs.
16407         (savehist-install): New fun, extracted from savehist-load.
16408         (savehist-load): Use them.
16410 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16412         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16413         a dummy doc-string-elt property.
16414         (defalias, defvaralias, define-category): Add a docstring property.
16416         * image.el (defimage):
16417         * widget.el (define-widget):
16418         * custom.el (defface, defcustom): Add `doc-string' declaration.
16420         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16421         (defadvice): Add `doc-string' declaration.
16423         * emacs-lisp/byte-run.el (macro-declaration-function):
16424         Handle `doc-string' declarations.
16425         (define-obsolete-function-alias, define-obsolete-variable-alias):
16426         Add `doc-string' declaration.
16428 2005-10-24  Kenichi Handa  <handa@m17n.org>
16430         * international/utf-7.el (utf-7): Add autoload cookie.
16432         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16434 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
16436         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16437         list of directories passed to batch-update-autoloads.  Add "." to
16438         the list of the echoed directories.
16440         * pgg-def.el:
16441         * pgg-gpg.el:
16442         * pgg-parse.el:
16443         * pgg-pgp.el:
16444         * pgg-pgp5.el:
16445         * pgg.el: Moved here from the gnus subdirectory.
16447 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
16449         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16450         in case comint-prompt-read-only is set to t.
16452         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16453         in case comint-prompt-read-only is set to t.
16455 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
16457         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16458         Now a string.
16459         (icalendar-import-format): Handle CLASS, STATUS, URL.
16460         Rename `subject' to `summary'.
16461         (icalendar-import-format-summary): Rename from
16462         `icalendar-import-format-subject'.
16463         (icalendar-import-format-url, icalendar-import-format-status)
16464         (icalendar-import-format-class): New variables.
16465         (icalendar--rris): Take variable argument list.
16466         (icalendar--datestring-to-isodate): Remove unnecessary
16467         calendar-style check when converting dates with explicit month names.
16468         (icalendar-export-region): Change return type of conversion
16469         subroutines.  Bury current buffer unless error occurred.
16470         (icalendar--convert-to-ical)
16471         (icalendar--parse-summary-and-rest): New functions.
16472         (icalendar--convert-ordinary-to-ical)
16473         (icalendar--convert-weekly-to-ical)
16474         (icalendar--convert-yearly-to-ical)
16475         (icalendar--convert-block-to-ical)
16476         (icalendar--convert-cyclic-to-ical)
16477         (icalendar--convert-anniversary-to-ical): Change return type.
16478         Strip trailing blanks from subject.
16479         (icalendar--convert-sexp-to-ical): Change return type.
16480         Strip trailing blanks from subject.  Handle simple sexp
16481         entries as generated by icalendar.el.
16482         (icalendar--convert-float-to-ical)
16483         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16484         (icalendar-import-file): Doc fix.
16485         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16486         Correct call to icalendar--rris.
16487         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
16488         `summary'.
16489         (icalendar--add-diary-entry): Rename `subject' to `summary'.
16491 2005-10-24  Romain Francoise  <romain@orebokech.com>
16493         * server.el (server-sentinel): Set query-on-exit flag to nil on
16494         new client processes (it isn't inherited from the server process).
16496         * replace.el (occur-engine): Rearrange text properties.
16498 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16500         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16501         case-fold-search is nil.
16502         (debug-help-follow): Use help-xref-interned directly.
16504 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16506         * thumbs.el (thumbs-image-type): Add .pbm.
16508 2005-10-23  Richard M. Stallman  <rms@gnu.org>
16510         * faces.el (inhibit-face-set-after-frame-default): New variable.
16511         (set-face-attribute): Bind it.
16512         (face-set-after-frame-default): Test it.
16514         * help-fns.el (describe-simplify-lib-file-name): New function.
16515         (describe-function-1, describe-variable): Use it.
16517         * faces.el (describe-face): Use describe-simplify-lib-file-name.
16519         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16520         Eliminate nil as possible value.
16521         (tooltip-hide-delay): Reduce internal-border-width.
16523         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16524         (menu-bar-file-menu) <new-file>: Likewise.
16526         * simple.el (line-move-finish): Ignore fields computing LINE-END.
16528         * international/mule.el (load-with-code-conversion):
16529         Pass full file name to `eval-buffer' unless preloading.
16531         * textmodes/flyspell.el (flyspell-large-region):
16532         Call ispell-check-version.
16534         * textmodes/ispell.el (ispell-local-dictionary-overridden):
16535         Fix the make-variable-buffer-local call that was supposed
16536         to be for this variable.
16537         (ispell-aspell-supports-utf8): Doc fix.
16538         (ispell-find-aspell-dictionaries): Preserve elements of
16539         ispell-dictionary-alist for dictionaries that aspell doesn't report.
16540         (ispell-aspell-find-dictionary): Return nil on error.
16542         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16543         (doctor-symptoms): Likewise.
16545         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16547 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16549         * cus-edit.el (custom-button, custom-button-pressed): New vars.
16550         (custom-raised-buttons): Add :set spec.
16551         (custom-button-unraised, custom-button-pressed-unraised):
16552         New faces, so that custom-raised-buttons actually does something.
16553         (custom-mode): Use custom-button and custom-button-pressed.
16555         * wid-edit.el (widget-specify-button): Don't ignore
16556         widget-mouse-face on graphic terminals.
16557         (widget-move-and-invoke): Cleanup.
16559 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
16561         * whitespace.el (whitespace-cleanup): Doc fix.
16563 2005-10-23  Romain Francoise  <romain@orebokech.com>
16565         * emulation/viper.el (viper-set-hooks): Quote forms passed to
16566         `eval-after-load' to avoid evaluating their result.
16568 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
16570         * files.el (directory-listing-before-filename-regexp):
16571         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
16573         * dired.el (dired-move-to-filename-regexp): Remove.
16574         All occurences replaced by `directory-listing-before-filename-regexp'.
16576         * dired-x.el, locate.el, vc.el:
16577         Replace `dired-move-to-filename-regexp' by
16578         `directory-listing-before-filename-regexp'.  In vc.el it is
16579         overwritten locally; maybe this can be handled in files.el too.
16581         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
16582         replaced by `directory-listing-before-filename-regexp'.
16584 2005-10-23  Andreas Schwab  <schwab@suse.de>
16586         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16587         and eval-next-after-load.
16589 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
16591         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16592         exist, create it.
16594 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
16596         * allout.el: Remove autoloads for mailcrypt and crypt++.
16597         Require pgg, pgg-gpg during compilation.
16598         (allout-version): Increment version number to 2.1, and use a literal
16599         rather than RCS Id.
16600         (allout-default-encryption-scheme): Remove.
16601         (allout-passphrase-verifier-handling)
16602         (allout-passphrase-verifier-string)
16603         (allout-file-passphrase-verifier-string)
16604         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16605         (allout-passphrase-hint-handling): Rename and simplify.
16606         (allout-init): Use `find-file-hook' if available, otherwise
16607         `find-file-hooks'.
16608         (allout-mode): Use `write-file-functions' if available, otherwise
16609         `local-write-file-hooks' and, instead of making auto-save-hook
16610         buffer local, make the write-file-hook activity contingent to
16611         allout-mode.
16612         (allout-mode): Use key-binding substitution in the docstring.
16613         (allout-kill-line): Spell-out kill ring data structure mutation
16614         instead of using byte-compiler-complaint-provoking `pop'.
16615         (allout-insert-listified): Use `insert' rather than `insert-string'
16616         (allout-toggle-current-subtree-encryption): Update docstring, adjust
16617         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16618         (allout-encrypt-string): Totally revamped vis new underlying
16619         encryption facilities.
16620         (allout-mc-activate-passwd): Remove.
16621         (allout-obtain-passphrase): New, more or less replaces
16622         allout-mc-activate-passwd.
16623         (allout-encrypted-key-info): More or less replaces
16624         allout-encrypted-text-type.
16625         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16626         (my-mark-marker): Use `(featurep 'xemacs)'.
16628 2005-10-23  Lars Hansen  <larsh@soem.dk>
16630         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16631         (byte-compile-file-form-defmumble, byte-compile-defun)
16632         (byte-compile-defmacro): Use it.
16633         (byte-compile-form): Don't call byte-compile-set-symbol-position
16634         when a byte-compile handler is called.
16636 2005-10-22  Romain Francoise  <romain@orebokech.com>
16638         * savehist.el (savehist-history-variables): Add `grep-find-history'.
16640         * subr.el (eval-after-load): Convert library name to an absolute
16641         file name using locate-library, since load-history no longer has
16642         library names in it.
16644 2005-10-22  Richard M. Stallman  <rms@gnu.org>
16646         * files.el (make-temp-file): Move from subr.el.
16647         * subr.el (make-temp-file): Move to files.el.
16649         * window.el (get-buffer-window-list): Move from subr.el.
16650         * subr.el (get-buffer-window-list): Move to window.el.
16652         * image.el (image-load-path): Use eval-at-startup to initialize.
16654         * subr.el (eval-at-startup): New macro.
16656         * subr.el: Much rearrangement of functions and division
16657         into pages.  No code changes.
16659 2005-10-22  Kenichi Handa  <handa@m17n.org>
16661         * tar-mode.el (tar-extract): Be sure to call
16662         find-operation-coding-system if set-auto-coding doesn't find a
16663         coding system.
16665 2005-10-22  Kim F. Storm  <storm@cua.dk>
16667         * image.el (image-type-header-regexps): Rename from image-type-regexps.
16668         Change users.
16669         (image-type-file-name-regexps): New defconst.
16670         (image-type-from-data): Simplify loop.
16671         (image-type-from-buffer): New defun.
16672         (image-type-from-file-header): Use it instead of image-type-from-data.
16673         Use image-search-load-path instead of only looking in data-directory.
16674         (image-type-from-file-name): New defun.
16675         (image-search-load-path): Change `pathname' to `filename'.
16676         Make PATH arg optional, default to image-load-path.
16678 2005-10-21  Richard M. Stallman  <rms@gnu.org>
16680         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16682         * textmodes/paragraphs.el (sentence-end-base): New variable.
16683         (sentence-end): Use sentence-end-base.
16685 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16687         * font-lock.el (font-lock-default-fontify-region): Check the multiline
16688         property independently from the font-lock-multiline variable.
16690 2005-10-21  Richard M. Stallman  <rms@gnu.org>
16692         * emacs-lisp/find-func.el (find-library-name): Doc fix.
16694         * startup.el (command-line): Convert library names
16695         in `load-history' to absolute file names.
16697         * subr.el (symbol-file): Doc fix.
16699         * loadhist.el (file-loadhist-lookup): Call locate-library
16700         instead of find-library-name.  Don't try converting
16701         abs file names to library names, since load-history no longer
16702         has library names in it.
16703         (file-dependents, file-provides, file-requires): Doc fixes.
16705 2005-10-21  Juri Linkov  <juri@jurta.org>
16707         * progmodes/etags.el (tags-table-mode): New function.
16708         (tags-verify-table): Replace initialize-new-tags-table with
16709         tags-table-mode.
16711         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16712         default value.
16713         (desktop-modes-not-to-save): Add tags-table-mode to the
16714         default value.
16716         * info.el (Info-index-next): Add total number of index
16717         alternatives to the message.
16719         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16720         backward only space (instead of space and period) before looking
16721         at sentence end.
16723         * simple.el (set-variable): Use user-variable-p instead of symbolp.
16724         Add the old variable value as 4th default-value arg of read-string.
16726 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16728         * cus-face.el (custom-declare-face): Make face from X resources
16729         also on Mac.
16731         * disp-table.el (standard-display-g1, standard-display-graphic):
16732         Refuse to use string glyphs also on Mac.
16733         (standard-display-european): Don't set terminal coding system also
16734         on Mac.
16736         * frame.el (display-screens): Use x-display-screens also on Mac.
16738 2005-10-21  Romain Francoise  <romain@orebokech.com>
16740         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
16742 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16744         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16745         and $? into sexps.
16747         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16748         warning face on open-paren-in-column-0.
16750         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16751         boundary case.  Fix typo.
16752         Suggested by Martin Rudalics <rudalics@gmx.at>.
16754 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
16756         * textmodes/org.el (org-combined-agenda-icalendar-file)
16757         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16758         (org-export-icalendar-this-file)
16759         (org-export-icalendar-all-agenda-files)
16760         (org-export-icalendar-combine-agenda-files): New commands.
16761         (org-export-icalendar, org-print-icalendar-entries)
16762         (org-start-icalendar-file, org-finish-icalendar-file)
16763         (org-ical-ts-to-string): New functions.
16764         (org-read-date, org-goto-calendar)
16765         (org-agenda-goto-calendar): Inhibit displaying diary entries by
16766         call to `calendar'.
16767         (orgtbl-setup): Remove the :keys arguments from the menu description.
16768         (org-after-save-iCalendar-file-hook): New variable.
16770 2005-10-21  Kenichi Handa  <handa@m17n.org>
16772         * language/vietnamese.el (tcvn-5712): Make it an alias of
16773         vietnamese-tcvn coding-system.
16775 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
16777         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16778         group id is given.
16780 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16782         * progmodes/sh-script.el (sh-escaped-line-re): New var.
16783         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16784         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16785         whose line is either continued or ends with a comment.
16787 2005-10-20  Romain Francoise  <romain@orebokech.com>
16789         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16791         * replace.el (occur-engine): Add follow-link property.
16793         * font-core.el (font-lock-mode): Doc fix.
16795 2005-10-20  Richard M. Stallman  <rms@gnu.org>
16797         * net/rcirc.el: New file.
16799 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
16801         * term.el (term-term-name): Initialize to "eterm-color".
16803 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
16805         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16806         for encryption functionality.
16807         Move allout customization subgroup from `editing' to `outlines' group.
16808         Fix commentary keywords to legitimate ones.
16809         Update author info (using my current email address, obscurified).
16810         (allout-encrypt-string, allout-encryption-produce-work-buffer)
16811         (allout-encrypted-topic-p, allout-encrypted-text-type)
16812         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16813         (allout-situate-encryption-key-verifier)
16814         (allout-get-encryption-key-verifier, allout-verify-key)
16815         (allout-next-topic-pending-encryption)
16816         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16817         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16818         (outline-key-verifier-handling, outline-key-hint-handling)
16819         (outline-encrypt-unencrypted-on-saves): New defcustoms.
16820         (allout-file-key-verifier-string, allout-encryption-scheme)
16821         (allout-key-verifier-string, allout-key-hint-string)
16822         (allout-after-save-decrypt): New variables.
16823         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16824         (allout-after-saves-handler): New hook functions.
16825         (allout-post-command-business): Do allout-after-save-decrypt.
16826         (allout-enable-file-variable-adjustment): Custom var to enable
16827         mechanism for adding and adjusting settings of Emacs file variables.
16828         (allout-adjust-file-variable, allout-file-vars-section-data):
16829         New functions, implement the mechanism.
16830         (outlineify-sticky): Use the file vars mechanism.
16831         (allout-inhibit-protection, allout-during-write-cue)
16832         (allout-override-protect, allout-before-change-protect): Remove.
16833         (allout-flag-region, allout-open-topic): Adjust read-only text.
16834         (allout-open-line-not-read-only): Add to facilitate read-only
16835         text based protection.
16836         (allout-kill-line): Revise to adjust read-only text, clue the
16837         user about the inhibition.
16838         (allout-unprotected): Use unwind-protect.
16839         (allout-shift-in, allout-shift-out): Disallow manually shifting a
16840         topic deeper than the offspring depth of the previous topic -
16841         avoiding confusing "containment discontinuities".
16842         (allout-reindent-bodies): Fix retention of body relative hanging
16843         indent during promotion of collapsed bodies.
16844         (allout-open-topic): Make it easy to open new topic with same
16845         bullet as current topic - topic creation functions provided with
16846         any universal argument provokes now prompt for bullet, defaulting
16847         to the bullet of the previous topic.
16848         (allout-plain-bullets-string, allout-distinctive-bullets-string):
16849         Plain bullet alternates `.' period and `,' comma only.  All other
16850         bullets are relegated to special status (but customizable).
16851         (allout-end-of-entry): Rename from allout-end-of-current-entry
16852         since it actually operates w.r.t. most immediately containing
16853         entry, visible or not.
16854         (allout-hide-current-entry, allout-show-current-entry): Use the
16855         revised version.
16856         (allout-old-expose-topic): Solidify deprecation.
16857         (allout-end-of-subtree): Add so we can span concealed as well
16858         as visible topics.
16859         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16860         (allout-end-of-current-heading): Tweak to just respect the first line.
16861         (allout-get-body-text): Add.
16862         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16863         when invoked interactively.
16864         (allout-up-current-level): Use `interactive-p'.
16865         (allout-mode, allout-init): Miscellaneous docstring and
16866         operational refinements, as well as hookups of new encryption stuff.
16867         (allout-beginning-of-current-entry): Now works as advertised.
16868         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16869         (allout-isearch-rectification): Refine condition for isearching.
16870         (allout-isearch-abort, allout-enwrap-isearch)
16871         (allout-flag-region, my-region-active-p): Relocate some macros.
16872         (allout-title): Fallback title is (buffer-name), not
16873         non-existing (current-buffer-name).
16874         (subst-char-in-string): Define if absent (for some XEmacs versions).
16876 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
16878         * mail/sendmail.el (mail-setup-hook, mail-aliases)
16879         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16880         (mail-citation-prefix-regexp, mail-signature-file)
16881         (mail-default-headers, mail-bury-selects-summary)
16882         (mail-send-nonascii): Add autoload cookies.
16884 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
16886         * frame.el (blink-cursor-mode): Add `mac' to the list of
16887         window-system's that support blinking cursor.
16889 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16891         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16893 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
16895         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16896         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16897         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16899 2005-10-20  Kim F. Storm  <storm@cua.dk>
16901         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16902         (ido-set-current-directory): Don't add / after final @.
16903         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16904         Explicitly handle ange-ftp completion oddities.
16905         (ido-make-file-list): Don't rotate list at tramp root to avoid
16906         triggering tramp file handler for expand-file-name via get-file-buffer.
16908 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16910         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16912 2005-10-19  Jay Belanger  <belanger@truman.edu>
16914         * calc/calc-units.el (math-standard-units): Add units, adjust
16915         symbols and update values.
16916         (math-unit-prefixes): Add more prefixes.
16918 2005-10-19  Romain Francoise  <romain@orebokech.com>
16920         * bookmark.el (bookmark-menu-heading): New face.
16921         (bookmark-bmenu-list): Use it.
16922         Don't fiddle with `baud-rate' at top-level.
16924 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
16926         * image.el (create-image, find-image): Mention max-image-size in
16927         docstring.
16929 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16931         * savehist.el (savehist-load): Revert to checking XEmacs.
16933         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16934         Various docstring and line-width fixups.
16935         (conf-mode): Use cond.
16936         Set font-lock-defaults.  Don't set comment-use-syntax.
16938 2005-10-18  David Ponce  <david@dponce.com>
16940         * tree-widget.el (tree-widget-button-click): New function.
16941         (tree-widget-button-keymap): Use it.
16943 2005-10-18  Romain Francoise  <romain@orebokech.com>
16945         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16946         (bookmark-bmenu-hide-filenames): Add follow-link property.
16947         Improve help-echo text.
16949         * ffap.el (find-file-at-point): Doc fix.
16951 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16953         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16955 2005-10-18  Masatake YAMATO  <jet@gyve.org>
16957         Install to the CVS repository what I forgot to install in my
16958         2005-10-16 changes.
16960         * progmodes/python.el (python-complete-symbol): Pass the common
16961         prefix substring of completion to `display-completion-list'.
16963         * textmodes/org.el (org-complete): Ditto.
16965 2005-10-18  Masatake YAMATO  <jet@gyve.org>
16967         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16969         * woman.el (WoMan-xref-man-page): New button type derived
16970         from `Man-abstract-xref-man-page'.
16971         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16973         * man.el (Man-abstract-xref-man-page): New button type.
16974         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16975         (Man-highlight-references): Add new optional argument `xref-man-type'.
16977 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
16979         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16981 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16983         * cus-edit.el (Custom-move-and-invoke): Delete.
16984         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16986         * wid-edit.el (widget-move-and-invoke): New function, from
16987         Custom-move-and-invoke.
16989 2005-10-17  Bill Wohler  <wohler@newt.com>
16991         Move all remaining images from lisp/toolbar to etc/images, move
16992         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
16993         the low resolution images in their own directory (low-color).
16995         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16996         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16997         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16998         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16999         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
17000         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
17001         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
17003         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
17004         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
17005         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
17006         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
17007         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
17008         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
17009         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
17010         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
17011         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
17012         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
17013         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
17014         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
17015         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
17016         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
17017         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
17019         To conform with convention, replace the underscore (_) in the
17020         following image names with dash (-) or (/) as appropriate.
17022         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
17023         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
17024         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
17025         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
17026         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
17027         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
17028         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
17029         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
17030         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
17031         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
17032         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
17033         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
17034         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
17035         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
17036         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
17038         * info.el (info-tool-bar-map): Replace underscores in image names
17039         with dashes.
17041         * makefile.w32-in (WINS): Remove toolbar.
17043         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
17045         * tool-bar.el: Move to lisp from toolbar.  Now that
17046         toolbar is empty, it should be deleted when folks run "cvs up -P".
17048 2005-10-18  Jay Belanger  <belanger@truman.edu>
17050         * calc/calc-store.el (calc-store-into): Get the proper variable name
17051         to display in message.
17053 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
17055         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17056         expressions display in speedbar for all buffers when debugging.
17057         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17059         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17060         (speedbar-insert-button, speedbar-make-button):
17061         Use add-text-properties.
17062         (speedbar-update-localized-contents)
17063         (speedbar-update-directory-contents)
17064         (speedbar-update-special-contents): Use dolist.
17065         (speedbar-buffer-easymenu-definition): Add a menu separator.
17067 2005-10-17  Jason Rumney  <jasonr@gnu.org>
17069         * makefile.w32-in: Use $(lisp) consistently.
17070         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17071         for shell specific generation of mh-autoloads.
17073 2005-10-17  Richard M. Stallman  <rms@gnu.org>
17075         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17077 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17079         * jit-lock.el (jit-lock-fontify-now):
17080         Move jit-lock-context-unfontify-pos to avoid wasted work.
17082 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
17084         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
17085         `tramp-completion-mode' for checking if we are in completion mode.
17086         (tramp-completion-handle-file-name-all-completions): Reorder code
17087         in order to complete for file names only in case there are no
17088         method/user/host completions.  This is necessary for cooperation
17089         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
17091 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
17093         * longlines.el (longlines-search-forward)
17094         (longlines-search-backward): Match any number of spaces.
17096 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
17098         * diff-mode.el (diff-mode): Doc fix.
17100 2005-10-16  David Reitter  <david.reitter@gmail.com>
17102         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17103         as default on darwin and windows systems.
17105 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17107         * arc-mode.el (archive-zip-extract): Doc fix.
17109 2005-10-16  Romain Francoise  <romain@orebokech.com>
17111         * mouse.el (mouse-1-click-follows-link): Doc fix.
17113 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17115         * savehist.el: Don't require CL at runtime.
17116         (savehist-xemacs): Remove.
17117         (savehist-coding-system): Use utf-8 if present, regardless of religion.
17118         (savehist-no-conversion): Use (featurep 'xemacs).
17119         (savehist-load): Check existence of start-itimer rather than XEmacs.
17120         Use an idle timer.
17121         (savehist-process-for-saving): Replace use of CL funs `subseq' and
17122         `delete-if-not'.
17124 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
17126         * savehist.el: Newer version.
17127         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17128         (savehist-last-checksum, savehist-no-conversion): New vars.
17129         (savehist-autosave, savehist-process-for-saving, savehist-printable):
17130         New functions.
17131         (savehist-load, savehist-save): Use them.
17132         (savehist-delimit): Remove.
17134 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17136         * progmodes/compile.el (compilation-goto-locus): Display the
17137         compilation buffer first and the source buffer second, in case they're
17138         in overlapping frames.  Don't raise the compilation frame if it was the
17139         selected window upon entry.  Pass the `other-window' arg to
17140         pop-to-buffer.
17142         * info.el (Info-fontify-node): Use dolist.
17143         Change add-text-properties to put-text-property.
17145 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17147         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17148         bound of search.
17150 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17152         * dabbrev.el (dabbrev-completion): Pass the common
17153         prefix substring of completion to `display-completion-list'.
17155         * filecache.el (file-cache-minibuffer-complete)
17156         (file-cache-complete): Ditto.
17158         * tempo.el (tempo-display-completions): Ditto.
17160         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17162         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17164         * eshell/em-hist.el (eshell-list-history): Ditto.
17166         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17168         * mail/mailalias.el (mail-complete): Ditto.
17170         * progmodes/etags.el (complete-tag): Ditto.
17172         * progmodes/make-mode.el (makefile-complete): Ditto.
17174         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17176         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17178         * progmodes/pascal.el (pascal-complete-word)
17179         (pascal-show-completions): Ditto.
17181         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17183         * simple.el (completion-common-substring): New variable.
17184         (completion-setup-function): Use `completion-common-substring'
17185         to put faces.
17187 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17189         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17190         (x-get-selection, mac-select-convert-to-string): Convert from/to
17191         UTF-16 clipboard data as in native byte order, no BOM.
17193 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
17195         * progmodes/gud.el (gud-tool-bar-map): Rename the images
17196         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17197         (gud-sentinel): Use speedbar-frame to check for speedbar.
17199 2005-10-15  Richard M. Stallman  <rms@gnu.org>
17201         * savehist.el: New file.
17203 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
17205         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17206         Fix bug in \bf fontification.
17208 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17210         * pcvs.el (cvs-edit-log-files): New var.
17211         (cvs-mode-edit-log): New arg `file'.
17212         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17213         Instead force the use of the original file and nothing else.
17214         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17215         the cvs-minor-wrap-function is set.
17216         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17218 2005-10-14  Bill Wohler  <wohler@newt.com>
17220         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17221         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17222         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17223         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17224         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17225         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17226         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17227         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17228         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17229         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17230         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17231         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17232         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17233         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17234         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17236         * progmodes/gud.el (gud-tool-bar-map): Rename the images
17237         appropriately (for example, gud-break to gud/break).
17239 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
17241         * longlines.el (longlinges-search-function)
17242         (longlines-search-forward, longlines-search-backward): New functions.
17243         (longlines-mode): Set isearch-search-fun-function to
17244         longlinges-search-function.
17246         * mouse.el (mouse-drag-region-1): Handle the case where a
17247         double-click event is bound to an arbitrary function.
17249 2005-10-14  David Ponce  <david@dponce.com>
17251         * recentf.el (recentf-track-opened-file)
17252         (recentf-track-closed-file, recentf-update-menu)
17253         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17254         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17255         mouse-1-click-follows-link.
17257 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17259         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17260         Gnome file-manager.png.  Suggested by
17261         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17263         * toolbar/README: Add diropen.xpm.
17265 2005-10-13  Bill Wohler  <wohler@newt.com>
17267         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17268         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
17270 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17272         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17273         Don't waste the byte-compiler's time on constant data.
17275 2005-10-13  Kenichi Handa  <handa@m17n.org>
17277         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17278         byte with `escape-glyph' face.
17280         * international/fontset.el (ccl-encode-unicode-font):
17281         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17282         Handle the case that ucs-mule-to-mule-unicode translates a character to
17283         ASCII (usually for IPA characters).
17285 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17287         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17288         Don't hide the underline of titles if font-lock-mode is disabled.
17290 2005-10-12  Bill Wohler  <wohler@newt.com>
17292         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
17293         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
17294         files in MH-E-SRC have been updated.
17295         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17297 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17299         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17300         (mixal-mode-syntax-table): Add \n as end-comment.
17301         (mixal-operation-codes-alist): Immediately initialize to full value.
17302         (mixal-add-operation-code): Remove.
17303         (mixal-describe-operation-code): Make the arg non-optional.
17304         Use the interactive spec instead.
17305         Use mixal-operation-codes-alist rather than mixal-operation-codes.
17306         (mixal-font-lock-keywords): Don't highlight comments here any more.
17307         (mixal-font-lock-syntactic-keywords): New var.
17308         (mixal-mode): Use it.  Fix comment-start-skip.
17310 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17312         * startup.el (command-line-x-option-alist): -nb => -nbi
17314 2005-10-12  Kim F. Storm  <storm@cua.dk>
17316         * startup.el (fancy-splash-default-action): Discard mouse click in
17317         the splash screen window, as it has no sensible meaning in the
17318         next window to be selected.  Fixes error reported by Jan D.
17320 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17322         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17324 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17326         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17327         Try to fix up minor layout issues like indentation, line break, etc...
17328         (mixal-mode-syntax-table): Don't try to specify comment syntax,
17329         because it doesn't work.
17330         (mixal-operation-codes): Add some more codes.
17331         (mixal-font-lock-keywords): Process comments here.
17332         (mixal-mode): mixasm no longer needs -g option.
17334 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17336         * progmodes/sh-script.el (sh-tmp-file):
17337         Use mktemp -t.  Finish support for es and rc shells.
17339 2005-10-11  Jay Belanger  <belanger@truman.edu>
17341         * calc/calcalg2.el (calc-integral): With an argument, compute the
17342         definite integral.
17344 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
17346         * mouse.el (mouse-drag-region-1): Don't try to catch a
17347         double-click when doing follow-link (it's overridden anyway).
17349 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
17351         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17352         (autoload-print-form-outbuf): Add docstring.
17354 2005-10-11  Juri Linkov  <juri@jurta.org>
17356         * info.el (Info-mode-menu): Delete menu item "Edit".
17357         (Info-mode): Delete description of Info-edit from docstring,
17358         and rearrange descriptions of Info commands in the order
17359         they are documented in the Info manual.
17361 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17363         * calendar/appt.el (appt-check): Use diary-selective-display var.
17365 2005-10-10  Richard M. Stallman  <rms@gnu.org>
17367         * net/newsticker.el (newsticker-start, newsticker-show-news):
17368         Add autoload cookies.
17370 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
17372         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17374 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
17376         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17378 2005-10-10  Jay Belanger  <belanger@truman.edu>
17380         * calc/calc-arith.el (math-check-known-scalarp)
17381         (math-check-known-matrixp): Check the values of arguments that are
17382         variables.
17383         (math-check-known-square-matrixp): New function.
17384         (math-known-square-matrixp): Use math-check-known-square-matrixp.
17385         (math-super-types): Add sqmatrix type.
17387         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17388         mode name `square' to `sqmatrix'.
17390         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17391         mode name `square' to `sqmatrix'.
17393 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17395         * progmodes/etags.el (select-tags-table-mode): Don't use
17396         selective-display.
17397         (tags-select-tags-table): Pass `button' to the action function.
17398         (select-tags-table): Place the side-info on button properties rather
17399         than in hidden text.  Abbreviate file names.
17400         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17401         (select-tags-table-select): Add `button' argument.
17402         Get side-info from the button property rather than from hidden text.
17404 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
17406         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17407         (gud-speedbar-buttons): Preserve point if possible.
17408         (gud-sentinel): Restore previous speedbar display type.
17410         * progmodes/gdb-ui.el (gdba): Improve diagram.
17411         (def-gdb-auto-update-handler, gdb-info-locals-handler)
17412         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17413         Call get-buffer-window once.
17415 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17417         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17418         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17419         (pascal-indent-command): Remove unused var `ind'.
17420         (pascal-indent-case): Remove unused var `oldpos'.
17421         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17422         since it's now used as a proper minor mode map.
17423         (pascal-outline): Rename to pascal-outline-mode.
17424         (pascal-outline-mode): Use define-minor-mode.
17425         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17426         selective-display.
17428 2005-10-10  Andreas Schwab  <schwab@suse.de>
17430         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17431         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
17433         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17434         outside source directory.
17436 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
17438         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17439         C-x' as a prefix.
17440         (orgtbl-mode-map): Full keymap instead of sparse, because all
17441         `self-insert-command' keys are redefined in this map.
17442         (org-export-as-html): Specify charset for HTML file, by taking it
17443         from the coding system.
17445 2005-10-10  Kenichi Handa  <handa@m17n.org>
17447         * textmodes/flyspell.el (flyspell-check-word-p):
17448         If unread-command-events is non-empty, don't call sit-for.
17450 2005-10-09  Richard M. Stallman  <rms@gnu.org>
17452         * font-lock.el (font-lock-syntactic-keywords)
17453         (font-lock-keywords): Doc fixes.
17455         * textmodes/flyspell.el (flyspell-external-point-words):
17456         Simplify logic, and don't try to check for consecutive appearances
17457         of one incorrect word.
17459 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
17461         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17462         separator.
17464         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17465         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17466         (gud-expansion-speedbar-buttons): New function.
17467         (gud-speedbar-buttons): Check for gud-comint-buffer.
17469 2005-10-09  Bill Wohler  <wohler@newt.com>
17471         * Makefile.in (updates): Add mh-loaddefs dependency.
17473 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
17475         * speedbar.el (speedbar-file-key-map): Fix typo.
17477 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17479         * cus-start.el (line-spacing): Add custom spec.
17481 2005-10-09  Romain Francoise  <romain@orebokech.com>
17483         * textmodes/ispell.el (ispell-check-version): Fix last change.
17485 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17487         * term/x-win.el: Remove -i, --icon-type from comment.
17489         * startup.el (command-line-x-option-alist): Remove options -i,
17490         -itype, --icon-type, added -nb, --no-bitmap-icon
17492 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
17494         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17495         instead of :active.
17497 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17499         * textmodes/ispell.el (ispell-check-version):
17500         Ignore hyphen, and all that follows, in aspell's version text.
17502 2005-10-08  Jay Belanger  <belanger@truman.edu>
17504         * calc/calc-arith.el (math-known-square-matrixp): New function.
17505         (math-pow-fancy): Check for matrices before distributing exponent
17506         across products.
17508         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17509         fullscreen keypad.  Suggested by Luc Teirlinck.
17510         (calc-keypad-show-input): Add space for formatting.
17512         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17513         Add square matrix option.
17515         * calc/calc-poly.el (math-expand-term): Check for matrices instead
17516         of checking calc-matrix-mode when deciding how to expand.
17518         * calc/calc.el (calc-set-mode-line): Add square matrix option.
17520 2005-10-08  Lars Hansen  <larsh@soem.dk>
17522         * net/tramp.el (tramp-perl-directory-files-and-attributes):
17523         Add error handling.
17524         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17526 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
17528         Sync with Tramp 2.0.51.
17530         * net/tramp.el (tramp-handle-set-visited-file-modtime)
17531         (tramp-handle-insert-file-contents, tramp-handle-write-region):
17532         Insert special handling for `last-coding-system-used', again
17533         it still seems to be necessary (unlike stated before).
17534         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17535         (tramp-password-prompt-regexp): There might be other words before
17536         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17537         (tramp-chunksize): Improve docstring.
17538         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17539         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
17540         Christian Joergensen <bugs@razor.dk>.
17542 2005-10-07  Glenn Morris  <rgm@gnu.org>
17544         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17545         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17546         precision'.
17548 2005-10-07  Romain Francoise  <romain@orebokech.com>
17550         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17551         (ibuffer-do-shell-command-pipe-replace)
17552         (ibuffer-do-shell-command-file, ibuffer-do-eval)
17553         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17554         (ibuffer-do-revert, ibuffer-do-replace-regexp)
17555         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17556         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17557         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17558         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17559         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17560         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17561         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17562         Autoload file sans suffix.
17564         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17566 2005-10-07  David Ponce  <david@dponce.com>
17568         * recentf.el (recentf-menu-open-all-flag): New option.
17569         (recentf-digit-shortcut-command-name): New function.
17570         (recentf--shortcuts-keymap): New variable.
17571         (recentf-menu-shortcuts): New variable.
17572         (recentf-make-menu-items): Initialize it.  Replace the "More..."
17573         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17574         (recentf-menu-value-shortcut): New function.
17575         (recentf-make-menu-item): Use it.  No more in-lined.
17576         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17577         (recentf-open-most-recent-file): Rename from
17578         `recentf-open-file-with-key'.  Don't depend on key binding.
17579         (recentf-mode-map): New variable.
17580         (recentf-mode): Use it.
17582 2005-10-06  Bill Wohler  <wohler@newt.com>
17584         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
17586         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17587         (MH-E-SRC): New.  Used by mh-autoloads.
17588         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
17589         files in MH-E-SRC have been updated.
17590         (compile, recompile, bootstrap): Depend on mh-autoloads.
17592 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
17594         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17595         gud-break and gud-remove icons when the fringe is not available.
17597         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17598         Typo.
17600 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
17602         * play/zone.el (zone): Wrap body with save-window-excursion.
17604 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17606         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17607         Use the new `list-only' arg to diary-list-entries.
17609         * calendar/diary-lib.el: Use overlays rather than selective-display.
17610         (diary-selective-display): New var.
17611         (diary-header-line-format): Use it.
17612         (diary-list-entries): Add argument `list-only'.
17613         Put the buffer in diary-mode.  Don't add \^M at beg and end.
17614         Replace \^M by invisible overlays.
17615         (diary-unhide-everything): Replace \^M by invisible overlays.
17616         (print-diary-entries): Look for overlays rather than \^M.
17617         Add a space to the temp buffer name.
17618         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17619         Put the buffer in diary-mode.
17620         (list-sexp-diary-entries): Replace \^M by invisible overlays.
17621         (diary-anniversary): Make the year arg optional.
17622         (diary-time-regexp): New const.
17623         (diary-font-lock-keywords): Use it to accept a few more time formats.
17625         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17627 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
17629         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17630         Fix bug introduced 2005-07-03: Use (car (last ...))
17631         to faithfully reproduce replaced artist-last.
17632         (artist-set-arrow-points-for-poly): Likewise.
17633         Suggested by Johan Bockg\e,Ae\e(Brd.
17635 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
17637         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17638         * wid-edit.el (widget):
17639         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17640         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17642 2005-10-06  Kenichi Handa  <handa@m17n.org>
17644         * international/mule-cmds.el (set-language-environment):
17645         Fix setting up of case-table for unibyte mode.
17647         * simple.el (what-cursor-position): If the character is displayed
17648         by some `display' text property, show that.  Don't use
17649         single-key-description for eight-bit characters in multibyte mode.
17651 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
17653         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17654         (gdb-ann3): Set it.
17655         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17656         (gdb-info-frames-custom): Use inverse-video for first five
17657         characters of selected frame only.
17658         (gdb-get-frame-number): Select frame even when point is on frame
17659         number.
17661 2005-10-06  Masatake YAMATO  <jet@gyve.org>
17663         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17664         Put `font-lock-function-name-face'.
17665         (gdb-info-frames-custom): Put `font-lock-function-name-face'
17666         and `font-lock-variable-name-face'
17667         (gdb-registers-font-lock-keywords): New font lock keywords definition.
17668         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17669         (gdb-memory-font-lock-keywords): New font lock keywords definition.
17670         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17671         (gdb-local-font-lock-keywords): New font lock keywords definition.
17672         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17673         (gdb-threads-font-lock-keywords): New font lock keywords definition.
17674         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17676 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
17678         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17679         (ediff-merge-region-is-non-clash-to-skip): Previously called
17680         ediff-merge-region-is-non-clash.
17682         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17683         Use insert-buffer-substring.
17685         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17686         selecting files to patch.  Also bug fixes.
17688         * ediff-util.el (ediff-setup): Bug fix.
17689         (ediff-next-difference): Never skip clashes that differ in white
17690         space only.
17692         * ediff-wind.el (ediff-setup-control-frame)
17693         (ediff-destroy-control-frame): Check the menubar feature.
17695         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17696         (viper-refresh-mode-line): Use make-local-variable to localize
17697         some vars instead of make-variable-buffer-local.  Suggested by
17698         Stefan Monnier.
17700         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17701         (viper-restore-cursor-type, viper-set-insert-cursor-type):
17702         Use make-local-variable instead of make-variable-buffer-local.
17703         Suggested by Stefan Monnier.
17705         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17706         (viper-comint-mode-hook): Use make-local-variable on
17707         require-final-newline.
17708         (viper-non-hook-settings): Don't use make-variable-buffer-local.
17710 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17712         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17713         also the second char of a comment-start sequence.
17714         (scheme-sexp-comment-syntax-table): New var.
17715         (lambda, define): Set their scheme-doc-string-elt property.
17716         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17717         Use lisp-font-lock-syntactic-face-function now that it properly
17718         handles |...| symbols.
17719         (scheme-mode-variables): Set lisp-doc-string-elt-property,
17720         parse-sexp-lookup-properties and font-lock-extra-managed-props.
17722         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17723         bit from # to |.
17724         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17726         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17727         (lisp-doc-string-elt-property): New var.
17728         (lisp-font-lock-syntactic-face-function): Use it.
17729         Rewrite to recognize docstrings even for forms not at toplevel.
17731         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17732         annotation on the | part of #| rather than on the # part.
17733         (scheme-font-lock-syntactic-face-function): New function, to
17734         distinguish strings from |...| symbols.
17735         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
17736         syntax-table so that #|...|# is properly highlighted.
17738         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17739         Don't mark as docstring the 3rd elem of an unknown toplevel form.
17741 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17743         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17744         and C-e.
17746         * emacs-lisp/eldoc.el: Move comments into docstrings.
17747         (eldoc-message-commands): Initialize in its declaration.
17748         Add move-beginning-of-line and move-end-of-line.
17749         (eldoc-add-command, eldoc-add-command-completions)
17750         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17752         * outline.el (outline-mark-subtree): Activate the mark.
17754         * calendar/appt.el (appt-time-regexp): New var.
17755         (appt-add, appt-make-list): Use it.
17756         (appt-convert-time): Clean up.
17758         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17759         Don't set any syntax-table property here.
17760         (tex-font-lock-verb): New function.  Do it here.
17761         (tex-font-lock-syntactic-keywords): Use it.
17763 2005-10-04  Richard M. Stallman  <rms@gnu.org>
17765         * wid-edit.el (widget-file-complete): Get the widget start point
17766         the right way.  Default directory to `/' if file has none.
17768         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17770         * textmodes/flyspell.el (flyspell-mode-on):
17771         Call ispell-maybe-find-aspell-dictionaries.
17773         * textmodes/ispell.el (ispell-word, ispell-region):
17774         Call ispell-maybe-find-aspell-dictionaries.
17775         (ispell-accept-buffer-local-defs):
17776         Don't call ispell-maybe-find-aspell-dictionaries
17778 2005-10-04  Richard M. Stallman  <rms@gnu.org>
17780         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17782 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
17784         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17785         instead of `fboundp' in order to allow for anonymous functions.
17787 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
17789         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17790         case the user clicks on the link while another window is selected.
17791         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17793         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17794         functionality.
17795         (dframe-help-echo): Save point in case mouse tracking is off.
17797 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
17799         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17801 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17803         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17804         not change the global value of those vars.
17806         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17807         make-local-variable which we do not need any more.
17809 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
17811         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17812         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17813         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17814         (speedbar-path-line): Define obsolete aliases.
17815         (speedbar-line-directory): Doc fix.
17817         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17818         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17819         instead of speedbar-line-path.
17821 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17823         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17824         to nil if dropping on a window.  Handle dropping on a minibuffer window
17825         like dropping on a non-window part of Emacs.
17827 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17829         * net/ange-ftp.el: Use with-current-buffer.
17830         (ange-ftp-insert-directory): Do not follow symlinks any more.
17832         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17833         Remove interactive spec.
17835 2005-10-03  Kim F. Storm  <storm@cua.dk>
17837         * ido.el (ido-mode): Use custom-initialize-set.
17839 2005-10-02  Richard M. Stallman  <rms@gnu.org>
17841         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17842         Use insert-buffer-substring.
17844         * net/tramp.el: Pacify byte compiler warnings in pacification code.
17845         (tramp-handle-file-local-copy): Use insert-buffer-substring.
17847 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17849         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17850         in last change.
17851         (ange-ftp-insert-directory): Fix up the search for the case where
17852         `file' is absolute.
17854 2005-10-02  Romain Francoise  <romain@orebokech.com>
17856         * progmodes/compile.el (compile-goto-error): Delete extra paren.
17858 2005-10-02  Andreas Schwab  <schwab@suse.de>
17860         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17861         directory component in the session info.
17863 2005-10-01  Richard M. Stallman  <rms@gnu.org>
17865         * comint.el (comint-redirect-subvert-readonly): Doc fix.
17867         * simple.el (next-error-internal): New function.
17869         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17870         (compilation-start): Pass new arg to compilation-buffer-name.
17871         (compile-goto-error): Use next-error-internal.
17873 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
17875         * speedbar.el: Remove RCS tag.
17876         (speedbar-check-read-only): Handle non-existent files.
17878         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17880         * info.el (Info-speedbar-hierarchy-buttons)
17881         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17883 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17885         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17886         Do not match newline.
17887         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17888         (bibtex-summary): Remove unnecessary save-excursion.
17889         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17891 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17893         * term/mac-win.el: Add charset info for "iso10646-1".
17894         Modify default fontset to use ATSUI-compatible fonts for some charsets
17895         if available.
17897 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
17899         * speedbar.el: Re-apply arch tag.
17900         (speedbar-version): Rename to version 1.0.  Suggested by Eric
17901         M. Ludlam.
17902         Reapply two changes from Emacs CVS' version of speedbar lost
17903         during the merge:
17904         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17905         (speedbar-frame-parameters): Improve customize type.
17907 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17909         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17910         (ange-ftp-file-directory-p): Fix the symlink case.
17911         (ange-ftp-insert-directory): When listing a single file, get a list of
17912         the parent buffer and extract the relevant line.  Inspired from a patch
17913         by Katsumi Yamaoka <yamaoka@jpl.org>.
17914         (ange-ftp-file-name-sans-versions): Simplify.
17916 2005-09-30  Bill Wohler  <wohler@newt.com>
17918         Move MH-E image files from toolbar and mail directories into
17919         etc/images.
17921         * mail/reply2.*: Move to etc/images/mail/reply*.
17923         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17924         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17925         etc/images.
17927         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17928         * toolbar/reply*: Move to etc/images/mail.
17930         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17932 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
17934         * speedbar.el: New version 1.0pre3.
17936         Frame management code (including timer, and mouse click specifics)
17937         moved to dframe.el:
17938         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
17939         (speedbar-timer): Removed.  Use dframe-timer.
17940         (speedbar-close-frame): Removed.  Use dframe-close-frame.
17941         (speedbar-activity-change-focus-flag): Removed.  Use
17942         dframe-activity-change-focus-flag.
17943         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
17944         dframe-update-speed.
17946         (speedbar-current-frame): New macro.  Use this instead of the
17947         variable speedbar-frame.
17949         (speedbar-use-images, speedbar-expand-image-button-alist)
17950         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17952         (speedbar-find-image-on-load-path): Removed.  Replaced by
17953         defezimage in ezimage.el.
17954         (speedbar-expand-image-button-alist): Removed.  Replaced by
17955         ezimage-expand-image-button-alist in ezimage.el.
17957         (speedbar-ignored-directory-regexp)
17958         (speedbar-add-ignored-directory-regexp)
17959         (speedbar-ignored-directory-expressions)
17960         (speedbar-line-directory, speedbar-buffers-line-directory)
17961         (speedbar-directory-line, speedbar-buffers-line-directory):
17962         Renamed, replacing `path' with `directory'.
17964         (speedbar-create-directory, speedbar-expand-line-descendants)
17965         (speedbar-toggle-line-expansion)
17966         (speedbar-contract-line-descendants): New commands.
17968         (speedbar-query-confirmation-method, speedbar-select-frame-method)
17969         (speedbar-use-tool-tips-flag): New options.
17971         (speedbar-check-read-only, speedbar-require-version)
17972         (speedbar-insert-separator, speedbar-buffers-tail-notes)
17973         (speedbar-handle-delete-frame, speedbar-try-completion)
17974         (speedbar-update-localized-contents): New functions.
17976         (speedbar-incompatible-version, speedbar-ro-to-do-point)
17977         (speedbar-object-read-only-indicator): New variables.
17979         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17980         New hooks.
17982         (speedbar-separator-face): New face.
17984         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17985         (speedbar-ignored-modes): Add fundamental-mode.
17986         (speedbar-directory-unshown-regexp): Add . directories.
17988         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17989         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17990         `]' for full expand/close.
17991         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17993         (speedbar-check-vc): Support hidden files.
17994         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17995         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
17996         state is nil, it is not checked out.
17998         (speedbar-line-text, speedbar-line-token): Support expand buttons
17999         with no text.
18000         (speedbar-refresh): Universal argument acts as power-click.
18001         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
18002         that buffer to get variable values.
18004         And many other bugfixes.
18006         * dframe.el, ezimage.el, sb-image.el: New files.
18008         * sb-*.xpm: Remove files.  New image files installed into
18009         etc/images/ezimage.
18011 2005-09-30  Kenichi Handa  <handa@m17n.org>
18013         * ps-mule.el (ps-mule-show-warning): If a character is in
18014         ps-print-translation-table, don't treat it as non-printable.
18016 2005-09-30  David Ponce  <david@dponce.com>
18018         * tree-widget.el (tree-widget-themes-load-path): New variable.
18019         (tree-widget-themes-directory): Doc fix.
18020         (tree-widget-image-formats) [Emacs]: Doc fix.
18021         (tree-widget--locate-sub-directory): New function.
18022         (tree-widget-themes-directory): Use it.
18024         * recentf.el (recentf-filename-handlers): Rename from
18025         `recentf-filename-handler'.  Allow a list of functions.
18026         (recentf-menu-items-for-commands): Fix :help strings.
18027         (recentf-apply-filename-handlers): New function.
18028         (recentf-expand-file-name): Use it.
18029         (recentf-cleanup): Remove duplicates too.
18031 2005-09-29  Juri Linkov  <juri@jurta.org>
18033         * faces.el: Rearrange face definitions to be in the same order as
18034         their face descriptions in "(emacs)Standard Faces".
18036         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
18038         * tooltip.el (tooltip): Add group `basic-faces'.
18040         * buff-menu.el (Buffer-menu-buffer): Remove group
18041         `font-lock-highlighting-faces'.
18043         * progmodes/compile.el (compilation-error, compilation-warning)
18044         (compilation-info, compilation-line-number, compilation-column-number):
18045         Change group from `font-lock-highlighting-faces' to `compilation'.
18047         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18048         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
18049         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
18050         (vhdl-font-lock-reserved-words-face)
18051         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
18052         `font-lock-highlighting-faces'.
18054         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18056 2005-09-28  Kim F. Storm  <storm@cua.dk>
18058         * emulation/cua-base.el: Set CUA move property on additional commands:
18059         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18060         forward-sexp, backward-sexp, forward-list, backward-list.
18062 2005-09-28  Romain Francoise  <romain@orebokech.com>
18064         * comint.el (comint-show-output): Really set point at the
18065         beginning of the output when not using `comint-use-prompt-regexp'.
18067 2005-09-27  Jay Belanger  <belanger@truman.edu>
18069         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18070         in TeX mode.
18072 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
18074         * textmodes/org.el (org-table-sum): Fix format string.
18076         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18077         Quote face names.
18079 2005-09-26  Romain Francoise  <romain@orebokech.com>
18081         * isearch.el (isearch-forward-regexp): Close doc string.
18083 2005-09-25  Richard M. Stallman  <rms@gnu.org>
18085         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18087         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18089         * progmodes/compile.el (compilation-error-properties):
18090         When getting the file from the previous error message,
18091         correctly decode the new data format.
18093         * progmodes/cc-cmds.el (c-electric-paren):
18094         Call old-blink-paren only for close-paren.
18096 2005-09-24  Andreas Schwab  <schwab@suse.de>
18098         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18099         condition.
18101 2005-09-25  Romain Francoise  <romain@orebokech.com>
18103         * dired-aux.el (dired-copy-file-recursive):
18104         * dired.el (dired-delete-file):
18105         * ediff-mult.el (ediff-dir-diff-copy-file):
18106         * ediff-util.el (ediff-test-save-region):
18107         * forms.el (forms-mode):
18108         * ido.el (ido-file-internal, ido-delete-file-at-head):
18109         * log-edit.el (log-edit-done):
18110         * ses.el (ses-yank-resize):
18111         * play/gomoku.el (gomoku-human-plays, gomoku)
18112         (gomoku-human-resigns, gomoku-prompt-for-other-game)
18113         (gomoku-offer-a-draw):
18114         * play/landmark.el (lm-human-resigns, lm):
18115         * net/eudcb-ldap.el (eudc-ldap-check-base):
18116         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18117         * progmodes/ebrowse.el (ebrowse-find-pattern):
18118         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18119         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18120         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18122         * vc.el (vc-delete-file):
18123         * play/gomoku.el (gomoku-terminate-game, gomoku)
18124         (gomoku-prompt-for-move, gomoku-human-takes-back):
18125         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18126         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18128 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
18130         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18131         color rxvt terminals by using the code xterm.el used to use before
18132         2005-04-09 in order to match the colors used by rxvt.
18134 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18136         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18137         colors rxvt-unicode terminals by using the same code as xterm.el.
18139 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18141         * textmodes/tex-mode.el (tex-font-lock-append-prop)
18142         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18143         new symbol used for the tex-verbatim face.
18145 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18147         * woman.el (woman-file-name):
18148         * wid-edit.el (widget-file-prompt-value)
18149         (widget-coding-system-prompt-value):
18150         * w32-fns.el (set-w32-system-coding-system):
18151         * vc.el (vc-version-diff, vc-annotate):
18152         * textmodes/reftex-auc.el (reftex-arg-cite)
18153         (reftex-arg-index-tag):
18154         * textmodes/refer.el (refer-get-bib-files):
18155         * textmodes/artist.el (artist-figlet-choose-font):
18156         * terminal.el (terminal-emulator):
18157         * replace.el (occur-read-primary-args):
18158         * rect.el (string-rectangle, string-insert-rectangle):
18159         * ps-print.el (ps-print-preprint):
18160         * progmodes/pascal.el (pascal-goto-defun):
18161         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18162         * progmodes/compile.el (compilation-find-file):
18163         * printing.el (pr-interactive-n-up):
18164         * play/animate.el (animate-birthday-present):
18165         * net/rcompile.el (remote-compile):
18166         * man.el (man, Man-goto-section, Man-follow-manual-reference):
18167         * mail/rmailsum.el (rmail-summary-search-backward)
18168         (rmail-summary-search):
18169         * mail/rmailout.el (rmail-output-read-rmail-file-name)
18170         (rmail-output-read-file-name):
18171         * mail/rmail.el (rmail-search, rmail-search-backwards):
18172         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18173         * locate.el (locate):
18174         * international/quail.el (quail-show-keyboard-layout):
18175         * international/mule.el (set-buffer-file-coding-system)
18176         (revert-buffer-with-coding-system, set-file-name-coding-system)
18177         (set-terminal-coding-system, set-keyboard-coding-system)
18178         (set-next-selection-coding-system):
18179         * international/mule-diag.el (describe-coding-system)
18180         (describe-font, describe-fontset):
18181         * international/mule-cmds.el (universal-coding-system-argument)
18182         (search-unencodable-char, describe-input-method)
18183         (set-language-environment, describe-language-environment):
18184         * international/codepage.el (codepage-setup):
18185         * international/code-pages.el (codepage-setup):
18186         * info.el (Info-search, Info-follow-reference)
18187         (Info-search-backward):
18188         * emacs-lisp/advice.el (ad-read-advised-function)
18189         (ad-read-advice-class, ad-clear-cache, ad-activate)
18190         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18191         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18192         (ad-read-regexp):
18193         * ediff-util.el (ediff-toggle-regexp-match):
18194         * ediff-ptch.el (ediff-prompt-for-patch-file):
18195         * dired-aux.el (dired-diff):
18196         * diff.el (diff):
18197         * cus-edit.el (custom-variable-prompt):
18198         * calendar/timeclock.el (timeclock-ask-for-project):
18199         * calc/calcalg3.el (calc-get-fit-variables):
18200         * calc/calc-store.el (calc-edit-variable)
18201         (calc-permanent-variable):
18202         * vc-mcvs.el (vc-mcvs-register):
18203         * shadowfile.el (shadow-define-literal-group):
18204         * woman.el (woman-file-name):
18205         * vc.el (vc-version-diff, vc-merge):
18206         * textmodes/reftex-index.el (reftex-index-complete-tag):
18207         * format.el (format-decode-buffer, format-decode-region):
18208         * emulation/viper-cmd.el (viper-read-string-with-history):
18209         * emacs-lisp/debug.el (cancel-debug-on-entry):
18210         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18211         * ediff.el (ediff-merge-revisions)
18212         (ediff-merge-revisions-with-ancestor, ediff-revision):
18213         * completion.el (interactive-completion-string-reader):
18214         * calc/calc-prog.el (calc-user-define-formula):
18215         Follow convention for reading with the minibuffer.
18217 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
18219         * progmodes/python.el (python-describe-symbol): Add globals() and
18220         locals() to the arguments of emacs.ehelp.
18222 2005-09-24  Magnus Henoch  <mange@freemail.hu>
18224         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18225         New function, code extracted from ispell-valid-dictionary-list.
18226         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18227         Call it.
18229 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
18231         * subr.el (version-regexp-alist): Extend valid syntax for version
18232         strings: allow any of the characters -,_,+ to separate the
18233         alpha/beta/rc part from the version part.  Doc fix.
18234         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
18236 2005-09-23  David Reitter  <david.reitter@gmail.com>
18238         * mail/mailclient.el: New file.
18240 2005-09-23  Richard M. Stallman  <rms@gnu.org>
18242         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18243         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18244         Doc fixes.
18246         * progmodes/cc-mode.el (c-font-lock-init):
18247         Specify font-lock-lines-before.
18249 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18251         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18252         whole conflict.
18254 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
18256         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18257         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
18258         of `remap' feature when available.  Additional key bindings for
18259         better tty support.
18260         (org-mode-restart, org-force-self-insert): New commands.
18261         (org-time-stamp-inactive): New command.
18262         (org-remap): New function.
18263         (org-table-auto-blank-field, org-level-color-stars-only): New options.
18264         (org-enable-fixed-width-editor): Move to `org-structure'
18265         customization group.
18266         (org-self-insert-command, orgtbl-self-insert-command): Modify to
18267         blank field after field motion commands.
18269 2005-09-23  Kenichi Handa  <handa@m17n.org>
18271         * international/mule-cmds.el (set-language-environment):
18272         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18273         have to call utf-translate-cjk-load-tables.
18275 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18277         * mouse.el (mouse-move-drag-overlay): Fix last change.
18279 2005-09-22  David Ponce  <david@dponce.com>
18281         * tree-widget.el (tree-widget-value-create): Fix previous change.
18283 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
18285         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18287 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18289         * mouse.el (mouse-move-drag-overlay): New function.
18290         (mouse-drag-region-1): Use it.
18291         Try to simplify a bit the state handling.  Handle clicks on links
18292         inside intangible areas.
18293         (mouse-save-then-kill): Minor simplification.
18294         (mouse-secondary-overlay): Make it always non-nil instead of
18295         recreating it each time.
18296         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18297         (mouse-kill-secondary, mouse-secondary-save-then-kill):
18298         Simplify accordingly.
18300 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
18302         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18304 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
18306         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18307         (ediff-file-name-sans-prefix): Treat nil as an empty string.
18308         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18309         to patch.
18311         * ediff-util.el: Use insert-buffer-substring.
18313         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18315         * emulation/viper-cmd.el (viper-change-state): Don't move over the
18316         field boundaries in the minibuffer.
18317         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18318         (viper-minibuffer-post-command-hook): New hook.
18319         (viper-line): Don't move cursor at bolp.
18321         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18323         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18324         avoid compiler warnings.
18326         * emulation/viper-macs.el (ex-map): Better messages.
18328         * emulation/viper-utils.el (viper-beginning-of-field): New function.
18330         * emulation/viper.el: Replace make-variable-buffer-local with
18331         viper-make-variable-buffer-local everywhere, to avoid warnings.
18333 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18335         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18336         Delete unused var `old-selected-window'.
18337         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18338         (mouse-drag-secondary): Delete unused var `start-frame'.
18340 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18342         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18344 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18346         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18347         Re-indent within 80 columns.  Use inhibit-read-only.
18349 2005-09-19  Romain Francoise  <romain@orebokech.com>
18351         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18353 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18355         * font-lock.el (font-lock-default-fontify-region): Don't add a line
18356         unconditionally, since the after-change-function already did it.
18358 2005-09-19  Miles Bader  <miles@gnu.org>
18360         * net/newsticker.el: Get rid of CVS keyword.
18362 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
18364         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18365         The prompt is formatted later.
18367 2005-09-19  David Ponce  <david@dponce.com>
18369         * tree-widget.el (tree-widget-value-create): Save the converted
18370         tree :node widget.
18372 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
18374         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18375         variable `message'.
18377 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
18379         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18380         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
18381         <slawomir.nowaczyk.847@student.lu.se>.
18383 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
18385         * image.el (image-load-path): Use symbol `data-directory' instead
18386         of its value, for backward compatibility with packages that bind
18387         it during `find-image'.  Suggested by Katsumi Yamaoka.
18388         (image-search-load-path): Handle symbols whose values are strings.
18390 2005-09-18  Romain Francoise  <romain@orebokech.com>
18392         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18393         with-current-buffer form in save-excursion.
18395 2005-09-18  Deepak Goel  <deego@gnufans.org>
18397         * apropos.el (apropos-command): Fix `message' call: first arg
18398         should be a format spec.  In this and all other cases that appear
18399         below and elsewhere in the source code, I made a change only when
18400         two conditions were satisfied: [1] I can think of a possibility
18401         that the arguments would cause an error, for example, the code in
18402         question relies on external variables such as filenames.  [2] I
18403         was sure that the arg to `message' could not have been nil in the code.
18405         * textmodes/tildify.el (tildify-region): Ditto.
18407         * textmodes/reftex-index.el (reftex-index-change-entry)
18408         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18409         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18410         * textmodes/org.el (org-complete, org-deadline, org-schedule)
18411         (org-priority, org-table-sum):
18412         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18413         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18414         (flyspell-word, flyspell-display-next-corrections):
18415         * textmodes/bibtex.el (bibtex-print-help-message):
18416         * textmodes/artist.el (artist-key-set-point-poly):
18417         * term/mac-win.el (mac-services-insert-text):
18418         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18419         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18420         (vhdl-port-paste-testbench, vhdl-compose-new-component)
18421         (vhdl-compose-configuration):
18422         * progmodes/sh-script.el (sh-blink, sh-show-indent)
18423         (sh-set-indent, sh-learn-line-indent):
18424         * progmodes/ps-mode.el (ps-mode-target-column):
18425         * progmodes/idlwave.el (idlwave-make-tags)
18426         (idlwave-scan-library-catalogs):
18427         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18428         * progmodes/gud.el (gud-jdb-analyze-source):
18429         * progmodes/flymake.el (flymake-log):
18430         * progmodes/ebnf2ps.el (ebnf-generate-region):
18431         * progmodes/cmacexp.el (c-macro-expansion):
18432         * progmodes/ada-xref.el (ada-treat-cmd-string):
18433         * progmodes/ada-mode.el (ada-create-case-exception-substring)
18434         (ada-justified-indent-current, ada-batch-reformat):
18435         * play/zone.el (zone):
18436         * play/landmark.el (lm-move):
18437         * play/decipher.el (decipher-show-alphabet):
18438         * net/newsticker.el (newsticker--display-jump)
18439         (newsticker--display-scroll):
18440         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18441         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18442         * mail/feedmail.el (feedmail-dump-message-to-queue):
18443         * eshell/esh-proc.el (eshell-remove-process-entry):
18444         * emulation/ws-mode.el (ws-last-error):
18445         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18446         (viper-record-kbd-macro):
18447         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18448         * emacs-lisp/lisp-mnt.el (lm-report-bug):
18449         * emacs-lisp/find-func.el (find-function-noselect):
18450         * calendar/timeclock.el (timeclock-status-string)
18451         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18452         (timeclock-when-to-leave-string):
18453         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18454         * calc/calc-units.el (calc-enter-units-table):
18455         * calc/calc-mode.el (calc-mode-record-mode):
18456         * woman.el (woman-mini-help):
18457         * wdired.el (wdired-change-to-wdired-mode):
18458         * vc.el (vc-retrieve-snapshot):
18459         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18460         * startup.el (display-startup-echo-area-message):
18461         * simple.el (set-goal-column):
18462         * ses.el (ses-command-hook, ses-recalculate-cell):
18463         * server.el (server-process-filter):
18464         * printing.el (pr-interface-txt-print, pr-interface-printify)
18465         (pr-interface-ps):
18466         * pcvs.el (cvs-help):
18467         * log-edit.el (log-edit, log-edit-mode-help):
18468         * iswitchb.el (iswitchb-possible-new-buffer):
18469         * isearch.el (isearch-edit-string):
18470         * image-mode.el (image-mode, image-minor-mode):
18471         * ibuf-macs.el (define-ibuffer-filter):
18472         * hi-lock.el (hi-lock-find-patterns):
18473         * files.el (toggle-read-only):
18474         * ediff-util.el (ediff-copy-diff)
18475         (ediff-write-merge-buffer-and-maybe-kill):
18476         * echistory.el (Electric-history-undefined):
18477         * dnd.el (dnd-insert-text):
18478         * dired-aux.el (dired-query):
18479         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18480         * bookmark.el (bookmark-bmenu-locate):
18481         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18482         Fix `message' calls to ensure first arg is a format string.
18483         The change was made only when these two conditions were satisfied:
18484         [1] when there is a possibility that the arguments would cause an error
18485         for example, if the code in question relies on external variables
18486         such as filenames, and
18487         [2] if the arg to `message' could not have been nil in the code.
18489         * pcomplete.el (pcomplete--help): Fix `message' format spec.
18490         Not having a %s would be weird, though not technically wrong.
18492 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18494         * term/mac-win.el (mac-add-charset-info): Doc fix.
18496 2005-09-17  Romain Francoise  <romain@orebokech.com>
18498         * shell.el (shell-resync-dirs): Handle echoing processes more
18499         reliably.  Don't insert resync command if `comint-process-echoes'
18500         is non-nil.
18502 2005-09-17  Magnus Henoch  <mange@freemail.hu>
18504         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18505         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18506         aspell versions >= 0.60.
18507         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18508         only if ispell-aspell-supports-utf8 is non-nil.
18510 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18512         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18513         buffer-local value to lisp-indent-function.
18515 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
18517         * progmodes/glasses.el (glasses-make-readable): If
18518         glasses-separator differs from underscore, put appropriate
18519         overlays over underscore characters.
18520         (glasses-convert-to-unreadable): If glasses-separator differs from
18521         underscore, try to convert glasses-separator characters to
18522         underscores.
18524 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18526         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18527         Use with-syntax-table and dolist.
18529 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
18531         * textmodes/reftex-auc.el:
18532         * textmodes/reftex-cite.el:
18533         * textmodes/reftex-dcr.el:
18534         * textmodes/reftex-global.el:
18535         * textmodes/reftex-parse.el:
18536         * textmodes/reftex-ref.el:
18537         * textmodes/reftex-sel.el:
18538         * textmodes/reftex-toc.el:
18539         * textmodes/reftex-vars.el:
18540         * textmodes/reftex.el: Small changes to remove compiler warnings.
18542         * textmodes/reftex-index.el: Likewise.
18543         (reftex-query-index-phrase): More efficient use of markers.
18545 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
18547         * image.el (image-load-path): New variable.
18548         (image-search-load-path): New function.
18549         (find-image): Search for images in `image-load-path'.
18551 2005-09-15  Richard M. Stallman  <rms@gnu.org>
18553         * follow.el: Change Maintainer field.
18555 2005-09-15  David Ponce  <david@dponce.com>
18557         * recentf.el (recentf-save-file-modes): New option.
18558         (recentf-save-list): Use it.
18560 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
18562         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18563         (mode-line-mule-info, mode-line-modified): Move bindings from
18564         mouse-3 to mouse-1.
18566 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
18568         * simple.el (sendmail-user-agent-compose): Revert last change.
18570 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18572         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18573         Use with-current-buffer.
18574         (ange-ftp-gwp-start): Remove unused var `gw-user'.
18575         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18576         (ange-ftp-insert-directory): Remove unused var `short'.
18577         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18579         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18580         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18582         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18583         (check-calendar-holidays, diary-list-entries): Autoload.
18584         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18585         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18587         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18588         which mistakenly removed a call to display-buffer.
18590 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
18592         * obsolete/iso-insert.el: Move to obsolete/ from international/.
18594 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
18596         * progmodes/hideshow.el
18597         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18598         (hs-allow-nesting): New user var.
18599         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18600         (hs-hide-block-at-point): When nesting allowed,
18601         if there is already an overlay in place, delete it.
18602         (hs-safety-is-job-n): Delete func; remove call sites.
18603         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18604         (hs-overlay-at): New func.
18605         (hs-already-hidden-p, hs-show-block): Use it.
18606         (hs-hide-all): Don't pre-clean if nesting allowed.
18607         (hs-show-all): Temporarily disallow
18608         nesting around call to `hs-discard-overlays'.
18610 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
18612         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18613         Delete unused local var.
18615 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
18617         * help-fns.el (describe-categories): "?\ " -> "?\s".
18618         (help-do-arg-highlight): Recognize also ARG-n, as in
18619         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
18621         * international/codepage.el (dos-unsupported-char-glyph):
18622         * net/newsticker.el (tool-bar-map, w3-mode-map)
18623         (w3m-minor-mode-map):
18624         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18625         (ent-alist):
18626         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18628 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
18630         * custom.el (custom-push-theme): Handle the case where a symbol is
18631         bound but face properties have not yet been assigned.
18633         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18634         Fix behavior if noerase is `t' and there is no mail buffer.
18636         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18637         if `continue' is nil, rather than signal an error.
18639 2005-09-12  Richard M. Stallman  <rms@gnu.org>
18641         * font-lock.el (font-lock-keywords): Add autoload.
18643         * help-fns.el (describe-variable): Rearrange to put source link
18644         in a predictable place.
18646         * net/newsticker.el: New file.
18648 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18650         * calendar/calendar.el (calendar-for-loop): Add edebug info.
18651         (calendar-basic-setup): Use the new nil arg.
18652         (number-of-diary-entries): Move to diary-lib.el.
18654         * calendar/diary-lib.el: Use with-current-buffer, match-string.
18655         (diary-list-entries): Use with-syntax-table and dolist.
18656         Rename from list-diary-entries.
18657         Use number-of-diary-entries if `number' is nil.
18658         (diary, diary-view-entries): Use this new name and new nil arg value.
18659         (number-of-diary-entries): Move from calendar.el.
18660         (diary-unhide-everything): New function.
18661         (include-other-diary-files, fancy-diary-display)
18662         (diary-show-all-entries, make-diary-entry): Use it.
18663         (diary-mail-entries): Use buffer-string.
18664         (mark-diary-entries): Fix long standing paren typo.
18665         (diary-sexp-entry): Use count-lines.
18666         (make-diary-entry): Avoid `previous-line'.
18667         (diary-mode-map): New var.
18668         (diary-mode): Redraw cal after saving.  Setup header-line.
18669         (fancy-diary-display-mode): Use local-set-key.
18671         * startup.el (command-line): Try calling various terminal-init-foo-bar
18672         functions by stripping hyphenated suffixes from $TERM.
18674         * files.el (normal-mode): Check boundness of font-lock-keywords.
18676 2005-09-12  Richard M. Stallman  <rms@gnu.org>
18678         * progmodes/compile.el: Don't decide a file's directory
18679         until the user actually tries to go there.
18680         (compilation-next-error-function):
18681         Pass compilation-find-file the directory from the file-struct.
18682         (compilation-internal-error-properties): Separate local FILE-STRUCT
18683         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
18684         (compilation-find-file): Arg DIR renamed to DIRECTORY.
18685         Expand it, and if nil, use default-directory.
18686         (compilation-get-file-structure): Don't mix specified directory
18687         with default directory.  Put specified directory into
18688         file-struct.  Don't make the file name absolute.
18690         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18691         (compile-command): Add autoload.
18692         (compilation-disable-input): Add autoload.
18694 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
18696         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18697         strings of the variables it can override.
18698         (time-stamp): New (as yet undocumented) time-stamp-format escapes
18699         %Q and %q, for fully-qualified domain name and unqualified host name.
18701 2005-09-11  Kim F. Storm  <storm@cua.dk>
18703         * emacs-lisp/authors.el (authors-aliases): Update list.
18704         (authors-fixed-entries): Update mldrag.el entry.
18706 2005-09-10  Alan Mackenzie  <acm@muc.de>
18708         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18709         from the region narrowed to.
18711 2005-09-10  Magnus Henoch  <mange@freemail.hu>
18713         * textmodes/ispell.el (ispell-check-version): Signal an error if
18714         aspell version is less than 0.60.
18716 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
18718         * progmodes/octave-inf.el (inferior-octave-startup):
18719         Resync current dir at the end.
18721 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
18723         * woman.el (woman-topic-at-point-default):
18724         Rename to woman-use-topic-at-point-default.
18725         (woman-topic-at-point): Rename to woman-use-topic-at-point.
18726         (woman-file-name): Reflect renames above.  Automatically use the
18727         word at point as topic if woman-use-topic-at-point is non-nil.
18728         Otherwise offer it as default but don't insert it in the
18729         minibuffer.  Also use `test-completion' instead of `assoc' as
18730         suggested by Stefan Monnier.
18732 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
18734         * vc.el (vc-directory, vc-update-change-log): Throw an error on
18735         the attempt to do it over Tramp.  This is not yet supported.
18737 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
18739         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18740         (menu-bar-non-minibuffer-window-p): New functions.
18741         ("Split Window", "Save As..."): Use them.
18742         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18743         ("Print Buffer", "Truncate Long Lines in this Buffer"):
18744         Use menu-bar-menu-frame-live-and-visible-p.
18745         ("Save Buffer", "Insert File", "Open Directory...")
18746         ("Open File...", "Visit New File..."):
18747         Use menu-bar-non-minibuffer-window-p.
18748         (kill-this-buffer-enabled-p, dired <menu-enable>):
18749         Use menu-bar-non-minibuffer-window-p.
18751 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
18753         * cus-start.el (all): Don't complain about fringe-related
18754         built-ins if fringes are not supported.  Ditto about
18755         selection-related built-ins.  Fix the test for GTK-related built-ins.
18757         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18758         ("Postscript Print Buffer", "Print Region", "Save As...")
18759         ("Save", "Insert File...", "Open Directory...")
18760         ("Open File...", "Visit New File..."")
18761         ("Truncate Long Lines in this Buffer"): Don't look at
18762         menu-updating-frame if this display does not support multiple frames.
18764 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18766         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18768 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
18770         * woman.el: Format- and whitespace-related changes.
18772 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
18774         * woman.el: Fix my email address.
18776 2005-09-08  Richard M. Stallman  <rms@gnu.org>
18778         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18779         (sh-mode): Locally set skeleton-pair-default-alist.
18781         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18783         * progmodes/flymake.el: Require `compile' unconditionally.
18785         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18787         * woman.el (woman-file-name): Provide a default, not initial input.
18789         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18791         * font-lock.el (font-lock-support-mode): Doc fix.
18793         * descr-text.el (describe-property-list): Handle non-symbol prop names.
18795 2005-09-08  Richard M. Stallman  <rms@gnu.org>
18797         * simple.el (blink-matching-open): Get rid of text props from
18798         the string shown in echo area.  Don't permanently set point.
18799         Some rearrangements.
18801 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18803         * recentf.el (recentf-filename-handler): Add custom choice
18804         `abbreviate-file-name'.
18806         * msb.el (msb--very-many-menus): Fix typo.
18808         * disp-table.el (standard-display-european): Don't set
18809         enable-multibyte-characters to nil.
18811 2005-09-08  David Ponce  <david@dponce.com>
18813         * recentf.el (recentf-show-file-shortcuts-flag): New option.
18814         (recentf-expand-file-name): Doc fix.
18815         (recentf-dialog-mode-map): Define digit shortcuts.
18816         (recentf--files-with-key): New variable.
18817         (recentf-show-digit-shortcut-filter): New function.
18818         (recentf-open-files-items): New function.
18819         (recentf-open-files): Use it.
18820         (recentf-open-file-with-key): New command.
18822 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
18824         * buff-menu.el (Buffer-menu-sort-by-column): New function.
18825         Suggested by Kim F. Storm.
18826         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18827         (Buffer-menu-make-sort-button): Use global keymap.
18829 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
18831         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18832         (Man-getpage-in-background-advice): Remove defadvice; it isn't
18833         necessary any longer with the remapped command.
18834         (Man-bgproc-sentinel-advice): Remove defadvice which counts
18835         formatting time only.
18837         * net/tramp.el (tramp-action-password)
18838         (tramp-multi-action-password): Compile the password prompt from
18839         `method', `user' and `host'.  Sometimes it isn't obvious which
18840         password to enter, for example with remote files offered by
18841         recentf.el, or with multiple steps.  Suggested by Robert Marshall
18842         <robert@chezmarshall.freeserve.co.uk>.
18844 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18846         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18847         Fix regexp for when "s///" is at the beginning of line.
18849 2005-09-07  Jay Belanger  <belanger@truman.edu>
18851         * calc/calc-poly.el (math-expand-term): Multiply out any powers
18852         when in matrix mode.
18854 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18857         non-anonymous functions.
18859 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
18861         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18862         when using a header line.  Otherwise, use mouse-1-click-follows-link.
18864         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18865         can't be moved; don't signal an error.
18867 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
18869         * cus-theme.el (custom-theme-write-faces): Save the current face
18870         spec, not the defface spec.
18872         * custom.el (custom-known-themes): Clarify meaning of "standard".
18873         (custom-push-theme): Save old values in the standard theme.
18874         (disable-theme): Correct typo.
18875         (custom-face-theme-value) Deleted unused function.
18876         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18878 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18880         * progmodes/compile.el (compilation-goto-locus): Take into account
18881         iconified frames when determining whether the buffer is
18882         already visible.
18883         Don't reset window height if the window already existed.
18885 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
18887         * custom.el (load-theme): Rename from require-theme.
18888         Add interactive spec.
18889         (enable-theme): Rename from custom-enable-theme.
18890         Add interactive spec.
18891         (disable-theme): Rename from custom-disable-theme.
18892         Add interactive spec.
18893         (custom-make-theme-feature): Doc fix.
18894         (custom-theme-directory): Doc fix.
18895         (provide-theme): Call enable-theme.
18897 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18899         * obsolete/lazy-lock.el (lazy-lock-mode):
18900         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18901         font-lock-mode if it's off.  Print a warning instead.
18903         * progmodes/compile.el (compilation-start): Ignore errors if the
18904         process died before we get to send-eof.
18906         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18907         Undo last change.  Enclosing the result in quotes broke things on Unix
18908         since tex-send-command passes it through shell-quote-argument.
18909         (tex-send-command): Pass `file' through convert-standard-filename
18910         when possible.
18911         (tex-uptodate-p): Handle the case where TeX hasn't put additional
18912         info in a transcript.
18914 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
18916         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18917         fix compilation warning.  Reorder the key definitions to group
18918         together keys emitted by the current version of xterm.
18920         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18921         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18922         Reorder predicates to correct min-color usage.
18924 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
18926         * longlines.el (longlines-mode): Inhibit read-only when encoding.
18927         Kill local variables when longlines-mode is turned off.
18929 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18931         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18933         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18935         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18937         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18938         (font-lock-lines-before): Change default to being inactive.
18939         (font-lock-default-fontify-region): Obey font-lock-lines-before.
18940         (font-lock-after-change-function): Don't handle f-l-lines-before here.
18942 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
18944         * net/tramp.el (tramp-handle-make-auto-save-file-name):
18945         Deactivate temporarily advice if active (not needed for Emacs 22,
18946         but for backwards compatibility).
18947         (tramp-exists-file-name-handler): Rewrite.  First implementation
18948         was too simple.
18949         (tramp-advice-make-auto-save-file-name):
18950         Call `tramp-handle-make-auto-save-file-name' (again, just for
18951         backwards compatibility).
18953 2005-08-31  Reto Zimmermann  <reto@gnu.org>
18955         * progmodes/vhdl-mode.el
18956         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18957         (vhdl-end-p): Fix indentation bug "else" after "-- when".
18958         (vhdl-set-default-project): New function (easier setting of default).
18959         (vhdl-port-copy): Handle extended identifiers for generics.
18960         (vhdl-compiler-alist): Better description for error message regexp.
18961         (vhdl-make): Query for target, use previous as default.
18962         (vhdl-port-copy): Fix port copy for port names starting with "signal".
18963         (vhdl-font-lock-keywords-2): Fix fontification for record
18964         el. assign.
18965         (vhdl-speedbar-make-subpack-line): Add package body link.
18966         (vhdl-generate-makefile-1): Not include itself as dependency.
18967         (vhdl-font-lock-init): Highlight c-preprocessor directives.
18968         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18969         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18970         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18971         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18972         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18973         (vhdl-import-project): Add string argument for `error'.
18974         (vhdl-compose-configuration)
18975         (vhdl-compose-configuration-architecture): Add configuration
18976         declaration generation.
18977         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18978         (vhdl-trailer-re): Add "record" keyword (better indentation).
18979         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18980         "[^ \t-\"]+".
18981         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18982         (vhdl-testbench-entity-file-name)
18983         (vhdl-testbench-architecture-file-name): Allow separate
18984         customization of testbench file names.
18985         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18986         (vhdl-get-visible-signals): Allow newline within alias declaration.
18987         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18988         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18989         (member-ignore-case): Alias for missing function in XEmacs.
18990         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18991         (vhdl-update-sensitivity-list): Ignore case on read signals.
18992         (vhdl-replace-string): Adjust case only for file names.
18993         (vhdl-update-sensitivity-list): Fix search for read signals.
18994         (vhdl-update-sensitivity-list): Exclude formal parameters.
18995         (vhdl-get-visible-signals): Include aliases of signals.
18996         (vhdl-get-visible-signals): Fix signal name searching.
18997         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18998         (vhdl-fixup-whitespace-region): Fix for character
18999         literals (e.g. `:').
19001 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19003         * ansi-color.el (comint-last-output-start):
19004         * bs.el (font-lock-verbose):
19005         * diff-mode.el (add-log-buffer-file-name-function):
19006         * dired-x.el (vm-folder-directory):
19007         * faces.el (help-xref-stack-item):
19008         * files.el (font-lock-keywords):
19009         * find-lisp.el (dired-buffers, dired-subdir-alist):
19010         * ido.el (cua-inhibit-cua-keys):
19011         * log-view.el (cvs-minor-wrap-function):
19012         * outline.el (font-lock-warning-face):
19013         * simple.el (compilation-current-error):
19014         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
19015         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
19016         * tooltip.el (comint-prompt-regexp):
19017         * w32-fns.el (explicit-shell-file-name):
19018         * term/mac-win.el (mac-charset-info-alist)
19019         (mac-services-selection, mac-system-script-code):
19020         * term/tty-colors.el (msdos-color-values):
19021         * term/w32-win.el (xlfd-regexp-registry-subnum):
19022         * term/x-win.el (x-keysym-table, x-selection-timeout)
19023         (x-session-id, x-session-previous-id):
19024         * textmodes/ispell.el (mail-yank-prefix):
19025         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
19026         * textmodes/org.el (calc-embedded-close-formula)
19027         (calc-embedded-open-formula)
19028         (font-lock-unfontify-region-function):
19029         * textmodes/reftex-global.el (isearch-next-buffer-function)
19030         (TeX-master):
19031         * textmodes/reftex.el (font-lock-keywords):
19032         * textmodes/tex-mode.el (font-lock-comment-face)
19033         (font-lock-doc-face):
19034         * textmodes/texinfo.el (outline-heading-alist):
19035         Add defvars.
19037         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
19038         (artist-spray-chars, artist-mode-init, artist-replace-string)
19039         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
19040         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
19041         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
19043         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
19044         (conf-align-assignments): "?\ " -> "?\s".
19046         * textmodes/reftex-index.el (TeX-master): Add defvar.
19047         (reftex-index-phrases-marker): Move up defvar.
19049         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
19050         (reftex-toc-include-labels-indicator)
19051         (reftex-toc-include-index-indicator)
19052         (reftex-toc-max-level-indicator): Move up declarations.
19054         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19055         of args to `tramp-run-real-handler', even if it's empty in this case.
19057 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19059         * dired.el (dired-move-to-filename-regexp): Add date format for
19060         Mac OS X 10.3 in East Asian locales.
19062 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
19064         * files.el (make-auto-save-file-name): Add file name handler call
19065         if applicable.
19067         * net/tramp.el (tramp-file-name-handler-alist)
19068         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19069         (tramp-handle-make-auto-save-file-name): Rename from
19070         `tramp-make-auto-save-file-name'.
19071         (tramp-exists-file-name-handler): New defun.
19072         (tramp-advice-make-auto-save-file-name): Make defadvice only when
19073         `make-auto-save-file-name' is not a magic file name operation.
19075 2005-08-30  Richard M. Stallman  <rms@gnu.org>
19077         * files.el (risky-local-variable-p):
19078         Match `-predicates' and `-commands.
19080         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19081         (custom-save-all): Visit the file if necessary;
19082         kill the buffer if we created it.
19083         (custom-save-delete): Don't visit file or kill buffer here.
19085 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
19087         * textmodes/org.el (org-special-keyword): New face.
19088         (org-table-copy-down, org-table-eval-formula)
19089         (org-table-recalculate, org-init-section-numbers):
19090         Use `string-to-number' instead of `string-to-int'.
19091         (org-get-location): Use `insert-buffer-substring' instead of
19092         `insert-buffer'.
19093         (org-modify-diary-entry-string): New function.
19094         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19095         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19096         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19097         active region.
19098         (org-export-as-html): Handle QUOTE keyword.
19099         (org-quote-string): New option.
19100         (org-bookmark-jump-unhide): New function, used for
19101         `bookmark-after-jump-hook'.
19102         (org-diary-default-entry): Apply only when not called through
19103         `org-agenda'.
19105 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
19107         * net/eudc.el (mode-popup-menu):
19108         * play/handwrite.el (ps-printer-name, ps-lpr-command):
19109         * progmodes/ada-mode.el (compile-auto-highlight)
19110         (skeleton-further-elements):
19111         * progmodes/autoconf.el (font-lock-syntactic-keywords):
19112         * progmodes/cmacexp.el (msdos-shells):
19113         * progmodes/compile.el (font-lock-extra-managed-props)
19114         (font-lock-keywords, font-lock-maximum-size)
19115         (font-lock-support-mode):
19116         * progmodes/grep.el (font-lock-lines-before):
19117         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19118         * progmodes/mixal-mode.el (compile-command):
19119         * progmodes/perl-mode.el (font-lock-comment-face)
19120         (font-lock-doc-face, font-lock-string-face):
19121         * progmodes/prolog.el (comint-prompt-regexp):
19122         * progmodes/sh-script.el (font-lock-comment-face)
19123         (font-lock-set-defaults, font-lock-string-face):
19124         * progmodes/sql.el (font-lock-keyword-face)
19125         (font-lock-set-defaults, font-lock-string-face):
19126         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19127         (itimer-version, lazy-lock-defer-contextually)
19128         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19129         Add defvars.
19131         * progmodes/cperl-mode.el (cperl-electric-lbrace)
19132         (cperl-electric-keyword, cperl-electric-pod)
19133         (cperl-electric-backspace, cperl-forward-re)
19134         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19135         (vc-rcs-header, vc-sccs-header): Add defvars.
19137         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19138         (font-lock-syntactic-keywords, gud-find-expr-function):
19139         Add defvars.
19141         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19142         (gdb-frame-parameters): Declare before use.
19144         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19145         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19146         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19147         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19149         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19150         (idlwave-help-with-source): Use `insert-buffer-substring', not
19151         `insert-buffer'.
19153 2005-08-29  Juri Linkov  <juri@jurta.org>
19155         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19156         Put outline-back-to-heading function call inside save-excursion.
19158 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
19160         * man.el (Man-init-defvars, Man-translate-references)
19161         (Man-support-local-filenames, Man-highlight-references):
19162         * progmodes/sql.el (sql-interactive-mode):
19163         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19165         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19166         (compilation-mode-font-lock-keywords): Add defvars.
19167         (checkdoc-interactive-loop): "?\ " -> "?\s".
19169         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19170         (font-lock-doc-face, font-lock-string-face)
19171         (font-lock-keywords-case-fold-search): Add defvars.
19172         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19174         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19175         Don't pass X and Y (they are ignored anyway).
19176         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19177         (mouse-delete-window): Make arguments optional.
19179         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19180         (caesar-translate-table, minor-modes, news-buffer-save)
19181         (news-group-name, news-minor-modes): Add defvars.
19183         * emacs-lisp/lselect.el (mouse-highlight-priority)
19184         (x-lost-selection-functions, zmacs-regions):
19185         * emacs-lisp/pp.el (font-lock-verbose):
19186         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19187         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19188         (ses-mode-map):
19189         * emacs-lisp/tcover-unsafep.el (safe-functions):
19190         * international/mule-cmds.el (mac-system-coding-system)
19191         (mac-system-locale):
19192         * language/ethio-util.el (rmail-current-message)
19193         (rmail-message-vector):
19194         * language/thai-util.el (thai-auto-composition-mode):
19195         * mail/metamail.el (rmail-current-message, rmail-message-vector):
19196         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19197         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19198         (vm-primary-inbox, vm-spool-files):
19199         * mail/rmail.el (deleted-head, font-lock-fontified)
19200         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19201         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19202         (total-messages):
19203         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19204         (rmail-summary-mode-map):
19205         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19206         (rmail-last-label, rmail-last-multi-labels)
19207         (rmail-summary-vector, rmail-total-messages):
19208         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19209         * mail/rmailsum.el (msgnum):
19210         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19211         (rmail-current-message):
19212         * obsolete/fast-lock.el (font-lock-face-list):
19213         * obsolete/rnewspost.el (mail-reply-buffer):
19214         * obsolete/scribe.el (compile-command):
19215         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19217 2005-08-28  John Paul Wallington  <jpw@gnu.org>
19219         * ibuf-ext.el (ibuffer-auto-update-changed):
19220         Use `frame-or-buffer-changed-p' to check whether we need to update.
19221         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19222         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
19223         as a `frame-or-buffer-changed-p' state vector instead.
19225 2005-08-27  Romain Francoise  <romain@orebokech.com>
19227         * textmodes/makeinfo.el (makeinfo-compile):
19228         Use `compilation-start'.  Set `next-error-function' according to
19229         `disable-errors'.
19230         (makeinfo-next-error): New function.
19231         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19232         (makeinfo-buffer): Likewise.
19234         * progmodes/compile.el (compilation-start): Add autoload cookie.
19236         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19237         * textmodes/sgml-mode.el: Likewise.
19238         * progmodes/python.el: Likewise.
19240 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
19242         * simple.el (blink-matching-paren-distance): Document the meaning
19243         of nil value, and allow to customize to nil.
19245         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19246         command.com, not command.exe.
19248 2005-08-26  John Wiegley  <johnw@newartisans.com>
19250         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19251         code around a bit so that an extraneous nil argument is not added
19252         to a command when no args are given.
19254         * eshell/esh-arg.el (eshell-parse-double-quote): If a
19255         double-quoted argument resolves to nil, return it as an empty
19256         string rather than as nil.  This made it impossible to pass "" to
19257         a shell script as a null string argument.
19259 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19261         * outline.el (outline-invent-heading): New fun.
19262         (outline-promote, outline-demote): Use it.
19263         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19264         (outline-end-of-subtree): Remove unused var `opoint'.
19266 2005-08-26  David Reitter  <david.reitter@gmail.com>
19268         * menu-bar.el (truncate-lines, write-file, print-buffer)
19269         (ps-print-buffer-faces, ps-print-buffer, split-window):
19270         Disable menu items when the frame they refer to is invisible, or when
19271         they refer to a buffer and the minibuffer is selected.
19273 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
19275         * progmodes/flymake.el (flymake-highlight-err-lines):
19276         Use save-excursion around flymake-highlight-line to preserve point.
19278 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
19280         * progmodes/octave-mod.el: Change Author and Maintainer address.
19281         (octave-maintainer-address): Change Kurt's email address.
19282         * progmodes/octave-inf.el: Change Author and Maintainer address.
19283         * progmodes/octave-hlp.el: Change Author and Maintainer address.
19285 2005-08-26  Kim F. Storm  <storm@cua.dk>
19287         * subr.el (version-list-<, version-list-<=, version-list-=):
19288         Rename from integer-list-*.
19289         (version-list-not-zero): Likewise.  Fix while loop.
19290         (version=): Use version-list-= instead of string-equal.
19292 2005-08-26  Richard M. Stallman  <rms@gnu.org>
19294         * outline.el (outline-promote): Try shortening the heading.
19295         As last resort, read the heading to use.
19296         (outline-demote): As last resort, read the heading to use.
19298 2005-08-26  Romain Francoise  <romain@orebokech.com>
19300         * progmodes/compile.el (compilation-start): Doc fix.
19302         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19303         (antlr-font-lock-additional-keywords): Fix reference to
19304         `antlr-font-lock-literal-regexp' erroneously changed during the
19305         mass face rename.
19306         (antlr-run-tool): Use `compilation-start'.
19308         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19309         instead of the obsolete `compile-internal'.
19311 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
19313         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19314         (number, original-date):
19315         * calendar/cal-china.el (date):
19316         * calendar/cal-coptic.el (date):
19317         * calendar/cal-french.el (date):
19318         * calendar/cal-hebrew.el (date, entry, number, original-date):
19319         * calendar/cal-islam.el (date, number, original-date):
19320         * calendar/cal-iso.el (date):
19321         * calendar/cal-julian.el (date):
19322         * calendar/cal-mayan.el (date):
19323         * calendar/cal-menu.el (date, event):
19324         * calendar/cal-persia.el (date):
19325         * calendar/lunar.el (date):
19326         * calendar/solar.el (date): Add defvars.
19328         * emerge.el:
19329         * ibuffer.el:
19330         * info-xref.el:
19331         * obsolete/bg-mouse.el:
19332         * obsolete/sun-curs.el:
19333         * obsolete/swedish.el: Move the `defvar's to the top level.
19335         * smerge-mode.el (smerge-refined-change): Add :group.
19337 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19339         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19340         (smerge-keep-n): Remove props.
19341         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19342         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19343         now that it's done in smerge-keep-n.
19344         (smerge-refined-change): New face.
19345         (smerge-refine-chopup-region, smerge-refine-highlight-change)
19346         (smerge-refine): New funs.
19347         (smerge-basic-map): Bind smerge-refine.
19349 2005-08-25  Juri Linkov  <juri@jurta.org>
19351         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19352         compilation-process-setup-function and compilation-disable-input
19353         in grep-mode instead of let-bindings in grep.
19355         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19356         Delete "Automatic File De/compression" (auto-compression-mode).
19358 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
19360         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19361         Silence warning about non-existent variable.
19363 2005-08-25  Richard M. Stallman  <rms@gnu.org>
19365         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19366         Rename "Describe Key" to "Describe Key or Mouse Operation".
19368         * mail/mailalias.el (build-mail-aliases): Delete comments
19369         from the contents before processing them.
19371         * isearch.el (isearch-edit-string): Erase the Search prompt
19372         if user enters an empty string and there is no default.
19374         * comint.el (comint-file-name-prefix): Add autoload.
19376 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
19378         * subr.el (play-sound): Rearrange to avoid warning.
19380 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
19382         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19383         New hook.
19384         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19386 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19388         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19390         * custom.el (custom-theme-set-variables): Sort minor modes last.
19392 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19394         * subr.el (version-separator, version-regexp-alist): New vars used by
19395         version comparison funs.
19396         (integer-list-<, integer-list-=, integer-list-<=)
19397         (integer-list-not-zero): New funs for integer list comparison.
19398         (version-to-list, version=, version<, version<=): New funs for version
19399         comparison.
19401 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
19403         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19404         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19405         time to silence the byte-compiler.
19407         * ibuffer.el (ibuffer-compile-make-eliding-form)
19408         (ibuffer-check-formats): Use `with-no-warnings' to hide references
19409         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19410         so it's silly to get warnings for it).
19411         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19412         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19413         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19414         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19415         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19416         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19417         Defvar at compile time.
19418         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19419         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19420         Declare them before use.
19422         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19423         (info-xref-good, info-xref-bad): Defvar at compile time.
19425         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19426         Use `let*' instead of `let'.
19428         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19429         (*mouse-y*, menu, char): Defvar at compile time.
19430         (sc::menu): Declare it before use.
19431         (sc::pack-one-line): Use `let', not `let*'.
19433         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19434         (mail-send-hook): Defvar at compile time.
19436         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19437         Defvar at compile time.
19439         * term/sun-mouse.el (current-global-mousemap)
19440         (current-local-mousemap): Declare them before use.
19442 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
19444         * bookmark.el (bookmark-after-jump-hook): New hook.
19445         (bookmark-jump): Run `bookmark-after-jump-hook'.
19447 2005-08-23  Juri Linkov  <juri@jurta.org>
19449         * faces.el (minibuffer-prompt): Doc fix.
19451 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
19453         * progmodes/xscheme.el: Trivial changes to silence warnings.
19454         (xscheme-previous-mode, xscheme-previous-process-state):
19455         Add defvars.
19456         (xscheme-last-input-end, xscheme-process-command-line)
19457         (xscheme-process-name, xscheme-buffer-name)
19458         (xscheme-expressions-ring-max, xscheme-expressions-ring)
19459         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19460         (xscheme-control-g-synchronization-p)
19461         (xscheme-control-g-disabled-p, xscheme-string-receiver)
19462         (default-xscheme-runlight, xscheme-runlight)
19463         (xscheme-runlight-string, xscheme-process-filter-state)
19464         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19465         Move to beginning of file.
19466         (scheme-interaction-mode-commands-alist)
19467         (scheme-interaction-mode-map, scheme-debugger-mode-map):
19468         Declare them before use.  Note: the initialization code for the
19469         variables has not been moved because it uses functions that reference
19470         the variables.
19471         (xscheme-control-g-message-string, xscheme-process-filter-alist)
19472         (xscheme-prompt-for-expression-map): Declare them before use.
19473         (scheme-debugger-mode-commands): "?\ " -> "?\s".
19475 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
19477         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19479 2005-08-22  Juri Linkov  <juri@jurta.org>
19481         * faces.el (set-face-underline): Delete this duplicate function
19482         and make an obsolete alias to set-face-underline-p.
19483         (set-face-underline-p): Use docstring of set-face-underline.
19484         (describe-face): Create hyperlink to parent face.
19486         * info.el (Info-insert-dir): Use save-excursion around
19487         insert-buffer-substring.
19488         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19489         (Info-escape-percent): Delete function.
19490         (Info-fontify-node): Replace Info-escape-percent by
19491         replace-regexp-in-string with REP arg set to lambda that
19492         duplicates `%' and preserves text properties.
19494         * progmodes/compile.el (compilation-disable-input): Doc fix.
19495         (define-compilation-mode): Doc fix and refill.
19496         (kill-compilation): Use `mode-name' in the error message.
19497         (compilation-find-file): Use `compilation-error' in the
19498         read-file-name's prompt.
19500 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19502         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19503         (smerge-auto-leave): Make undo re-enable the mode.
19504         (debug-ignored-errors): Add the user-error of impossible resolution.
19505         (smerge-resolve): Move things around a bit, in preparation for later.
19506         (smerge-diff): Don't fail if the buffer has no associated file.
19507         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19508         (smerge-conflict-overlay): New function.
19509         (smerge-match-conflict): Don't add text properties here.
19510         (smerge-find-conflict): Instead, add an overlay here.
19511         Also check for the case where we're inside a conflict already, so as to
19512         obviate the need for font-lock-multiline, which is unbearably slow with
19513         large conflicts and ciomplex font-lock patterns.
19514         (smerge-remove-props): Remove overlay rather than text-properties.
19515         (smerge-mode): Don't set font-lock-multiline.
19516         Remove overlays when turned off.
19518 2005-08-21  Kim F. Storm  <storm@cua.dk>
19520         * ido.el (ido-ignore-item-p): Use save-match-data.
19521         Bind case-fold-search to ido-case-fold locally.
19523 2005-08-20  Richard M. Stallman  <rms@gnu.org>
19525         * files.el (normal-mode): If font lock is on, turn it off and on.
19527         * subr.el (replace-regexp-in-string): Doc fix.
19529         * startup.el (command-line-1): Don't suppress startup screen
19530         due to existing processes.
19532         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19534         * progmodes/compile.el (compilation-disable-input): Default to nil.
19536 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19538         * progmodes/compile.el (compilation-disable-input): New defcustom.
19539         (compilation-start): If compilation-disable-input is non-nil, send
19540         EOF to the compilation process.
19542 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
19544         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19545         Run the argument of tex-shell-cd-command through
19546         convert-standard-filename, to get the correct style of slashes on
19547         Windows, and enclose the result in quotes, in case the file name
19548         includes whitespace or other special characters.
19550 2005-08-19  Andreas Schwab  <schwab@suse.de>
19552         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19553         process.
19555 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
19557         * cus-start.el (minibuffer-prompt-properties): Correct typo.
19559 2005-08-18  Kim F. Storm  <storm@cua.dk>
19561         * scroll-lock.el: Fix errors due to incorrect line wrapping.
19563 2005-08-18  Richard M. Stallman  <rms@gnu.org>
19565         * scroll-lock.el: New file.
19567 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
19569         * dired.el (dired-move-to-end-of-filename):
19570         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19572 2005-08-18  Kim F. Storm  <storm@cua.dk>
19574         * ido.el (ido-everywhere): Fix defcustom :set function to disable
19575         rather than toggle mode when custom value is nil.
19576         (ido-everywhere): Fix defun doc string.
19578 2005-08-17  Richard M. Stallman  <rms@gnu.org>
19580         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19581         as tag instead of "Inviolable".
19583 2005-08-17  Kim F. Storm  <storm@cua.dk>
19585         * windmove.el (windmove-coordinates-of-position): Remove.
19586         (windmove-coordinates-of-window-position): Remove.
19587         (windmove-reference-loc): Use posn-at-point instead.
19589         * subr.el (insert-for-yank-1): Doc fix.
19591         * ido.el (ido-enter-matching-directory): Rename from
19592         ido-enter-single-matching-directory.  Change `slash' choice to
19593         `only'.  Add `first' choice.
19594         (ido-exhibit): Adapt to above changes.
19596 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
19598         * Makefile.in: Expand comment about building loaddefs.el.
19600 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
19602         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19603         Comment use of defadvice.
19605         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19607 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
19609         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19610         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19611         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19612         * progmodes/idlw-shell.el, progmodes/ld-script.el,
19613         * progmodes/which-func.el, ruler-mode.el, strokes.el,
19614         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19615         for backward compatibility for faces that did not appear in the
19616         previous Emacs release.
19618         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19620 2005-08-15  Kim F. Storm  <storm@cua.dk>
19622         * emulation/cua-base.el (cua-delete-region): Return t if
19623         deleted region was non-empty.
19624         (cua-replace-region): Inhibit overwrite-mode for
19625         self-insert-command if replaced region was non-empty.
19626         (cua--explicit-region-start, cua--status-string): Make them
19627         buffer-local at top-level...
19628         (cua-mode): ...rather than when mode is enabled.
19630 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
19632         * progmodes/vhdl-mode.el (vhdl-emacs-21):
19633         Set t for Emacs 21, 22, and so on.
19635 2005-08-15  David Ponce  <david@dponce.com>
19637         * tree-widget.el: Update Commentary header.
19638         (tree-widget-theme): Doc fix.
19639         (tree-widget-space-width): New option.
19640         (tree-widget-image-properties): Look up in the default theme too.
19641         (tree-widget--cursors): Only for images with arrow pointer shape.
19642         (tree-widget-lookup-image): Pointer shape is hand by default.
19643         (tree-widget-icon): Rename generic icon widget from
19644         `tree-widget-control'.
19645         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19646         derive from `tree-widget-icon'.
19647         (tree-widget-handle): Improve default look and feel of the text
19648         representation.
19649         (tree-widget): Rename :*-control properties to :*-icon properties.
19650         Add :action and :help-echo properties.
19651         (tree-widget-after-toggle-functions): Move.
19652         (tree-widget-close-node, tree-widget-open-node): Remove.
19653         (tree-widget-before-create-icon-functions): New hook.
19654         (tree-widget-value-create): Update to allow customization of icons
19655         and nodes at run-time via that new hook.
19656         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19657         (tree-widget-icon-action, tree-widget-icon-help-echo)
19658         (tree-widget-action, tree-widget-help-echo): New functions.
19660 2005-08-15  Kim F. Storm  <storm@cua.dk>
19662         * ido.el (ido-buffer-internal): Use with-no-warnings.
19663         (ido-make-merged-file-list): Use while-no-input.
19665 2005-08-15  Richard M. Stallman  <rms@gnu.org>
19667         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19668         (flyspell-large-region): Fix doc and custom type.
19670 2005-08-14  Richard M. Stallman  <rms@gnu.org>
19672         * files.el (interpreter-mode-alist): Doc fix.
19674         * mail/rmail.el (rmail-nonignored-headers): New variable.
19675         (rmail-clear-headers): Use it.
19676         (rmail-reply): Better handling of mail-followup-to header.
19678         * progmodes/sh-script.el (sh-font-lock-keywords-var):
19679         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
19680         don't try to refer to executable-font-lock-keywords.
19681         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19682         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19683         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19684         (sh-mode): Set comment-start-skip, local-abbrev-table,
19685         imenu-case-fold-search.
19686         (sh-set-shell): Don't set them here.
19687         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
19688         Don't cache the results in the original alist; don't ever modify
19689         that alist.
19691         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19693         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19694         empty.
19696 2005-08-15  Andreas Schwab  <schwab@suse.de>
19698         * desktop.el: Put autoload cookie at risky-local-variable declarations.
19700         * dired.el, info.el, mail/rmail.el: Revert last change.
19702 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
19704         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19705         modification in `eval-after-load' form.
19706         * info.el: Likewise.
19707         * mail/rmail.el: Likewise.
19709 2005-08-14  Juri Linkov  <juri@jurta.org>
19711         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19712         Remove highlighting of "Compilation started".  Highlight only
19713         the word "finished" in "Compilation finished".  Add highlighting
19714         of "interrupt", "killed", "terminated" and the exit code.
19715         (compilation-start): Add newline after header.  Use exactly the
19716         same time stamp format as the finishing message.
19717         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19719         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19720         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19721         Add highlighting of "interrupt", "killed", "terminated".
19723         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19724         enabled and the current command is self-insert-command, call it
19725         explicitly with overwrite-mode bound to nil, to not allow it
19726         to delete the character after the selected region.
19728 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
19730         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19731         move-end-of-line, end-of-line, and beginning-of-line to the list
19732         of commands after which the echo area is updated.
19734 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
19736         * cus-edit.el (custom-save-all, custom-save-delete):
19737         Bind recentf-exclude to exclude custom-file.
19739 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
19741         * mail/rmailsum.el (rmail-summary-end-of-message): New command
19742         to go to the bottom of the mail message.  Added to
19743         `rmail-summary-mode-map' with key "/".
19744         (rmail-summary-show-message): New (internal) function for use by
19745         both `rmail-summary-beginning/end-of-message'.
19746         (rmail-summary-beginning-of-message): Change to use
19747         rmail-summary-show-message.
19749         * mail/rmail.el (rmail-end-of-message): New command to go to the
19750         end of the current message.  Added to `rmail-mode-map' with key "/".
19751         (rmail-beginning-of-message): Fix to work as documented.
19752         (rmail-mode): Change documentation.
19754         * progmodes/compile.el (compilation-start): Add the line
19755         "Compilation started" with compilation start time.
19756         (compilation-mode-font-lock-keywords): Add `started' to keywords.
19758 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
19760         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19761         of menu items.
19763 2005-08-11  Richard M. Stallman  <rms@gnu.org>
19765         * simple.el (pop-global-mark): Reverse test of widen-automatically.
19767         * battery.el (battery-status-function): Don't use ignore-errors.
19769 2005-08-11  Lute Kamstra  <lute@gnu.org>
19771         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19772         define-obsolete-variable-alias.
19774 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19776         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19777         (ange-ftp-send-cmd): Revert last change, and expand
19778         the comment explaining the problem.
19780 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
19782         * ldefs-boot.el: Update.
19784         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19785         item to "Time, Load and Mail".  Change help echo text.
19787         * time.el (display-time-use-mail-icon, display-time-format)
19788         (display-time-string-forms): Shorten first line of docstrings.
19790 2005-08-10  Lars Hansen  <larsh@soem.dk>
19792         * desktop.el (desktop-buffer-mode-handlers):
19793         Make non-customizable.  Add autoload cookie.  Change initial value to
19794         nil; add elements in respective modules instead.  Fix doc string.
19795         (desktop-load-file): New function.
19796         (desktop-minor-mode-handlers): New autoloaded variable.
19797         (desktop-create-buffer): Call minor mode handlers.
19798         Use desktop-load-file to load major and minor mode modules prior to
19799         checking for a handler.
19800         (desktop-save): Don't add nil to desktop-minor-modes for minor
19801         modes with nil function in desktop-minor-mode-table.  Don't delete
19802         desktop file before rewriting it.
19803         (desktop-locals-to-save): Add autoload cookie.  Don't make
19804         automatically buffer-local.  Add variables column-number-mode,
19805         size-indication-mode, indent-tabs-mode,
19806         indicate-buffer-boundaries, indicate-empty-lines and
19807         show-trailing-whitespace.
19808         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19809         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
19810         (desktop-clear-preserve-buffers-regexp): Delete.
19811         (desktop-clear-preserve-buffers): Update initial value and docstring.
19812         (desktop-save-buffer): Fix doc string.
19814         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19815         (hilit-chg-desktop-restore): New function.
19816         (highlight-changes-mode): Add highlight-changes-mode to
19817         desktop-locals-to-save.
19819         * dired.el: Add handler to desktop-buffer-mode-handlers.
19820         (dired-restore-desktop-buffer): Remove autoload cookie.
19821         (dired-mode): Add autoload cookie.
19823         * info.el: Add handler to desktop-buffer-mode-handlers.
19824         (Info-restore-desktop-buffer): Remove autoload cookie.
19825         (Info-mode): Add autoload cookie.
19827         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19828         (mh-restore-desktop-buffer): Remove autoload cookie.
19829         (mh-folder-mode): Add autoload cookie.
19831         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19832         (rmail-restore-desktop-buffer): Remove autoload cookie.
19834 2005-08-11  Masatake YAMATO  <jet@gyve.org>
19836         * hexl.el (hexl-address-region):
19837         (hexl-ascii-region, hexl-font-lock-keywords):
19838         (hexl-highlight-line-range): Use the term "region"
19839         instead of "area" for consistency with the other symbols
19840         defined in hexl.el.
19842 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
19844         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19845         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19846         out by Juri Linkov).  Add `display-battery-mode'.
19848 2005-08-09  Juri Linkov  <juri@jurta.org>
19850         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19851         Remove `-text' from face variable names.
19852         (compilation-error-file-name, compilation-warning-file-name)
19853         (compilation-info-file-name): Delete faces.
19854         (compilation-line-number, compilation-column-number):
19855         Remove face underlining.
19856         (compilation-message-face): Set to `underline' value by default.
19857         (compilation-error-face, compilation-warning-face)
19858         (compilation-info-face): Remove `-file-name' from face names.
19859         (compilation-error-text-face, compilation-warning-text-face)
19860         (compilation-info-text-face): Delete face variables.
19861         (compilation-text-face): Delete function.
19863         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19864         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19865         (grep-error-face): Set to `compilation-error' instead of
19866         `compilation-error-face' (which is redefined to `grep-hit-face' in
19867         grep buffers).
19868         (grep-mode-font-lock-keywords): Remove `-text' from face variable
19869         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
19871         * dired-aux.el (dired-do-query-replace-regexp):
19872         Use `query-replace-read-args'.
19874         * replace.el (query-replace-read-from, query-replace-read-to)
19875         (query-replace-read-args): Rename arg `string' to `prompt'.
19877         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19879 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
19881         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19882         uploading files.
19883         (ange-ftp-canonize-filename): Handle file names beginning with ~
19884         correctly.
19886 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
19888         * textmodes/fill.el (canonically-space-region)
19889         (fill-context-prefix, fill-french-nobreak-p)
19890         (fill-delete-newlines, fill-comment-paragraph)
19891         (justify-current-line): "?\ " -> "?\s".
19893 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
19895         * textmodes/fill.el (fill-nonuniform-paragraphs):
19896         Improve argument/docstring consistency.
19898 2005-08-09  Richard M. Stallman  <rms@gnu.org>
19900         * textmodes/ispell.el (ispell-word): More fboundp checks.
19902         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19903         (find-file-noselect-1): Call it here, only if RAWFILE.
19904         (normal-mode): Always set some major mode.
19905         (save-some-buffers-action-alist): Change some explanation strings.
19906         (file-name-non-special): In the `quote' method, use unwind-protect.
19908 2005-08-09  Magnus Henoch  <mange@freemail.hu>
19910         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19911         (ispell-have-aspell-dictionaries): New variable.
19912         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19913         (ispell-get-aspell-config-value): New function.
19914         (ispell-aspell-find-dictionary): New function.
19915         (ispell-aspell-add-aliases): New function.
19916         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19917         appropriate.  Don't look for ispell dictionaries if we use aspell.
19918         (ispell-menu-map): Don't build a submenu of dictionaries.
19920 2005-08-09  Richard M. Stallman  <rms@gnu.org>
19922         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19923         (sql-read-passwd): Use read-passwd.
19925         * progmodes/idlw-toolbar.el (idlwave-toolbar)
19926         (idlwave-toolbar-is-possible): Add defvars.
19928         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19929         Avoid warnings.
19931         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19932         (idlwave-system-class-info, idlwave-executive-commands-alist):
19933         Use defvar.
19935         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19937         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19938         Avoid warnings.
19940         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19941         and content-type: headers.
19943         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19945         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19946         and rename some of them to be more self-explanatory.
19948         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19950         * startup.el (command-line-1): Implement -scriptload.
19952         * replace.el (occur-engine): Initial *Occur* output not undoable.
19954         * menu-bar.el (menu-bar-file-menu): Rename some menu items
19955         and improve help strings.
19957         * isearch.el (isearch-repeat): When changing direction,
19958         mark search successful.
19960         * ediff-init.el: Use (featurep 'xemacs).
19962         * comint.el (send-invisible): Identify buffer, if not selected.
19964         * align.el: Delete autoload for c-guess-basic-syntax.
19966 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
19968         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19969         Improve argument/docstring consistency.  Doc fixes.
19970         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19971         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19972         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19973         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19974         (r2bv-organization, r2bv-pages, r2bv-primary-author)
19975         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19976         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19977         Defvar at compile time.
19979 2005-08-09  Juri Linkov  <juri@jurta.org>
19981         * info.el: Replace `info' with upper-case `Info' where appropriate.
19982         (info-title-1, info-title-2, info-title-3, info-title-4)
19983         (info-menu-header): Move up face definitions.
19984         (info-menu-star): Rename from `info-menu-5'.
19985         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19986         (Info-fontify-visited-nodes): Fix docstring.
19987         (Info-hide-note-references): Fix docstring.
19988         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19989         menu items in the same way as on cross-references.
19990         (info-apropos): Fix sorting order and formatting to be like in the
19991         stand-alone Info browser.  Display error messages for 1 sec.
19992         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
19993         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19994         from the menu bar.
19995         (Info-insert-dir): Restore point after calling
19996         `insert-buffer-substring'.
19998 2005-08-08  Richard M. Stallman  <rms@gnu.org>
20000         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
20001         (recompute-lucid-menubar): Add defvars.
20003         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
20005         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
20007         * net/net-utils.el (run-dig): Rename from `dig'.
20009         * play/gametree.el (gametree-mode): Use make-local-variable,
20010         not make-variable-buffer-local.
20012         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
20014         * ansi-color.el (ansi-color-make-extent)
20015         (ansi-color-set-extent-face): Use fboundp, not functionp.
20017         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
20018         not make-variable-buffer-local.
20020         * bookmark.el (Info-current-file): Add defvar.
20021         (bookmark-jump-noselect): Use with-no-warnings.
20023         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
20025         * ebuff-menu.el (Helper-return-blurb): Add defvar.
20027         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
20029         * find-file.el (ada-procedure-start-regexp)
20030         (ada-package-start-regexp): Add defvars.
20032         * info.el (Info-insert-dir): Use insert-buffer-substring.
20034         * xml.el (xml-att-def-re): Add defvar.
20036         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
20037         calling convention.
20039         * subr.el (while-no-input): Return t if there is input.
20041 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
20043         * cus-start.el (all): Add `overflow-newline-into-fringe'.
20045 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
20047         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
20048         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
20050 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
20052         * cmuscheme.el (scheme-start-file): Replace reference to
20053         `user-emacs-directory' by "~/.emacs.d/".
20055 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
20057         * info.el (Info-dir-remove-duplicates): Avoid case folding
20058         in loop; instead, keep downcased strings for comparison.
20059         Suggested by Helmut Eller.
20061 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
20063         Sync with Tramp 2.0.50.
20065         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20066         XEmacs case; not necessary anymore.
20067         (tramp-user-regexp): Allow "@" as part of user name.
20068         (tramp-handle-set-visited-file-modtime)
20069         (tramp-handle-insert-file-contents)
20070         (tramp-handle-write-region): No special handling for
20071         `last-coding-system-used, because this is done in
20072         `tramp-accept-process-output' now.
20073         (tramp-accept-process-output): New defun.
20074         (tramp-process-one-action, tramp-process-one-multi-action)
20075         (tramp-wait-for-regexp, tramp-wait-for-output)
20076         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
20077         Howells <dhowells@redhat.com>.
20078         (clear-visited-file-modtime): Defadvice removed.  The check for
20079         unset buffer's modtime does not need to be based on
20080         `tramp-buffer-file-attributes'.  Suggested by RMS.
20081         (tramp-message): Insert "\n" if not being at beginning of line.
20082         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20083         sequence with same logic.
20084         (tramp-completion-handle-expand-file-name): Discard call of
20085         `tramp-drop-volume-letter'.  It is not necessary, and there have
20086         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20087         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20088         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20089         should always be visible.
20090         (tramp-handle-insert-directory, tramp-setup-complete)
20091         (tramp-set-process-query-on-exit-flag)
20092         (tramp-append-tramp-buffers): Pacify byte-compiler.
20093         (tramp-bug): Delete non-existing variables from list.
20094         Apply `tramp-load-report-modules' as pre-hook.
20095         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20096         `shell-prompt-pattern' because of non-7bit characters.
20097         Reported by Sebastian Luque <sluque@mun.ca>.
20098         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20099         (tramp-match-string-list): Remove function.
20100         (tramp-wait-for-regexp): Remove call of that function.
20101         Suggested by Kim F. Storm <storm@cua.dk>.
20102         (tramp-set-auto-save-file-modes): Use octal integer code #o600
20103         instead of octal character code ?\600.  The latter resulted in a
20104         syntax error with XEmacs.
20106         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20107         XEmacs case; not necessary anymore.
20108         (tramp-smb-handle-write-region): No special handling for
20109         `last-coding-system-used, because this is done in
20110         `tramp-accept-process-output' now.
20111         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20113 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
20115         * wid-edit.el (widget-choice-value-create):
20116         Unconditionally respect user choice.  Set :explicit-choice back to nil
20117         when no longer needed.
20118         (widget-choice-action): Unconditionally respect user choice.
20119         Eliminate :explicit-choice-value.
20121         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20123         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20124         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20125         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20126         running new function `toggle-indicate-empty-lines'.
20127         Rename "Customize" item to "Customize fringe".
20128         Rename "Indicators" item to "Buffer boundaries" and change help echo.
20129         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20130         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20131         Delete "Empty lines only" item.
20132         (menu-bar-showhide-fringe-ind-customize): New function.
20133         (menu-bar-showhide-fringe-ind-mixed)
20134         (menu-bar-showhide-fringe-ind-box)
20135         (menu-bar-showhide-fringe-ind-right)
20136         (menu-bar-showhide-fringe-ind-left)
20137         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20138         instead of `fringe-indicators'.
20140 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
20142         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20143         Change the date of last update.
20145 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
20147         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20148         (viper-exec-yank, viper-put-back): Don't display modification msg
20149         if in the minibuffer.
20151         * viper-init.el (viper-replace-overlay-cursor-color)
20152         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20153         Make variables frame local.
20155         * viper-util.el (viper-append-filter-alist): Use append instead of
20156         nconc.
20158         * viper.el (viper-vi-state-mode-list)
20159         (viper-emacs-state-mode-list): Move help-mode and
20160         completion-list-mode from the first list to the second.
20161         (viper-mode): Docstring.
20162         (viper-go-away, viper-non-hook-settings): Don't localize
20163         minor-mode-alist in newer Emacsen.  Add advice to
20164         set-cursor-color.  Don't bind "\C-c\\".
20166 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
20168         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20169         (scheme-macro-expand-command): New user options.
20170         (scheme-trace-procedure, scheme-expand-current-form): New commands.
20171         (scheme-form-at-point, scheme-start-file)
20172         (scheme-interactively-start-process): New functions.
20173         (scheme-get-process): New function, extracted from `scheme-proc'.
20174         (run-scheme): Call `scheme-start-file' to get start file, and pass
20175         it to `make-comint'.
20176         (switch-to-scheme, scheme-proc):
20177         Call `scheme-interactively-start-process' if no Scheme buffer/process
20178         is available.
20180 2005-08-06  Juri Linkov  <juri@jurta.org>
20182         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20183         Use `compilation-text-face', `compilation-info-text-face' and
20184         `compilation-error-text-face' instead of `font-lock-keyword-face'.
20185         (compilation-error): New face.
20186         (compilation-error-file-name): Inherit from
20187         `compilation-error' instead of `font-lock-warning-face'.
20188         (compilation-warning-file-name): Inherit from
20189         `compilation-warning' instead of `font-lock-warning-face'.
20190         (compilation-info, compilation-error-file-name)
20191         (compilation-warning-file-name, compilation-info-file-name)
20192         (compilation-line-number, compilation-column-number): Doc fix.
20193         (compilation-error-text-face, compilation-warning-text-face)
20194         (compilation-info-text-face): New face variables.
20195         (compilation-line-face, compilation-column-face)
20196         (compilation-enter-directory-face)
20197         (compilation-leave-directory-face): Doc fix.
20198         (compilation-text-face): New function.
20200         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20201         instead of 1 to display binary file names as info file links.
20202         (grep-error-face): Use `compilation-error-face' instead of
20203         `font-lock-keyword-face'.
20204         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20205         and `compilation-warning-text-face' instead of
20206         `font-lock-keyword-face'.  Use `compilation-error-text-face'
20207         instead of `grep-error-face'.
20209 2005-08-05  Kenichi Handa  <handa@m17n.org>
20211         * international/code-pages.el: Add autoload cookies for all coding
20212         systems.
20214 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
20216         * cus-start.el (all): Put undo.c where it alphabetically belongs.
20218 2005-08-04  Juri Linkov  <juri@jurta.org>
20220         * progmodes/compile.el (compilation-mode-map):
20221         * progmodes/grep.el (grep-mode-map):
20222         Bind TAB to `compilation-next-error' and [backtab] to
20223         `compilation-previous-error'.
20225         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20226         matching line numbers, column numbers and their ranges with regexp
20227         matching only line numbers.
20228         (grep-context-face): New face variable.
20229         (grep-mode-font-lock-keywords): Use it.
20231         * faces.el (read-face-name): Delete duplicate faces.
20233 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
20235         * thumbs.el (thumbs-find-image): Don't make variables
20236         automatically buffer local.
20237         (thumbs-current-tmp-filename, thumbs-current-image-filename)
20238         (thumbs-image-num): Make automatically buffer local.
20239         (thumbs-show-thumbs-list): Use `make-local-variable', not
20240         `make-variable-buffer-local'.
20241         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20243         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20244         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20245         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20246         (bother, bye, canyou, chatlst, continue, deathlst, describe)
20247         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20248         (feelings-about, foullst, found, hello, history, howareyoulst)
20249         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20250         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20251         (neglst, obj, object, owner, please, problems, qlist)
20252         (random-adjective, relation, remlst, repetitive-shortness)
20253         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20254         (shortlst, something, sportslst, stallmanlst, states, subj)
20255         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20256         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20257         Defvar at compile time.
20259         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20260         not `make-variable-buffer-local'.
20262 2005-08-02  Kim F. Storm  <storm@cua.dk>
20264         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20265         rectangle overlay in selected window.
20267 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
20269         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20270         instead of display group.  Make `indicate-buffer-boundaries'
20271         customizable through Custom.
20273 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
20275         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20276         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20277         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20278         (gdb-put-string): Fix typos in docstrings.
20280 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
20282         Update copyright notices of files in progmodes directory for
20283         release of Emacs 22.1.
20285         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20287         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20288         Don't barf if the GUD buffer has been killed.
20290 2005-08-01  Kim F. Storm  <storm@cua.dk>
20292         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20294 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20296         * simple.el (next-error-follow-minor-mode):
20297         make-variable-buffer-local -> make-local-variable.
20299         * emacs-lisp/cl-extra.el: Require CL also when compiling.
20301         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20302         (byte-compile-form-make-variable-buffer-local): New functions to warn
20303         about misuses of make-variable-buffer-local where make-local-variable
20304         was meant.
20306 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
20308         * bs.el (bs-attributes-list): Doc fix.
20309         (bs): Update url-link.
20311         * desktop.el (desktop-save-buffer): Fix typos in docstring.
20312         (desktop-load-default): Simplify.
20314         * ibuffer.el (ibuffer-columnize-and-insert-list)
20315         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20316         (ibuffer-unmark-all, ibuffer-toggle-marks)
20317         (ibuffer-unmark-forward, ibuffer-unmark-backward)
20318         (ibuffer-compile-make-format-form, ibuffer-format-column)
20319         (ibuffer-current-buffers-with-marks)
20320         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20321         (ibuffer): Doc fix.
20322         (ibuffer-mode): Fix typo in docstring.
20323         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20324         with `define-obsolete-variable-alias'.
20325         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
20327 2005-07-29  Kenichi Handa  <handa@m17n.org>
20329         * international/mule-cmds.el (select-message-coding-system):
20330         Be sure to use LF for end-of-line.  If no coding system is decided,
20331         return iso-8859-1-unix.
20333 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20335         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20336         (ange-ftp-pending-error-line): New vars.
20337         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20338         to handle the non-fatal no-route-to-host messages.
20339         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20341 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
20343         * isearch.el (isearch-mode-map, isearch-other-meta-char)
20344         (isearch-quote-char, isearch-printing-char)
20345         (isearch-text-char-description): "?\ " -> "?\s".
20346         (isearch-lazy-highlight-cleanup)
20347         (isearch-lazy-highlight-initial-delay)
20348         (isearch-lazy-highlight-interval)
20349         (isearch-lazy-highlight-max-at-a-time)
20350         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20351         Declare with define-obsolete-*-alias macros.
20352         (isearch-forward): Fix typo in docstring.
20353         (search-invisible, search-ring-yank-pointer)
20354         (regexp-search-ring-yank-pointer): Doc fixes.
20356         * recentf.el (recentf-menu-append-commands-p): Declare with
20357         `define-obsolete-variable-alias'.
20358         (recentf-max-saved-items, recentf-menu-filter)
20359         (recentf-arrange-by-rule-subfilter): Doc fixes.
20360         (recentf-menu-append-commands-flag)
20361         (recentf-initialize-file-name-history, recentf-expand-file-name)
20362         (recentf-clear-data): Fix typos in docstrings.
20364 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
20366         * progmodes/gdb-ui.el: Smarten comments.
20367         (gdb-info-breakpoints-custom): Use nowarn when finding file.
20369 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
20371         * term/apollo.el (terminal-init-apollo): New function containing
20372         all former top level forms in the file.
20373         * term/bobcat.el (terminal-init-bobcat):
20374         * term/cygwin.el (terminal-init-cygwin):
20375         * term/iris-ansi.el (terminal-init-iris-ansi):
20376         * term/linux.el (terminal-init-linux):
20377         * term/news.el (terminal-init-news):
20378         * term/rxvt.el (terminal-init-rxvt):
20379         * term/sun.el (terminal-init-sun):
20380         * term/tvi970.el (terminal-init-tvi970):
20381         * term/vt100.el (terminal-init-vt100):
20382         * term/vt102.el (terminal-init-vt102):
20383         * term/vt125.el (terminal-init-vt125):
20384         * term/vt200.el (terminal-init-vt200):
20385         * term/vt201.el (terminal-init-vt201):
20386         * term/vt220.el (terminal-init-vt220):
20387         * term/vt240.el (terminal-init-vt240):
20388         * term/vt300.el (terminal-init-vt300):
20389         * term/vt320.el (terminal-init-vt320):
20390         * term/vt400.el (terminal-init-vt400):
20391         * term/vt420.el (terminal-init-vt420):
20392         * term/wyse50.el (terminal-init-wyse50):
20393         * term/xterm.el (terminal-init-xterm): Likewise.
20395         * term/README: Describe the terminal-init-* functionality.
20397         * startup.el (command-line): After loading the terminal initialization
20398         file call the corresponding terminal initialization function.
20400 2005-07-27  Kenichi Handa  <handa@m17n.org>
20402         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20403         negative.
20405         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20406         (ps-mule-composition-prologue): Fix for the case that
20407         RelativeCompose is false.
20409 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20411         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20413         * descr-text.el (describe-char): Handle the case where the list of
20414         chars is displayed in a separate frame.
20415         Be a bit more discriminating when looking for the char.
20417 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
20419         * bookmark.el (bookmark-automatically-show-annotations)
20420         (bookmark-read-annotation-text-func): Doc fixes.
20421         (bookmark-save): Improve argument/docstring consistency.
20422         (bookmark-get-bookmark, bookmark-get-bookmark-record)
20423         (bookmark-alist-from-buffer)
20424         (bookmark-upgrade-file-format-from-0)
20425         (bookmark-grok-file-format-version)
20426         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20427         (bookmark-read-annotation-mode)
20428         (bookmark-insert-current-bookmark, bookmark-jump)
20429         (bookmark-exit-hook): Fix typos in docstrings.
20430         (bookmark-exit-hooks): Define as obsolete alias.
20431         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20432         not `bookmark-exit-hooks'.  Fix docstring.
20433         (bookmark-bmenu-select): "?\ " -> "?\s".
20435 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
20437         * startup.el (command-line): Fix typo.
20439 2005-07-24  Richard M. Stallman  <rms@gnu.org>
20441         * tooltip.el (tooltip-mode): Test emacs-basic-display,
20442         not emacs-quick-startup.
20444 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
20446         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20447         (reb-next-match, reb-show-subexp): Use `with-selected-window'
20448         instead of `reb-with-current-window'.
20449         (reb-prev-match): Likewise.  Also, don't move left if the search
20450         was unsuccessful.
20451         (reb-initialize-buffer): New function.
20452         (re-builder, reb-change-syntax): Use it.
20454         * man.el (Man-goto-page): Make second argument NOERROR optional.
20456 2005-07-23  Richard M. Stallman  <rms@gnu.org>
20458         * man.el (Man-bgproc-sentinel): Check here for failure to find
20459         any man page in the output, and report the error here.
20460         (Man-arguments): Make it permanent local.
20461         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
20462         (Man-mode): Pass t for NOERROR.
20464         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20465         (grep-mode-font-lock-keywords):
20466         Don't use compilation-...-face for messages that are not file names.
20468         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20469         Don't use compilation-...-face for messages that are not file names.
20471 2005-07-22  Juri Linkov  <juri@jurta.org>
20473         * startup.el (normal-splash-screen): Update menu name.
20475         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20477 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20479         * term/xterm.el: Load term/rxvt if the terminal is actually an
20480         rxvt terminal.
20481         (xterm-rxvt-set-background-mode): Remove, not used anymore.
20483         * term/rxvt.el (function-key-map): Use substitute-key-definition
20484         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
20486         * term/cygwin.el: New file.
20488 2005-07-22  Kim F. Storm  <storm@cua.dk>
20490         * image-file.el (insert-image-file, image-file-yank-handler):
20491         Fix last change to maintain a (unique) yank-handler on yanked images.
20493 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
20495         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20496         of the file size (as in "177B" for 177 bytes).  This happens with
20497         "ls -lh" on FreeBSD.
20499 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
20501         * hilit-chg.el (highlight-changes-global-initial-state)
20502         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20503         (hilit-chg-fixup, highlight-changes-mode):
20504         Fix typos in docstrings.
20505         (highlight-changes-global-modes, highlight-changes-rotate-faces):
20506         Doc fixes.
20508 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
20510         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20511         mode function using `eval-after-load'.
20513 2005-07-21  Kim F. Storm  <storm@cua.dk>
20515         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20516         included when reporting an Emacs crash, and tell about the DEBUG file.
20518         * image-file.el (insert-image-file): Add yank-handler.
20519         (image-file-yank-handler): Yank handler to make unique copies of
20520         images when they are yanked into a buffer next to each other.
20522 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
20524         * comint.el (comint-use-prompt-regexp, comint-send-input)
20525         (comint-source-default, comint-extract-string)
20526         (comint-get-source, comint-word, comint-completion)
20527         (comint-source, comint-prompt-read-only, comint-update-fence):
20528         Fix typos in docstrings.
20529         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20530         Declare with define-obsolete-*-alias macros.
20531         (comint-previous-matching-input-from-input)
20532         (comint-next-matching-input-from-input)
20533         (comint-previous-matching-input, comint-next-matching-input)
20534         (comint-forward-matching-input):
20535         Improve argument/docstring consistency.
20537         * desktop.el (desktop-clear-preserve-buffers-regexp):
20538         Also preserve the *server* buffer.
20540         * simple.el (clone-indirect-buffer): Doc fix.
20541         (fixup-whitespace, just-one-space)
20542         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20543         (next-error, next-error-highlight)
20544         (next-error-highlight-no-select, next-error-last-buffer)
20545         (next-error-buffer-p, next-error-find-buffer, next-error)
20546         (previous-error, next-error-no-select, previous-error-no-select)
20547         (open-line, split-line, minibuffer-prompt-width, kill-new)
20548         (binary-overwrite-mode): Fix typos in docstrings.
20549         (set-fill-column): Fix typo in message.
20551         * skeleton.el (skeleton-proxy-new): Doc fix.
20553         * strokes.el (strokes-load-hook): Doc fix.
20554         (strokes-grid-resolution, strokes-get-grid-position)
20555         (strokes-renormalize-to-grid, strokes-read-stroke)
20556         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20557         (strokes-global-map): Fix typos in docstrings.
20558         (strokes-help): Doc fix.  Fix help message and pass it through
20559         `substitute-command-keys'.
20561         * tempo.el (tempo-insert-prompt, tempo-interactive)
20562         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20563         (tempo-insert-string-functions, tempo-local-tags)
20564         (tempo-define-template, tempo-insert-template)
20565         (tempo-insert-prompt-compat, tempo-is-user-element)
20566         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20567         Fix typos in docstrings.
20569         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20570         (vcursor-key-bindings, vcursor-use-vcursor-map)
20571         (vcursor-find-window, vcursor-scroll-down)
20572         (vcursor-disable, vcursor-beginning-of-buffer)
20573         (vcursor-end-of-buffer): Fix typos in docstrings.
20574         (vcursor-relative-move, vcursor-get-char-count):
20575         Improve argument/docstring consistency.
20577         * version.el: "?\ " -> "?\s".
20579         * wid-edit.el (widget-default-create, widget-after-change)
20580         (widget-default-format-handler, widget-checklist-add-item)
20581         (widget-radio-add-item, widget-choose, widget-specify-secret)
20582         (widget-field-value-create, widget-field-value-get)
20583         (widget-editable-list-format-handler)
20584         (widget-editable-list-entry-create, widget-group-value-create)
20585         (widget-documentation-link-add)
20586         (widget-documentation-string-value-create): "?\ " -> "?\s".
20587         (widget-convert-text): Doc fix.
20588         (widget-narrow-to-field, widget-field-find)
20589         (widget-url-link-action, widget-emacs-library-link-action)
20590         (widget-color-notify): Fix typos in docstrings.
20592         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20593         (x-select-text, set-w32-system-coding-system)
20594         (w32-add-charset-info): Fix typos in docstrings.
20596         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20597         (cua-enable-cua-keys, cua-use-hyper-key)
20598         (cua-virtual-rectangle-edges): Fix typos in docstrings.
20599         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20601         * net/tramp.el (tramp-handle-load): Fix typo in error message.
20603         * emacs-lisp/re-builder.el (regexp-builder): Declare with
20604         `defalias' instead of faking it.
20606         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20607         (eshell-ls-missing, eshell-ls-dired-initial-args)
20608         (eshell-ls-use-in-dired): Fix typos in docstrings.
20610 2005-07-20  Kim F. Storm  <storm@cua.dk>
20612         * emulation/cua-base.el (cua-mode): Improve doc string.
20614 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
20616         * abbrev.el (expand-region-abbrevs): Doc fix.
20617         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20618         Improve argument/docstring consistency.
20620         * arc-mode.el (archive-get-descr, archive-alternate-display):
20621         Doc fixes.
20622         (archive-l-e): Improve argument/docstring consistency.
20623         (archive-tmpdir, archive-unixdate, archive-unixtime)
20624         (archive-chmod-entry): Fix typos in docstrings.
20625         (archive-unflag, archive-unflag-backwards)
20626         (archive-unmark-all-files): "?\ " -> "?\s".
20628         * buff-menu.el (Buffer-menu-unmark): Doc fix.
20629         (Buffer-menu-not-modified, Buffer-menu-execute)
20630         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20631         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20633         * composite.el (compose-string, encode-composition-rule)
20634         (compose-last-chars): Fix typos in docstrings.
20636         * desktop.el (desktop-enable, desktop-basefilename):
20637         Declare with `define-obsolete-variable-alias'.
20638         (desktop-internal-v2s): Don't quote keywords.
20639         (desktop-clear): "?\ " -> "?\s".
20641         * dired.el (dired-align-file, dired-flag-backup-files)
20642         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20643         (dired-listing-switches, dired-ls-F-marks-symlinks)
20644         (dired-dwim-target, dired-load-hook, dired-mode-hook)
20645         (dired-directory, dired-faces, dired, dired-revert)
20646         (dired-mode, dired-summary, dired-view-file)
20647         (dired-copy-filename-as-kill, dired-delete-file)
20648         (dired-no-confirm, dired-unmark-all-marks)
20649         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20650         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20651         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20652         Fix typos in message strings.
20654         * dired-x.el (virtual-dired): Declare with `defalias'.
20655         (dired-mark-unmarked-files, dired-local-variables-file)
20656         (dired-omit-here-always): Doc fix.
20657         (dired-omit-mode, dired-find-subdir)
20658         (dired-enable-local-variables, dired-clean-up-buffers-too)
20659         (dired-extra-startup, dired-mark-extension, dired-jump)
20660         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20661         (dired-smart-shell-command, dired-guess-shell-alist-user)
20662         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20663         (dired-x-bind-find-file, dired-x-submit-report):
20664         Fix typos in docstrings.
20665         (dired-mark-unmarked-files): "?\ " -> "?\s".
20667         * dirtrack.el (dirtrack-list): Fix typos in docstring.
20669         * faces.el (describe-face): "?\ " -> "?\s".
20670         (read-all-face-attributes, read-face-font, modify-face)
20671         (face-attr-construct, italic): Fix typos in docstrings.
20672         (frame-update-face-colors): Declare with
20673         `define-obsolete-function-alias'.
20675         * files.el (find-file-noselect, recode-file-name): Doc fixes.
20676         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20677         (magic-mode-alist, buffer-file-numbers-unique)
20678         (write-file-functions, get-free-disk-space):
20679         Fix typos in docstrings.
20680         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20681         (write-contents-hooks, write-file-hooks):
20682         Declare with `define-obsolete-variable-alias'.
20684         * forms-d2.el (arch-rj): Fix typo in docstrings.
20685         (arch-tocol): Likewise.  "?\ " -> "?\s".
20687         * frame.el (set-frame-font, cursor-in-non-selected-windows):
20688         Fix typo in docstring.
20689         (set-screen-width, set-screen-height): Delete redundant info in
20690         doctrings.
20691         (new-frame, screen-height, screen-width): Declare with
20692         `define-obsolete-function-alias'.
20693         (delete-frame-hook, blink-cursor): Declare with
20694         `define-obsolete-variable-alias'.
20696         * paths.el (prune-directory-list): Fix typos in docstring.
20698         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20699         (cvs-prefix-get): Fix typos in docstrings.
20701         * ps-print.el (ps-extend-face-list, ps-extend-face)
20702         (ps-print-background-image): Fix typos in docstrings.
20703         (ps-default-fg, ps-default-bg): Doc fixes.
20705         * s-region.el (s-region-bind): Doc fix.
20706         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20708         * textmodes/org.el (org-table-formula-substitute-names)
20709         (org-table-get-vertical-vector): Doc fixes.
20710         (org-table-recalculate): Remove unused argument to `message'.
20712 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
20714         * textmodes/org.el (org-table-column-names)
20715         (org-table-column-name-regexp)
20716         (org-table-named-field-locations): New variables.
20717         (org-archive-subtree): Protect `this-command' when calling
20718         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20719         the kill buffer.
20720         (org-complete): Remove fixed-formula completion.
20721         (org-edit-formulas-map): New variable.
20722         (org-table-edit-formulas): New command.
20723         (org-finish-edit-formulas, org-abort-edit-formulas)
20724         (org-show-variable, org-table-get-vertical-vector): New functions.
20725         (org-table-maybe-eval-formula): Handle `:=' fields.
20726         (org-table-get-stored-formulas, org-table-store-formulas)
20727         (org-table-get-formula, org-table-modify-formulas)
20728         (org-table-replace-in-formulas): Handle named field formulas.
20729         (org-table-get-specials): Store locations of named fields.
20731 2005-07-19  Juri Linkov  <juri@jurta.org>
20733         * progmodes/grep.el (grep-regexp-alist)
20734         (grep-mode-font-lock-keywords, grep-process-setup):
20735         Use default GNU grep match color "01;31m" instead of "01;41m".
20736         (grep-regexp-alist, grep-mode-font-lock-keywords):
20737         Use `\\[[0-9]*m' instead of `\\[00m'.
20738         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20739         sgr_start where its handling is more important.  Use the real
20740         length of sgr_start instead of constant 8.
20741         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20742         specially.  Delete all remaining escape sequences.
20743         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20744         (grep-regexp-alist): Make hyperlink only for binary file name
20745         instead of the whole line.
20746         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20747         (grep-mode): Add autoload.
20749         * emacs-lisp/find-func.el (find-function-regexp):
20750         Add `define-compilation-mode'.
20752 2005-07-19  Juri Linkov  <juri@jurta.org>
20754         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20755         (compare-windows-sync-string-size, compare-windows-recenter)
20756         (compare-windows-highlight, compare-windows): Add version 22.1.
20757         (compare-windows) <defface>: Inherit from lazy-highlight instead
20758         of duplicating its default value.
20760         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20761         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20763         * descr-text.el (describe-char): Create link buttons for `charset'
20764         and `code point'.  Add the current input method name with a link
20765         button to `to input' field.  Print face names of display table
20766         characters in `The display table entry is displayed by' section
20767         instead of printing face-id in the `display' field.
20768         Guess hardcoded faces and create a link button for them.
20769         Skip empty fields when calculating max-width.
20770         Treat `widget-create' specially while inserting strings from the
20771         collected field list.
20772         (describe-char-after): Made obsolete in version 22.1, not 21.5.
20774         * diff-mode.el (diff-file-header): Change foreground color from
20775         yellow to green on light backgrounds.
20776         (diff-context): Inherit from `shadow' only for color/grayscale
20777         with more than 88 colors.
20778         (diff-indicator-removed, diff-indicator-added)
20779         (diff-indicator-changed): New faces.
20780         (diff-font-lock-keywords): Use new faces.  Regroup rules.
20781         Add "^---$" for `normal' diff format.  Fontify `#' lines with
20782         font-lock-comment-delimiter-face and font-lock-comment-face.
20783         Add `#' to ^[^...] in the rule for `diff-context-face'.
20785         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20786         a button-like box.  Inherit from `highlight' on low colors.
20787         (shadow): Use shades of gray only for color/grayscale with
20788         more than 88 colors.  Use green for light backgrounds with
20789         8 colors, and yellow for dark backgrounds with 8 colors.
20791         * font-lock.el (font-lock-regexp-grouping-backslash):
20792         Don't inherit from escape-glyph (use bold for all cases).
20794         * info.el (info-xref-visited): Use light foreground color `violet'
20795         for dark backgrounds instead of dark color `magenta3'.
20796         (info-title-1): Use `yellow' color for dark backgrounds.
20798         * isearch.el (isearch): Use not-too-dark magenta3 instead of
20799         too-light magenta2.
20801         * replace.el (match): Use slightly more light RoyalBlue3 instead
20802         of dark RoyalBlue4.
20804         * wid-edit.el (widget-inactive): Inherit from `shadow'.
20806 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
20808         * novice.el (disabled-command-hook): Declare it with
20809         `define-obsolete-variable-alias'.
20811         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20812         (desktop-buffer-misc-functions, desktop-buffer-handlers)
20813         (desktop-load-default): Add release to obsolescence info.
20814         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20815         (desktop-append-buffer-args, desktop-read):
20816         Fix typos in docstrings.
20817         (desktop-kill): Fix typo in message.
20818         (desktop-save): Doc fix.
20820 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20822         * viper-cmd.el (viper-escape-to-state): Bug fix.
20823         (viper-envelop-ESC-key): Change the definition of fast
20824         keysequence so it'll work with keyboard macros.
20826         * ediff.el (ediff-patch-buffer): Change the docstring.
20828 2005-07-19  Kenichi Handa  <handa@m17n.org>
20830         * international/mule-cmds.el (select-safe-coding-system): Try to
20831         use an auto-coding (if any) before anything else.  If the found
20832         auto-coding is invalid, show a warning message.
20834         * international/mule.el (find-auto-coding): New function created
20835         by modifying the body of set-auto-coding.
20836         (set-auto-coding): Use find-auto-coding to find a coding.
20838 2005-07-18  Richard M. Stallman  <rms@gnu.org>
20840         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20841         not isearch-mode-end-hook-error.
20842         (allout-before-change-protect): Fix error message.
20844 2005-07-18  Juri Linkov  <juri@jurta.org>
20846         * allout.el (allout-mode):
20847         * calculator.el (calculator-copy):
20848         * custom.el (custom-known-themes):
20849         * dired.el (dired-desktop-buffer-misc-data)
20850         (dired-restore-desktop-buffer):
20851         * dired-x.el (dired-omit-marker-char):
20852         * files.el (basic-save-buffer):
20853         * font-core.el (font-lock-mode):
20854         * calendar/calendar.el (calendar-goto-hebrew-date)
20855         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20856         (calendar-goto-persian-date):
20857         * language/ethio-util.el (ethio-sera-to-fidel-region):
20858         * textmodes/picture.el (picture-mode):
20859         Delete duplicate duplicate words.
20861 2005-07-18  Juri Linkov  <juri@jurta.org>
20863         * isearch.el (isearch-mode-map): Remove key bindings for regexp
20864         chars * ? } |.
20865         (isearch-fallback): Don't call `isearch-process-search-char'.
20866         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20867         (isearch-process-search-char): Call `isearch-fallback' for regexp
20868         chars * ? } |.
20869         (isearch-return-char): Make obsolete with `make-obsolete' instead
20870         of simply documenting it as obsolete in the docstring.
20871         (isearch-fallback): Refill docstring.
20873         * international/isearch-x.el
20874         (isearch-process-search-multibyte-characters): Remove unneeded
20875         `concat'.  Add intermediate values to `junk-hist' instead of
20876         `minibuffer-history'.  Test the length of `str'.
20878 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
20880         * allout.el (allout-resolve-xref): Fix typos in error strings.
20881         (allout-before-change-protect): Remove unneeded `concat'.
20883         * array.el (array-mode, array-reconfigure-rows)
20884         (untabify-backward): Fix typos in docstrings.
20885         (array-reconfigure-rows): Use `insert-buffer-substring', not
20886         `insert-buffer'.
20888         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20889         * progmodes/ada-mode.el (ada-make-body):
20890         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20892         * dired.el (dired-log):
20893         * tar-mode.el (tar-subfile-save-buffer):
20894         * play/zone.el (zone-pgm-stress-destress):
20895         Use `insert-buffer-substring', not `insert-buffer'.
20897 2005-07-17  Simon Josefsson  <jas@extundo.com>
20899         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20901 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
20903         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20904         Add plain auth method.
20905         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20907 2005-07-17  Kim F. Storm  <storm@cua.dk>
20909         * ido.el (dired-other-window): Add ido property.
20911 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
20913         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20914         Fix typo in docstring.
20915         (byte-compile-interactive-only-functions): Add `insert-buffer' and
20916         `insert-file-literally'.
20918         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20919         info and delete redundant message.  Doc fix.
20920         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20921         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20923 2005-07-16  Richard M. Stallman  <rms@gnu.org>
20925         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20926         (byte-compile-and): Use byte-compile-and-recursion.
20927         (byte-compile-or-recursion): New function.
20928         (byte-compile-or): Use that.
20929         (byte-compile-if): Guard the else-clause too.
20930         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20932         * isearch.el (isearch-mode-end-hook-quit): New variable.
20933         (isearch-done): Bind it.
20934         (isearch-mode-end-hook): Doc fix.
20936         * allout.el (allout-isearch-did-quit): Variable deleted.
20937         (allout-real-isearch-abort): Function name no longer used.
20938         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20939         (allout-isearch-rectification): isearch-mode always exists.
20940         Don't set allout-isearch-did-quit.
20941         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20942         allout-isearch-did-quit.
20943         (allout-enwrap-isearch): Just add the hook.
20944         (allout-isearch-abort): Function deleted.
20945         (allout-pre-command-business): Avoid warning.
20947         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20948         Correctly avoid warnings.
20949         (pascal-outline): Likewise.
20951         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20953         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20955         * play/tetris.el (tetris-mode): Avoid warning.
20957         * play/snake.el (snake-mode): Avoid warning.
20959         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20960         (gamegrid-set-display-table): Avoid warning.
20961         (gamegrid-set-timer): Likewise.
20962         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20963         (gamegrid-add-score-with-update-game-score-1): Take FILE
20964         as argument.
20965         (gamegrid-add-score-with-update-game-score): Pass that argument.
20966         Rename have-shared-game-dir to gamegrid-shared-game-dir.
20968         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20970         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20971         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20973         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20974         and insert-file.
20976         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20977         (sc-ask): Avoid warnings.
20979         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20980         (eshell-hist-initialize): Use that var the natural way.
20982         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20984         * emacs-lisp/re-builder.el (reb-cook-regexp):
20985         Avoid warning calling lre-compile-string.
20986         (reb-color-display-p): Avoid warning.
20988         * calculator.el (calculator-last-input): Guard uses
20989         of event-key and key-press-event-p.
20990         (event-key, key-press-event-p): Delete definitions.
20992         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20993         (find-gc-source-directory, find-gc-subrs-callers)
20994         (find-gc-noreturn-list, find-gc-source-files)
20995         (find-gc-subrs-called): Vars renamed and defvar'd.
20997         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20998         (checkdoc-overlay-put, checkdoc-delete-overlay)
20999         (checkdoc-overlay-start, checkdoc-overlay-end)
21000         (checkdoc-mode-line-update, checkdoc-char=):
21001         Define such that compiler knows they are defined.
21002         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
21003         (checkdoc-read-event): Delete.  Use read-event directly.
21005         * whitespace.el (whitespace-make-overlay)
21006         (whitespace-overlay-put, whitespace-delete-overlay)
21007         (whitespace-overlay-start, whitespace-overlay-end):
21008         Define such that compiler knows they are defined.
21009         (whitespace): Move conditional inside.
21011         * tempo.el (tempo-insert-template): Suppress warning.
21013         * ediff-diff.el (longlines-mode): Add defvar.
21015 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
21017         * server.el: Bind "C-x #" in a way that works even if C-x is
21018         redefined to a command key, not a prefix key.
21020 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
21022         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
21023         cl-make-type-test till execution time.
21025 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
21027         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
21028         arg ARG and use it.
21030 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
21032         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
21034 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
21036         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21037         a defcustom with two :set or :type keywords.
21039 2005-07-15  Richard M. Stallman  <rms@gnu.org>
21041         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21042         Don't give ^M comment-end syntax.
21044 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
21046         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
21047         Don't consider gdbmi (gdb-mi.el has its own update functions).
21048         (gdb-var-delete): Make it work for gdbmi as well.
21049         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
21051         * progmodes/gud.el (etags, sdb): Only require etags when needed.
21052         (gud-speedbar-menu-items): Correct logic for enabling items.
21054 2005-07-15  Kim F. Storm  <storm@cua.dk>
21056         * ido.el: Fix commentary.
21057         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21058         Use with-no-warnings around ffap-guesser.
21059         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21060         Let bind minibuffer-completing-file-name to t.
21062 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
21064         * startup.el (site-run-file, keyboard-type): Doc fixes.
21065         (command-line): Check for "--basic-display" argument; also for
21066         "--quick", not "--bare-bones" (which was renamed).
21067         (fancy-splash-text): Add missing item "Getting New Versions".
21068         (normal-splash-screen): Fix typos and improve consistency with
21069         `fancy-splash-text'.  Update copyright year.
21071         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21072         valid binding for `help-char'.
21074         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21076 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
21078         * term.el (term-mode): Disable cua-mode for term buffers.
21080 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
21082         * add-log.el (add-log-mailing-address, change-log-merge):
21083         Doc fixes.
21084         (change-log-get-method-definition): Fix typo in docstring.
21086 2005-07-14  Kim F. Storm  <storm@cua.dk>
21088         * emulation/cua-base.el:
21089         (cua--pre-command-handler-1, cua--pre-command-handler)
21090         (cua--post-command-handler-1, cua--post-command-handler):
21091         Split in two.  Check (buffer local) value of cua-mode.
21092         (cua-selection-mode): New command.
21094 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
21096         * custom.el (custom-initialize-safe-set)
21097         (custom-initialize-safe-default): Doc fixes.
21099         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21100         and simplify :init-value again.
21102         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21103         and simplify :init-value again.  Delete autoload.
21105         * startup.el (command-line): Use `custom-reevaluate-setting' again
21106         for tooltip-mode.
21108         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21109         a defcustom with two :initialize keywords.
21111 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
21113         * allout.el (my-mark-marker, allout-isearch-prior-pos)
21114         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21115         (allout-post-command-business, allout-flag-region)
21116         (isearch-reenable-font-lock, allout-yank)
21117         (allout-insert-latex-header, allout-insert-latex-trailer)
21118         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21119         (allout-latex-verb-quote): Fix typos in docstrings.
21120         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21121         (allout-unprotected, allout-prefix-data):
21122         Improve argument/docstring consistency.
21123         (allout-chart-subtree): Fix argument spec.
21124         (allout-open-topic): Rename `use_sib_bullet' argument to
21125         `use-sib-bullet'.  Doc fix.
21127         * whitespace.el (whitespace-check-buffer-leading)
21128         (whitespace-check-buffer-trailing)
21129         (whitespace-check-buffer-indent)
21130         (whitespace-check-buffer-spacetab)
21131         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21132         (whitespace-check-leading-whitespace)
21133         (whitespace-check-trailing-whitespace)
21134         (whitespace-check-spacetab-whitespace)
21135         (whitespace-check-indent-whitespace)
21136         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21137         (whitespace-modes): Fix typos in docstrings.
21138         (defgroup, defcustom): Doc fixes.
21140         * winner.el (winner-mode, winner-boring-buffers)
21141         (winner-pending-undo-ring): Doc fixes.
21142         (winner-ring): Remove unneeded `progn'.
21143         (winner-equal): `defsubst' it.
21144         (winner-redo): Fix message.
21146 2005-07-13  Kim F. Storm  <storm@cua.dk>
21148         * simple.el (line-move-1): Always use vertical-motion to
21149         do the last (or only) line move to ensure some movement.
21150         Undo 2005-06-23 change--don't check for overlays.
21152 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21154         * term/mac-win.el (ccl-encode-mac-roman-font)
21155         (ccl-encode-mac-centraleurroman-font)
21156         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21157         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21158         Change charset-id boundary of dimension to ?\xef.
21159         (mac-char-fontspec-list): New constant.
21160         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
21161         argument.  Nil uses itself as family in font-spec.  Previous
21162         behavior for nil is now provided by non-nil non-string argument.
21163         All callers changed.  Add font-specs for Mac fonts to
21164         "fontset-default" unless iso8859-1 fonts are installed.
21166 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21168         * progmodes/sh-script.el (sh-get-indent-info): Only indent
21169         a continuation line if the \ is preceded by SPC or TAB.
21170         (sh-get-indent-info): Simplify.
21171         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21172         Use with-current-buffer.
21174         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21175         when the matched text is empty.
21177 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
21179         * startup.el (command-line): Revert to previous handling of
21180         tooltip-mode.  Explain in comment why the complexity is needed.
21182         * tooltip.el (tooltip-mode): Revert to previous implementation of
21183         its defcustom.
21185         * frame.el (blink-cursor-mode): Revert to previous implementation
21186         of its defcustom.  Update comment.
21188 2005-07-12  Lars Hansen  <larsh@soem.dk>
21190         * desktop.el: Update e-mail address.
21192 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21194         * term/mac-win.el (mac-services-mail-selection)
21195         (mac-services-mail-to): New functions.
21196         (mac-application-menu-map): Bind them.
21198 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
21200         * progmodes/gdb-ui.el: Add note about buffering with Windows.
21202 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
21204         * custom.el (custom-reevaluate-setting): Doc fix.
21206 2005-07-11  Jay Belanger  <belanger@truman.edu>
21208         * calc/calc.el (calc-embedded-announce-formula-alist)
21209         (calc-embedded-open-close-plain-alist)
21210         (calc-embedded-open-close-mode-alist): Add checks for additional
21211         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21213 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
21215         * custom.el (custom-enable-theme): Don't add theme to
21216         `custom-enabled-themes' with `push' because there is no
21217         setf-method for `delq'.
21219 2005-07-11  Richard M. Stallman  <rms@gnu.org>
21221         * custom.el (custom-declare-variable): Doc fix.
21223         * dired-aux.el (dired-compare-directories): Remove "." and ".."
21224         from the alists.
21226         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21227         Do nothing if edebug-active.
21229         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21230         (edebug-display): Do it here instead.
21232 2005-07-10  Richard M. Stallman  <rms@gnu.org>
21234         * cus-face.el (custom-theme-set-faces): Make it work.
21235         (custom-reset-faces): Doc fix.
21236         (custom-theme-reset-internal-face, custom-theme-face-value):
21237         Functions deleted.
21239         * custom.el (custom-push-theme): Maintain list of the settings
21240         of a given theme in its theme-settings property.
21241         Maintain position of old settings in the theme-value
21242         or theme-face property.
21243         (custom-enabled-themes): New variable.
21244         (custom-theme-enabled-p): New function.
21245         (provide-theme): Update custom-enabled-themes.
21246         Disable and reenable the `user' theme.
21247         (require-theme): Doc fix.
21248         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21249         (custom-theme-value, custom-theme-variable-value): Likewise.
21250         (custom-theme-reset-internal): Likewise.
21251         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21252         (custom-enable-theme, custom-disable-theme): New functions.
21253         (custom-variable-theme-value, custom-face-theme-value): Likewise.
21254         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21255         (custom-theme-reset-variables): Simplify.
21256         (deftheme, custom-declare-theme, custom-make-theme-feature):
21257         Definitions moved.
21259 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
21261         * longlines.el (longlines-show-region)
21262         (longlines-unshow-hard-newlines): Recognize hard newlines by
21263         non-nil hard property, instead of t.
21265 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
21267         * viper-cmd.el (viper--key-maps): New variable.
21268         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21269         emulation-mode-map-alists.
21270         (viper-envelop-ESC-key): Use viper-subseq.
21271         (viper-search-forward/backward/next): Disable debug-on-error.
21273         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21274         (viper-ESC-key): New defcustoms.
21276         * viper-macs.el (ex-map-read-args): Use viper-subseq.
21278         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21279         (viper-subseq): Copy of subseq from cl.el.
21281         * viper.el (viper-go-away, viper-set-hooks): Use
21282         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21284         * viper-mous.el (viper-current-frame-saved): Use defvar.
21286         * viper-init.el: Get rid of -face in face names.
21288         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21289         Make it work with longlines mode
21291         * ediff-mult.el (ediff-meta-mode-hook): New variable.
21293         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21295         * ediff-init.el: Get rid of -face in face names.
21297 2005-07-10  Richard M. Stallman  <rms@gnu.org>
21299         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21300         and with-timeout-unsuspend.
21302         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21303         and with-timeout-unsuspend.
21305         * emacs-lisp/timer.el (with-timeout-timers): New variable.
21306         (with-timeout): Bind that variable to record timers.
21307         (with-timeout-suspend, with-timeout-unsuspend): New functions.
21309         * emacs-lisp/debug.el (debug-help-follow): New function.
21310         (debugger-mode-map): Use that instead of help-follow.
21311         (debugger-setup-buffer): Use eval-buffer-list
21312         to handle eval-buffer frames.
21314 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
21316         * timezone.el (timezone-parse-date): Change first regexp
21317         so it will not mistakenly match dates with no time zone.
21319 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
21321         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21323 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
21325         * custom.el (custom-initialize-safe-set)
21326         (custom-initialize-safe-default): New functions.
21328         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21329         and simplify :init-value.
21331         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21332         and simplify :init-value.  Delete obsolete comment.
21334         * startup.el (command-line): Use `custom-reevaluate-setting' to
21335         handle `tooltip-mode'.  Delete obsolete comment.
21337         * files.el (set-visited-file-name): Avoid calling
21338         `file-name-nondirectory' with a nil argument.
21340 2005-07-09  Richard M. Stallman  <rms@gnu.org>
21342         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21343         was called with nil for the buffer, handle the read position right.
21344         Handle read position for eval-region, too.
21346 2005-07-09  Juri Linkov  <juri@jurta.org>
21348         * fringe.el (fringe-mode): Add period in docstring.
21349         (fringe-query-style): Build prompt depending on `all-frames' arg.
21351         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21352         to not create links to unrelated functions in the Help buffer.
21354         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21355         Doc fix.
21357         * simple.el (next-error-hook): New variable.
21358         (next-error): Use it.  Doc fix.
21360         * textmodes/ispell.el (ispell-command-loop): Add current
21361         dictionary name and program name to mode-line-format.
21362         (ispell-region, ispell-process-line): Add current dictionary name
21363         and program name to messages.
21365 2005-07-08  Jay Belanger  <belanger@truman.edu>
21367         * calc/calc.el (calc-embedded-announce-formula-alist)
21368         (calc-embedded-open-close-formula-alist)
21369         (calc-embedded-open-close-word-alist)
21370         (calc-embedded-open-close-plain-alist)
21371         (calc-embedded-open-close-new-formula-alist)
21372         (calc-embedded-open-close-mode-alist)
21373         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21374         (calc-embedded-mode-hook): New variables.
21376         * calc/calc-embed.el (calc-embedded-firsttime)
21377         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21378         New variables.
21379         (calc-do-embedded): Use calc-embedded-firsttime,
21380         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21381         determine whether or not to run hooks.
21382         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21383         calc-embedded-firsttime-formula appropriately.
21384         Set calc-embedded delimiter variables according to mode.
21386 2005-07-08  Richard M. Stallman  <rms@gnu.org>
21388         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21389         Check for "emacs", etc., as entire symbol, not just as word.
21390         (checkdoc-file-comments-engine): Use regexp-quote on FN.
21392         * files.el (set-visited-file-name): Report the error
21393         for "empty filename" earlier.
21394         (kill-some-buffers): Ignore buffers already dead.
21396         * fringe.el (fringe-mode): Doc fix.
21398         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21399         Check for (featurep 'xemacs) and turn off warnings in what it guards.
21400         Use unwind-protect to ensure byte-compile-unresolved-functions
21401         is updated.
21403         * whitespace.el (whitespace-buffer-leading-cleanup):
21404         Simplify w/ skip-chars-forward.
21405         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21407         * mail/rmail.el (rmail-only-expunge): Fix paren error.
21408         Unconditionally try to leave point at the same old place.
21410 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
21412         * comint.el (comint-postoutput-scroll-to-bottom)
21413         (comint-show-maximum-output): Take scroll-margin into consideration.
21415 2005-07-08  Kim F. Storm  <storm@cua.dk>
21417         * ido.el (ido-use-filename-at-point): New choice `guess'.
21418         (ido-file-internal): Try ffap-guesser if selected.
21420         * ido.el (ido-before-fallback-functions): New hook.
21421         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21422         (ido-read-file-name): Run it.
21424 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21426         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21427         strings rather than a list of symbols to the completion function.
21429 2005-07-07  Jay Belanger  <belanger@truman.edu>
21431         * calc/calc-units.el (math-apply-units): Change the places in
21432         which units are simplified.
21434 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
21436         * cus-edit.el (customize-option, customize-option-other-window):
21437         Make them handle aliases.
21439         * custom.el (custom-variable-p): Make it recursively follow
21440         aliases.  Mention that in the docstring.
21442 2005-07-07  Richard M. Stallman  <rms@gnu.org>
21444         * cus-start.el (exec-path): Use `directory' instead of `file'.
21445         Fix tag for nil.
21447 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
21449         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21450         when called non-interactively.  Doc fix.
21452 2005-07-07  Lute Kamstra  <lute@gnu.org>
21454         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21455         new address as well.
21457 2005-07-07  Kenichi Handa  <handa@m17n.org>
21459         * international/mule.el (make-coding-system):
21460         Describe `ascii-incompatible' property in the docstring.
21461         (set-file-name-coding-system): Signal an error if coding-system is
21462         ascii-incompatible.
21463         (set-keyboard-coding-system): Likewise.
21465         * international/mule-cmds.el (set-default-coding-systems):
21466         Don't set default-file-name-coding-system and
21467         default-keyboard-coding-system if coding-system is ASCII-incompatible.
21469         * international/utf-16.el: Declare that all UTF-16-based coding
21470         systems are ASCII-incompatible.
21472 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
21474         * progmodes/gud.el: Require font-lock for displaying errors.
21475         Used by gdb-ui.el.
21477 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
21479         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21480         values for the pattern lists which are `read'able but not
21481         `append'able (like symbols).
21483 2005-07-06  Richard M. Stallman  <rms@gnu.org>
21485         * progmodes/flymake.el (flymake-float-time): Instead of
21486         with-no-warnings, test for XEmacs.
21487         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21488         to avoid warning.
21490 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
21492         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21494 2005-07-05  Lute Kamstra  <lute@gnu.org>
21496         * battery.el: Add support for Darwin (with much debugging help
21497         from Samuel Lauber <sam124@operamail.com>).
21498         (battery-status-function, battery-echo-area-format)
21499         (battery-mode-line-format): Add support for pmset on Darwin.
21500         (battery-load-low, battery-load-critical): New user options.
21501         (battery-pmset): New function.
21503 2005-07-05  Lute Kamstra  <lute@gnu.org>
21505         Update FSF's address in GPL notices.
21507         * textmodes/page-ext.el: Update FSF's address.
21509 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21511         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21512         filling from using prefix when filling a single-line docstring.
21514         * progmodes/flymake.el: Remove useless eval-when-compile.
21516         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21518 2005-07-04  Richard M. Stallman  <rms@gnu.org>
21520         * textmodes/org.el (org-file-apps-defaults-gnu):
21521         Rename from org-file-apps-defaults-linux.
21522         (org-default-apps): Don't test system-type for `linux'.
21523         (org-file-apps): Doc fix.
21525 2005-07-04  David Ponce  <david@dponce.com>
21527         * tree-widget.el: Improve header Commentary section.
21528         (tree-widget) [defgroup]
21529         (tree-widget-image-enable, tree-widget-themes-directory)
21530         (tree-widget-theme, tree-widget-image-properties-emacs)
21531         (tree-widget-image-properties-xemacs, tree-widget-create-image)
21532         (tree-widget-image-formats, tree-widget-control)
21533         (tree-widget-empty-control, tree-widget-leaf-control
21534         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21535         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21536         (tree-widget-keep, tree-widget-after-toggle-functions)
21537         (tree-widget-open-node, tree-widget-close-node): Doc fix.
21538         (tree-widget-open-control, tree-widget-close-control): Fix doc and
21539         :help-echo message.
21540         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
21541         (tree-widget-image-properties): Doc fix.  Clearer implementation.
21542         (tree-widget--cursors): New constant.
21543         (tree-widget-lookup-image): New function split from
21544         `tree-widget-find-image'.  Clearer implementation.
21545         (tree-widget-find-image): Use it.
21546         (tree-widget-button-keymap): Use `set-keymap-parent'.
21547         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21548         Define the sub-widgets here.
21549         (tree-widget-node): Check that :node is not a tree-widget.
21550         (tree-widget-get-super, tree-widget-open-control)
21551         (tree-widget-close-control, tree-widget-empty-control)
21552         (tree-widget-leaf-control, tree-widget-guide)
21553         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21554         (tree-widget-no-handle, tree-widget-value-delete)
21555         (tree-widget-map): Remove.
21556         (tree-widget-children-value-save): Doc fix.  Simplified.
21557         (tree-widget-value-create): Update according to previous changes.
21559 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
21561         * textmodes/org.el: Leading space replaced by TABS.
21562         (org-recalc-marks, org-table-rotate-recalc-marks)
21563         (org-table-get-specials): Treat "^" and "_" marks.
21564         (org-table-justify-field-maybe): Optional argument NEW.
21565         (org-table-eval-formula): Parsing of the format simplified.
21566         New modes C,I.  Honor the %= parameter in the current table.
21567         Avoid unnecessary re-align by using the NEW argument to
21568         `org-table-justify-field-maybe'.
21569         (org-calc-default-modes): Default for date-format mimicks org-mode.
21570         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21572 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
21574         * cus-face.el (custom-theme-set-faces): Make it handle face
21575         aliases whose alias declarations are pre- or autoloaded.
21577 2005-07-04  Juri Linkov  <juri@jurta.org>
21579         * faces.el (read-face-name): Put the code for getting a face name
21580         from the buffer before adding the faces from the `face' property.
21581         Use `completing-read-multiple' instead of `completing-read'.
21582         Require `crm'.  Add default value and post-process the returned
21583         list of faces.
21585         * emacs-lisp/crm.el (crm-find-current-element)
21586         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21588         * emacs-lisp/lisp-mode.el (eval-defun-1):
21589         * emacs-lisp/edebug.el (edebug-eval-defun):
21590         Remove unnecessary quotes.
21592 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21594         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21595         (prolog-indent-level): Fix typo in docstring.
21597         * info.el (Info-history, Info-history-forward)
21598         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21600         * add-log.el (add-change-log-entry):
21601         * comint.el (comint-dynamic-list-input-ring)
21602         (comint-dynamic-list-completions):
21603         * dabbrev.el (dabbrev-expand):
21604         * delim-col.el (delimit-columns-rectangle-line):
21605         * diff-mode.el (diff-context->unified, diff-reverse-direction)
21606         (diff-unified->context):
21607         * ediff-init.el (ediff-abbrev-jobname):
21608         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21609         (ediff-replace-session-activity-marker-in-meta-buffer):
21610         * info.el (Info-summary):
21611         * lpr.el (printify-region):
21612         * printing.el (pr-create-interface):
21613         * ps-print.el (ps-print-quote):
21614         * ses.el (ses-column-widths, ses-print-cell)
21615         (ses-adjust-print-width, ses-center):
21616         * shell.el (shell-file-name-quote-list):
21617         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21618         (strokes-fill-current-buffer-with-whitespace)
21619         (strokes-xpm-for-stroke, strokes-list-strokes)
21620         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21621         * term.el (term-dynamic-list-input-ring)
21622         (term-dynamic-list-completions):
21623         * calc/calc.el (math-format-stack-value):
21624         * emacs-lisp/edebug.el (edebug-display-freq-count):
21625         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21626         (delphi-new-comment-line):
21627         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21628         * progmodes/executable.el (executable-set-magic):
21629         * progmodes/python.el (inferior-python-mode):
21630         * progmodes/scheme.el (scheme-mode-syntax-table):
21631         * progmodes/sh-script.el (sh-maybe-here-document):
21632         * progmodes/sql.el (sql-copy-column):
21633         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21634         * textmodes/bibtex.el (bibtex-mode):
21635         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21636         (sgml-auto-attributes):
21637         * textmodes/table.el (table-insert, table-shorten-cell)
21638         (table--generate-source-scan-lines, table-delete-row)
21639         (*table--cell-delete-char, table--spacify-frame)
21640         (table--horizontally-shift-above-and-below)
21641         (table--cell-insert-char, table--cell-blank-str)
21642         (table--fill-region-strictly):
21643         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21644         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21646         * add-log.el (change-log):
21647         * apropos.el (apropos):
21648         * comint.el (comint-completion, comint-source):
21649         * dabbrev.el (dabbrev):
21650         * delim-col.el (columns):
21651         * diff-mode.el (diff-mode):
21652         * ediff.el (ediff):
21653         * ediff-diff.el (ediff-diff):
21654         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21655         * ediff-mult.el (ediff-mult):
21656         * ediff-ptch.el (ediff-ptch):
21657         * ediff-wind.el (ediff-window):
21658         * facemenu.el (facemenu):
21659         * indent.el (indent):
21660         * info.el (info):
21661         * jka-cmpr-hook.el (compression, jka-compr):
21662         * lpr.el (lpr):
21663         * outline.el (outlines):
21664         * pcmpl-cvs.el (pcmpl-cvs):
21665         * pcmpl-rpm.el (pcmpl-rpm):
21666         * printing.el (printing):
21667         * ps-print.el (postscript, ps-print, ps-print-horizontal)
21668         (ps-print-vertical, ps-print-headers, ps-print-font)
21669         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21670         (ps-print-background, ps-print-printer, ps-print-page)
21671         (ps-print-miscellany):
21672         * ses.el (ses):
21673         * shell.el (shell, shell-directories, shell-faces):
21674         * startup.el (initialization):
21675         * strokes.el (strokes):
21676         * term.el (term):
21677         * uniquify.el (uniquify):
21678         * w32-vars.el (w32):
21679         * calc/calc.el (calc):
21680         * emacs-lisp/bytecomp.el (bytecomp):
21681         * emacs-lisp/cl-indent.el (lisp-indent):
21682         * emacs-lisp/edebug.el (edebug):
21683         * emacs-lisp/elp.el (elp):
21684         * emacs-lisp/testcover.el (testcover):
21685         * emacs-lisp/trace.el (trace):
21686         * emulation/viper-ex.el (viper-ex):
21687         * emulation/viper-mous.el (viper-mouse):
21688         * mail/mailalias.el (mailalias):
21689         * mail/supercite.el (supercite, supercite-frames)
21690         (supercite-attr, supercite-cite, supercite-hooks):
21691         * net/rcompile.el (remote-compile):
21692         * net/rlogin.el (rlogin):
21693         * obsolete/ooutline.el (outlines):
21694         * progmodes/delphi.el (delphi):
21695         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21696         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21697         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21698         (ebnf-optimization):
21699         * progmodes/etags.el (etags):
21700         * progmodes/executable.el (executable):
21701         * progmodes/idlwave.el (idlwave):
21702         * progmodes/pascal.el (pascal):
21703         * progmodes/prolog.el (prolog):
21704         * progmodes/python.el (python):
21705         * progmodes/scheme.el (scheme):
21706         * progmodes/sh-script.el (sh, sh-script):
21707         * progmodes/sql.el (SQL):
21708         * progmodes/tcl.el (tcl):
21709         * textmodes/bibtex.el (bibtex, bibtex-autokey):
21710         * textmodes/enriched.el (enriched):
21711         * textmodes/makeinfo.el (makeinfo):
21712         * textmodes/sgml-mode.el (sgml):
21713         * textmodes/table.el (table-hooks):
21714         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21715         * textmodes/texinfo.el (texinfo):
21716         * textmodes/two-column.el (two-column):
21717         Finish `defgroup' description with period.
21719         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21720         * eshell/esh-var.el (eshell-var):
21721         * progmodes/vhdl-mode.el (vhdl-testbench):
21722         * textmodes/org.el (org): Fix typos in docstrings.
21724         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21725         consistency.
21727         * progmodes/flymake.el (flymake-find-file): Remove.
21728         (flymake-float-time): Use `with-no-warnings'.
21729         (flymake-check-start-time, flymake-check-was-interrupted)
21730         (flymake-err-info, flymake-is-running, flymake-last-change-time)
21731         (flymake-new-err-info): `defvar' at compile time.
21733 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
21735         * replace.el (occur-hook): Doc fix.
21736         (occur-1): Don't call `occur-hook' if there are no matches.
21738 2005-07-03  Richard M. Stallman  <rms@gnu.org>
21740         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21741         global-map, save the same map.
21742         (global-map): Don't alter it at top level.
21743         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21744         Then alter it here instead.
21745         (tpu-edt-off): Set global-map to the saved one.
21747         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21748         All references simplified.
21749         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
21750         (zmacs-regions): Add defvar.
21751         (repeat-complex-command-map): Everything about that deleted.
21753         * textmodes/artist.el (artist-key-is-drawing)
21754         (artist-key-endpoint1, artist-key-poly-point-list)
21755         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21756         (artist-key-compl-table, artist-rb-save-data)
21757         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21758         Don't put them in eval-when-compile.
21759         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21761         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21762         Use with-no-warnings.
21764         * net/browse-url.el (dos-windows-version): Add defvar.
21766         * mail/supercite.el (filladapt-prefix-table): Add defvar.
21768         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21769         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21770         (rmail-new-summary-line-count): Rename from new-summary-line-count.
21771         Add defvar.
21772         (rmail-summary-beginning-of-message): Use with-no-warnings.
21773         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21775         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21776         Use with-no-warnings.
21778         * emulation/vi.el (vi-mark-region): Use c-mark-function.
21779         (c-mark-function): Add point-moving-unit property.
21780         (vi-goto-line): Use with-no-warnings.
21782         * emulation/edt.el (edt-last-copied-word): Add defvar.
21783         (zmacs-region-stays): Likewise.
21784         (edt-mark-section-wisely): Use c-mark-function for C.
21785         Use makr-defun for Fortran.
21786         (time-string): defvar deleted.
21787         (edt-display-the-time): Don't set time-string.
21789         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21791         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21792         Don't warn when name is not constant
21793         or for defining the group `emacs'.
21795         * tooltip.el (gud-tooltip-mode): Add defvar.
21797         * startup.el (default-frame-background-mode): Add defvar.
21799         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21801         * info.el (tool-bar-map): Add defvar.
21803         * dired.el (dnd-protocol-alist): Add defvar.
21805         * dired-aux.el (dired-query): Display question with answer, when
21806         the user answers.
21808         * custom.el (custom-add-option): Doc fix.
21810         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21812 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
21814         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21815         bogus name from the last change.
21817 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
21819         * custom.el (custom-declare-variable): Fix typos in comment.
21820         (custom-known-themes): Doc fix.
21821         (custom-theme-directory): New defcustom.
21822         (require-theme): Make it check `custom-theme-directory'.
21824         * cus-theme.el (custom-new-theme-mode): New function.
21825         (custom-theme-name, custom-theme-variables, custom-theme-faces)
21826         (custom-theme-description): Add compiler defvars.
21827         (customize-create-theme): Add doc to the "*New Custom Theme*"
21828         buffer.  Use `custom-new-theme-mode'.
21829         (custom-theme-write): Put the created buffer in emacs-lisp-mode
21830         and save it to the `custom-theme-directory'.  Make this the
21831         default directory of the buffer.
21833 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
21835         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21836         Fix unbalanced parentheses.
21838 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21840         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21841         into flymake-mode and delegate to flymake-mode.
21843         * find-file.el (ff-which-function-are-we-in): Clean up.
21845 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
21847         * replace.el (occur-rename-buffer): Fix docstring.
21849         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21850         (edt-last-copied-word, edt-learn-macro-count)
21851         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21852         (edt-rect-start-point, edt-user-global-map, rect-start-point)
21853         (time-string, zmacs-region-stays):
21854         * emulation/edt-mapper.el (edt-save-function-key-map)
21855         (EDT-key-name): `defvar' to silence the byte-compiler.
21857 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
21859         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21860         font-lock-regexp-backslash.  Doc fix.
21861         (font-lock-regexp-backslash-grouping-construct): Rename from
21862         font-lock-regexp-backslash-construct.  Doc fix.
21863         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21864         grouping constructs.
21866 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
21868         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21869         updating all the prerequisites.
21871 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
21873         * textmodes/org.el (org-agenda-start-on-weekday)
21874         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21875         (org-agenda-use-time-grid, org-archive-location)
21876         (org-allow-space-in-links, org-usenet-links-prefer-google)
21877         (org-enable-table-editor, org-export-default-language)
21878         (org-export-html-show-new-buffer, org-fill-paragraph)
21879         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21880         (org-goto-quit, org-occur, org-eval-in-calendar)
21881         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21882         (org-agenda-diary-entry, org-remember-help)
21883         (org-table-convert-region, org-at-table-p)
21884         (org-table-move-row-down, org-table-move-row-up)
21885         (org-table-copy-region, org-table-toggle-vline-visibility)
21886         (org-table-get-stored-formulas, org-table-get-specials)
21887         (org-recalc-commands, org-table-eval-formula)
21888         (org-table-formula-substitute-names, orgtbl-make-binding)
21889         (org-format-org-table-html, org-format-table-table-html)
21890         (org-format-table-table-html-using-table-generate-source)
21891         (org-customize): Fix typos in docstrings.
21892         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21893         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21894         (org-back-to-heading): Doc fixes.
21895         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21896         (org-agenda-change-all-lines, org-get-header):
21897         Improve argument/docstring consistency.
21898         (orgtbl-error): Fix error message.
21900         * progmodes/flymake.el (flymake-find-possible-master-files)
21901         (flymake-master-file-compare, flymake-get-line-err-count)
21902         (flymake-highlight-line, flymake-gui-warnings-enabled):
21903         Fix typos in docstrings.
21904         (flymake-parse-line, flymake-get-project-include-dirs-function)
21905         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21906         Doc fixes.
21907         (flymake-get-project-include-dirs-function)
21908         (flymake-make-err-menu-data):
21909         Improve argument/docstring consistency.
21911 2005-07-01  Lute Kamstra  <lute@gnu.org>
21913         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21914         Catch errors with ignore-errors.  Use temporary buffer.
21915         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
21917         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21918         background color faces.
21919         (facemenu-set-foreground, facemenu-set-background):
21920         Use facemenu-set-face-from-menu.
21921         (facemenu-set-face-from-menu): Treat face names that start with
21922         "fg:" or "bg:" as special.
21923         (facemenu-add-new-color): Don't create faces.  Simplify.
21925 2005-06-30  Richard M. Stallman  <rms@gnu.org>
21927         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21928         (crm-find-current-element): Likewise.
21930 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21932         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21934 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21936         * arc-mode.el (archive-extract): Make it work as a mouse binding.
21937         (archive-mouse-extract): Make it an obsolete alias.
21938         (archive-mode-map): Don't use archive-mouse-extract any more.
21939         (archive-mode, archive-extract): write-contents-hooks ->
21940         write-contents-functions.
21941         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21942         first arg.
21943         (archive-rename-entry): Update the call.
21944         (archive-zip-summarize): Remove unused var `method'.
21945         (archive-lzh-summarize): Remove unused var `creator'.
21947         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21948         dedicated frame upon exit.
21950         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21951         (archive-zip-extract, archive-zip-expunge)
21952         (archive-zip-update, archive-zip-update-case): Use executable-find.
21953         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21954         Use restore-buffer-modified-p.
21955         (archive-extract, archive-add-new-member, archive-write-file-member):
21956         Use with-current-buffer.
21957         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21959 2005-06-30  Andreas Schwab  <schwab@suse.de>
21961         * progmodes/gud.el (gud-filter): Remove unneeded progn.
21963 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
21965         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21967 2005-06-30  Juri Linkov  <juri@jurta.org>
21969         * faces.el (vertical-border): Inherit from mode-line-inactive
21970         only on tty.
21972 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
21974         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21975         example, -NLINES in the `occur' docstring).
21977         * replace.el (occur-1): When no matches are found, do not set the
21978         `buffer-read-only' and modified flags for the occur buffer,
21979         because it is deleted.
21981         * emulation/cua-base.el (cua-check-pending-input)
21982         (cua-repeat-replace-region, cua-mode, cua-debug)
21983         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21984         Fix typos in docstrings.
21986         * emulation/cua-gmrk.el (cua-toggle-global-mark)
21987         (cua-cut-region-to-global-mark)
21988         (cua--cut-rectangle-to-global-mark):
21989         Remove period from end of messages.
21991         * emulation/cua-rect.el (cua-do-rectangle-padding):
21992         Remove period from end of messages.
21993         (cua--rectangle-seq-format): Fix typo in docstring.
21994         (cua-sequence-rectangle, cua-fill-char-rectangle):
21995         Improve argument/docstring consistency.
21997 2005-06-29  Juri Linkov  <juri@jurta.org>
21999         * faces.el (default-frame-background-mode): New internal variable.
22000         (frame-set-background-mode): Use it.
22002         * startup.el (normal-top-level): Set default-frame-background-mode
22003         instead of frame-background-mode.  Before setting it, test for its
22004         nil value.  Remove tests for frame-background-mode and frame
22005         parameter `reverse'.  Add test for "unspecified-fg".
22007         * term/xterm.el (xterm-rxvt-set-background-mode):
22008         * term/rxvt.el (rxvt-set-background-mode):
22009         Set default-frame-background-mode instead of frame-background-mode.
22011 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
22013         * simple.el (set-variable): Warn about obsolete user variables.
22015         * imenu.el (imenu--completion-buffer):
22016         * mouse.el (mouse-buffer-menu-alist):
22017         * msb.el (msb-invisible-buffer-p):
22018         * calendar/diary-lib.el (diary-header-line-format):
22019         * emacs-lisp/pp.el (pp-buffer):
22020         * progmodes/cperl-mode.el (cperl-do-auto-fill):
22021         * textmodes/picture.el (picture-replace-match):
22022         Change space constants followed by a sexp to "?\s ".
22024         * play/decipher.el (decipher-loop-with-breaks):
22025         * textmodes/texinfo.el (texinfo-insert-@item): Change space
22026         constants "protected" from end of line by a comment to "?\s".
22028 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22030         * font-lock.el (save-buffer-state): Use `declare'.
22032         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
22033         reset the syntax-table to cperl-mode-syntax-table.
22034         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
22035         "foo_print_bar" is not matched as a reserved keyword.
22037 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
22039         * textmodes/org.el (orgtbl-setup): New function, for delayed
22040         setup for the orgtbl commands.
22041         (org-calc-default-modes): New option.
22042         (orgtbl-make-binding): Use `defun' to get better help display.
22043         (org-diary): Call `org-compile-prefix-format'.
22044         (org-table-formula-substitute-names): New function.
22045         (org-agenda-day-view, org-agenda-week-view): New commands.
22046         (org-agenda-toggle-week-view): Command removed.
22047         (org-tbl-menu): Split off from org-org-menu.
22048         (org-mode): Move removal of outline-mode menus to here.
22049         (org-table-formula-debug): New option.
22050         (org-table-insert-row): Keep first field if just "#" or "*".
22051         (org-mode): Paragraph regexps fixed.
22052         (org-table-recalculate-regexp): New constant.
22053         (org-table-justify-field-maybe): Avoid replace if not necessary.
22054         (org-copy-special, org-cut-special): Use `call-interactively'.
22055         (org-table-copy-region): Take region from `interactive' call.
22056         (org-trim): Return string even if no match.
22057         (org-formula): New face.
22058         (org-set-font-lock-defaults): No longer highlight "FIXME".
22059         But highlight formula-related fields in table.
22060         (org-table-p): Use regexp, not fontification.
22061         (org-table-align): Handle white space at end of line.
22062         (org-table-formula-evaluate-inline): New option.
22063         (org-mode): Auto-wrapping in comment lines turned off.
22064         (org-table-copy-down): Evaluate only in copied field, not in
22065         destination.
22066         (org-table-current-formula): Variable removed.
22067         (org-table-store-formulas, org-table-get-stored-formulas)
22068         (org-table-modify-formulas, org-table-replace-in-formulas)
22069         (org-table-maybe-eval-formula): New functions.
22070         (org-table-get-formula): Modify to use stored formulas.
22071         (org-table-insert-column, org-table-delete-column)
22072         (org-table-move-column): Call `org-table-modify-formulas'.
22073         (org-complete): Add completion for keyword formulas.
22074         (orgtbl-mode): Pull orgtbl-mode-map to start of
22075         minor-mode-map-alist.
22077 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22079         * progmodes/python.el (python-check): Require `compile' before
22080         modifying its variables.
22082         * newcomment.el (comment-indent-default): Don't get fooled by an early
22083         end of buffer.
22085 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22087         * ps-print.el (ps-print-version): Fix version number.
22089 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
22091         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22093 2005-06-28  Richard M. Stallman  <rms@gnu.org>
22095         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22096         (flyspell-local-mouse-map): Declaration deleted.
22097         (flyspell-mouse-map): Bind only mouse-2.
22098         (flyspell-mode-map): Don't test flyspell-use-local-map.
22099         (flyspell-overlay-keymap-property-name): Var deleted.
22100         (flyspell-mode-on): Don't make local bindings for
22101         flyspell-mouse-map and flyspell-mode-map.
22102         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22104         * textmodes/ispell.el (ispell-word): Do not ignore short words.
22106         * progmodes/compile.el (compilation-next-error-function):
22107         Don't switch buffers; operate on the current buffer.
22109         * progmodes/compile.el (compilation-error-file-name)
22110         (compilation-warning-file-name, compilation-info-file-name)
22111         (compilation-line-number, compilation-column-number): New faces.
22112         (compilation-error-face, compilation-warning-face)
22113         (compilation-info-face, compilation-line-face)
22114         (compilation-column-face): Use them.
22116         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22118         * comint.el (comint-password-prompt-regexp): Accept ", try again".
22120         * bindings.el (global-map): Bind insertchar and its variants.
22122 2005-06-27  Richard M. Stallman  <rms@gnu.org>
22124         * textmodes/artist.el (artist-text-overwrite)
22125         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22127 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22129         * ps-print.el: It was not working the page selection for printing.
22130         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22131         (ps-print-version): New version 6.6.7.
22132         (ps-end-sheet): New fun.
22133         (ps-header-sheet, ps-end-job): Call it.
22135 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
22137         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22139 2005-06-27  Lute Kamstra  <lute@gnu.org>
22141         * facemenu.el (facemenu-unlisted-faces): Add foreground and
22142         background color faces.
22143         (facemenu-get-face): Delete function.
22144         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22145         (facemenu-add-new-color): Make second argument mandatory.
22146         Create the appropriate face and return it.  Simplify.
22147         (facemenu-set-foreground, facemenu-set-background): Don't check if
22148         color is defined.  Use return value of facemenu-add-new-color.
22150 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
22152         * progmodes/gud.el (gud-filter): Add missing argument to
22153         with-selected-window.
22155 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22157         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22158         a :require to the defcustom.
22160         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22161         defcustoms corresponding to minor modes.
22163 2005-06-26  David Ponce  <david@dponce.com>
22165         * recentf.el: Require tree-widget instead of wid-edit.
22166         (recentf-filename-handler): Fix widget :type.
22167         (recentf-cancel-dialog, recentf-open-more-files)
22168         (recentf-open-files-action): Doc fix.
22169         (recentf-dialog-goto-first): New function.
22170         (recentf-dialog-mode-map): Set parent keymap first.
22171         (recentf-dialog-mode): Define with define-derived-mode.
22172         Don't display continuation lines in dialogs.
22173         (recentf-edit-list): Rename from recentf-edit-selected-items.
22174         (recentf-edit-list-select): Rename from recentf-edit-list-action.
22175         Simplify.
22176         (recentf-edit-list-validate): New function.
22177         (recentf-edit-list): Update accordingly.
22178         (recentf-open-files-item-shift): Remove.
22179         (recentf-open-files-item): Convert menu elements into tree and
22180         link widgets.  Don't create the widgets.
22181         (recentf-open-files): Update accordingly.
22182         (recentf-save-list): Untabify.
22184 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
22186         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22187         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
22188         partially contained in the active region.  Do not take active
22189         region into account when called from Lisp, unless INTERACTIVE arg
22190         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
22191         avoid trouble with fields.  Make marker point nowhere when no
22192         longer used.  Always return nil.  Doc fix.
22193         (flush-lines): Add INTERACTIVE arg.  Do not take active region
22194         into account when called from Lisp, unless INTERACTIVE arg is
22195         non-nil.  Use `forward-line' instead of `beginning-of-line' to
22196         avoid trouble with fields.  Make marker point nowhere when no
22197         longer used.  Always return nil.  Doc fix.
22198         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
22199         interchangeable.  Do not take active region into account when
22200         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
22201         message in echo area when called from Lisp, unless INTERACTIVE arg
22202         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
22203         Return the number of matches.  Doc fix.
22204         (occur): Doc fix.
22205         (perform-replace): Make comment follow double space convention for
22206         the sake of `outline-minor-mode'.
22208         * faces.el (facep): Doc fix.
22210 2005-06-25  Richard M. Stallman  <rms@gnu.org>
22212         * facemenu.el (facemenu-enable-faces-p): New function.
22213         (facemenu-background-menu, facemenu-foreground-menu)
22214         (facemenu-face-menu): Add menu-enable property.
22216         * jka-compr.el (jka-compr-insert-file-contents):
22217         Special handling if cannot find the uncompression program.
22219         * cus-face.el (custom-face-attributes): Add autoload.
22221         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22222         Bind comment-indent-function locally.
22224         * window.el (save-selected-window): Use save-current-buffer.
22226         * subr.el (with-selected-window): Use save-current-buffer.
22228         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22229         and with-current-buffer.
22231 2005-06-24  Richard M. Stallman  <rms@gnu.org>
22233         * simple.el (line-move-1): Fix previous change.
22235 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22237         * replace.el (occur-1): Set `buffer-read-only' and the
22238         buffer-modified flag before running `occur-hook' to protect
22239         against unintentional buffer switches that can lead to data loss.
22241 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
22243         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22244         (gud-gdb-marker-filter): Use font-lock-warning-face for any
22245         initial error.
22247         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22248         after fresh input.
22249         (gdb-var-create-handler): Put name of expression in quotes.
22251 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
22253         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22254         elements of RING in order, and without bogus nil elements.
22256 2005-06-23  Richard M. Stallman  <rms@gnu.org>
22258         * simple.el (set-variable): Args renamed; doc fix.
22259         (line-move-1): When there are overlays around, use vertical-motion.
22261         * faces.el (escape-glyph): Use brown against light background.
22262         (nobreak-space): Rename from no-break-space.
22263         Fix previous change.
22265         * dired-aux.el (dired-do-copy): Fix arg prompt.
22267         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22269 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22271         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22272         rather than "Distributor".
22274 2005-06-23  Lute Kamstra  <lute@gnu.org>
22276         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22277         (debug-on-entry): Use it.  New interactive declaration that uses
22278         function-called-at-point.
22280 2005-06-23  Kim F. Storm  <storm@cua.dk>
22282         * subr.el (save-match-data): Add comment about using evaporate arg
22283         to set-match-data.
22285 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
22287         * cus-edit.el (customize-face)
22288         (customize-face-other-window): Handle face aliases.
22290         * faces.el (face-documentation, set-face-attribute)
22291         (face-spec-set): Handle face aliases.
22293 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
22295         * help-mode.el (help-make-xrefs): If a symbol representing a face
22296         name is not followed by the word "face", it could still be a
22297         function or variable name, so don't bypass other checks.
22299 2005-06-22  Juri Linkov  <juri@jurta.org>
22301         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22302         Replace aliased functions with calls where second arg `inherit' is t.
22304 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
22306         * progmodes/gdb-ui.el (gdb-error): New variable.
22307         (gdb-error): New function.
22308         (gdb-annotation-rules): Act on error-begin and error annotations.
22309         (gdb-concat-output): Use font-lock-warning-face for errors.
22311 2005-06-22  Miles Bader  <miles@gnu.org>
22313         * bindings.el (propertized-buffer-identification): Use renamed
22314         `Buffer-menu-buffer' face.
22316         * faces.el (vertical-border): Rename from `vertical-divider'.
22317         (escape-glyph): Change dark-background color back to `cyan'.
22319 2005-06-21  Juri Linkov  <juri@jurta.org>
22321         * faces.el (face-user-default-spec): Try getting `customized-face'
22322         prior to `saved-face'.
22323         (frame-background-mode): Refill docstring.
22325         * emacs-lisp/lisp-mode.el (eval-defun-1):
22326         * emacs-lisp/edebug.el (edebug-eval-defun):
22327         Set `saved-face' temporarily to nil before calling form.
22328         Set `customized-face' to the new spec after that.
22330 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22332         * subr.el (1value, lambda, key-substitution-in-progress):
22333         Doc fixes.
22335         * autoinsert.el (auto-insert-alist):
22336         * ses.el (ses-call-printer):
22337         * subr.el (noreturn):
22338         * emacs-lisp/lisp.el (check-parens):
22339         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22340         * net/browse-url.el (browse-url-mosaic):
22341         * progmodes/cc-defs.el (c-safe-scan-lists):
22342         * progmodes/ebnf-abn.el (ebnf-abn-lex):
22343         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22344         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22345         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22346         * progmodes/ebnf-iso.el (ebnf-iso-lex):
22347         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22349 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
22351         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22353 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
22355         * calendar/appt.el (appt-make-list): Activate the package, if
22356         not already active (for backwards compatibility).
22358 2005-06-20  Kim F. Storm  <storm@cua.dk>
22360         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
22362 2005-06-20  Miles Bader  <miles@gnu.org>
22364         * faces.el (vertical-divider): New face.
22366 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
22368         * simple.el (kill-whole-line): Doc fix.
22369         (next-error-buffer-p, next-error-find-buffer)
22370         (clone-indirect-buffer): Fix typos in docstrings.
22371         (comment-line-break-function): Doc fix: don't say variable
22372         is automatically buffer-local (it isn't).
22374 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
22376         * net/tramp-ftp.el (top):
22377         * net/tramp-smb.el (top):
22378         * net/tramp-util.el (top):
22379         * net/tramp-uu.el (top):
22380         * net/tramp-vc.el (top):
22381         * net/tramp.el (top): Revert copyright years back to original
22382         ones.  Tramp has a life outside GNU Emacs.
22384 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
22386         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22388 2005-06-18  Juri Linkov  <juri@jurta.org>
22390         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22391         end of first regexp to limit the match to the position between
22392         line number and source line with same separator character as used
22393         between file name and line number.  In the second regexp limit
22394         mouse-face area to file name and line number by adding new group
22395         for them and referring it in HYPERLINK arg.
22396         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22397         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22398         previous line where grep markers may be already removed.
22400 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
22402         * progmodes/ps-mode.el: Update version and maintainer's email address.
22404 2005-06-18  Steve Youngs  <steve@xemacs.org>
22406         * net/browse-url.el (browse-url-browser-function)
22407         (browse-url-default-browser): Add firefox.
22408         (browse-url-firefox-program, browse-url-firefox-arguments)
22409         (browse-url-firefox-startup-arguments)
22410         (browse-url-firefox-new-window-is-tab): New defcustoms.
22411         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22413 2005-06-17  Richard M. Stallman  <rms@gnu.org>
22415         * startup.el (command-line): Warn if specified user name has
22416         no home directory.
22418         * term.el (term-get-old-input, term-input-filter, term-input-sender)
22419         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22421         * longlines.el (longlines-mode, longlines-show-hard-newlines):
22422         Doc fixes.
22424         * faces.el (underline): Try bold if terminal doesn't support underline.
22426         * mail/sendmail.el (mail-setup-with-from): New variable.
22427         (mail-insert-from-field): New function.
22428         (sendmail-send-it): Call it.
22429         (mail-setup): Optionally call it here.
22431         * term/linux.el: Call tty-no-underline.
22433 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
22435         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22437 2005-06-17  Miles Bader  <miles@gnu.org>
22439         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22440         (ediff-current-diff-C, ediff-current-diff-Ancestor)
22441         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22442         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22443         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22444         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22445         Remove "-face" suffix from face names.
22446         (ediff-current-diff-face-A, ediff-current-diff-face-B)
22447         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22448         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22449         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22450         (ediff-even-diff-face-A, ediff-even-diff-face-B)
22451         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22452         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22453         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22454         New backward-compatibility aliases for renamed faces.
22455         (ediff-current-diff-face-A, ediff-current-diff-face-B)
22456         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22457         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22458         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22459         (ediff-even-diff-face-A, ediff-even-diff-face-B)
22460         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22461         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22462         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22463         Use renamed ediff faces.
22465         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22466         Remove "-face" suffix from face names.
22467         (eshell-test-ok-face, eshell-test-failed-face):
22468         New backward-compatibility aliases for renamed faces.
22469         (eshell-run-test): Use renamed eshell-test faces.
22471         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22472         face name.
22473         (eshell-prompt-face): New backward-compatibility alias for renamed
22474         face.
22475         (eshell-emit-prompt): Use renamed eshell-prompt face.
22477         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22478         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22479         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22480         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22481         Remove "-face" suffix from face names.
22482         (eshell-ls-directory-face, eshell-ls-symlink-face)
22483         (eshell-ls-executable-face, eshell-ls-readonly-face)
22484         (eshell-ls-unreadable-face, eshell-ls-special-face)
22485         (eshell-ls-missing-face, eshell-ls-archive-face)
22486         (eshell-ls-backup-face, eshell-ls-product-face)
22487         (eshell-ls-clutter-face):
22488         New backward-compatibility aliases for renamed faces.
22489         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22491         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22492         Remove "-face" suffix from face name.
22493         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22494         instead of literal face.
22496 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
22498         * emacs-lisp/warnings.el (display-warning, lwarn)
22499         (warning-minimum-log-level): Doc fixes.
22500         (warning-minimum-level, warning-minimum-log-level):
22501         Add :debug to :type choices.
22503         * progmodes/ada-mode.el (ada-format-paramlist)
22504         (ada-get-indent-case, ada-check-matching-start)
22505         (ada-check-defun-name, ada-goto-matching-decl-start)
22506         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22507         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22508         (ada-make-subprogram-body): Follow error conventions.
22509         (ada-case-exception-file, ada-indent-comment-as-code)
22510         (ada-indent-handle-comment-special, ada-indent-renames)
22511         (ada-indent-return, ada-search-directories-internal)
22512         (ada-tab-policy, ada-case-exception-substring)
22513         (ada-other-file-alist, ada-matching-start-re)
22514         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22515         (ada-imenu-generic-expression, ada-compile-goto-error)
22516         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22517         (ada-popup-menu, ada-add-extensions, ada-mode)
22518         (ada-region-selected, ada-create-case-exception)
22519         (ada-create-case-exception-substring, ada-after-keyword-p)
22520         (ada-activate-keys-for-case, ada-adjust-case-region)
22521         (ada-adjust-case-buffer, ada-format-paramlist)
22522         (ada-scan-paramlist, ada-insert-paramlist)
22523         (ada-indent-newline-indent)
22524         (ada-indent-newline-indent-conditional)
22525         (ada-justified-indent-current, ada-goto-previous-word)
22526         (ada-indent-current, ada-get-indent-open-paren)
22527         (ada-get-indent-paramlist, ada-get-indent-end)
22528         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22529         (ada-get-indent-block-start, ada-get-indent-subprog)
22530         (ada-get-indent-noindent, ada-get-indent-label)
22531         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22532         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22533         (ada-goto-stmt-end, ada-goto-next-word)
22534         (ada-check-matching-start, ada-check-defun-name)
22535         (ada-goto-matching-decl-start, ada-goto-matching-start)
22536         (ada-goto-matching-end, ada-search-ignore-string-comment)
22537         (ada-in-decl-p, ada-looking-at-semi-or)
22538         (ada-looking-at-semi-private, ada-in-paramlist-p)
22539         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22540         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22541         (ada-next-procedure, ada-previous-procedure, ada-next-package)
22542         (ada-previous-package, ada-create-menu)
22543         (ada-fill-comment-paragraph-justify)
22544         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22545         (ada-other-file-name, ada-last-which-function-line)
22546         (ada-last-which-function-subprog, ada-which-function)
22547         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22548         (ada-gen-treat-proc, ada-check-emacs-version)
22549         (ada-continuation-indent, ada-align-region-separate):
22550         Fix typos in docstrings.
22551         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22553 2005-06-16  Lute Kamstra  <lute@gnu.org>
22555         * simple.el (fundamental-mode): Run after-change-major-mode-hook
22556         conditionally.
22558 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22560         * comint.el (comint-replace-by-expanded-filename)
22561         (comint-prompt-regexp, comint-delimiter-argument-list)
22562         (comint-preinput-scroll-to-bottom):
22563         * info.el (Info-hide-cookies-node):
22564         * ls-lisp.el (ls-lisp-classify):
22565         * find-file.el (ff-search-directories, ff-special-constructs)
22566         (ff-find-other-file):
22567         * font-lock.el (font-lock-keywords):
22568         * shell.el (shell-prompt-pattern)
22569         (shell-dynamic-complete-functions, shell-mode)
22570         (shell-delimiter-argument-list):
22571         * term.el (term-replace-by-expanded-filename)
22572         (term-prompt-regexp, term-delimiter-argument-list):
22573         * woman.el (woman-ignore, woman0-if):
22574         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22575         * emacs-lisp/elint.el (elint-init-env):
22576         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22577         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22578         * language/ethio-util.el (ethio-tilde-escape)
22579         (ethio-use-three-dot-question):
22580         * net/zone-mode.el (zone-mode-load-time-setup):
22581         * progmodes/cc-align.el (c-lineup-argcont):
22582         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22583         * progmodes/cperl-mode.el (cperl-set-style-back):
22584         * progmodes/inf-lisp.el (inferior-lisp-prompt):
22585         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22586         Fix spellings in docstrings.
22588         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22589         * progmodes/modula2.el (m2-for): Fix spellings.
22591         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22593         * simple.el (undo-more): Don't use `format' on `error' arguments.
22594         Improve argument/docstring consistency.
22595         (pending-undo-list): Doc fix.
22597         * smerge-mode.el (smerge-ensure-match):
22598         * emulation/vip.el (vip-ex):
22599         * net/zone-mode.el (zone-mode-update-serial):
22600         * progmodes/idlwave.el (idlwave-complete):
22601         * progmodes/vhdl-mode.el (vhdl-visit-file)
22602         (vhdl-compose-wire-components):
22603         Don't use `format' on `error' arguments.
22605         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22606         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22607         (tooltip-help-tips): Fix typos in docstrings.
22609 2005-06-16  David Ponce  <david@dponce.com>
22611         * tree-widget.el (tree-widget-value-create): Simplify last change.
22613 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
22615         * ido.el (ido-incomplete-regexp): New variable.
22616         (ido-set-matches-1): Handle invalid-regexp error and set
22617         ido-incomplete-regexp.
22618         (ido-incomplete-regexp): New face.
22619         (ido-completions): Use it.
22620         (ido-complete, ido-exit-minibuffer, ido-completions):
22621         Handle incomplete regexps.
22622         (ido-completions): Add check for complete match when entering a regexp.
22624 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22626         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22628 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22630         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22631         by field delimiters.
22633 2005-06-15  David Ponce  <david@dponce.com>
22635         * tree-widget.el: eval-and-compile inlined functions so they will
22636         be available at run-time too.
22637         (tree-widget-super-format-handler)
22638         (tree-widget-format-handler): Remove.
22639         (tree-widget-value-create): Handle the :indent property.
22641 2005-06-15  Miles Bader  <miles@gnu.org>
22643         * progmodes/which-func.el (which-func): Only inherit
22644         `font-lock-function-name-face' when that makes sense against the
22645         default mode-line face, otherwise set the face color explicitly.
22647         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22648         faces instead of (non-existent) variables.
22650 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22652         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22653         (iswitchb-get-matched-buffers): Likewise.  Simplify.
22655 2005-06-14  Miles Bader  <miles@gnu.org>
22657         * progmodes/ld-script.el (ld-script-location-counter):
22658         Remove "-face" suffix from face name.
22659         (ld-script-location-counter-face):
22660         New backward-compatibility alias for renamed face.
22661         (ld-script-location-counter-face): Use renamed face.
22663         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22664         (cperl-hash): Remove "-face" suffix from face names.
22665         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22666         New backward-compatibility aliases for renamed faces.
22667         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22668         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22670         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22671         name.
22672         (which-func-face): New backward-compatibility alias for renamed face.
22673         (which-func-format): Use renamed which-func face.
22675         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22676         (vhdl-function, vhdl-directive, vhdl-reserved-word)
22677         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22678         names.
22679         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22680         (vhdl-speedbar-configuration, vhdl-speedbar-package)
22681         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22682         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22683         (vhdl-speedbar-architecture-selected)
22684         (vhdl-speedbar-configuration-selected)
22685         (vhdl-speedbar-package-selected)
22686         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22687         names.
22688         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22689         Use renamed faces.
22690         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22691         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22692         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22693         Use renamed faces.
22694         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22695         names.
22696         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22697         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22698         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22699         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22700         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22701         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22703         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22704         face name.
22705         (sh-heredoc-face): New backward-compatibility alias for renamed face.
22706         (sh-heredoc-face): Use renamed sh-heredoc face.
22708         * progmodes/idlw-help.el (idlwave-help-link):
22709         Remove "-face" suffix from face name.
22710         (idlwave-help-link-face):
22711         New backward-compatibility alias for renamed face.
22712         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22714         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22715         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22716         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22717         New backward-compatibility aliases for renamed faces.
22718         (idlwave-shell-disabled-breakpoint-face)
22719         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22721         * progmodes/flymake.el (flymake-errline, flymake-warnline):
22722         Remove "-face" suffix from face names.
22723         (flymake-errline-face, flymake-warnline-face):
22724         New backward-compatibility aliases for renamed faces.
22725         (flymake-highlight-line): Use renamed flymake faces.
22727         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22728         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22729         (ebrowse-member-class, ebrowse-progress):
22730         Remove "-face" suffix from face names.
22731         (ebrowse-tree-mark-face, ebrowse-root-class-face)
22732         (ebrowse-file-name-face, ebrowse-default-face)
22733         (ebrowse-member-attribute-face, ebrowse-member-class-face)
22734         (ebrowse-progress-face):
22735         New backward-compatibility aliases for renamed faces.
22736         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22737         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22738         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22739         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22741         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22742         antlr-syntax)
22743         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22744         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22745         names.
22746         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22747         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22748         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22749         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22750         backward-compatibility aliases for renamed faces.
22751         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22752         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22753         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22754         remove "font-lock-".  Use renamed antlr-mode faces.
22755         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
22756         literal face-names with face variable references.
22758         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22759         face name.
22760         (Buffer-menu-buffer-face): New backward-compatibility alias for
22761         renamed face.
22762         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22764 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
22766         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22767         Eliminate "-face" suffix.
22768         (makefile-targets): Inherit from font-lock-function-name-face and
22769         eliminate "-face" suffix.
22770         (makefile-shell): Remove attributes and eliminate "-face" suffix.
22771         (makefile-*-font-lock-keywords): Append makefile-targets in rule
22772         actions, instead of prepending, to make it less visible.
22773         (makefile-previous-dependency, makefile-match-dependency):
22774         Don't match a target on a continuation line.
22776         * files.el (auto-mode-alist): Put Makefile in gmake mode.
22778 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
22780         * progmodes/gdb-ui.el (menu): Re-order menu items.
22781         (gdb-tooltip-print): Respect tooltip-use-echo-area.
22783         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22784         Define in tooltip.el.
22785         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22786         (gud-tooltip-tips): Respect tooltip-use-echo-area and
22787         gud-tooltip-echo-area.
22789         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22790         backward compatibility and make obsolete.
22791         (tooltip-help-tips): Use tooltip-use-echo-area.
22792         (tooltip-show-help-function): Rename to...
22793         (tooltip-show-help): ...this, because it is a function.
22794         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22796 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
22798         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22799         (edebug-print-length, edebug-print-level, edebug-print-circle)
22800         (edebug-modify-breakpoint, edebug-eval-last-sexp)
22801         (edebug-eval-print-last-sexp): Doc fixes.
22803 2005-06-14  Kim F. Storm  <storm@cua.dk>
22805         * ido.el (ido-mode): Make a new keymap every time we enable ido,
22806         as the coverage buffer/file/both may change.
22808 2005-06-14  Lute Kamstra  <lute@gnu.org>
22810         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22811         and run-mode-hooks.  Simplify.
22813         * mail/rmailedit.el (rmail-edit-mode):
22814         * progmodes/octave-inf.el (inferior-octave-mode):
22815         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22817         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22818         and run-mode-hooks.
22819         (recentf-edit-list, recentf-open-files): Don't call
22820         kill-all-local-variables directly.
22822         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22824 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22826         * emacs-lisp/byte-run.el (make-obsolete)
22827         (define-obsolete-function-alias): Rename arguments FUNCTION and
22828         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22829         (make-obsolete-variable, define-obsolete-variable-alias):
22830         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22831         respectively.
22833         * isearchb.el (isearchb-activate):
22834         * pcvs.el (cvs-mode):
22835         * ses.el (ses-load):
22836         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22837         * net/tramp.el (tramp-find-file-exists-command)
22838         (tramp-find-shell):
22839         * progmodes/ada-mode.el (ada-create-case-exception)
22840         (ada-create-case-exception-substring, ada-make-subprogram-body):
22841         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22842         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22843         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22844         * textmodes/org.el (org-promote, org-evaluate-time-range)
22845         (org-agenda-next-date-line, org-agenda-previous-date-line)
22846         (org-agenda-error, org-open-at-point, org-table-move-row)
22847         (org-format-table-table-html-using-table-generate-source)
22848         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22849         * textmodes/reftex.el (reftex-access-scan-info):
22850         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22851         (reftex-toc-promote-prepare): Follow error conventions.
22853         * diff-mode.el (diff-mode): Fix typo in docstring.
22855         * forms.el (forms--intuit-from-file): Fix reference to
22856         `forms-number-of-fields' in error message.
22857         (forms-print): Fix quoting in error message.
22859         * forms.el (forms-mode):
22860         * emulation/vi.el (vi-goto-insert-state):
22861         * progmodes/flymake.el (flymake-new-err-info)
22862         (flymake-start-syntax-check-for-current-buffer)
22863         (flymake-simple-cleanup):
22864         * eshell/esh-var.el (eshell/export):
22865         * progmodes/gud.el (xdb):
22866         * textmodes/flyspell.el (flyspell-incorrect-hook)
22867         (flyspell-maybe-correct-transposition)
22868         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22870 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
22872         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22873         minibuffer prompt.
22875 2005-06-13  Kim F. Storm  <storm@cua.dk>
22877         * subr.el (add-to-ordered-list): New defun.
22879         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22880         add cua--keymap-alist to emulation-mode-map-alists.
22882 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22884         * subr.el (complete-in-turn): New macro.
22885         (dynamic-completion-table, lazy-completion-table): Add debug info.
22887         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22888         in preference to face aliases.
22890         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22891         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22892         Remove unused vars `start' and `firstline'.
22893         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22894         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22896 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
22898         * cus-start.el (all): Don't complain about missing GTK-related
22899         variables, unless either `gtk' is boundp or this isn't a
22900         `windows-nt' build.
22902 2005-06-13  Lute Kamstra  <lute@gnu.org>
22904         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22905         run-mode-hooks.
22907         * ediff-mult.el (ediff-meta-mode):
22908         * ediff-util.el (ediff-mode): Use run-mode-hooks.
22910         * ledit.el (ledit-mode): Use delay-mode-hooks.
22912         * woman.el (woman-mode-line-format): Delete constant.
22913         (woman-mode-map): Initialize it properly.
22914         (woman-mode): Set mode-class property to special.
22915         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
22916         Set major-mode and mode-name.  Don't set mode-line-format directly.
22917         (Man-getpage-in-background): Don't reference woman-mode-line-format.
22919         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22920         string argument obsolete.
22922 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
22924         * textmodes/org.el (org-CUA-compatible): New option.
22925         (org-disputed-keys): New variable.
22926         (org-key): New function.
22927         (orgtbl-make-binding): Add docstring to the created function.
22928         (org-mode): Set paragraph start/separate regexps.
22929         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22930         (org-archive-location, org-archive-mark-done)
22931         (org-archive-stamp-time): New options.
22932         (org-archive-subtree): New command.
22933         (org-fill-paragraph): New function.
22934         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22935         (org-fake-empty-table-line): Function removed.
22936         (org-format-org-table-html): Do not create empty table lines at
22937         separator lines.  Improved table header treatment.
22938         (org-link-format): New option.
22939         (org-make-link): New function.
22940         (org-insert-link, org-store-link): Use org-make-link.
22941         (org-open-file): Quote file name for shell command, to allow
22942         spaces in file names.
22943         (org-link-regexp): Fix bug with mailto link.
22944         (org-link-maybe-angles-regexp, org-protected-link-regexp):
22945         New constants.
22946         (org-export-as-html): Deal with the optional angles around a link.
22947         Better treatment of file: links.
22948         (org-open-at-point): Replace @{ and @} with < and >.
22949         (org-run-mode-hooks): Function removed.
22950         (org-agenda-mode): No longer use `org-run-mode-hooks'.
22952 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
22954         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22955         MI command -data-list-register-values.
22956         (gdb-post-prompt): Indent properly.
22958 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
22960         * hilit-chg.el (highlight-changes-colors): Rename from
22961         `highlight-changes-colours'.
22962         (highlight-changes-colours): Keep as obsolete alias.
22963         (highlight-changes-face-list): Doc fix.
22964         (hilit-chg-make-list): Use `highlight-changes-colors'.
22966 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
22968         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22969         defun-prompt-regexp.
22971 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
22973         * loadup.el: Don't say we are dumping under 2 names on windows-nt
22974         and cygwin.
22976         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22977         Don't use an old loaddefs.el, as in Makefile.in.
22979 2005-06-12  Lute Kamstra  <lute@gnu.org>
22981         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22983         * man.el (Man-mode-map): Initialize it properly.
22984         (Man-mode): Set mode-class property to special.
22986         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22988 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
22990         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22991         A newline is needed in the docstring there.
22993         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22994         Doc fixes.
22996 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22998         * printing.el: Doc fix.  The menubar is no more changed when printing
22999         is loaded, it only changes when pr-menu-bind or pr-update-menus is
23000         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
23001         (pr-version): New version number (6.8.4).
23002         (pr-menu-bind): New command.
23003         (pr-update-menus): Docstring and code fix.
23004         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
23005         Docstring fix.
23006         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
23007         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
23009 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
23011         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
23012         "Returns" to "return", document useful return values, etc.
23014 2005-06-11  Alan Mackenzie  <acm@muc.de>
23016         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
23017         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
23018         (adaptive-file-function): Minor amendment to doc-string.
23020 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23022         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
23023         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
23024         Fix :type--it is `integer', not `string'.
23026         * faces.el (modeline-highlight): Rename from (the erroneous)
23027         `modeline-higilight'.
23029 2005-06-11  Lute Kamstra  <lute@gnu.org>
23031         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
23032         lisp-interaction-mode-map but make it the parent.
23033         (edebug-eval-mode): Use define-derived-mode.
23035 2005-06-11  Andreas Schwab  <schwab@suse.de>
23037         * bindings.el: Add binding of `ESC functionkey' for every
23038         `M-functionkey'.
23039         * hexl.el (hexl-mode-map): Likewise.
23041 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
23043         * progmodes/compile.el (compilation-error-regexp-alist-alist)
23044         [msft]: update regexp for newer msft compilers.
23046 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
23048         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
23049         ATTLIST portions of included DTDs.
23050         (xml-parse-dtd): Eliminate use of inefficient match-data.
23052 2005-06-10  Miles Bader  <miles@gnu.org>
23054         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23055         (mpuz-text): Remove "-face" suffix from face names.
23056         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23057         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23058         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23060         * play/gomoku.el (gomoku-O, gomoku-X):
23061         Remove "-face" suffix from face names.
23062         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23063         New backward-compatibility aliases for renamed faces.
23064         (gomoku-font-lock-keywords): Use renamed gomoku faces.
23066 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
23068         * thumbs.el: Fixes for changes of 2005-06-09.
23069         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23070         as a directory.
23071         (thumbs-thumbname): Remove directory separator from format string;
23072         `thumbs-thumbsdir' now returns a valid directory name.
23073         (thumbs-temp-dir): New defsubst.
23074         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23075         Use it.
23077         * cus-edit.el (minibuffer):
23078         * files.el (make-backup-file-name-function):
23079         * filesets.el (filesets-external-viewers):
23080         * hilit-chg.el (highlight-changes-colours)
23081         (highlight-changes-face-list, highlight-changes-rotate-faces):
23082         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23083         * kmacro.el (kmacro-call-macro):
23084         * log-edit.el (log-edit-changelog-full-paragraphs):
23085         * mouse.el (mouse-1-click-follows-link):
23086         * skeleton.el (skeleton-autowrap):
23087         * subr.el (insert-for-yank-1):
23088         * tempo.el (tempo-insert-region):
23089         * terminal.el (terminal-emulator):
23090         * time.el (display-time-mail-face):
23091         * vc.el (vc-annotate):
23092         * vcursor.el (vcursor-copy-line):
23093         * woman.el (woman-bold-headings, woman-ignore)
23094         (woman-default-faces, woman-monochrome-faces):
23095         * calendar/todo-mode.el (todo-insert-threshold):
23096         * emulation/pc-select.el (pc-select-selection-keys-only)
23097         (pc-selection-mode):
23098         * emulation/vip.el (vip-find-char-forward):
23099         * emulation/viper-cmd.el (viper-find-char-forward):
23100         * international/mule-cmds.el
23101         (select-safe-coding-system-accept-default-p)
23102         (input-method-exit-on-invalid-key):
23103         * international/mule-diag.el (describe-coding-system):
23104         * international/ucs-tables.el (unify-8859-on-encoding-mode):
23105         * net/browse-url.el (browse-url-xterm-program):
23106         * obsolete/lazy-lock.el (lazy-lock-mode):
23107         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23108         (cperl-mode):
23109         * progmodes/cpp.el (cpp-face-light-name-list)
23110         (cpp-face-dark-name-list):
23111         * progmodes/delphi.el (delphi-newline-always-indents):
23112         Fix spellings in docstrings.
23114         * ido.el (ido-mode, ido-file-extensions-order)
23115         (ido-default-file-method, ido-default-buffer-method)
23116         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23117         (ido-decorations, ido-read-file-name-as-directory-commands)
23118         (ido-read-file-name-non-ido, ido-work-directory-list)
23119         (ido-ignore-item-temp-list, ido-current-directory)
23120         (ido-magic-forward-char, ido-enter-find-file)
23121         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23122         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23124 2005-06-10  Lute Kamstra  <lute@gnu.org>
23126         * play/dunnet.el (dun-mode): Use define-derived-mode.
23127         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
23128         obsolete alias.
23130         * play/doctor.el (doctor-mode-map): Remove defvar.
23131         (doctor-mode): Use define-derived-mode.
23133         * mail/mspools.el (mspools-mode):
23134         * net/eudc-hotlist.el (eudc-hotlist-mode):
23135         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23137 2005-06-10  Miles Bader  <miles@gnu.org>
23139         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23140         Remove "-face" suffix from face names.
23141         (flyspell-incorrect-face, flyspell-duplicate-face):
23142         New backward-compatibility aliases for renamed faces.
23143         (flyspell-mode-on, make-flyspell-overlay)
23144         (flyspell-highlight-incorrect-region)
23145         (flyspell-highlight-duplicate-region)
23146         (flyspell-display-next-corrections)
23147         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23149         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23150         from face name.
23151         (texinfo-heading-face): New backward-compatibility alias for
23152         renamed face.
23153         (texinfo-heading-face): Use renamed texinfo-heading face.
23155         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23156         suffix from face names.
23157         (tex-math-face, tex-verbatim-face):
23158         New backward-compatibility aliases for renamed faces.
23159         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23160         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23161         literal face name.
23163         * textmodes/table.el (table-cell): Remove "-face" suffix from face
23164         name.
23165         (table-cell-face): New backward-compatibility alias for renamed face.
23166         (table--put-cell-face-property, table--update-cell-face):
23167         Use renamed table-cell face.
23169         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23170         from face name.
23171         (sgml-namespace-face): New backward-compatibility alias for
23172         renamed face.
23173         (sgml-namespace-face): Use renamed sgml-namespace face.
23175         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23176         (org-level-4, org-level-5, org-level-6, org-level-7)
23177         (org-level-8, org-warning, org-headline-done)
23178         (org-deadline-announce, org-scheduled-today)
23179         (org-scheduled-previously, org-link, org-done, org-table)
23180         (org-time-grid): Remove "-face" suffix from face names.
23181         (org-level-1-face, org-level-2-face, org-level-3-face)
23182         (org-level-4-face, org-level-5-face, org-level-6-face)
23183         (org-level-7-face, org-level-8-face, org-warning-face)
23184         (org-headline-done-face, org-deadline-announce-face)
23185         (org-scheduled-today-face, org-scheduled-previously-face)
23186         (org-link-face, org-done-face, org-table-face)
23187         (org-time-grid-face):
23188         New backward-compatibility aliases for renamed faces.
23189         (org-level-faces, org-set-font-lock-defaults, org-timeline)
23190         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23191         (org-agenda-get-timestamps, org-agenda-get-scheduled)
23192         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23194         * emulation/viper-init.el (viper-search, viper-replace-overlay)
23195         (viper-minibuffer-emacs, viper-minibuffer-insert)
23196         (viper-minibuffer-vi): Remove "-face" suffix from face names.
23197         (viper-search-face, viper-replace-overlay-face)
23198         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23199         (viper-minibuffer-vi-face):
23200         New backward-compatibility aliases for renamed faces.
23201         (viper-search-face, viper-replace-overlay-face)
23202         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23203         (viper-minibuffer-vi-face): Use renamed viper faces.
23205         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23206         Remove "-face" suffix from face names.
23207         (testcover-nohits-face, testcover-1value-face):
23208         New backward-compatibility aliases for renamed faces.
23209         (testcover-mark): Use renamed testcover faces.
23211         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23212         face name.
23213         (diary-button-face): New backward-compatibility alias for renamed face.
23214         (diary-entry): Use renamed diary-button face.
23216         * calendar/calendar.el (diary, calendar-today, holiday)
23217         (mark-visible-calendar-date): Remove "-face" suffix from face names.
23218         (diary-face, calendar-today-face, holiday-face):
23219         New backward-compatibility aliases for renamed faces.
23220         (eval-after-load "facemenu", diary-entry-marker)
23221         (calendar-today-marker, calendar-holiday-marker, diary-face):
23222         Use renamed calendar faces.
23224         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23225         (compare-windows-face): New backward-compatibility alias for
23226         renamed face.
23227         (compare-windows-highlight): Use renamed compare-windows face.
23229         * strokes.el (strokes-char): Remove "-face" suffix from face name.
23230         (strokes-char-face): New backward-compatibility alias for renamed face.
23231         (strokes-encode-buffer): Use renamed strokes-char face.
23233         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23234         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23235         Remove "-face" suffix from face names.
23236         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23237         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23238         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23239         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23240         Use renamed pcvs faces.
23241         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23242         * pcvs-defs.el (cvs-mode-map): Likewise.
23243         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23245         * info.el (info-title-1, info-title-2, info-title-3)
23246         (info-title-4): Remove "-face" suffix from and downcase face names.
23247         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23248         (Info-title-4-face):
23249         New backward-compatibility aliases for renamed faces.
23250         (Info-fontify-node): Use renamed info faces.
23252         * hilit-chg.el (highlight-changes, highlight-changes-delete):
23253         Remove "-face" suffix from face names.
23254         (highlight-changes-face, highlight-changes-delete-face):
23255         New backward-compatibility aliases for renamed faces.
23256         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23257         (hilit-chg-make-list): Use renamed highlight-changes faces.
23259         * generic-x.el (show-tabs-tab, show-tabs-space):
23260         Remove "-face" suffix from face names.
23261         (show-tabs-tab-face, show-tabs-space-face):
23262         New backward-compatibility aliases for renamed faces.
23263         (show-tabs-generic-mode-font-lock-defaults-1)
23264         (show-tabs-generic-mode-font-lock-defaults-2):
23265         Use renamed show-tabs faces.
23267         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23268         (smerge-markers): Remove "-face" suffix from face names.
23269         (smerge-mine-face, smerge-other-face, smerge-base-face)
23270         (smerge-markers-face):
23271         New backward-compatibility aliases for renamed faces.
23272         (smerge-mine-face, smerge-other-face, smerge-base-face)
23273         (smerge-markers-face): Use renamed smerge faces.
23275         * log-view.el (log-view-file, log-view-message): Remove "-face"
23276         suffix from face names.
23277         (log-view-file-face, log-view-message-face):
23278         New backward-compatibility aliases for renamed faces.
23279         (log-view-file-face, log-view-message-face): Use renamed log-view
23280         faces.
23282         * paren.el (show-paren-match, show-paren-mismatch):
23283         Remove "-face" suffix from face names.
23284         (show-paren-match-face, show-paren-mismatch-face):
23285         New backward-compatibility aliases for renamed faces.
23286         (show-paren-function): Use renamed show-paren faces.
23288         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23289         (ruler-mode-margins, ruler-mode-fringes)
23290         (ruler-mode-column-number, ruler-mode-fill-column)
23291         (ruler-mode-comment-column, ruler-mode-goal-column)
23292         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23293         suffix from face names.
23294         (ruler-mode-default-face, ruler-mode-pad-face)
23295         (ruler-mode-margins-face, ruler-mode-fringes-face)
23296         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23297         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23298         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23299         New backward-compatibility aliases for renamed faces.
23300         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23301         (ruler-mode-column-number, ruler-mode-fill-column)
23302         (ruler-mode-comment-column, ruler-mode-goal-column)
23303         (ruler-mode-tab-stop, ruler-mode-current-column)
23304         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23305         faces.
23307         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23308         face name.
23309         (whitespace-highlight-the-space): Use renamed face.
23310         (whitespace-highlight-face): New backward-compatibility alias for
23311         renamed face.
23313         * woman.el (woman-italic, woman-bold, woman-unknown)
23314         (woman-addition, woman-symbol-face):
23315         Remove "-face" suffix from face names.
23316         (woman-italic-face, woman-bold-face, woman-unknown-face)
23317         (woman-addition-face):
23318         New backward-compatibility aliases for renamed faces.
23319         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23320         (woman-decode-region, woman-replace-match)
23321         (woman-display-extended-fonts, woman-special-characters)
23322         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23323         Use renamed woman faces.
23325         * longlines.el (longlines-visible-face): Face removed.
23327         * diff-mode.el (diff-header, diff-file-header, diff-index)
23328         (diff-hunk-header, diff-removed, diff-added, diff-changed)
23329         (diff-function, diff-context, diff-nonexistent): Remove "-face"
23330         suffix from face names.
23331         (diff-header-face, diff-file-header-face, diff-index-face)
23332         (diff-hunk-header-face, diff-removed-face, diff-added-face)
23333         (diff-changed-face, diff-function-face, diff-context-face)
23334         (diff-nonexistent-face): New backward-compatibility aliases for
23335         renamed faces.
23336         (diff-header-face, diff-file-header-face)
23337         (diff-index, diff-index-face, diff-hunk-header)
23338         (diff-hunk-header-face, diff-removed, diff-removed-face)
23339         (diff-added, diff-added-face, diff-changed-face, diff-function)
23340         (diff-function-face, diff-context-face, diff-nonexistent)
23341         (diff-nonexistent-face): Use renamed diff-mode faces.
23343         * progmodes/compile.el (compilation-warning-face)
23344         (compilation-info-face): Remove "-face" suffix from face names.
23345         (compilation-warning-face, compilation-info-face):
23346         New backward-compatibility aliases for renamed faces.
23347         (compilation-warning-face, compilation-info-face):
23348         Use renamed compilation faces.
23350         * add-log.el (change-log-date, change-log-name)
23351         (change-log-email, change-log-file, change-log-list)
23352         (change-log-conditionals, change-log-function)
23353         (change-log-acknowledgement): Remove "-face" suffix from face names.
23354         (change-log-date-face, change-log-name-face)
23355         (change-log-email-face, change-log-file-face)
23356         (change-log-list-face, change-log-conditionals-face)
23357         (change-log-function-face, change-log-acknowledgement-face):
23358         New backward-compatibility aliases for renamed faces.
23359         (change-log-font-lock-keywords): Use renamed change-log faces.
23361         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23362         (custom-set, custom-changed, custom-saved, custom-button)
23363         (custom-button-pressed, custom-documentation, custom-state)
23364         (custom-comment, custom-comment-tag, custom-variable-tag)
23365         (custom-variable-button, custom-face-tag, custom-group-tag-1)
23366         (custom-group-tag): Remove "-face" suffix from face names.
23367         (custom-magic-alist, custom-magic-value-create)
23368         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23369         (custom-invalid-face, custom-rogue-face, custom-modified-face)
23370         (custom-set-face, custom-changed-face, custom-saved-face)
23371         (custom-button-face, custom-button-pressed-face)
23372         (custom-documentation-face, custom-state-face)
23373         (custom-comment-face, custom-comment-tag-face)
23374         (custom-variable-tag-face, custom-variable-button-face)
23375         (custom-face-tag-face, custom-group-tag-face-1)
23376         (custom-group-tag-face):
23377         New backward-compatibility aliases for renamed faces.
23379         * wid-edit.el (widget-documentation, widget-button)
23380         (widget-field, widget-single-line-field, widget-inactive)
23381         (widget-button-pressed): "-face" suffix removed from face names.
23382         (widget-documentation-face, widget-button-face)
23383         (widget-field-face, widget-single-line-field-face)
23384         (widget-inactive-face, widget-button-pressed-face):
23385         New backward-compatibility aliases for renamed faces.
23386         (widget-documentation-face, widget-button-face)
23387         (widget-button-pressed-face, widget-specify-field)
23388         (widget-specify-inactive): Use renamed widget faces.
23390 2005-06-10  Kenichi Handa  <handa@m17n.org>
23392         * term/x-win.el (x-clipboard-yank): Remove condition-case
23393         wrapping.
23395 2005-06-11  Kenichi Handa  <handa@m17n.org>
23397         * add-log.el (change-log-font-lock-keywords): Make the regexp for
23398         date lines stricter.
23400 2005-06-10  Zhang Wei  <id.brep@gmail.com>
23402         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23403         of x-get-selection.
23405 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
23407         * comint.el (comint-mode, comint-snapshot-last-prompt):
23408         * frame.el (frame-current-scroll-bars):
23409         * term.el (term-mode, term-check-proc, term-input-sender)
23410         (term-simple-send, term-extract-string, term-word)
23411         (term-match-partial-filename):
23412         * window.el (window-current-scroll-bars):
23413         * emulation/cua-base.el (cua-normal-cursor-color)
23414         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23415         (cua-global-mark-cursor-color):
23416         * mail/undigest.el (rmail-forward-separator-regex):
23417         Fix typos in docstrings.
23419         * comint.el (comint-check-proc, make-comint-in-buffer)
23420         (comint-source-default): Doc fixes.
23422         * term.el (term-send-string): Improve argument/docstring consistency.
23424 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
23426         * comint.el (comint-send-input): Bind `inhibit-read-only' around
23427         call to `delete-region'.
23428         (comint-mode-hook): Do not enable Font Lock by default.
23430 2005-06-09  Lute Kamstra  <lute@gnu.org>
23432         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23433         could be void.
23435 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23437         * emacs-lisp/debug.el (debugger-will-be-back): New var.
23438         (debug): Use it.
23439         (debugger-step-through, debugger-continue, debugger-jump)
23440         (debugger-return-value): Set it when needed.
23441         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23442         Use inhibit-read-only.
23444 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
23446         * window.el (shrink-window-if-larger-than-buffer)
23447         (window-size-fixed): Fix typo in docstring.
23449         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
23450         thumbnails directory on loading.
23451         (thumbs-conversion-program): Use `eq' to check the system type,
23452         not `equal'.
23453         (thumbs-temp-dir): Initialize to `temporary-file-directory',
23454         not "/tmp".  Fix docstring.
23455         (thumbs-thumbsdir): New function to return the thumbnails
23456         directory, creating it if needed.
23457         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23458         (thumbs-temp-file): Delete variable and make it into a function.
23459         (thumbs-resize-image, thumbs-modify-image): Use it.
23460         (thumbs-kill-buffer): Simplify.
23461         (thumbs-gensym): Defalias or duplicate CL `gensym'.
23462         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23463         docstrings.
23465 2005-06-09  Kim F. Storm  <storm@cua.dk>
23467         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23468         set-match-data to free markers in match-data.
23470         * replace.el (replace-match-data): Pass RESEAT arg `t' to
23471         match-data to unchain markers in match-data.
23473 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23475         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23476         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
23477         unnecessary now.
23479 2005-06-08  Richard M. Stallman  <rms@gnu.org>
23481         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23482         give the variable a doc string that doesn't say don't set it directly.
23484         * textmodes/ispell.el (ispell-check-version):
23485         Use match-string-no-properties.
23486         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23487         (ispell-buffer-local-words): Likewise.
23489         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23490         except on terminals with enough colors to really display it.
23491         (makefile-dependency-regex): Delete spurious `bb'.
23493         * faces.el (escape-glyph): Use blue once again in last case.
23494         (no-break-space): Redefine so that it isn't invisible on a tty.
23496 2005-06-08  Kim F. Storm  <storm@cua.dk>
23498         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23499         also when reading directory name.
23501 2005-06-08  Lute Kamstra  <lute@gnu.org>
23503         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23504         (flyspell-mode-line-string): Remove autoload cookie.
23505         (flyspell-mode): Remove defvar.
23507 2005-06-07  Lute Kamstra  <lute@gnu.org>
23509         * textmodes/org.el (org-run-mode-hooks): New function.
23510         (org-agenda-mode): Use it.
23512 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
23514         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23516 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23518         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23520 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
23522         * font-lock.el (font-lock-add-keywords): Doc fix.
23524 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23526         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23527         (tex-compile-default): In the absence of any history, use the order in
23528         tex-compile-alist to choose the preferred command.
23529         (tex-compile-commands): Reorder a bit.
23531         * textmodes/flyspell.el (flyspell-auto-correct-binding)
23532         (flyspell-incorrect-face, flyspell-duplicate-face):
23533         Use (X)Emacs-agnostic code.
23534         (flyspell-mode-map): Don't overwrite at each load.  Remove code
23535         redundant with the subsequent add-minor-mode.  Merge Emacs and
23536         XEmacs code.
23537         (flyspell-word): Minor simplification.
23538         (flyspell-math-tex-command-p): Quieten the byte-compiler.
23539         (flyspell-external-point-words): Remove unused vars `size' and `start'.
23540         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23541         Merge the corresponding Emacs code.
23542         (flyspell-correct-word, flyspell-xemacs-popup):
23543         Use flyspell-do-correct.
23545         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23546         a dedicated window.
23548         * international/latexenc.el (latexenc-find-file-coding-system):
23549         Undo part of last patch, to turn off a compiler warning.
23551 2005-06-06  Juri Linkov  <juri@jurta.org>
23553         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23554         Rename `tmm-inactive-face' to `tmm-inactive'.
23556 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
23558         * iswitchb.el: Rename faces.
23560 2005-06-06  Kim F. Storm  <storm@cua.dk>
23562         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23563         (cua-global-mark): Remove -face suffix from face names.
23565         * emulation/cua-gmrk.el (cua--init-global-mark):
23566         Remove cua-global-mark face setup.
23568 2005-06-06  Richard M. Stallman  <rms@gnu.org>
23570         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23571         just like other allowed characters.
23572         (makefile-match-dependency): Exclude leading and training whitespace
23573         from the range of regexp subexp 1.
23574         (makefile-macroassign-regex): Don't try to match the body,
23575         just the name of the macro being defined.
23577         * info.el (Info-read-node-name-2): New function.
23578         (Info-read-node-name-1): Use that.
23579         Add a completion-base-size-function property.
23581         * simple.el (completion-setup-function): Look for
23582         completion-base-size-function property of minibuffer-completion-table.
23584         * files.el (locate-file-completion): Doc fix.
23586         * printing.el: Don't call pr-update-menus; user must do that.
23588         * emacs-lisp/debug.el (debugger-window): New variable.
23589         (debug): Use debugger-window if it is set and still alive.
23590         Record debugger-window for next entry.
23592         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23594 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
23596         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23597         (hack-one-local-variable, hack-local-variables)
23598         (hack-local-variables-prop-line): Pass that arg.
23600 2005-06-06  Kim F. Storm  <storm@cua.dk>
23602         * ido.el (ido-first-match, ido-only-match, ido-subdir)
23603         (ido-indicator): Remove -face suffix from face names.
23605 2005-06-06  Juri Linkov  <juri@jurta.org>
23607         * font-lock.el (font-lock-regexp-backslash)
23608         (font-lock-regexp-backslash-construct): New faces.
23609         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
23610         after `('.  Add `while-no-input' to control structures.
23612         * faces.el (no-break-space, shadow): New faces.
23613         (escape-glyph): Use less loud colors pink2 and red4.
23615         * diff-mode.el (diff-context-face)
23616         * dired.el (dired-ignored)
23617         * rfn-eshadow.el (file-name-shadow)
23618         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23620         * info.el (Info-title-1-face): Use green instead of yellow because
23621         bold yellow is not readable on light backgrounds.
23623         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23624         before selecting the desired mode to not spend time fontifying
23625         old contents.
23627 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
23629         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23630         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23632         * ps-print.el (ps-default-fg, ps-default-bg):
23633         Fix typos in docstrings.
23635         * isearchb.el (isearchb): Don't pass a spurious second argument to
23636         `iswitchb-completions'.
23638 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
23640         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23641         to preserve point.
23642         (gdb-find-file-hook): Add doc string.
23644         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23645         C dereferenced pointer expression.
23646         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
23648         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23650         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23651         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23652         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23653         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23654         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23655         Make background transparent.
23657 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23659         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
23660         (font-lock-remove-keywords): Doc fix.
23661         (font-lock-mode-major-mode): Compiler defvar.
23662         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23664         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23665         (font-lock-mode): Update `font-lock-mode-major-mode'.
23666         (font-lock-set-defaults): Compiler defvar.
23667         (font-lock-default-function): Take `font-lock-mode-major-mode'
23668         into account.
23670         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23671         keep track of which major mode it enabled the minor mode for.
23672         Use find-file-hook again.  Update docstring.
23674         * simple.el (eval-expression-print-level)
23675         (eval-expression-print-length, eval-expression-debug-on-error):
23676         Doc fixes.
23678 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
23680         * iswitchb.el (iswitchb-single-match-face)
23681         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23682         (iswitchb-invalid-regexp-face): New faces.
23683         (iswitchb-completions): Use them.
23684         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23685         now marked as an obsolete alias.
23686         (iswitchb-read-buffer): Remove check for bound font variables.
23687         (iswitchb-invalid-regexp): New free variable.
23688         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23689         set iswitchb-invalid-regexp.
23690         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23691         invalid regexps.
23692         (iswitchb-completions): Add check for complete match when entering
23693         a regexp.
23694         (iswitchb-completions): Remove require-match argument.
23695         (iswitchb-exhibit): Fix caller.
23696         (iswitchb-common-match-inserted): New variable.
23697         (iswitchb-complete, iswitchb-completion-help): Use it.
23699 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
23701         * url-http.el (url-http-chunked-encoding-after-change-function):
23702         Use `url-http-debug' instead of `message'.
23704 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
23706         * url-http.el (url-http-parse-headers): Pass redirected URL as a
23707         callback argument.
23709 2005-06-04  Kim F. Storm  <storm@cua.dk>
23711         * simple.el (line-move): Only call sit-for when moving backwards.
23713         * ido.el (ido-make-merged-file-list-1): New defun split from
23714         ido-make-merged-file-list.
23715         (ido-make-merged-file-list): Bind throw-on-input around call to
23716         ido-make-merged-file-list-1.  Return input-pending-p if
23717         interrupted by more input available.
23718         (ido-read-internal): Handle input-pending-p return value from
23719         ido-make-merged-file-list.
23721 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23723         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23724         compatibility code.
23726         * international/latexenc.el (latexenc-find-file-coding-system):
23727         Don't inherit the EOL part of the coding-system from the
23728         tex-main buffer.  Fit within 80 columns.
23730 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
23732         * tmm.el (tmm-inactive-face): New face.
23733         (tmm-remove-inactive-mouse-face): New function.
23734         (tmm-prompt, tmm-add-one-shortcut)
23735         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23736         but not selectable.
23738 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
23740         * faces.el (face-equal): Improve argument/docstring consistency.
23742 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
23744         * progmodes/make-mode.el (makefile-targets-face)
23745         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23746         (makefile-bsdmake-dependency-regex)
23747         (makefile-makepp-rule-action-regex)
23748         (makefile-bsdmake-rule-action-regex): New constants.
23749         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23751         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23752         Allow (...) within `...' for makepp messages.
23754 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
23756         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23758         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23759         "." files are deleted from all file lists before comparison.
23761         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23762         (viper-ESC-key): Made them customizable.
23764         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23766 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
23768         * autorevert.el (auto-revert-buffers): Use save-match-data.
23770 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23772         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23773         menu items with a nil command binding.
23775 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
23777         * emacs-lisp/cl-macs.el (defsetf):
23778         Improve argument/docstring consistency.
23780         * faces.el (list-faces-display): Improve the formatting by
23781         computing the maximum length required for any face-name (reworked
23782         patch of 1999-01-11, accidentally deleted on 1999-07-21).
23783         (internal-find-face): Remove redundant info in docstring.
23785 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
23787         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23788         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23789         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23790         (gdb-assembler-custom): Improve regexps.
23791         (def-gdb-auto-update-handler): Use window point to preserve point.
23793 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23795         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23797 2005-05-31  Jay Belanger  <belanger@truman.edu>
23799         * calc/calc-embed.el (calc-embedded-word): Change argument passed
23800         to calc-embedded.
23801         (calc-embedded-make-info): Have plain prefix argument select
23802         entire line.
23804 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
23806         * faces.el (list-faces-display): Signal error if passed a regexp
23807         that matches no face name.
23809         * simple.el (filter-buffer-substring): Fix typo in docstring.
23811 2005-05-31  Richard M. Stallman  <rms@gnu.org>
23813         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23814         (vhdl-emacs-21): Doc fix.
23815         (vhdl-mode): Unconditionally set comment-padding.
23816         (vhdl-fixup-whitespace-region): Insert spaces only where
23817         there are none.
23818         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23820 2005-05-30  John Wiegley  <johnw@newartisans.com>
23822         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23823         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23824         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23825         `directory-sep-char' to ?/, and all uses of `string-to-int' to
23826         `string-to-number'.
23828 2005-05-30  Jay Belanger  <belanger@truman.edu>
23830         * calc/calc.el (calc-bug-address): Fix docstring.
23831         (calc-window-hook, calc-trail-window-hook): New variables.
23832         (calc-trail-display): Restore use of calc-trail-window-hook.
23833         (calc): Restore use of calc-window-hook.
23835 2005-05-31  Masatake YAMATO  <jet@gyve.org>
23837         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23839         * help-fns.el (help-C-file-name): Add autoload mark for
23840         `find-function-noselect'.
23842 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23844         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23845         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23847 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23849         * calendar/diary-lib.el (mark-included-diary-files): Only kill
23850         included diary buffer if it was not already being visited.
23851         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23853         * calendar/icalendar.el (top-level): Do not require appt.
23855         * mail/supercite.el (sc-select-attribution): Only use a list
23856         element from sc-attrib-selection-list if it returns a string.
23857         Reported by Davide G. M. Salvetti <salve@debian.org>.
23859 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
23861         * thumbs.el (thumbs-thumbname): The resulting thumbname now
23862         includes a hash value to improve its uniqueness, and has a ".jpg"
23863         extension.  Also, it is now a valid filename on all systems.
23864         (thumbs-make-thumb): Use `let', not `let*'.
23865         (thumbs-show-thumbs-list): Check for JPEG availability.
23867 2005-05-30  Richard M. Stallman  <rms@gnu.org>
23869         * filesets.el (filesets-menu-ensure-use-cached):
23870         Prevent warning when emacs-version>= is undefined.
23872         * printing.el (pr-interactive-n-up): Use string-to-number.
23874         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23876         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23877         Warn only when name to be defined is quoted.
23879 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
23881         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23882         Make regexp more robust.
23883         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23884         Force regeneration of disassembly.
23886 2005-05-29  Jay Belanger  <belanger@truman.edu>
23888         * calc/calc.el (calc-user-invocation): Check if
23889         calc-invocation-macro is non-nil.
23891 2005-05-29  Juri Linkov  <juri@jurta.org>
23893         * add-log.el (change-log-font-lock-keywords):
23894         Add `+' to e-mail regexp to accept mail address with keywords.
23896         * man.el (Man-name-regexp): Add `:' to accept qualified names.
23898 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
23900         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23902         * ielm.el (inferior-emacs-lisp-mode): Ditto.
23904 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23906         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23907         Undo the change that moves to end of the current word.
23909 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
23911         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23912         Throw error when count <= 0 to ensure input is a number.
23913         (gdb-read-memory-custom): Pick up address from buffer.
23914         (gdb-memory-mode): Allow user to increment and decrement
23915         memory address from header line.
23917 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23919         * flyspell.el (flyspell-version): Function deleted.
23920         (flyspell-auto-correct-previous-hook): Doc fix.
23922         * jit-lock.el (jit-lock-function, jit-lock-after-change):
23923         Do nothing if memory is full.
23925         * font-lock.el (font-lock-fontify-syntactically-region):
23926         Pass t for GREEDY to looking-back.
23928         * saveplace.el (save-place-alist-to-file): Write the file
23929         using write-region.
23931         * subr.el (looking-back): New argument GREEDY.
23933         * progmodes/compile.el (compilation-start): Set the mode
23934         before inserting the initial text.
23936         * progmodes/which-func.el (which-func-update-1): Turn the mode
23937         off in case of error by setting which-func-mode.
23939 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
23941         * flyspell.el (flyspell-auto-correct-previous-word):
23942         Narrow down to what's on the screen, and recenter overlays
23943         at the end of the next word.
23945 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
23947         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23948         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23949         (flyspell-abbrev-p): Default to nil.
23950         (flyspell-use-global-abbrev-table-p): Doc fix.
23951         (flyspell-large-region): Allow nil as value.
23952         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23954         (mail-mode-flyspell-verify): More robust handling
23955         of `mail-header-separator'.  More efficient signature detection.
23956         Allow for regexp metacharacters in message-header-separator.
23957         Adding `To' not to be checked in mail-mode-flyspell-verify.
23959         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23960         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23961         Bind flyspell-auto-correct-binding.
23962         Bind C-. and C-, .
23963         (flyspell-mode-map): Likewise.
23964         (flyspell-mode): Doc fix.
23965         (flyspell-accept-buffer-local-defs): Preserve current buffer.
23966         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23967         (flyspell-word-cache-result): New var, always local.
23968         (flyspell-check-pre-word-p): Doc fix.
23969         (flyspell-check-changed-word-p): Handle spc like newline.
23970         (flyspell-post-command-hook): Set flyspell-word-cache-result.
23971         (flyspell-word-search-backward, flyspell-word-search-forward):
23972         New functions.
23973         (flyspell-word): Return t if nothing to check.
23974         When parsing TeX code, check for after } or \.
23975         Use flyspell-word-search-backward to find previous word.
23976         Return nil if duplicated word.
23977         For word already checked, return same value as last time.
23978         Set flyspell-word-cache-result after checking.
23979         Don't clobber the return value.
23980         (flyspell-get-word): Major rewrite.
23981         (flyspell-external-point-words): New locals pword, pcount.
23982         Fix size used in progress message.
23983         Find the proper corresponding word in flyspell-large-region-buffer.
23984         (flyspell-region): Check for flyspell-large-region = nil.
23985         (flyspell-highlight-incorrect-region): Clean up overlays in region.
23986         (flyspell-auto-correct-word): Check that WORD is a cons.
23987         (flyspell-correct-word): Likewise.
23989 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
23991         * progmodes/make-mode.el (makefile-rule-action-regex)
23992         (makefile-macroassign-regex, makefile-makepp-mode)
23993         (makefile-bsdmake-mode): Continuation lines may be empty.
23994         Reported by Joshua Varner.
23995         (makefile-makepp-font-lock-keywords): Add $(stem).
23997 2005-05-28  Karl Berry  <karl@gnu.org>
23999         * textmodes/tex-mode.el: Now that tex-send-command calls
24000         shell-quote-argument (2005-03-31 change), remove all calls to
24001         shell-quote-argument; they all end up invoking tex-send-command.
24002         The double quoting loses on filenames with non-safe characters,
24003         such as "@".  Reported by Frederik Fouvry.
24005 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
24007         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
24008         about preserving point.
24010 2005-05-27  Jay Belanger  <belanger@truman.edu>
24012         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
24013         Info-goto-node.
24015         * calc/calc-embed.el (calc-embed-arg): New variable.
24016         (calc-do-embedded-activate, calc-embedded-activate-formula)
24017         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
24018         variable by new variable.
24019         (calc-embedded-make-info): Replace undeclared variable by new
24020         variable.  When selecting region with positive prefix
24021         argument, use end of previous line instead of beginning of line.
24023         * calc/calc-aent.el (calc-arg-values): Declare it.
24025         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
24026         Declare them.
24028         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
24030         * calc/calc.el (calc-alg-map): Declare it.
24032         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
24034 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
24036         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
24037         (gdb-registers-buffer, toggle-gdb-all-registers):
24038         Toggle display of floating point registers.
24039         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
24041         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
24042         (toggle-gud-tooltip-dereference):
24043         Rename from gud-toggle-tooltip-dereference.
24045 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24047         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
24049 2005-05-27  Jay Belanger  <belanger@truman.edu>
24051         * calc/calc-prog.el (calc-kbd-report): Remove.
24052         (calc-kbd-query): Rewrite.
24054 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
24056         * image.el (image-library-alist): Move to image.c.
24057         (image-type-available-p): Doc fix.
24059 2005-05-27  Lute Kamstra  <lute@gnu.org>
24061         * calc/calc.el (calc):
24062         * outline.el (outline-1, outline-2, outline-3, outline-4)
24063         (outline-5, outline-6, outline-7, outline-8):
24064         * textmodes/dns-mode.el (dns-mode):
24065         * textmodes/sgml-mode.el (sgml-namespace-face):
24066         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24067         (tex-verbatim-face, tex-use-reftex):
24068         * textmodes/texinfo.el (texinfo-heading-face):
24069         Specify customization group.
24071         * longlines.el: Don't require easy-mmode.
24072         (longlines-visible-face): Specify customization group.
24074 2005-05-27  Kenichi Handa  <handa@m17n.org>
24076         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24077         encoding table of windows-1251.
24079         * international/ucs-tables.el (ucs-set-table-for-input):
24080         If translation-table-for-input of a coding system is a symbol, get
24081         its translation-table property.
24083         * international/code-pages.el: Don't register a coding system into
24084         non-iso-charset-alist more than once.
24085         (cp-make-coding-system): Likewise.
24087 2005-05-26  John Wiegley  <johnw@newartisans.com>
24089         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24090         `eshell-resume-eval' is wrapped in a list, it indicates that the
24091         command was run asynchronously.  In that case, unwrap the value
24092         before checking the delimiter value.
24094         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24095         character before a space at the end of a line is \, assume the space
24096         is part of the last argument rather than a final argument separator.
24098         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24099         is in use, and the target is `t' or `nil' (which are the most common
24100         values), don't assume that the symbol target is a buffer.
24102 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
24104         * calendar/calendar.el (calendar-mode-line-format):
24105         Use mode-line-highlight as mouse-face.
24107         * time.el (display-time-string-forms, display-time-update):
24108         Use mode-line-highlight as mouse-face.
24110 2005-05-26  Jay Belanger  <belanger@truman.edu>
24112         * calc/calc.el (calc-language-alist): Remove extra defvar.
24114 2005-05-26  Lute Kamstra  <lute@gnu.org>
24116         * arc-mode.el (archive-mode):
24117         * bookmark.el (bookmark-read-annotation-mode)
24118         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24119         * bs.el (bs-mode):
24120         * calc/calc-yank.el (calc-edit-mode):
24121         * calc/calc.el (calc-mode, calc-trail-mode):
24122         * calculator.el (calculator-mode):
24123         * chistory.el (command-history-mode):
24124         * comint.el:
24125         * cus-edit.el (custom-mode):
24126         * descr-text.el (describe-text-mode):
24127         * ebuff-menu.el (Electric-buffer-menu-mode):
24128         * ediff-util.el (ediff-mode):
24129         * emacs-lisp/re-builder.el (reb-mode):
24130         * emulation/vi.el (vi-mode-setup):
24131         * emulation/ws-mode.el (wordstar-mode):
24132         * eshell/esh-mode.el (eshell-mode):
24133         * forms.el (forms-mode):
24134         * help-mode.el (help-mode):
24135         * hexl.el (hexl-mode):
24136         * ibuffer.el (ibuffer-mode):
24137         * ielm.el (inferior-emacs-lisp-mode):
24138         * info.el (Info-mode, Info-edit-mode):
24139         * international/swedish.el:
24140         * ledit.el (ledit-from-lisp-mode):
24141         * locate.el (locate-mode):
24142         * mail/rmail.el (rmail-mode):
24143         * mail/rmailedit.el (rmail-edit-mode):
24144         * mail/rmailsum.el (rmail-summary-mode):
24145         * mail/supercite.el (sc-electric-mode):
24146         * net/eudc.el (eudc-mode):
24147         * net/quickurl.el (quickurl-list-mode):
24148         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24149         * obsolete/ooutline.el (outline-mode):
24150         * obsolete/options.el (Edit-options-mode):
24151         * obsolete/rnews.el (news-mode):
24152         * obsolete/rnewspost.el (news-reply-mode):
24153         * play/5x5.el (5x5-mode):
24154         * play/decipher.el (decipher-mode, decipher-stats-mode):
24155         * play/gomoku.el (gomoku-mode):
24156         * play/snake.el (snake-mode):
24157         * play/solitaire.el (solitaire-mode):
24158         * play/tetris.el (tetris-mode):
24159         * progmodes/ada-mode.el (ada-mode):
24160         * progmodes/antlr-mode.el (antlr-mode):
24161         * progmodes/autoconf.el (autoconf-mode):
24162         * progmodes/dcl-mode.el (dcl-mode):
24163         * progmodes/delphi.el (delphi-mode):
24164         * progmodes/ebrowse.el (ebrowse-tree-mode)
24165         (ebrowse-electric-list-mode, ebrowse-member-mode)
24166         (ebrowse-electric-position-mode):
24167         * progmodes/f90.el (f90-mode):
24168         * progmodes/fortran.el (fortran-mode):
24169         * progmodes/icon.el (icon-mode):
24170         * progmodes/idlw-help.el (idlwave-help-mode):
24171         * progmodes/idlw-shell.el (idlwave-shell-mode):
24172         * progmodes/idlwave.el (idlwave-mode):
24173         * progmodes/inf-lisp.el (inferior-lisp-mode):
24174         * progmodes/m4-mode.el (m4-mode):
24175         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24176         * progmodes/modula2.el (modula-2-mode):
24177         * progmodes/octave-inf.el (inferior-octave-mode):
24178         * progmodes/octave-mod.el (octave-mode):
24179         * progmodes/pascal.el (pascal-mode):
24180         * progmodes/sh-script.el (sh-mode):
24181         * progmodes/sql.el (sql-mode, sql-interactive-mode):
24182         * progmodes/vhdl-mode.el (vhdl-mode):
24183         * progmodes/xscheme.el (scheme-interaction-mode):
24184         * replace.el (occur-mode):
24185         * ses.el (ses-mode):
24186         * simple.el (completion-list-mode):
24187         * skeleton.el:
24188         * speedbar.el (speedbar-mode):
24189         * term.el (term-mode):
24190         * terminal.el (terminal-edit-mode):
24191         * textmodes/reftex-index.el (reftex-index-mode)
24192         (reftex-index-phrases-mode):
24193         * textmodes/reftex-sel.el (reftex-select-label-mode)
24194         (reftex-select-bib-mode):
24195         * textmodes/reftex-toc.el (reftex-toc-mode):
24196         * wdired.el (wdired-change-to-wdired-mode):
24197         * wid-browse.el (widget-browse-mode):
24198         Use run-mode-hooks.
24200         * array.el (array-mode):
24201         * calendar/todo-mode.el (todo-mode):
24202         * man.el (Man-mode):
24203         * play/landmark.el (lm-mode):
24204         * play/mpuz.el (mpuz-mode):
24205         Use kill-all-local-variables and run-mode-hooks.
24207         * subr.el (delay-mode-hooks): Specify indentation.
24209 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
24211         * xml.el (xml-substitute-special): Don't die for undefined xml
24212         entities.
24214 2005-05-26  Jay Belanger  <belanger@truman.edu>
24216         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24217         of nil.
24219 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
24221         * progmodes/gdb-ui.el (gdb-frame-address):
24222         Rename from gdb-current-address.
24223         (gdb-previous-frame-address): Rename from gdb-previous-address.
24224         (gdb-selected-frame): Rename from gdb-current-frame.
24225         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24226         (gdb-frame-number): Rename from gdb-current-stack-level.
24227         (gdb-ann3): Match new mode-name for disassembly buffer.
24228         Extend initialization of variables.
24229         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24230         (gdb-memory-mode): Use mouse-face in header line.
24231         (gdb-assembler-buffer-name): Call it disassembly and give frame
24232         in mode line.
24233         (gdb-source-spec-regexp, gdb-assembler-custom)
24234         (gdb-invalidate-assembler, gdb-frame-handler):
24235         Make robust to leading zeroes in address format.
24237 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
24239         * textmodes/org.el (org-mode): Use `define-derived-mode' to
24240         define `org-mode'.
24241         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24243 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24245         * log-edit.el (log-edit-changelog-entries): Distinguish between
24246         filenames like xfns.c and fns.c.
24248 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
24250         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24251         point after reverting.
24252         (Buffer-menu-make-sort-button): Handle the case where
24253         `Buffer-menu-use-header-line' is nil.
24255 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
24257         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24258         New funcs.  In minibuffer-local-completion-map bind `]', `/'
24259         and `:' to them.
24261 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24263         * startup.el (normal-top-level): Allow modification of load-path while
24264         we're iterating over it.
24266 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
24268         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24269         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24270         (thumbs-resize-interactive, thumbs-insert-image)
24271         (thumbs-insert-thumb, thumbs-dired-show-marked)
24272         (thumbs-find-image-at-point, thumbs-delete-images)
24273         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24274         (thumbs-increment-image-size, thumbs-decrement-image-size):
24275         Fix typos in docstrings.
24277 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
24279         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24280         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24281         (cperl-mode): Use them.
24283 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
24285         * window.el (quit-window, shrink-window-if-larger-than-buffer):
24286         Doc fixes.
24288 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
24290         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24291         Bind C-d to gdb-inferior-io-eof.
24293         * dired.el (dired-dnd-popup-notice): Use message-box.
24295 2005-05-23  Masatake YAMATO  <jet@gyve.org>
24297         * bindings.el (mode-line-major-mode-keymap):
24298         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24300         * faces.el (mode-line-highlight): New face.
24302         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24303         as mouse-face.
24305         * bindings.el (top-level, help-echo, mode-line-modified)
24306         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24307         as mouse-face.
24309 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
24311         * progmodes/cc-engine.el (c-guess-basic-syntax):
24312         Remove spurious call to `zerop'.
24314         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24316 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
24318         CC Mode update to 5.30.10:
24320         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24321         could go past the limit in decoration level 2, thereby causing
24322         errors during interactive fontification.
24324         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24325         the file is evaluated interactively.
24327         * cc-engine.el (c-guess-basic-syntax): Handle operator
24328         declarations somewhat better in C++.
24330         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24331         make use of `run-mode-hooks' which has been added in Emacs 21.1.
24332         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24333         (awk-mode): Use it.
24334         (make-local-hook): Suppress warning about obsoleteness.
24336         * cc-engine.el, cc-align.el, cc-cmds.el
24337         (c-append-backslashes-forward, c-delete-backslashes-forward)
24338         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24339         Compensate for return value from `forward-line' when it has moved
24340         but not to a different line due to eob.
24342         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24343         `objc-method-intro' and `objc-method-args-cont'.
24345 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
24347         CC Mode update to 5.30.10:
24349         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24350         in the copyright statement.  Incidentally, change "along with GNU
24351         Emacs" to "along with this program" where it occurs.
24353         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24354         so that it is interactive, hence can be found by M-x awk-mode
24355         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
24356         <gmorris+emacs@ast.cam.ac.uk>.
24358         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24359         Mode's regexps.
24361 2005-05-23  Kevin Ryde  <user42@zip.com.au>
24363         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24364         c-parse-state, to avoid a lisp error (on bad code).
24366 2005-05-23  Lute Kamstra  <lute@gnu.org>
24368         * subr.el (font-lock-defaults): Remove defvar as it's already
24369         defined in font-core.el.
24371         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24373 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
24375         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24376         more general and work when GDB variable "print pretty" is on,
24377         as with Emacs, for example.
24379 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
24381         * font-core.el: Update comment.
24383         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24384         Use `after-change-major-mode-hook' instead of `find-file-hook'.
24386         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24388 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
24390         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24391         and `yank-handler' in the doc strings.
24393 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24395         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
24397 2005-05-22  Richard M. Stallman  <rms@gnu.org>
24399         * help.el (describe-key): Move print-help-return-message call
24400         out of conditional.
24402         * progmodes/etags.el (list-tags): Use with-no-warnings.
24404         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24405         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24406         (starttls-extra-args, starttls-extra-arguments): Add defvars.
24408         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24410         * language/viet-util.el (viet-viscii-nonascii-translation-table):
24411         Add defvar.
24413         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24414         Use defvar, not defconst.
24416         * hexl.el (hexl-follow-line): Use with-no-warnings.
24418         * emulation/tpu-extras.el: Use write-file-functions instead of
24419         write-file-hooks.
24421         * dired.el (dired-font-lock-keywords): Fontify files with junk
24422         extensions even if marked by -F.
24424 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
24426         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24427         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24428         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24429         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24430         (concatenate, list-length, get*, getf, cl-remprop):
24431         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24432         (etypecase, progv, lexical-let, lexical-let*)
24433         (multiple-value-bind, multiple-value-setq, shiftf):
24434         Improve argument/docstring consistency.
24436         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24438 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
24440         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24441         doesn't exist.
24443         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
24444         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24446 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
24448         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24449         already deleted variables: auto-fill-hook, blink-paren-hook,
24450         lisp-indent-hook, inhibit-local-variables, unread-command-event,
24451         suspend-hooks, comment-indent-hook, meta-flag,
24452         before-change-function, after-change-function,
24453         font-lock-doc-string-face.
24455 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
24457         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24459 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
24461         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24462         rmail-dont-reply-to.
24464 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24466         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24467         literal blank when splitting new-header-values.
24469 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
24471         * calendar/cal-menu.el (cal-menu-update): Add separator as a
24472         string so that tmm doesn't create a completion entry for it.
24474         * textmodes/table.el (table-disable-menu): Ditto.
24476 2005-05-21  Richard M. Stallman  <rms@gnu.org>
24478         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24480         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24482         * net/rcompile.el (remote-compile): Use compilation-start.
24484         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24486 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
24488         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24489         Default to makefile-bsdmake-mode on BSD systems.
24491         * imenu.el (imenu-generic-expression, imenu--generic-function'):
24492         REGEXP may also be a search function now.  The part of doc-string
24493         for describing the structure was 95% identical to that of
24494         `imenu--generic-function'.  Unify it there.
24496         * progmodes/make-mode.el (makefile-imenu-generic-expression):
24497         Use function to find dependencies, because regexp alone is so complex,
24498         it easily goes into an endless loop.
24499         (makefile-makepp-mode): Also add submenu for Perl functions
24500         defined in the makefile.
24501         (makefile-bsdmake-mode): Special imenu-generic-expression no
24502         longer needed, due to function call.
24503         (makefile-match-dependency): Take BOUND into account when checking
24504         if we're through.
24506 2005-05-20  Jay Belanger  <belanger@truman.edu>
24508         * calc/calc-units.el (calc-invalidate-units-table):
24509         Use inhibit-read-only.
24510         (math-build-units-table-buffer): Use view-mode.
24512 2005-05-20  David Kastrup  <dak@gnu.org>
24514         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24515         easy-menu-add is not a nop on Emacs; and clarify when to call it.
24517 2005-05-20  Lute Kamstra  <lute@gnu.org>
24519         * diff-mode.el (diff-header-face, diff-file-header-face)
24520         (diff-index-face, diff-hunk-header-face, diff-removed-face)
24521         (diff-added-face, diff-changed-face, diff-function-face)
24522         (diff-context-face, diff-nonexistent-face): Put them in the
24523         diff-mode customization group.
24525 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24527         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24529         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24531         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24532         Minor regexp-optimization.
24534 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
24536         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24537         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24538         (org-agenda-add-time-grid-maybe): New function.
24539         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24540         (org-table-create): `dotimes' instead of `mapcar'.
24541         (org-xor): Simplify implementation.
24542         (org-agenda): `inhibit-redisplay' turned on.
24543         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24544         a consistent line after a state change.
24545         (org-agenda-remove-times-when-in-prefix): New option.
24546         (org-prefix-has-time): New variable.
24547         (org-parse-time-string): Optional argument NODEFAULT.
24548         (org-format-agenda-item): Parse items for time-of-day
24549         specifications and move these into the prefix if possible.
24550         (org-agenda-priority): Get current heading, not previous heading
24551         during agenda remote editing.
24553 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
24555         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24556         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24557         (remove-duplicates, delete-duplicates, substitute)
24558         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24559         (nsubstitute-if-not, find, find-if, find-if-not, position)
24560         (position-if, position-if-not, count, count-if, count-if-not)
24561         (mismatch, search, sort*, stable-sort, merge, member*)
24562         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24563         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24564         (intersection, nintersection, set-difference, nset-difference)
24565         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24566         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24567         (nsublis, tree-equal): Improve argument/docstring consistency.
24569         * subr.el (send-string, send-region): Remove obsolescence declaration.
24570         (window-dot, set-window-dot, read-input, show-buffer)
24571         (eval-current-buffer, string-to-int):
24572         Add release number to obsolescence declarations.
24574 2005-05-19  Kim F. Storm  <storm@cua.dk>
24576         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24577         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24579 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
24581         * faces.el (list-faces-display): Make back button respect optional
24582         regexp arg.
24584 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
24586         * calculator.el (calculator-radix-grouping-mode)
24587         (calculator-radix-grouping-digits, calculator-displayer)
24588         (calculator-radix-grouping-separator, calculator-copy-displayer):
24589         * dabbrev.el (dabbrev-search-these-buffers-only):
24590         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24591         (diff-advance-after-apply-hunk, diff-mode-hook)
24592         (diff-minor-mode-prefix):
24593         * imenu.el (imenu-use-popup-menu):
24594         * jit-lock.el (jit-lock-context-time):
24595         * newcomment.el (comment-fill-column, comment-column)
24596         (comment-style, comment-padding, comment-multi-line)
24597         (comment-empty-lines, comment-auto-fill-only-comments):
24598         * reveal.el (reveal-around-mark):
24599         * uniquify.el (uniquify-buffer-name-style)
24600         (uniquify-after-kill-buffer-p)
24601         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24602         (uniquify-min-dir-content, uniquify-separator)
24603         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24604         * w32-vars.el (w32-fixed-font-alist):
24605         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24606         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24607         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24608         * progmodes/perl-mode.el (perl-indent-level)
24609         (perl-continued-statement-offset, perl-continued-brace-offset)
24610         (perl-brace-offset, perl-brace-imaginary-offset)
24611         (perl-label-offset, perl-indent-continued-arguments)
24612         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24613         * progmodes/tcl.el (tcl-indent-level)
24614         (tcl-continued-indent-level, tcl-auto-newline)
24615         (tcl-tab-always-indent, tcl-electric-hash-style)
24616         (tcl-help-directory-list, tcl-use-smart-word-finder)
24617         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24618         (inferior-tcl-source-command):
24619         * textmodes/fill.el (enable-kinsoku):
24620         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24621         * textmodes/table.el (table-yank-handler):
24622         Specify missing group (and type, if simple) in defcustom.
24624 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
24626         * progmodes/compile.el (compilation-finish-function): Fix defvar.
24628 2005-05-19  Richard M. Stallman  <rms@gnu.org>
24630         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24632         * subr.el (event-basic-type): Don't get an error.
24633         (left-fringe-p): Function deleted.
24635         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24636         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24638         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24639         in recursive copy.
24641         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24643         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24645         * emacs-lisp/bytecomp.el
24646         (byte-compile-file-form-custom-declare-variable):
24647         Call byte-compile-nogroup-warn if appropriate.
24649         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24650         (compilation-set-window): Don't call left-fringe-p; do it directly.
24652 2005-05-19  Jay Belanger  <belanger@truman.edu>
24654         * calc/calc-graph.el (calc-graph-format-data): Make sure
24655         var-PlotRejects is bound before trying to check its value.
24657 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
24659         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24660         definition of this variable from reftex-global.el to reftex.el,
24661         because it is needed in the menu.
24663 2005-05-19  Lute Kamstra  <lute@gnu.org>
24665         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24666         years are fixed.  Don't insert a space after a dash.
24668 2005-05-19  Kim F. Storm  <storm@cua.dk>
24670         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24672 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
24674         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24675         strings, because (eq ... ?\\) is fairly frequent.
24677         * progmodes/make-mode.el (makefile-add-this-line-targets):
24678         Simplify and integrate into `makefile-pickup-targets'.
24679         (makefile-add-this-line-macro): Simplify and integrate into
24680         `makefile-pickup-macros.
24681         (makefile-pickup-filenames-as-targets): Simplify.
24682         (makefile-previous-dependency, makefile-match-dependency):
24683         Don't stumble over `::'.
24685 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
24687         * subr.el (post-command-idle-hook, post-command-idle-delay):
24688         Remove obsoletion of post-command-idle-hook and
24689         post-command-idle-delay.
24691         * faces.el (list-faces-display): Provide button when describe-face
24692         is called to take user back to the list of faces.
24694         * help-fns.el (describe-variable): Remove hyperlinks in a
24695         variable's value as these are quite frequently inappropriate.
24697         * follow.el (follow-submit-feedback, follow-mode):
24698         Remove references to post-command-idle-hook.
24700 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
24702         * progmodes/make-mode.el (makefile-previous-dependency)
24703         (makefile-match-dependency): Check for := (and in bsd mode also
24704         !=) to give a better result, even when font-lock is not on.
24706 2005-05-18  Jay Belanger  <belanger@truman.edu>
24708         * calc/calc-help.el (calc-s-prefix-help):
24709         Add `calc-copy-special-constant' to help string.
24711 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
24713         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24715 2005-05-18  Jay Belanger  <belanger@truman.edu>
24717         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24718         in linear factors are in proper order.
24720 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
24722         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24723         Support for jurabib.
24725         * textmodes/reftex.el (featurep): Define aliases for overlay
24726         commands, for XEmacs compatibility, and use these aliases in
24727         overlay initializations.
24728         (reftex-highlight): Use `reftex-move-overlay'.
24729         (reftex-unhighlight): Use `reftex-delete-overlay'.
24730         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
24731         (reftex-access-search-path): Use `reftex-uniquify' instead of
24732         `reftex-uniq'
24734         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24735         `before-string' property modification enables for Emacs as well.
24736         (reftex-select-item): Use `reftex-delete-overlay'.
24737         (reftex-select-mark): Use `reftex-make-overlay' and
24738         `reftex-overlay-put'.
24739         (reftex-select-unmark): Use `reftex-delete-overlay' and
24740         `reftex-overlay-put'.
24742 2005-05-18  Lute Kamstra  <lute@gnu.org>
24744         * emacs-lisp/lisp.el (check-parens): Fix docstring.
24746 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
24748         * add-log.el (add-change-log-entry):
24749         * array.el (array-make-template, array-reconfigure-rows)
24750         (array-init-max-row, array-init-max-column)
24751         (array-init-columns-per-line, array-init-field-width):
24752         * replace.el (replace-match-maybe-edit, perform-replace):
24753         * textmodes/spell.el (spell-region):
24754         Replace `read-input' by `read-string'.
24756         * forms.el (forms-mode):
24757         * finder.el (finder-compile-keywords):
24758         * shadowfile.el (shadow-read-files):
24759         Replace `eval-current-buffer' by `eval-buffer'.
24761         * terminal.el (te-pass-through):
24762         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24763         (ange-ftp-raw-send-cmd):
24764         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24765         (send-process-next-char, telnet-initial-filter, telnet):
24766         Replace `send-string' by `process-send-string'.
24768         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24769         (prolog-consult-region): Replace `send-string' by
24770         `process-send-string'; replace `send-region' by `process-send-region'.
24772         * progmodes/delphi.el (delphi-log-msg):
24773         Replace `set-window-dot' by `set-window-point'.
24775         * subr.el (window-dot, set-window-dot, read-input, send-string)
24776         (send-region, show-buffer, eval-current-buffer):
24777         Make really obsolete, as the comment says.
24779 2005-05-17  Kim F. Storm  <storm@cua.dk>
24781         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24782         (cua--init-keymaps): Bind C-return instead of S-return to set
24783         rectangle mark.
24785         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24786         instead of S-return to toggle/clear rectangle mark.
24788 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
24790         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24791         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24792         Also fontify plain strings assigned to variables, mostly so that a
24793         colon has a face and is thus not taken as a dependency separator.
24794         (makefile-previous-dependency): Inline the new matcher, because it
24795         is too complex to work in both directions.
24796         (makefile-match-dependency): Eliminate `backward' arg (see above).
24797         Completely reimplemented so as to not sometimes go into an endless
24798         loop.  It should also be more efficient, because first it only
24799         searches for `:', instead of applying the very complex regexp.
24800         (makefile-mode): Cancel `font-lock-support-mode', because blocks
24801         to be fontified in one piece can be too long for JIT.
24802         Makefiles are never *that* big.
24804 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
24806         * dired.el (dired-mode): Simplify.
24808 2005-05-17  Lute Kamstra  <lute@gnu.org>
24810         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24811         defcustom for the mode hook variable.
24813         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24814         Emacs Lisp Reference Manual.
24816 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
24818         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24819         (evenp, list*):
24820         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24821         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24823         * net/tramp-smb.el (tramp-smb-open-connection):
24824         Pass `tramp-chunksize' as fifth (required) argument.
24826 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
24828         * font-lock.el (lisp-font-lock-keywords-1):
24829         Set `font-lock-negation-char-face' for [^...] char group.
24830         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24832         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24833         a var, and refine it to mask one more level of nested vars.
24834         (makefile-rule-action-regex): Turn it into a var, and refine it so
24835         it recognizes backslashed continuation lines as belonging to the
24836         same command.
24837         (makefile-macroassign-regex): Refine it so it recognizes
24838         backslashed continuation lines as belonging to the same command.
24839         (makefile-var-use-regex): Don't look at the next char, because it
24840         might be the same one to be skipped by the initial [^$], leading
24841         to an overlooked variable use.
24842         (makefile-make-font-lock-keywords): Remove two parameters, which
24843         are now variables that some of the modes set locally.
24844         Handle dependency and rule action matching through functions, because
24845         regexps alone match too often.  Dependency matching now comes
24846         last, so it can check, whether a colon already matched something else.
24847         (makefile-mode): Inform that font-lock improves makefile parsing
24848         capabilities.
24849         (makefile-match-dependency, makefile-match-action): New functions.
24851 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
24853         * emacs-lisp/cl-extra.el (equalp): Doc fix.
24855         * align.el (align-regexp):
24856         * ansi-color.el (ansi-color-get-face):
24857         * array.el (array-reconfigure-rows, array-init-max-row)
24858         (array-init-max-column, array-init-columns-per-line)
24859         (array-init-field-width):
24860         * dired-aux.el (dired-trample-file-versions):
24861         * dired-x.el (dired-mark-sexp):
24862         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24863         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24864         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24865         * faces.el (face-read-integer):
24866         * files.el (backup-extract-version, insert-directory):
24867         * hexl.el (hexl-insert-decimal-char):
24868         * server.el (server-process-filter):
24869         * shell.el (shell-extract-num):
24870         * startup.el (command-line-1):
24871         * term.el (term-command-hook):
24872         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24873         (time-stamp-do-number):
24874         * time.el (display-time-update):
24875         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24876         (timezone-fix-time):
24877         * vms-patch.el (vms-suspend-resume-hook):
24878         * calendar/appt.el (appt-convert-time):
24879         * calendar/cal-bahai.el (mark-bahai-diary-entries):
24880         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24881         * calendar/cal-islam.el (mark-islamic-diary-entries):
24882         * calendar/calendar.el (calendar-cursor-to-date)
24883         (calendar-star-date):
24884         * calendar/diary-lib.el (diary-attrtype-convert)
24885         (mark-diary-entries, diary-entry-time):
24886         * calendar/solar.el (solar-get-number):
24887         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24888         * emacs-lisp/re-builder.el (reb-display-subexp):
24889         * emulation/edt.el (edt-set-scroll-margins):
24890         * emulation/tpu-extras.el (tpu-set-scroll-margins):
24891         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24892         (vip-get-ex-count):
24893         * emulation/viper-ex.el (viper-get-ex-token)
24894         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24895         * international/fontset.el (fontset-plain-name):
24896         * mail/feedmail.el (feedmail-look-at-queue-directory):
24897         * mail/mailalias.el (mail-get-names):
24898         * mail/rmail.el (rmail-convert-to-babyl-format):
24899         * mail/rmailsum.el (rmail-make-basic-summary-line)
24900         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24901         (rmail-summary-goto-msg):
24902         * mail/smtpmail.el (smtpmail-read-response):
24903         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24904         (ange-ftp-vms-add-file-entry):
24905         * play/gametree.el (gametree-looking-at-ply)
24906         (gametree-current-branch-score):
24907         * progmodes/ada-xref.el (ada-prj-find-prj-file)
24908         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24909         * progmodes/cperl-mode.el (condition-case):
24910         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24911         (ebrowse-set-member-buffer-column-width)
24912         (ebrowse-select-1st-to-9nth):
24913         * progmodes/etags.el (etags-snarf-tag):
24914         * progmodes/flymake.el (flymake-parse-line):
24915         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24916         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24917         (idlwave-shell-menu-def):
24918         * progmodes/ps-mode.el (ps-run-goto-error):
24919         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24920         (vhdl-speedbar-contract-level):
24921         * term/mac-win.el (x-handle-numeric-switch):
24922         * term/sun-mouse.el (sun-get-frame-data):
24923         * term/w32-win.el (x-handle-numeric-switch):
24924         * term/x-win.el (x-handle-numeric-switch):
24925         * textmodes/ispell.el (ispell-parse-output):
24926         * textmodes/nroff-mode.el (nroff-outline-level):
24927         * textmodes/reftex-cite.el (reftex-bib-sort-year)
24928         (reftex-bib-sort-year-reverse, reftex-format-citation):
24929         * textmodes/reftex-parse.el (reftex-init-section-numbers)
24930         (reftex-section-number):
24931         * textmodes/texinfmt.el (texinfo-paragraphindent):
24932         Replace `string-to-int' by `string-to-number'.
24934         * international/latexenc.el: Add page marker to force the "Local
24935         Variables:" string out of the last page.
24937 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
24939         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24940         tooltip-change-major-mode.
24941         (gud-tooltip-print-command): Remove case where gud-minor-mode
24942         is gdb ("--fullname").
24943         (gud-tooltip-tips): Turn GUD tooltips off for this case and
24944         explain to user.
24946 2005-05-16  Jay Belanger  <belanger@truman.edu>
24948         * calc/calc-store.el (calc-copy-special-constant): New function.
24950         * calc/calc-ext.el (calc-init-extensions): Add binding for
24951         `calc-copy-special-constant'.
24953         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24954         for the `calc-copy-special-constant' command.
24956 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
24958         * subr.el (left-fringe-p): New function.
24960         * progmodes/compile.el (compilation-setup): Set local value of
24961         overlay-arrow-string to "" always.
24962         (compilation-set-window): Left fringe then don't scroll.
24963         No left fringe then no arrow and scroll message to top.
24964         (compilation-context-lines): Adjust doc string accordingly.
24966 2005-05-16  Kim F. Storm  <storm@cua.dk>
24968         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24969         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24970         (ido-wide-find-dir-or-delete-dir): New command for M-d.
24971         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
24972         (ido-read-file-name): Handle commands with ido property value
24973         equal to find-file as reading a file name, to allow C-d to enter dired.
24974         (ibuffer-find-file): Add ido property with value find-file.
24976 2005-05-15  Kim F. Storm  <storm@cua.dk>
24978         * subr.el (open-network-stream-nowait): Remove.
24979         (open-network-stream-server): Remove.
24981 2005-05-15  Richard M. Stallman  <rms@gnu.org>
24983         * faces.el (describe-face): Output a definition link button.
24985         * help-mode.el (help-face-def): New button type.
24987         * emacs-lisp/copyright.el (copyright-fix-years):
24988         Match properly if the first year is 2-digit.
24989         Don't mess up the whitespace after the years by filling.
24991         * dired-aux.el (dired-mark-confirm):
24992         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24994         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24995         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24996         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24998         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24999         Set font-lock-comment-start-skip.
25001         * font-lock.el (font-lock-comment-start-skip): New variable.
25002         (font-lock-comment-end-skip): New variable.
25003         (font-lock-fontify-syntactically-region): Use them if non-nil.
25005 2005-05-15  Jay Belanger  <belanger@truman.edu>
25007         * calc/calc-store.el (calc-store-value): Return a string rather
25008         than display it as a message.
25009         Use calc-var-name for variable name.
25010         (calc-store-into): Add the result of calc-store-value to message.
25011         (calc-copy-variable): Add a message.
25012         (calc-store-exchange): Improve error messages.
25013         (calc-store-binary, calc-store-map): Don't reset the values of
25014         special constants.
25016 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
25018         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
25019         manual to docstring.
25021         * files.el (hack-local-variables-confirm): Add STRING argument.
25022         Make the function handle non file visiting buffers correctly.
25023         (hack-local-variables-prop-line, hack-local-variables)
25024         (hack-one-local-variable): Use STRING arg of
25025         `hack-local-variables-confirm'.
25027 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
25029         Sync with Tramp 2.0.49.
25031         * net/tramp.el (tramp-handle-dired-call-process)
25032         (tramp-handle-insert-directory):`insert-buffer' cannot be used
25033         because the contents of the Tramp buffer is changed before
25034         insertion (`expand-file' and alike).
25035         (tramp-handle-insert-directory): If `localname' has an empty
25036         nondirectory name, it must not be quoted.
25037         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
25038         variable `tramp-chunksize'.  Change callees.
25039         (tramp-open-connection-setup-interactive-shell): Check remote host
25040         for buggy `send-process-string' implementation.
25041         Set `tramp-chunksize' if found.  Reported by Michael Kifer
25042         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
25043         (tramp-handle-shell-command): `insert-buffer' cannot be used
25044         because the contents of the Tramp buffer is changed before
25045         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
25046         <frederic.bothamy@free.fr>.
25047         (tramp-set-auto-save): Actions should be done for Tramp file name
25048         handler only.  Ange-FTP has its own auto-save mechanism.
25049         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25050         (tramp-set-auto-save-file-modes): Set file modes of
25051         `buffer-auto-save-file-name' to ?\600 as fallback solution.
25052         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
25053         (tramp-bug): Remove obsolete variable.
25054         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
25055         for presence of `mml-mode'.  Make it running for older Emacsen as well.
25057 2005-05-14  John Paul Wallington  <jpw@pobox.com>
25059         * ibuf-ext.el (define-ibuffer-filter filename):
25060         If `dired-directory' is a list, use its car.
25062 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
25064         * ibuffer.el (define-ibuffer-column filename):
25065         If `dired-directory' is a list, use its car.
25067 2005-05-14  Richard M. Stallman  <rms@gnu.org>
25069         * subr.el (symbol-file): Doc fix.
25071         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25072         (byte-compile-form): Call byte-compile-nogroup-warn.
25073         (byte-compile-warning-types): Doc fix.
25075         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25077         * progmodes/cc-engine.el (c-literal-faces):
25078         Add font-lock-comment-delimiter-face.
25080         * net/net-utils.el (dig): Use with-no-warnings.
25082         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25083         (sc-recite-frame-alist, sc-default-cite-frame)
25084         (sc-default-uncite-frame, sc-default-recite-frame)
25085         (sc-attrib-selection-list, sc-rewrite-header-list):
25086         Mark as risky-local-variable.
25088         * international/ogonek.el (ogonek-jak, ogonek-how):
25089         Don't use beginning-of-buffer.
25091         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25093         * calendar/solar.el (solar-data-list): Move definition up.
25095         * dnd.el (dnd-protocol-alist): Add autoload.
25097         * progmodes/sh-script.el: Many doc usage fixes.
25098         (sh-indent-after-do): Change default to match common styles.
25100 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
25102         * files.el (interpreter-mode-alist)
25103         (auto-mode-interpreter-regexp): Doc fixes.
25105 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
25107         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25109         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25111 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25113         * dired.el (dired-mode): make-variable-buffer-local =>
25114         make-local-variable.
25116 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25118         * term/mac-win.el (mac-select-convert-to-string): Try coding
25119         systems in mac-script-code-coding-systems if specified one cannot
25120         encode string for `com.apple.traditional-mac-plain-text'.
25122 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
25124         * progmodes/make-mode.el (makefile-targets-face)
25125         (makefile-shell-face, makefile-makepp-perl-face): New faces.
25126         (makefile-dependency-regex): Fix it to not make the colon in
25127         $(var:a=b) special.
25128         (makefile-rule-action-regex): New regexp for highlighting embedded
25129         Shell strings.
25130         (makefile-macroassign-regex): Handle != for highlighting as
25131         embedded Shell strings.
25132         (makefile-var-use-regex): New const.
25133         (makefile-statements, makefile-automake-statements)
25134         (makefile-gmake-statements, makefile-makepp-statements)
25135         (makefile-bsdmake-statements): New consts.
25136         (makefile-make-font-lock-keywords): New function.
25137         (makefile-automake-font-lock-keywords)
25138         (makefile-gmake-font-lock-keywords)
25139         (makefile-makepp-font-lock-keywords)
25140         (makefile-bsdmake-font-lock-keywords): New consts.
25141         (makefile-mode-map): Add switchers between the various submodes.
25142         (makefile-mode): Document the availability of the variants.
25143         (makefile-automake-mode, makefile-gmake-mode)
25144         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25146         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25147         new variants of makefile-mode.
25149 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25151         * font-lock.el (font-lock-comment-delimiter-face): Fix up
25152         the inheritance.
25154 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
25156         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25157         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25159         * files.el (normal-mode): Extend the scope of the
25160         `enable-local-variables' binding to include the `set-auto-mode' call.
25161         (magic-mode-alist): Doc fix.
25163 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25165         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25166         font-lock-comment-face rather than copying its setting.
25168 2005-05-12  Andreas Schwab  <schwab@suse.de>
25170         * eshell/esh-mode.el (eshell-send-input): Doc fix.
25172 2005-05-12  Lute Kamstra  <lute@gnu.org>
25174         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25175         defcustom for the mode hook variable.  Delete the last argument.
25176         * generic-x.el: Fix callers of define-generic-mode.
25177         (generic-x-modes): Delete group.
25178         (show-tabs-tab-face, show-tabs-space-face): Put them in the
25179         generic-x customization group.
25181 2005-05-12  Kim F. Storm  <storm@cua.dk>
25183         * font-lock.el (font-lock-negation-char-face): Default to "off".
25185         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25186         font-lock-negation-char-face to ! in !=.
25188 2005-05-12  Masatake YAMATO  <jet@gyve.org>
25190         * add-log.el (find-change-log): Fix typos in the docstring
25191         of function.
25193 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
25195         * international/latexenc.el (latexenc-find-file-coding-system):
25196         Avoid `re-search-forward' when looking for input encoding because
25197         of speed and safety.  Better regular expressions for recognizing
25198         input encoding.  Limit a search for TeX-master/tex-main-file to
25199         the local variable section.
25201 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
25203         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25204         syntax of $ to "'" (quote).
25206 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
25208         * dnd.el (dnd-protocol-alist): Improve custom type.
25210         * dired.el (dired-dnd-protocol-alist): New variable.
25211         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
25212         `dired-mode-hook' to the end.
25214 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25216         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25217         comment-end if comment-start-skip is not set.
25218         Obey the font-lock-comment-delimiter-face variables.
25220 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25222         * files.el (executable-find): Move from executable.el.  Use
25223         locate-file.
25224         * progmodes/executable.el (executable-find): Move to files.el.
25226         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25227         when trying to ensure forward progress.
25229 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
25231         * mouse-sel.el (mouse-sel-follow-link-p): New function.
25232         (mouse-select, mouse-select-internal, mouse-extend-internal):
25233         Use it to implement mouse-1-click-follows-link functionality.
25235 2005-05-11  Richard M. Stallman  <rms@gnu.org>
25237         * font-lock.el (font-lock-fontify-syntactically-region):
25238         Use font-lock-comment-delimiter-face for comment delimiters.
25240 2005-05-10  Jay Belanger  <belanger@truman.edu>
25242         * calc/calc-help.el (calc-m-prefix-help): Add mention of
25243         preserving embedded modes.
25245 2005-05-10  Richard M. Stallman  <rms@gnu.org>
25247         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25249         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25250         Move from ada-stmt.el.
25251         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25253         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25254         Move to ada-mode.el.
25255         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25257         * cus-edit.el (custom-file): Call file-chase-links.
25259         * files.el (read-directory-name): Fix previous change.
25260         (hack-local-variables-confirm): New function.
25261         (hack-local-variables-prop-line, hack-local-variables)
25262         (hack-one-local-variable): Use it.
25264 2005-05-10  Lute Kamstra  <lute@gnu.org>
25266         * font-lock.el (font-lock-keywords-alist)
25267         (font-lock-removed-keywords-alist): Clarify docstrings.
25269 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
25271         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25272         (gdb-source-info): Check for preprocessor info.
25273         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
25274         a macro for a function.
25275         (gdb-info-breakpoints-custom): Try to find file again if not already
25276         found (user might have used GDB dir command).
25277         (gdb-get-location): Update gdb-location-alist correctly for change
25278         to gdb-info-breakpoints-custom.
25280         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25281         (gud-tooltip-print-command): Add gdbmi case.
25282         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25283         preprocessor info.
25285 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
25287         * startup.el (fancy-splash-insert): Fix typo in doc string.
25289 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
25291         * obsolete/float.el (string-to-float):
25292         * obsolete/hilit19.el (hilit-add-pattern):
25293         * obsolete/rnews.el (news-parse-range, news-select-message)
25294         (news-get-pruned-list-of-files): Replace `string-to-int' by
25295         `string-to-number'.
25297         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25298         `find-file-not-found-hooks'; use `add-hook'.
25299         (uncompress-while-visiting): Set `write-file-functions', not
25300         `write-file-hooks'; use `add-hook'.
25302 2005-05-09  Kim F. Storm  <storm@cua.dk>
25304         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25305         (cua-paste): Handle clipboard action.
25306         (cua--init-keymaps): Remap clipboard-kill-region and
25307         clipboard-kill-ring-save.
25309 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
25311         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25312         Improve commentary.
25314         * simple.el (next-error-overlay-arrow-position): Revert the change
25315         made on 2005-04-30.
25317 2005-05-07  Jay Belanger  <belanger@truman.edu>
25319         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25320         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25321         `calc-sel-reselect'.
25323         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25324         Calc is in embedded mode.
25326 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
25328         * progmodes/compile.el (compilation-setup):
25329         Set overlay-arrow-string to an empty string on text terminals.
25331         * textmodes/ispell.el (ispell-program-name): Try looking for
25332         "aspell" along exec-path, and if found, use it as the default
25333         speller program.
25335 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
25337         * international/mule.el (sgml-xml-auto-coding-function):
25338         Recognize encoding='FOO' in single quotes as well as in double quotes.
25340 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25342         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25343         as well as `interactive', so that defmacro* would recognize
25344         `declare' forms.
25346 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
25348         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25349         Explain more about the LIGHTER arg's usage in the doc string.
25350         Add commentary to clarify what the code does.  Fix the regexp that
25351         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
25352         since it could have characters special to regular expressions.
25354 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
25356         * replace.el (occur-1): Bind inhibit-read-only so that
25357         erase-buffer doesn't barf on read-only text properties (likewise
25358         for add-text-properties in occur-engine).  Mark buffer as unmodified.
25359         (occur-engine): Don't set buffer-read-only here.
25361 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25363         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25364         list-buffers-directory.  This caused the *cvs-commit* buffer to be
25365         sometimes mistakenly reused as a *cvs* buffer.
25367 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
25369         * tooltip.el: Move code for GUD tooltips into gud.el.
25370         (require): CL no longer needed to compile case.
25371         (tooltip-mode): Do not toggle functions for GUD tooltips.
25372         (tooltip-gud-tips-p): Remove.  Replace with minor mode
25373         gud-tooltip-mode in gud.el.
25374         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25375         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25376         tooltip-gud prefix with gud-tooltip and obsolete.
25377         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25378         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25379         (tooltip-mouse-motion): Mouse movement functions/variable.
25380         Rename in gud.el by adding gud prefix.
25381         (tooltip-gud-original-filter, tooltip-gud-dereference)
25382         (tooltip-gud-event, tooltip-toggle-gud-tips)
25383         (tooltip-gud-process-output, tooltip-gud-print-command)
25384         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
25385         gud.el by replacing tooltip-gud prefix with gud-tooltip.
25386         (gdb-tooltip-print): Move to gdb-ui.el.
25388         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25389         (require): CL needed to compile case.
25390         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25391         tooltip-gud-tips-p.  Make it a minor-mode.
25392         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25393         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25394         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25395         (gud-tooltip-change-major-mode)
25396         (gud-tooltip-activate-mouse-motions-if-enabled)
25397         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25398         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25399         (gud-tooltip-original-filter, gud-tooltip-dereference)
25400         (gud-tooltip-event, tooltip-toggle-gud-tips)
25401         (gud-tooltip-process-output, gud-tooltip-print-command)
25402         (gud-tooltip-tips): Move from tooltip.el.
25404         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25405         (gdb-cpp-define-alist-flags): Doc fix.
25406         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25407         gud-tooltip-mode is t.
25409 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25411         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25412         evaporate if their text is deleted.
25413         (goto-address-at-point): Make it work as a mouse binding as well.
25414         (goto-address-at-mouse): Obsolete it.  Update users.
25416 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
25418         * calendar/appt.el (top-level): No longer activate on load.
25420 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
25422         * calendar/cal-bahai.el (mark-bahai-diary-entries):
25423         * net/webjump.el (webjump):
25424         * progmodes/idlw-help.el (idlwave-do-context-help1)
25425         (idlwave-highlight-linked-completions):
25426         * textmodes/po.el (po-find-file-coding-system-guts):
25427         Replace `assoc-ignore-case' by `assoc-string'.
25429 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
25431         * files.el (locate-file): Doc fix.
25433         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25434         Remove the redundant test for ms-dos.
25436         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25437         look for the preprocessor with exec-suffixes.  If not found in
25438         standard places, look in exec-path.  Remove most of the tests that
25439         used system-type.
25441         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25443         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25445         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25446         file-name clash with jka-compr.el on 8+3 filesystems.
25448 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25450         * term/mac-win.el: Don't define or bind scroll bar functions if
25451         x-toolkit-scroll-bars is t.
25452         (x-select-text, x-get-selection-value): Clear
25453         x-last-selected-text-clipboard if x-select-enable-clipboard is
25454         nil.
25455         (PRIMARY): Put mac-scrap-name property.
25456         (mac-select-convert-to-file-url): New function.
25457         (public.file-url): New selection target type.  Add to
25458         selection-converter-alist.
25459         (x-get-selection, x-selection-value): Handle it.
25460         (x-cut-buffer-or-selection-value): New alias.
25462 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25464         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25465         entry to avoid calling bibtex-find-entry with arg global
25466         being t.  Remove arg key.
25467         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25468         (bibtex-copy-summary-as-kill): Change accordingly.
25470 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25472         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25473         (org-agenda-date-later): Use with-current-buffer.
25475 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
25477         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25478         (define-obsolete-variable-alias): Doc Fixes.
25480 2005-05-06  Kim F. Storm  <storm@cua.dk>
25482         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
25483         vertical-motion when selective-display is active.
25485         * ido.el (ido-setup-hook): New hook.
25486         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25487         (ido-input-stack): New var.
25488         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
25489         ido-next-work-file binding to M-O.
25490         Bind M-f to ido-wide-find-file-or-pop-dir.
25491         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25492         (ido-read-internal): Run ido-setup-hook.
25493         Catch quit in read-file-name and read-string to cancel edit.
25494         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25495         Automatically pop-all when completing a directory name (RET).
25496         (ido-file-internal): Add with-no-warnings around ffap and dired code.
25497         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25498         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25499         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25500         New functions for M-b/M-f to move among the directory components.
25501         (ido-make-merged-file-list): Catch quit to cancel merge.
25502         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25503         (ido-completion-help): No warnings for ido-completion-buffer-full.
25505 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
25507         * font-lock.el (font-lock-negation-char-face): New face and variable.
25508         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25509         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25510         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25511         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25513 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
25515         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25516         Fix typo in docstring.
25518         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25519         (ebrowse-print-statistics-line)
25520         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25522         * term/w32-win.el (image-library-alist): Add additional name for
25523         Xpm library.
25525 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
25527         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25528         use gcc instead of cpp.
25530         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25531         (gdb-create-define-alist): Use it.
25532         (gdb-cpp-define-alist-program): Update for MS-DOS.
25534 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
25536         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25538 2005-05-04  Richard M. Stallman  <rms@gnu.org>
25540         * help.el (describe-key): No error when UNTRANSLATED is nil.
25542         * simple.el (line-move-1): Fix previous change to signal errors
25543         appropriately.
25545 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
25547         * calendar/icalendar.el (icalendar-version): Now at 0.12.
25548         (icalendar-duration-correction): Remove.
25549         (icalendar--get-event-properties): Split result at commas.
25550         (icalendar--decode-isoduration): New optional argument
25551         DURATION-CORRECTION.
25552         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25553         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25554         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25555         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25556         (icalendar--convert-anniversary-to-ical): New functions, extracted
25557         from icalendar-export-region, with bug fixes.
25558         (icalendar-export-region): Use the above functions.
25559         (icalendar-import-buffer): Check before saving diary file.
25560         (icalendar--convert-recurring-to-diary)
25561         (icalendar--convert-non-recurring-all-day-to-diary)
25562         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25563         extracted from icalendar--convert-ical-to-diary, with bug fixes.
25564         (icalendar--convert-ical-to-diary): Use the above functions.
25566 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
25568         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25569         Remove these recent additions.
25570         (c-mode): Restore to before 2005-04-28.
25572         * progmodes/cc-vars.el (cc-define-list-program): Remove this
25573         recent addition.
25575         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25576         (gdb-define-alist): New variables.
25577         (gdb-create-define-alist): New function.
25578         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25579         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25580         with string-to-number.
25581         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
25583         * progmodes/gud.el: Replace string-to-int with string-to-number.
25584         (gud-find-file): Handle gdb-define-alist.
25586         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25588 2005-05-02  Jay Belanger  <belanger@truman.edu>
25590         * calc/calc-aent.el (math-read-token):
25591         * calc/calc-bin.el (calc-word-size):
25592         * calc/calc-ext.el (calc-read-number-fancy):
25593         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25594         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25595         * calc/calc-frac.el (calc-over-notation):
25596         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25597         (calc-graph-num-points, calc-graph-init):
25598         * calc/calc-prog.el (calc-read-parse-table-part)
25599         (calc-edit-macro-repeats):
25600         * calc/calc-yank.el (calc-do-grab-rectangle):
25601         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25602         Replace `string-to-int' by `string-to-number'.
25604 2005-05-02  Kim F. Storm  <storm@cua.dk>
25606         * kmacro.el: Use executing-kbd-macro-index variable.
25608 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
25610         * net/rlogin.el (rlogin-parse-words): Delete func.
25611         (rlogin): Use split-string, not rlogin-parse-words.
25612         Also, if there are option-like elements in the parsed args,
25613         take the host to be the first arg immediately following them.
25614         Suggested by Michael Mauger.
25616 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
25618         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25620 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
25622         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25623         (cc-mode-cpp-program): Rename to cc-define-list-program and
25624         move to cc-vars.el.
25626         * progmodes/cc-vars.el (cc-define-list-program):
25627         Change to "gcc -E -dM -".  Make customizable.
25629 2005-05-02  Kim F. Storm  <storm@cua.dk>
25631         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25633 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
25635         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25637         * international/mule-util.el (truncate-string): Remove alias and
25638         obsolete declaration.
25640         * international/mule-cmds.el (update-iso-coding-systems):
25641         Remove alias and obsolete declaration.
25643         * international/mule.el (coding-system-parent): Remove alias and
25644         obsolete declaration.
25646         * subr.el (define-function, sref): Remove aliases and obsolete
25647         declarations.
25648         (chars-in-region): Remove obsolete declaration.
25650 2005-05-01  Richard M. Stallman  <rms@gnu.org>
25652         * info.el (Info-mode): Set widen-automatically to nil, locally.
25654         * simple.el (widen-automatically): New variable.
25655         (pop-global-mark): Obey widen-automatically.
25657 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
25659         * term/xterm.el (function-key-map): Call substitute-key-definition
25660         before the keymap size is increased by a lot of define-key calls.
25662 2005-05-01  Richard M. Stallman  <rms@gnu.org>
25664         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25665         Rename ARG to ELEMENT.  Doc fix.
25667 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
25669         * allout.el (allout-exposure): Remove macro and obsolete declaration.
25670         Remove references to allout-exposure/change to allout-new-exposure.
25672         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25673         bytecode symbols.
25675         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25676         (compiled-function-p, focus-frame, unfocus-frame):
25677         Remove aliases and obsolete declarations.
25678         Back out inadvertent changes from previous commit.
25680 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
25682         * files.el (require-final-newline): Make Custom tags consistent
25683         with mode-require-final-newline.
25684         (mode-require-final-newline): Doc fix.
25686 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25688         * international/latexenc.el (latexenc-find-file-coding-system):
25689         Fix regular expressions.
25691 2005-05-01  David Kastrup  <dak@gnu.org>
25693         * international/latexenc.el (latexenc-find-file-coding-system):
25694         Fix regular expressions.
25696 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
25698         * subr.el (string-to-int): Make obsolete.
25700 2005-04-30  Richard M. Stallman  <rms@gnu.org>
25702         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25704         * loadup.el: load jka-comp-hook.
25706         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25707         (jka-compr-handler): Add autoload.  `put' calls moved
25708         to jka-comp-hook.el.
25709         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25710         (jka-compr-inhibit): Autoload.
25712         * jka-comp-hook.el: New file.
25713         Enable the mode by default.
25715         * files.el (backup-buffer-copy): Use copy-file instead
25716         of write-region, and put back the 'excl.
25718 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
25720         * progmodes/flymake.el (flymake-split-string)
25721         (flymake-split-string, flymake-log, flymake-pid-to-names)
25722         (flymake-reg-names, flymake-get-source-buffer-name)
25723         (flymake-unreg-names, flymake-add-line-err-info)
25724         (flymake-add-err-info): Clarify docstrings.
25725         (flymake-popup-menu, flymake-make-emacs-menu)
25726         (flymake-make-xemacs-menu): Add docstrings.
25727         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25728         Set variables directly throughout.
25730 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
25732         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25733         exists.  Initialize cc-define-alist.
25734         (c-mode): Add cc-create-define-alist locally to after-save-hook.
25735         If there is no file (Macroexpansion) don't create an alist.
25737 2005-04-29  Sam Steingold  <sds@gnu.org>
25739         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25740         (cc-create-define-alist): Use it instead of the hard-coded string.
25742 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25744         * international/mule-conf.el (file-coding-system-alist): Fix regexp
25745         for latexenc.
25747 2005-04-29  Lute Kamstra  <lute@gnu.org>
25749         * emacs-lisp/generic.el: Improve commentary section.
25750         (define-generic-mode): Improve docstring.
25752 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
25754         * textmodes/org.el (many places): Change to quiet the byte compiler.
25755         (org-prefix-format-compiled): New variable.
25756         (org-compile-prefix-format): New function.
25757         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25758         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25759         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25760         (org-get-entries-from-diary): Use `org-get-time-of-day' for
25761         consistency with entries from `org-mode' files.
25762         (org-get-time-of-day): Fix bug with partial matches early in a line.
25763         (org-non-link-chars): New constant.
25764         (org-link-regexp): Respect `org-non-link-chars'.
25765         (org-agenda-day-view): Remove command.
25766         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25767         (org-follow-bbdb-link, org-store-link): Search also company field.
25768         (org-highlight-overlay): New variable.
25769         (org-highlight, org-unhighlight): New functions.
25770         (org-agenda-mode): Add pre-command-hook to remove highlight.
25771         (org-evaluate-time-range): Behavior depends upon whether time stamp
25772         contains a time or not.
25773         (org-show-subtree, org-show-entry): New functions.
25774         (org-agenda-cleanup-fancy-diary): Remove empty lines.
25776 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
25778         * comint.el (comint-output-filter-functions): Add autoload cookie.
25780 2005-04-28  Kim F. Storm  <storm@cua.dk>
25782         * ido.el (ido-everywhere): Fix last change.
25784 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
25786         * international/latexenc.el: New file.
25787         * international/mule-conf.el (file-coding-system-alist): For .tex,
25788         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25790 2005-04-28  Lute Kamstra  <lute@gnu.org>
25792         * font-lock.el (font-lock-add-keywords)
25793         (font-lock-remove-keywords): Clarify docstring.
25794         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25795         Don't start docstrings with a `*'.
25796         (font-lock-update-removed-keyword-alist): Give it a docstring.
25798         * generic-x.el: Update commentary section.
25799         Only require font-lock when compiling.
25800         Define all modes conditionally.
25801         Place all generic modes in the generic-x-modes customization group.
25802         (generic-x-modes): New customization group.
25803         (generic-default-modes, generic-mswindows-modes)
25804         (generic-unix-modes, generic-other-modes): New constants.
25805         (generic-define-mswindows-modes, generic-define-unix-modes):
25806         Update docstrings.  Make them obsolete.
25807         (generic-extras-enable-list): New default value.  Update docstring.
25808         Improve :type.  Change :set function.
25809         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25810         Fix docstring.
25812         * emacs-lisp/generic.el (generic-mode-internal):
25813         Simplify font-lock-defaults.
25814         (define-generic-mode): Fix docstring.
25816 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25818         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25819         font-lock-face property to highlight matches.
25821 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
25823         * progmodes/cc-mode.el (cc-create-define-alist): New function.
25824         (cc-define-alist): New variable.
25825         (c-mode): Make it local and initialize it.
25827         * progmodes/gdb-ui.el (gdb-active-process): New variable.
25828         (gdb-exited): New function.
25829         (gdb-annotation-rules): Use it.
25830         (gdb-starting): Set gdb-active-process to t.
25831         (gdb-stopping): Amend doc string.
25832         (gdb-reset): Set gdb-active-process to nil.
25834         * tooltip.el (tooltip-gud-tips): Show the associated #define
25835         directives when a C program under GDB is not executing.
25837 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25839         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25840         font-lock-fontify-syntactic-keywords.
25842         * font-lock.el (font-lock-default-fontify-region): Don't force
25843         parse-sexp-lookup-properties to nil.
25845 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
25847         * man.el (man-mode-syntax-table): Set up `:' to have
25848         word-constituent syntax.
25850 2005-04-27  Lute Kamstra  <lute@gnu.org>
25852         * novice.el (disable-command): Don't add spurious newlines to the
25853         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
25855 2005-04-26  Jay Belanger  <belanger@truman.edu>
25857         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25858         than one window before deleting window.
25860 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
25862         * shell.el (shell-prompt-pattern): Doc fix.
25863         (shell-mode): Set paragraph-separate buffer locally to "\\'".
25865         * comint.el (comint-prompt-regexp, comint-get-old-input)
25866         (comint-use-prompt-regexp)
25867         (comint-use-prompt-regexp-instead-of-fields)
25868         (comint-replace-by-expanded-history, comint-send-input)
25869         (comint-output-filter, comint-get-old-input-default)
25870         (comint-line-beginning-position, comint-bol, comint-show-output)
25871         (comint-backward-matching-input, comint-forward-matching-input)
25872         (comint-next-prompt, comint-previous-prompt):
25873         Rename `comint-use-prompt-regexp-instead-of-fields' to
25874         `comint-use-prompt-regexp'.  Keep old name as alias and declare
25875         obsolete.
25876         (comint-use-prompt-regexp): Shorten first line of doc string.
25878         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25879         Set paragraph-separate buffer locally to "\\'".
25881         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25882         Adapt to above name change.
25884         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25885         (smbclient-prompt-regexp): Ditto.
25887         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25889 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
25891         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25892         gdb-location-list.
25893         Break lines that are over 80 characters wide.
25895 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25897         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25898         New fun and var, to preserve compatibility.
25900         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25902 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
25904         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25905         name to file-newer-than-file-p.
25907 2005-04-26  Richard M. Stallman  <rms@gnu.org>
25909         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25911         * progmodes/python.el (python-mode):
25912         Use new name eldoc-documentation-function.
25914         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25916         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25917         (eldoc-documentation-function):
25918         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
25920 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
25922         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25924 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
25926         * term/xterm.el (function-key-map): Fix strings for
25927         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
25928         {C,S,A,C-S}-{f1-f12}.
25930 2005-04-26  Kenichi Handa  <handa@m17n.org>
25932         * international/mule-cmds.el (select-safe-coding-system):
25933         Fix previous change.
25935 2005-04-26  Lute Kamstra  <lute@gnu.org>
25937         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25939         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25940         (font-lock-comment-delimiter-face): Ditto.
25942         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25944 2005-04-25  Jay Belanger  <belanger@truman.edu>
25946         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25947         to t while inserting information; use help-mode.
25949 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
25951         * term.el (ansi-term-color-vector): Use the xterm colors.
25952         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
25954 2005-04-25  Lute Kamstra  <lute@gnu.org>
25956         * font-core.el (font-lock-defaults): Fix docstring.
25958         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25960 2005-04-25  Kenichi Handa  <handa@m17n.org>
25962         * international/mule-cmds.el (select-safe-coding-system):
25963         Don't check consistency with coding: spec, etc if raw-text or
25964         no-conversion was found to be safe.
25966 2005-04-24  Richard M. Stallman  <rms@gnu.org>
25968         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25969         citation markers at start of each line.
25971         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25972         citation markers at start of each line.
25974         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25976         * files.el (mode-require-final-newline): Fix previous change.
25977         (require-final-newline): Fix type label.
25979 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
25981         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25982         statement in buffer (broken by 2004-11-24 change).
25984 2005-04-24  Kim F. Storm  <storm@cua.dk>
25986         * ido.el (ido-everywhere): Save and restore old read-buffer-function
25987         and read-file-name-function values.  Don't overwrite existing
25988         non-nil values if ido-mode is enabled without ido-everywhere.
25990 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
25992         * files.el (mode-require-final-newline): Minor doc fix.
25994 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
25996         * subr.el (syntax-after): Doc fix.
25997         (syntax-class): If argument is nil, return nil.  Mask off upper 16
25998         bits, not 8 bits.
26000         * files.el (mode-require-final-newline): Doc fix.
26001         (backup-buffer-copy): Fix last change.
26003 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26005         * term/mac-win.el: Require select.  Set selection-coding-system to
26006         mac-system-coding-system.  Call menu-bar-enable-clipboard.
26007         (x-last-selected-text-clipboard, x-last-selected-text-primary)
26008         (x-select-enable-clipboard): New variables.
26009         (x-select-text, x-get-selection, x-selection-value)
26010         (x-get-selection-value, mac-select-convert-to-string)
26011         (mac-services-open-file, mac-services-open-selection)
26012         (mac-services-insert-text): New functions.
26013         (CLIPBOARD, FIND): Put mac-scrap-name property.
26014         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
26015         (public.tiff): Put mac-ostype property.
26016         (selection-converter-alist): Add entries for them.
26017         (mac-application-menu-map): New keymap.
26018         (interprogram-cut-function, interprogram-paste-function): Set to
26019         x-select-text and x-get-selection-value, respectively.
26020         (split-window-keep-point): Set to t.
26022 2005-04-23  Richard M. Stallman  <rms@gnu.org>
26024         * files.el (read-directory-name): Always pass non-nil
26025         DEFAULT-FILENAME arg to read-file-name.
26026         (backup-buffer-copy, basic-save-buffer-2): Take care against
26027         writing thru an unexpected existing symlink.
26028         (revert-buffer): In indirect buffer, revert the base buffer.
26029         (magic-mode-alist): Doc fix.
26030         (buffer-stale-function): Doc fix.
26031         (minibuffer-with-setup-hook): Avoid warning.
26032         (mode-require-final-newline): Doc and custom fix.
26034         * follow.el (follow-end-of-buffer): Use with-no-warnings.
26036         * font-lock.el (font-lock-comment-face): On terminals with few colors,
26037         use the default appearance.
26038         (font-lock-comment-delimiter-face): New face, new variable.
26040         * imenu.el (imenu--generic-function): The official position of a
26041         definition is the start of the line that BEG is in.
26043         * midnight.el (midnight-timer): Move defvar up.
26045         * mouse.el (mouse-drag-region-1): Delete some debugging code.
26047         * saveplace.el (save-place-to-alist): Use with-no-warnings.
26049         * startup.el (command-line): Use with-no-warnings.
26051         * window.el (window-size-fixed): New defvar.
26053         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26055         * mail/rmail.el (rmail-font-lock-keywords):
26056         Use font-lock-comment-delimiter-face.
26058         * mail/sendmail.el (mail-font-lock-keywords):
26059         Use font-lock-comment-delimiter-face.
26061         * progmodes/compile.el (next-error-highlight-timer): New defvar.
26063 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
26065         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26066         Specify t for LAXMATCH when matching directories.
26067         Save match data around compilation-compat-error-properties form.
26069 2005-04-23  David Kastrup  <dak@gnu.org>
26071         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26072         Mention that the autoloaded aliases should be kept for AUCTeX.
26074 2005-04-23  Andreas Schwab  <schwab@suse.de>
26076         * isearch.el (isearch-forward): Doc fix.
26078 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
26080         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26081         (jit-lock-stealth-nice): Change default value to 0.5.
26083 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
26085         * abbrev.el (write-abbrev-file): Write table entries in
26086         alphabetical order by table name.
26088 2005-04-22  Kim F. Storm  <storm@cua.dk>
26090         * ido.el (ido-read-internal): Fix `list' completion.
26092 2005-04-22  Kenichi Handa  <handa@m17n.org>
26094         * recentf.el (recentf-save-file-coding-system): New variable.
26095         (recentf-save-list): Encode the file by
26096         recentf-save-file-coding-system and add coding: tag.
26098 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
26100         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26102 2005-04-21  Lute Kamstra  <lute@gnu.org>
26104         * loadhist.el (unload-feature): Don't remove a function from hooks
26105         if it is about to be restored to an autoload .  Remove functions
26106         that will become unbound from auto-mode-alist.  Simplify the code.
26108         * subr.el (assq-delete-all): New implementation that is linear,
26109         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
26110         (rassq-delete-all): New function.
26112         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26113         Add size-indication-mode.
26115 2005-04-21  Kenichi Handa  <handa@m17n.org>
26117         * international/mule-cmds.el: Add autoload for widget-value in
26118         eval-when-compile.
26120 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
26122         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26123         Add tooltip-mode.
26125         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26127 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
26129         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26130         (inferior-lisp-filter-regexp, inferior-lisp-program)
26131         (inferior-lisp-load-command, inferior-lisp-prompt)
26132         (inferior-lisp-mode-hook, lisp-source-modes)
26133         (inferior-lisp-load-hook): defvar->defcustom.
26134         (inferior-lisp-program, inferior-lisp-prompt)
26135         (inferior-lisp-load-hook): Doc fixes.
26136         (inferior-lisp-install-letter-bindings): Small change in
26137         introductory comment.
26139 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
26141         * vc.el (vc-annotate-color-map): Change some colors so that text
26142         using them as foreground is readable on both white and black
26143         backgrounds.
26145 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26147         * international/mule-conf.el (translation-table-for-input):
26148         Remove redundant declaration.
26150 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
26152         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26154         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26155         (tooltip-toggle-gud-tips): New function.
26157 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26159         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26160         right angle brackets.
26162 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
26164         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26166 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26168         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26169         Remove.  Update callers to use expand-file-name instead.
26171         * subr.el (syntax-class): New function.
26173         * simple.el (blink-matching-open): Use it.
26175         * paren.el (show-paren-function): Use it to recognize parens that are
26176         also used in 2-char comment markers.
26178 2005-04-19  Lute Kamstra  <lute@gnu.org>
26180         * loadhist.el (unload-feature): Update for new format of
26181         load-history.  Simplify the code.
26183 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26185         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26186         (mac-add-charset-info): New function.  Initialize variable
26187         mac-charset-info-alist using it.
26188         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26189         for translation.
26190         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26191         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26192         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26193         New CCL programs.
26195 2005-04-19  Kim F. Storm  <storm@cua.dk>
26197         * simple.el (next-buffer, prev-buffer, next-error)
26198         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26199         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26201         * bindings.el (next-buffer, prev-buffer, next-error)
26202         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26203         (clone-indirect-buffer-other-window): Move bindings from simple.el.
26204         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26205         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26207 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26209         * isearch.el (isearch-edit-string): Make the search-ring available for
26210         minibuffer history commands.
26211         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26212         the default history commands now work just as well.
26213         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26215 2005-04-18  Kim F. Storm  <storm@cua.dk>
26217         * emulation/cua-base.el (cua--pre-command-handler): Add more
26218         elaborate check for shift modifier on non-window systems.
26220 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
26222         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26224 2005-04-18  Kim F. Storm  <storm@cua.dk>
26226         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26227         and make it optional.  Don't test tooltip-gud-echo-area here.
26228         (tooltip-gud-process-output, gdb-tooltip-print):
26229         Pass tooltip-gud-echo-area to tooltip-show.
26230         (tooltip-help-tips): Remove second optional arg to tooltip-show.
26232 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26234         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26235         `display-graphic-p' may not be bound yet.
26237 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
26239         * startup.el (command-line): No longer enable Xterm Mouse mode by
26240         default in terminals compatible with xterm.
26242         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26244 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
26246         * tooltip.el (tooltip-gud-echo-area): Rename from
26247         tooltip-use-echo-area.
26248         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26249         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26250         area independently of where help tooltips are displayed.
26252 2005-04-17  David Kastrup  <dak@gnu.org>
26254         * cus-theme.el (custom-theme-write-variables): Quote variables
26255         where necessary.
26257 2005-04-17  Richard M. Stallman  <rms@gnu.org>
26259         * simple.el (yank-excluded-properties): Add follow-link to value.
26261         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26263         * startup.el (fancy-splash-max-time): Just 30 seconds.
26264         (fancy-splash-delay): Just 7.
26265         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26267         * loadhist.el (unload-feature): Update for new format of load-history.
26268         Simplify the code.
26270         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26271         (rmail-font-lock-keywords): Don't fontify the text of a citation.
26273         * mail/sendmail.el (mail-font-lock-keywords):
26274         Don't fontify subject text.
26275         Don't fontify the text of a citation.
26277 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
26279         * comint.el (comint-output-filter): Run comint-output-filter-functions
26280         with point where the user had it.
26282 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
26284         * international/ucs-tables.el (ucs-set-table-for-input):
26285         Disable when using unify-on-decoding.
26287 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
26289         * emulation/cua-base.el (cua-global-mark-face): Add special case
26290         for displays supporting a high number of colors.
26292 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
26294         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26296 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
26298         * filesets.el (filesets-add-buffer): If user supplies a name of a
26299         non-existing fileset, create a new fileset.
26301 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
26303         * textmodes/org.el (org-up-heading-all): Fix bug with
26304         `outline-up-heading-all'.
26306 2005-04-16  Andreas Schwab  <schwab@suse.de>
26308         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26309         /etc/permissions.d/* and /etc/aliases.d/*.
26311 2005-04-16  Kenichi Handa  <handa@m17n.org>
26313         * international/code-pages.el (cp-make-coding-system):
26314         Set `translation-table-for-input' property value to the symbol
26315         ucs-mule-to-mule-unicode, not to that value.
26316         (pt154): Escape guillemet by `\'.
26318 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
26320         * loadup.el: Load tooltip if x-show-tip is fboundp.
26322         * startup.el (command-line): Add comment.
26324         * tooltip.el (tooltip-mode): Specify correct standard value for
26325         Custom in init-value.
26327 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
26329         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26330         possible.
26332 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
26334         * textmodes/org.el (org-agenda-date-prompt): Rename from
26335         `org-agenda-date-today'.
26336         (org-evaluate-time-range): Insert at point instead of directly
26337         after time range.
26338         (org-first-headline-recenter, org-subtree-end-visible-p)
26339         (org-optimize-window-after-visibility-change): New functions
26340         (org-agenda-post-command-hook): Don't allow point at end of line,
26341         to make sure it always hits the text properties.
26342         (org-agenda-next-date-line, org-agenda-previous-date-line):
26343         New commands.
26344         (org-set-regexps-and-options): Category may contain white space.
26345         (org-agenda-get-deadlines, org-agenda-get-scheduled):
26346         Improve marker positions.
26347         (org-agenda-new-marker): Argument POS made optional.
26348         (org-agenda-get-timestamps): Deadlines which are done are listed
26349         in org-done-face now.
26350         (org-agenda-get-todos, org-agenda-get-timestamps)
26351         (org-agenda-get-deadlines, org-agenda-get-scheduled):
26352         Set `undone-face' and `done-face' properties.
26353         (org-last-todo-state-is-todo): New variable.
26354         (org-todo): Set `org-last-todo-state-is-todo'.
26355         (org-agenda-todo): Change face according to
26356         `org-last-todo-state-is-todo'.  And change other lines referring to
26357         the same entry.
26358         (org-calendar-goto-agenda): New command.
26359         (org-calendar-to-agenda-key): New option.
26360         (org-startup-folded): New allowed value `content'.
26361         (org-set-regexps-and-options): Accept new value `content' for
26362         `org-startup-folded'.
26363         (org-get-current-options): Handle new value `content' for
26364         `org-startup-folded'.
26365         (org-insert-todo-heading): New command.
26366         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26367         interactively in empty file and option
26368         `org-insert-mode-line-in-empty-file' has been set.
26369         (org-agenda-todo, org-agenda-priority): Modify to use
26370         `org-agenda-change-all-lines'.
26371         (org-warning-face): Change color on dark background
26373 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26375         * international/mule-cmds.el (set-locale-environment): On Mac OS,
26376         use preferences AppleLocale and AppleLanguages, and variable
26377         mac-system-locale for default locale.  On Mac OS Classic, use
26378         mac-system-coding-system for default coding systems.
26380         * term/mac-win.el: Don't set file-name-coding-system.
26381         Decode variables system-name, emacs-build-system, user-login-name, and
26382         user-full-name by mac-system-coding-system on Mac OS Classic.
26383         (mac-system-coding-system): New variable.
26385 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
26387         * startup.el (command-line): Handle `xterm-mouse-mode' before
26388         reading init file.
26390         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26392 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
26394         * progmodes/sh-script.el (sh-here-document-word): Make it a
26395         defcustom.  Doc fix.
26396         (sh-add): Bash uses $(( )) for arithmetic.
26397         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26398         (sh-maybe-here-document): Remove quotes and leading whitespace
26399         from heredoc word when closing.  Indent heredoc with tabs if word
26400         starts with "-".
26402 2005-04-13  Richard M. Stallman  <rms@gnu.org>
26404         * simple.el (undo): Fix previous change.
26406         * custom.el (defface): Doc fix.
26408 2005-04-13  Lute Kamstra  <lute@gnu.org>
26410         * Makefile.in (DONTCOMPILE): Remove list.
26411         (compile, compile-always): Don't use DONTCOMPILE.
26412         (update-authors): Load the library in which batch-update-authors
26413         is defined.
26414         * makefile.w32-in (DONTCOMPILE): Remove list.
26415         (compile, compile-always): Fix comments.
26416         (update-authors): Load the library in which batch-update-authors
26417         is defined.
26419         * generic-x.el (generic-mode-ini-file-find-file-hook):
26420         Rename to ini-generic-mode-find-file-hook.
26421         Keep generic-mode-ini-file-find-file-hook as an alias.
26422         (ini-generic-mode-find-file-hook): Rename from
26423         generic-mode-ini-file-find-file-hook.  Fix docstring.
26424         (ini-generic-mode): Docstring change.
26425         (bat-generic-mode-run-as-comint): Silence the byte compiler.
26427         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26428         called from lisp.
26430         * generic.el: Move to the emacs-lisp subdir.
26432 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
26434         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26435         and C-S- function and cursor motion keys.
26437 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
26439         * startup.el (command-line): Enable Xterm Mouse mode by default.
26440         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26441         for Custom.  No longer show "Mouse" in mode line when enabled.
26442         Doc fix.
26444 2005-04-12  Kim F. Storm  <storm@cua.dk>
26446         * emulation/cua-base.el (cua-rectangle-face)
26447         (cua-rectangle-noselect-face): Define face attributes here.
26449         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26451 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26453         * startup.el (command-line): Turn off blinking cursor if
26454         cursorBlink in resources is off or false.
26456 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26458         * term/mac-win.el (dnd): Require dnd.
26459         (mac-drag-n-drop): Call dnd-handle-one-url.
26460         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26461         (kTextEncodingISOLatin2): Remove constants.
26462         (mac-script-code-coding-systems): New constant.
26463         (mac-handle-language-change): New function.
26464         (special-event-map): Bind it to `language-change' event.
26465         (mac-centraleurroman, mac-cyrillic): New coding systems.
26466         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26467         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26468         and mac-cyrillic-encoder to encode-mac-centraleurroman and
26469         encode-mac-cyrillic, respectively.
26471 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
26473         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26474         Don't set overlay-arrow-string to "=>" as this is done
26475         globally in C now.
26477 2005-04-12  Lute Kamstra  <lute@gnu.org>
26479         * generic-x.el (rc-generic-mode, rul-generic-mode):
26480         Fix auto-mode-alist entries.
26481         (etc-fstab-generic-mode): Tweak fontification.
26483         * generic.el (generic-make-keywords-list): Fix docstring.
26484         (generic-mode-internal): Simplify generic-font-lock-keywords.
26486 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
26488         * whitespace.el (whitespace-buffer-leading)
26489         (whitespace-buffer-trailing): Revert the incorrect test inversion.
26490         However, fix the highlight area for the leading and
26491         trailing whitespaces to show space.
26493 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
26495         * whitespace.el (whitespace-version): Bump to 3.5
26497         (whitespace-buffer-leading, whitespace-buffer-trailing):
26498         Invert sense of the test to highlight the whitespace.
26500 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
26502         * progmodes/gud.el (gud-display-line): GUD uses its own
26503         overlay arrow now so don't set overlay-arrow-string.
26504         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26506 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
26508         * term.el (term-ansi-current-bold, term-ansi-current-underline)
26509         (term-ansi-current-reverse, term-ansi-current-invisible)
26510         (term-ansi-face-already-done): Change to boolean.
26511         (term-reset-terminal, term-handle-colors-array): Handle the above
26512         vars accordingly.
26513         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26514         (term-emulate-terminal): Use the new name.
26516         * faces.el (secondary-selection): Use yellow1, not yellow.
26517         (trailing-whitespace): Use red1, not red.
26519 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26521         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26522         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26523         (dired-dnd-handle-file): Call dnd-get-local-file-uri
26525         * cus-edit.el (dnd): New group.
26527         * term/w32-win.el (dnd): Require dnd
26528         (w32-drag-n-drop): Call dnd-handle-one-url.
26530         * x-dnd.el: Require dnd.
26531         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26532         Call dnd-handle-one-url.
26533         (x-dnd-types-alist, x-dnd-insert-utf8-text)
26534         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26535         to dnd-insert-text.
26536         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26537         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26538         (x-dnd-get-local-file-name, x-dnd-open-local-file)
26539         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26541         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26543 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
26545         * wdired.el: Doc fixes.
26546         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26547         (wdired-use-dired-vertical-movement): Rename from
26548         wdired-always-move-to-filename-beginning.
26549         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26550         (wdired-change-to-wdired-mode): Change mode name.
26551         (wdired-newline): Delete.
26553 2005-04-11  Richard M. Stallman  <rms@gnu.org>
26555         * whitespace.el (whitespace-highlight-the-space):
26556         Don't call whitespace-unhighlight-the-space here.
26558         * simple.el (undo): Record t in undo-equiv-table
26559         for the redo record made by an undo-in-region.
26561 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
26563         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26564         (gdb-frame-inferior-io-buffer): New Functions to control
26565         display of separate IO buffer.
26566         (menu): Add them to menu-bar.
26567         (gdb-display-buffer): Check for buffer another frame.
26568         Protect GUD buffer.
26569         (gdb-setup-windows): Create IO buffer if not already there.
26570         (gdb-memory-mode): Remove purecopy noops.
26572 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
26574         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26575         and pass to self-insert-command.
26577 2005-04-11  Lute Kamstra  <lute@gnu.org>
26579         * generic.el: Commentary section cleanup.
26580         (generic): Delete.
26581         (generic-use-find-file-hook, generic-lines-to-scan)
26582         (generic-find-file-regexp, generic-ignore-files-regexp)
26583         (default-generic-mode, generic-mode-find-file-hook)
26584         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26585         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
26586         (generic-use-find-file-hook, generic-lines-to-scan)
26587         (generic-find-file-regexp, generic-ignore-files-regexp)
26588         (default-generic-mode, generic-mode-find-file-hook)
26589         (generic-mode-ini-file-find-file-hook): Move from generic.el.
26591 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
26593         * bookmark.el (bookmark-write-file): Catch errors writing file.
26594         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26596 2005-04-10  Richard M. Stallman  <rms@gnu.org>
26598         * startup.el (fancy-splash-tail): Update copyright year.
26599         (command-line): Split part of -Q into -D.
26600         (emacs-basic-display): New defvar.
26601         (fancy-splash-text): Correct name of menu item.
26603         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26605         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26606         lines in one node.
26608         * comint.el (comint-send-input): New arg ARTIFICIAL.
26609         Callers in this file changed.
26611         * abbrev.el (define-abbrevs): Read system abbrevs properly.
26613         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26615 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
26617         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
26618         `ldap-search-internal'.
26620 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
26622         * files.el (set-auto-mode-1): Use line-end-position.
26624         * international/latin-1.el:
26625         * international/latin-2.el:
26626         * international/latin-3.el:
26627         * international/latin-4.el:
26628         * international/latin-5.el:
26629         * international/latin-8.el:
26630         * international/latin-9.el: Give punctuation syntax to NBSP.
26632         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26633         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26634         Use char-classes to accept non-ascii letters, accepted in some recent
26635         bibtex implementations.
26637 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
26639         * custom.el (custom-set-minor-mode): Any non-nil value for the
26640         variable should enable the mode when set through Custom.
26642 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
26644         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26645         TAB binding so tab-always-indent is obeyed.
26646         (vhdl-minibuffer-local-map): Move initialization into declaration.
26647         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26648         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26649         (vhdl-hooked-abbrev): Avoid test for XEmacs.
26650         (vhdl-current-line): Use line-beginning-position.
26651         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26652         with-output-to-temp-buffer, so the current position can be recorded.
26654 2005-04-10  Masatake YAMATO  <jet@gyve.org>
26656         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26657         Add regexp for gcov.
26659 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26661         * calendar/time-date.el (time-to-seconds, seconds-to-time)
26662         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26663         syntax which Emacs 20 doesn't support.
26665 2005-04-09  Richard M. Stallman  <rms@gnu.org>
26667         * help.el (describe-key-briefly, describe-key):
26668         Replace strings as event types with "(any string)".
26670 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26672         * arc-mode.el (archive-mode-map): Move initialization into
26673         the declaration.  Override *all* bindings of `undo'.
26674         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26676 2005-04-09  Jay Belanger  <belanger@truman.edu>
26678         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26680 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
26682         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26683         (xterm-register-default-colors): Update color values computation
26684         to match xterm-200.
26686 2005-04-09  Kenichi Handa  <handa@m17n.org>
26688         * international/code-pages.el (iso-latin-7): Fix the map.
26690 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
26692         * emacs-lisp/lisp.el (defun-prompt-regexp)
26693         (parens-require-spaces, buffer-end, end-of-defun)
26694         (insert-parentheses): Doc fixes.
26696 2005-04-08  Kim F. Storm  <storm@cua.dk>
26698         * comint.el (comint-highlight-prompt): Fix face spec.
26699         * hi-lock.el (hi-green): Likewise.
26701 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
26703         * cus-edit.el (custom-modified-face):
26704         * comint.el (comint-highlight-input): Fix previous changes.
26705         * term.el (term-handle-ansi-escape): Add a comment.
26707 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26709         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26710         in the buffer and in whitespace-highlighted-space.
26711         (whitespace-unhighlight-the-space): Simplify.
26712         (whitespace-buffer): Simplify.
26714 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
26716         * textmodes/table.el (table-cell-face): Add special case for
26717         displays supporting a high number of colors.
26718         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26719         (vhdl-font-lock-reserved-words-face)
26720         (vhdl-speedbar-architecture-face)
26721         (vhdl-speedbar-instantiation-face)
26722         (vhdl-speedbar-architecture-selected-face)
26723         (vhdl-speedbar-instantiation-selected-face): Likewise.
26724         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26725         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26726         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26727         (ebrowse-root-class-face, ebrowse-member-attribute-face)
26728         (ebrowse-progress-face): Likewise.
26729         * progmodes/compile.el (compilation-info-face): Likewise.
26730         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26731         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26732         * calendar/calendar.el (diary-face): Likewise.
26733         * woman.el (woman-italic-face, woman-bold-face)
26734         (woman-unknown-face): Likewise.
26735         * wid-edit.el (widget-button-pressed-face): Likewise.
26736         * whitespace.el (whitespace-highlight-face): Likewise.
26737         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26738         * pcvs-info.el (cvs-marked-face): Likewise.
26739         * info.el (info-xref): Likewise.
26740         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26741         * hilit-chg.el (highlight-changes-face)
26742         (highlight-changes-delete-face): Likewise.
26743         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26744         (hi-red-b): Likewise.
26745         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26746         * font-lock.el (font-lock-keyword-face)
26747         (font-lock-function-name-face, font-lock-warning-face): Likewise.
26748         * cus-edit.el (custom-invalid-face, custom-modified-face)
26749         (custom-set-face, custom-changed-face, custom-variable-tag-face)
26750         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26751         * comint.el (comint-highlight-prompt): Likewise.
26753 2005-04-08  Lute Kamstra  <lute@gnu.org>
26755         * font-lock.el (font-lock-keywords): Docstring fixes.
26757 2005-04-08  Kenichi Handa  <handa@m17n.org>
26759         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26760         chars are more than a limit, print " and more..." at the tail.
26762 2005-04-08  Kim F. Storm  <storm@cua.dk>
26764         * emacs-lisp/authors.el (authors-aliases): Update list.
26765         (authors-ignored-files): New list.
26766         (authors-fixed-entries): Fix typo.
26767         (authors-renamed-files-alist): Update list.
26768         (authors-add): Check authors-ignored-files.
26770 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
26772         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26773         optional, to ensure backward compatibility.
26775 2005-04-08  Stephen Eglen  <stephen@gnu.org>
26777         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26779 2005-04-08  Kim F. Storm  <storm@cua.dk>
26781         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26783         * mouse.el (mouse-on-link-p): Doc fix.
26785 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
26787         * ielm.el (ielm-prompt-read-only): Doc fix.
26789         * comint.el (comint-prompt-read-only): Doc fix.
26791 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
26793         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26794         ensure dired always handles wildcards passed to ffap.
26795         (find-file-at-point): Use it.
26796         (ffap-dired-wildcards): Doc fix.
26798 2005-04-07  Juri Linkov  <juri@jurta.org>
26800         * simple.el (next-error-overlay-arrow-position): New defvar.
26801         Put "=>" on its property `overlay-arrow-string'.  Add it to
26802         `overlay-arrow-variable-list'.
26804         * progmodes/compile.el (compilation-setup):
26805         Set `next-error-overlay-arrow-position' to nil.  Also set it to
26806         nil in the local hook `kill-buffer-hook'.  Make local variable
26807         `overlay-arrow-string' and set it to "=>".
26808         (compilation-goto-locus): Set BOL position to
26809         `next-error-overlay-arrow-position' instead of
26810         `overlay-arrow-position'.
26812         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26813         locally instead of adding it to the global hook.
26814         (Info-kill-buffer): Move up.
26816 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
26818         * term/xterm.el (xterm-standard-colors): Update color values from
26819         xterm-200.
26821 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26823         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26825         * fast-lock.el:
26826         * lazy-lock.el: Move them to the obsolete subdir.
26828 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
26830         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26831         (wdired-add-replace-advice): Remove.
26832         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26834 2005-04-06  Kim F. Storm  <storm@cua.dk>
26836         * startup.el (command-line): Add --bare-bones alias for -Q.
26838 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26840         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26841         create the startup fontset if a font specification ends with
26842         `mac-roman'.
26844 2005-04-06  Lute Kamstra  <lute@gnu.org>
26846         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26847         change.
26849         * emacs-lisp/copyright.el (copyright-update-year): Replace the
26850         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
26852 2005-04-05  Lute Kamstra  <lute@gnu.org>
26854         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26855         (define-generic-mode): Ditto.  Fix debug declaration.
26857         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26858         Put them in the generic-x group.
26860         * calendar/timeclock.el (timeclock): Doc fix.
26862         * generic.el (define-generic-mode): Don't use custom-current-group.
26863         Document default :group value.
26864         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26865         (define-global-minor-mode): Don't use custom-current-group.
26867 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
26869         * startup.el (command-line-1): Display startup-echo-area-message
26870         when fancy splash screen is in use.
26872         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26873         (sh-escaped-newline): New face.
26874         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26875         newline, and use sh-escaped-newline face.
26877         * progmodes/tcl.el (tcl-escaped-newline): New face.
26878         (tcl-builtin-list): New variable.
26879         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26880         newlines.  Fix keywords subexpression number.
26882 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
26884         * textmodes/org.el (org-diary-default-entry): Fix call to
26885         `add-to-diary-entry'.
26887 2005-04-05  Kim F. Storm  <storm@cua.dk>
26889         * ediff-init.el: Use (featurep 'xemacs).
26891 2005-04-05  David Ponce  <david@dponce.com>
26893         * cus-edit.el (face): Derive from symbol widget.  Display sample
26894         of the current face on the fly.
26895         (widget-face-sample-face-get, widget-face-notify): New functions.
26896         (widget-face-value-create): Remove.
26898         * wid-edit.el (widget-field-end): Temporarily remove field
26899         narrowing before to call `get-char-property'.
26901 2005-04-04  Jay Belanger  <belanger@truman.edu>
26903         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26904         (math-read-subscripts): New variable.
26905         (math-read-preprocess-string): Process subscripts.
26907 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
26909         * comint.el (comint-prompt-read-only): Doc fix.
26911         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26912         `-1'.  Doc fix.
26914 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
26916         * textmodes/org.el (org-insert-mode-line-in-empty-file):
26917         Change default value to nil.
26919 2005-04-04  Lute Kamstra  <lute@gnu.org>
26921         * autorevert.el (auto-revert-mode): Specify :group.
26922         * battery.el (display-battery-mode): Specify :group.
26923         * diff-mode.el (diff-minor-mode): Specify :group.
26924         * font-core.el (font-lock-mode): Specify :group.
26925         * hl-line.el (hl-line-mode): Specify :group.
26926         * iimage.el (iimage): New customization group.
26927         (iimage-mode): Specify :group.
26928         * longlines.el (longlines-mode): Specify :group.
26929         * master.el: Don't require easy-mmode.
26930         (master): New customization group.
26931         (master-mode): Specify :group.
26932         * msb.el (msb-mode): Specify :group.
26933         * reveal.el (reveal-mode): Specify :group.
26934         * simple.el (next-error-follow-minor-mode): Specify :group.
26935         * smerge-mode.el (smerge-mode): Specify :group.
26936         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26937         * emulation/cua-base.el (cua-mode): Specify :group.
26938         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26939         * language/thai-util.el (thai-auto-composition-mode)
26940         (thai-word-mode): Specify :group.
26941         * mail/supercite.el (sc-minor-mode): Specify :group.
26942         * progmodes/cwarn.el (cwarn-mode): Specify :group.
26943         * progmodes/flymake.el (flymake-mode): Specify :group.
26944         * progmodes/glasses.el (glasses-mode): Specify :group.
26945         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26946         * textmodes/enriched.el (enriched-mode): Specify :group.
26947         * textmodes/refill.el (refill-mode): Specify :group.
26949         * add-log.el (change-log-font-lock-keywords): Names in
26950         parenthesized lists can contain spaces.
26952 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
26954         * startup.el (fancy-splash-text): Shorten default text of
26955         "Emacs Tutorial" line.  Also, if the current language env
26956         indicates an available tutorial file other than TUTORIAL,
26957         extract its title and append it to the line in parentheses.
26958         (fancy-splash-insert): If arg is a thunk, funcall it.
26960 2005-04-04  Jay Belanger  <belanger@truman.edu>
26962         * calc.el (calc-language-alist): Add tags to customization type.
26964 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
26966         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26967         Doc fix.
26969 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
26971         * add-log.el (change-log-font-lock-keywords): The manual
26972         describing a Change Log entry, says: (...) "Aside from these
26973         header lines, every line in the change log starts with a space or
26974         a tab.".  The font-lock was not highlighting lines started with
26975         spaces, added support for it.
26977 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26979         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26980         (bibtex-generate-url-list): Update docstring accordingly.  Put the
26981         complex example in the docstring.
26982         (bibtex-font-lock-url): Use pop.
26984 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26986         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26988         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26990 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
26992         * filesets.el (filesets-set-default): Doc fix.
26994 2005-04-03  Lute Kamstra  <lute@gnu.org>
26996         * generic.el (define-generic-mode): Add argument to specify
26997         keywords for defcustom.
26998         (default-generic-mode): Specify :group.
27000         * generic-x.el: Specify :group for all generic modes.
27002         * desktop.el (desktop-no-desktop-file-hook)
27003         (desktop-after-read-hook): Doc fix.
27005 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
27007         * simple.el (visible-mode): Use explicit :group keyword.
27008         This changes the group of `visible-mode-hook' from paren-blinking
27009         to editing-basics.
27011 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
27013         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
27014         mailbox specifications as well as URLs.
27015         (rmail-insert-inbox-text): Remove unused conditional branches.
27017 2005-04-01  Jay Belanger  <belanger@truman.edu>
27019         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
27020         (calc-gnuplot-print-command): Move definitions to calc.el.
27022         * calc/calc-embed.el (calc-embedded-announce-formula)
27023         (calc-embedded-open-formula, calc-embedded-close-formula)
27024         (calc-embedded-open-word, calc-embedded-close-word)
27025         (calc-embedded-open-plain, calc-embedded-close-plain)
27026         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
27027         (calc-embedded-open-mode, calc-embedded-close-mode):
27028         Move definitions to calc.el.
27030         * calc/calc.el (calc-settings-file, calc-language-alist):
27031         Make customizable.
27032         (calc-embedded-announce-formula, calc-embedded-open-formula)
27033         (calc-embedded-close-formula, calc-embedded-open-word)
27034         (calc-embedded-close-word, calc-embedded-open-plain)
27035         (calc-embedded-close-plain, calc-embedded-open-new-formula)
27036         (calc-embedded-close-new-formula, calc-embedded-open-mode)
27037         (calc-embedded-close-mode, calc-gnuplot-name)
27038         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
27039         from other files and make customizable.
27041 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27043         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
27044         Use buffer-live-p.
27045         (cvs-mode-run): Don't call cvs-update-header here.
27046         (cvs-run-process): Call cvs-update-header.
27047         Use process properties for cvs-postprocess and cvs-buffer so that
27048         the sentinel can behave better if the temp buffer is killed.
27049         Use a pipe rather than a tty, to better handle unexpected prompts.
27050         (cvs-sentinel): Rewrite.  Call cvs-update-header.
27052 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
27054         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27055         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
27057 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27059         * generic.el (define-generic-mode): Add indentation rule.
27061 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
27063         * files.el (mode-require-final-newline): Make Custom correctly
27064         report a nil value and allow to set it to nil via Custom.
27065         Doc fix.
27067 2005-04-01  Kenichi Handa  <handa@m17n.org>
27069         * international/characters.el: Enable the correct case setting for
27070         dotless-i and dotted-I.
27072 2005-04-01  Kim F. Storm  <storm@cua.dk>
27074         * ido.el (ido-file-internal): Fall back to non-ido command if
27075         initial directory is on slow ftp (or tramp) host.
27077 2005-03-31  Richard M. Stallman  <rms@gnu.org>
27079         * emacs-lisp/autoload.el (make-autoload):
27080         Handle define-global-minor-mode.
27082         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27083         Rename from easy-mmode-define-global-mode.
27084         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27086         * progmodes/scheme.el (scheme-mode-syntax-table):
27087         Update syntax of | and # for two-character comment syntax.
27089 2005-03-31  Lute Kamstra  <lute@gnu.org>
27091         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27092         (define-minor-mode): Call custom-current-group at load-time.
27094         * generic.el (define-generic-mode): Add debug declaration.
27095         Add defcustom for the mode hook.
27096         (generic-mode-internal): Use run-mode-hooks.
27098 2005-03-31  Kim F. Storm  <storm@cua.dk>
27100         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27101         (mouse-fixup-help-message): New defun called by show_help_echo
27102         to fixup mouse-2 prefix in help messages when applicable.
27104         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27106 2005-03-31  Kenichi Handa  <handa@m17n.org>
27108         * language/thai-word.el (thai-find-word-ends): Pay attention to
27109         the case that we reach the end of buffer.
27111         * textmodes/fill.el (fill-text-properties-at): New function.
27112         (fill-newline): Use fill-text-properties-at instead of
27113         text-properties-at.
27115 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
27117         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27118         not comint-quote-filename.
27120 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
27122         * help-fns.el (help-with-tutorial): Revert last change.
27124 2005-03-31  Kim F. Storm  <storm@cua.dk>
27126         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27128 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27130         * calendar/cal-china.el: Update reference to "Calendrical
27131         Calculations" book; there's a new edition.
27132         * calendar/cal-coptic.el: Likewise.
27133         * calendar/cal-french.el: Likewise.
27134         * calendar/cal-hebrew.el: Likewise.
27135         * calendar/cal-islam.el: Likewise.
27136         * calendar/cal-iso.el: Likewise.
27137         * calendar/cal-julian.el: Likewise.
27138         * calendar/cal-mayan.el: Likewise.
27139         * calendar/cal-persia.el: Likewise.
27140         * calendar/calendar.el: Likewise.
27141         * calendar/holidays.el: Likewise.
27142         * calendar/lunar.el: Likewise.
27143         * calendar/solar.el: Likewise.
27145         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27146         white space from doc string.
27148 2005-03-30  Jay Belanger  <belanger@truman.edu>
27150         * calc/calc-help.el (calc-full-help): Remove email address.
27152 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
27154         * help-fns.el (help-with-tutorial): Delete title line.
27156 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27158         * calendar/cal-x.el (calendar-one-frame-setup)
27159         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27160         rather than `symbol' for set-window-dedicated-p.
27162         * calendar/appt.el (appt-buffer-name): Make it a constant.
27163         (appt-add): Doc fix.
27165         * filesets.el (filesets-menu-path, filesets-menu-before)
27166         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
27167         (filesets-menu-cache-file): Use directory ~/.emacs.d.
27168         (filesets-add-submenu): Delete and use add-submenu instead.
27170 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
27172         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27173         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27174         (org-diary-default-entry): New function.
27175         (org-get-entries-from-diary): Better parsing of diary entries.
27176         (org-agenda-check-no-diary): New function.
27177         ("diary-lib"): Advice to function `add-to-diary-list', to allow
27178         linking to diary entries.
27179         (org-agenda-execute-calendar-command): New function.
27180         (org-agenda): Improve visible section in window.
27181         Use `org-fit-agenda-window'.
27182         (org-fit-agenda-window): New option.
27183         (org-move-subtree-down): Better handling of empty lines
27184         at end of subtree.
27185         (org-cycle): Numeric prefix is interpreted now as show-subtree N
27186         levels up.
27187         (org-fontify-done-headline): New option.
27188         (org-headline-done-face): New face.
27189         (org-set-font-lock-defaults): Use `org-headline-done-face'.
27190         (org-table-copy-down): Rename from `org-table-copy-from-above'.
27191         When current field is non-empty, it is copied to next row.
27192         (org-table-copy-from-above): Fix bug which made it
27193         impossible to copy fields containing only a single non-white character.
27195 2005-03-30  Kim F. Storm  <storm@cua.dk>
27197         * kmacro.el (kmacro-end-macro): Isearch may store this command
27198         into the macro -- so ignore it when executing keyboard macro.
27200 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
27202         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27204 2005-03-29  Kenichi Handa  <handa@m17n.org>
27206         * language/thai.el ("Thai"): Set setup-function and exit-function
27207         for Thai language environment.
27209         * language/thai-util.el: Require thai-word.
27210         (thai-word-mode-map): New variable.
27211         (thai-word-mode): New minor mode.
27212         (setup-thai-language-environment-internal): New function.
27213         (exit-thai-language-environment-internal): New function.
27215         * language/thai-word.el (thai-word-table): Declare it by defvar,
27216         use dolist to initialize it.
27217         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27218         (thai-fill-find-break-point): New functions.
27220 2005-03-29  Richard M. Stallman  <rms@gnu.org>
27222         * simple.el (idle-update-delay): Move definition up.
27223         (set-mark): Doc fix.
27225 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
27227         * longlines.el: New file.
27229         * simple.el (buffer-substring-filters): New variable.
27230         (filter-buffer-substring): New function.
27231         (kill-region, copy-region-as-kill): Use it.
27233         * register.el (copy-to-register, append-to-register)
27234         (prepend-to-register): Use filter-buffer-substring.
27236 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
27238         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27239         (gud-filter-pending-text): Move in front of gdb.
27240         (gud-overlay-arrow-position): New variable.
27241         (gud-sentinel, gud-display-line): Use it in place of
27242         overlay-arrow-position.
27244 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
27246         * progmodes/fortran.el (fortran-if-indent): Doc fix.
27247         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27248         (fortran-font-lock-keywords-4): New variable.
27249         (fortran-blocks-re, fortran-end-block-re)
27250         (fortran-start-block-re): New constants, for hideshow.
27251         (hs-special-modes-alist): Add a Fortran entry.
27252         (fortran-mode-map): Bind fortran-end-of-block,
27253         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27254         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
27255         (fortran-looking-at-if-then, fortran-end-of-block)
27256         (fortran-beginning-of-block): New functions, for hideshow.
27258         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27259         Doc fix.  Tweak regexp.
27260         (f90-beginning-of-block): Push mark first.
27262 2005-03-29  Jay Belanger  <belanger@truman.edu>
27264         * calc/calc.el: Update copyright date.
27265         (calc-version): Increase to 2.1.
27266         (calc-version-date): Remove.
27268         * calc/calc-help.el: Update copyright date.
27269         (calc-full-help): Remove reference to calc-version-date.
27270         Update copyright date.
27272 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27274         * vc.el (vc-do-command): Use a pipe for async processes, so password
27275         prompts don't show up at places where the user can't reply.
27277 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
27279         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27280         on the file name we pass to the inferior shell.
27282 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
27284         * progmodes/which-func.el (which-function): Be robust in the face of an
27285         imenu--make-index-alist failure.
27287 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27289         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27291         * progmodes/python.el (python-preoutput-filter): Fix last change.
27293 2005-03-29  Lute Kamstra  <lute@gnu.org>
27295         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27296         functions and compiled macros.
27297         (debug-convert-byte-code): Handle macros too.
27298         (debug-on-entry-1): Don't signal an error when trying to clear a
27299         function that is not set to debug on entry.
27301 2005-03-29  Jay Belanger  <belanger@truman.edu>
27303         * calc/calc-lang.el: Add functions to math-function-table
27304         properties of tex and math.
27306 2005-03-29  Kenichi Handa  <handa@m17n.org>
27308         * ps-mule.el (ps-mule-plot-string): Translate characters by
27309         ps-print-translation-table.
27310         (ps-mule-begin-job): Call find-charset-region/string with
27311         ps-print-translation-table.
27312         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27314         * ps-print.el (ps-print-translation-table): New variable.
27315         (ps-plot-region): Translate characters by ps-print-translation-table.
27317 2005-03-29  Juri Linkov  <juri@jurta.org>
27319         * simple.el (next-error-highlight-timer): New variable.
27321         * progmodes/compile.el (compilation-goto-locus):
27322         Use `next-error-highlight-timer' instead of `sit-for'.
27324 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27326         * mail/supercite.el (sc-mail-field): Use assoc-string.
27327         (sc-get-address): Simplify regexps.
27329         * files.el (minibuffer-with-setup-hook): New macro.
27330         (find-file-read-args): Use it to avoid let-binding
27331         minibuffer-with-setup-hook (which breaks turning on/off
27332         file-name-shadow-mode while in the prompt).
27334         * complete.el (PC-read-include-file-name-internal):
27335         Use test-completion.
27337 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
27339         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27341 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27343         * window.el (window-buffer-height): Use count-screen-lines.
27345         * progmodes/python.el (python-preoutput-leftover): New var.
27346         (python-preoutput-filter): Use it.
27347         (python-send-receive): Loop until all the result has been received.
27349 2005-03-28  Juri Linkov  <juri@jurta.org>
27351         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27353         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27354         "Recover Crashed Session".
27355         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27356         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27357         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27358         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27359         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27360         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27361         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27362         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27364         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27365         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27366         Ediff Sessions", "Toggle use of separate control buffer frame",
27367         "Use separate frame for Ediff control buffer".
27369         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27370         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27371         "Rename Bookmark", "Delete Bookmark".
27373         * info.el (Info-mode-menu): Remove ellipsis from "Index".
27374         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27375         Add `:active Info-index-alternatives' to "Next Matching Item".
27377         * wdired.el (wdired-change-to-wdired-mode):
27378         Mention `wdired-abort-changes' key in the initial message.
27380         * international/mule.el (auto-coding-alist): Associate non-ascii
27381         image filename extensions with `no-conversion'.
27383 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27385         * international/iso-acc.el:
27386         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27388 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
27390         * textmodes/sgml-mode.el (html-mode): Doc update.
27392         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27394 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
27396         * term.el (term-move-columns): Fix face after extending a line.
27397         (term-insert-spaces): Likewise.
27398         (term-reset-terminal): Fix off by one error.
27400 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
27402         * international/mule.el (auto-coding-alist): Add .xpi files.
27404         * files.el (auto-mode-alist): Add .xpi files.
27406 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
27408         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27410 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
27412         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27414 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
27416         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27417         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
27419         * calendar/cal-move.el (calendar-beginning-of-year): Move the
27420         cursor to Jan 1 when needed.
27421         (calendar-end-of-year): Fix -/+ typo.
27422         Reported by Chong Yidong <cyd@stupidchicken.com>.
27424 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27426         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27428         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27429         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
27431 2005-03-25  Richard M. Stallman  <rms@gnu.org>
27433         * filesets.el (filesets-init): Add autoload.
27435         * mail/mailalias.el (mail-directory): Doc fix.
27437 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27439         * mail/mailalias.el (mail-directory-process): Do nothing if
27440         mail-directory-process is an atom.
27441         (mail-get-names): Ignore mail-directory-names if it is an atom.
27442         (mail-directory-process defvar): Doc fix.
27443         (mail-names): Doc fix.
27445 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
27447         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27449 2005-03-26  Kenichi Handa  <handa@m17n.org>
27451         * international/mule-util.el (detect-coding-with-priority):
27452         Call update-coding-systems-internal before detect-coding-region.
27454 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
27456         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27457         (gdb-frames-mode-map): Add follow-link property.
27459 2005-03-25  Jay Belanger  <belanger@truman.edu>
27461         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27462         for variables.
27464 2005-03-25  Juri Linkov  <juri@jurta.org>
27466         * image-mode.el: Optimize image filename extension regexps in
27467         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
27468         in `auto-mode-alist'.
27469         (image-mode): Add `image-toggle-display-text' to local hook
27470         `change-major-mode-hook'.  Display the image as an image by
27471         default.  Set `cursor-type' and `truncate-lines' if the image
27472         is already displayed.  Take into account the current mode (image
27473         or text) in message.
27474         (image-minor-mode): New minor mode.
27475         (image-mode-maybe, image-toggle-display-text): New functions.
27476         (image-toggle-display): Use called-interactively-p.
27477         Let-bind `inhibit-read-only' to t.
27479         * image-mode.el (image-minor-mode): Set `cursor-type' and
27480         `truncate-lines' if the image is already displayed.  Add turning
27481         image-minor-mode off to `change-major-mode-hook'.  Add message.
27482         Call `image-toggle-display-text' after turning image-minor-mode off.
27484 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27486         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27487         Terminal.app, use utf-8.
27488         (set-display-table-and-terminal-coding-system): Add coding-system arg.
27489         (set-locale-environment): Use it.
27491         * term/xterm.el: Undo last change, better done in mule-cmds.el.
27493         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27495         * progmodes/python.el (python-close-block-statement-p)
27496         (python-outdent-p, python-current-defun): Use symbol-end.
27498 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
27500         * files.el (save-some-buffers): Doc fix.
27502 2005-03-25  Werner Lemberg  <wl@gnu.org>
27504         * complete.el, thumbs.el: Replace `legal' with `valid'.
27505         * calendar/calendar.el: Replace `legal' with `valid'.
27506         * emacs-lisp/advice.el: Replace `legal' with `valid'.
27507         * mail/supercite.el: Replace `legal' with `valid'.
27508         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27509         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27510         Replace `legal' with `valid'.
27511         * textmodes/reftex-vars.el, textmodes/reftex.el:
27512         Replace `legal' with `valid'.
27514 2005-03-25  Werner Lemberg  <wl@gnu.org>
27516         * calc/calc-forms.el, calc/calc-sel.el
27517         * midnight.el, vc-cvs.el
27518         * emacs-lisp/cl-macs.el
27519         * emulation/vip.el
27520         * eshell/esh-io.el, eshell/esh-var.el
27521         * mail/supercite.el
27522         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27523         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27524         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27525         * progmodes/sh-script.el, progmodes/xscheme.el
27526         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27527         * textmodes/reftex-index.el, textmodes/reftex-parse.el
27528         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27529         * textmodes/reftex.el, textmodes/org.el:
27530         Replace `illegal' with `invalid'.
27532 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27534         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27535         (flymake-find-buildfile, flymake-find-possible-master-files)
27536         (flymake-check-include, flymake-parse-line): Replace loops over the
27537         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27539         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27540         Substitute file-name-as-directory in the rest of the file.
27541         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27542         (flymake-replace-region): Remove unused arg `buffer'.
27543         (flymake-check-patch-master-file-buffer): Update calls to it.
27544         (flymake-add-err-info): Remove unused var `count'.
27545         (flymake-mode): Use define-minor-mode.
27547         * progmodes/flymake.el: Use with-current-buffer.
27548         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27549         flymake-replace-regexp-in-string, flymake-line-beginning-position)
27550         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27551         Avoid testing for `xemacs'.
27552         (flymake-nop): Move.
27553         (flymake-region-has-flymake-overlays): Return the computed value.
27554         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27555         Remove unused var `endline'.
27556         (flymake-get-line-count): Remove unused function.
27557         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27559         * emulation/vi.el:
27560         * generic.el:
27561         * hilit-chg.el (global-highlight-changes):
27562         * hi-lock.el (hi-lock-mode):
27563         * follow.el: find-file-hooks -> find-file-hook.
27565         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27567 2005-03-24  Juri Linkov  <juri@jurta.org>
27569         * dired.el (dired-mode-map): Add menu item "Compare directories"
27570         for dired-compare-directories.
27572         * dired-aux.el (dired-compare-directories): Add autoload cookie.
27573         Doc fix.  Replace `read-file-name' with `read-directory-name'.
27575 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27577         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27579 2005-03-24  Jay Belanger  <belanger@truman.edu>
27581         * calc/calc-embed.el (calc-embedded-mode-change): Save all
27582         relevant mode settings in calc-embedded-original-modes when modes
27583         are permanently changed.
27585 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27587         * autoinsert.el: find-file-hooks -> find-file-hook.
27589 2005-03-24  Lute Kamstra  <lute@gnu.org>
27591         * generic.el (generic-font-lock-defaults): Make it obsolete.
27592         (generic-font-lock-keywords): New variable to replace
27593         generic-font-lock-defaults.
27594         (generic-mode-set-font-lock): Delete it.
27595         (generic-mode-internal): Don't call generic-mode-set-font-lock.
27596         (generic-bracket-support): Add docstring.
27598         * generic-x.el: Rename generic-font-lock-defaults to
27599         generic-font-lock-keywords throughout.
27600         (mailagent-rules-setup-function): Delete it.
27601         (mailagent-rules-generic-mode): Use anonymous function instead.
27602         (show-tabs-generic-mode-font-lock-defaults-1)
27603         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27604         Quote faces.
27605         (show-tabs-tab-face, show-tabs-space-face): Specify background,
27606         not foreground.
27608         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27609         Recognize define-generic-mode.
27611 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
27613         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27614         if there's no completion table.
27616 2005-03-23  Miles Bader  <miles@gnu.org>
27618         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27619         Remove tty-specific variants, as they're no longer needed.
27621 2005-03-23  Lute Kamstra  <lute@gnu.org>
27623         * generic-x.el: Code cleanup: make args constant whenever possible.
27624         (installshield-statement-keyword-list)
27625         (installshield-system-functions-list)
27626         (installshield-system-variables-list, installshield-types-list)
27627         (installshield-funarg-constants-list): Make them constants.
27629         * generic.el (generic-make-keywords-list): Add autoload cookie.
27631         * calendar/time-date.el: Add comment on time value formats.
27632         Don't require parse-time.
27633         (with-decoded-time-value): New macro.
27634         (encode-time-value): New function.
27635         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27636         (days-to-time): Return a valid time value when arg is huge.
27637         (time-since): Use time-subtract.
27638         (time-to-number-of-days): Use time-to-seconds.
27640 2005-03-23  David Ponce  <david@dponce.com>
27642         * recentf.el (recentf-keep): New option.
27643         (recentf-menu-action): Default to `find-file'.
27644         (recentf-keep-non-readable-files-flag)
27645         (recentf-keep-non-readable-files-p)
27646         (recentf-file-readable-p, recentf-find-file)
27647         (recentf-cleanup-remote): Remove.
27648         (recentf-include-p): More robust.
27649         (recentf-keep-p): New function.
27650         (recentf-remove-if-non-kept): Rename from
27651         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
27652         All callers updated.
27653         (recentf-menu-items-for-commands): Fix help string.
27654         (recentf-track-closed-file): Update.  Doc fix.
27655         (recentf-cleanup): Update.  Count removed files.  Doc fix.
27657 2005-03-23  Kim F. Storm  <storm@cua.dk>
27659         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27660         Don't inherit from fringe face (now happens automatically).
27662 2005-03-22  Kim F. Storm  <storm@cua.dk>
27664         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27665         position values.
27667 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27669         * menu-bar.el (showhide-date-time): Remove.
27670         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27671         (menu-bar-make-mm-toggle): Simplify.
27673 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27675         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27676         Accept qualified variable and function names.
27678 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
27680         * bindings.el (completion-ignored-extensions):
27681         Remove ".lis" for `vax-vms'.
27683 2005-03-22  Andreas Schwab  <schwab@suse.de>
27685         * generic-x.el: Revert last change.
27686         * ldefs-boot.el: Update.
27688 2005-03-22  Jay Belanger  <belanger@truman.edu>
27690         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27691         (calc-embedded-save-original-modes)
27692         (calc-embedded-restore-original-modes): New functions.
27693         (calc-do-embedded): Save original modes when entering embedded mode
27694         and restore when leaving embedded mode.
27695         (calc-embedded-modes-change): Change the value of
27696         calc-embedded-original-modes to reflect permanent changes.
27698 2005-03-22  Lute Kamstra  <lute@gnu.org>
27700         * generic-x.el: Require generic again.
27702 2005-03-22  Miles Bader  <miles@gnu.org>
27704         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27705         Tweak details to look good on both ttys and bitmap displays, light
27706         or dark background, etc.
27708 2005-03-21  Kim F. Storm  <storm@cua.dk>
27710         * tooltip.el (tooltip-show-help-function): Check car and cdr of
27711         mouse position.
27713 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27715         * icomplete.el: Don't forcibly turn on the mode upon load.
27716         (icomplete-mode): Use define-minor-mode.
27717         (icomplete-eoinput): Default to nil.
27718         (icomplete-minibuffer-setup): Remove autoload.
27719         (icomplete-tidy): Simplify.
27720         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27721         in the initial state or if the user has modified the field.
27722         Fix handling of icomplete-max-delay-chars.
27723         Remove code that handles the oddball case where
27724         minibuffer-completion-table is an integer.
27725         Wrap icomplete-completions in while-no-input in case building
27726         completions takes more time than expected.
27727         (icomplete-completions): Simplify.
27729 2005-03-21  Richard M. Stallman  <rms@gnu.org>
27731         * jka-compr.el (jka-compr-really-do-compress):
27732         Make variable buffer-local.
27734         * image-mode.el: Handle .xpm files too.
27735         (image-toggle-display): Preserve modification flag.
27737         * help.el (where-is): Don't mention aliases with no key bindings.
27739 2005-03-21  Lute Kamstra  <lute@gnu.org>
27741         * generic.el: Fix commentary section.  Don't require cl for
27742         compilation.
27743         (generic-mode-list): Add autoload cookie.
27744         (generic-use-find-file-hook, generic-lines-to-scan)
27745         (generic-find-file-regexp, generic-ignore-files-regexp)
27746         (generic-mode, generic-mode-find-file-hook)
27747         (generic-mode-ini-file-find-file-hook): Fix docstrings.
27748         (define-generic-mode): Make it a defmacro.  Fix docstring.
27749         (generic-mode-internal): Code cleanup.  Add autoload cookie.
27750         (generic-mode-set-comments): Code cleanup.
27751         * generic-x.el: Don't prevent compilation.  Don't require generic.
27752         Follow coding conventions.  Minor code cleanup.
27753         (etc-fstab-generic-mode): Add some keywords.
27754         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27755         define-generic-mode like a function declaration.
27757 2005-03-21  Jay Belanger  <belanger@truman.edu>
27759         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27760         changing modes.
27762 2005-03-21  Sam Steingold  <sds@gnu.org>
27764         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27766 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
27768         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27769         Add underscore to "f$ lexicals" regexp.
27771 2005-03-20  Juri Linkov  <juri@jurta.org>
27773         * subr.el (progress-reporter-do-update): When `min-value' is equal
27774         to `max-value', set `percentage' to 0 and prevent division by zero.
27776 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
27778         Sync with Tramp 2.0.48.
27780         * net/tramp.el (all): Change all addresses to .gnu.org.
27781         (tramp-append-tramp-buffers): New defun.
27782         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27783         Catch `dont-send' signal.
27784         (tramp-set-auto-save-file-modes): Set always permissions, because
27785         there might be an old auto-saved file belonging to another
27786         original file.  This could be a security threat.  Reported by
27787         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27788         Check for Emacs 21.3.50 removed.
27790         * net/tramp-smb.el (all): Remove debug construct for
27791         `with-parsed-tramp-file-name'.
27792         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27793         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27794         No error message if DIRECTORY or FILENAME doesn't exist.
27795         (tramp-smb-open-connection): Check existence of
27796         `tramp-smb-program'.
27798 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27800         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27801         Properly handle the case where the `m' or `s' command's argument is not
27802         yet terminated.
27803         (perl-indent-new-calculate): New function.
27804         (perl-indent-line): Use it.
27806 2005-03-20  Miles Bader  <miles@gnu.org>
27808         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27809         in text-mode too.  Change to new face names.
27810         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27811         Add `:weight bold' attribute.
27812         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27814 2005-03-19  Juri Linkov  <juri@jurta.org>
27816         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
27818         * international/mule.el (auto-coding-alist): Sync with
27819         `auto-mode-alist' by adding upper case archive file extensions
27820         and adding ear/war to jar extension.
27822 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
27824         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27825         running, restart it.
27827 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
27829         * finder.el (finder-current-item): Throw an error on an empty line.
27831         * man.el (Man-follow-manual-reference): If current-word returns
27832         nil, use "".
27834 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
27836         * simple.el (goto-line): Doc fix.
27838 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
27840         * files.el (save-buffer): Doc fix.
27842 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
27844         * recentf.el (recentf-cleanup-remote): New variable.
27845         (recentf-cleanup): Use it to conditionally check availability of
27846         remote files.
27848 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
27850         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27851         function names.
27853 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
27855         * language/thai-word.el: New file.
27857 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27859         * files.el (backup-buffer): If the file's directory is not
27860         writable, use copy instead of move to backup the file.
27862 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
27864         * obsolete/keyswap.el: Moved to obsolete/ from term/.
27866 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27868         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27869         Use functionp instead of symbolp and fboundp.  Reported by Drkm
27870         <darkman_spam@yahoo.fr>.
27871         (ps-print-version): New version 6.6.6.
27873 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
27875         * textmodes/table.el (table--line-column-position): New idiom.
27876         (table--row-column-insertion-point-p): New function to test
27877         validity of row and column insertion operation at a location.
27878         (table-global-menu, table-cell-menu): Use above functions for
27879         deterministic test operation.
27880         (table--editable-cell-p): Behave in deterministic fashion.
27882 2005-03-18  Juri Linkov  <juri@jurta.org>
27884         * isearch.el (isearch-lazy-highlight-new-loop):
27885         Make arguments beg and end optional.
27886         (isearch-update): Remove optional arguments nil from
27887         isearch-lazy-highlight-new-loop.
27888         (isearch-lazy-highlight-search): Let-bind case-fold-search to
27889         isearch-lazy-highlight-case-fold-search instead of
27890         isearch-case-fold-search, and let-bind isearch-regexp to
27891         isearch-lazy-highlight-regexp.
27892         Use isearch-lazy-highlight-last-string instead of isearch-string.
27894         * replace.el (perform-replace): Remove bindings of global
27895         variables isearch-string, isearch-regexp, isearch-case-fold-search.
27896         Add three new arguments to `replace-highlight'.
27897         (replace-highlight): Add arguments string, regexp, case-fold.
27898         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27899         to allow isearch-lazy-highlight-new-loop to use these values
27900         to set corresponding isearch-lazy-highlight-* internal
27901         variables whose values lazy highlighting will use regardless of
27902         changes to global variables isearch-string, isearch-regexp,
27903         isearch-case-fold-search during lazy highlighting loop.
27904         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27905         to `lazy-highlight-cleanup'.
27907         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27908         (ispell-highlight-face): Set default face to `isearch' when
27909         lazy highlighting is enabled.
27910         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27911         priority to 1.  Add lazy highlighting.
27912         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27913         from `isearch-dehighlight'.
27915 2005-03-18  David Ponce  <david@dponce.com>
27917         * files.el (hack-local-variables): Do a case-insensitive search
27918         for End.
27920 2005-03-18  Juri Linkov  <juri@jurta.org>
27922         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27923         `isearch-lazy-highlight-cleanup', add alias to old name and
27924         declare obsolete.  Add release numbers to other obsolete vars.
27925         (isearch-done, isearch-lazy-highlight-new-loop):
27926         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27927         (lazy-highlight-cleanup) <variable>: Doc fix.
27928         (isearch-lazy-highlight-update): Rename obsolete
27929         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27931 2005-03-18  Kenichi Handa  <handa@m17n.org>
27933         * language/thai-util.el: Fix categorization of Thai characters in
27934         thai-category-table.
27935         (thai-composition-pattern): Adjust it for the above change.
27936         (thai-self-insert-command, thai-compose-syllable): New functions.
27937         (thai-compose-region): Use thai-compose-syllable.
27938         (thai-compose-string): Likewise.
27939         (thai-composition-function): Likewise.
27940         (thai-auto-composition): New function.
27941         (thai-auto-composition-mode): New minor mode.
27943         * language/thai.el: Fix patterns to be registered in
27944         composition-function-table.
27946         * international/quail.el (quail-input-method): Locally bind
27947         inhibit-modification-hooks to t.
27949 2005-03-17  Richard M. Stallman  <rms@gnu.org>
27951         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27952         (perl-mode): Use run-mode-hooks.
27954         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27955         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27956         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27958         * mail/sendmail.el (sendmail-send-it): Reenable the code
27959         to compute resend-to-address and use it.
27961         * tar-mode.el (tar-mode): Turn off undo unconditionally.
27963         * image-mode.el: New file.
27965         * image.el (insert-sliced-image): Add autoload cookie.
27967         * font-lock.el (font-lock-lines-before): New user option.
27968         (font-lock-after-change-function): Obey it.
27970         * bindings.el (esc-map): Make M-g a prefix.
27971         Bind M-g g and M-g M-g to goto-line.
27973         * faces.el (face-id): Doc fix.
27975 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27977         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27978         (rmail-show-message): Use rmail-unknown-mail-followup-to.
27979         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27981         * mail/sendmail.el (mail-yank-ignored-headers)
27982         (mail-font-lock-keywords, mail-mode-fill-paragraph):
27983         Add Mail-Followup-To and Mail-Reply-To headers.
27984         (mail-citation-hook): Add autoload cookie.
27985         (mail-mode): Doc fix.
27986         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27987         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27988         (mail-mode-fill-paragraph): Handle those headers.
27989         (mail-mailing-lists): New variable.
27990         (mail-mail-reply-to, mail-mail-followup-to): New functions.
27992 2005-03-17  Juri Linkov  <juri@jurta.org>
27994         * isearch.el (isearch-fallback): Check for `(car previous)'
27995         before calling `isearch-other-end-state'.
27997 2005-03-17  Kim F. Storm  <storm@cua.dk>
27999         * simple.el (move-beginning-of-line): Move to beginning of buffer
28000         line, as well as beginning of screen line.
28002 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
28004         * calendar/diary-lib.el (mark-diary-entries): Use new optional
28005         argument REDRAW rather than calendar-redrawing variable.
28006         * calendar/calendar.el (calendar-redrawing): Delete.
28007         (redraw-calendar): Do not bind calendar-redrawing.
28009 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
28011         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
28012         diary-file buffer.
28014 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28016         * help.el (describe-mode): Allow a :minor-mode-function property to
28017         specify a different minor mode toggle function than the variable.
28018         * simple.el (auto-fill-function):
28019         * subr.el (add-minor-mode): Use it.
28021 2005-03-16  Kenichi Handa  <handa@m17n.org>
28023         * language/ethio-util.el (sera-being-called-by-w3): New variable.
28024         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
28025         (ethio-fidel-to-sera-buffer): Likewise.
28027 2005-03-16  Juri Linkov  <juri@jurta.org>
28029         * emacs-lisp/find-func.el (find-function-regexp):
28030         Add defun-emitting macro `menu-bar-make-toggle'.
28032         * isearch.el: Put `isearch-scroll' property to
28033         `split-window-horizontally'.
28035         * info.el: Update error messages for `debug-ignored-errors'.
28036         (Info-isearch-search): Doc fix.
28037         (Info-find-node): Move up code to go into info buffer before
28038         recording the node to the history.
28039         (Info-fontify-node): Fontify titles only if the next line
28040         has two or more `*', `=', `-', `.'.
28041         Display "go to this node" for empty (match-string 3).
28043 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28045         * term/mac-win.el: Add mouse pointer shape constants.
28047 2005-03-15  Kim F. Storm  <storm@cua.dk>
28049         * simple.el (move-beginning-of-line): Use vertical-motion.
28051 2005-03-15  Juri Linkov  <juri@jurta.org>
28053         * isearch.el (isearch-error): New variable.
28054         (isearch-invalid-regexp, isearch-within-brackets): Remove.
28055         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28056         (isearch-within-brackets-state): Remove.
28057         (isearch-case-fold-search-state, isearch-pop-fun-state):
28058         Decrease frame index.
28059         (isearch-mode, isearch-top-state, isearch-push-state)
28060         (isearch-edit-string, isearch-abort, isearch-search-and-update)
28061         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28062         (isearch-search, isearch-lazy-highlight-new-loop):
28063         Replace `isearch-invalid-regexp' with `isearch-error'.
28064         Remove `isearch-within-brackets'.
28065         (isearch-search): Add `search-failed' handler to `condition-case'.
28066         (isearch-lazy-highlight-search): Add `condition-case' to catch
28067         errors and allow `isearch-lazy-highlight-update' to try
28068         highlighting from the beginning of the window.
28069         (isearch-repeat): Move up code to set isearch-wrapped to t
28070         before calling isearch-wrap-function.
28072         * info.el (Info-isearch-initial-node): New internal variable.
28073         (Info-search): Signal an error in isearch mode when search leaves
28074         the initial node.  Signal an error when `bound' is non-nil and
28075         nothing was found in the current subfile.
28076         (Info-isearch-search): Remove `condition-case'.
28077         (Info-isearch-wrap): Don't wrap when search failed during leaving
28078         the initial node.  If `Info-isearch-search' is nil, wrap around
28079         the current node.
28080         (Info-isearch-start): New fun.
28081         (Info-mode): Add buffer-local hook `Info-isearch-start' to
28082         `isearch-mode-hook'.
28084 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28086         * simple.el (normal-erase-is-backspace): Set default to t if
28087         running on Mac.
28089         * term/mac-win.el (function-key-map): Sync with x-win.el.
28091 2005-03-15  Kenichi Handa  <handa@m17n.org>
28093         * international/mule-cmds.el (locale-language-names): Modify the
28094         format of elements and add more entries.
28095         (locale-preferred-coding-systems): Add more entries.
28096         (set-locale-environment): Adjust for the change of
28097         locale-language-names.
28099 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28101         * pcvs.el (smerge-ediff): Remove bogus autoload.
28103 2005-03-14  Lute Kamstra  <lute@gnu.org>
28105         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28106         Ignore a `*' at the beginning of a line.
28108         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28109         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28110         subr.el.
28111         (dont-compile, eval-when-compile, eval-and-compile): Use declare
28112         to specify indentation.
28114         * generic.el (define-generic-mode): Let generic-mode-list be a
28115         list of strings; test membership with equal.
28117 2005-03-14  Kim F. Storm  <storm@cua.dk>
28119         * simple.el (next-line, previous-line): Add optional try-vscroll
28120         arg to recognize interactive use.  Pass it on to line-move.
28121         (line-move): Don't perform auto-window-vscroll when defining or
28122         executing keyboard macro to ensure consistent behavior.
28124 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28126         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28128 2005-03-13  Lute Kamstra  <lute@gnu.org>
28130         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28131         debugger-setup-buffer so that backtrace marks the frames set to
28132         debug-on-exit and we don't have to do it manually.  Set an extra
28133         debug-on-exit for macro's.
28134         (debugger-setup-buffer): Don't mark the top frame manually.
28136 2005-03-12  Lute Kamstra  <lute@gnu.org>
28138         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28139         lisp-indent-function throughout.
28140         (with-no-warnings): Set lisp-indent-function property.
28142 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
28144         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28145         Add entry for backslash.
28147 2005-03-12  Juri Linkov  <juri@jurta.org>
28149         * info.el (Info-search): Four fixes for backward search.
28151 2005-03-11  Jay Belanger  <belanger@truman.edu>
28153         * calc/calc.el (calc-language-alist): New variable.
28154         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28155         (calc-embedded-find-modes): Use calc-language-alist instead of
28156         calc-embedded-language-alist.
28158 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28160         * calendar/calendar.el (calendar-redrawing): New internal
28161         variable.
28162         (redraw-calendar): Remove bogus save-excursion from previous
28163         change.  Bind calendar-redrawing to t for mark-diary-entries.
28164         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28165         calendar if that is why we were called.
28167 2005-03-11  Kenichi Handa  <handa@m17n.org>
28169         * international/mule.el (make-coding-system): Set property
28170         coding-system-define-form to nil.
28171         (define-coding-system-alias): Likewise.
28173 2005-03-11  Kenichi Handa  <handa@m17n.org>
28175         These changes are suggested by Dave Love <fx@gnu.org>.
28177         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28178         coding: tag.
28179         (adaptive-fill-regexp): Add more bullets.
28180         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28181         regexps.
28183 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28185         * help.el (describe-mode): Properly handle non-trivial lighters.
28186         Don't ignore minor modes that are not listed in minor-mode-list.
28188         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28189         feature ON when the user requests to turn it OFF.
28191 2005-03-10  Lute Kamstra  <lute@gnu.org>
28193         * emacs-lisp/debug.el (debug-entry-code): Delete it.
28194         (implement-debug-on-entry): New function to replace debug-entry-code.
28195         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
28196         second argument as the 2005-03-07 change makes it obsolete.
28197         (debug-on-entry, cancel-debug-on-entry): Update call to
28198         debug-on-entry-1.
28199         (debug, debugger-setup-buffer): Comment update.
28200         (debugger-frame-number): Update to work with implement-debug-on-entry.
28202 2005-03-10  Jay Belanger  <belanger@truman.edu>
28204         * calc/calc-embed.el (math-ms-args): Declare it.
28205         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28206         math-ms-args.
28207         (calc-embedded-subst): Use math-multi-subst-rec to substitute
28208         variables.
28210 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
28212         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28213         Use message-box.
28215         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28216         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28217         (tooltip-gud-tips): Simplify.
28218         (tooltip-gud-tips-p): Remove superfluous :set.
28219         (tooltip-gud-modes): Add fortran-mode.
28220         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28222         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28224 2005-03-09  Kim F. Storm  <storm@cua.dk>
28226         * play/animate.el (animate-place-char): Use forward-line instead
28227         of next-line to improve performance.
28229 2005-03-09  Simon Josefsson  <jas@extundo.com>
28231         * net/browse-url.el (browse-url-default-browser): Doc fix.
28233 2005-03-09  Miles Bader  <miles@gnu.org>
28235         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28236         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28238 2005-03-09  Kenichi Handa  <handa@m17n.org>
28240         * international/latin-1.el: Set case and syntax for 255 only if
28241         set-case-syntax-set-multibyte is nil.
28243         * textmodes/ispell.el (ispell-insert-word): New function.
28244         (ispell-word): Use ispell-insert-word to insert a new word.
28245         (ispell-process-line): Likewise.
28246         (ispell-complete-word): Likewise.
28248 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
28250         * calendar/calendar.el (redraw-calendar): Preserve point.
28251         Reported by Matt Hodges <MPHodges@member.fsf.org>.
28252         (calendar-week-start-day): Move after definition of
28253         redraw-calendar.  Delete buffer test, since redraw-calendar has
28254         that now.
28256         * calendar/diary-lib.el (mark-diary-entries): Only call
28257         redraw-calendar in the first of any recursive calls.
28258         Reported by Alan Shutko <ats@acm.org>.
28260 2005-03-08  Juri Linkov  <juri@jurta.org>
28262         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28263         (html-horizontal-rule, html-line, html-image, html-checkboxes)
28264         (html-radio-buttons): Add a space before the trailing `/>' where
28265         sgml-xml-mode is non-nil.
28266         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28267         the subsequent tag of the empty XML tag.
28268         (html-href-anchor): Don't set initial input to "http:".
28269         (html-image): Ask for the image URL and set point inside alt="".
28270         (html-name-anchor): Duplicate the name in the `id' attribute when
28271         sgml-xml-mode is non-nil.
28272         (html-paragraph): Remove \n before <p>.
28273         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28274         instead of `checked' when sgml-xml-mode is non-nil.
28276         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28277         Remove 1 space before #RRGGBB to not truncate it on terminal
28278         windows w/o fringes.  Remove 1 space between bg and fg examples
28279         to get more space.
28280         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28281         avoid byte-compile warnings.
28283         * image-file.el (image-file-handler): Put `safe-magic' property to
28284         `image-file-handler'.
28286         * info.el (Info-isearch-search): Emulate word search in
28287         isearching through multiple Info nodes with Info-search.
28288         (Info-isearch-wrap): Allow isearch-word.
28290 2005-03-08  Lute Kamstra  <lute@gnu.org>
28292         * emacs-lisp/debug.el (debugger-step-through): Make sure that
28293         stepping into the debugger's code is not possible.
28294         (debugger-jumping-flag): Docstring update.
28296 2005-03-08  Jay Belanger  <belanger@truman.edu>
28298         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28299         embedded mode begins.
28300         (calc-embedded-language-alist): New variable.
28301         (calc-embedded-find-modes): Use calc-embedded-language-alist to
28302         set default language mode.
28304 2005-03-08  Kenichi Handa  <handa@m17n.org>
28306         * international/ccl.el (define-ccl-program): Fix docstring about
28307         extra 256 bytes assured for the output buffer.
28309         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28310         Fix BUFFER_MAGNIFICATION to 2.
28311         (ccl-encode-mule-utf-16be-with-signature): Likewise.
28313 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
28315         * align.el (align-rules-list): Added an alignment rule for CSS
28316         declarations (applies to css-mode and html-mode buffers).
28318 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28320         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28322 2005-03-07  Kim F. Storm  <storm@cua.dk>
28324         * simple.el (move-beginning-of-line): New command.
28326         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28328         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28330         * emulation/cua-base.el: Put CUA move property on move-end-of-line
28331         and move-beginning-of-line.
28333         * apropos.el (apropos-print): Omit command from M-x ... RET.
28335 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
28337         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28338         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28340 2005-03-06  Richard M. Stallman  <rms@gnu.org>
28342         * bindings.el (esc-map): Bind M-g to goto-line.
28344         * facemenu.el (global-map): Bind M-o, not M-g.
28346 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28348         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28349         "Open Directory" as for "Open File".
28351 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
28353         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28354         (push-mark-command): Run activate-mark-hook.
28356 2005-03-06  Richard M. Stallman  <rms@gnu.org>
28358         * help-mode.el (help-mode-finish): Don't alter the element
28359         in view-return-to-alist if there already is one.
28361         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28362         make sure the current buffer is the expected one.
28364         * novice.el (disabled-command-function): Output in *Disabled Command*.
28365         Explicitly ignore non-keyboard events, and explicitly handle C-g.
28367         * textmodes/flyspell.el (flyspell-large-region):
28368         Pass args differently for aspell.
28370         * files.el (mode-require-final-newline): Doc fix.
28372 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
28374         * progmodes/which-func.el (which-function):
28375         Specify NOERROR when calling imenu--make-index-alist.
28377 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28379         * simple.el (normal-erase-is-backspace): Define default value.
28381         * custom.el (custom-theme-set-variables): Remove unused var
28382         `immediate'.
28383         (custom-reevaluate-setting): Simple function to handle variables
28384         that are defined before their default value can really be
28385         computed.
28387         * startup.el (command-line): Use it for temporary-file-directory,
28388         small-emporary-file-directory, auto-save-file-name-transforms,
28389         blink-cursor-mode, and normal-erase-is-backspace.
28391         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28392         progress, even with buggy anchored keywords.
28394 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
28396         * simple.el (goto-line): Remove unbalanced final parenthesis.
28398 2005-03-05  Richard M. Stallman  <rms@gnu.org>
28400         * simple.el (goto-line): Use a number at point as the default.
28401         With C-u as arg, switch buffers.
28403 2005-03-05  Juri Linkov  <juri@jurta.org>
28405         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28406         with `no-blinking-cursor'.
28408         * startup.el (no-blinking-cursor): New defvar.
28409         (command-line): Add `--no-blinking-cursor' to longopts.
28410         Set `no-blinking-cursor' to t for command line arguments
28411         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
28412         with `no-blinking-cursor' in the condition for calling
28413         `blink-cursor-mode'.
28415 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
28417         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28418         (menu-bar-options-save): Add blink-cursor-mode.
28419         (menu-bar-options-menu): Add blink-cursor-mode.
28421 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
28423         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28424         (icalendar-export-file, icalendar-export-region)
28425         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28426         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28428 2005-03-04  Lute Kamstra  <lute@gnu.org>
28430         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28431         (debug-function-list): Ditto.
28433 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
28435         * textmodes/texinfmt.el (texinfo-append-refill):
28436         Redefine the types of line to which @refill
28437         is not appended by replacing a search for `@refill\\|@bye' with
28438         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
28439         itemize@refill' bug and the unfilled long lines bug.
28440         (texinfmt-version): Update number and date.
28442 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
28444         * international/code-pages.el (windows-1250, windows-125[2-8])
28445         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28447 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28449         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28450         bound yet.
28452 2005-03-02  Romain Francoise  <romain@orebokech.com>
28454         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28455         buffer after removing limits.
28456         (ibuffer-pop-filter): Ditto.
28457         Update copyright.
28459 2005-03-02  Miles Bader  <miles@gnu.org>
28461         * button.el (make-text-button): If the user doesn't specify a
28462         type, use the default.  Rewrite to use `add-text-properties' and
28463         plist functions.
28465 2005-03-01  Lute Kamstra  <lute@gnu.org>
28467         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28468         (debugger-jumping-flag): New var.
28469         (debug-entry-code): Use it.
28470         (debugger-jump): Use debugger-jumping-flag and add
28471         debugger-reenable to post-command-hook.
28472         (debugger-reenable): Use debugger-jumping-flag and remove itself
28473         from post-command-hook.
28474         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28475         debugger-reenable.
28477 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
28479         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28480         inclusion of "itemize\\|", which may be unnecessary, is certainly
28481         inelegant, and stops refilling in itemize lists when formatting
28482         Japanese Texinfo files to Info.
28483         Update copyright to 2005.
28485 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
28487         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28488         of an error if GDB can't find the source file.
28490 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
28492         * calendar/calendar.el (redraw-calendar): Work from any buffer,
28493         not just the calendar.
28495         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28496         first.
28497         (diary-redraw-calendar): New function.
28498         (make-diary-entry): Add diary-redraw-calendar to local
28499         write-contents-functions.  Turn off selective display before
28500         inserting in diary.
28502 2005-03-01  Kim F. Storm  <storm@cua.dk>
28504         * emacs-lisp/copyright.el (copyright-fix-years): New command.
28506 2005-03-01  Lute Kamstra  <lute@gnu.org>
28508         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28509         that debug-entry-code can be safely removed from a function while
28510         this code is being evaluated.  Revert the 2005-02-27 change as the
28511         new implementation no longer requires it.  Make sure that a
28512         function body containing just a string is not mistaken for a docstring.
28513         (debug): Skip one more frame in case of debug on entry.
28514         (debugger-setup-buffer): Delete one more frame line in case of
28515         debug on entry.
28516         (debugger-frame-number): Update to use the new text introduced by
28517         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
28519 2005-02-28  Kim F. Storm  <storm@cua.dk>
28521         * double.el (double-translate-key): Call force-window-update after
28522         read-event to avoid crash in redisplay.
28524 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28526         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28527         (debug): Use it.  Move the inhibit-trace earlier.
28528         (debug-entry-code): New const.
28529         (debug-on-entry-1): Use it.
28531 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
28533         * international/utf-16.el (ccl-encode-mule-utf-16le):
28534         Fix BUFFER_MAGNIFICATION to 2.
28535         (ccl-encode-mule-utf-16be): Likewise.
28537 2005-02-28  Kenichi Handa  <handa@m17n.org>
28539         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28540         Fix BUFFER_MAGNIFICATION to 4.
28541         (ccl-encode-mule-utf-16be-with-signature): Likewise.
28543 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
28545         * speedbar.el (speedbar-update-flag): Doc fix.
28546         (speedbar-show-info-under-mouse): Give set-mouse-position the right
28547         argument.
28549 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28551         * reveal.el (reveal-post-command): Don't try to reveal overlays which
28552         have a non-nil `invisible' property but are actually visible.
28554         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28555         for perldoc sections.
28556         (perl-outline-regexp, perl-outline-level): New var and function.
28557         (perl-mode): Use them.
28559 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
28561         * calendar/diary-lib.el (diary-remind): Discard any mark portion
28562         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28564 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
28566         * cus-edit.el: Comment change.
28567         (custom-buffer-create-internal): Slightly reword text at top of
28568         Custom buffers.  Mention there that saving an option edits the
28569         init file.  Add link to Emacs manual node on `custom-file'.
28570         (custom-magic-alist): Rewrite individual State messages to use
28571         capitalized keywords.  Doc fix.
28573 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
28575         * calendar/calendar.el (calendar-buffer): Move above
28576         calendar-week-start-day.
28577         (calendar-week-start-day): Doc fix.  Add :set function.
28578         (calendar-minimum-window-height): New variable.
28579         (generate-calendar-window): Only resize window if selected-window
28580         is displaying the calendar buffer.  Use new variable
28581         calendar-minimum-window-height.
28582         (generate-calendar): Reword error message.
28583         (calendar-mode-map): Bind DEL to scroll-other-window-down.
28585 2005-02-27  Andreas Schwab  <schwab@suse.de>
28587         * vc.el (vc-do-command): Don't run command asynchronously when
28588         operating in a remote directory.
28590         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28591         change from sync with Tramp 2.0.47.
28593 2005-02-27  Richard M. Stallman  <rms@gnu.org>
28595         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28597         * textmodes/flyspell.el (flyspell-mode-on):
28598         Call ispell-change-dictionary only if necessary.
28600         * emacs-lisp/re-builder.el (regexp-builder): New function.
28602         * register.el (describe-register-1): Explicitly handle
28603         yank-excluded-properties = t.
28605         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28606         (custom-magic-alist): Change the status descriptions again.
28607         (face widget-type): Total rewrite based on `restricted-sexp'
28608         to eliminate the confusing double hiding levels.
28610         * emacs-lisp/debug.el (debug-on-entry-1):
28611         If function body is empty, add nil as body form.
28613 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28615         * emacs-lisp/trace.el (inhibit-trace): New var.
28616         (trace-make-advice): Use it.
28618         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28620 2005-02-26  Kim F. Storm  <storm@cua.dk>
28622         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28623         (mouse-on-link-p, mouse-drag-region-1): Use it.
28625 2005-02-25  Lute Kamstra  <lute@gnu.org>
28627         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28629 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
28631         * frame.el (blink-cursor-mode): Add :group keyword.
28633 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
28635         * calendar/icalendar.el (icalendar--decode-isodatetime):
28636         New optional argument DAY-SHIFT.
28637         (icalendar-export-region): Fix coding-system-for-write.
28638         (icalendar--convert-ical-to-diary): Shift end-day of all-day
28639         events by one.
28641 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28643         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28645 2005-02-24  Kim F. Storm  <storm@cua.dk>
28647         * international/iso-acc.el (iso-accents-compose): Fix crash
28648         during redisplay.  Call force-window-update after read-event
28649         and delete-region to signal that window is not accurate.
28651 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
28653         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28654         Remove unused and inexistent var `inhibit-trace'.
28655         (debugger-mode): Use run-mode-hooks.
28656         (debugger-list-functions): Add buttons; setup xref stack.
28658 2005-02-23  Richard M. Stallman  <rms@gnu.org>
28660         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28661         appointment says it was explicitly made.
28662         (appt-add): Set the 3rd element.
28663         (appt-make-list): Preserve explicit appointments.
28665         * subr.el (find-tag-default): Catch errors in forward-sexp.
28667 2005-02-23  Juri Linkov  <juri@jurta.org>
28669         * info.el (Info-isearch-search): New defcustom.
28670         (Info-isearch-search): Call the default isearch function
28671         when Info-isearch-search is nil.
28672         (Info-isearch-wrap): Use variable Info-isearch-search.
28674 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
28676         * cus-edit.el: Comment change.
28678 2005-02-22  Kim F. Storm  <storm@cua.dk>
28680         * progmodes/hideif.el (hide-ifdef-use-define-alist):
28681         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
28683 2005-02-22  Simon Josefsson  <jas@extundo.com>
28685         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28686         New variable.
28687         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
28688         Oskarsson" <myrkraverk@users.sourceforget.net>.
28690 2005-02-22  Kim F. Storm  <storm@cua.dk>
28692         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28693         check that window of that event is the selected window.
28694         (mouse-drag-region-1): Compare mouse event window to selected
28695         window before setting point.
28697         * tooltip.el (tooltip-show-help-function): Pass event to
28698         mouse-on-link-p so it can check selected window.
28700 2005-02-22  Kenichi Handa  <handa@m17n.org>
28702         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28703         (ps-mule-show-warning): New function.
28704         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28705         characters are found.
28707         * ps-print.el (ps-header-footer-string): Return a list of header
28708         and footer strings.
28710 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
28712         * pcvs.el (cvs-retrieve-revision): Fix thinko.
28714 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28716         * frame.el (blink-cursor-mode): Use define-minor-mode.
28718         * term/mac-win.el (function-key-map): Use char-names more consistently.
28719         (file-name-coding-system): Only set it for MacOS-9.  The other case is
28720         already handled in mule-cmds.el (where it also works when mac-win.el
28721         is not used).
28723 2005-02-21  Kenichi Handa  <handa@m17n.org>
28725         * international/mule.el (ctext-pre-write-conversion): Always use
28726         " *code-converting-work*" buffer for work.
28728         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28730 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
28732         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28734 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
28736         * ses.el (undo-more): Restore defadvice, but only the part that
28737         allows changes outside the restricted area of the buffer.
28739 2005-02-20  Kim F. Storm  <storm@cua.dk>
28741         * simple.el (line-move): Add fourth optional arg try-vscroll which
28742         must be set to perform auto-window-vscroll.
28743         When moving backwards and doing auto-window-vscroll, automatically
28744         vscroll to the last part of lines which are taller than the window.
28745         (next-line, previous-line): Set try-vscroll arg on line-move.
28747 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
28749         * replace.el (query-replace, query-replace-regexp)
28750         (replace-string, replace-regexp): When operating on region, make
28751         the minibuffer prompt say so.
28753         * isearch.el (isearch-forward): Document isearch-query-replace and
28754         isearch-query-replace-regexp keybindings.
28756 2005-02-19  Jay Belanger  <belanger@truman.edu>
28758         * calc/calc-aent.el (math-read-token): Add local variable.
28760         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28761         (calc-edit-top): Move declaration to earlier in file.
28762         (calc-edit-macro-repeats): Add local variables.
28764         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28765         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28766         calcFunc-tanh.
28767         Adjust integration rule for calcFunc-tan.
28769 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28771         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28772         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28773         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28774         (viper-skip-separators): Bug fix.
28775         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28776         particular major mode.
28777         (viper-del-backward-char-in-replace): Don't put deleted char on the
28778         kill ring.
28780         * viper-ex.el (viper-color-display-p): New function.
28781         (viper-has-face-support-p): Use viper-color-display-p.
28783         * viper-keym.el (viper-gnus-modifier-map): New keymap.
28785         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28787         * viper-util.el (viper-glob-unix-files): Fix shell status check.
28788         (viper-file-remote-p): Make equivalent to file-remote-p.
28790         * viper.el (viper-major-mode-modifier-list):
28791         Use viper-gnus-modifier-map.
28793 2005-02-19  David Kastrup  <dak@gnu.org>
28795         * subr.el (subregexp-context-p): Fix garbled doc string by adding
28796         quoting.
28798 2005-02-19  Jay Belanger  <belanger@truman.edu>
28800         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28801         Remove extra definitions.
28802         (calc-coth): New function.
28803         (calcFunc-cot): Fix `let'.
28805 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
28807         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28808         the reasons we use "type pc" in these faces.
28810         * button.el (button): Ditto.
28812 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
28814         * replace.el (query-replace-read-from): Set the value of
28815         query-replace-from-history-variable to handle the case of an empty
28816         string entered to accept the suggested default.
28818         * net/tramp.el (tramp-file-name-for-operation):
28819         Use dired-call-process instead of dired-call-process-command.
28821 2005-02-19  Jay Belanger  <belanger@truman.edu>
28823         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28824         (math-div-non-trig): New variables.
28825         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28826         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28827         (math-combine-prod, math-div-symb-fancy): Add simplifications for
28828         trig expressions.
28830 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
28832         * progmodes/gdb-ui.el (gdb-var-update-handler)
28833         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28834         for watch expressions,
28835         (gdb-var-create-handler): Don't set speedbar-update-flag.
28836         (gdb-post-prompt): Simplify test for speedbar.
28838 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28840         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28841         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28842         we use the syntax table of the correct buffer.
28843         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28844         Felix Gatzemeier.
28846         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28847         (ediff-file-remote-p): Make synonymous with file-remote-p.
28848         In all deffaces ediff-*-face-*, use min-colors.
28850         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28851         ediff-recurse-to-subdirectories.
28852         (ediff-mark-if-equal): Check that the arguments are strings, use
28853         ediff-same-contents (after to Felix Gatzemeier).
28855         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28856         nil.
28858 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28860         * log-view.el (log-view-message-re): Fix up Subversion regexp.
28862 2005-02-18  David Kastrup  <dak@gnu.org>
28864         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28865         use `mark-active' when defined.
28867 2005-02-18  Kenichi Handa  <handa@m17n.org>
28869         * ps-print.el (ps-font-info-database): New entry
28870         ZapfChancery-MediumItalic with correct font name.  Fix font name
28871         of the entry Zapf-Chancery-MediumItalic.
28873 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
28875         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28877 2005-02-16  Kim F. Storm  <storm@cua.dk>
28879         * ido.el (ido-fallback-command): Pass user input to fallback command.
28881 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
28883         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28884         (gdb-find-file-hook): Add server prefix.
28886 2005-02-16  Richard M. Stallman  <rms@gnu.org>
28888         * replace.el (perform-replace): Pass new args to replace-highlight.
28889         (replace-highlight): Take region args,
28890         and pass them to isearch-lazy-highlight-new-loop.
28892         * novice.el (disabled-command-hook): Autoload the defalias
28893         and the make-obsolete-variable call.
28895         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28897         * isearch.el (isearch-lazy-highlight-start-limit)
28898         (isearch-lazy-highlight-end-limit): New variables limit
28899         the region for highlighting.
28900         (isearch-lazy-highlight-new-loop): New args BEG and END.
28901         (isearch-lazy-highlight-search): Use the new vars.
28902         (isearch-lazy-highlight-update): Likewise.
28904         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28906         * cus-start.el (all): Use default-boundp.
28908 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
28910         * menu-bar.el (menu-bar-select-frame): Handle current frame.
28912 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
28914         * autorevert.el (auto-revert-stop-on-user-input)
28915         (auto-revert-verbose): Doc fixes.
28917 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
28919         * international/mule-cmds.el (set-locale-environment): Remove call
28920         to set-selection-coding-system on Windows.
28922 2005-02-15  Jay Belanger  <belanger@truman.edu>
28924         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28925         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28926         calcFunc-coth.
28927         (math-simplify-sqrt): Add simplifications.
28929         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28930         to list.
28932         * calc/calc-ext.el: Add functions to autoloads.
28934         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28935         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28936         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28937         (math-csc-raw, math-cot-raw): New functions.
28939         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28941         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28942         the variable name in a message.
28944         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28945         calcFunc-csc, calcFunc-cot.
28947         * calc/calcalg2.el: Add derivative and integration rules for
28948         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28949         calcFunc-csch, calcFunc-coth.
28950         (math-do-integral-methods): Add to checks for when to use
28951         substitutions.
28953         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28955 2005-02-15  Lute Kamstra  <lute@gnu.org>
28957         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28958         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
28959         <monnier@iro.umontreal.ca>.
28960         (lisp-outline-level): Improve efficiency.  Suggested by David
28961         Kastrup <dak@gnu.org>.
28963 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
28965         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28966         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28967         (gdb-set-gud-minor-mode-existing-buffers): New functions.
28968         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
28969         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28971 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
28973         * cus-start.el (all): Comment change.
28975 2005-02-14  Lute Kamstra  <lute@gnu.org>
28977         * cus-start.el (all): Check if symbol is void.
28979 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
28981         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28982         optional argument to \cite.
28984 2005-02-14  Richard M. Stallman  <rms@gnu.org>
28986         * cus-edit.el (custom-buffer-create-internal): Update help message.
28987         (custom-magic-alist): Update help messages.
28989         * cus-start.el (all): Allow a var to specify a standard value.
28991 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
28993         * custom.el (custom-theme-set-variables): Handle variable aliases.
28995         * frame.el (blink-cursor-timer): Doc fix.
28996         (blink-cursor): Make it an alias for `blink-cursor-mode' and
28997         declare obsolete.
28998         (blink-cursor-mode): Define with defcustom and use correct
28999         standard expression in that defcustom.
29000         * startup.el (command-line): Adapt to above changes in frame.el.
29002 2005-02-11  Lute Kamstra  <lute@gnu.org>
29004         * apropos.el (apropos-score-doc): Prevent division by zero.
29006 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
29008         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
29009         (icalendar--get-event-property-attributes)
29010         (icalendar--get-event-properties)
29011         (icalendar--datetime-to-diary-date): New functions.
29012         (icalendar--split-value): Doc fix.
29013         (icalendar--datetime-to-noneuropean-date)
29014         (icalendar--datetime-to-european-date): New optional argument
29015         SEPARATOR.  Return result as a string instead of a list.
29016         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
29017         (icalendar--convert-string-for-export): Rename arg S to STRING.
29018         (icalendar-export-region): Doc fix.  Change name of error buffer.
29019         Save output buffer.
29020         (icalendar-import-file): Add blank at end of prompt.
29021         (icalendar-import-buffer): Doc fix.  Do not switch to error
29022         buffer.  Indicate status in return value.
29023         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
29024         buffer.  Save output buffer.  Handle exception from recurrence
29025         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
29026         events.  Fix problems with weekly all-day events.
29028 2005-02-10  Richard M. Stallman  <rms@gnu.org>
29030         * simple.el (eval-expression-print-format):
29031         Avoid warning about edebug-active.
29033         * help.el (help-for-help-internal): Rename from help-for-help.
29034         (help-for-help): Define with defalias.
29036         * font-core.el (font-lock-default-function): Use with-no-warnings.
29038         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
29040         * custom.el (defface): Doc fix.
29042 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
29044         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
29045         width 0" to prevent word wrapping problems.
29047 2005-02-09  Kim F. Storm  <storm@cua.dk>
29049         * ido.el (ido-file-extensions-order): New defcustom.
29050         (ido-file-extension-lessp, ido-file-extension-aux)
29051         (ido-file-extension-order): New advanced file ordering.
29052         (ido-file-lessp): New simple file ordering.
29053         (ido-sort-list): Remove.
29054         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29055         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29057 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
29059         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29060         that some versions of grep produce.
29061         (grep-mode-font-lock-keywords): Likewise.
29063 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
29065         * progmodes/gdb-ui.el (gdb-location-list): New variable.
29066         (gdb-cdir): Delete.
29067         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29068         (gdb-source-info): Treat case when source file is in another
29069         directory properly.
29070         (gdb-get-location): New function.
29072 2005-02-07  Jay Belanger  <belanger@truman.edu>
29074         * calc/calc-prog.el (calc-write-parse-table-part)
29075         (calc-fix-token-name): Fix a check for language type.
29077         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29079 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
29081         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29082         as directory not writable.
29084 2005-02-07  Kim F. Storm  <storm@cua.dk>
29086         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29087         (cua--standard-movement-commands): Remove list.
29088         Instead, set CUA property value to move for movement commands.
29089         (cua-movement-commands): Remove.  Users must set CUA prop instead.
29090         (cua--pre-command-handler): Check CUA property.
29091         (cua--init-keymaps): Don't remap undo commands.
29092         (cua-mode): Don't call cua--rectangle-on-off.
29094         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29095         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29096         (cua--rect-undo-set-point): New var.
29097         (cua--rectangle-undo-boundary): Setup undo apply entry.
29098         (cua--rect-undo-handler): New function for rectangle undo.
29099         (cua--rect-start-position, cua--rect-end-position): Add.
29100         (cua--rectangle-post-command): Call cua--rectangle-set-corners
29101         for restored rectangle.  Set point if cua--rect-undo-set-point.
29103 2005-02-06  Jay Belanger  <belanger@truman.edu>
29105         * calc/calc-lang.el (calc-tex-language): Display more information
29106         in messages.
29108         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29109         in TeX mode.
29111 2005-02-06  Richard M. Stallman  <rms@gnu.org>
29113         * emacs-lisp/lisp.el (buffer-end): Doc fix.
29115 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
29117         * net/ldap.el (ldap-search-internal): Support attributes with
29118         optional descriptions separated by a semi-colon, as in
29119         "userCertificate;binary".
29121 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29123         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29124         isn't a cons (i.e. the version is 0).
29126 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
29128         * help.el (help-for-help): Doc fix.
29130 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
29132         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
29133         GDB-Windows on the menu-bar as this works better.
29135 2005-02-04  Jay Belanger  <belanger@truman.edu>
29137         * calc/calc-embed.el (calc-embedded-update): Don't put in
29138         unnecessary newlines.  Adjust the end of formula marker.
29140         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29141         (math-latex-parse-two-args): New function.
29143 2005-02-03  Lute Kamstra  <lute@gnu.org>
29145         * help-fns.el (help-with-tutorial): Make sure that users cannot
29146         remove the entire text of the tutorial by means of `undo'.
29148 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29150         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29151         in recent changes, where the ispell process was repeatedly
29152         killed & restarted.
29154         * international/mule-cmds.el (set-locale-environment): Set file-name
29155         coding system to utf-8 on Darwin systems.
29156         (set-default-coding-systems): Don't set default-file-name-coding-system
29157         on Darwin systems.
29159 2005-02-03  Richard M. Stallman  <rms@gnu.org>
29161         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29163 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
29165         * faces.el (list-faces-display): Add optional argument.
29167 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29169         * font-core.el (font-lock-default-function): Handle the rare case where
29170         only font-lock-keywords is set.
29172 2005-02-02  Kenichi Handa  <handa@m17n.org>
29174         * international/characters.el: Cancel previous change for
29175         I-WITH-DOT-ABOVE and DOTLESS-i.
29177         * international/latin-5.el: Cancel previous change.
29179 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
29181         * progmodes/gud.el: Correction to syntax in gud-menu-map.
29183 2005-02-02  Kenichi Handa  <handa@m17n.org>
29185         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29186         DOTLESS-i.
29188         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29189         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29191         * case-table.el (get-upcase-table): New function.
29192         (copy-case-table): Copy upcaes table too if non-nil.
29193         (set-case-syntax-delims): Maintain upcase table too.
29194         (set-case-syntax-pair): Likewise.
29195         (set-upcase-syntax, set-downcase-syntax): New functions.
29196         (set-case-syntax): Maintain upcase table too.
29198 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
29200         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29202         * progmodes/gud.el (gud-goto-info): New function.
29203         (gud-tool-bar-map): Use correct icon.
29205 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
29207         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29208         When delegating, order args in the funcall correctly.
29210 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
29212         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29214 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
29216         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29217         buffer not visiting a file.
29219 2005-01-31  Jay Belanger  <belanger@truman.edu>
29221         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29222         bound on the line with the formula.
29224 2005-01-31  Kim F. Storm  <storm@cua.dk>
29226         * ses.el (ses-create-cell-variable-range)
29227         (ses-destroy-cell-variable-range, ses-reset-header-string)
29228         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29229         (ses-insert-row): Fix format of apply undo entries.
29231 2005-01-31  Jay Belanger  <belanger@truman.edu>
29233         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29234         parts.
29236         * calc/calc-embed.el (calc-embedded-open-formula)
29237         (calc-embedded-close-formula): Ignore matrix environments.
29239         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29240         TeX mode.
29242         * calc/calc-lang.el (math-function-table, math-oper-table)
29243         (math-variable-table): Adjust the LaTeX portions.
29245         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29246         (math-latex-ignore-words): New constant.
29248 2005-01-31  Richard M. Stallman  <rms@gnu.org>
29250         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29251         (ispell-local-dictionary): Doc fix.
29252         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29253         Don't reinitialize at run time.  Don't defcustom.
29254         All uses changed to append ispell-local-dictionary-alist,
29255         or check it first.
29256         (ispell-current-dictionary): New variable for dictionary in use.
29257         (ispell-dictionary): Now used only for global default.
29258         (ispell-start-process): Set ispell-current-dictionary,
29259         not ispell-dictionary.
29260         (ispell-change-dictionary): Use this only for setting
29261         user preferences.
29262         (ispell-internal-change-dictionary): New function
29263         to change the current dictionary in use.
29264         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29265         Use ispell-current-dictionary.
29266         Handle ispell-local-dictionary-overridden.
29267         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29269 2005-01-31  Jay Belanger  <belanger@truman.edu>
29271         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29273         * calc/calc-ext.el: Add calc-latex-language to autoloads.
29274         (calc-mode-map): Add calc-latex-language.
29276         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29277         (math-latex-print-frac): New functions.
29278         (math-oper-table, math-function-table, math-variable-table)
29279         (math-complex-format, math-input-filter): Add latex properties.
29280         (calc-set-language): Set math-expr-special-function-mapping.
29282         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29283         (calc-write-parse-table-part): Add LaTeX support.
29285         * calc/calc.el (calc-language): Adjust docstring.
29286         (calc-set-mode-line): Add LaTeX support.
29287         (math-expr-special-function-mapping): New variable.
29288         (math-tex-ignore-words): Add to list.
29290         * calc/calccomp.el (math-compose-expr, math-compose-rows):
29291         Add LaTeX support.
29292         (math-compose-expr): Add support for special functions.
29294         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29296 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
29298         * progmodes/gdb-ui.el (gdb-memory-address)
29299         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29300         (gdb-memory-mode-map, gdb-memory-format-keymap)
29301         (gdb-memory-format-menu, gdb-memory-unit-keymap)
29302         (gdb-memory-unit-menu): New variables for a buffer
29303         that lets the user examine program memory.
29304         (gdb-memory-set-address, gdb-memory-set-repeat-count)
29305         (gdb-memory-format-binary, gdb-memory-format-octal)
29306         (gdb-memory-format-unsigned, gdb-memory-format-signed)
29307         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29308         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29309         (gdb-memory-unit-word, gdb-memory-unit-halfword)
29310         (gdb-memory-unit-byte, gdb-memory-unit-menu)
29311         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29312         (gdb-memory-mode, gdb-memory-buffer-name)
29313         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29314         New functions for above buffer.
29316 2005-01-30  Richard M. Stallman  <rms@gnu.org>
29318         * cus-edit.el (custom-bury-buffer): Function deleted.
29319         (custom-buffer-done-function): Option deleted.
29320         (custom-buffer-done-kill): New replacement option.
29321         (Custom-buffer-done): Call quit-window.
29322         (custom-buffer-create-internal): Update for above changes.
29324 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
29326         * simple.el (undo-ask-before-discard): New var.
29327         (undo-outer-limit-truncate): Implement it.
29328         (undo-extra-outer-limit): Doc update.
29330 2005-01-29  Richard M. Stallman  <rms@gnu.org>
29332         * ses.el (undo-more): Delete defadvice.
29333         (ses-begin-change): Doc fix.
29335         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29336         instead of rebinding C-x u and C-_.
29338         * files.el (normal-backup-enable-predicate): Return nil for files
29339         in /tmp, regardless of temporary-file-directory.
29341         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29343         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29344         (open-rectangle, delete-whitespace-rectangle-line)
29345         (clear-rectangle-line): If FILL, pass t instead of FILL
29346         for move-to-column's 2nd arg.
29348         * simple.el (undo): Fix the test for continuing a series of undos.
29349         (undo-more): Set pending-undo-list to t when we reach end.
29350         (pending-undo-list): Move up defvar.
29352         * wid-edit.el (widget-button-click):
29353         Shorten the range of the track-mouse binding.
29355         * comint.el (comint-insert-input): Undo previous changes;
29356         use last-input-event in interactive spec.
29358 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
29360         * progmodes/compile.el (compilation-start): Bind buffer-read-only
29361         to nil before invoking call-process.  Reset buffer's modified flag
29362         after fontifying it in the no-async branch.
29364         * wid-edit.el (widget-specify-button): If mouse pointer shape
29365         cannot be changed, use mouse face instead.
29367 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
29369         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29370         (gdb-goto-breakpoint): Make breakpoint handling work on template
29371         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
29372         (gdb-assembler-custom): Update to recognize breakpoint information
29373         added on 2005-01-19.
29375 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29377         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29378         (dsssl-mode): Use define-derived-mode.
29379         (scheme-mode-initialize): Remove.
29380         (scheme-mode): Use run-mode-hooks.
29382         * cus-edit.el (customize-group-other-window)
29383         (custom-buffer-create-other-window): Don't override special-display-*.
29384         (custom-mode-map): Make it dense.
29386         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29387         sets the default value.
29389 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
29391         * descr-text.el: Add more keywords.
29393 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29395         * speedbar.el: Avoid unnecessary use of locate-library.
29397         * international/mule-cmds.el (standard-display-european-internal):
29398         Don't fiddle with latin-1 non-break space any more since it's now
29399         special cased in the C code.
29400         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29402 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
29404         * cus-start.el (all): Add `undo-outer-limit'.
29406 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29408         * textmodes/bibtex.el (bibtex-format-entry):
29409         Use `bibtex-empty-field-re' only on the text of fields, not on entire
29410         field lines.
29411         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29412         not on part of a buffer.
29414 2005-01-25  Lute Kamstra  <lute@gnu.org>
29416         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29417         nonempty field text strings like "{letters\\macro{}more letters}".
29418         Clarify docstring.
29419         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29420         (bibtex-entry-offset, bibtex-parse-association)
29421         (bibtex-parse-field-name): Fix typos in docstrings.
29422         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29424 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
29426         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29427         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29428         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29429         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29431         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29432         isearch minor mode.
29434 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
29436         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29438 2005-01-24  Lute Kamstra  <lute@gnu.org>
29440         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29441         CASECHARS and NOT-CASECHARS regular expressions of the
29442         "nederlands" and "nederlands8" dictionaries to prevent a "Range
29443         striding over charsets" error.
29445 2005-01-24  Jay Belanger  <belanger@truman.edu>
29447         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29448         display variable name.
29450 2005-01-24  Kenichi Handa  <handa@m17n.org>
29452         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29453         Fix setting of the element of encoded-kbd-iso2022-invocations.
29455 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
29457         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29458         (gdb-threads-select): Change to also accept mouse events.
29459         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29460         (gdb-threads-mouse-select): Delete.
29462 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
29464         * files.el (insert-directory): Take care of empty directory,
29465         listed without -a switch.
29467 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29469         * textmodes/refill.el (refill-post-command-function):
29470         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29471         to the list of functions that we should be careful not to undo.
29472         (refill-late-fill-paragraph-function): Remove.
29473         (refill-saved-state): New var.
29474         (refill-mode): Use it to save fill-paragraph-function.
29475         Save also the value of auto-fill-function.
29477         * term/w32-win.el: Simplify code.
29479 2005-01-23  Kim F. Storm  <storm@cua.dk>
29481         * simple.el (line-move): Adapt to new return value from
29482         pos-visible-in-window-p.
29484         * simple.el (line-move): Fix last change.  Check partial
29485         visibility at point rather than at window-start.
29487 2005-01-22  Jason Rumney  <jasonr@gnu.org>
29489         * term/w32-win.el (xw-defined-colors): Remove debug-message.
29491 2005-01-22  David Kastrup  <dak@gnu.org>
29493         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29495 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
29497         * type-break.el (type-break-mode): Add a test for
29498         type-break-file-name being non-nil.
29500 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
29502         * net/eudc.el (top level): Call (message "") via progn, so that
29503         eudc-options-file is loaded.
29505 2005-01-22  Kim F. Storm  <storm@cua.dk>
29507         * simple.el (line-move-1): Rename from line-move.
29508         (line-move): New function that adjusts vscroll for partially
29509         visible rows, and calls line-move-1 otherwise.
29511 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
29513         * pcomplete.el: Define pcomplete-read-event instead of read-event,
29514         since it's not a complete read-event implementation
29516 2005-01-20  Jay Belanger  <belanger@truman.edu>
29518         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29519         for called function.
29521 2005-01-20  Steven Tamm  <steventamm@mac.com>
29523         * term/mac-win.el (process-connection-type): Remove.
29524         Controlled now by s/darwin.h:PTY_ITERATION.
29526 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29528         * window.el (handle-select-window): Don't switch window when we're
29529         in the minibuffer.
29531 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
29533         * subr.el (dotimes-with-progress-reporter): New macro.
29535         * ses.el (ses-dotimes-msg): Remove macro.
29536         Use `dotimes-with-progress-reporter' instead.
29538 2005-01-19  Steven Tamm  <steventamm@mac.com>
29540         * term/mac-win.el (process-connection-type): Use new
29541         operating-system-release variable to use ptys on Darwin 7 (OS X
29542         10.3) when using carbon build.
29544 2005-01-19  Jay Belanger  <belanger@truman.edu>
29546         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29547         flags if the last command was a tab or M-tab.
29549         * calc/calc-prog.el (calc-user-define-edit): Put original formula
29550         in formula editing buffer.
29552 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
29554         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29555         breakpoint image symbol in margin.
29557 2005-01-19  Jay Belanger  <belanger@truman.edu>
29559         * calc/calc-prog.el (calc-execute-kbd-macro):
29560         Ignore calc-keep-arg-flag.
29562 2005-01-19  Kenichi Handa  <handa@m17n.org>
29564         * textmodes/ispell.el (ispell-looking-at): New function.
29565         (ispell-process-line): Use ispell-looking-at to compare the ispell
29566         output and the buffer contents.
29568 2005-01-18  Jay Belanger  <belanger@truman.edu>
29570         * calc/calc.el (calc-display-raw): Fix docstring.
29572 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29574         * simple.el (blink-matching-open): Strip extra info from syntax.
29576         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29577         funny chars in the end-of-here-doc marker.
29579 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
29581         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29582         that enable/disabled state of breakpoints is shown correctly in
29583         fringe and on ttys.
29584         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29585         Add breakpoint information as text properties.
29586         (gdb-mouse-toggle-breakpoint):
29587         Rename to gdb-mouse-set-clear-breakpoint.
29588         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
29589         breakpoints in the margin.
29590         (gdb-remove-strings): Simplify.
29592 2005-01-17  Jay Belanger  <belanger@truman.edu>
29594         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29595         erasing buffer.
29597 2005-01-17  Richard M. Stallman  <rms@gnu.org>
29599         * progmodes/grep.el (grep-find): Copy from `grep' the condition
29600         for calling grep-compute-defaults.
29602         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29603         if buffer is empty.
29605         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29607 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
29609         * hilit-chg.el (highlight-changes-mode): Don't autoload.
29611         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29612         non-preloaded variables.
29614 2005-01-17  Steven Tamm  <steventamm@mac.com>
29616         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29617         tex-shell cause to force interactivity when using pipes.
29619 2005-01-17  Kim F. Storm  <storm@cua.dk>
29621         * simple.el (just-one-space): Make arg optional.
29623 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
29625         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29626         posn-at-x-y to t to access left-margin.
29628 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
29630         Sync with Tramp 2.0.47.
29632         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29633         catching keep-date problems in cp/scp operations.
29634         (tramp-handle-copy-file): Don't call `set-file-modes'
29635         unconditionally.  Specialized functions should know better what is
29636         necessary.  This improves performance a little bit, and the
29637         functions could catch errors with `cp -p' and `scp -p'.
29638         (tramp-do-copy-or-rename-file-via-buffer)
29639         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29640         when appropriate.
29641         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29642         Call `set-file-modes' when appropriate.
29643         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
29644         Johnsson <isak@hypergene.com>.
29645         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29646         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
29647         <joakim@verona.se>.
29648         (tramp-file-name-for-operation): Mark `shell-command' as magic for
29649         Emacs only.
29651         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
29652         `find-file-hooks' and `dired-mode-hook'.
29653         (tramp-minor-mode-map): Respective map.  Add remapping for
29654         `compile' and `recompile'.
29655         (tramp-remap-command, tramp-recompile): New defuns.
29656         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29657         in buffer "*Compilation*".  Call the commands asynchronously.
29659         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29660         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29661         `shell-command', because it isn't magic in XEmacs.  Reported by
29662         Adrian Aichner <adrian@xemacs.org>.
29664         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29665         `substitute-in-file-name.
29666         (tramp-smb-handle-substitute-in-file-name): New defun.
29667         (tramp-smb-advice-PC-do-completion): Delete advice.
29669 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
29671         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29672         Fix error in deleting region.
29674 2005-01-15  Richard M. Stallman  <rms@gnu.org>
29676         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29677         In non-temp buffer, switch syntax table temporarily.
29679         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29681         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29683         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29685         * imenu.el (imenu--split-menu): Copy menulist before sorting.
29686         (imenu--generic-function): Use START, not BEG, as pos of definition.
29688         * simple.el (just-one-space): Argument specifies number of spaces.
29690         * simple.el (eval-expression-print-format): Avoid warning
29691         about edebug-active.
29693 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
29695         * progmodes/sh-script.el: Code copied from make-mode.el
29696         with small changes,
29697         (sh-mode-map): Bind C-c C-\.
29698         (sh-backslash-column, sh-backslash-align): New variables.
29699         (sh-backslash-region, sh-append-backslash): New functions.
29701 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29703         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29704         (rmail-pop-password, rmail-pop-password-required): Move to
29705         rmail-obsolete group.
29706         (rmail-set-pop-password): Rename to rmail-set-remote-password.
29707         All callers updated.
29708         (rmail-get-pop-password): Rename to rmail-get-remote-password.
29709         Take an argument specifying whether it is POP or IMAP mailbox we
29710         are using.  All callers updated.
29711         (rmail-pop-password-error): Rename to
29712         rmail-remote-password-error.  Added mailutils-specific error message.
29713         (rmail-movemail-search-path)
29714         (rmail-movemail-variant-in-use): New variables.
29715         (rmail-remote-password, rmail-remote-password-required):
29716         New customization variables.
29717         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29718         (rmail-parse-url): New function.
29719         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29720         with GNU mailutils movemail.
29722 2005-01-15  Kevin Ryde  <user42@zip.com.au>
29724         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29725         suffix to space, $ or '$, to correctly position point when going
29726         to @table style constants like DBL_MAX.
29728 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
29730         * type-break.el (type-break-mode, type-break-file-time)
29731         (type-break-file-keystroke-count, type-break-choose-file):
29732         Don't store data in or load data from the file if type-break-file-name
29733         is nil.
29734         (type-break-file-name): Doc update as per the above.
29736 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
29738         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29739         lookup-key might return nil; handle that.
29741 2005-01-15  Alan Mackenzie  <acm@muc.de>
29743         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29744         rather than the element found, thus enabling the tree to be setcar'd.
29746 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
29748         * textmodes/org.el (org-show-following-heading): New option.
29749         (org-show-hierarchy-above): Use `org-show-following-heading'.
29750         (org-cycle): Documentation fix.
29752         * textmodes/org.el (orgtbl-optimized): New option
29753         (orgtbl-mode): New command, a minor mode.
29754         (orgtbl-mode-map): New variable.
29755         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29756         (orgtbl-error, orgtbl-self-insert-command)
29757         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29759         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29760         a local variable in each org-mode buffer.
29762         * textmodes/org.el (org-set-regexps-and-options): Rename from
29763         `org-set-regexps'.  Added checking for STARTUP keyword.
29764         (org-get-current-options): Add STARTUP options.
29765         (org-table-insert-row): Make mode intelligent about when
29766         realignment is needed.
29767         (org-self-insert-command, org-delete-backward-char, org-delete-char):
29768         New commands.
29769         (org-enable-table-editor): New default value `optimized'.
29770         (org-table-blank-field): Support blanking regions if active.
29772 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
29774         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29775         if the year is not given.
29777         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29778         Add new escapes %m and %M, fixed bug with %F by adding
29779         save-match-data.
29780         (reftex-reference): Remove ?. from list of spaces.
29781         (reftex-label-info): Add automatic label prefix recognition.
29783         * textmodes/reftex-index.el (reftex-index-next-phrase):
29784         Add slave parameter to call of `reftex-index-this-phrase'.
29785         (reftex-index-this-phrase): New optional argument.
29786         (reftex-index-region-phrases): Add slave parameter to call of
29787         `reftex-index-this-phrase'.
29788         (reftex-display-index): New argument redo.
29789         (reftex-index-rescan): Add `redo' to arguments of
29790         `reftex-display-index'.
29791         (reftex-index-Rescan, reftex-index-revert)
29792         (reftex-index-switch-index-tag): Add `redo' to arguments of
29793         `reftex-display-index'.
29794         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29795         indexing.  Fix bug with matching is there is a quote before or
29796         after the word.
29798         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29799         Fix bug when collecting citation keys in lines with comments.
29800         (reftex-citation): Prefix argument no longer rescans the document,
29801         but forces prompting for optional arguments of cite macros.
29802         (reftex-do-citation): Prompting for optional arguments implemented.
29804         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29805         Add optional arguments to most cite commands.
29806         (reftex-cite-cleanup-optional-args): New option
29807         (reftex-cite-prompt-optional-args): New option.
29808         (reftex-trust-label-prefix): New option.
29810         * textmodes/reftex-toc.el (reftex-toc-find-section):
29811         Add push-mark before changing the position in the buffer.
29813         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29814         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29816 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
29818         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29819         more carefully.
29821 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29823         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29824         (sgml-mode): Use it.
29825         (sgml-get-context): Better keep track of implicitly closed tags.
29827 2005-01-13  Kenichi Handa  <handa@m17n.org>
29829         * textmodes/ispell.el: These changes are to fix misalignment error
29830         caused by equivalent characters of different Emacs charsets.
29831         (ispell-unified-chars-table): New variable.
29832         (ispell-get-decoded-string): New function.
29833         (ispell-get-casechars, ispell-get-not-casechars)
29834         (ispell-get-otherchars): Call ispell-get-decoded-string.
29836 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
29838         * custom.el (custom-declare-variable): Just put symbol instead
29839         of (defvar . symbol) in `current-load-list'.
29841 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
29843         * emacs-lisp/elint.el: Fixed typo in Commentary section.
29845 2005-01-12  Jay Belanger  <belanger@truman.edu>
29847         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29848         to create a Calc summary.
29850 2005-01-12  Kim F. Storm  <storm@cua.dk>
29852         * mouse.el (mouse-on-link-p): Change functionality and doc
29853         string to comply with latest description in lisp ref.
29855 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
29857         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29858         Enable mouse clicks on mode-line, header-line and margin.
29859         (event-type): Give mouse event symbols an `event-kind' property
29860         with value `mouse-click'.
29862 2005-01-12  Juri Linkov  <juri@jurta.org>
29864         * facemenu.el (list-colors-display): Add new arg buffer-name.
29865         Use it.  Fix docstring.  Replace code for identifying duplicate
29866         colors by the name with call to `list-colors-duplicates' which
29867         identifies duplicate colors by the value unless the color
29868         is one of special Windows colors.  Set truncate-lines to t.
29869         Print sorted duplicate color names on each line.  Indent to 22
29870         \(the longest color name in rgb.txt) instead of 20.  Optimize.
29871         (list-colors-duplicates): New function.
29872         (facemenu-color-name-equal): Delete function.
29874         * facemenu.el (list-colors-print): New function created from code
29875         in list-colors-display.  Print #RRGGBB at the window right edge.
29876         (list-colors-display): When temp-buffer-show-function is not
29877         defined, call list-colors-print from temp-buffer-show-hook
29878         to get the right value of window-width in list-colors-print
29879         after the buffer is displayed.
29881         * simple.el (pop-mark): Move deactivate-mark out of conditional
29882         part to deactivate the active mark regardless of the state of the
29883         mark ring.
29885         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29886         variables line in desktop files.
29888 2005-01-12  Juri Linkov  <juri@jurta.org>
29890         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29891         Bring together isearch highlight related options.
29892         (lazy-highlight): Replace group `replace' by `matching'.
29893         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29894         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29895         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29896         and declare them obsolete.
29897         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29898         (isearch-faces): Remove defgroup.
29899         (isearch-overlay, isearch-highlight, isearch-dehighlight):
29900         Move isearch highlighting code closer to lazy highlighting code.
29902         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29903         (query-replace-highlight, query-replace-lazy-highlight)
29904         (query-replace): Move definitions to the beginning of the file.
29906 2005-01-11  Juri Linkov  <juri@jurta.org>
29908         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29909         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29910         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29912         * info.el (Info-history-forward): New variable.
29913         (Info-select-node): Reset Info-history-forward to nil.
29914         (Info-last): Turn into defalias.
29915         (Info-history-back): Rename from Info-last.
29916         Add current node to Info-history-forward.
29917         (Info-history-forward): New fun.
29918         (Info-mode-map): Replace Info-last by Info-history-back.
29919         Bind Info-history-forward to "r".
29920         (Info-mode-menu): Replace Info-last by Info-history-back.
29921         Fix menu item text.  Add menu item for Info-history-forward.
29922         (info-tool-bar-map): Replace Info-last by Info-history-back.
29923         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
29924         for Info-history-forward.
29925         (Info-mode): Replace Info-last by Info-history-back in docstring.
29926         Add local variable Info-history-forward.
29927         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29929 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29931         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29932         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29933         Ignore select-window events rather than fiddle with
29934         mouse-autoselect-window.
29936 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
29938         * type-break.el (type-break-mode): Fix previous change.
29940 2005-01-10  Jay Belanger  <belanger@truman.edu>
29942         * calc/calc-ext.el (calc-reset): Reset when inside embedded
29943         calculator; only reset when point is inside a calculator.
29944         Don't adjust the window height if the window takes up the whole height
29945         of the frame.
29947 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
29949         * ebuff-menu.el (Electric-buffer-menu-mode):
29950         Preserve value of buffer-local var header-line-format.
29952 2005-01-09  Jay Belanger  <belanger@truman.edu>
29954         * calc/calc.el (calc-mode-var-list-restore-saved-values):
29955         Make sure settings file exists before accessing it.
29957         * calc/calc-embed.el (calc-embedded-subst):
29958         Replace math-multi-subst-rec, which is only supposed to be called
29959         by math-multi-subst, by math-multi-subst.
29961 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
29963         * vc.el (vc-allow-async-revert): New user option.
29964         (vc-disable-async-diff): New internal variable.
29965         (vc-revert-buffer): Use them to disable asynchronous diff.
29967         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29968         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29969         asynchronously if vc-disable-async-diff is t.
29971 2005-01-09  Jay Belanger  <belanger@truman.edu>
29973         * calc/calc.el (defcalcmodevar): New macro.
29974         (calc-mode-var-list-restore-default-values)
29975         (calc-mode-var-list-restore-saved-values): New functions.
29976         (calc-mode-var-list): Use defcalcmodevar to define it.
29977         (calc-always-load-extensions, calc-line-numbering)
29978         (calc-line-breaking, calc-display-just, calc-display-origin)
29979         (calc-number-radix, calc-leading-zeros, calc-group-digits)
29980         (calc-group-char, calc-point-char, calc-frac-format)
29981         (calc-prefer-frac, calc-hms-format, calc-date-format)
29982         (calc-float-format, calc-full-float-format, calc-complex-format)
29983         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29984         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29985         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29986         (calc-matrix-brackets, calc-language, calc-language-option)
29987         (calc-left-label, calc-right-label, calc-word-size)
29988         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29989         (calc-display-raw, calc-internal-prec, calc-angle-mode)
29990         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29991         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29992         (calc-window-height, calc-display-trail, calc-show-selections)
29993         (calc-use-selections, calc-assoc-selections)
29994         (calc-display-working-message, calc-auto-why, calc-timing)
29995         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29996         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29997         (calc-gnuplot-default-device, calc-gnuplot-default-output)
29998         (calc-gnuplot-print-device, calc-gnuplot-print-output)
29999         (calc-gnuplot-geometry, calc-graph-default-resolution)
30000         (calc-graph-default-resolution-3d, calc-invocation-macro)
30001         (calc-show-banner): Use defcalcmodevar to declare them and set
30002         their default values.
30004         * calc/calc-ext.el (calc-reset): Restore saved values of variables
30005         instead of default values (but restore default values if there is
30006         an argument of 0).
30008 2005-01-09  David Kastrup  <dak@gnu.org>
30010         * desktop.el (desktop-restore-eager): Fix typo in type.
30012 2005-01-08  Richard M. Stallman  <rms@gnu.org>
30014         * cus-edit.el (customize): Delete :link.
30016 2005-01-08  Jay Belanger  <belanger@truman.edu>
30018         * calc/calc.el (calc-mode): Remove the extension from the
30019         `calc-settings-file' file name when loading it.
30021 2005-01-08  Kim F. Storm  <storm@cua.dk>
30023         * info.el (Info-mode-map, Info-next-link-keymap)
30024         (Info-prev-link-keymap, Info-up-link-keymap):
30025         Map follow-link to mouse-face.
30026         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
30028 2005-01-08  Jay Belanger  <belanger@truman.edu>
30030         * calc/calc.el (calc-settings-file): Change default value.
30031         Suggested by cgw in a comment in calc-mode.el.
30033         * calc/calc-mode.el (calc-settings-file-name):
30034         Compare calc-settings-file to user-init-file instead of ~/.emacs.
30035         Replace ~/.emacs in a prompt by calc-settings-file.
30037 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
30039         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
30040         (desktop-lazy-idle-delay): New customizable variables.
30041         (desktop-buffer-args-list): New variable.
30042         (desktop-append-buffer-args): New function.
30043         (desktop-save): Call desktop-append-buffer-args for some buffers.
30044         (desktop-lazy-create-buffer): New function.
30045         (desktop-idle-create-buffers): New function.
30046         (desktop-read): Add message about buffers to restore lazily.
30047         (desktop-lazy-abort): New command.
30048         (desktop-clear): Call desktop-lazy-abort.
30049         (desktop-lazy-complete): New command.
30051 2005-01-06  Richard M. Stallman  <rms@gnu.org>
30053         * emacs-lisp/find-func.el (find-face-definition):
30054         Rename from find-face.
30056 2005-01-06  Kim F. Storm  <storm@cua.dk>
30058         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30060         * man.el (Man-xref-man-page, Man-xref-header-file)
30061         (Man-xref-normal-file): Add follow-link property.
30063 2005-01-06  Jay Belanger  <belanger@truman.edu>
30065         * calc/calc-units.el: Make sure the proper macro definitions are
30066         available when compiling.
30068 2005-01-06  Juri Linkov  <juri@jurta.org>
30070         * isearch.el (isearch-lazy-highlight-update):
30071         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30073 2005-01-06  Miles Bader  <miles@gnu.org>
30075         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30076         (isearch-lazy-highlight-face): Use new name.
30078 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30080         * uniquify.el (uniquify-rationalize-file-buffer-names):
30081         Re-add an interactive spec.
30082         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30083         to the same name.
30085         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30086         (isearch-update, isearch-done): Adjust calls accordingly.
30088 2005-01-05  Richard M. Stallman  <rms@gnu.org>
30090         * custom.el (custom-set-variables, custom-theme-set-variables):
30091         Clarify documentation.
30093         * emacs-lisp/find-func.el (find-variable)
30094         (find-variable-other-window, find-variable-other-frame):
30095         Fix the TYPE args to find-function-read and find-function-do-it.
30096         (find-function): Doc fix.
30097         (find-function-at-point): Replace function-at-point alias.
30099 2005-01-04  Richard M. Stallman  <rms@gnu.org>
30101         * cus-face.el (custom-declare-face):
30102         Record defface in current-load-list.
30104         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30106         * emacs-lisp/find-func.el: Doc fixes.
30107         (find-face-regexp): New variable.
30108         (find-function-regexp-alist): New variable.
30109         (find-function-C-source): Third arg is now TYPE.
30110         (find-function-search-for-symbol): Handle general TYPE.
30111         (find-function-read, find-function-do-it): Handle general TYPE.
30112         (find-definition-noselect, find-face): New functions.
30113         (function-at-point): Alias deleted.
30115 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
30117         * battery.el (display-battery-mode): Rename from display-battery.
30118         Handle the case where it gets turned off.
30120 2005-01-04  Richard M. Stallman  <rms@gnu.org>
30122         * cus-edit.el (customize): Make :link point to user doc.
30124         * man.el (Man-fontify-manpage): Turn off undo generation.
30126         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30128 2005-01-04  Andreas Schwab  <schwab@suse.de>
30130         * files.el (insert-directory): Only look for error lines in
30131         inserted text.  Don't move too far after processing --dired markers.
30133 2005-01-04  Richard M. Stallman  <rms@gnu.org>
30135         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30136         Don't expand if the character is @, period, dash, etc.
30137         (define-mail-abbrev): Quote names that contain problem characters.
30139 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
30141         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30143 2005-01-03  Richard M. Stallman  <rms@gnu.org>
30145         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30146         (query-replace-highlight, query-replace-lazy-highlight)
30147         (query-replace): Definitions moved up.  Doc fix.
30149 2005-01-03  Richard M. Stallman  <rms@gnu.org>
30151         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30152         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30153         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30154         (lazy-highlight-face): Rename from isearch-lazy-...
30155         Change all references to them.
30157 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
30159         * cus-edit.el (custom-file): Doc fix for defcustom.
30160         (custom-file): The function no longer sets the variable
30161         `custom-file' to its return value.
30163         * startup.el (command-line): No longer load `custom-file'.
30165 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30167         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30169         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30170         Don't confuse module-prefixed identifiers for labels.
30171         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30173 2005-01-02  Richard M. Stallman  <rms@gnu.org>
30175         * files.el (basic-save-buffer-1): Fix previous change.
30177         * loadhist.el (file-loadhist-lookup): New function.
30178         (file-provides, file-requires): Use it.
30180         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30181         instead of calculating the right size.
30183 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
30185         * vc-svn.el (vc-svn-diff): Stay local if possible.
30187 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30189         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30191         * files.el (hack-local-variables): Fix last change.
30193 2005-01-02  Jay Belanger  <belanger@truman.edu>
30195         * calc/calc-yank.el (calc-edit-top): New variable.
30196         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30197         object.  Change header properties.
30198         (calc-edit-finish, calc-edit-finish-stack-object)
30199         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30200         edited object.
30201         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30202         for the beginning of the edited object.
30203         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30204         for the beginning of the edited object.
30205         * calc/calc-prog.el (calc-edit-macro-finish-edit)
30206         (calc-finish-formula-edit, calc-macro-repeats)
30207         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30208         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30209         beginning of the edited object.
30210         (calc-user-define-edit): Change the header for editing macros.
30211         Remove unnecessary variable.
30213 2005-01-01  Jay Belanger  <belanger@truman.edu>
30215         * calc/calc-yank.el (calc-edit-mode): Change default header.
30216         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30217         * calc/calc-store.el (calc-edit-variable): Change title to match new
30218         header.
30219         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30220         mode to match new header.
30221         (calc-user-define-edit): Change titles to include names of commands.
30222         (calc-finish-formula-edit): Adjust to handle new header.
30223         (calc-finish-macro-edit): Remove.
30224         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30225         (calc-edit-macro-command, calc-edit-macro-command-type)
30226         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30227         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30228         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30229         (calc-edit-macro-finish-edit): New functions.
30230         (calc-user-define-edit): Use new functions to edit named calc macros.
30232 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30234         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30236         * ses.el (copy-region-as-kill): Deactivate mark.
30238 2005-01-01  Richard M. Stallman  <rms@gnu.org>
30240         * replace.el (occur-1): If the output buffer is also an input,
30241         don't kill it, rename it.
30243         * faces.el (set-face-background, set-face-foreground): Doc fix.
30245         * cus-face.el (custom-face-attributes): Fix :help-echo strings
30246         for :foreground and :background.
30248         * dired.el (dired-view-command-alist): Variable deleted.
30249         (dired-view-file, dired-mouse-find-file-other-window):
30250         Delete the code to use it.
30252 2005-01-01  Kim F. Storm  <storm@cua.dk>
30254         * image.el (insert-sliced-image): Use t for line-height property.
30256 See ChangeLog.11 for earlier changes.
30258 ;; Local Variables:
30259 ;; coding: iso-2022-7bit
30260 ;; add-log-time-zone-rule: t
30261 ;; End:
30263     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30264   Copying and distribution of this file, with or without modification,
30265   are permitted provided the copyright notice and this notice are preserved.
30267 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1