Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
[emacs.git] / lisp / ChangeLog
blob9ebb686e28e6243e8e03f3c05c627f5ce43107c9
1 2005-09-19  Miles Bader  <miles@gnu.org>
3         * net/newsticker.el: Get rid of CVS keyword.
5 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8         The prompt is formatted later.
10 2005-09-19  David Ponce  <david@dponce.com>
12         * tree-widget.el (tree-widget-value-create): Save the converted
13         tree :node widget.
15 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
17         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18         variable `message'.
20 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
22         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
24         <slawomir.nowaczyk.847@student.lu.se>.
26 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
28         * image.el (image-load-path): Use symbol `data-directory' instead
29         of its value, for backward compatibility with packages that bind
30         it during `find-image'.  Suggested by Katsumi Yamaoka.
31         (image-search-load-path): Handle symbols whose values are strings.
33 2005-09-18  Romain Francoise  <romain@orebokech.com>
35         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
36         with-current-buffer form in save-excursion.
38 2005-09-18  D Goel  <deego@gnufans.org>
40         * apropos.el (apropos-command): Fix `message' call: first arg
41         should be a format spec.  In this and all other cases that appear
42         below and elsewhere in the source code, I made a change only when
43         two conditions were satisfied: [1] I can think of a possibility
44         that the arguments would cause an error, for example, the code in
45         question relies on external variables such as filenames.  [2] I
46         was sure that the arg to `message' could not have been nil in the
47         code.
49         * textmodes/tildify.el (tildify-region): Ditto.
51         * textmodes/reftex-index.el (reftex-index-change-entry)
52         (reftex-index-phrase-selection-or-word)
53         (reftex-query-index-phrase): Ditto.
55         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite): Ditto.
57         * textmodes/org.el (org-complete, org-deadline, org-schedule)
58         (org-priority, org-table-sum): Ditto.
60         * textmodes/ispell.el (ispell-check-version)
61         (ispell-parse-output): Ditto.
63         * textmodes/flyspell.el (flyspell-mode-on)
64         (flyspell-notify-misspell, flyspell-word)
65         (flyspell-display-next-corrections): Ditto.
67         * textmodes/bibtex.el (bibtex-print-help-message): Ditto.
69         * textmodes/artist.el (artist-key-set-point-poly): Ditto.
71         * term/mac-win.el (mac-services-insert-text): Ditto.
73         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
74         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
75         (vhdl-port-paste-testbench, vhdl-compose-new-component)
76         (vhdl-compose-configuration): Ditto.
78         * progmodes/sh-script.el (sh-blink, sh-show-indent)
79         (sh-set-indent, sh-learn-line-indent): Ditto.
81         * progmodes/ps-mode.el (ps-mode-target-column): Ditto.
83         * progmodes/idlwave.el (idlwave-make-tags)
84         (idlwave-scan-library-catalogs): Ditto.
86         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display): Ditto.
88         * progmodes/gud.el (gud-jdb-analyze-source): Ditto.
90         * progmodes/flymake.el (flymake-log): Ditto.
92         * progmodes/ebnf2ps.el (ebnf-generate-region): Ditto.
94         * progmodes/cmacexp.el (c-macro-expansion): Ditto.
96         * progmodes/ada-xref.el (ada-treat-cmd-string): Ditto.
98         * progmodes/ada-mode.el (ada-create-case-exception-substring)
99         (ada-justified-indent-current, ada-batch-reformat): Ditto.
101         * play/zone.el (zone): Ditto.
103         * play/landmark.el (lm-move): Ditto.
105         * play/decipher.el (decipher-show-alphabet): Ditto.
107         * net/newsticker.el (newsticker--display-jump)
108         (newsticker--display-scroll): Ditto.
110         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
111         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list): Ditto.
113         * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.
115         * eshell/esh-proc.el (eshell-remove-process-entry): Ditto.
117         * emulation/ws-mode.el (ws-last-error): Ditto.
119         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
120         (viper-record-kbd-macro): Ditto.
122         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Ditto.
124         * emacs-lisp/lisp-mnt.el (lm-report-bug): Ditto.
126         * emacs-lisp/find-func.el (find-function-noselect): Ditto.
128         * calendar/timeclock.el (timeclock-status-string)
129         (timeclock-workday-remaining-string)
130         (timeclock-workday-elapsed-string)
131         (timeclock-when-to-leave-string): Ditto.
133         * calendar/icalendar.el (icalendar--convert-ical-to-diary): Ditto.
135         * calc/calc-units.el (calc-enter-units-table): Ditto.
137         * calc/calc-mode.el (calc-mode-record-mode): Ditto.
139         * woman.el (woman-mini-help): Ditto.
141         * wdired.el (wdired-change-to-wdired-mode): Ditto.
143         * vc.el (vc-retrieve-snapshot): Ditto.
145         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke): Ditto.
147         * startup.el (display-startup-echo-area-message): Ditto.
149         * simple.el (set-goal-column): Ditto.
151         * ses.el (ses-command-hook, ses-recalculate-cell): Ditto.
153         * server.el (server-process-filter): Ditto.
155         * printing.el (pr-interface-txt-print, pr-interface-printify)
156         (pr-interface-ps): Ditto.
158         * pcvs.el (cvs-help): Ditto.
160         * log-edit.el (log-edit, log-edit-mode-help): Ditto.
162         * iswitchb.el (iswitchb-possible-new-buffer): Ditto.
164         * isearch.el (isearch-edit-string): Ditto.
166         * image-mode.el (image-mode, image-minor-mode): Ditto.
168         * ibuf-macs.el (define-ibuffer-filter): Ditto.
170         * hi-lock.el (hi-lock-find-patterns): Ditto.
172         * files.el (toggle-read-only): Ditto.
174         * ediff-util.el (ediff-copy-diff)
175         (ediff-write-merge-buffer-and-maybe-kill): Ditto.
177         * echistory.el (Electric-history-undefined): Ditto.
179         * dnd.el (dnd-insert-text): Ditto.
181         * dired-aux.el (dired-query): Ditto.
183         * desktop.el (desktop-restore-file-buffer)
184         (desktop-lazy-create-buffer): Ditto.
186         * bookmark.el (bookmark-bmenu-locate): Ditto.
188         * obsolete/fast-lock.el (@top-level): Ditto in the macro
189         definition of `with-temp-message'.
191         * pcomplete.el (pcomplete--help): Fix `message' format spec.
192         Not having a %s would be weird, though not technically wrong.
194 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
196         * term/mac-win.el (mac-add-charset-info): Doc fix.
198 2005-09-17  Romain Francoise  <romain@orebokech.com>
200         * shell.el (shell-resync-dirs): Handle echoing processes more
201         reliably.  Don't insert resync command if `comint-process-echoes'
202         is non-nil.
204 2005-09-17  Magnus Henoch  <mange@freemail.hu>
206         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
207         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
208         aspell versions >= 0.60.
209         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
210         only if ispell-aspell-supports-utf8 is non-nil.
212 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
214         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
215         buffer-local value to lisp-indent-function.
217 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
219         * progmodes/glasses.el (glasses-make-readable): If
220         glasses-separator differs from underscore, put appropriate
221         overlays over underscore characters.
222         (glasses-convert-to-unreadable): If glasses-separator differs from
223         underscore, try to convert glasses-separator characters to
224         underscores.
226 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
229         Use with-syntax-table and dolist.
231 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
233         * textmodes/reftex-auc.el:
234         * textmodes/reftex-cite.el:
235         * textmodes/reftex-dcr.el:
236         * textmodes/reftex-global.el:
237         * textmodes/reftex-parse.el:
238         * textmodes/reftex-ref.el:
239         * textmodes/reftex-sel.el:
240         * textmodes/reftex-toc.el:
241         * textmodes/reftex-vars.el:
242         * textmodes/reftex.el: Small changes to remove compiler warnings.
244         * textmodes/reftex-index.el: Likewise.
245         (reftex-query-index-phrase): More efficient use of markers.
247 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
249         * image.el (image-load-path): New variable.
250         (image-search-load-path): New function.
251         (find-image): Search for images in `image-load-path'.
253 2005-09-15  Richard M. Stallman  <rms@gnu.org>
255         * follow.el: Change Maintainer field.
257 2005-09-15  David Ponce  <david@dponce.com>
259         * recentf.el (recentf-save-file-modes): New option.
260         (recentf-save-list): Use it.
262 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
264         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
265         (mode-line-mule-info, mode-line-modified): Move bindings from
266         mouse-3 to mouse-1.
268 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
270         * simple.el (sendmail-user-agent-compose): Revert last change.
272 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
274         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
275         Use with-current-buffer.
276         (ange-ftp-gwp-start): Remove unused var `gw-user'.
277         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
278         (ange-ftp-insert-directory): Remove unused var `short'.
279         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
281         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
282         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
284         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
285         (check-calendar-holidays, diary-list-entries): Autoload.
286         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
287         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
289         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
290         which mistakenly removed a call to display-buffer.
292 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
294         * obsolete/iso-insert.el: Move to obsolete/ from international/.
296 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
298         * progmodes/hideshow.el
299         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
300         (hs-allow-nesting): New user var.
301         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
302         (hs-hide-block-at-point): When nesting allowed,
303         if there is already an overlay in place, delete it.
304         (hs-safety-is-job-n): Delete func; remove call sites.
305         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
306         (hs-overlay-at): New func.
307         (hs-already-hidden-p, hs-show-block): Use it.
308         (hs-hide-all): Don't pre-clean if nesting allowed.
309         (hs-show-all): Temporarily disallow
310         nesting around call to `hs-discard-overlays'.
312 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
314         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
315         Delete unused local var.
317 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
319         * help-fns.el (describe-categories): "?\ " -> "?\s".
320         (help-do-arg-highlight): Recognize also ARG-n, as in
321         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
323         * international/codepage.el (dos-unsupported-char-glyph):
324         * net/newsticker.el (tool-bar-map, w3-mode-map)
325         (w3m-minor-mode-map):
326         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
327         (ent-alist):
328         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
330 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
332         * custom.el (custom-push-theme): Handle the case where a symbol is
333         bound but face properties have not yet been assigned.
335         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
336         Fix behavior if noerase is `t' and there is no mail buffer.
338         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
339         if `continue' is nil, rather than signal an error.
341 2005-09-12  Richard M. Stallman  <rms@gnu.org>
343         * font-lock.el (font-lock-keywords): Add autoload.
345         * help-fns.el (describe-variable): Rearrange to put source link
346         in a predictable place.
348         * net/newsticker.el: New file.
350 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
352         * calendar/calendar.el (calendar-for-loop): Add edebug info.
353         (calendar-basic-setup): Use the new nil arg.
354         (number-of-diary-entries): Move to diary-lib.el.
356         * calendar/diary-lib.el: Use with-current-buffer, match-string.
357         (diary-list-entries): Use with-syntax-table and dolist.
358         Rename from list-diary-entries.
359         Use number-of-diary-entries if `number' is nil.
360         (diary, diary-view-entries): Use this new name and new nil arg value.
361         (number-of-diary-entries): Move from calendar.el.
362         (diary-unhide-everything): New function.
363         (include-other-diary-files, fancy-diary-display)
364         (diary-show-all-entries, make-diary-entry): Use it.
365         (diary-mail-entries): Use buffer-string.
366         (mark-diary-entries): Fix long standing paren typo.
367         (diary-sexp-entry): Use count-lines.
368         (make-diary-entry): Avoid `previous-line'.
369         (diary-mode-map): New var.
370         (diary-mode): Redraw cal after saving.  Setup header-line.
371         (fancy-diary-display-mode): Use local-set-key.
373         * startup.el (command-line): Try calling various terminal-init-foo-bar
374         functions by stripping hyphenated suffixes from $TERM.
376         * files.el (normal-mode): Check boundness of font-lock-keywords.
378 2005-09-12  Richard M. Stallman  <rms@gnu.org>
380         * progmodes/compile.el: Don't decide a file's directory
381         until the user actually tries to go there.
382         (compilation-next-error-function):
383         Pass compilation-find-file the directory from the file-struct.
384         (compilation-internal-error-properties): Separate local FILE-STRUCT
385         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
386         (compilation-find-file): Arg DIR renamed to DIRECTORY.
387         Expand it, and if nil, use default-directory.
388         (compilation-get-file-structure): Don't mix specified directory
389         with default directory.  Put specified directory into
390         file-struct.  Don't make the file name absolute.
392         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
393         (compile-command): Add autoload.
394         (compilation-disable-input): Add autoload.
396 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
398         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
399         strings of the variables it can override.
400         (time-stamp): New (as yet undocumented) time-stamp-format escapes
401         %Q and %q, for fully-qualified domain name and unqualified host name.
403 2005-09-11  Kim F. Storm  <storm@cua.dk>
405         * emacs-lisp/authors.el (authors-aliases): Update list.
406         (authors-fixed-entries): Update mldrag.el entry.
408 2005-09-10  Alan Mackenzie  <acm@muc.de>
410         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
411         from the region narrowed to.
413 2005-09-10  Magnus Henoch  <mange@freemail.hu>
415         * textmodes/ispell.el (ispell-check-version): Signal an error if
416         aspell version is less than 0.60.
418 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
420         * progmodes/octave-inf.el (inferior-octave-startup):
421         Resync current dir at the end.
423 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
425         * woman.el (woman-topic-at-point-default):
426         Rename to woman-use-topic-at-point-default.
427         (woman-topic-at-point): Rename to woman-use-topic-at-point.
428         (woman-file-name): Reflect renames above.  Automatically use the
429         word at point as topic if woman-use-topic-at-point is non-nil.
430         Otherwise offer it as default but don't insert it in the
431         minibuffer.  Also use `test-completion' instead of `assoc' as
432         suggested by Stefan Monnier.
434 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
436         * vc.el (vc-directory, vc-update-change-log): Throw an error on
437         the attempt to do it over Tramp.  This is not yet supported.
439 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
441         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
442         (menu-bar-non-minibuffer-window-p): New functions.
443         ("Split Window", "Save As..."): Use them.
444         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
445         ("Print Buffer", "Truncate Long Lines in this Buffer"):
446         Use menu-bar-menu-frame-live-and-visible-p.
447         ("Save Buffer", "Insert File", "Open Directory...")
448         ("Open File...", "Visit New File..."):
449         Use menu-bar-non-minibuffer-window-p.
450         (kill-this-buffer-enabled-p, dired <menu-enable>):
451         Use menu-bar-non-minibuffer-window-p.
453 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
455         * cus-start.el (all): Don't complain about fringe-related
456         built-ins if fringes are not supported.  Ditto about
457         selection-related built-ins.  Fix the test for GTK-related built-ins.
459         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
460         ("Postscript Print Buffer", "Print Region", "Save As...")
461         ("Save", "Insert File...", "Open Directory...")
462         ("Open File...", "Visit New File..."")
463         ("Truncate Long Lines in this Buffer"): Don't look at
464         menu-updating-frame if this display does not support multiple frames.
466 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
468         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
470 2005-09-09  Emilio Lopes  <eclig@gmx.net>
472         * woman.el: Format- and whitespace-related changes.
474 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
476         * woman.el: Fix my email address.
478 2005-09-08  Richard M. Stallman  <rms@gnu.org>
480         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
481         (sh-mode): Locally set skeleton-pair-default-alist.
483         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
485         * progmodes/flymake.el: Require `compile' unconditionally.
487         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
489         * woman.el (woman-file-name): Provide a default, not initial input.
491         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
493         * font-lock.el (font-lock-support-mode): Doc fix.
495         * descr-text.el (describe-property-list): Handle non-symbol prop names.
497 2005-08-30  Richard M. Stallman  <rms@gnu.org>
499         * simple.el (blink-matching-open): Get rid of text props from
500         the string shown in echo area.  Don't permanently set point.
501         Some rearrangements.
503         * files.el (risky-local-variable-p):
504         Match `-predicates' and `-commands.
506         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
507         (custom-save-all): Visit the file if necessary;
508         kill the buffer if we created it.
509         (custom-save-delete): Don't visit file or kill buffer here.
511 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
513         * recentf.el (recentf-filename-handler): Add custom choice
514         `abbreviate-file-name'.
516         * msb.el (msb--very-many-menus): Fix typo.
518         * disp-table.el (standard-display-european): Don't set
519         enable-multibyte-characters to nil.
521 2005-09-08  David Ponce  <david@dponce.com>
523         * recentf.el (recentf-show-file-shortcuts-flag): New option.
524         (recentf-expand-file-name): Doc fix.
525         (recentf-dialog-mode-map): Define digit shortcuts.
526         (recentf--files-with-key): New variable.
527         (recentf-show-digit-shortcut-filter): New function.
528         (recentf-open-files-items): New function.
529         (recentf-open-files): Use it.
530         (recentf-open-file-with-key): New command.
532 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
534         * buff-menu.el (Buffer-menu-sort-by-column): New function.
535         Suggested by Kim F. Storm.
536         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
537         (Buffer-menu-make-sort-button): Use global keymap.
539 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
541         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
542         (Man-getpage-in-background-advice): Remove defadvice; it isn't
543         necessary any longer with the remapped command.
544         (Man-bgproc-sentinel-advice): Remove defadvice which counts
545         formatting time only.
547         * net/tramp.el (tramp-action-password)
548         (tramp-multi-action-password): Compile the password prompt from
549         `method', `user' and `host'.  Sometimes it isn't obvious which
550         password to enter, for example with remote files offered by
551         recentf.el, or with multiple steps.  Suggested by Robert Marshall
552         <robert@chezmarshall.freeserve.co.uk>.
554 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
557         Fix regexp for when "s///" is at the beginning of line.
559 2005-09-07  Jay Belanger  <belanger@truman.edu>
561         * calc/calc-poly.el (math-expand-term): Multiply out any powers
562         when in matrix mode.
564 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
567         non-anonymous functions.
569 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
571         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
572         when using a header line.  Otherwise, use mouse-1-click-follows-link.
574         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
575         can't be moved; don't signal an error.
577 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
579         * cus-theme.el (custom-theme-write-faces): Save the current face
580         spec, not the defface spec.
582         * custom.el (custom-known-themes): Clarify meaning of "standard".
583         (custom-push-theme): Save old values in the standard theme.
584         (disable-theme): Correct typo.
585         (custom-face-theme-value) Deleted unused function.
586         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
588 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * progmodes/compile.el (compilation-goto-locus): Take into account
591         iconified frames when determining whether the buffer is
592         already visible.
593         Don't reset window height if the window already existed.
595 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
597         * custom.el (load-theme): Rename from require-theme.
598         Add interactive spec.
599         (enable-theme): Rename from custom-enable-theme.
600         Add interactive spec.
601         (disable-theme): Rename from custom-disable-theme.
602         Add interactive spec.
603         (custom-make-theme-feature): Doc fix.
604         (custom-theme-directory): Doc fix.
605         (provide-theme): Call enable-theme.
607 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * obsolete/lazy-lock.el (lazy-lock-mode):
610         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
611         font-lock-mode if it's off.  Print a warning instead.
613         * progmodes/compile.el (compilation-start): Ignore errors if the
614         process died before we get to send-eof.
616         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
617         Undo last change.  Enclosing the result in quotes broke things on Unix
618         since tex-send-command passes it through shell-quote-argument.
619         (tex-send-command): Pass `file' through convert-standard-filename
620         when possible.
621         (tex-uptodate-p): Handle the case where TeX hasn't put additional
622         info in a transcript.
624 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
626         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
627         fix compilation warning. Reorder the key definitions to group
628         together keys emitted by the current version of xterm.
630         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
631         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
632         Reorder predicates to correct min-color usage.
634 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
636         * longlines.el (longlines-mode): Inhibit read-only when encoding.
637         Kill local variables when longlines-mode is turned off.
639 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
643         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
645         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
647         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
648         (font-lock-lines-before): Change default to being inactive.
649         (font-lock-default-fontify-region): Obey font-lock-lines-before.
650         (font-lock-after-change-function): Don't handle f-l-lines-before here.
652 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
654         * net/tramp.el (tramp-handle-make-auto-save-file-name):
655         Deactivate temporarily advice if active (not needed for Emacs 22,
656         but for backwards compatibility).
657         (tramp-exists-file-name-handler): Rewrite.  First implementation
658         was too simple.
659         (tramp-advice-make-auto-save-file-name):
660         Call `tramp-handle-make-auto-save-file-name' (again, just for
661         backwards compatibility).
663 2005-08-31  Reto Zimmermann  <reto@gnu.org>
665         * progmodes/vhdl-mode.el
666         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
667         (vhdl-end-p): Fix indentation bug "else" after "-- when".
668         (vhdl-set-default-project): New function (easier setting of default).
669         (vhdl-port-copy): Handle extended identifiers for generics.
670         (vhdl-compiler-alist): Better description for error message regexp.
671         (vhdl-make): Query for target, use previous as default.
672         (vhdl-port-copy): Fix port copy for port names starting with "signal".
673         (vhdl-font-lock-keywords-2): Fix fontification for record
674         el. assign.
675         (vhdl-speedbar-make-subpack-line): Add package body link.
676         (vhdl-generate-makefile-1): Not include itself as dependency.
677         (vhdl-font-lock-init): Highlight c-preprocessor directives.
678         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
679         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
680         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
681         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
682         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
683         (vhdl-import-project): Add string argument for `error'.
684         (vhdl-compose-configuration)
685         (vhdl-compose-configuration-architecture): Add configuration
686         declaration generation.
687         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
688         (vhdl-trailer-re): Add "record" keyword (better indentation).
689         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
690         "[^ \t-\"]+".
691         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
692         (vhdl-testbench-entity-file-name)
693         (vhdl-testbench-architecture-file-name): Allow separate
694         customization of testbench file names.
695         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
696         (vhdl-get-visible-signals): Allow newline within alias declaration.
697         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
698         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
699         (member-ignore-case): Alias for missing function in XEmacs.
700         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
701         (vhdl-update-sensitivity-list): Ignore case on read signals.
702         (vhdl-replace-string): Adjust case only for file names.
703         (vhdl-update-sensitivity-list): Fix search for read signals.
704         (vhdl-update-sensitivity-list): Exclude formal parameters.
705         (vhdl-get-visible-signals): Include aliases of signals.
706         (vhdl-get-visible-signals): Fix signal name searching.
707         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
708         (vhdl-fixup-whitespace-region): Fix for character
709         literals (e.g. ':').
711 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
713         * ansi-color.el (comint-last-output-start):
714         * bs.el (font-lock-verbose):
715         * diff-mode.el (add-log-buffer-file-name-function):
716         * dired-x.el (vm-folder-directory):
717         * faces.el (help-xref-stack-item):
718         * files.el (font-lock-keywords):
719         * find-lisp.el (dired-buffers, dired-subdir-alist):
720         * ido.el (cua-inhibit-cua-keys):
721         * log-view.el (cvs-minor-wrap-function):
722         * outline.el (font-lock-warning-face):
723         * simple.el (compilation-current-error):
724         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
725         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
726         * tooltip.el (comint-prompt-regexp):
727         * w32-fns.el (explicit-shell-file-name):
728         * term/mac-win.el (mac-charset-info-alist)
729         (mac-services-selection, mac-system-script-code):
730         * term/tty-colors.el (msdos-color-values):
731         * term/w32-win.el (xlfd-regexp-registry-subnum):
732         * term/x-win.el (x-keysym-table, x-selection-timeout)
733         (x-session-id, x-session-previous-id):
734         * textmodes/ispell.el (mail-yank-prefix):
735         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
736         * textmodes/org.el (calc-embedded-close-formula)
737         (calc-embedded-open-formula)
738         (font-lock-unfontify-region-function):
739         * textmodes/reftex-global.el (isearch-next-buffer-function)
740         (TeX-master):
741         * textmodes/reftex.el (font-lock-keywords):
742         * textmodes/tex-mode.el (font-lock-comment-face)
743         (font-lock-doc-face):
744         * textmodes/texinfo.el (outline-heading-alist):
745         Add defvars.
747         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
748         (artist-spray-chars, artist-mode-init, artist-replace-string)
749         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
750         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
751         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
753         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
754         (conf-align-assignments): "?\ " -> "?\s".
756         * textmodes/reftex-index.el (TeX-master): Add defvar.
757         (reftex-index-phrases-marker): Move up defvar.
759         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
760         (reftex-toc-include-labels-indicator)
761         (reftex-toc-include-index-indicator)
762         (reftex-toc-max-level-indicator): Move up declarations.
764         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
765         of args to `tramp-run-real-handler', even if it's empty in this case.
767 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
769         * dired.el (dired-move-to-filename-regexp): Add date format for
770         Mac OS X 10.3 in East Asian locales.
772 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
774         * files.el (make-auto-save-file-name): Add file name handler call
775         if applicable.
777         * net/tramp.el (tramp-file-name-handler-alist)
778         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
779         (tramp-handle-make-auto-save-file-name): Rename from
780         `tramp-make-auto-save-file-name'.
781         (tramp-exists-file-name-handler): New defun.
782         (tramp-advice-make-auto-save-file-name): Make defadvice only when
783         `make-auto-save-file-name' is not a magic file name operation.
785 2005-08-30  Richard M. Stallman  <rms@gnu.org>
787         * files.el (risky-local-variable-p):
788         Match `-predicates' and `-commands.
790         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
791         (custom-save-all): Visit the file if necessary;
792         kill the buffer if we created it.
793         (custom-save-delete): Don't visit file or kill buffer here.
795 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
797         * textmodes/org.el (org-special-keyword): New face.
798         (org-table-copy-down, org-table-eval-formula)
799         (org-table-recalculate, org-init-section-numbers):
800         Use `string-to-number' instead of `string-to-int'.
801         (org-get-location): Use `insert-buffer-substring' instead of
802         `insert-buffer'.
803         (org-modify-diary-entry-string): New function.
804         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
805         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
806         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
807         active region.
808         (org-export-as-html): Handle QUOTE keyword.
809         (org-quote-string): New option.
810         (org-bookmark-jump-unhide): New function, used for
811         `bookmark-after-jump-hook'.
812         (org-diary-default-entry): Apply only when not called through
813         `org-agenda'.
815 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
817         * net/eudc.el (mode-popup-menu):
818         * play/handwrite.el (ps-printer-name, ps-lpr-command):
819         * progmodes/ada-mode.el (compile-auto-highlight)
820         (skeleton-further-elements):
821         * progmodes/autoconf.el (font-lock-syntactic-keywords):
822         * progmodes/cmacexp.el (msdos-shells):
823         * progmodes/compile.el (font-lock-extra-managed-props)
824         (font-lock-keywords, font-lock-maximum-size)
825         (font-lock-support-mode):
826         * progmodes/grep.el (font-lock-lines-before):
827         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
828         * progmodes/mixal-mode.el (compile-command):
829         * progmodes/perl-mode.el (font-lock-comment-face)
830         (font-lock-doc-face, font-lock-string-face):
831         * progmodes/prolog.el (comint-prompt-regexp):
832         * progmodes/sh-script.el (font-lock-comment-face)
833         (font-lock-set-defaults, font-lock-string-face):
834         * progmodes/sql.el (font-lock-keyword-face)
835         (font-lock-set-defaults, font-lock-string-face):
836         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
837         (itimer-version, lazy-lock-defer-contextually)
838         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
839         Add defvars.
841         * progmodes/cperl-mode.el (cperl-electric-lbrace)
842         (cperl-electric-keyword, cperl-electric-pod)
843         (cperl-electric-backspace, cperl-forward-re)
844         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
845         (vc-rcs-header, vc-sccs-header): Add defvars.
847         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
848         (font-lock-syntactic-keywords, gud-find-expr-function):
849         Add defvars.
851         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
852         (gdb-frame-parameters): Declare before use.
854         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
855         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
856         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
857         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
859         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
860         (idlwave-help-with-source): Use `insert-buffer-substring', not
861         `insert-buffer'.
863 2005-08-29  Juri Linkov  <juri@jurta.org>
865         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
866         Put outline-back-to-heading function call inside save-excursion.
868 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
870         * man.el (Man-init-defvars, Man-translate-references)
871         (Man-support-local-filenames, Man-highlight-references):
872         * progmodes/sql.el (sql-interactive-mode):
873         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
875         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
876         (compilation-mode-font-lock-keywords): Add defvars.
877         (checkdoc-interactive-loop): "?\ " -> "?\s".
879         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
880         (font-lock-doc-face, font-lock-string-face)
881         (font-lock-keywords-case-fold-search): Add defvars.
882         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
884         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
885         Don't pass X and Y (they are ignored anyway).
886         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
887         (mouse-delete-window): Make arguments optional.
889         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
890         (caesar-translate-table, minor-modes, news-buffer-save)
891         (news-group-name, news-minor-modes): Add defvars.
893         * emacs-lisp/lselect.el (mouse-highlight-priority)
894         (x-lost-selection-functions, zmacs-regions):
895         * emacs-lisp/pp.el (font-lock-verbose):
896         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
897         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
898         (ses-mode-map):
899         * emacs-lisp/tcover-unsafep.el (safe-functions):
900         * international/mule-cmds.el (mac-system-coding-system)
901         (mac-system-locale):
902         * language/ethio-util.el (rmail-current-message)
903         (rmail-message-vector):
904         * language/thai-util.el (thai-auto-composition-mode):
905         * mail/metamail.el (rmail-current-message, rmail-message-vector):
906         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
907         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
908         (vm-primary-inbox, vm-spool-files):
909         * mail/rmail.el (deleted-head, font-lock-fontified)
910         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
911         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
912         (total-messages):
913         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
914         (rmail-summary-mode-map):
915         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
916         (rmail-last-label, rmail-last-multi-labels)
917         (rmail-summary-vector, rmail-total-messages):
918         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
919         * mail/rmailsum.el (msgnum):
920         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
921         (rmail-current-message):
922         * obsolete/fast-lock.el (font-lock-face-list):
923         * obsolete/rnewspost.el (mail-reply-buffer):
924         * obsolete/scribe.el (compile-command):
925         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
927 2005-08-28  John Paul Wallington  <jpw@gnu.org>
929         * ibuf-ext.el (ibuffer-auto-update-changed):
930         Use `frame-or-buffer-changed-p' to check whether we need to update.
931         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
932         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
933         as a `frame-or-buffer-changed-p' state vector instead.
935 2005-08-27  Romain Francoise  <romain@orebokech.com>
937         * textmodes/makeinfo.el (makeinfo-compile):
938         Use `compilation-start'.  Set `next-error-function' according to
939         `disable-errors'.
940         (makeinfo-next-error): New function.
941         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
942         (makeinfo-buffer): Likewise.
944         * progmodes/compile.el (compilation-start): Add autoload cookie.
946         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
947         * textmodes/sgml-mode.el: Likewise.
948         * progmodes/python.el: Likewise.
950 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
952         * simple.el (blink-matching-paren-distance): Document the meaning
953         of nil value, and allow to customize to nil.
955         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
956         command.com, not command.exe.
958 2005-08-26  John Wiegley  <johnw@newartisans.com>
960         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
961         code around a bit so that an extraneous nil argument is not added
962         to a command when no args are given.
964         * eshell/esh-arg.el (eshell-parse-double-quote): If a
965         double-quoted argument resolves to nil, return it as an empty
966         string rather than as nil.  This made it impossible to pass "" to
967         a shell script as a null string argument.
969 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * outline.el (outline-invent-heading): New fun.
972         (outline-promote, outline-demote): Use it.
973         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
974         (outline-end-of-subtree): Remove unused var `opoint'.
976 2005-08-26  David Reitter  <david.reitter@gmail.com>
978         * menu-bar.el (truncate-lines, write-file, print-buffer)
979         (ps-print-buffer-faces, ps-print-buffer, split-window):
980         Disable menu items when the frame they refer to is invisible, or when
981         they refer to a buffer and the minibuffer is selected.
983 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
985         * progmodes/flymake.el (flymake-highlight-err-lines):
986         Use save-excursion around flymake-highlight-line to preserve point.
988 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
990         * progmodes/octave-mod.el: Change Author and Maintainer address.
991         (octave-maintainer-address): Change Kurt's email address.
992         * progmodes/octave-inf.el: Change Author and Maintainer address.
993         * progmodes/octave-hlp.el: Change Author and Maintainer address.
995 2005-08-26  Kim F. Storm  <storm@cua.dk>
997         * subr.el (version-list-<, version-list-<=, version-list-=):
998         Renamed from integer-list-*.
999         (version-list-not-zero): Likewise.  Fix while loop.
1000         (version=): Use version-list-= instead of string-equal.
1002 2005-08-26  Richard M. Stallman  <rms@gnu.org>
1004         * outline.el (outline-promote): Try shortening the heading.
1005         As last resort, read the heading to use.
1006         (outline-demote): As last resort, read the heading to use.
1008 2005-08-26  Romain Francoise  <romain@orebokech.com>
1010         * progmodes/compile.el (compilation-start): Doc fix.
1012         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1013         (antlr-font-lock-additional-keywords): Fix reference to
1014         `antlr-font-lock-literal-regexp' erroneously changed during the
1015         mass face rename.
1016         (antlr-run-tool): Use `compilation-start'.
1018         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1019         instead of the obsolete `compile-internal'.
1021 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
1023         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1024         (number, original-date):
1025         * calendar/cal-china.el (date):
1026         * calendar/cal-coptic.el (date):
1027         * calendar/cal-french.el (date):
1028         * calendar/cal-hebrew.el (date, entry, number, original-date):
1029         * calendar/cal-islam.el (date, number, original-date):
1030         * calendar/cal-iso.el (date):
1031         * calendar/cal-julian.el (date):
1032         * calendar/cal-mayan.el (date):
1033         * calendar/cal-menu.el (date, event):
1034         * calendar/cal-persia.el (date):
1035         * calendar/lunar.el (date):
1036         * calendar/solar.el (date): Add defvars.
1038         * emerge.el:
1039         * ibuffer.el:
1040         * info-xref.el:
1041         * obsolete/bg-mouse.el:
1042         * obsolete/sun-curs.el:
1043         * obsolete/swedish.el: Move the `defvar's to the top level.
1045         * smerge-mode.el (smerge-refined-change): Add :group.
1047 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1050         (smerge-keep-n): Remove props.
1051         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1052         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1053         now that it's done in smerge-keep-n.
1054         (smerge-refined-change): New face.
1055         (smerge-refine-chopup-region, smerge-refine-highlight-change)
1056         (smerge-refine): New funs.
1057         (smerge-basic-map): Bind smerge-refine.
1059 2005-08-25  Juri Linkov  <juri@jurta.org>
1061         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
1062         compilation-process-setup-function and compilation-disable-input
1063         in grep-mode instead of let-bindings in grep.
1065         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
1066         Delete "Automatic File De/compression" (auto-compression-mode).
1068 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
1070         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
1071         Silence warning about non-existent variable.
1073 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1075         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
1076         Rename "Describe Key" to "Describe Key or Mouse Operation".
1078         * mail/mailalias.el (build-mail-aliases): Delete comments
1079         from the contents before processing them.
1081         * isearch.el (isearch-edit-string): Erase the Search prompt
1082         if user enters an empty string and there is no default.
1084         * comint.el (comint-file-name-prefix): Add autoload.
1086 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
1088         * subr.el (play-sound): Rearrange to avoid warning.
1090 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
1092         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
1093         New hook.
1094         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
1096 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
1100         * custom.el (custom-theme-set-variables): Sort minor modes last.
1102 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1104         * subr.el (version-separator, version-regexp-alist): New vars used by
1105         version comparison funs.
1106         (integer-list-<, integer-list-=, integer-list-<=)
1107         (integer-list-not-zero): New funs for integer list comparison.
1108         (version-to-list, version=, version<, version<=): New funs for version
1109         comparison.
1111 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
1113         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
1114         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
1115         time to silence the byte-compiler.
1117         * ibuffer.el (ibuffer-compile-make-eliding-form)
1118         (ibuffer-check-formats): Use `with-no-warnings' to hide references
1119         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
1120         so it's silly to get warnings for it).
1121         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
1122         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
1123         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
1124         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
1125         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
1126         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
1127         Defvar at compile time.
1128         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
1129         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
1130         Declare them before use.
1132         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
1133         (info-xref-good, info-xref-bad): Defvar at compile time.
1135         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
1136         Use `let*' instead of `let'.
1138         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
1139         (*mouse-y*, menu, char): Defvar at compile time.
1140         (sc::menu): Declare it before use.
1141         (sc::pack-one-line): Use `let', not `let*'.
1143         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
1144         (mail-send-hook): Defvar at compile time.
1146         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
1147         Defvar at compile time.
1149         * term/sun-mouse.el (current-global-mousemap)
1150         (current-local-mousemap): Declare them before use.
1152 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
1154         * bookmark.el (bookmark-after-jump-hook): New hook.
1155         (bookmark-jump): Run `bookmark-after-jump-hook'.
1157 2005-08-23  Juri Linkov  <juri@jurta.org>
1159         * faces.el (minibuffer-prompt): Doc fix.
1161 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
1163         * progmodes/xscheme.el: Trivial changes to silence warnings.
1164         (xscheme-previous-mode, xscheme-previous-process-state):
1165         Add defvars.
1166         (xscheme-last-input-end, xscheme-process-command-line)
1167         (xscheme-process-name, xscheme-buffer-name)
1168         (xscheme-expressions-ring-max, xscheme-expressions-ring)
1169         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1170         (xscheme-control-g-synchronization-p)
1171         (xscheme-control-g-disabled-p, xscheme-string-receiver)
1172         (default-xscheme-runlight, xscheme-runlight)
1173         (xscheme-runlight-string, xscheme-process-filter-state)
1174         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
1175         Move to beginning of file.
1176         (scheme-interaction-mode-commands-alist)
1177         (scheme-interaction-mode-map, scheme-debugger-mode-map):
1178         Declare them before use.  Note: the initialization code for the variables
1179         has not been moved because it uses functions that reference the variables.
1180         (xscheme-control-g-message-string, xscheme-process-filter-alist)
1181         (xscheme-prompt-for-expression-map): Declare them before use.
1182         (scheme-debugger-mode-commands): "?\ " -> "?\s".
1184 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
1186         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
1188 2005-08-22  Juri Linkov  <juri@jurta.org>
1190         * faces.el (set-face-underline): Delete this duplicate function
1191         and make an obsolete alias to set-face-underline-p.
1192         (set-face-underline-p): Use docstring of set-face-underline.
1193         (describe-face): Create hyperlink to parent face.
1195         * info.el (Info-insert-dir): Use save-excursion around
1196         insert-buffer-substring.
1197         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
1198         (Info-escape-percent): Delete function.
1199         (Info-fontify-node): Replace Info-escape-percent by
1200         replace-regexp-in-string with REP arg set to lambda that
1201         duplicates `%' and preserves text properties.
1203         * progmodes/compile.el (compilation-disable-input): Doc fix.
1204         (define-compilation-mode): Doc fix and refill.
1205         (kill-compilation): Use `mode-name' in the error message.
1206         (compilation-find-file): Use `compilation-error' in the
1207         read-file-name's prompt.
1209 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
1212         (smerge-auto-leave): Make undo re-enable the mode.
1213         (debug-ignored-errors): Add the user-error of impossible resolution.
1214         (smerge-resolve): Move things around a bit, in preparation for later.
1215         (smerge-diff): Don't fail if the buffer has no associated file.
1216         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
1217         (smerge-conflict-overlay): New function.
1218         (smerge-match-conflict): Don't add text properties here.
1219         (smerge-find-conflict): Instead, add an overlay here.
1220         Also check for the case where we're inside a conflict already, so as to
1221         obviate the need for font-lock-multiline, which is unbearably slow with
1222         large conflicts and ciomplex font-lock patterns.
1223         (smerge-remove-props): Remove overlay rather than text-properties.
1224         (smerge-mode): Don't set font-lock-multiline.
1225         Remove overlays when turned off.
1227 2005-08-21  Kim F. Storm  <storm@cua.dk>
1229         * ido.el (ido-ignore-item-p): Use save-match-data.
1230         Bind case-fold-search to ido-case-fold locally.
1232 2005-08-20  Richard M. Stallman  <rms@gnu.org>
1234         * files.el (normal-mode): If font lock is on, turn it off and on.
1236         * subr.el (replace-regexp-in-string): Doc fix.
1238         * startup.el (command-line-1): Don't suppress startup screen
1239         due to existing processes.
1241         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
1243         * progmodes/compile.el (compilation-disable-input): Default to nil.
1245 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1247         * progmodes/compile.el (compilation-disable-input): New defcustom.
1248         (compilation-start): If compilation-disable-input is non-nil, send
1249         EOF to the compilation process.
1251 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
1253         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
1254         Run the argument of tex-shell-cd-command through
1255         convert-standard-filename, to get the correct style of slashes on
1256         Windows, and enclose the result in quotes, in case the file name
1257         includes whitespace or other special characters.
1259 2005-08-19  Andreas Schwab  <schwab@suse.de>
1261         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
1262         process.
1264 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
1266         * cus-start.el (minibuffer-prompt-properties): Correct typo.
1268 2005-08-18  Kim F. Storm  <storm@cua.dk>
1270         * scroll-lock.el: Fix errors due to incorrect line wrapping.
1272 2005-08-18  Richard M. Stallman  <rms@gnu.org>
1274         * scroll-lock.el: New file.
1276 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
1278         * dired.el (dired-move-to-end-of-filename):
1279         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
1281 2005-08-18  Kim F. Storm  <storm@cua.dk>
1283         * ido.el (ido-everywhere): Fix defcustom :set function to disable
1284         rather than toggle mode when custom value is nil.
1285         (ido-everywhere): Fix defun doc string.
1287 2005-08-17  Richard M. Stallman  <rms@gnu.org>
1289         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
1290         as tag instead of "Inviolable".
1292 2005-08-17  Kim F. Storm  <storm@cua.dk>
1294         * windmove.el (windmove-coordinates-of-position): Remove.
1295         (windmove-coordinates-of-window-position): Remove.
1296         (windmove-reference-loc): Use posn-at-point instead.
1298         * subr.el (insert-for-yank-1): Doc fix.
1300         * ido.el (ido-enter-matching-directory): Rename from
1301         ido-enter-single-matching-directory.  Change 'slash choice to
1302         'only.  Add 'first choice.
1303         (ido-exhibit): Adapt to above changes.
1305 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
1307         * Makefile.in: Expand comment about building loaddefs.el.
1309 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
1311         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
1312         Comment use of defadvice.
1314         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
1316 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
1318         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
1319         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
1320         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
1321         * progmodes/idlw-shell.el, progmodes/ld-script.el,
1322         * progmodes/which-func.el, ruler-mode.el, strokes.el,
1323         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
1324         for backward compatibility for faces that did not appear in the
1325         previous Emacs release.
1327         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
1329 2005-08-15  Kim F. Storm  <storm@cua.dk>
1331         * emulation/cua-base.el (cua-delete-region): Return t if
1332         deleted region was non-empty.
1333         (cua-replace-region): Inhibit overwrite-mode for
1334         self-insert-command if replaced region was non-empty.
1335         (cua--explicit-region-start, cua--status-string): Make them
1336         buffer-local at top-level...
1337         (cua-mode): ...rather than when mode is enabled.
1339 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
1341         * progmodes/vhdl-mode.el (vhdl-emacs-21):
1342         Set t for Emacs 21, 22, and so on.
1344 2005-08-15  David Ponce  <david@dponce.com>
1346         * tree-widget.el: Update Commentary header.
1347         (tree-widget-theme): Doc fix.
1348         (tree-widget-space-width): New option.
1349         (tree-widget-image-properties): Look up in the default theme too.
1350         (tree-widget--cursors): Only for images with arrow pointer shape.
1351         (tree-widget-lookup-image): Pointer shape is hand by default.
1352         (tree-widget-icon): Rename generic icon widget from
1353         `tree-widget-control'.
1354         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
1355         derive from `tree-widget-icon'.
1356         (tree-widget-handle): Improve default look and feel of the text
1357         representation.
1358         (tree-widget): Rename :*-control properties to :*-icon properties.
1359         Add :action and :help-echo properties.
1360         (tree-widget-after-toggle-functions): Move.
1361         (tree-widget-close-node, tree-widget-open-node): Remove.
1362         (tree-widget-before-create-icon-functions): New hook.
1363         (tree-widget-value-create): Update to allow customization of icons
1364         and nodes at run-time via that new hook.
1365         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
1366         (tree-widget-icon-action, tree-widget-icon-help-echo)
1367         (tree-widget-action, tree-widget-help-echo): New functions.
1369 2005-08-15  Kim F. Storm  <storm@cua.dk>
1371         * ido.el (ido-buffer-internal): Use with-no-warnings.
1372         (ido-make-merged-file-list): Use while-no-input.
1374 2005-08-15  Richard M. Stallman  <rms@gnu.org>
1376         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
1377         (flyspell-large-region): Fix doc and custom type.
1379 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1381         * files.el (interpreter-mode-alist): Doc fix.
1383         * mail/rmail.el (rmail-nonignored-headers): New variable.
1384         (rmail-clear-headers): Use it.
1385         (rmail-reply): Better handling of mail-followup-to header.
1387         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1388         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
1389         don't try to refer to executable-font-lock-keywords.
1390         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
1391         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
1392         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
1393         (sh-mode): Set comment-start-skip, local-abbrev-table,
1394         imenu-case-fold-search.
1395         (sh-set-shell): Don't set them here.
1396         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
1397         Don't cache the results in the original alist; don't ever modify
1398         that alist.
1400         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
1402         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
1403         empty.
1405 2005-08-15  Andreas Schwab  <schwab@suse.de>
1407         * desktop.el: Put autoload cookie at risky-local-variable declarations.
1409         * dired.el, info.el, mail/rmail.el: Revert last change.
1411 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
1413         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
1414         modification in `eval-after-load' form.
1415         * info.el: Likewise.
1416         * mail/rmail.el: Likewise.
1418 2005-08-14  Juri Linkov  <juri@jurta.org>
1420         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1421         Remove highlighting of "Compilation started".  Highlight only
1422         the word "finished" in "Compilation finished".  Add highlighting
1423         of "interrupt", "killed", "terminated" and the exit code.
1424         (compilation-start): Add newline after header.  Use exactly the
1425         same time stamp format as the finishing message.
1426         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
1428         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
1429         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
1430         Add highlighting of "interrupt", "killed", "terminated".
1432         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
1433         enabled and the current command is self-insert-command, call it
1434         explicitly with overwrite-mode bound to nil, to not allow it
1435         to delete the character after the selected region.
1437 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
1439         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
1440         move-end-of-line, end-of-line, and beginning-of-line to the list
1441         of commands after which the echo area is updated.
1443 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
1445         * cus-edit.el (custom-save-all, custom-save-delete):
1446         Bind recentf-exclude to exclude custom-file.
1448 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
1450         * mail/rmailsum.el (rmail-summary-end-of-message): New command
1451         to go to the bottom of the mail message.  Added to
1452         `rmail-summary-mode-map' with key "/".
1453         (rmail-summary-show-message): New (internal) function for use by
1454         both `rmail-summary-beginning/end-of-message'.
1455         (rmail-summary-beginning-of-message): Change to use
1456         rmail-summary-show-message.
1458         * mail/rmail.el (rmail-end-of-message): New command to go to the
1459         end of the current message.  Added to `rmail-mode-map' with key "/".
1460         (rmail-beginning-of-message): Fix to work as documented.
1461         (rmail-mode): Change documentation.
1463         * progmodes/compile.el (compilation-start): Add the line
1464         "Compilation started" with compilation start time.
1465         (compilation-mode-font-lock-keywords): Add `started' to keywords.
1467 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
1469         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
1470         of menu items.
1472 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1474         * simple.el (pop-global-mark): Reverse test of widen-automatically.
1476         * battery.el (battery-status-function): Don't use ignore-errors.
1478 2005-08-11  Lute Kamstra  <lute@gnu.org>
1480         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
1481         define-obsolete-variable-alias.
1483 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
1486         (ange-ftp-send-cmd): Revert last change, and expand
1487         the comment explaining the problem.
1489 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
1491         * ldefs-boot.el: Update.
1493         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
1494         item to "Time, Load and Mail".  Change help echo text.
1496         * time.el (display-time-use-mail-icon, display-time-format)
1497         (display-time-string-forms): Shorten first line of docstrings.
1499 2005-08-10  Lars Hansen  <larsh@soem.dk>
1501         * desktop.el (desktop-buffer-mode-handlers):
1502         Make non-customizable. Add autoload cookie.  Change initial value to
1503         nil; add elements in respective modules instead.  Fix doc string.
1504         (desktop-load-file): New function.
1505         (desktop-minor-mode-handlers): New autoloaded variable.
1506         (desktop-create-buffer): Call minor mode handlers.
1507         Use desktop-load-file to load major and minor mode modules prior to
1508         checking for a handler.
1509         (desktop-save): Don't add nil to desktop-minor-modes for minor
1510         modes with nil function in desktop-minor-mode-table.  Don't delete
1511         desktop file before rewriting it.
1512         (desktop-locals-to-save): Add autoload cookie.  Don't make
1513         automatically buffer-local.  Add variables column-number-mode,
1514         size-indication-mode, indent-tabs-mode,
1515         indicate-buffer-boundaries, indicate-empty-lines and
1516         show-trailing-whitespace.
1517         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
1518         regexps. Don't use desktop-clear-preserve-buffers-regexp.
1519         (desktop-clear-preserve-buffers-regexp): Delete.
1520         (desktop-clear-preserve-buffers): Update initial value and docstring.
1521         (desktop-save-buffer): Fix doc string.
1523         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
1524         (hilit-chg-desktop-restore): New function.
1525         (highlight-changes-mode): Add highlight-changes-mode to
1526         desktop-locals-to-save.
1528         * dired.el: Add handler to desktop-buffer-mode-handlers.
1529         (dired-restore-desktop-buffer): Remove autoload cookie.
1530         (dired-mode): Add autoload cookie.
1532         * info.el: Add handler to desktop-buffer-mode-handlers.
1533         (Info-restore-desktop-buffer): Remove autoload cookie.
1534         (Info-mode): Add autoload cookie.
1536         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
1537         (mh-restore-desktop-buffer): Remove autoload cookie.
1538         (mh-folder-mode): Add autoload cookie.
1540         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
1541         (rmail-restore-desktop-buffer): Remove autoload cookie.
1543 2005-08-11  Masatake YAMATO  <jet@gyve.org>
1545         * hexl.el (hexl-address-region):
1546         (hexl-ascii-region, hexl-font-lock-keywords):
1547         (hexl-highlight-line-range): Use the term "region"
1548         instead of "area" for consistency with the other symbols
1549         defined in hexl.el.
1551 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1553         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
1554         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
1555         out by Juri Linkov).  Add `display-battery-mode'.
1557 2005-08-09  Juri Linkov  <juri@jurta.org>
1559         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1560         Remove `-text' from face variable names.
1561         (compilation-error-file-name, compilation-warning-file-name)
1562         (compilation-info-file-name): Delete faces.
1563         (compilation-line-number, compilation-column-number):
1564         Remove face underlining.
1565         (compilation-message-face): Set to `underline' value by default.
1566         (compilation-error-face, compilation-warning-face)
1567         (compilation-info-face): Remove `-file-name' from face names.
1568         (compilation-error-text-face, compilation-warning-text-face)
1569         (compilation-info-text-face): Delete face variables.
1570         (compilation-text-face): Delete function.
1572         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
1573         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
1574         (grep-error-face): Set to `compilation-error' instead of
1575         `compilation-error-face' (which is redefined to `grep-hit-face' in
1576         grep buffers).
1577         (grep-mode-font-lock-keywords): Remove `-text' from face variable
1578         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
1580         * dired-aux.el (dired-do-query-replace-regexp):
1581         Use `query-replace-read-args'.
1583         * replace.el (query-replace-read-from, query-replace-read-to)
1584         (query-replace-read-args): Rename arg `string' to `prompt'.
1586         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
1588 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1590         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
1591         uploading files.
1592         (ange-ftp-canonize-filename): Handle file names beginning with ~
1593         correctly.
1595 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
1597         * textmodes/fill.el (canonically-space-region)
1598         (fill-context-prefix, fill-french-nobreak-p)
1599         (fill-delete-newlines, fill-comment-paragraph)
1600         (justify-current-line): "?\ " -> "?\s".
1602 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
1604         * textmodes/fill.el (fill-nonuniform-paragraphs):
1605         Improve argument/docstring consistency.
1607 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1609         * textmodes/ispell.el (ispell-word): More fboundp checks.
1611         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
1612         (find-file-noselect-1): Call it here, only if RAWFILE.
1613         (normal-mode): Always set some major mode.
1614         (save-some-buffers-action-alist): Change some explanation strings.
1615         (file-name-non-special): In the `quote' method, use unwind-protect.
1617 2005-08-09  Magnus Henoch  <mange@freemail.hu>
1619         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
1620         (ispell-have-aspell-dictionaries): New variable.
1621         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
1622         (ispell-get-aspell-config-value): New function.
1623         (ispell-aspell-find-dictionary): New function.
1624         (ispell-aspell-add-aliases): New function.
1625         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
1626         appropriate.  Don't look for ispell dictionaries if we use aspell.
1627         (ispell-menu-map): Don't build a submenu of dictionaries.
1629 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1631         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
1632         (sql-read-passwd): Use read-passwd.
1634         * progmodes/idlw-toolbar.el (idlwave-toolbar)
1635         (idlwave-toolbar-is-possible): Add defvars.
1637         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
1638         Avoid warnings.
1640         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
1641         (idlwave-system-class-info, idlwave-executive-commands-alist):
1642         Use defvar.
1644         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
1646         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
1647         Avoid warnings.
1649         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
1650         and content-type: headers.
1652         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
1654         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
1655         and rename some of them to be more self-explanatory.
1657         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
1659         * startup.el (command-line-1): Implement -scriptload.
1661         * replace.el (occur-engine): Initial *Occur* output not undoable.
1663         * menu-bar.el (menu-bar-file-menu): Rename some menu items
1664         and improve help strings.
1666         * isearch.el (isearch-repeat): When changing direction,
1667         mark search successful.
1669         * ediff-init.el: Use (featurep 'xemacs).
1671         * comint.el (send-invisible): Identify buffer, if not selected.
1673         * align.el: Delete autoload for c-guess-basic-syntax.
1675 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
1677         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
1678         Improve argument/docstring consistency.  Doc fixes.
1679         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
1680         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
1681         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
1682         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
1683         (r2bv-organization, r2bv-pages, r2bv-primary-author)
1684         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
1685         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
1686         Defvar at compile time.
1688 2005-08-09  Juri Linkov  <juri@jurta.org>
1690         * info.el: Replace `info' with upper-case `Info' where appropriate.
1691         (info-title-1, info-title-2, info-title-3, info-title-4)
1692         (info-menu-header): Move up face definitions.
1693         (info-menu-star): Rename from `info-menu-5'.
1694         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
1695         (Info-fontify-visited-nodes): Fix docstring.
1696         (Info-hide-note-references): Fix docstring.
1697         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
1698         menu items in the same way as on cross-references.
1699         (info-apropos): Fix sorting order and formatting to be like in the
1700         stand-alone Info browser.  Display error messages for 1 sec.
1701         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
1702         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
1703         from the menu bar.
1704         (Info-insert-dir): Restore point after calling
1705         `insert-buffer-substring'.
1707 2005-08-08  Richard M. Stallman  <rms@gnu.org>
1709         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
1710         (recompute-lucid-menubar): Add defvars.
1712         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
1714         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
1716         * net/net-utils.el (run-dig): Rename from `dig'.
1718         * play/gametree.el (gametree-mode): Use make-local-variable,
1719         not make-variable-buffer-local.
1721         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
1723         * ansi-color.el (ansi-color-make-extent)
1724         (ansi-color-set-extent-face): Use fboundp, not functionp.
1726         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
1727         not make-variable-buffer-local.
1729         * bookmark.el (Info-current-file): Add defvar.
1730         (bookmark-jump-noselect): Use with-no-warnings.
1732         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
1734         * ebuff-menu.el (Helper-return-blurb): Add defvar.
1736         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
1738         * find-file.el (ada-procedure-start-regexp)
1739         (ada-package-start-regexp): Add defvars.
1741         * info.el (Info-insert-dir): Use insert-buffer-substring.
1743         * xml.el (xml-att-def-re): Add defvar.
1745         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
1746         calling convention.
1748         * subr.el (while-no-input): Return t if there is input.
1750 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
1752         * cus-start.el (all): Add `overflow-newline-into-fringe'.
1754 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
1756         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
1757         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
1759 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
1761         * cmuscheme.el (scheme-start-file): Replace reference to
1762         `user-emacs-directory' by "~/.emacs.d/".
1764 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
1766         * info.el (Info-dir-remove-duplicates): Avoid case folding
1767         in loop; instead, keep downcased strings for comparison.
1768         Suggested by Helmut Eller.
1770 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
1772         Sync with Tramp 2.0.50.
1774         * tramp.el: Remove defvar of `last-coding-system-used' in the
1775         XEmacs case; not necessary anymore.
1776         (tramp-user-regexp): Allow "@" as part of user name.
1777         (tramp-handle-set-visited-file-modtime)
1778         (tramp-handle-insert-file-contents)
1779         (tramp-handle-write-region): No special handling for
1780         `last-coding-system-used, because this is done in
1781         `tramp-accept-process-output' now.
1782         (tramp-accept-process-output): New defun.
1783         (tramp-process-one-action, tramp-process-one-multi-action)
1784         (tramp-wait-for-regexp, tramp-wait-for-output)
1785         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
1786         Howells <dhowells@redhat.com>.
1787         (clear-visited-file-modtime): Defadvice removed.  The check for
1788         unset buffer's modtime does not need to be based on
1789         `tramp-buffer-file-attributes'.  Suggested by RMS.
1790         (tramp-message): Insert "\n" if not being at beginning of line.
1791         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
1792         sequence with same logic.
1793         (tramp-completion-handle-expand-file-name): Discard call of
1794         `tramp-drop-volume-letter'.  It is not necessary, and there have
1795         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
1796         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1797         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
1798         should always be visible.
1799         (tramp-handle-insert-directory, tramp-setup-complete)
1800         (tramp-set-process-query-on-exit-flag)
1801         (tramp-append-tramp-buffers): Pacify byte-compiler.
1802         (tramp-bug): Delete non-existing variables from list.
1803         Apply `tramp-load-report-modules' as pre-hook.
1804         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
1805         `shell-prompt-pattern' because of non-7bit characters.
1806         Reported by Sebastian Luque <sluque@mun.ca>.
1807         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
1808         (tramp-match-string-list): Remove function.
1809         (tramp-wait-for-regexp): Remove call of that function.
1810         Suggested by Kim F. Storm <storm@cua.dk>.
1811         (tramp-set-auto-save-file-modes): Use octal integer code #o600
1812         instead of octal character code ?\600.  The latter resulted in a
1813         syntax error with XEmacs.
1815         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
1816         XEmacs case; not necessary anymore.
1817         (tramp-smb-handle-write-region): No special handling for
1818         `last-coding-system-used, because this is done in
1819         `tramp-accept-process-output' now.
1820         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
1822 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
1824         * wid-edit.el (widget-choice-value-create):
1825         Unconditionally respect user choice.  Set :explicit-choice back to nil
1826         when no longer needed.
1827         (widget-choice-action): Unconditionally respect user choice.
1828         Eliminate :explicit-choice-value.
1830         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
1832         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
1833         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
1834         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
1835         running new function `toggle-indicate-empty-lines'.
1836         Rename "Customize" item to "Customize fringe".
1837         Rename "Indicators" item to "Buffer boundaries" and change help echo.
1838         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
1839         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
1840         Delete "Empty lines only" item.
1841         (menu-bar-showhide-fringe-ind-customize): New function.
1842         (menu-bar-showhide-fringe-ind-mixed)
1843         (menu-bar-showhide-fringe-ind-box)
1844         (menu-bar-showhide-fringe-ind-right)
1845         (menu-bar-showhide-fringe-ind-left)
1846         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
1847         instead of `fringe-indicators'.
1849 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1851         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
1852         Change the date of last update.
1854 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1856         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
1857         (viper-exec-yank, viper-put-back): Don't display modification msg
1858         if in the minibuffer.
1860         * viper-init.el (viper-replace-overlay-cursor-color)
1861         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
1862         Make variables frame local.
1864         * viper-util.el (viper-append-filter-alist): Use append instead of
1865         nconc.
1867         * viper.el (viper-vi-state-mode-list)
1868         (viper-emacs-state-mode-list): Move help-mode and
1869         completion-list-mode from the first list to the second.
1870         (viper-mode): Docstring.
1871         (viper-go-away, viper-non-hook-settings): Don't localize
1872         minor-mode-alist in newer Emacsen.  Add advice to
1873         set-cursor-color.  Don't bind "\C-c\\".
1875 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
1877         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
1878         (scheme-macro-expand-command): New user options.
1879         (scheme-trace-procedure, scheme-expand-current-form): New commands.
1880         (scheme-form-at-point, scheme-start-file)
1881         (scheme-interactively-start-process): New functions.
1882         (scheme-get-process): New function, extracted from `scheme-proc'.
1883         (run-scheme): Call `scheme-start-file' to get start file, and pass
1884         it to `make-comint'.
1885         (switch-to-scheme, scheme-proc):
1886         Call `scheme-interactively-start-process' if no Scheme buffer/process
1887         is available.
1889 2005-08-06  Juri Linkov  <juri@jurta.org>
1891         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1892         Use `compilation-text-face', `compilation-info-text-face' and
1893         `compilation-error-text-face' instead of `font-lock-keyword-face'.
1894         (compilation-error): New face.
1895         (compilation-error-file-name): Inherit from
1896         `compilation-error' instead of `font-lock-warning-face'.
1897         (compilation-warning-file-name): Inherit from
1898         `compilation-warning' instead of `font-lock-warning-face'.
1899         (compilation-info, compilation-error-file-name)
1900         (compilation-warning-file-name, compilation-info-file-name)
1901         (compilation-line-number, compilation-column-number): Doc fix.
1902         (compilation-error-text-face, compilation-warning-text-face)
1903         (compilation-info-text-face): New face variables.
1904         (compilation-line-face, compilation-column-face)
1905         (compilation-enter-directory-face)
1906         (compilation-leave-directory-face): Doc fix.
1907         (compilation-text-face): New function.
1909         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
1910         instead of 1 to display binary file names as info file links.
1911         (grep-error-face): Use `compilation-error-face' instead of
1912         `font-lock-keyword-face'.
1913         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
1914         and `compilation-warning-text-face' instead of
1915         `font-lock-keyword-face'.  Use `compilation-error-text-face'
1916         instead of `grep-error-face'.
1918 2005-08-05  Kenichi Handa  <handa@m17n.org>
1920         * international/code-pages.el: Add autoload cookies for all coding
1921         systems.
1923 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
1925         * cus-start.el (all): Put undo.c where it alphabetically belongs.
1927 2005-08-04  Juri Linkov  <juri@jurta.org>
1929         * progmodes/compile.el (compilation-mode-map):
1930         * progmodes/grep.el (grep-mode-map):
1931         Bind TAB to `compilation-next-error' and [backtab] to
1932         `compilation-previous-error'.
1934         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
1935         matching line numbers, column numbers and their ranges with regexp
1936         matching only line numbers.
1937         (grep-context-face): New face variable.
1938         (grep-mode-font-lock-keywords): Use it.
1940         * faces.el (read-face-name): Delete duplicate faces.
1942 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
1944         * thumbs.el (thumbs-find-image): Don't make variables
1945         automatically buffer local.
1946         (thumbs-current-tmp-filename, thumbs-current-image-filename)
1947         (thumbs-image-num): Make automatically buffer local.
1948         (thumbs-show-thumbs-list): Use `make-local-variable', not
1949         `make-variable-buffer-local'.
1950         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
1952         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1953         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1954         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1955         (bother, bye, canyou, chatlst, continue, deathlst, describe)
1956         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1957         (feelings-about, foullst, found, hello, history, howareyoulst)
1958         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1959         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1960         (neglst, obj, object, owner, please, problems, qlist)
1961         (random-adjective, relation, remlst, repetitive-shortness)
1962         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1963         (shortlst, something, sportslst, stallmanlst, states, subj)
1964         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1965         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1966         Defvar at compile time.
1968         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1969         not `make-variable-buffer-local'.
1971 2005-08-02  Kim F. Storm  <storm@cua.dk>
1973         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1974         rectangle overlay in selected window.
1976 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
1978         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1979         instead of display group.  Make `indicate-buffer-boundaries'
1980         customizable through Custom.
1982 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
1984         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1985         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1986         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1987         (gdb-put-string): Fix typos in docstrings.
1989 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
1991         Update copyright notices of files in progmodes directory for
1992         release of Emacs 22.1.
1994         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1996         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1997         Don't barf if the GUD buffer has been killed.
1999 2005-08-01  Kim F. Storm  <storm@cua.dk>
2001         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2003 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2005         * simple.el (next-error-follow-minor-mode):
2006         make-variable-buffer-local -> make-local-variable.
2008         * emacs-lisp/cl-extra.el: Require CL also when compiling.
2010         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2011         (byte-compile-form-make-variable-buffer-local): New functions to warn
2012         about misuses of make-variable-buffer-local where make-local-variable
2013         was meant.
2015 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2017         * bs.el (bs-attributes-list): Doc fix.
2018         (bs): Update url-link.
2020         * desktop.el (desktop-save-buffer): Fix typos in docstring.
2021         (desktop-load-default): Simplify.
2023         * ibuffer.el (ibuffer-columnize-and-insert-list)
2024         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2025         (ibuffer-unmark-all, ibuffer-toggle-marks)
2026         (ibuffer-unmark-forward, ibuffer-unmark-backward)
2027         (ibuffer-compile-make-format-form, ibuffer-format-column)
2028         (ibuffer-current-buffers-with-marks)
2029         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2030         (ibuffer): Doc fix.
2031         (ibuffer-mode): Fix typo in docstring.
2032         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2033         with `define-obsolete-variable-alias'.
2034         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
2036 2005-07-29  Kenichi Handa  <handa@m17n.org>
2038         * international/mule-cmds.el (select-message-coding-system):
2039         Be sure to use LF for end-of-line.  If no coding system is decided,
2040         return iso-8859-1-unix.
2042 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2045         (ange-ftp-pending-error-line): New vars.
2046         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2047         to handle the non-fatal no-route-to-host messages.
2048         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2050 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2052         * isearch.el (isearch-mode-map, isearch-other-meta-char)
2053         (isearch-quote-char, isearch-printing-char)
2054         (isearch-text-char-description): "?\ " -> "?\s".
2055         (isearch-lazy-highlight-cleanup)
2056         (isearch-lazy-highlight-initial-delay)
2057         (isearch-lazy-highlight-interval)
2058         (isearch-lazy-highlight-max-at-a-time)
2059         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
2060         Declare with define-obsolete-*-alias macros.
2061         (isearch-forward): Fix typo in docstring.
2062         (search-invisible, search-ring-yank-pointer)
2063         (regexp-search-ring-yank-pointer): Doc fixes.
2065         * recentf.el (recentf-menu-append-commands-p): Declare with
2066         `define-obsolete-variable-alias'.
2067         (recentf-max-saved-items, recentf-menu-filter)
2068         (recentf-arrange-by-rule-subfilter): Doc fixes.
2069         (recentf-menu-append-commands-flag)
2070         (recentf-initialize-file-name-history, recentf-expand-file-name)
2071         (recentf-clear-data): Fix typos in docstrings.
2073 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
2075         * progmodes/gdb-ui.el: Smarten comments.
2076         (gdb-info-breakpoints-custom): Use nowarn when finding file.
2078 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2080         * term/apollo.el (terminal-init-apollo): New function containing
2081         all former top level forms in the file.
2082         * term/bobcat.el (terminal-init-bobcat):
2083         * term/cygwin.el (terminal-init-cygwin):
2084         * term/iris-ansi.el (terminal-init-iris-ansi):
2085         * term/linux.el (terminal-init-linux):
2086         * term/news.el (terminal-init-news):
2087         * term/rxvt.el (terminal-init-rxvt):
2088         * term/sun.el (terminal-init-sun):
2089         * term/tvi970.el (terminal-init-tvi970):
2090         * term/vt100.el (terminal-init-vt100):
2091         * term/vt102.el (terminal-init-vt102):
2092         * term/vt125.el (terminal-init-vt125):
2093         * term/vt200.el (terminal-init-vt200):
2094         * term/vt201.el (terminal-init-vt201):
2095         * term/vt220.el (terminal-init-vt220):
2096         * term/vt240.el (terminal-init-vt240):
2097         * term/vt300.el (terminal-init-vt300):
2098         * term/vt320.el (terminal-init-vt320):
2099         * term/vt400.el (terminal-init-vt400):
2100         * term/vt420.el (terminal-init-vt420):
2101         * term/wyse50.el (terminal-init-wyse50):
2102         * term/xterm.el (terminal-init-xterm): Likewise.
2104         * term/README: Describe the terminal-init-* functionality.
2106         * startup.el (command-line): After loading the terminal initialization
2107         file call the corresponding terminal initialization function.
2109 2005-07-27  Kenichi Handa  <handa@m17n.org>
2111         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
2112         negative.
2114         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2115         (ps-mule-composition-prologue): Fix for the case that
2116         RelativeCompose is false.
2118 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
2122         * descr-text.el (describe-char): Handle the case where the list of
2123         chars is displayed in a separate frame.
2124         Be a bit more discriminating when looking for the char.
2126 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
2128         * bookmark.el (bookmark-automatically-show-annotations)
2129         (bookmark-read-annotation-text-func): Doc fixes.
2130         (bookmark-save): Improve argument/docstring consistency.
2131         (bookmark-get-bookmark, bookmark-get-bookmark-record)
2132         (bookmark-alist-from-buffer)
2133         (bookmark-upgrade-file-format-from-0)
2134         (bookmark-grok-file-format-version)
2135         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
2136         (bookmark-read-annotation-mode)
2137         (bookmark-insert-current-bookmark, bookmark-jump)
2138         (bookmark-exit-hook): Fix typos in docstrings.
2139         (bookmark-exit-hooks): Define as obsolete alias.
2140         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
2141         not `bookmark-exit-hooks'.  Fix docstring.
2142         (bookmark-bmenu-select): "?\ " -> "?\s".
2144 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
2146         * startup.el (command-line): Fix typo.
2148 2005-07-24  Richard M. Stallman  <rms@gnu.org>
2150         * tooltip.el (tooltip-mode): Test emacs-basic-display,
2151         not emacs-quick-startup.
2153 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
2155         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
2156         (reb-next-match, reb-show-subexp): Use `with-selected-window'
2157         instead of `reb-with-current-window'.
2158         (reb-prev-match): Likewise.  Also, don't move left if the search
2159         was unsuccessful.
2160         (reb-initialize-buffer): New function.
2161         (re-builder, reb-change-syntax): Use it.
2163         * man.el (Man-goto-page): Make second argument NOERROR optional.
2165 2005-07-23  Richard M. Stallman  <rms@gnu.org>
2167         * man.el (Man-bgproc-sentinel): Check here for failure to find
2168         any man page in the output, and report the error here.
2169         (Man-arguments): Make it permanent local.
2170         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
2171         (Man-mode): Pass t for NOERROR.
2173         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
2174         (grep-mode-font-lock-keywords):
2175         Don't use compilation-...-face for messages that are not file names.
2177         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2178         Don't use compilation-...-face for messages that are not file names.
2180 2005-07-22  Juri Linkov  <juri@jurta.org>
2182         * startup.el (normal-splash-screen): Update menu name.
2184         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
2186 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2188         * term/xterm.el: Load term/rxvt if the terminal is actually an
2189         rxvt terminal.
2190         (xterm-rxvt-set-background-mode): Remove, not used anymore.
2192         * term/rxvt.el (function-key-map): Use substitute-key-definition
2193         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
2195         * term/cygwin.el: New file.
2197 2005-07-22  Kim F. Storm  <storm@cua.dk>
2199         * image-file.el (insert-image-file, image-file-yank-handler):
2200         Fix last change to maintain a (unique) yank-handler on yanked images.
2202 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
2204         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
2205         of the file size (as in "177B" for 177 bytes).  This happens with
2206         "ls -lh" on FreeBSD.
2208 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
2210         * hilit-chg.el (highlight-changes-global-initial-state)
2211         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
2212         (hilit-chg-fixup, highlight-changes-mode):
2213         Fix typos in docstrings.
2214         (highlight-changes-global-modes, highlight-changes-rotate-faces):
2215         Doc fixes.
2217 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
2219         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
2220         mode function using `eval-after-load'.
2222 2005-07-21  Kim F. Storm  <storm@cua.dk>
2224         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
2225         included when reporting an emacs crash, and tell about the DEBUG file.
2227         * image-file.el (insert-image-file): Add yank-handler.
2228         (image-file-yank-handler): Yank handler to make unique copies of
2229         images when they are yanked into a buffer next to each other.
2231 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
2233         * comint.el (comint-use-prompt-regexp, comint-send-input)
2234         (comint-source-default, comint-extract-string)
2235         (comint-get-source, comint-word, comint-completion)
2236         (comint-source, comint-prompt-read-only, comint-update-fence):
2237         Fix typos in docstrings.
2238         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
2239         Declare with define-obsolete-*-alias macros.
2240         (comint-previous-matching-input-from-input)
2241         (comint-next-matching-input-from-input)
2242         (comint-previous-matching-input, comint-next-matching-input)
2243         (comint-forward-matching-input):
2244         Improve argument/docstring consistency.
2246         * desktop.el (desktop-clear-preserve-buffers-regexp):
2247         Also preserve the *server* buffer.
2249         * simple.el (clone-indirect-buffer): Doc fix.
2250         (fixup-whitespace, just-one-space)
2251         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
2252         (next-error, next-error-highlight)
2253         (next-error-highlight-no-select, next-error-last-buffer)
2254         (next-error-buffer-p, next-error-find-buffer, next-error)
2255         (previous-error, next-error-no-select, previous-error-no-select)
2256         (open-line, split-line, minibuffer-prompt-width, kill-new)
2257         (binary-overwrite-mode): Fix typos in docstrings.
2258         (set-fill-column): Fix typo in message.
2260         * skeleton.el (skeleton-proxy-new): Doc fix.
2262         * strokes.el (strokes-load-hook): Doc fix.
2263         (strokes-grid-resolution, strokes-get-grid-position)
2264         (strokes-renormalize-to-grid, strokes-read-stroke)
2265         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
2266         (strokes-global-map): Fix typos in docstrings.
2267         (strokes-help): Doc fix.  Fix help message and pass it through
2268         `substitute-command-keys'.
2270         * tempo.el (tempo-insert-prompt, tempo-interactive)
2271         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
2272         (tempo-insert-string-functions, tempo-local-tags)
2273         (tempo-define-template, tempo-insert-template)
2274         (tempo-insert-prompt-compat, tempo-is-user-element)
2275         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
2276         Fix typos in docstrings.
2278         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
2279         (vcursor-key-bindings, vcursor-use-vcursor-map)
2280         (vcursor-find-window, vcursor-scroll-down)
2281         (vcursor-disable, vcursor-beginning-of-buffer)
2282         (vcursor-end-of-buffer): Fix typos in docstrings.
2283         (vcursor-relative-move, vcursor-get-char-count):
2284         Improve argument/docstring consistency.
2286         * version.el: "?\ " -> "?\s".
2288         * wid-edit.el (widget-default-create, widget-after-change)
2289         (widget-default-format-handler, widget-checklist-add-item)
2290         (widget-radio-add-item, widget-choose, widget-specify-secret)
2291         (widget-field-value-create, widget-field-value-get)
2292         (widget-editable-list-format-handler)
2293         (widget-editable-list-entry-create, widget-group-value-create)
2294         (widget-documentation-link-add)
2295         (widget-documentation-string-value-create): "?\ " -> "?\s".
2296         (widget-convert-text): Doc fix.
2297         (widget-narrow-to-field, widget-field-find)
2298         (widget-url-link-action, widget-emacs-library-link-action)
2299         (widget-color-notify): Fix typos in docstrings.
2301         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
2302         (x-select-text, set-w32-system-coding-system)
2303         (w32-add-charset-info): Fix typos in docstrings.
2305         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
2306         (cua-enable-cua-keys, cua-use-hyper-key)
2307         (cua-virtual-rectangle-edges): Fix typos in docstrings.
2308         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
2310         * net/tramp.el (tramp-handle-load): Fix typo in error message.
2312         * emacs-lisp/re-builder.el (regexp-builder): Declare with
2313         `defalias' instead of faking it.
2315         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
2316         (eshell-ls-missing, eshell-ls-dired-initial-args)
2317         (eshell-ls-use-in-dired): Fix typos in docstrings.
2319 2005-07-20  Kim F. Storm  <storm@cua.dk>
2321         * emulation/cua-base.el (cua-mode): Improve doc string.
2323 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
2325         * abbrev.el (expand-region-abbrevs): Doc fix.
2326         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
2327         Improve argument/docstring consistency.
2329         * arc-mode.el (archive-get-descr, archive-alternate-display):
2330         Doc fixes.
2331         (archive-l-e): Improve argument/docstring consistency.
2332         (archive-tmpdir, archive-unixdate, archive-unixtime)
2333         (archive-chmod-entry): Fix typos in docstrings.
2334         (archive-unflag, archive-unflag-backwards)
2335         (archive-unmark-all-files): "?\ " -> "?\s".
2337         * buff-menu.el (Buffer-menu-unmark): Doc fix.
2338         (Buffer-menu-not-modified, Buffer-menu-execute)
2339         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
2340         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
2342         * composite.el (compose-string, encode-composition-rule)
2343         (compose-last-chars): Fix typos in docstrings.
2345         * desktop.el (desktop-enable, desktop-basefilename):
2346         Declare with `define-obsolete-variable-alias'.
2347         (desktop-internal-v2s): Don't quote keywords.
2348         (desktop-clear): "?\ " -> "?\s".
2350         * dired.el (dired-align-file, dired-flag-backup-files)
2351         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
2352         (dired-listing-switches, dired-ls-F-marks-symlinks)
2353         (dired-dwim-target, dired-load-hook, dired-mode-hook)
2354         (dired-directory, dired-faces, dired, dired-revert)
2355         (dired-mode, dired-summary, dired-view-file)
2356         (dired-copy-filename-as-kill, dired-delete-file)
2357         (dired-no-confirm, dired-unmark-all-marks)
2358         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
2359         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
2360         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
2361         Fix typos in message strings.
2363         * dired-x.el (virtual-dired): Declare with `defalias'.
2364         (dired-mark-unmarked-files, dired-local-variables-file)
2365         (dired-omit-here-always): Doc fix.
2366         (dired-omit-mode, dired-find-subdir)
2367         (dired-enable-local-variables, dired-clean-up-buffers-too)
2368         (dired-extra-startup, dired-mark-extension, dired-jump)
2369         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
2370         (dired-smart-shell-command, dired-guess-shell-alist-user)
2371         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
2372         (dired-x-bind-find-file, dired-x-submit-report):
2373         Fix typos in docstrings.
2374         (dired-mark-unmarked-files): "?\ " -> "?\s".
2376         * dirtrack.el (dirtrack-list): Fix typos in docstring.
2378         * faces.el (describe-face): "?\ " -> "?\s".
2379         (read-all-face-attributes, read-face-font, modify-face)
2380         (face-attr-construct, italic): Fix typos in docstrings.
2381         (frame-update-face-colors): Declare with
2382         `define-obsolete-function-alias'.
2384         * files.el (find-file-noselect, recode-file-name): Doc fixes.
2385         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
2386         (magic-mode-alist, buffer-file-numbers-unique)
2387         (write-file-functions, get-free-disk-space):
2388         Fix typos in docstrings.
2389         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
2390         (write-contents-hooks, write-file-hooks):
2391         Declare with `define-obsolete-variable-alias'.
2393         * forms-d2.el (arch-rj): Fix typo in docstrings.
2394         (arch-tocol): Likewise.  "?\ " -> "?\s".
2396         * frame.el (set-frame-font, cursor-in-non-selected-windows):
2397         Fix typo in docstring.
2398         (set-screen-width, set-screen-height): Delete redundant info in
2399         doctrings.
2400         (new-frame, screen-height, screen-width): Declare with
2401         `define-obsolete-function-alias'.
2402         (delete-frame-hook, blink-cursor): Declare with
2403         `define-obsolete-variable-alias'.
2405         * paths.el (prune-directory-list): Fix typos in docstring.
2407         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
2408         (cvs-prefix-get): Fix typos in docstrings.
2410         * ps-print.el (ps-extend-face-list, ps-extend-face)
2411         (ps-print-background-image): Fix typos in docstrings.
2412         (ps-default-fg, ps-default-bg): Doc fixes.
2414         * s-region.el (s-region-bind): Doc fix.
2415         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
2417         * textmodes/org.el (org-table-formula-substitute-names)
2418         (org-table-get-vertical-vector): Doc fixes.
2419         (org-table-recalculate): Remove unused argument to `message'.
2421 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2423         * textmodes/org.el (org-table-column-names)
2424         (org-table-column-name-regexp)
2425         (org-table-named-field-locations): New variables.
2426         (org-archive-subtree): Protect `this-command' when calling
2427         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2428         the kill buffer.
2429         (org-complete): Remove fixed-formula completion.
2430         (org-edit-formulas-map): New variable.
2431         (org-table-edit-formulas): New command.
2432         (org-finish-edit-formulas, org-abort-edit-formulas)
2433         (org-show-variable, org-table-get-vertical-vector): New functions.
2434         (org-table-maybe-eval-formula): Handle `:=' fields.
2435         (org-table-get-stored-formulas, org-table-store-formulas)
2436         (org-table-get-formula, org-table-modify-formulas)
2437         (org-table-replace-in-formulas): Handle named field formulas.
2438         (org-table-get-specials): Store locations of named fields.
2440 2005-07-19  Juri Linkov  <juri@jurta.org>
2442         * progmodes/grep.el (grep-regexp-alist)
2443         (grep-mode-font-lock-keywords, grep-process-setup):
2444         Use default GNU grep match color "01;31m" instead of "01;41m".
2445         (grep-regexp-alist, grep-mode-font-lock-keywords):
2446         Use `\\[[0-9]*m' instead of `\\[00m'.
2447         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
2448         sgr_start where its handling is more important.  Use the real
2449         length of sgr_start instead of constant 8.
2450         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
2451         specially.  Delete all remaining escape sequences.
2452         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
2453         (grep-regexp-alist): Make hyperlink only for binary file name
2454         instead of the whole line.
2455         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
2456         (grep-mode): Add autoload.
2458         * emacs-lisp/find-func.el (find-function-regexp):
2459         Add `define-compilation-mode'.
2461 2005-07-19  Juri Linkov  <juri@jurta.org>
2463         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
2464         (compare-windows-sync-string-size, compare-windows-recenter)
2465         (compare-windows-highlight, compare-windows): Add version 22.1.
2466         (compare-windows) <defface>: Inherit from lazy-highlight instead
2467         of duplicating its default value.
2469         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
2470         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
2472         * descr-text.el (describe-char): Create link buttons for `charset'
2473         and `code point'.  Add the current input method name with a link
2474         button to `to input' field.  Print face names of display table
2475         characters in `The display table entry is displayed by' section
2476         instead of printing face-id in the `display' field.
2477         Guess hardcoded faces and create a link button for them.
2478         Skip empty fields when calculating max-width.
2479         Treat `widget-create' specially while inserting strings from the
2480         collected field list.
2481         (describe-char-after): Made obsolete in version 22.1, not 21.5.
2483         * diff-mode.el (diff-file-header): Change foreground color from
2484         yellow to green on light backgrounds.
2485         (diff-context): Inherit from `shadow' only for color/grayscale
2486         with more than 88 colors.
2487         (diff-indicator-removed, diff-indicator-added)
2488         (diff-indicator-changed): New faces.
2489         (diff-font-lock-keywords): Use new faces.  Regroup rules.
2490         Add "^---$" for `normal' diff format.  Fontify `#' lines with
2491         font-lock-comment-delimiter-face and font-lock-comment-face.
2492         Add `#' to ^[^...] in the rule for `diff-context-face'.
2494         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
2495         a button-like box.  Inherit from `highlight' on low colors.
2496         (shadow): Use shades of gray only for color/grayscale with
2497         more than 88 colors.  Use green for light backgrounds with
2498         8 colors, and yellow for dark backgrounds with 8 colors.
2500         * font-lock.el (font-lock-regexp-grouping-backslash):
2501         Don't inherit from escape-glyph (use bold for all cases).
2503         * info.el (info-xref-visited): Use light foreground color `violet'
2504         for dark backgrounds instead of dark color `magenta3'.
2505         (info-title-1): Use `yellow' color for dark backgrounds.
2507         * isearch.el (isearch): Use not-too-dark magenta3 instead of
2508         too-light magenta2.
2510         * replace.el (match): Use slightly more light RoyalBlue3 instead
2511         of dark RoyalBlue4.
2513         * wid-edit.el (widget-inactive): Inherit from `shadow'.
2515 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
2517         * novice.el (disabled-command-hook): Declare it with
2518         `define-obsolete-variable-alias'.
2520         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
2521         (desktop-buffer-misc-functions, desktop-buffer-handlers)
2522         (desktop-load-default): Add release to obsolescence info.
2523         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
2524         (desktop-append-buffer-args, desktop-read):
2525         Fix typos in docstrings.
2526         (desktop-kill): Fix typo in message.
2527         (desktop-save): Doc fix.
2529 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2531         * viper-cmd.el (viper-escape-to-state): Bug fix.
2532         (viper-envelop-ESC-key): Change the definition of fast
2533         keysequence so it'll work with keyboard macros.
2535         * ediff.el (ediff-patch-buffer): Change the docstring.
2537 2005-07-19  Kenichi Handa  <handa@m17n.org>
2539         * international/mule-cmds.el (select-safe-coding-system): Try to
2540         use an auto-coding (if any) before anything else.  If the found
2541         auto-coding is invalid, show a warning message.
2543         * international/mule.el (find-auto-coding): New function created
2544         by modifying the body of set-auto-coding.
2545         (set-auto-coding): Use find-auto-coding to find a coding.
2547 2005-07-18  Richard M. Stallman  <rms@gnu.org>
2549         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
2550         not isearch-mode-end-hook-error.
2551         (allout-before-change-protect): Fix error message.
2553 2005-07-18  Juri Linkov  <juri@jurta.org>
2555         * allout.el (allout-mode):
2556         * calculator.el (calculator-copy):
2557         * custom.el (custom-known-themes):
2558         * dired.el (dired-desktop-buffer-misc-data)
2559         (dired-restore-desktop-buffer):
2560         * dired-x.el (dired-omit-marker-char):
2561         * files.el (basic-save-buffer):
2562         * font-core.el (font-lock-mode):
2563         * calendar/calendar.el (calendar-goto-hebrew-date)
2564         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
2565         (calendar-goto-persian-date):
2566         * language/ethio-util.el (ethio-sera-to-fidel-region):
2567         * textmodes/picture.el (picture-mode):
2568         Delete duplicate duplicate words.
2570 2005-07-18  Juri Linkov  <juri@jurta.org>
2572         * isearch.el (isearch-mode-map): Remove key bindings for regexp
2573         chars * ? } |.
2574         (isearch-fallback): Don't call `isearch-process-search-char'.
2575         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
2576         (isearch-process-search-char): Call `isearch-fallback' for regexp
2577         chars * ? } |.
2578         (isearch-return-char): Make obsolete with `make-obsolete' instead
2579         of simply documenting it as obsolete in the docstring.
2580         (isearch-fallback): Refill docstring.
2582         * international/isearch-x.el
2583         (isearch-process-search-multibyte-characters): Remove unneeded
2584         `concat'.  Add intermediate values to `junk-hist' instead of
2585         `minibuffer-history'.  Test the length of `str'.
2587 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
2589         * allout.el (allout-resolve-xref): Fix typos in error strings.
2590         (allout-before-change-protect): Remove unneeded `concat'.
2592         * array.el (array-mode, array-reconfigure-rows)
2593         (untabify-backward): Fix typos in docstrings.
2594         (array-reconfigure-rows): Use `insert-buffer-substring', not
2595         `insert-buffer'.
2597         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
2598         * progmodes/ada-mode.el (ada-make-body):
2599         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
2601         * dired.el (dired-log):
2602         * tar-mode.el (tar-subfile-save-buffer):
2603         * play/zone.el (zone-pgm-stress-destress):
2604         Use `insert-buffer-substring', not `insert-buffer'.
2606 2005-07-17  Simon Josefsson  <jas@extundo.com>
2608         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
2610 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
2612         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
2613         Add plain auth method.
2614         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
2616 2005-07-17  Kim F. Storm  <storm@cua.dk>
2618         * ido.el (dired-other-window): Add ido property.
2620 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
2622         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2623         Fix typo in docstring.
2624         (byte-compile-interactive-only-functions): Add `insert-buffer' and
2625         `insert-file-literally'.
2627         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
2628         info and delete redundant message.  Doc fix.
2629         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
2630         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
2632 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2634         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
2635         (byte-compile-and): Use byte-compile-and-recursion.
2636         (byte-compile-or-recursion): New function.
2637         (byte-compile-or): Use that.
2638         (byte-compile-if): Guard the else-clause too.
2639         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
2641         * isearch.el (isearch-mode-end-hook-quit): New variable.
2642         (isearch-done): Bind it.
2643         (isearch-mode-end-hook): Doc fix.
2645         * allout.el (allout-isearch-did-quit): Variable deleted.
2646         (allout-real-isearch-abort): Function name no longer used.
2647         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
2648         (allout-isearch-rectification): isearch-mode always exists.
2649         Don't set allout-isearch-did-quit.
2650         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
2651         allout-isearch-did-quit.
2652         (allout-enwrap-isearch): Just add the hook.
2653         (allout-isearch-abort): Function deleted.
2654         (allout-pre-command-business): Avoid warning.
2656         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
2657         Correctly avoid warnings.
2658         (pascal-outline): Likewise.
2660         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
2662         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
2664         * play/tetris.el (tetris-mode): Avoid warning.
2666         * play/snake.el (snake-mode): Avoid warning.
2668         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
2669         (gamegrid-set-display-table): Avoid warning.
2670         (gamegrid-set-timer): Likewise.
2671         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
2672         (gamegrid-add-score-with-update-game-score-1): Take FILE
2673         as argument.
2674         (gamegrid-add-score-with-update-game-score): Pass that argument.
2675         Rename have-shared-game-dir to gamegrid-shared-game-dir.
2677         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
2679         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
2680         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
2682         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
2683         and insert-file.
2685         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
2686         (sc-ask): Avoid warnings.
2688         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
2689         (eshell-hist-initialize): Use that var the natural way.
2691         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
2693         * emacs-lisp/re-builder.el (reb-cook-regexp):
2694         Avoid warning calling lre-compile-string.
2695         (reb-color-display-p): Avoid warning.
2697         * calculator.el (calculator-last-input): Guard uses
2698         of event-key and key-press-event-p.
2699         (event-key, key-press-event-p): Delete definitions.
2701         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
2702         (find-gc-source-directory, find-gc-subrs-callers)
2703         (find-gc-noreturn-list, find-gc-source-files)
2704         (find-gc-subrs-called): Vars renamed and defvar'd.
2706         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
2707         (checkdoc-overlay-put, checkdoc-delete-overlay)
2708         (checkdoc-overlay-start, checkdoc-overlay-end)
2709         (checkdoc-mode-line-update, checkdoc-char=):
2710         Define such that compiler knows they are defined.
2711         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
2712         (checkdoc-read-event): Delete.  Use read-event directly.
2714         * whitespace.el (whitespace-make-overlay)
2715         (whitespace-overlay-put, whitespace-delete-overlay)
2716         (whitespace-overlay-start, whitespace-overlay-end):
2717         Define such that compiler knows they are defined.
2718         (whitespace): Move conditional inside.
2720         * tempo.el (tempo-insert-template): Suppress warning.
2722         * ediff-diff.el (longlines-mode): Add defvar.
2724 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
2726         * server.el: Bind "C-x #" in a way that works even if C-x is
2727         redefined to a command key, not a prefix key.
2729 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
2731         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
2732         cl-make-type-test till execution time.
2734 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
2736         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
2737         arg ARG and use it.
2739 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
2741         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
2743 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
2745         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2746         a defcustom with two :set or :type keywords.
2748 2005-07-15  Richard M. Stallman  <rms@gnu.org>
2750         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2751         Don't give ^M comment-end syntax.
2753 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
2755         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
2756         Don't consider gdbmi (gdb-mi.el has its own update functions).
2757         (gdb-var-delete): Make it work for gdbmi as well.
2758         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
2760         * progmodes/gud.el (etags, sdb): Only require etags when needed.
2761         (gud-speedbar-menu-items): Correct logic for enabling items.
2763 2005-07-15  Kim F. Storm  <storm@cua.dk>
2765         * ido.el: Fix commentary.
2766         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
2767         Use with-no-warnings around ffap-guesser.
2768         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
2769         Let bind minibuffer-completing-file-name to t.
2771 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
2773         * startup.el (site-run-file, keyboard-type): Doc fixes.
2774         (command-line): Check for "--basic-display" argument; also for
2775         "--quick", not "--bare-bones" (which was renamed).
2776         (fancy-splash-text): Add missing item "Getting New Versions".
2777         (normal-splash-screen): Fix typos and improve consistency with
2778         `fancy-splash-text'.  Update copyright year.
2780         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
2781         valid binding for `help-char'.
2783         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
2785 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
2787         * term.el (term-mode): Disable cua-mode for term buffers.
2789 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
2791         * add-log.el (add-log-mailing-address, change-log-merge):
2792         Doc fixes.
2793         (change-log-get-method-definition): Fix typo in docstring.
2795 2005-07-14  Kim F. Storm  <storm@cua.dk>
2797         * emulation/cua-base.el:
2798         (cua--pre-command-handler-1, cua--pre-command-handler)
2799         (cua--post-command-handler-1, cua--post-command-handler):
2800         Split in two.  Check (buffer local) value of cua-mode.
2801         (cua-selection-mode): New command.
2803 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2805         * custom.el (custom-initialize-safe-set)
2806         (custom-initialize-safe-default): Doc fixes.
2808         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2809         and simplify :init-value again.
2811         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2812         and simplify :init-value again.  Delete autoload.
2814         * startup.el (command-line): Use `custom-reevaluate-setting' again
2815         for tooltip-mode.
2817         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2818         a defcustom with two :initialize keywords.
2820 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
2822         * allout.el (my-mark-marker, allout-isearch-prior-pos)
2823         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
2824         (allout-post-command-business, allout-flag-region)
2825         (isearch-reenable-font-lock, allout-yank)
2826         (allout-insert-latex-header, allout-insert-latex-trailer)
2827         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
2828         (allout-latex-verb-quote): Fix typos in docstrings.
2829         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
2830         (allout-unprotected, allout-prefix-data):
2831         Improve argument/docstring consistency.
2832         (allout-chart-subtree): Fix argument spec.
2833         (allout-open-topic): Rename `use_sib_bullet' argument to
2834         `use-sib-bullet'.  Doc fix.
2836         * whitespace.el (whitespace-check-buffer-leading)
2837         (whitespace-check-buffer-trailing)
2838         (whitespace-check-buffer-indent)
2839         (whitespace-check-buffer-spacetab)
2840         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
2841         (whitespace-check-leading-whitespace)
2842         (whitespace-check-trailing-whitespace)
2843         (whitespace-check-spacetab-whitespace)
2844         (whitespace-check-indent-whitespace)
2845         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
2846         (whitespace-modes): Fix typos in docstrings.
2847         (defgroup, defcustom): Doc fixes.
2849         * winner.el (winner-mode, winner-boring-buffers)
2850         (winner-pending-undo-ring): Doc fixes.
2851         (winner-ring): Remove unneeded `progn'.
2852         (winner-equal): `defsubst' it.
2853         (winner-redo): Fix message.
2855 2005-07-13  Kim F. Storm  <storm@cua.dk>
2857         * simple.el (line-move-1): Always use vertical-motion to
2858         do the last (or only) line move to ensure some movement.
2859         Undo 2005-06-23 change--don't check for overlays.
2861 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2863         * term/mac-win.el (ccl-encode-mac-roman-font)
2864         (ccl-encode-mac-centraleurroman-font)
2865         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2866         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
2867         Change charset-id boundary of dimension to ?\xef.
2868         (mac-char-fontspec-list): New constant.
2869         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
2870         argument.  Nil uses itself as family in font-spec.  Previous
2871         behavior for nil is now provided by non-nil non-string argument.
2872         All callers changed.  Add font-specs for Mac fonts to
2873         "fontset-default" unless iso8859-1 fonts are installed.
2875 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * progmodes/sh-script.el (sh-get-indent-info): Only indent
2878         a continuation line if the \ is preceded by SPC or TAB.
2879         (sh-get-indent-info): Simplify.
2880         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
2881         Use with-current-buffer.
2883         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
2884         when the matched text is empty.
2886 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
2888         * startup.el (command-line): Revert to previous handling of
2889         tooltip-mode.  Explain in comment why the complexity is needed.
2891         * tooltip.el (tooltip-mode): Revert to previous implementation of
2892         its defcustom.
2894         * frame.el (blink-cursor-mode): Revert to previous implementation
2895         of its defcustom.  Update comment.
2897 2005-07-12  Lars Hansen  <larsh@soem.dk>
2899         * desktop.el: Update e-mail address.
2901 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2903         * term/mac-win.el (mac-services-mail-selection)
2904         (mac-services-mail-to): New functions.
2905         (mac-application-menu-map): Bind them.
2907 2005-07-12  wulei <milton@wulei.net>  (tiny change)
2909         * progmodes/gdb-ui.el: Add note about buffering with Windows.
2911 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2913         * custom.el (custom-reevaluate-setting): Doc fix.
2915 2005-07-11  Jay Belanger  <belanger@truman.edu>
2917         * calc/calc.el (calc-embedded-announce-formula-alist)
2918         (calc-embedded-open-close-plain-alist)
2919         (calc-embedded-open-close-mode-alist): Add checks for additional
2920         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
2922 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
2924         * custom.el (custom-enable-theme): Don't add theme to
2925         `custom-enabled-themes' with `push' because there is no
2926         setf-method for `delq'.
2928 2005-07-11  Richard M. Stallman  <rms@gnu.org>
2930         * custom.el (custom-declare-variable): Doc fix.
2932         * dired-aux.el (dired-compare-directories): Remove "." and ".."
2933         from the alists.
2935         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
2936         Do nothing if edebug-active.
2938         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2939         (edebug-display): Do it here instead.
2941 2005-07-10  Richard M. Stallman  <rms@gnu.org>
2943         * cus-face.el (custom-theme-set-faces): Make it work.
2944         (custom-reset-faces): Doc fix.
2945         (custom-theme-reset-internal-face, custom-theme-face-value):
2946         Functions deleted.
2948         * custom.el (custom-push-theme): Maintain list of the settings
2949         of a given theme in its theme-settings property.
2950         Maintain position of old settings in the theme-value
2951         or theme-face property.
2952         (custom-enabled-themes): New variable.
2953         (custom-theme-enabled-p): New function.
2954         (provide-theme): Update custom-enabled-themes.
2955         Disable and reenable the `user' theme.
2956         (require-theme): Doc fix.
2957         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2958         (custom-theme-value, custom-theme-variable-value): Likewise.
2959         (custom-theme-reset-internal): Likewise.
2960         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2961         (custom-enable-theme, custom-disable-theme): New functions.
2962         (custom-variable-theme-value, custom-face-theme-value): Likewise.
2963         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2964         (custom-theme-reset-variables): Simplify.
2965         (deftheme, custom-declare-theme, custom-make-theme-feature):
2966         Definitions moved.
2968 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
2970         * longlines.el (longlines-show-region)
2971         (longlines-unshow-hard-newlines): Recognize hard newlines by
2972         non-nil hard property, instead of t.
2974 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
2976         * viper-cmd.el (viper--key-maps): New variable.
2977         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2978         emulation-mode-map-alists.
2979         (viper-envelop-ESC-key): Use viper-subseq.
2980         (viper-search-forward/backward/next): Disable debug-on-error.
2982         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2983         (viper-ESC-key): New defcustoms.
2985         * viper-macs.el (ex-map-read-args): Use viper-subseq.
2987         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2988         (viper-subseq): Copy of subseq from cl.el.
2990         * viper.el (viper-go-away, viper-set-hooks): Use
2991         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2993         * viper-mous.el (viper-current-frame-saved): Use defvar.
2995         * viper-init.el: Get rid of -face in face names.
2997         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2998         Make it work with longlines mode
3000         * ediff-mult.el (ediff-meta-mode-hook): New variable.
3002         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3004         * ediff-init.el: Get rid of -face in face names.
3006 2005-07-10  Richard M. Stallman  <rms@gnu.org>
3008         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3009         and with-timeout-unsuspend.
3011         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3012         and with-timeout-unsuspend.
3014         * emacs-lisp/timer.el (with-timeout-timers): New variable.
3015         (with-timeout): Bind that variable to record timers.
3016         (with-timeout-suspend, with-timeout-unsuspend): New functions.
3018         * emacs-lisp/debug.el (debug-help-follow): New function.
3019         (debugger-mode-map): Use that instead of help-follow.
3020         (debugger-setup-buffer): Use eval-buffer-list
3021         to handle eval-buffer frames.
3023 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
3025         * timezone.el (timezone-parse-date): Change first regexp
3026         so it will not mistakenly match dates with no time zone.
3028 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
3030         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3032 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
3034         * custom.el (custom-initialize-safe-set)
3035         (custom-initialize-safe-default): New functions.
3037         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3038         and simplify :init-value.
3040         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3041         and simplify :init-value.  Delete obsolete comment.
3043         * startup.el (command-line): Use `custom-reevaluate-setting' to
3044         handle `tooltip-mode'.  Delete obsolete comment.
3046         * files.el (set-visited-file-name): Avoid calling
3047         `file-name-nondirectory' with a nil argument.
3049 2005-07-09  Richard M. Stallman  <rms@gnu.org>
3051         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3052         was called with nil for the buffer, handle the read position right.
3053         Handle read position for eval-region, too.
3055 2005-07-09  Juri Linkov  <juri@jurta.org>
3057         * fringe.el (fringe-mode): Add period in docstring.
3058         (fringe-query-style): Build prompt depending on `all-frames' arg.
3060         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
3061         to not create links to unrelated functions in the Help buffer.
3063         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
3064         Doc fix.
3066         * simple.el (next-error-hook): New variable.
3067         (next-error): Use it.  Doc fix.
3069         * textmodes/ispell.el (ispell-command-loop): Add current
3070         dictionary name and program name to mode-line-format.
3071         (ispell-region, ispell-process-line): Add current dictionary name
3072         and program name to messages.
3074 2005-07-08  Jay Belanger  <belanger@truman.edu>
3076         * calc/calc.el (calc-embedded-announce-formula-alist)
3077         (calc-embedded-open-close-formula-alist)
3078         (calc-embedded-open-close-word-alist)
3079         (calc-embedded-open-close-plain-alist)
3080         (calc-embedded-open-close-new-formula-alist)
3081         (calc-embedded-open-close-mode-alist)
3082         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
3083         (calc-embedded-mode-hook): New variables.
3085         * calc/calc-embed.el (calc-embedded-firsttime)
3086         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
3087         New variables.
3088         (calc-do-embedded): Use calc-embedded-firsttime,
3089         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
3090         determine whether or not to run hooks.
3091         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
3092         calc-embedded-firsttime-formula appropriately.
3093         Set calc-embedded delimiter variables according to mode.
3095 2005-07-08  Richard M. Stallman  <rms@gnu.org>
3097         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
3098         Check for "emacs", etc., as entire symbol, not just as word.
3099         (checkdoc-file-comments-engine): Use regexp-quote on FN.
3101         * files.el (set-visited-file-name): Report the error
3102         for "empty filename" earlier.
3103         (kill-some-buffers): Ignore buffers already dead.
3105         * fringe.el (fringe-mode): Doc fix.
3107         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3108         Check for (featurep 'xemacs) and turn off warnings in what it guards.
3109         Use unwind-protect to ensure byte-compile-unresolved-functions
3110         is updated.
3112         * whitespace.el (whitespace-buffer-leading-cleanup):
3113         Simplify w/ skip-chars-forward.
3114         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
3116         * mail/rmail.el (rmail-only-expunge): Fix paren error.
3117         Unconditionally try to leave point at the same old place.
3119 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
3121         * comint.el (comint-postoutput-scroll-to-bottom)
3122         (comint-show-maximum-output): Take scroll-margin into consideration.
3124 2005-07-08  Kim F. Storm  <storm@cua.dk>
3126         * ido.el (ido-use-filename-at-point): New choice `guess'.
3127         (ido-file-internal): Try ffap-guesser if selected.
3129         * ido.el (ido-before-fallback-functions): New hook.
3130         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
3131         (ido-read-file-name): Run it.
3133 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3135         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
3136         strings rather than a list of symbols to the completion function.
3138 2005-07-07  Jay Belanger  <belanger@truman.edu>
3140         * calc/calc-units.el (math-apply-units): Change the places in
3141         which units are simplified.
3143 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3145         * cus-edit.el (customize-option, customize-option-other-window):
3146         Make them handle aliases.
3148         * custom.el (custom-variable-p): Make it recursively follow
3149         aliases.  Mention that in the docstring.
3151 2005-07-07  Richard M. Stallman  <rms@gnu.org>
3153         * cus-start.el (exec-path): Use `directory' instead of `file'.
3154         Fix tag for nil.
3156 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
3158         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
3159         when called non-interactively.  Doc fix.
3161 2005-07-07  Lute Kamstra  <lute@gnu.org>
3163         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
3164         new address as well.
3166 2005-07-07  Kenichi Handa  <handa@m17n.org>
3168         * international/mule.el (make-coding-system):
3169         Describe `ascii-incompatible' property in the docstring.
3170         (set-file-name-coding-system): Signal an error if coding-system is
3171         ascii-incompatible.
3172         (set-keyboard-coding-system): Likewise.
3174         * international/mule-cmds.el (set-default-coding-systems):
3175         Don't set default-file-name-coding-system and
3176         default-keyboard-coding-system if coding-system is ASCII-incompatible.
3178         * international/utf-16.el: Declare that all UTF-16-based coding
3179         systems are ASCII-incompatible.
3181 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
3183         * progmodes/gud.el: Require font-lock for displaying errors.
3184         Used by gdb-ui.el.
3186 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
3188         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
3189         values for the pattern lists which are `read'able but not
3190         `append'able (like symbols).
3192 2005-07-06  Richard M. Stallman  <rms@gnu.org>
3194         * progmodes/flymake.el (flymake-float-time): Instead of
3195         with-no-warnings, test for xemacs.
3196         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
3197         to avoid warning.
3199 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
3201         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
3203 2005-07-05  Lute Kamstra  <lute@gnu.org>
3205         * battery.el: Add support for Darwin (with much debugging help
3206         from Samuel Lauber <sam124@operamail.com>).
3207         (battery-status-function, battery-echo-area-format)
3208         (battery-mode-line-format): Add support for pmset on Darwin.
3209         (battery-load-low, battery-load-critical): New user options.
3210         (battery-pmset): New function.
3212 2005-07-05  Lute Kamstra  <lute@gnu.org>
3214         Update FSF's address in GPL notices.
3216         * textmodes/page-ext.el: Update FSF's address.
3218 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
3221         filling from using prefix when filling a single-line docstring.
3223         * progmodes/flymake.el: Remove useless eval-when-compile.
3225         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
3227 2005-07-04  Richard M. Stallman  <rms@gnu.org>
3229         * textmodes/org.el (org-file-apps-defaults-gnu):
3230         Rename from org-file-apps-defaults-linux.
3231         (org-default-apps): Don't test system-type for `linux'.
3232         (org-file-apps): Doc fix.
3234 2005-07-04  David Ponce  <david@dponce.com>
3236         * tree-widget.el: Improve header Commentary section.
3237         (tree-widget) [defgroup]
3238         (tree-widget-image-enable, tree-widget-themes-directory)
3239         (tree-widget-theme, tree-widget-image-properties-emacs)
3240         (tree-widget-image-properties-xemacs, tree-widget-create-image)
3241         (tree-widget-image-formats, tree-widget-control)
3242         (tree-widget-empty-control, tree-widget-leaf-control
3243         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
3244         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
3245         (tree-widget-keep, tree-widget-after-toggle-functions)
3246         (tree-widget-open-node, tree-widget-close-node): Doc fix.
3247         (tree-widget-open-control, tree-widget-close-control): Fix doc and
3248         :help-echo message.
3249         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
3250         (tree-widget-image-properties): Doc fix.  Clearer implementation.
3251         (tree-widget--cursors): New constant.
3252         (tree-widget-lookup-image): New function split from
3253         `tree-widget-find-image'.  Clearer implementation.
3254         (tree-widget-find-image): Use it.
3255         (tree-widget-button-keymap): Use `set-keymap-parent'.
3256         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
3257         Define the sub-widgets here.
3258         (tree-widget-node): Check that :node is not a tree-widget.
3259         (tree-widget-get-super, tree-widget-open-control)
3260         (tree-widget-close-control, tree-widget-empty-control)
3261         (tree-widget-leaf-control, tree-widget-guide)
3262         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
3263         (tree-widget-no-handle, tree-widget-value-delete)
3264         (tree-widget-map): Remove.
3265         (tree-widget-children-value-save): Doc fix.  Simplified.
3266         (tree-widget-value-create): Update according to previous changes.
3268 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
3270         * textmodes/org.el: Leading space replaced by TABS.
3271         (org-recalc-marks, org-table-rotate-recalc-marks)
3272         (org-table-get-specials): Treat "^" and "_" marks.
3273         (org-table-justify-field-maybe): Optional argument NEW.
3274         (org-table-eval-formula): Parsing of the format simplified.
3275         New modes C,I.  Honor the %= parameter in the current table.
3276         Avoid unnecessary re-align by using the NEW argument to
3277         `org-table-justify-field-maybe'.
3278         (org-calc-default-modes): Default for date-format mimicks org-mode.
3279         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
3281 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
3283         * cus-face.el (custom-theme-set-faces): Make it handle face
3284         aliases whose alias declarations are pre- or autoloaded.
3286 2005-07-04  Juri Linkov  <juri@jurta.org>
3288         * faces.el (read-face-name): Put the code for getting a face name
3289         from the buffer before adding the faces from the `face' property.
3290         Use `completing-read-multiple' instead of `completing-read'.
3291         Require `crm'.  Add default value and post-process the returned
3292         list of faces.
3294         * emacs-lisp/crm.el (crm-find-current-element)
3295         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
3297         * emacs-lisp/lisp-mode.el (eval-defun-1):
3298         * emacs-lisp/edebug.el (edebug-eval-defun):
3299         Remove unnecessary quotes.
3301 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3303         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
3304         (prolog-indent-level): Fix typo in docstring.
3306         * info.el (Info-history, Info-history-forward)
3307         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
3309         * add-log.el (add-change-log-entry):
3310         * comint.el (comint-dynamic-list-input-ring)
3311         (comint-dynamic-list-completions):
3312         * dabbrev.el (dabbrev-expand):
3313         * delim-col.el (delimit-columns-rectangle-line):
3314         * diff-mode.el (diff-context->unified, diff-reverse-direction)
3315         (diff-unified->context):
3316         * ediff-init.el (ediff-abbrev-jobname):
3317         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
3318         (ediff-replace-session-activity-marker-in-meta-buffer):
3319         * info.el (Info-summary):
3320         * lpr.el (printify-region):
3321         * printing.el (pr-create-interface):
3322         * ps-print.el (ps-print-quote):
3323         * ses.el (ses-column-widths, ses-print-cell)
3324         (ses-adjust-print-width, ses-center):
3325         * shell.el (shell-file-name-quote-list):
3326         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
3327         (strokes-fill-current-buffer-with-whitespace)
3328         (strokes-xpm-for-stroke, strokes-list-strokes)
3329         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
3330         * term.el (term-dynamic-list-input-ring)
3331         (term-dynamic-list-completions):
3332         * calc/calc.el (math-format-stack-value):
3333         * emacs-lisp/edebug.el (edebug-display-freq-count):
3334         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
3335         (delphi-new-comment-line):
3336         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
3337         * progmodes/executable.el (executable-set-magic):
3338         * progmodes/python.el (inferior-python-mode):
3339         * progmodes/scheme.el (scheme-mode-syntax-table):
3340         * progmodes/sh-script.el (sh-maybe-here-document):
3341         * progmodes/sql.el (sql-copy-column):
3342         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
3343         * textmodes/bibtex.el (bibtex-mode):
3344         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
3345         (sgml-auto-attributes):
3346         * textmodes/table.el (table-insert, table-shorten-cell)
3347         (table--generate-source-scan-lines, table-delete-row)
3348         (*table--cell-delete-char, table--spacify-frame)
3349         (table--horizontally-shift-above-and-below)
3350         (table--cell-insert-char, table--cell-blank-str)
3351         (table--fill-region-strictly):
3352         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
3353         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
3355         * add-log.el (change-log):
3356         * apropos.el (apropos):
3357         * comint.el (comint-completion, comint-source):
3358         * dabbrev.el (dabbrev):
3359         * delim-col.el (columns):
3360         * diff-mode.el (diff-mode):
3361         * ediff.el (ediff):
3362         * ediff-diff.el (ediff-diff):
3363         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
3364         * ediff-mult.el (ediff-mult):
3365         * ediff-ptch.el (ediff-ptch):
3366         * ediff-wind.el (ediff-window):
3367         * facemenu.el (facemenu):
3368         * indent.el (indent):
3369         * info.el (info):
3370         * jka-cmpr-hook.el (compression, jka-compr):
3371         * lpr.el (lpr):
3372         * outline.el (outlines):
3373         * pcmpl-cvs.el (pcmpl-cvs):
3374         * pcmpl-rpm.el (pcmpl-rpm):
3375         * printing.el (printing):
3376         * ps-print.el (postscript, ps-print, ps-print-horizontal)
3377         (ps-print-vertical, ps-print-headers, ps-print-font)
3378         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
3379         (ps-print-background, ps-print-printer, ps-print-page)
3380         (ps-print-miscellany):
3381         * ses.el (ses):
3382         * shell.el (shell, shell-directories, shell-faces):
3383         * startup.el (initialization):
3384         * strokes.el (strokes):
3385         * term.el (term):
3386         * uniquify.el (uniquify):
3387         * w32-vars.el (w32):
3388         * calc/calc.el (calc):
3389         * emacs-lisp/bytecomp.el (bytecomp):
3390         * emacs-lisp/cl-indent.el (lisp-indent):
3391         * emacs-lisp/edebug.el (edebug):
3392         * emacs-lisp/elp.el (elp):
3393         * emacs-lisp/testcover.el (testcover):
3394         * emacs-lisp/trace.el (trace):
3395         * emulation/viper-ex.el (viper-ex):
3396         * emulation/viper-mous.el (viper-mouse):
3397         * mail/mailalias.el (mailalias):
3398         * mail/supercite.el (supercite, supercite-frames)
3399         (supercite-attr, supercite-cite, supercite-hooks):
3400         * net/rcompile.el (remote-compile):
3401         * net/rlogin.el (rlogin):
3402         * obsolete/ooutline.el (outlines):
3403         * progmodes/delphi.el (delphi):
3404         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
3405         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
3406         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
3407         (ebnf-optimization):
3408         * progmodes/etags.el (etags):
3409         * progmodes/executable.el (executable):
3410         * progmodes/idlwave.el (idlwave):
3411         * progmodes/pascal.el (pascal):
3412         * progmodes/prolog.el (prolog):
3413         * progmodes/python.el (python):
3414         * progmodes/scheme.el (scheme):
3415         * progmodes/sh-script.el (sh, sh-script):
3416         * progmodes/sql.el (SQL):
3417         * progmodes/tcl.el (tcl):
3418         * textmodes/bibtex.el (bibtex, bibtex-autokey):
3419         * textmodes/enriched.el (enriched):
3420         * textmodes/makeinfo.el (makeinfo):
3421         * textmodes/sgml-mode.el (sgml):
3422         * textmodes/table.el (table-hooks):
3423         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
3424         * textmodes/texinfo.el (texinfo):
3425         * textmodes/two-column.el (two-column):
3426         Finish `defgroup' description with period.
3428         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
3429         * eshell/esh-var.el (eshell-var):
3430         * progmodes/vhdl-mode.el (vhdl-testbench):
3431         * textmodes/org.el (org): Fix typos in docstrings.
3433         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
3434         consistency.
3436         * progmodes/flymake.el (flymake-find-file): Remove.
3437         (flymake-float-time): Use `with-no-warnings'.
3438         (flymake-check-start-time, flymake-check-was-interrupted)
3439         (flymake-err-info, flymake-is-running, flymake-last-change-time)
3440         (flymake-new-err-info): `defvar' at compile time.
3442 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
3444         * replace.el (occur-hook): Doc fix.
3445         (occur-1): Don't call `occur-hook' if there are no matches.
3447 2005-07-03  Richard M. Stallman  <rms@gnu.org>
3449         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
3450         global-map, save the same map.
3451         (global-map): Don't alter it at top level.
3452         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
3453         Then alter it here instead.
3454         (tpu-edt-off): Set global-map to the saved one.
3456         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
3457         All references simplified.
3458         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
3459         (zmacs-regions): Add defvar.
3460         (repeat-complex-command-map): Everything about that deleted.
3462         * textmodes/artist.el (artist-key-is-drawing)
3463         (artist-key-endpoint1, artist-key-poly-point-list)
3464         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
3465         (artist-key-compl-table, artist-rb-save-data)
3466         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
3467         Don't put them in eval-when-compile.
3468         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
3470         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
3471         Use with-no-warnings.
3473         * net/browse-url.el (dos-windows-version): Add defvar.
3475         * mail/supercite.el (filladapt-prefix-table): Add defvar.
3477         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
3478         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
3479         (rmail-new-summary-line-count): Rename from new-summary-line-count.
3480         Add defvar.
3481         (rmail-summary-beginning-of-message): Use with-no-warnings.
3482         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
3484         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
3485         Use with-no-warnings.
3487         * emulation/vi.el (vi-mark-region): Use c-mark-function.
3488         (c-mark-function): Add point-moving-unit property.
3489         (vi-goto-line): Use with-no-warnings.
3491         * emulation/edt.el (edt-last-copied-word): Add defvar.
3492         (zmacs-region-stays): Likewise.
3493         (edt-mark-section-wisely): Use c-mark-function for C.
3494         Use makr-defun for Fortran.
3495         (time-string): defvar deleted.
3496         (edt-display-the-time): Don't set time-string.
3498         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
3500         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3501         Don't warn when name is not constant
3502         or for defining the group `emacs'.
3504         * tooltip.el (gud-tooltip-mode): Add defvar.
3506         * startup.el (default-frame-background-mode): Add defvar.
3508         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
3510         * info.el (tool-bar-map): Add defvar.
3512         * dired.el (dnd-protocol-alist): Add defvar.
3514         * dired-aux.el (dired-query): Display question with answer, when
3515         the user answers.
3517         * custom.el (custom-add-option): Doc fix.
3519         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
3521 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
3523         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
3524         bogus name from the last change.
3526 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
3528         * custom.el (custom-declare-variable): Fix typos in comment.
3529         (custom-known-themes): Doc fix.
3530         (custom-theme-directory): New defcustom.
3531         (require-theme): Make it check `custom-theme-directory'.
3533         * cus-theme.el (custom-new-theme-mode): New function.
3534         (custom-theme-name, custom-theme-variables, custom-theme-faces)
3535         (custom-theme-description): Add compiler defvars.
3536         (customize-create-theme): Add doc to the "*New Custom Theme*"
3537         buffer.  Use `custom-new-theme-mode'.
3538         (custom-theme-write): Put the created buffer in emacs-lisp-mode
3539         and save it to the `custom-theme-directory'.  Make this the
3540         default directory of the buffer.
3542 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
3544         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
3545         Fix unbalanced parentheses.
3547 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3549         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
3550         into flymake-mode and delegate to flymake-mode.
3552         * find-file.el (ff-which-function-are-we-in): Clean up.
3554 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
3556         * replace.el (occur-rename-buffer): Fix docstring.
3558         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
3559         (edt-last-copied-word, edt-learn-macro-count)
3560         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
3561         (edt-rect-start-point, edt-user-global-map, rect-start-point)
3562         (time-string, zmacs-region-stays):
3563         * emulation/edt-mapper.el (edt-save-function-key-map)
3564         (EDT-key-name): `defvar' to silence the byte-compiler.
3566 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3568         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
3569         font-lock-regexp-backslash.  Doc fix.
3570         (font-lock-regexp-backslash-grouping-construct): Rename from
3571         font-lock-regexp-backslash-construct.  Doc fix.
3572         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
3573         grouping constructs.
3575 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
3577         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
3578         updating all the prerequisites.
3580 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
3582         * textmodes/org.el (org-agenda-start-on-weekday)
3583         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
3584         (org-agenda-use-time-grid, org-archive-location)
3585         (org-allow-space-in-links, org-usenet-links-prefer-google)
3586         (org-enable-table-editor, org-export-default-language)
3587         (org-export-html-show-new-buffer, org-fill-paragraph)
3588         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
3589         (org-goto-quit, org-occur, org-eval-in-calendar)
3590         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
3591         (org-agenda-diary-entry, org-remember-help)
3592         (org-table-convert-region, org-at-table-p)
3593         (org-table-move-row-down, org-table-move-row-up)
3594         (org-table-copy-region, org-table-toggle-vline-visibility)
3595         (org-table-get-stored-formulas, org-table-get-specials)
3596         (org-recalc-commands, org-table-eval-formula)
3597         (org-table-formula-substitute-names, orgtbl-make-binding)
3598         (org-format-org-table-html, org-format-table-table-html)
3599         (org-format-table-table-html-using-table-generate-source)
3600         (org-customize): Fix typos in docstrings.
3601         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
3602         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
3603         (org-back-to-heading): Doc fixes.
3604         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
3605         (org-agenda-change-all-lines, org-get-header):
3606         Improve argument/docstring consistency.
3607         (orgtbl-error): Fix error message.
3609         * progmodes/flymake.el (flymake-find-possible-master-files)
3610         (flymake-master-file-compare, flymake-get-line-err-count)
3611         (flymake-highlight-line, flymake-gui-warnings-enabled):
3612         Fix typos in docstrings.
3613         (flymake-parse-line, flymake-get-project-include-dirs-function)
3614         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
3615         Doc fixes.
3616         (flymake-get-project-include-dirs-function)
3617         (flymake-make-err-menu-data):
3618         Improve argument/docstring consistency.
3620 2005-07-01  Lute Kamstra  <lute@gnu.org>
3622         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
3623         Catch errors with ignore-errors.  Use temporary buffer.
3624         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
3626         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
3627         background color faces.
3628         (facemenu-set-foreground, facemenu-set-background):
3629         Use facemenu-set-face-from-menu.
3630         (facemenu-set-face-from-menu): Treat face names that start with
3631         "fg:" or "bg:" as special.
3632         (facemenu-add-new-color): Don't create faces.  Simplify.
3634 2005-06-30  Richard M. Stallman  <rms@gnu.org>
3636         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
3637         (crm-find-current-element): Likewise.
3639 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
3641         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
3643 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * arc-mode.el (archive-extract): Make it work as a mouse binding.
3646         (archive-mouse-extract): Make it an obsolete alias.
3647         (archive-mode-map): Don't use archive-mouse-extract any more.
3648         (archive-mode, archive-extract): write-contents-hooks ->
3649         write-contents-functions.
3650         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
3651         first arg.
3652         (archive-rename-entry): Update the call.
3653         (archive-zip-summarize): Remove unused var `method'.
3654         (archive-lzh-summarize): Remove unused var `creator'.
3656         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
3657         dedicated frame upon exit.
3659         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
3660         (archive-zip-extract, archive-zip-expunge)
3661         (archive-zip-update, archive-zip-update-case): Use executable-find.
3662         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
3663         Use restore-buffer-modified-p.
3664         (archive-extract, archive-add-new-member, archive-write-file-member):
3665         Use with-current-buffer.
3666         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
3668 2005-06-30  Andreas Schwab  <schwab@suse.de>
3670         * progmodes/gud.el (gud-filter): Remove unneeded progn.
3672 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3674         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
3676 2005-06-30  Juri Linkov  <juri@jurta.org>
3678         * faces.el (vertical-border): Inherit from mode-line-inactive
3679         only on tty.
3681 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
3683         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
3684         example, -NLINES in the `occur' docstring).
3686         * replace.el (occur-1): When no matches are found, do not set the
3687         `buffer-read-only' and modified flags for the occur buffer,
3688         because it is deleted.
3690         * emulation/cua-base.el (cua-check-pending-input)
3691         (cua-repeat-replace-region, cua-mode, cua-debug)
3692         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
3693         Fix typos in docstrings.
3695         * emulation/cua-gmrk.el (cua-toggle-global-mark)
3696         (cua-cut-region-to-global-mark)
3697         (cua--cut-rectangle-to-global-mark):
3698         Remove period from end of messages.
3700         * emulation/cua-rect.el (cua-do-rectangle-padding):
3701         Remove period from end of messages.
3702         (cua--rectangle-seq-format): Fix typo in docstring.
3703         (cua-sequence-rectangle, cua-fill-char-rectangle):
3704         Improve argument/docstring consistency.
3706 2005-06-29  Juri Linkov  <juri@jurta.org>
3708         * faces.el (default-frame-background-mode): New internal variable.
3709         (frame-set-background-mode): Use it.
3711         * startup.el (normal-top-level): Set default-frame-background-mode
3712         instead of frame-background-mode.  Before setting it, test for its
3713         nil value.  Remove tests for frame-background-mode and frame
3714         parameter `reverse'.  Add test for "unspecified-fg".
3716         * term/xterm.el (xterm-rxvt-set-background-mode):
3717         * term/rxvt.el (rxvt-set-background-mode):
3718         Set default-frame-background-mode instead of frame-background-mode.
3720 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
3722         * simple.el (set-variable): Warn about obsolete user variables.
3724         * imenu.el (imenu--completion-buffer):
3725         * mouse.el (mouse-buffer-menu-alist):
3726         * msb.el (msb-invisible-buffer-p):
3727         * calendar/diary-lib.el (diary-header-line-format):
3728         * emacs-lisp/pp.el (pp-buffer):
3729         * progmodes/cperl-mode.el (cperl-do-auto-fill):
3730         * textmodes/picture.el (picture-replace-match):
3731         Change space constants followed by a sexp to "?\s ".
3733         * play/decipher.el (decipher-loop-with-breaks):
3734         * textmodes/texinfo.el (texinfo-insert-@item): Change space
3735         constants "protected" from end of line by a comment to "?\s".
3737 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * font-lock.el (save-buffer-state): Use `declare'.
3741         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
3742         reset the syntax-table to cperl-mode-syntax-table.
3743         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
3744         "foo_print_bar" is not matched as a reserved keyword.
3746 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
3748         * textmodes/org.el (orgtbl-setup): New function, for delayed
3749         setup for the orgtbl commands.
3750         (org-calc-default-modes): New option.
3751         (orgtbl-make-binding): Use `defun' to get better help display.
3752         (org-diary): Call `org-compile-prefix-format'.
3753         (org-table-formula-substitute-names): New function.
3754         (org-agenda-day-view, org-agenda-week-view): New commands.
3755         (org-agenda-toggle-week-view): Command removed.
3756         (org-tbl-menu): Split off from org-org-menu.
3757         (org-mode): Move removal of outline-mode menus to here.
3758         (org-table-formula-debug): New option.
3759         (org-table-insert-row): Keep first field if just "#" or "*".
3760         (org-mode): Paragraph regexps fixed.
3761         (org-table-recalculate-regexp): New constant.
3762         (org-table-justify-field-maybe): Avoid replace if not necessary.
3763         (org-copy-special, org-cut-special): Use `call-interactively'.
3764         (org-table-copy-region): Take region from `interactive' call.
3765         (org-trim): Return string even if no match.
3766         (org-formula): New face.
3767         (org-set-font-lock-defaults): No longer highlight "FIXME".
3768         But highlight formula-related fields in table.
3769         (org-table-p): Use regexp, not fontification.
3770         (org-table-align): Handle white space at end of line.
3771         (org-table-formula-evaluate-inline): New option.
3772         (org-mode): Auto-wrapping in comment lines turned off.
3773         (org-table-copy-down): Evaluate only in copied field, not in
3774         destination.
3775         (org-table-current-formula): Variable removed.
3776         (org-table-store-formulas, org-table-get-stored-formulas)
3777         (org-table-modify-formulas, org-table-replace-in-formulas)
3778         (org-table-maybe-eval-formula): New functions.
3779         (org-table-get-formula): Modify to use stored formulas.
3780         (org-table-insert-column, org-table-delete-column)
3781         (org-table-move-column): Call `org-table-modify-formulas'.
3782         (org-complete): Add completion for keyword formulas.
3783         (orgtbl-mode): Pull orgtbl-mode-map to start of
3784         minor-mode-map-alist.
3786 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3788         * progmodes/python.el (python-check): Require `compile' before
3789         modifying its variables.
3791         * newcomment.el (comment-indent-default): Don't get fooled by an early
3792         end of buffer.
3794 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3796         * ps-print.el (ps-print-version): Fix version number.
3798 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
3800         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
3802 2005-06-28  Richard M. Stallman  <rms@gnu.org>
3804         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
3805         (flyspell-local-mouse-map): Declaration deleted.
3806         (flyspell-mouse-map): Bind only mouse-2.
3807         (flyspell-mode-map): Don't test flyspell-use-local-map.
3808         (flyspell-overlay-keymap-property-name): Var deleted.
3809         (flyspell-mode-on): Don't make local bindings for
3810         flyspell-mouse-map and flyspell-mode-map.
3811         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
3813         * textmodes/ispell.el (ispell-word): Do not ignore short words.
3815         * progmodes/compile.el (compilation-next-error-function):
3816         Don't switch buffers; operate on the current buffer.
3818         * progmodes/compile.el (compilation-error-file-name)
3819         (compilation-warning-file-name, compilation-info-file-name)
3820         (compilation-line-number, compilation-column-number): New faces.
3821         (compilation-error-face, compilation-warning-face)
3822         (compilation-info-face, compilation-line-face)
3823         (compilation-column-face): Use them.
3825         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
3827         * comint.el (comint-password-prompt-regexp): Accept ", try again".
3829         * bindings.el (global-map): Bind insertchar and its variants.
3831 2005-06-27  Richard M. Stallman  <rms@gnu.org>
3833         * textmodes/artist.el (artist-text-overwrite)
3834         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
3836 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3838         * ps-print.el: It was not working the page selection for printing.
3839         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
3840         (ps-print-version): New version 6.6.7.
3841         (ps-end-sheet): New fun.
3842         (ps-header-sheet, ps-end-job): Call it.
3844 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
3846         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
3848 2005-06-27  Lute Kamstra  <lute@gnu.org>
3850         * facemenu.el (facemenu-unlisted-faces): Add foreground and
3851         background color faces.
3852         (facemenu-get-face): Delete function.
3853         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
3854         (facemenu-add-new-color): Make second argument mandatory.
3855         Create the appropriate face and return it.  Simplify.
3856         (facemenu-set-foreground, facemenu-set-background): Don't check if
3857         color is defined.  Use return value of facemenu-add-new-color.
3859 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
3861         * progmodes/gud.el (gud-filter): Add missing argument to
3862         with-selected-window.
3864 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3866         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
3867         a :require to the defcustom.
3869         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
3870         defcustoms corresponding to minor modes.
3872 2005-06-26  David Ponce  <david@dponce.com>
3874         * recentf.el: Require tree-widget instead of wid-edit.
3875         (recentf-filename-handler): Fix widget :type.
3876         (recentf-cancel-dialog, recentf-open-more-files)
3877         (recentf-open-files-action): Doc fix.
3878         (recentf-dialog-goto-first): New function.
3879         (recentf-dialog-mode-map): Set parent keymap first.
3880         (recentf-dialog-mode): Define with define-derived-mode.
3881         Don't display continuation lines in dialogs.
3882         (recentf-edit-list): Rename from recentf-edit-selected-items.
3883         (recentf-edit-list-select): Rename from recentf-edit-list-action.
3884         Simplify.
3885         (recentf-edit-list-validate): New function.
3886         (recentf-edit-list): Update accordingly.
3887         (recentf-open-files-item-shift): Remove.
3888         (recentf-open-files-item): Convert menu elements into tree and
3889         link widgets.  Don't create the widgets.
3890         (recentf-open-files): Update accordingly.
3891         (recentf-save-list): Untabify.
3893 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
3895         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
3896         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
3897         partially contained in the active region.  Do not take active
3898         region into account when called from Lisp, unless INTERACTIVE arg
3899         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
3900         avoid trouble with fields.  Make marker point nowhere when no
3901         longer used.  Always return nil.  Doc fix.
3902         (flush-lines): Add INTERACTIVE arg.  Do not take active region
3903         into account when called from Lisp, unless INTERACTIVE arg is
3904         non-nil.  Use `forward-line' instead of `beginning-of-line' to
3905         avoid trouble with fields.  Make marker point nowhere when no
3906         longer used.  Always return nil.  Doc fix.
3907         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
3908         interchangeable.  Do not take active region into account when
3909         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
3910         message in echo area when called from Lisp, unless INTERACTIVE arg
3911         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
3912         Return the number of matches.  Doc fix.
3913         (occur): Doc fix.
3914         (perform-replace): Make comment follow double space convention for
3915         the sake of `outline-minor-mode'.
3917         * faces.el (facep): Doc fix.
3919 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3921         * facemenu.el (facemenu-enable-faces-p): New function.
3922         (facemenu-background-menu, facemenu-foreground-menu)
3923         (facemenu-face-menu): Add menu-enable property.
3925         * jka-compr.el (jka-compr-insert-file-contents):
3926         Special handling if cannot find the uncompression program.
3928         * cus-face.el (custom-face-attributes): Add autoload.
3930         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3931         Bind comment-indent-function locally.
3933         * window.el (save-selected-window): Use save-current-buffer.
3935         * subr.el (with-selected-window): Use save-current-buffer.
3937         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3938         and with-current-buffer.
3940 2005-06-24  Richard M. Stallman  <rms@gnu.org>
3942         * simple.el (line-move-1): Fix previous change.
3944 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3946         * replace.el (occur-1): Set `buffer-read-only' and the
3947         buffer-modified flag before running `occur-hook' to protect
3948         against unintentional buffer switches that can lead to data loss.
3950 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
3952         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3953         (gud-gdb-marker-filter): Use font-lock-warning-face for any
3954         initial error.
3956         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3957         after fresh input.
3958         (gdb-var-create-handler): Put name of expression in quotes.
3960 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3962         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3963         elements of RING in order, and without bogus nil elements.
3965 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3967         * simple.el (set-variable): Args renamed; doc fix.
3968         (line-move-1): When there are overlays around, use vertical-motion.
3970         * faces.el (escape-glyph): Use brown against light background.
3971         (nobreak-space): Rename from no-break-space.
3972         Fix previous change.
3974         * dired-aux.el (dired-do-copy): Fix arg prompt.
3976         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3978 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3980         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3981         rather than "Distributor".
3983 2005-06-23  Lute Kamstra  <lute@gnu.org>
3985         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3986         (debug-on-entry): Use it.  New interactive declaration that uses
3987         function-called-at-point.
3989 2005-06-23  Kim F. Storm  <storm@cua.dk>
3991         * subr.el (save-match-data): Add comment about using evaporate arg
3992         to set-match-data.
3994 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
3996         * cus-edit.el (customize-face)
3997         (customize-face-other-window): Handle face aliases.
3999         * faces.el (face-documentation, set-face-attribute)
4000         (face-spec-set): Handle face aliases.
4002 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
4004         * help-mode.el (help-make-xrefs): If a symbol representing a face
4005         name is not followed by the word "face", it could still be a
4006         function or variable name, so don't bypass other checks.
4008 2005-06-22  Juri Linkov  <juri@jurta.org>
4010         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4011         Replace aliased functions with calls where second arg `inherit' is t.
4013 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
4015         * progmodes/gdb-ui.el (gdb-error): New variable.
4016         (gdb-error): New function.
4017         (gdb-annotation-rules): Act on error-begin and error annotations.
4018         (gdb-concat-output): Use font-lock-warning-face for errors.
4020 2005-06-22  Miles Bader  <miles@gnu.org>
4022         * bindings.el (propertized-buffer-identification): Use renamed
4023         `Buffer-menu-buffer' face.
4025         * faces.el (vertical-border): Rename from `vertical-divider'.
4026         (escape-glyph): Change dark-background color back to `cyan'.
4028 2005-06-21  Juri Linkov  <juri@jurta.org>
4030         * faces.el (face-user-default-spec): Try getting `customized-face'
4031         prior to `saved-face'.
4032         (frame-background-mode): Refill docstring.
4034         * emacs-lisp/lisp-mode.el (eval-defun-1):
4035         * emacs-lisp/edebug.el (edebug-eval-defun):
4036         Set `saved-face' temporarily to nil before calling form.
4037         Set `customized-face' to the new spec after that.
4039 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4041         * subr.el (1value, lambda, key-substitution-in-progress):
4042         Doc fixes.
4044         * autoinsert.el (auto-insert-alist):
4045         * ses.el (ses-call-printer):
4046         * subr.el (noreturn):
4047         * emacs-lisp/lisp.el (check-parens):
4048         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4049         * net/browse-url.el (browse-url-mosaic):
4050         * progmodes/cc-defs.el (c-safe-scan-lists):
4051         * progmodes/ebnf-abn.el (ebnf-abn-lex):
4052         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4053         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4054         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4055         * progmodes/ebnf-iso.el (ebnf-iso-lex):
4056         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4058 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4060         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4062 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
4064         * calendar/appt.el (appt-make-list): Activate the package, if
4065         not already active (for backwards compatibility).
4067 2005-06-20  Kim F. Storm  <storm@cua.dk>
4069         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
4071 2005-06-20  Miles Bader  <miles@gnu.org>
4073         * faces.el (vertical-divider): New face.
4075 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
4077         * simple.el (kill-whole-line): Doc fix.
4078         (next-error-buffer-p, next-error-find-buffer)
4079         (clone-indirect-buffer): Fix typos in docstrings.
4080         (comment-line-break-function): Doc fix: don't say variable
4081         is automatically buffer-local (it isn't).
4083 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
4085         * net/tramp-ftp.el (top):
4086         * net/tramp-smb.el (top):
4087         * net/tramp-util.el (top):
4088         * net/tramp-uu.el (top):
4089         * net/tramp-vc.el (top):
4090         * net/tramp.el (top): Revert copyright years back to original
4091         ones.  Tramp has a life outside GNU Emacs.
4093 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
4095         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
4097 2005-06-18  Juri Linkov  <juri@jurta.org>
4099         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
4100         end of first regexp to limit the match to the position between
4101         line number and source line with same separator character as used
4102         between file name and line number.  In the second regexp limit
4103         mouse-face area to file name and line number by adding new group
4104         for them and referring it in HYPERLINK arg.
4105         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
4106         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
4107         previous line where grep markers may be already removed.
4109 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
4111         * progmodes/ps-mode.el: Update version and maintainer's email address.
4113 2005-06-18  Steve Youngs  <steve@xemacs.org>
4115         * net/browse-url.el (browse-url-browser-function)
4116         (browse-url-default-browser): Add firefox.
4117         (browse-url-firefox-program, browse-url-firefox-arguments)
4118         (browse-url-firefox-startup-arguments)
4119         (browse-url-firefox-new-window-is-tab): New defcustoms.
4120         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
4122 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4124         * startup.el (command-line): Warn if specified user name has
4125         no home directory.
4127         * term.el (term-get-old-input, term-input-filter, term-input-sender)
4128         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
4130         * longlines.el (longlines-mode, longlines-show-hard-newlines):
4131         Doc fixes.
4133         * faces.el (underline): Try bold if terminal doesn't support underline.
4135         * mail/sendmail.el (mail-setup-with-from): New variable.
4136         (mail-insert-from-field): New function.
4137         (sendmail-send-it): Call it.
4138         (mail-setup): Optionally call it here.
4140         * term/linux.el: Call tty-no-underline.
4142 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4144         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
4146 2005-06-17  Miles Bader  <miles@gnu.org>
4148         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
4149         (ediff-current-diff-C, ediff-current-diff-Ancestor)
4150         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
4151         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4152         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4153         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4154         Remove "-face" suffix from face names.
4155         (ediff-current-diff-face-A, ediff-current-diff-face-B)
4156         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4157         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4158         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4159         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4160         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4161         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4162         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4163         New backward-compatibility aliases for renamed faces.
4164         (ediff-current-diff-face-A, ediff-current-diff-face-B)
4165         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4166         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4167         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4168         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4169         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4170         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4171         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4172         Use renamed ediff faces.
4174         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
4175         Remove "-face" suffix from face names.
4176         (eshell-test-ok-face, eshell-test-failed-face):
4177         New backward-compatibility aliases for renamed faces.
4178         (eshell-run-test): Use renamed eshell-test faces.
4180         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
4181         face name.
4182         (eshell-prompt-face): New backward-compatibility alias for renamed
4183         face.
4184         (eshell-emit-prompt): Use renamed eshell-prompt face.
4186         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
4187         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
4188         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
4189         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
4190         Remove "-face" suffix from face names.
4191         (eshell-ls-directory-face, eshell-ls-symlink-face)
4192         (eshell-ls-executable-face, eshell-ls-readonly-face)
4193         (eshell-ls-unreadable-face, eshell-ls-special-face)
4194         (eshell-ls-missing-face, eshell-ls-archive-face)
4195         (eshell-ls-backup-face, eshell-ls-product-face)
4196         (eshell-ls-clutter-face):
4197         New backward-compatibility aliases for renamed faces.
4198         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
4200         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
4201         Remove "-face" suffix from face name.
4202         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
4203         instead of literal face.
4205 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
4207         * emacs-lisp/warnings.el (display-warning, lwarn)
4208         (warning-minimum-log-level): Doc fixes.
4209         (warning-minimum-level, warning-minimum-log-level):
4210         Add :debug to :type choices.
4212         * progmodes/ada-mode.el (ada-format-paramlist)
4213         (ada-get-indent-case, ada-check-matching-start)
4214         (ada-check-defun-name, ada-goto-matching-decl-start)
4215         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
4216         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
4217         (ada-make-subprogram-body): Follow error conventions.
4218         (ada-case-exception-file, ada-indent-comment-as-code)
4219         (ada-indent-handle-comment-special, ada-indent-renames)
4220         (ada-indent-return, ada-search-directories-internal)
4221         (ada-tab-policy, ada-case-exception-substring)
4222         (ada-other-file-alist, ada-matching-start-re)
4223         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
4224         (ada-imenu-generic-expression, ada-compile-goto-error)
4225         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
4226         (ada-popup-menu, ada-add-extensions, ada-mode)
4227         (ada-region-selected, ada-create-case-exception)
4228         (ada-create-case-exception-substring, ada-after-keyword-p)
4229         (ada-activate-keys-for-case, ada-adjust-case-region)
4230         (ada-adjust-case-buffer, ada-format-paramlist)
4231         (ada-scan-paramlist, ada-insert-paramlist)
4232         (ada-indent-newline-indent)
4233         (ada-indent-newline-indent-conditional)
4234         (ada-justified-indent-current, ada-goto-previous-word)
4235         (ada-indent-current, ada-get-indent-open-paren)
4236         (ada-get-indent-paramlist, ada-get-indent-end)
4237         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
4238         (ada-get-indent-block-start, ada-get-indent-subprog)
4239         (ada-get-indent-noindent, ada-get-indent-label)
4240         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
4241         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
4242         (ada-goto-stmt-end, ada-goto-next-word)
4243         (ada-check-matching-start, ada-check-defun-name)
4244         (ada-goto-matching-decl-start, ada-goto-matching-start)
4245         (ada-goto-matching-end, ada-search-ignore-string-comment)
4246         (ada-in-decl-p, ada-looking-at-semi-or)
4247         (ada-looking-at-semi-private, ada-in-paramlist-p)
4248         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
4249         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
4250         (ada-next-procedure, ada-previous-procedure, ada-next-package)
4251         (ada-previous-package, ada-create-menu)
4252         (ada-fill-comment-paragraph-justify)
4253         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
4254         (ada-other-file-name, ada-last-which-function-line)
4255         (ada-last-which-function-subprog, ada-which-function)
4256         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
4257         (ada-gen-treat-proc, ada-check-emacs-version)
4258         (ada-continuation-indent, ada-align-region-separate):
4259         Fix typos in docstrings.
4260         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
4262 2005-06-16  Lute Kamstra  <lute@gnu.org>
4264         * simple.el (fundamental-mode): Run after-change-major-mode-hook
4265         conditionally.
4267 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4269         * comint.el (comint-replace-by-expanded-filename)
4270         (comint-prompt-regexp, comint-delimiter-argument-list)
4271         (comint-preinput-scroll-to-bottom):
4272         * info.el (Info-hide-cookies-node):
4273         * ls-lisp.el (ls-lisp-classify):
4274         * find-file.el (ff-search-directories, ff-special-constructs)
4275         (ff-find-other-file):
4276         * font-lock.el (font-lock-keywords):
4277         * shell.el (shell-prompt-pattern)
4278         (shell-dynamic-complete-functions, shell-mode)
4279         (shell-delimiter-argument-list):
4280         * term.el (term-replace-by-expanded-filename)
4281         (term-prompt-regexp, term-delimiter-argument-list):
4282         * woman.el (woman-ignore, woman0-if):
4283         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
4284         * emacs-lisp/elint.el (elint-init-env):
4285         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
4286         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
4287         * language/ethio-util.el (ethio-tilde-escape)
4288         (ethio-use-three-dot-question):
4289         * net/zone-mode.el (zone-mode-load-time-setup):
4290         * progmodes/cc-align.el (c-lineup-argcont):
4291         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
4292         * progmodes/cperl-mode.el (cperl-set-style-back):
4293         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4294         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
4295         Fix spellings in docstrings.
4297         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
4298         * progmodes/modula2.el (m2-for): Fix spellings.
4300         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
4302         * simple.el (undo-more): Don't use `format' on `error' arguments.
4303         Improve argument/docstring consistency.
4304         (pending-undo-list): Doc fix.
4306         * smerge-mode.el (smerge-ensure-match):
4307         * emulation/vip.el (vip-ex):
4308         * net/zone-mode.el (zone-mode-update-serial):
4309         * progmodes/idlwave.el (idlwave-complete):
4310         * progmodes/vhdl-mode.el (vhdl-visit-file)
4311         (vhdl-compose-wire-components):
4312         Don't use `format' on `error' arguments.
4314         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
4315         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
4316         (tooltip-help-tips): Fix typos in docstrings.
4318 2005-06-16  David Ponce  <david@dponce.com>
4320         * tree-widget.el (tree-widget-value-create): Simplify last change.
4322 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
4324         * ido.el (ido-incomplete-regexp): New variable.
4325         (ido-set-matches-1): Handle invalid-regexp error and set
4326         ido-incomplete-regexp.
4327         (ido-incomplete-regexp): New face.
4328         (ido-completions): Use it.
4329         (ido-complete, ido-exit-minibuffer, ido-completions):
4330         Handle incomplete regexps.
4331         (ido-completions): Add check for complete match when entering a regexp.
4333 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
4337 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4339         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
4340         by field delimiters.
4342 2005-06-15  David Ponce  <david@dponce.com>
4344         * tree-widget.el: eval-and-compile inlined functions so they will
4345         be available at run-time too.
4346         (tree-widget-super-format-handler)
4347         (tree-widget-format-handler): Remove.
4348         (tree-widget-value-create): Handle the :indent property.
4350 2005-06-15  Miles Bader  <miles@gnu.org>
4352         * progmodes/which-func.el (which-func): Only inherit
4353         `font-lock-function-name-face' when that makes sense against the
4354         default mode-line face, otherwise set the face color explicitly.
4356         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
4357         faces instead of (non-existent) variables.
4359 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
4362         (iswitchb-get-matched-buffers): Likewise.  Simplify.
4364 2005-06-14  Miles Bader  <miles@gnu.org>
4366         * progmodes/ld-script.el (ld-script-location-counter):
4367         Remove "-face" suffix from face name.
4368         (ld-script-location-counter-face):
4369         New backward-compatibility alias for renamed face.
4370         (ld-script-location-counter-face): Use renamed face.
4372         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
4373         (cperl-hash): Remove "-face" suffix from face names.
4374         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
4375         New backward-compatibility aliases for renamed faces.
4376         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
4377         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
4379         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
4380         name.
4381         (which-func-face): New backward-compatibility alias for renamed face.
4382         (which-func-format): Use renamed which-func face.
4384         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
4385         (vhdl-function, vhdl-directive, vhdl-reserved-word)
4386         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
4387         names.
4388         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
4389         (vhdl-speedbar-configuration, vhdl-speedbar-package)
4390         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
4391         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
4392         (vhdl-speedbar-architecture-selected)
4393         (vhdl-speedbar-configuration-selected)
4394         (vhdl-speedbar-package-selected)
4395         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
4396         names.
4397         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
4398         Use renamed faces.
4399         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
4400         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
4401         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
4402         Use renamed faces.
4403         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
4404         names.
4405         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
4406         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
4407         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
4408         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
4409         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
4410         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
4412         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
4413         face name.
4414         (sh-heredoc-face): New backward-compatibility alias for renamed face.
4415         (sh-heredoc-face): Use renamed sh-heredoc face.
4417         * progmodes/idlw-help.el (idlwave-help-link):
4418         Remove "-face" suffix from face name.
4419         (idlwave-help-link-face):
4420         New backward-compatibility alias for renamed face.
4421         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
4423         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
4424         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
4425         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
4426         New backward-compatibility aliases for renamed faces.
4427         (idlwave-shell-disabled-breakpoint-face)
4428         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
4430         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4431         Remove "-face" suffix from face names.
4432         (flymake-errline-face, flymake-warnline-face):
4433         New backward-compatibility aliases for renamed faces.
4434         (flymake-highlight-line): Use renamed flymake faces.
4436         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4437         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
4438         (ebrowse-member-class, ebrowse-progress):
4439         Remove "-face" suffix from face names.
4440         (ebrowse-tree-mark-face, ebrowse-root-class-face)
4441         (ebrowse-file-name-face, ebrowse-default-face)
4442         (ebrowse-member-attribute-face, ebrowse-member-class-face)
4443         (ebrowse-progress-face):
4444         New backward-compatibility aliases for renamed faces.
4445         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
4446         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
4447         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
4448         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
4450         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
4451         antlr-syntax)
4452         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
4453         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
4454         names.
4455         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
4456         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
4457         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
4458         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
4459         backward-compatibility aliases for renamed faces.
4460         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
4461         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
4462         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
4463         remove "font-lock-".  Use renamed antlr-mode faces.
4464         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
4465         literal face-names with face variable references.
4467         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
4468         face name.
4469         (Buffer-menu-buffer-face): New backward-compatibility alias for
4470         renamed face.
4471         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
4473 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
4475         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
4476         Eliminate "-face" suffix.
4477         (makefile-targets): Inherit from font-lock-function-name-face and
4478         eliminate "-face" suffix.
4479         (makefile-shell): Remove attributes and eliminate "-face" suffix.
4480         (makefile-*-font-lock-keywords): Append makefile-targets in rule
4481         actions, instead of prepending, to make it less visible.
4482         (makefile-previous-dependency, makefile-match-dependency):
4483         Don't match a target on a continuation line.
4485         * files.el (auto-mode-alist): Put Makefile in gmake mode.
4487 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
4489         * progmodes/gdb-ui.el (menu): Re-order menu items.
4490         (gdb-tooltip-print): Respect tooltip-use-echo-area.
4492         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
4493         Define in tooltip.el.
4494         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
4495         (gud-tooltip-tips): Respect tooltip-use-echo-area and
4496         gud-tooltip-echo-area.
4498         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
4499         backward compatibility and make obsolete.
4500         (tooltip-help-tips): Use tooltip-use-echo-area.
4501         (tooltip-show-help-function): Rename to...
4502         (tooltip-show-help): ...this, because it is a function.
4503         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
4505 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4507         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
4508         (edebug-print-length, edebug-print-level, edebug-print-circle)
4509         (edebug-modify-breakpoint, edebug-eval-last-sexp)
4510         (edebug-eval-print-last-sexp): Doc fixes.
4512 2005-06-14  Kim F. Storm  <storm@cua.dk>
4514         * ido.el (ido-mode): Make a new keymap every time we enable ido,
4515         as the coverage buffer/file/both may change.
4517 2005-06-14  Lute Kamstra  <lute@gnu.org>
4519         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
4520         and run-mode-hooks.  Simplify.
4522         * mail/rmailedit.el (rmail-edit-mode):
4523         * progmodes/octave-inf.el (inferior-octave-mode):
4524         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
4526         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
4527         and run-mode-hooks.
4528         (recentf-edit-list, recentf-open-files): Don't call
4529         kill-all-local-variables directly.
4531         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
4533 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4535         * emacs-lisp/byte-run.el (make-obsolete)
4536         (define-obsolete-function-alias): Rename arguments FUNCTION and
4537         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
4538         (make-obsolete-variable, define-obsolete-variable-alias):
4539         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
4540         respectively.
4542         * isearchb.el (isearchb-activate):
4543         * pcvs.el (cvs-mode):
4544         * ses.el (ses-load):
4545         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
4546         * net/tramp.el (tramp-find-file-exists-command)
4547         (tramp-find-shell):
4548         * progmodes/ada-mode.el (ada-create-case-exception)
4549         (ada-create-case-exception-substring, ada-make-subprogram-body):
4550         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4551         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
4552         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
4553         * textmodes/org.el (org-promote, org-evaluate-time-range)
4554         (org-agenda-next-date-line, org-agenda-previous-date-line)
4555         (org-agenda-error, org-open-at-point, org-table-move-row)
4556         (org-format-table-table-html-using-table-generate-source)
4557         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
4558         * textmodes/reftex.el (reftex-access-scan-info):
4559         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
4560         (reftex-toc-promote-prepare): Follow error conventions.
4562         * diff-mode.el (diff-mode): Fix typo in docstring.
4564         * forms.el (forms--intuit-from-file): Fix reference to
4565         `forms-number-of-fields' in error message.
4566         (forms-print): Fix quoting in error message.
4568         * forms.el (forms-mode):
4569         * emulation/vi.el (vi-goto-insert-state):
4570         * progmodes/flymake.el (flymake-new-err-info)
4571         (flymake-start-syntax-check-for-current-buffer)
4572         (flymake-simple-cleanup):
4573         * eshell/esh-var.el (eshell/export):
4574         * progmodes/gud.el (xdb):
4575         * textmodes/flyspell.el (flyspell-incorrect-hook)
4576         (flyspell-maybe-correct-transposition)
4577         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
4579 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
4581         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
4582         minibuffer prompt.
4584 2005-06-13  Kim F. Storm  <storm@cua.dk>
4586         * subr.el (add-to-ordered-list): New defun.
4588         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
4589         add cua--keymap-alist to emulation-mode-map-alists.
4591 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * subr.el (complete-in-turn): New macro.
4594         (dynamic-completion-table, lazy-completion-table): Add debug info.
4596         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
4597         in preference to face aliases.
4599         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
4600         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
4601         Remove unused vars `start' and `firstline'.
4602         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
4603         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
4605 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
4607         * cus-start.el (all): Don't complain about missing GTK-related
4608         variables, unless either `gtk' is boundp or this isn't a
4609         `windows-nt' build.
4611 2005-06-13  Lute Kamstra  <lute@gnu.org>
4613         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
4614         run-mode-hooks.
4616         * ediff-mult.el (ediff-meta-mode):
4617         * ediff-util.el (ediff-mode): Use run-mode-hooks.
4619         * ledit.el (ledit-mode): Use delay-mode-hooks.
4621         * woman.el (woman-mode-line-format): Delete constant.
4622         (woman-mode-map): Initialize it properly.
4623         (woman-mode): Set mode-class property to special.
4624         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
4625         Set major-mode and mode-name.  Don't set mode-line-format directly.
4626         (Man-getpage-in-background): Don't reference woman-mode-line-format.
4628         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
4629         string argument obsolete.
4631 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
4633         * textmodes/org.el (org-CUA-compatible): New option.
4634         (org-disputed-keys): New variable.
4635         (org-key): New function.
4636         (orgtbl-make-binding): Add docstring to the created function.
4637         (org-mode): Set paragraph start/separate regexps.
4638         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
4639         (org-archive-location, org-archive-mark-done)
4640         (org-archive-stamp-time): New options.
4641         (org-archive-subtree): New command.
4642         (org-fill-paragraph): New function.
4643         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
4644         (org-fake-empty-table-line): Function removed.
4645         (org-format-org-table-html): Do not create empty table lines at
4646         separator lines.  Improved table header treatment.
4647         (org-link-format): New option.
4648         (org-make-link): New function.
4649         (org-insert-link, org-store-link): Use org-make-link.
4650         (org-open-file): Quote file name for shell command, to allow
4651         spaces in file names.
4652         (org-link-regexp): Fix bug with mailto link.
4653         (org-link-maybe-angles-regexp, org-protected-link-regexp):
4654         New constants.
4655         (org-export-as-html): Deal with the optional angles around a link.
4656         Better treatment of file: links.
4657         (org-open-at-point): Replace @{ and @} with < and >.
4658         (org-run-mode-hooks): Function removed.
4659         (org-agenda-mode): No longer use `org-run-mode-hooks'.
4661 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
4663         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
4664         MI command -data-list-register-values.
4665         (gdb-post-prompt): Indent properly.
4667 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
4669         * hilit-chg.el (highlight-changes-colors): Rename from
4670         `highlight-changes-colours'.
4671         (highlight-changes-colours): Keep as obsolete alias.
4672         (highlight-changes-face-list): Doc fix.
4673         (hilit-chg-make-list): Use `highlight-changes-colors'.
4675 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
4677         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
4678         defun-prompt-regexp.
4680 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
4682         * loadup.el: Don't say we are dumping under 2 names on windows-nt
4683         and cygwin.
4685         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4686         Don't use an old loaddefs.el, as in Makefile.in.
4688 2005-06-12  Lute Kamstra  <lute@gnu.org>
4690         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
4692         * man.el (Man-mode-map): Initialize it properly.
4693         (Man-mode): Set mode-class property to special.
4695         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
4697 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4699         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
4700         A newline is needed in the docstring there.
4702         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
4703         Doc fixes.
4705 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4707         * printing.el: Doc fix.  The menubar is no more changed when printing
4708         is loaded, it only changes when pr-menu-bind or pr-update-menus is
4709         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
4710         (pr-version): New version number (6.8.4).
4711         (pr-menu-bind): New command.
4712         (pr-update-menus): Docstring and code fix.
4713         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
4714         Docstring fix.
4715         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
4716         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
4718 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
4720         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
4721         "Returns" to "return", document useful return values, etc.
4723 2005-06-11  Alan Mackenzie  <acm@muc.de>
4725         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
4726         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
4727         (adaptive-file-function): Minor amendment to doc-string.
4729 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4731         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
4732         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
4733         Fix :type--it is `integer', not `string'.
4735         * faces.el (modeline-highlight): Rename from (the erroneous)
4736         `modeline-higilight'.
4738 2005-06-11  Lute Kamstra  <lute@gnu.org>
4740         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
4741         lisp-interaction-mode-map but make it the parent.
4742         (edebug-eval-mode): Use define-derived-mode.
4744 2005-06-11  Andreas Schwab  <schwab@suse.de>
4746         * bindings.el: Add binding of `ESC functionkey' for every
4747         `M-functionkey'.
4748         * hexl.el (hexl-mode-map): Likewise.
4750 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
4752         * progmodes/compile.el (compilation-error-regexp-alist-alist)
4753         [msft]: update regexp for newer msft compilers.
4755 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
4757         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
4758         ATTLIST portions of included DTDs.
4759         (xml-parse-dtd): Eliminate use of inefficient match-data.
4761 2005-06-10  Miles Bader  <miles@gnu.org>
4763         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4764         (mpuz-text): Remove "-face" suffix from face names.
4765         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
4766         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
4767         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
4769         * play/gomoku.el (gomoku-O, gomoku-X):
4770         Remove "-face" suffix from face names.
4771         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
4772         New backward-compatibility aliases for renamed faces.
4773         (gomoku-font-lock-keywords): Use renamed gomoku faces.
4775 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
4777         * thumbs.el: Fixes for changes of 2005-06-09.
4778         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
4779         as a directory.
4780         (thumbs-thumbname): Remove directory separator from format string;
4781         `thumbs-thumbsdir' now returns a valid directory name.
4782         (thumbs-temp-dir): New defsubst.
4783         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
4784         Use it.
4786         * cus-edit.el (minibuffer):
4787         * files.el (make-backup-file-name-function):
4788         * filesets.el (filesets-external-viewers):
4789         * hilit-chg.el (highlight-changes-colours)
4790         (highlight-changes-face-list, highlight-changes-rotate-faces):
4791         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
4792         * kmacro.el (kmacro-call-macro):
4793         * log-edit.el (log-edit-changelog-full-paragraphs):
4794         * mouse.el (mouse-1-click-follows-link):
4795         * skeleton.el (skeleton-autowrap):
4796         * subr.el (insert-for-yank-1):
4797         * tempo.el (tempo-insert-region):
4798         * terminal.el (terminal-emulator):
4799         * time.el (display-time-mail-face):
4800         * vc.el (vc-annotate):
4801         * vcursor.el (vcursor-copy-line):
4802         * woman.el (woman-bold-headings, woman-ignore)
4803         (woman-default-faces, woman-monochrome-faces):
4804         * calendar/todo-mode.el (todo-insert-threshold):
4805         * emulation/pc-select.el (pc-select-selection-keys-only)
4806         (pc-selection-mode):
4807         * emulation/vip.el (vip-find-char-forward):
4808         * emulation/viper-cmd.el (viper-find-char-forward):
4809         * international/mule-cmds.el
4810         (select-safe-coding-system-accept-default-p)
4811         (input-method-exit-on-invalid-key):
4812         * international/mule-diag.el (describe-coding-system):
4813         * international/ucs-tables.el (unify-8859-on-encoding-mode):
4814         * net/browse-url.el (browse-url-xterm-program):
4815         * obsolete/lazy-lock.el (lazy-lock-mode):
4816         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
4817         (cperl-mode):
4818         * progmodes/cpp.el (cpp-face-light-name-list)
4819         (cpp-face-dark-name-list):
4820         * progmodes/delphi.el (delphi-newline-always-indents):
4821         Fix spellings in docstrings.
4823         * ido.el (ido-mode, ido-file-extensions-order)
4824         (ido-default-file-method, ido-default-buffer-method)
4825         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
4826         (ido-decorations, ido-read-file-name-as-directory-commands)
4827         (ido-read-file-name-non-ido, ido-work-directory-list)
4828         (ido-ignore-item-temp-list, ido-current-directory)
4829         (ido-magic-forward-char, ido-enter-find-file)
4830         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
4831         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
4833 2005-06-10  Lute Kamstra  <lute@gnu.org>
4835         * play/dunnet.el (dun-mode): Use define-derived-mode.
4836         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
4837         obsolete alias.
4839         * play/doctor.el (doctor-mode-map): Remove defvar.
4840         (doctor-mode): Use define-derived-mode.
4842         * mail/mspools.el (mspools-mode):
4843         * net/eudc-hotlist.el (eudc-hotlist-mode):
4844         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
4846 2005-06-10  Miles Bader  <miles@gnu.org>
4848         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4849         Remove "-face" suffix from face names.
4850         (flyspell-incorrect-face, flyspell-duplicate-face):
4851         New backward-compatibility aliases for renamed faces.
4852         (flyspell-mode-on, make-flyspell-overlay)
4853         (flyspell-highlight-incorrect-region)
4854         (flyspell-highlight-duplicate-region)
4855         (flyspell-display-next-corrections)
4856         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
4858         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
4859         from face name.
4860         (texinfo-heading-face): New backward-compatibility alias for
4861         renamed face.
4862         (texinfo-heading-face): Use renamed texinfo-heading face.
4864         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
4865         suffix from face names.
4866         (tex-math-face, tex-verbatim-face):
4867         New backward-compatibility aliases for renamed faces.
4868         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
4869         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
4870         literal face name.
4872         * textmodes/table.el (table-cell): Remove "-face" suffix from face
4873         name.
4874         (table-cell-face): New backward-compatibility alias for renamed face.
4875         (table--put-cell-face-property, table--update-cell-face):
4876         Use renamed table-cell face.
4878         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
4879         from face name.
4880         (sgml-namespace-face): New backward-compatibility alias for
4881         renamed face.
4882         (sgml-namespace-face): Use renamed sgml-namespace face.
4884         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
4885         (org-level-4, org-level-5, org-level-6, org-level-7)
4886         (org-level-8, org-warning, org-headline-done)
4887         (org-deadline-announce, org-scheduled-today)
4888         (org-scheduled-previously, org-link, org-done, org-table)
4889         (org-time-grid): Remove "-face" suffix from face names.
4890         (org-level-1-face, org-level-2-face, org-level-3-face)
4891         (org-level-4-face, org-level-5-face, org-level-6-face)
4892         (org-level-7-face, org-level-8-face, org-warning-face)
4893         (org-headline-done-face, org-deadline-announce-face)
4894         (org-scheduled-today-face, org-scheduled-previously-face)
4895         (org-link-face, org-done-face, org-table-face)
4896         (org-time-grid-face):
4897         New backward-compatibility aliases for renamed faces.
4898         (org-level-faces, org-set-font-lock-defaults, org-timeline)
4899         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
4900         (org-agenda-get-timestamps, org-agenda-get-scheduled)
4901         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
4903         * emulation/viper-init.el (viper-search, viper-replace-overlay)
4904         (viper-minibuffer-emacs, viper-minibuffer-insert)
4905         (viper-minibuffer-vi): Remove "-face" suffix from face names.
4906         (viper-search-face, viper-replace-overlay-face)
4907         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4908         (viper-minibuffer-vi-face):
4909         New backward-compatibility aliases for renamed faces.
4910         (viper-search-face, viper-replace-overlay-face)
4911         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4912         (viper-minibuffer-vi-face): Use renamed viper faces.
4914         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
4915         Remove "-face" suffix from face names.
4916         (testcover-nohits-face, testcover-1value-face):
4917         New backward-compatibility aliases for renamed faces.
4918         (testcover-mark): Use renamed testcover faces.
4920         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
4921         face name.
4922         (diary-button-face): New backward-compatibility alias for renamed face.
4923         (diary-entry): Use renamed diary-button face.
4925         * calendar/calendar.el (diary, calendar-today, holiday)
4926         (mark-visible-calendar-date): Remove "-face" suffix from face names.
4927         (diary-face, calendar-today-face, holiday-face):
4928         New backward-compatibility aliases for renamed faces.
4929         (eval-after-load "facemenu", diary-entry-marker)
4930         (calendar-today-marker, calendar-holiday-marker, diary-face):
4931         Use renamed calendar faces.
4933         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
4934         (compare-windows-face): New backward-compatibility alias for
4935         renamed face.
4936         (compare-windows-highlight): Use renamed compare-windows face.
4938         * strokes.el (strokes-char): Remove "-face" suffix from face name.
4939         (strokes-char-face): New backward-compatibility alias for renamed face.
4940         (strokes-encode-buffer): Use renamed strokes-char face.
4942         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4943         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4944         Remove "-face" suffix from face names.
4945         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4946         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4947         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
4948         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
4949         Use renamed pcvs faces.
4950         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4951         * pcvs-defs.el (cvs-mode-map): Likewise.
4952         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
4954         * info.el (info-title-1, info-title-2, info-title-3)
4955         (info-title-4): Remove "-face" suffix from and downcase face names.
4956         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4957         (Info-title-4-face):
4958         New backward-compatibility aliases for renamed faces.
4959         (Info-fontify-node): Use renamed info faces.
4961         * hilit-chg.el (highlight-changes, highlight-changes-delete):
4962         Remove "-face" suffix from face names.
4963         (highlight-changes-face, highlight-changes-delete-face):
4964         New backward-compatibility aliases for renamed faces.
4965         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4966         (hilit-chg-make-list): Use renamed highlight-changes faces.
4968         * generic-x.el (show-tabs-tab, show-tabs-space):
4969         Remove "-face" suffix from face names.
4970         (show-tabs-tab-face, show-tabs-space-face):
4971         New backward-compatibility aliases for renamed faces.
4972         (show-tabs-generic-mode-font-lock-defaults-1)
4973         (show-tabs-generic-mode-font-lock-defaults-2):
4974         Use renamed show-tabs faces.
4976         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4977         (smerge-markers): Remove "-face" suffix from face names.
4978         (smerge-mine-face, smerge-other-face, smerge-base-face)
4979         (smerge-markers-face):
4980         New backward-compatibility aliases for renamed faces.
4981         (smerge-mine-face, smerge-other-face, smerge-base-face)
4982         (smerge-markers-face): Use renamed smerge faces.
4984         * log-view.el (log-view-file, log-view-message): Remove "-face"
4985         suffix from face names.
4986         (log-view-file-face, log-view-message-face): New
4987         backward-compatibility aliases for renamed faces.
4988         (log-view-file-face, log-view-message-face): Use renamed log-view
4989         faces.
4991         * paren.el (show-paren-match, show-paren-mismatch):
4992         Remove "-face" suffix from face names.
4993         (show-paren-match-face, show-paren-mismatch-face):
4994         New backward-compatibility aliases for renamed faces.
4995         (show-paren-function): Use renamed show-paren faces.
4997         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4998         (ruler-mode-margins, ruler-mode-fringes)
4999         (ruler-mode-column-number, ruler-mode-fill-column)
5000         (ruler-mode-comment-column, ruler-mode-goal-column)
5001         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5002         suffix from face names.
5003         (ruler-mode-default-face, ruler-mode-pad-face)
5004         (ruler-mode-margins-face, ruler-mode-fringes-face)
5005         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5006         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5007         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5008         backward-compatibility aliases for renamed faces.
5009         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5010         (ruler-mode-column-number, ruler-mode-fill-column)
5011         (ruler-mode-comment-column, ruler-mode-goal-column)
5012         (ruler-mode-tab-stop, ruler-mode-current-column)
5013         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5014         faces.
5016         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5017         face name.
5018         (whitespace-highlight-the-space): Use renamed face.
5019         (whitespace-highlight-face): New backward-compatibility alias for
5020         renamed face.
5022         * woman.el (woman-italic, woman-bold, woman-unknown)
5023         (woman-addition, woman-symbol-face):
5024         Remove "-face" suffix from face names.
5025         (woman-italic-face, woman-bold-face, woman-unknown-face)
5026         (woman-addition-face):
5027         New backward-compatibility aliases for renamed faces.
5028         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5029         (woman-decode-region, woman-replace-match)
5030         (woman-display-extended-fonts, woman-special-characters)
5031         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5032         Use renamed woman faces.
5034         * longlines.el (longlines-visible-face): Face removed.
5036         * diff-mode.el (diff-header, diff-file-header, diff-index)
5037         (diff-hunk-header, diff-removed, diff-added, diff-changed)
5038         (diff-function, diff-context, diff-nonexistent): Remove "-face"
5039         suffix from face names.
5040         (diff-header-face, diff-file-header-face, diff-index-face)
5041         (diff-hunk-header-face, diff-removed-face, diff-added-face)
5042         (diff-changed-face, diff-function-face, diff-context-face)
5043         (diff-nonexistent-face): New backward-compatibility aliases for
5044         renamed faces.
5045         (diff-header-face, diff-file-header-face)
5046         (diff-index, diff-index-face, diff-hunk-header)
5047         (diff-hunk-header-face, diff-removed, diff-removed-face)
5048         (diff-added, diff-added-face, diff-changed-face, diff-function)
5049         (diff-function-face, diff-context-face, diff-nonexistent)
5050         (diff-nonexistent-face): Use renamed diff-mode faces.
5052         * progmodes/compile.el (compilation-warning-face)
5053         (compilation-info-face): Remove "-face" suffix from face names.
5054         (compilation-warning-face, compilation-info-face):
5055         New backward-compatibility aliases for renamed faces.
5056         (compilation-warning-face, compilation-info-face):
5057         Use renamed compilation faces.
5059         * add-log.el (change-log-date, change-log-name)
5060         (change-log-email, change-log-file, change-log-list)
5061         (change-log-conditionals, change-log-function)
5062         (change-log-acknowledgement): Remove "-face" suffix from face names.
5063         (change-log-date-face, change-log-name-face)
5064         (change-log-email-face, change-log-file-face)
5065         (change-log-list-face, change-log-conditionals-face)
5066         (change-log-function-face, change-log-acknowledgement-face):
5067         New backward-compatibility aliases for renamed faces.
5068         (change-log-font-lock-keywords): Use renamed change-log faces.
5070         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
5071         (custom-set, custom-changed, custom-saved, custom-button)
5072         (custom-button-pressed, custom-documentation, custom-state)
5073         (custom-comment, custom-comment-tag, custom-variable-tag)
5074         (custom-variable-button, custom-face-tag, custom-group-tag-1)
5075         (custom-group-tag): Remove "-face" suffix from face names.
5076         (custom-magic-alist, custom-magic-value-create)
5077         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
5078         (custom-invalid-face, custom-rogue-face, custom-modified-face)
5079         (custom-set-face, custom-changed-face, custom-saved-face)
5080         (custom-button-face, custom-button-pressed-face)
5081         (custom-documentation-face, custom-state-face)
5082         (custom-comment-face, custom-comment-tag-face)
5083         (custom-variable-tag-face, custom-variable-button-face)
5084         (custom-face-tag-face, custom-group-tag-face-1)
5085         (custom-group-tag-face):
5086         New backward-compatibility aliases for renamed faces.
5088         * wid-edit.el (widget-documentation, widget-button)
5089         (widget-field, widget-single-line-field, widget-inactive)
5090         (widget-button-pressed): "-face" suffix removed from face names.
5091         (widget-documentation-face, widget-button-face)
5092         (widget-field-face, widget-single-line-field-face)
5093         (widget-inactive-face, widget-button-pressed-face):
5094         New backward-compatibility aliases for renamed faces.
5095         (widget-documentation-face, widget-button-face)
5096         (widget-button-pressed-face, widget-specify-field)
5097         (widget-specify-inactive): Use renamed widget faces.
5099 2005-06-10  Kenichi Handa  <handa@m17n.org>
5101         * term/x-win.el (x-clipboard-yank): Remove condition-case
5102         wrapping.
5104 2005-06-11  Kenichi Handa  <handa@m17n.org>
5106         * add-log.el (change-log-font-lock-keywords): Make the regexp for
5107         date lines stricter.
5109 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
5111         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
5112         of x-get-selection.
5114 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5116         * comint.el (comint-mode, comint-snapshot-last-prompt):
5117         * frame.el (frame-current-scroll-bars):
5118         * term.el (term-mode, term-check-proc, term-input-sender)
5119         (term-simple-send, term-extract-string, term-word)
5120         (term-match-partial-filename):
5121         * window.el (window-current-scroll-bars):
5122         * emulation/cua-base.el (cua-normal-cursor-color)
5123         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
5124         (cua-global-mark-cursor-color):
5125         * mail/undigest.el (rmail-forward-separator-regex):
5126         Fix typos in docstrings.
5128         * comint.el (comint-check-proc, make-comint-in-buffer)
5129         (comint-source-default): Doc fixes.
5131         * term.el (term-send-string): Improve argument/docstring
5132         consistency.
5134 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
5136         * comint.el (comint-send-input): Bind `inhibit-read-only' around
5137         call to `delete-region'.
5138         (comint-mode-hook): Do not enable Font Lock by default.
5140 2005-06-09  Lute Kamstra  <lute@gnu.org>
5142         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
5143         could be void.
5145 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5147         * emacs-lisp/debug.el (debugger-will-be-back): New var.
5148         (debug): Use it.
5149         (debugger-step-through, debugger-continue, debugger-jump)
5150         (debugger-return-value): Set it when needed.
5151         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
5152         Use inhibit-read-only.
5154 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
5156         * window.el (shrink-window-if-larger-than-buffer)
5157         (window-size-fixed): Fix typo in docstring.
5159         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
5160         thumbnails directory on loading.
5161         (thumbs-conversion-program): Use `eq' to check the system type,
5162         not `equal'.
5163         (thumbs-temp-dir): Initialize to `temporary-file-directory',
5164         not "/tmp".  Fix docstring.
5165         (thumbs-thumbsdir): New function to return the thumbnails
5166         directory, creating it if needed.
5167         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
5168         (thumbs-temp-file): Delete variable and make it into a function.
5169         (thumbs-resize-image, thumbs-modify-image): Use it.
5170         (thumbs-kill-buffer): Simplify.
5171         (thumbs-gensym): Defalias or duplicate CL `gensym'.
5172         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
5173         docstrings.
5175 2005-06-09  Kim F. Storm  <storm@cua.dk>
5177         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
5178         set-match-data to free markers in match-data.
5180         * replace.el (replace-match-data): Pass RESEAT arg `t' to
5181         match-data to unchain markers in match-data.
5183 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
5186         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
5187         unnecessary now.
5189 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5191         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
5192         give the variable a doc string that doesn't say don't set it directly.
5194         * textmodes/ispell.el (ispell-check-version):
5195         Use match-string-no-properties.
5196         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
5197         (ispell-buffer-local-words): Likewise.
5199         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
5200         except on terminals with enough colors to really display it.
5201         (makefile-dependency-regex): Delete spurious `bb'.
5203         * faces.el (escape-glyph): Use blue once again in last case.
5204         (no-break-space): Redefine so that it isn't invisible on a tty.
5206 2005-06-08  Kim F. Storm  <storm@cua.dk>
5208         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
5209         also when reading directory name.
5211 2005-06-08  Lute Kamstra  <lute@gnu.org>
5213         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
5214         (flyspell-mode-line-string): Remove autoload cookie.
5215         (flyspell-mode): Remove defvar.
5217 2005-06-07  Lute Kamstra  <lute@gnu.org>
5219         * textmodes/org.el (org-run-mode-hooks): New function.
5220         (org-agenda-mode): Use it.
5222 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
5224         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
5226 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5228         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
5230 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
5232         * font-lock.el (font-lock-add-keywords): Doc fix.
5234 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5236         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
5237         (tex-compile-default): In the absence of any history, use the order in
5238         tex-compile-alist to choose the preferred command.
5239         (tex-compile-commands): Reorder a bit.
5241         * textmodes/flyspell.el (flyspell-auto-correct-binding)
5242         (flyspell-incorrect-face, flyspell-duplicate-face):
5243         Use (X)Emacs-agnostic code.
5244         (flyspell-mode-map): Don't overwrite at each load.  Remove code
5245         redundant with the subsequent add-minor-mode.  Merge Emacs and
5246         XEmacs code.
5247         (flyspell-word): Minor simplification.
5248         (flyspell-math-tex-command-p): Quieten the byte-compiler.
5249         (flyspell-external-point-words): Remove unused vars `size' and
5250         `start'.
5251         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
5252         the corresponding Emacs code.
5253         (flyspell-correct-word, flyspell-xemacs-popup): Use
5254         flyspell-do-correct.
5256         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
5257         a dedicated window.
5259         * international/latexenc.el (latexenc-find-file-coding-system):
5260         Undo part of last patch, to turn off a compiler warning.
5262 2005-06-06  Juri Linkov  <juri@jurta.org>
5264         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
5265         Rename `tmm-inactive-face' to `tmm-inactive'.
5267 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
5269         * iswitchb.el: Rename faces.
5271 2005-06-06  Kim F. Storm  <storm@cua.dk>
5273         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
5274         (cua-global-mark): Remove -face suffix from face names.
5276         * emulation/cua-gmrk.el (cua--init-global-mark):
5277         Remove cua-global-mark face setup.
5279 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5281         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
5282         just like other allowed characters.
5283         (makefile-match-dependency): Exclude leading and training whitespace
5284         from the range of regexp subexp 1.
5285         (makefile-macroassign-regex): Don't try to match the body,
5286         just the name of the macro being defined.
5288         * info.el (Info-read-node-name-2): New function.
5289         (Info-read-node-name-1): Use that.
5290         Add a completion-base-size-function property.
5292         * simple.el (completion-setup-function): Look for
5293         completion-base-size-function property of
5294         minibuffer-completion-table.
5296         * files.el (locate-file-completion): Doc fix.
5298         * printing.el: Don't call pr-update-menus; user must do that.
5300         * emacs-lisp/debug.el (debugger-window): New variable.
5301         (debug): Use debugger-window if it is set and still alive.
5302         Record debugger-window for next entry.
5304         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
5306 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
5308         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
5309         (hack-one-local-variable, hack-local-variables)
5310         (hack-local-variables-prop-line): Pass that arg.
5312 2005-06-06  Kim F. Storm  <storm@cua.dk>
5314         * ido.el (ido-first-match, ido-only-match, ido-subdir)
5315         (ido-indicator): Remove -face suffix from face names.
5317 2005-06-06  Juri Linkov  <juri@jurta.org>
5319         * font-lock.el (font-lock-regexp-backslash)
5320         (font-lock-regexp-backslash-construct): New faces.
5321         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
5322         after `('.  Add `while-no-input' to control structures.
5324         * faces.el (no-break-space, shadow): New faces.
5325         (escape-glyph): Use less loud colors pink2 and red4.
5327         * diff-mode.el (diff-context-face)
5328         * dired.el (dired-ignored)
5329         * rfn-eshadow.el (file-name-shadow)
5330         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
5332         * info.el (Info-title-1-face): Use green instead of yellow because
5333         bold yellow is not readable on light backgrounds.
5335         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
5336         before selecting the desired mode to not spend time fontifying
5337         old contents.
5339 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
5341         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
5342         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
5344         * ps-print.el (ps-default-fg, ps-default-bg):
5345         Fix typos in docstrings.
5347         * isearchb.el (isearchb): Don't pass a spurious second argument to
5348         `iswitchb-completions'.
5350 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
5352         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
5353         to preserve point.
5354         (gdb-find-file-hook): Add doc string.
5356         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
5357         C dereferenced pointer expression.
5358         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
5360         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
5362         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
5363         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
5364         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
5365         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
5366         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
5367         Make background transparent.
5369 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5371         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
5372         (font-lock-remove-keywords): Doc fix.
5373         (font-lock-mode-major-mode): Compiler defvar.
5374         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
5376         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
5377         (font-lock-mode): Update `font-lock-mode-major-mode'.
5378         (font-lock-set-defaults): Compiler defvar.
5379         (font-lock-default-function): Take `font-lock-mode-major-mode'
5380         into account.
5382         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
5383         keep track of which major mode it enabled the minor mode for.
5384         Use find-file-hook again.  Update docstring.
5386         * simple.el (eval-expression-print-level)
5387         (eval-expression-print-length, eval-expression-debug-on-error):
5388         Doc fixes.
5390 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
5392         * iswitchb.el (iswitchb-single-match-face)
5393         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
5394         (iswitchb-invalid-regexp-face): New faces.
5395         (iswitchb-completions): Use them.
5396         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
5397         now marked as an obsolete alias.
5398         (iswitchb-read-buffer): Remove check for bound font variables.
5399         (iswitchb-invalid-regexp): New free variable.
5400         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
5401         set iswitchb-invalid-regexp.
5402         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
5403         invalid regexps.
5404         (iswitchb-completions): Add check for complete match when entering
5405         a regexp.
5406         (iswitchb-completions): Remove require-match argument.
5407         (iswitchb-exhibit): Fix caller.
5408         (iswitchb-common-match-inserted): New variable.
5409         (iswitchb-complete, iswitchb-completion-help): Use it.
5411 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
5413         * url-http.el (url-http-chunked-encoding-after-change-function):
5414         Use `url-http-debug' instead of `message'.
5416 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
5418         * url-http.el (url-http-parse-headers): Pass redirected URL as a
5419         callback argument.
5421 2005-06-04  Kim F. Storm  <storm@cua.dk>
5423         * simple.el (line-move): Only call sit-for when moving backwards.
5425         * ido.el (ido-make-merged-file-list-1): New defun split from
5426         ido-make-merged-file-list.
5427         (ido-make-merged-file-list): Bind throw-on-input around call to
5428         ido-make-merged-file-list-1.  Return input-pending-p if
5429         interrupted by more input available.
5430         (ido-read-internal): Handle input-pending-p return value from
5431         ido-make-merged-file-list.
5433 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5435         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
5436         compatibility code.
5438         * international/latexenc.el (latexenc-find-file-coding-system):
5439         Don't inherit the EOL part of the coding-system from the
5440         tex-main buffer.  Fit within 80 columns.
5442 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
5444         * tmm.el (tmm-inactive-face): New face.
5445         (tmm-remove-inactive-mouse-face): New function.
5446         (tmm-prompt, tmm-add-one-shortcut)
5447         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
5448         but not selectable.
5450 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
5452         * faces.el (face-equal): Improve argument/docstring consistency.
5454 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
5456         * progmodes/make-mode.el (makefile-targets-face)
5457         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
5458         (makefile-bsdmake-dependency-regex)
5459         (makefile-makepp-rule-action-regex)
5460         (makefile-bsdmake-rule-action-regex): New constants.
5461         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
5463         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5464         Allow (...) within `...' for makepp messages.
5466 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
5468         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
5470         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
5471         "." files are deleted from all file lists before comparison.
5473         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5474         (viper-ESC-key): Made them customizable.
5476         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
5478 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
5480         * autorevert.el (auto-revert-buffers): Use save-match-data.
5482 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
5485         menu items with a nil command binding.
5487 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
5489         * emacs-lisp/cl-macs.el (defsetf):
5490         Improve argument/docstring consistency.
5492         * faces.el (list-faces-display): Improve the formatting by
5493         computing the maximum length required for any face-name (reworked
5494         patch of 1999-01-11, accidentally deleted on 1999-07-21).
5495         (internal-find-face): Remove redundant info in docstring.
5497 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
5499         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
5500         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
5501         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
5502         (gdb-assembler-custom): Improve regexps.
5503         (def-gdb-auto-update-handler): Use window point to preserve point.
5505 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5507         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
5509 2005-05-31  Jay Belanger  <belanger@truman.edu>
5511         * calc/calc-embed.el (calc-embedded-word): Change argument passed
5512         to calc-embedded.
5513         (calc-embedded-make-info): Have plain prefix argument select
5514         entire line.
5516 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
5518         * faces.el (list-faces-display): Signal error if passed a regexp
5519         that matches no face name.
5521         * simple.el (filter-buffer-substring): Fix typo in docstring.
5523 2005-05-31  Richard M. Stallman  <rms@gnu.org>
5525         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
5526         (vhdl-emacs-21): Doc fix.
5527         (vhdl-mode): Unconditionally set comment-padding.
5528         (vhdl-fixup-whitespace-region): Insert spaces only where
5529         there are none.
5530         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
5532 2005-05-30  John Wiegley  <johnw@newartisans.com>
5534         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
5535         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
5536         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
5537         `directory-sep-char' to ?/, and all uses of `string-to-int' to
5538         `string-to-number'.
5540 2005-05-30  Jay Belanger  <belanger@truman.edu>
5542         * calc/calc.el (calc-bug-address): Fix docstring.
5543         (calc-window-hook, calc-trail-window-hook): New variables.
5544         (calc-trail-display): Restore use of calc-trail-window-hook.
5545         (calc): Restore use of calc-window-hook.
5547 2005-05-31  Masatake YAMATO  <jet@gyve.org>
5549         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
5551         * help-fns.el (help-C-file-name): Add autoload mark for
5552         `find-function-noselect'.
5554 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
5557         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
5559 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5561         * calendar/diary-lib.el (mark-included-diary-files): Only kill
5562         included diary buffer if it was not already being visited.
5563         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
5565         * calendar/icalendar.el (top-level): Do not require 'appt.
5567         * mail/supercite.el (sc-select-attribution): Only use a list
5568         element from sc-attrib-selection-list if it returns a string.
5569         Reported by Davide G. M. Salvetti <salve@debian.org>.
5571 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
5573         * thumbs.el (thumbs-thumbname): The resulting thumbname now
5574         includes a hash value to improve its uniqueness, and has a ".jpg"
5575         extension.  Also, it is now a valid filename on all systems.
5576         (thumbs-make-thumb): Use `let', not `let*'.
5577         (thumbs-show-thumbs-list): Check for JPEG availability.
5579 2005-05-30  Richard M. Stallman  <rms@gnu.org>
5581         * filesets.el (filesets-menu-ensure-use-cached):
5582         Prevent warning when emacs-version>= is undefined.
5584         * printing.el (pr-interactive-n-up): Use string-to-number.
5586         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
5588         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5589         Warn only when name to be defined is quoted.
5591 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
5593         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
5594         Make regexp more robust.
5595         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5596         Force regeneration of disassembly.
5598 2005-05-29  Jay Belanger  <belanger@truman.edu>
5600         * calc/calc.el (calc-user-invocation): Check if
5601         calc-invocation-macro is non-nil.
5603 2005-05-29  Juri Linkov  <juri@jurta.org>
5605         * add-log.el (change-log-font-lock-keywords):
5606         Add `+' to e-mail regexp to accept mail address with keywords.
5608         * man.el (Man-name-regexp): Add `:' to accept qualified names.
5610 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5612         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
5614         * ielm.el (inferior-emacs-lisp-mode): Ditto.
5616 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5618         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5619         Undo the change that moves to end of the current word.
5621 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
5623         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
5624         Throw error when count <= 0 to ensure input is a number.
5625         (gdb-read-memory-custom): Pick up address from buffer.
5626         (gdb-memory-mode): Allow user to increment and decrement
5627         memory address from header line.
5629 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5631         * flyspell.el (flyspell-version): Function deleted.
5632         (flyspell-auto-correct-previous-hook): Doc fix.
5634         * jit-lock.el (jit-lock-function, jit-lock-after-change):
5635         Do nothing if memory is full.
5637         * font-lock.el (font-lock-fontify-syntactically-region):
5638         Pass t for GREEDY to looking-back.
5640         * saveplace.el (save-place-alist-to-file): Write the file
5641         using write-region.
5643         * subr.el (looking-back): New argument GREEDY.
5645         * progmodes/compile.el (compilation-start): Set the mode
5646         before inserting the initial text.
5648         * progmodes/which-func.el (which-func-update-1): Turn the mode
5649         off in case of error by setting which-func-mode.
5651 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
5653         * flyspell.el (flyspell-auto-correct-previous-word):
5654         Narrow down to what's on the screen, and recenter overlays
5655         at the end of the next word.
5657 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
5659         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
5660         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
5661         (flyspell-abbrev-p): Default to nil.
5662         (flyspell-use-global-abbrev-table-p): Doc fix.
5663         (flyspell-large-region): Allow nil as value.
5664         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
5666         (mail-mode-flyspell-verify): More robust handling
5667         of `mail-header-separator'.  More efficient signature detection.
5668         Allow for regexp metacharacters in message-header-separator.
5669         Adding `To' not to be checked in mail-mode-flyspell-verify.
5671         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
5672         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
5673         Bind flyspell-auto-correct-binding.
5674         Bind C-. and C-, .
5675         (flyspell-mode-map): Likewise.
5676         (flyspell-mode): Doc fix.
5677         (flyspell-accept-buffer-local-defs): Preserve current buffer.
5678         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
5679         (flyspell-word-cache-result): New var, always local.
5680         (flyspell-check-pre-word-p): Doc fix.
5681         (flyspell-check-changed-word-p): Handle spc like newline.
5682         (flyspell-post-command-hook): Set flyspell-word-cache-result.
5683         (flyspell-word-search-backward, flyspell-word-search-forward):
5684         New functions.
5685         (flyspell-word): Return t if nothing to check.
5686         When parsing TeX code, check for after } or \.
5687         Use flyspell-word-search-backward to find previous word.
5688         Return nil if duplicated word.
5689         For word already checked, return same value as last time.
5690         Set flyspell-word-cache-result after checking.
5691         Don't clobber the return value.
5692         (flyspell-get-word): Major rewrite.
5693         (flyspell-external-point-words): New locals pword, pcount.
5694         Fix size used in progress message.
5695         Find the proper corresponding word in flyspell-large-region-buffer.
5696         (flyspell-region): Check for flyspell-large-region = nil.
5697         (flyspell-highlight-incorrect-region): Clean up overlays in region.
5698         (flyspell-auto-correct-word): Check that WORD is a cons.
5699         (flyspell-correct-word): Likewise.
5701 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
5703         * progmodes/make-mode.el (makefile-rule-action-regex)
5704         (makefile-macroassign-regex, makefile-makepp-mode)
5705         (makefile-bsdmake-mode): Continuation lines may be empty.
5706         Reported by Joshua Varner.
5707         (makefile-makepp-font-lock-keywords): Add $(stem).
5709 2005-05-28  Karl Berry  <karl@gnu.org>
5711         * textmodes/tex-mode.el: Now that tex-send-command calls
5712         shell-quote-argument (2005-03-31 change), remove all calls to
5713         shell-quote-argument; they all end up invoking tex-send-command.
5714         The double quoting loses on filenames with non-safe characters,
5715         such as "@".  Reported by Frederik Fouvry.
5717 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
5719         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
5720         about preserving point.
5722 2005-05-27  Jay Belanger  <belanger@truman.edu>
5724         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
5725         Info-goto-node.
5727         * calc/calc-embed.el (calc-embed-arg): New variable.
5728         (calc-do-embedded-activate, calc-embedded-activate-formula)
5729         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
5730         variable by new variable.
5731         (calc-embedded-make-info): Replace undeclared variable by new
5732         variable.  When selecting region with positive prefix
5733         argument, use end of previous line instead of beginning of line.
5735         * calc/calc-aent.el (calc-arg-values): Declare it.
5737         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
5738         Declare them.
5740         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
5742         * calc/calc.el (calc-alg-map): Declare it.
5744         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
5746 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
5748         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
5749         (gdb-registers-buffer, toggle-gdb-all-registers):
5750         Toggle display of floating point registers.
5751         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
5753         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
5754         (toggle-gud-tooltip-dereference):
5755         Rename from gud-toggle-tooltip-dereference.
5757 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
5761 2005-05-27  Jay Belanger  <belanger@truman.edu>
5763         * calc/calc-prog.el (calc-kbd-report): Remove.
5764         (calc-kbd-query): Rewrite.
5766 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
5768         * image.el (image-library-alist): Move to image.c.
5769         (image-type-available-p): Doc fix.
5771 2005-05-27  Lute Kamstra  <lute@gnu.org>
5773         * calc/calc.el (calc):
5774         * outline.el (outline-1, outline-2, outline-3, outline-4)
5775         (outline-5, outline-6, outline-7, outline-8):
5776         * textmodes/dns-mode.el (dns-mode):
5777         * textmodes/sgml-mode.el (sgml-namespace-face):
5778         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
5779         (tex-verbatim-face, tex-use-reftex):
5780         * textmodes/texinfo.el (texinfo-heading-face):
5781         Specify customization group.
5783         * longlines.el: Don't require easy-mmode.
5784         (longlines-visible-face): Specify customization group.
5786 2005-05-27  Kenichi Handa  <handa@m17n.org>
5788         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
5789         encoding table of windows-1251.
5791         * international/ucs-tables.el (ucs-set-table-for-input):
5792         If translation-table-for-input of a coding system is a symbol, get
5793         its translation-table property.
5795         * international/code-pages.el: Don't register a coding system into
5796         non-iso-charset-alist more than once.
5797         (cp-make-coding-system): Likewise.
5799 2005-05-26  John Wiegley  <johnw@newartisans.com>
5801         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
5802         `eshell-resume-eval' is wrapped in a list, it indicates that the
5803         command was run asynchronously.  In that case, unwrap the value
5804         before checking the delimiter value.
5806         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
5807         character before a space at the end of a line is \, assume the space
5808         is part of the last argument rather than a final argument separator.
5810         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
5811         is in use, and the target is `t' or `nil' (which are the most common
5812         values), don't assume that the symbol target is a buffer.
5814 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5816         * calendar/calendar.el (calendar-mode-line-format):
5817         Use mode-line-highlight as mouse-face.
5819         * time.el (display-time-string-forms, display-time-update):
5820         Use mode-line-highlight as mouse-face.
5822 2005-05-26  Jay Belanger  <belanger@truman.edu>
5824         * calc/calc.el (calc-language-alist): Remove extra defvar.
5826 2005-05-26  Lute Kamstra  <lute@gnu.org>
5828         * arc-mode.el (archive-mode):
5829         * bookmark.el (bookmark-read-annotation-mode)
5830         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
5831         * bs.el (bs-mode):
5832         * calc/calc-yank.el (calc-edit-mode):
5833         * calc/calc.el (calc-mode, calc-trail-mode):
5834         * calculator.el (calculator-mode):
5835         * chistory.el (command-history-mode):
5836         * comint.el:
5837         * cus-edit.el (custom-mode):
5838         * descr-text.el (describe-text-mode):
5839         * ebuff-menu.el (Electric-buffer-menu-mode):
5840         * ediff-util.el (ediff-mode):
5841         * emacs-lisp/re-builder.el (reb-mode):
5842         * emulation/vi.el (vi-mode-setup):
5843         * emulation/ws-mode.el (wordstar-mode):
5844         * eshell/esh-mode.el (eshell-mode):
5845         * forms.el (forms-mode):
5846         * help-mode.el (help-mode):
5847         * hexl.el (hexl-mode):
5848         * ibuffer.el (ibuffer-mode):
5849         * ielm.el (inferior-emacs-lisp-mode):
5850         * info.el (Info-mode, Info-edit-mode):
5851         * international/swedish.el:
5852         * ledit.el (ledit-from-lisp-mode):
5853         * locate.el (locate-mode):
5854         * mail/rmail.el (rmail-mode):
5855         * mail/rmailedit.el (rmail-edit-mode):
5856         * mail/rmailsum.el (rmail-summary-mode):
5857         * mail/supercite.el (sc-electric-mode):
5858         * net/eudc.el (eudc-mode):
5859         * net/quickurl.el (quickurl-list-mode):
5860         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
5861         * obsolete/ooutline.el (outline-mode):
5862         * obsolete/options.el (Edit-options-mode):
5863         * obsolete/rnews.el (news-mode):
5864         * obsolete/rnewspost.el (news-reply-mode):
5865         * play/5x5.el (5x5-mode):
5866         * play/decipher.el (decipher-mode, decipher-stats-mode):
5867         * play/gomoku.el (gomoku-mode):
5868         * play/snake.el (snake-mode):
5869         * play/solitaire.el (solitaire-mode):
5870         * play/tetris.el (tetris-mode):
5871         * progmodes/ada-mode.el (ada-mode):
5872         * progmodes/antlr-mode.el (antlr-mode):
5873         * progmodes/autoconf.el (autoconf-mode):
5874         * progmodes/dcl-mode.el (dcl-mode):
5875         * progmodes/delphi.el (delphi-mode):
5876         * progmodes/ebrowse.el (ebrowse-tree-mode)
5877         (ebrowse-electric-list-mode, ebrowse-member-mode)
5878         (ebrowse-electric-position-mode):
5879         * progmodes/f90.el (f90-mode):
5880         * progmodes/fortran.el (fortran-mode):
5881         * progmodes/icon.el (icon-mode):
5882         * progmodes/idlw-help.el (idlwave-help-mode):
5883         * progmodes/idlw-shell.el (idlwave-shell-mode):
5884         * progmodes/idlwave.el (idlwave-mode):
5885         * progmodes/inf-lisp.el (inferior-lisp-mode):
5886         * progmodes/m4-mode.el (m4-mode):
5887         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
5888         * progmodes/modula2.el (modula-2-mode):
5889         * progmodes/octave-inf.el (inferior-octave-mode):
5890         * progmodes/octave-mod.el (octave-mode):
5891         * progmodes/pascal.el (pascal-mode):
5892         * progmodes/sh-script.el (sh-mode):
5893         * progmodes/sql.el (sql-mode, sql-interactive-mode):
5894         * progmodes/vhdl-mode.el (vhdl-mode):
5895         * progmodes/xscheme.el (scheme-interaction-mode):
5896         * replace.el (occur-mode):
5897         * ses.el (ses-mode):
5898         * simple.el (completion-list-mode):
5899         * skeleton.el:
5900         * speedbar.el (speedbar-mode):
5901         * term.el (term-mode):
5902         * terminal.el (terminal-edit-mode):
5903         * textmodes/reftex-index.el (reftex-index-mode)
5904         (reftex-index-phrases-mode):
5905         * textmodes/reftex-sel.el (reftex-select-label-mode)
5906         (reftex-select-bib-mode):
5907         * textmodes/reftex-toc.el (reftex-toc-mode):
5908         * wdired.el (wdired-change-to-wdired-mode):
5909         * wid-browse.el (widget-browse-mode):
5910         Use run-mode-hooks.
5912         * array.el (array-mode):
5913         * calendar/todo-mode.el (todo-mode):
5914         * man.el (Man-mode):
5915         * play/landmark.el (lm-mode):
5916         * play/mpuz.el (mpuz-mode):
5917         Use kill-all-local-variables and run-mode-hooks.
5919         * subr.el (delay-mode-hooks): Specify indentation.
5921 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
5923         * xml.el (xml-substitute-special): Don't die for undefined xml
5924         entities.
5926 2005-05-26  Jay Belanger  <belanger@truman.edu>
5928         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
5929         of nil.
5931 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
5933         * progmodes/gdb-ui.el (gdb-frame-address):
5934         Rename from gdb-current-address.
5935         (gdb-previous-frame-address): Rename from gdb-previous-address.
5936         (gdb-selected-frame): Rename from gdb-current-frame.
5937         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5938         (gdb-frame-number): Rename from gdb-current-stack-level.
5939         (gdb-ann3): Match new mode-name for disassembly buffer.
5940         Extend initialization of variables.
5941         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5942         (gdb-memory-mode): Use mouse-face in header line.
5943         (gdb-assembler-buffer-name): Call it disassembly and give frame
5944         in mode line.
5945         (gdb-source-spec-regexp, gdb-assembler-custom)
5946         (gdb-invalidate-assembler, gdb-frame-handler):
5947         Make robust to leading zeroes in address format.
5949 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
5951         * textmodes/org.el (org-mode): Use `define-derived-mode' to
5952         define `org-mode'.
5953         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5955 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * log-edit.el (log-edit-changelog-entries): Distinguish between
5958         filenames like xfns.c and fns.c.
5960 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5962         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5963         point after reverting.
5964         (Buffer-menu-make-sort-button): Handle the case where
5965         `Buffer-menu-use-header-line' is nil.
5967 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5969         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5970         New funcs.  In minibuffer-local-completion-map bind `]', `/'
5971         and `:' to them.
5973 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * startup.el (normal-top-level): Allow modification of load-path while
5976         we're iterating over it.
5978 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
5980         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5981         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5982         (thumbs-resize-interactive, thumbs-insert-image)
5983         (thumbs-insert-thumb, thumbs-dired-show-marked)
5984         (thumbs-find-image-at-point, thumbs-delete-images)
5985         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5986         (thumbs-increment-image-size, thumbs-decrement-image-size):
5987         Fix typos in docstrings.
5989 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
5991         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5992         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5993         (cperl-mode): Use them.
5995 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
5997         * window.el (quit-window, shrink-window-if-larger-than-buffer):
5998         Doc fixes.
6000 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6002         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6003         Bind C-d to gdb-inferior-io-eof.
6005         * dired.el (dired-dnd-popup-notice): Use message-box.
6007 2005-05-23  Masatake YAMATO  <jet@gyve.org>
6009         * bindings.el (mode-line-major-mode-keymap):
6010         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6012         * faces.el (mode-line-highlight): New face.
6014         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6015         as mouse-face.
6017         * bindings.el (top-level, help-echo, mode-line-modified)
6018         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6019         as mouse-face.
6021 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
6023         * progmodes/cc-engine.el (c-guess-basic-syntax):
6024         Remove spurious call to `zerop'.
6026         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6028 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
6030         CC Mode update to 5.30.10:
6032         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6033         could go past the limit in decoration level 2, thereby causing
6034         errors during interactive fontification.
6036         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6037         the file is evaluated interactively.
6039         * cc-engine.el (c-guess-basic-syntax): Handle operator
6040         declarations somewhat better in C++.
6042         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6043         make use of `run-mode-hooks' which has been added in Emacs 21.1.
6044         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6045         (awk-mode): Use it.
6046         (make-local-hook): Suppress warning about obsoleteness.
6048         * cc-engine.el, cc-align.el, cc-cmds.el
6049         (c-append-backslashes-forward, c-delete-backslashes-forward)
6050         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6051         Compensate for return value from `forward-line' when it has moved
6052         but not to a different line due to eob.
6054         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6055         `objc-method-intro' and `objc-method-args-cont'.
6057 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
6059         CC Mode update to 5.30.10:
6061         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
6062         in the copyright statement.  Incidentally, change "along with GNU
6063         Emacs" to "along with this program" where it occurs.
6065         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
6066         so that it is interactive, hence can be found by M-x awk-mode
6067         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
6068         <gmorris+emacs@ast.cam.ac.uk>.
6070         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
6071         Mode's regexps.
6073 2005-05-23  Kevin Ryde  <user42@zip.com.au>
6075         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
6076         c-parse-state, to avoid a lisp error (on bad code).
6078 2005-05-23  Lute Kamstra  <lute@gnu.org>
6080         * subr.el (font-lock-defaults): Remove defvar as it's already
6081         defined in font-core.el.
6083         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
6085 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
6087         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
6088         more general and work when GDB variable "print pretty" is on,
6089         as with Emacs, for example.
6091 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
6093         * font-core.el: Update comment.
6095         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6096         Use `after-change-major-mode-hook' instead of `find-file-hook'.
6098         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
6100 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
6102         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
6103         and `yank-handler' in the doc strings.
6105 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
6109 2005-05-22  Richard M. Stallman  <rms@gnu.org>
6111         * help.el (describe-key): Move print-help-return-message call
6112         out of conditional.
6114         * progmodes/etags.el (list-tags): Use with-no-warnings.
6116         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
6117         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
6118         (starttls-extra-args, starttls-extra-arguments): Add defvars.
6120         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
6122         * language/viet-util.el (viet-viscii-nonascii-translation-table):
6123         Add defvar.
6125         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
6126         Use defvar, not defconst.
6128         * hexl.el (hexl-follow-line): Use with-no-warnings.
6130         * emulation/tpu-extras.el: Use write-file-functions instead of
6131         write-file-hooks.
6133         * dired.el (dired-font-lock-keywords): Fontify files with junk
6134         extensions even if marked by -F.
6136 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
6138         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
6139         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
6140         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
6141         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
6142         (concatenate, list-length, get*, getf, cl-remprop):
6143         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
6144         (etypecase, progv, lexical-let, lexical-let*)
6145         (multiple-value-bind, multiple-value-setq, shiftf):
6146         Improve argument/docstring consistency.
6148         * subr.el (focus-frame, unfocus-frame):
6149         Revert deletion on 2005-05-01.
6151 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
6153         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
6154         doesn't exist.
6156         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
6157         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
6159 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
6161         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
6162         already deleted variables: auto-fill-hook, blink-paren-hook,
6163         lisp-indent-hook, inhibit-local-variables, unread-command-event,
6164         suspend-hooks, comment-indent-hook, meta-flag,
6165         before-change-function, after-change-function,
6166         font-lock-doc-string-face.
6168 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6170         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6172 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6174         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
6175         rmail-dont-reply-to.
6177 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6179         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
6180         literal blank when splitting new-header-values.
6182 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
6184         * calendar/cal-menu.el (cal-menu-update): Add separator as a
6185         string so that tmm doesn't create a completion entry for it.
6187         * textmodes/table.el (table-disable-menu): Ditto.
6189 2005-05-21  Richard M. Stallman  <rms@gnu.org>
6191         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
6193         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
6195         * net/rcompile.el (remote-compile): Use compilation-start.
6197         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
6199 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
6201         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
6202         Default to makefile-bsdmake-mode on BSD systems.
6204         * imenu.el (imenu-generic-expression, imenu--generic-function'):
6205         REGEXP may also be a search function now.  The part of doc-string
6206         for describing the structure was 95% identical to that of
6207         `imenu--generic-function'.  Unify it there.
6209         * progmodes/make-mode.el (makefile-imenu-generic-expression):
6210         Use function to find dependencies, because regexp alone is so complex,
6211         it easily goes into an endless loop.
6212         (makefile-makepp-mode): Also add submenu for Perl functions
6213         defined in the makefile.
6214         (makefile-bsdmake-mode): Special imenu-generic-expression no
6215         longer needed, due to function call.
6216         (makefile-match-dependency): Take BOUND into account when checking
6217         if we're through.
6219 2005-05-20  Jay Belanger  <belanger@truman.edu>
6221         * calc/calc-units.el (calc-invalidate-units-table):
6222         Use inhibit-read-only.
6223         (math-build-units-table-buffer): Use view-mode.
6225 2005-05-20  David Kastrup  <dak@gnu.org>
6227         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
6228         easy-menu-add is not a nop on Emacs; and clarify when to call it.
6230 2005-05-20  Lute Kamstra  <lute@gnu.org>
6232         * diff-mode.el (diff-header-face, diff-file-header-face)
6233         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6234         (diff-added-face, diff-changed-face, diff-function-face)
6235         (diff-context-face, diff-nonexistent-face): Put them in the
6236         diff-mode customization group.
6238 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
6242         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
6244         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
6245         Minor regexp-optimization.
6247 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
6249         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
6250         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
6251         (org-agenda-add-time-grid-maybe): New function.
6252         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
6253         (org-table-create): `dotimes' instead of `mapcar'.
6254         (org-xor): Simplify implementation.
6255         (org-agenda): `inhibit-redisplay' turned on.
6256         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
6257         a consistent line after a state change.
6258         (org-agenda-remove-times-when-in-prefix): New option.
6259         (org-prefix-has-time): New variable.
6260         (org-parse-time-string): Optional argument NODEFAULT.
6261         (org-format-agenda-item): Parse items for time-of-day
6262         specifications and move these into the prefix if possible.
6263         (org-agenda-priority): Get current heading, not previous heading
6264         during agenda remote editing.
6266 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
6268         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
6269         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
6270         (remove-duplicates, delete-duplicates, substitute)
6271         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
6272         (nsubstitute-if-not, find, find-if, find-if-not, position)
6273         (position-if, position-if-not, count, count-if, count-if-not)
6274         (mismatch, search, sort*, stable-sort, merge, member*)
6275         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
6276         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
6277         (intersection, nintersection, set-difference, nset-difference)
6278         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
6279         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
6280         (nsublis, tree-equal): Improve argument/docstring consistency.
6282         * subr.el (send-string, send-region):
6283         Remove obsolescence declaration.
6284         (window-dot, set-window-dot, read-input, show-buffer)
6285         (eval-current-buffer, string-to-int):
6286         Add release number to obsolescence declarations.
6288 2005-05-19  Kim F. Storm  <storm@cua.dk>
6290         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
6291         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
6293 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
6295         * faces.el (list-faces-display): Make back button respect optional
6296         regexp arg.
6298 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
6300         * calculator.el (calculator-radix-grouping-mode)
6301         (calculator-radix-grouping-digits, calculator-displayer)
6302         (calculator-radix-grouping-separator, calculator-copy-displayer):
6303         * dabbrev.el (dabbrev-search-these-buffers-only):
6304         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
6305         (diff-advance-after-apply-hunk, diff-mode-hook)
6306         (diff-minor-mode-prefix):
6307         * imenu.el (imenu-use-popup-menu):
6308         * jit-lock.el (jit-lock-context-time):
6309         * newcomment.el (comment-fill-column, comment-column)
6310         (comment-style, comment-padding, comment-multi-line)
6311         (comment-empty-lines, comment-auto-fill-only-comments):
6312         * reveal.el (reveal-around-mark):
6313         * uniquify.el (uniquify-buffer-name-style)
6314         (uniquify-after-kill-buffer-p)
6315         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
6316         (uniquify-min-dir-content, uniquify-separator)
6317         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
6318         * w32-vars.el (w32-fixed-font-alist):
6319         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6320         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
6321         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
6322         * progmodes/perl-mode.el (perl-indent-level)
6323         (perl-continued-statement-offset, perl-continued-brace-offset)
6324         (perl-brace-offset, perl-brace-imaginary-offset)
6325         (perl-label-offset, perl-indent-continued-arguments)
6326         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
6327         * progmodes/tcl.el (tcl-indent-level)
6328         (tcl-continued-indent-level, tcl-auto-newline)
6329         (tcl-tab-always-indent, tcl-electric-hash-style)
6330         (tcl-help-directory-list, tcl-use-smart-word-finder)
6331         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
6332         (inferior-tcl-source-command):
6333         * textmodes/fill.el (enable-kinsoku):
6334         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
6335         * textmodes/table.el (table-yank-handler):
6336         Specify missing group (and type, if simple) in defcustom.
6338 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6340         * progmodes/compile.el (compilation-finish-function): Fix defvar.
6342 2005-05-19  Richard M. Stallman  <rms@gnu.org>
6344         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
6346         * subr.el (event-basic-type): Don't get an error.
6347         (left-fringe-p): Function deleted.
6349         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
6350         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
6352         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
6353         in recursive copy.
6355         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
6357         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
6359         * emacs-lisp/bytecomp.el
6360         (byte-compile-file-form-custom-declare-variable): Call
6361         byte-compile-nogroup-warn if appropriate.
6363         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
6364         (compilation-set-window): Don't call left-fringe-p; do it directly.
6366 2005-05-19  Jay Belanger  <belanger@truman.edu>
6368         * calc/calc-graph.el (calc-graph-format-data): Make sure
6369         var-PlotRejects is bound before trying to check its value.
6371 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
6373         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
6374         definition of this variable from reftex-global.el to reftex.el,
6375         because it is needed in the menu.
6377 2005-05-19  Lute Kamstra  <lute@gnu.org>
6379         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
6380         years are fixed.  Don't insert a space after a dash.
6382 2005-05-19  Kim F. Storm  <storm@cua.dk>
6384         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
6386 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
6388         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
6389         strings, because (eq ... ?\\) is fairly frequent.
6391         * progmodes/make-mode.el (makefile-add-this-line-targets):
6392         Simplify and integrate into `makefile-pickup-targets'.
6393         (makefile-add-this-line-macro): Simplify and integrate into
6394         `makefile-pickup-macros.
6395         (makefile-pickup-filenames-as-targets): Simplify.
6396         (makefile-previous-dependency, makefile-match-dependency):
6397         Don't stumble over `::'.
6399 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
6401         * subr.el (post-command-idle-hook, post-command-idle-delay):
6402         Remove obsoletion of post-command-idle-hook and
6403         post-command-idle-delay.
6405         * faces.el (list-faces-display): Provide button when describe-face
6406         is called to take user back to the list of faces.
6408         * help-fns.el (describe-variable): Remove hyperlinks in a
6409         variable's value as these are quite frequently inappropriate.
6411         * follow.el (follow-submit-feedback, follow-mode):
6412         Remove references to post-command-idle-hook.
6414 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
6416         * progmodes/make-mode.el (makefile-previous-dependency)
6417         (makefile-match-dependency): Check for := (and in bsd mode also
6418         !=) to give a better result, even when font-lock is not on.
6420 2005-05-18  Jay Belanger  <belanger@truman.edu>
6422         * calc/calc-help.el (calc-s-prefix-help):
6423         Add `calc-copy-special-constant' to help string.
6425 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6427         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6429 2005-05-18  Jay Belanger  <belanger@truman.edu>
6431         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
6432         in linear factors are in proper order.
6434 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
6436         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6437         Support for jurabib.
6439         * textmodes/reftex.el (featurep): Define aliases for overlay
6440         commands, for XEmacs compatibility, and use these aliases in
6441         overlay initializations.
6442         (reftex-highlight): Use `reftex-move-overlay'.
6443         (reftex-unhighlight): Use `reftex-delete-overlay'.
6444         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
6445         (reftex-access-search-path): Use `reftex-uniquify' instead of
6446         `reftex-uniq'
6448         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
6449         `before-string' property modification enables for Emacs as well.
6450         (reftex-select-item): Use `reftex-delete-overlay'.
6451         (reftex-select-mark): Use `reftex-make-overlay' and
6452         `reftex-overlay-put'.
6453         (reftex-select-unmark): Use `reftex-delete-overlay' and
6454         `reftex-overlay-put'.
6456 2005-05-18  Lute Kamstra  <lute@gnu.org>
6458         * emacs-lisp/lisp.el (check-parens): Fix docstring.
6460 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
6462         * add-log.el (add-change-log-entry):
6463         * array.el (array-make-template, array-reconfigure-rows)
6464         (array-init-max-row, array-init-max-column)
6465         (array-init-columns-per-line, array-init-field-width):
6466         * replace.el (replace-match-maybe-edit, perform-replace):
6467         * textmodes/spell.el (spell-region):
6468         Replace `read-input' by `read-string'.
6470         * forms.el (forms-mode):
6471         * finder.el (finder-compile-keywords):
6472         * shadowfile.el (shadow-read-files):
6473         Replace `eval-current-buffer' by `eval-buffer'.
6475         * terminal.el (te-pass-through):
6476         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
6477         (ange-ftp-raw-send-cmd):
6478         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
6479         (send-process-next-char, telnet-initial-filter, telnet):
6480         Replace `send-string' by `process-send-string'.
6482         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
6483         (prolog-consult-region): Replace `send-string' by
6484         `process-send-string'; replace `send-region' by `process-send-region'.
6486         * progmodes/delphi.el (delphi-log-msg):
6487         Replace `set-window-dot' by `set-window-point'.
6489         * subr.el (window-dot, set-window-dot, read-input, send-string)
6490         (send-region, show-buffer, eval-current-buffer):
6491         Make really obsolete, as the comment says.
6493 2005-05-17  Kim F. Storm  <storm@cua.dk>
6495         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
6496         (cua--init-keymaps): Bind C-return instead of S-return to set
6497         rectangle mark.
6499         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
6500         instead of S-return to toggle/clear rectangle mark.
6502 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
6504         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
6505         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
6506         Also fontify plain strings assigned to variables, mostly so that a
6507         colon has a face and is thus not taken as a dependency separator.
6508         (makefile-previous-dependency): Inline the new matcher, because it
6509         is too complex to work in both directions.
6510         (makefile-match-dependency): Eliminate `backward' arg (see above).
6511         Completely reimplemented so as to not sometimes go into an endless
6512         loop.  It should also be more efficient, because first it only
6513         searches for `:', instead of applying the very complex regexp.
6514         (makefile-mode): Cancel `font-lock-support-mode', because blocks
6515         to be fontified in one piece can be too long for JIT.
6516         Makefiles are never *that* big.
6518 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
6520         * dired.el (dired-mode): Simplify.
6522 2005-05-17  Lute Kamstra  <lute@gnu.org>
6524         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
6525         defcustom for the mode hook variable.
6527         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
6528         Emacs Lisp Reference Manual.
6530 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
6532         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
6533         (evenp, list*):
6534         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
6535         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
6537         * net/tramp-smb.el (tramp-smb-open-connection):
6538         Pass `tramp-chunksize' as fifth (required) argument.
6540 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
6542         * font-lock.el (lisp-font-lock-keywords-1):
6543         Set `font-lock-negation-char-face' for [^...] char group.
6544         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
6546         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
6547         a var, and refine it to mask one more level of nested vars.
6548         (makefile-rule-action-regex): Turn it into a var, and refine it so
6549         it recognizes backslashed continuation lines as belonging to the
6550         same command.
6551         (makefile-macroassign-regex): Refine it so it recognizes
6552         backslashed continuation lines as belonging to the same command.
6553         (makefile-var-use-regex): Don't look at the next char, because it
6554         might be the same one to be skipped by the initial [^$], leading
6555         to an overlooked variable use.
6556         (makefile-make-font-lock-keywords): Remove two parameters, which
6557         are now variables that some of the modes set locally.
6558         Handle dependency and rule action matching through functions, because
6559         regexps alone match too often.  Dependency matching now comes
6560         last, so it can check, whether a colon already matched something else.
6561         (makefile-mode): Inform that font-lock improves makefile parsing
6562         capabilities.
6563         (makefile-match-dependency, makefile-match-action): New functions.
6565 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
6567         * emacs-lisp/cl-extra.el (equalp): Doc fix.
6569         * align.el (align-regexp):
6570         * ansi-color.el (ansi-color-get-face):
6571         * array.el (array-reconfigure-rows, array-init-max-row)
6572         (array-init-max-column, array-init-columns-per-line)
6573         (array-init-field-width):
6574         * dired-aux.el (dired-trample-file-versions):
6575         * dired-x.el (dired-mark-sexp):
6576         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
6577         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
6578         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
6579         * faces.el (face-read-integer):
6580         * files.el (backup-extract-version, insert-directory):
6581         * hexl.el (hexl-insert-decimal-char):
6582         * server.el (server-process-filter):
6583         * shell.el (shell-extract-num):
6584         * startup.el (command-line-1):
6585         * term.el (term-command-hook):
6586         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
6587         (time-stamp-do-number):
6588         * time.el (display-time-update):
6589         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
6590         (timezone-fix-time):
6591         * vms-patch.el (vms-suspend-resume-hook):
6592         * calendar/appt.el (appt-convert-time):
6593         * calendar/cal-bahai.el (mark-bahai-diary-entries):
6594         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6595         * calendar/cal-islam.el (mark-islamic-diary-entries):
6596         * calendar/calendar.el (calendar-cursor-to-date)
6597         (calendar-star-date):
6598         * calendar/diary-lib.el (diary-attrtype-convert)
6599         (mark-diary-entries, diary-entry-time):
6600         * calendar/solar.el (solar-get-number):
6601         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
6602         * emacs-lisp/re-builder.el (reb-display-subexp):
6603         * emulation/edt.el (edt-set-scroll-margins):
6604         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6605         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
6606         (vip-get-ex-count):
6607         * emulation/viper-ex.el (viper-get-ex-token)
6608         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
6609         * international/fontset.el (fontset-plain-name):
6610         * mail/feedmail.el (feedmail-look-at-queue-directory):
6611         * mail/mailalias.el (mail-get-names):
6612         * mail/rmail.el (rmail-convert-to-babyl-format):
6613         * mail/rmailsum.el (rmail-make-basic-summary-line)
6614         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
6615         (rmail-summary-goto-msg):
6616         * mail/smtpmail.el (smtpmail-read-response):
6617         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
6618         (ange-ftp-vms-add-file-entry):
6619         * play/gametree.el (gametree-looking-at-ply)
6620         (gametree-current-branch-score):
6621         * progmodes/ada-xref.el (ada-prj-find-prj-file)
6622         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
6623         * progmodes/cperl-mode.el (condition-case):
6624         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
6625         (ebrowse-set-member-buffer-column-width)
6626         (ebrowse-select-1st-to-9nth):
6627         * progmodes/etags.el (etags-snarf-tag):
6628         * progmodes/flymake.el (flymake-parse-line):
6629         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
6630         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
6631         (idlwave-shell-menu-def):
6632         * progmodes/ps-mode.el (ps-run-goto-error):
6633         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
6634         (vhdl-speedbar-contract-level):
6635         * term/mac-win.el (x-handle-numeric-switch):
6636         * term/sun-mouse.el (sun-get-frame-data):
6637         * term/w32-win.el (x-handle-numeric-switch):
6638         * term/x-win.el (x-handle-numeric-switch):
6639         * textmodes/ispell.el (ispell-parse-output):
6640         * textmodes/nroff-mode.el (nroff-outline-level):
6641         * textmodes/reftex-cite.el (reftex-bib-sort-year)
6642         (reftex-bib-sort-year-reverse, reftex-format-citation):
6643         * textmodes/reftex-parse.el (reftex-init-section-numbers)
6644         (reftex-section-number):
6645         * textmodes/texinfmt.el (texinfo-paragraphindent):
6646         Replace `string-to-int' by `string-to-number'.
6648         * international/latexenc.el: Add page marker to force the "Local
6649         Variables:" string out of the last page.
6651 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
6653         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
6654         tooltip-change-major-mode.
6655         (gud-tooltip-print-command): Remove case where gud-minor-mode
6656         is gdb ("--fullname").
6657         (gud-tooltip-tips): Turn GUD tooltips off for this case and
6658         explain to user.
6660 2005-05-16  Jay Belanger  <belanger@truman.edu>
6662         * calc/calc-store.el (calc-copy-special-constant): New function.
6664         * calc/calc-ext.el (calc-init-extensions): Add binding for
6665         `calc-copy-special-constant'.
6667         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
6668         for the `calc-copy-special-constant' command.
6670 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
6672         * subr.el (left-fringe-p): New function.
6674         * progmodes/compile.el (compilation-setup): Set local value of
6675         overlay-arrow-string to "" always.
6676         (compilation-set-window): Left fringe then don't scroll.
6677         No left fringe then no arrow and scroll message to top.
6678         (compilation-context-lines): Adjust doc string accordingly.
6680 2005-05-16  Kim F. Storm  <storm@cua.dk>
6682         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6683         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
6684         (ido-wide-find-dir-or-delete-dir): New command for M-d.
6685         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
6686         (ido-read-file-name): Handle commands with ido property value
6687         equal to find-file as reading a file name, to allow C-d to enter dired.
6688         (ibuffer-find-file): Add ido property with value find-file.
6690 2005-05-15  Kim F. Storm  <storm@cua.dk>
6692         * subr.el (open-network-stream-nowait): Remove.
6693         (open-network-stream-server): Remove.
6695 2005-05-15  Richard M. Stallman  <rms@gnu.org>
6697         * faces.el (describe-face): Output a definition link button.
6699         * help-mode.el (help-face-def): New button type.
6701         * emacs-lisp/copyright.el (copyright-fix-years):
6702         Match properly if the first year is 2-digit.
6703         Don't mess up the whitespace after the years by filling.
6705         * dired-aux.el (dired-mark-confirm):
6706         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
6708         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
6709         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
6710         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
6712         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6713         Set font-lock-comment-start-skip.
6715         * font-lock.el (font-lock-comment-start-skip): New variable.
6716         (font-lock-comment-end-skip): New variable.
6717         (font-lock-fontify-syntactically-region): Use them if non-nil.
6719 2005-05-15  Jay Belanger  <belanger@truman.edu>
6721         * calc/calc-store.el (calc-store-value): Return a string rather
6722         than display it as a message.
6723         Use calc-var-name for variable name.
6724         (calc-store-into): Add the result of calc-store-value to message.
6725         (calc-copy-variable): Add a message.
6726         (calc-store-exchange): Improve error messages.
6727         (calc-store-binary, calc-store-map): Don't reset the values of
6728         special constants.
6730 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6732         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
6733         manual to docstring.
6735         * files.el (hack-local-variables-confirm): Add STRING argument.
6736         Make the function handle non file visiting buffers correctly.
6737         (hack-local-variables-prop-line, hack-local-variables)
6738         (hack-one-local-variable): Use STRING arg of
6739         `hack-local-variables-confirm'.
6741 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
6743         Sync with Tramp 2.0.49.
6745         * tramp.el (tramp-handle-dired-call-process)
6746         (tramp-handle-insert-directory):`insert-buffer' cannot be used
6747         because the contents of the Tramp buffer is changed before
6748         insertion (`expand-file' and alike).
6749         (tramp-handle-insert-directory): If `localname' has an empty
6750         nondirectory name, it must not be quoted.
6751         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
6752         variable `tramp-chunksize'.  Change callees.
6753         (tramp-open-connection-setup-interactive-shell): Check remote host
6754         for buggy `send-process-string' implementation.
6755         Set `tramp-chunksize' if found.  Reported by Michael Kifer
6756         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
6757         (tramp-handle-shell-command): `insert-buffer' cannot be used
6758         because the contents of the Tramp buffer is changed before
6759         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
6760         <frederic.bothamy@free.fr>.
6761         (tramp-set-auto-save): Actions should be done for Tramp file name
6762         handler only.  Ange-FTP has its own auto-save mechanism.
6763         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
6764         (tramp-set-auto-save-file-modes): Set file modes of
6765         `buffer-auto-save-file-name' to ?\600 as fallback solution.
6766         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
6767         (tramp-bug): Remove obsolete variable.
6768         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
6769         for presence of `mml-mode'.  Make it running for older Emacsen as well.
6771 2005-05-14  John Paul Wallington  <jpw@pobox.com>
6773         * ibuf-ext.el (define-ibuffer-filter filename):
6774         If `dired-directory' is a list, use its car.
6776 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
6778         * ibuffer.el (define-ibuffer-column filename):
6779         If `dired-directory' is a list, use its car.
6781 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6783         * subr.el (symbol-file): Doc fix.
6785         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
6786         (byte-compile-form): Call byte-compile-nogroup-warn.
6787         (byte-compile-warning-types): Doc fix.
6789         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
6791         * progmodes/cc-engine.el (c-literal-faces):
6792         Add font-lock-comment-delimiter-face.
6794         * net/net-utils.el (dig): Use with-no-warnings.
6796         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
6797         (sc-recite-frame-alist, sc-default-cite-frame)
6798         (sc-default-uncite-frame, sc-default-recite-frame)
6799         (sc-attrib-selection-list, sc-rewrite-header-list):
6800         Mark as risky-local-variable.
6802         * international/ogonek.el (ogonek-jak, ogonek-how):
6803         Don't use beginning-of-buffer.
6805         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
6807         * calendar/solar.el (solar-data-list): Move definition up.
6809         * dnd.el (dnd-protocol-alist): Add autoload.
6811         * progmodes/sh-script.el: Many doc usage fixes.
6812         (sh-indent-after-do): Change default to match common styles.
6814 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
6816         * files.el (interpreter-mode-alist)
6817         (auto-mode-interpreter-regexp): Doc fixes.
6819 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
6821         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
6823         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
6825 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6827         * dired.el (dired-mode): make-variable-buffer-local =>
6828         make-local-variable.
6830 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6832         * term/mac-win.el (mac-select-convert-to-string): Try coding
6833         systems in mac-script-code-coding-systems if specified one cannot
6834         encode string for `com.apple.traditional-mac-plain-text'.
6836 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
6838         * progmodes/make-mode.el (makefile-targets-face)
6839         (makefile-shell-face, makefile-makepp-perl-face): New faces.
6840         (makefile-dependency-regex): Fix it to not make the colon in
6841         $(var:a=b) special.
6842         (makefile-rule-action-regex): New regexp for highlighting embedded
6843         Shell strings.
6844         (makefile-macroassign-regex): Handle != for highlighting as
6845         embedded Shell strings.
6846         (makefile-var-use-regex): New const.
6847         (makefile-statements, makefile-automake-statements)
6848         (makefile-gmake-statements, makefile-makepp-statements)
6849         (makefile-bsdmake-statements): New consts.
6850         (makefile-make-font-lock-keywords): New function.
6851         (makefile-automake-font-lock-keywords)
6852         (makefile-gmake-font-lock-keywords)
6853         (makefile-makepp-font-lock-keywords)
6854         (makefile-bsdmake-font-lock-keywords): New consts.
6855         (makefile-mode-map): Add switchers between the various submodes.
6856         (makefile-mode): Document the availability of the variants.
6857         (makefile-automake-mode, makefile-gmake-mode)
6858         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
6860         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
6861         new variants of makefile-mode.
6863 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * font-lock.el (font-lock-comment-delimiter-face): Fix up
6866         the inheritance.
6868 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
6870         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
6871         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
6873         * files.el (normal-mode): Extend the scope of the
6874         `enable-local-variables' binding to include the `set-auto-mode' call.
6875         (magic-mode-alist): Doc fix.
6877 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
6880         font-lock-comment-face rather than copying its setting.
6882 2005-05-12  Andreas Schwab  <schwab@suse.de>
6884         * eshell/esh-mode.el (eshell-send-input): Doc fix.
6886 2005-05-12  Lute Kamstra  <lute@gnu.org>
6888         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
6889         defcustom for the mode hook variable.  Delete the last argument.
6890         * generic-x.el: Fix callers of define-generic-mode.
6891         (generic-x-modes): Delete group.
6892         (show-tabs-tab-face, show-tabs-space-face): Put them in the
6893         generic-x customization group.
6895 2005-05-12  Kim F. Storm  <storm@cua.dk>
6897         * font-lock.el (font-lock-negation-char-face): Default to "off".
6899         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
6900         font-lock-negation-char-face to ! in !=.
6902 2005-05-12  Masatake YAMATO  <jet@gyve.org>
6904         * add-log.el (find-change-log): Fix typos in the docstring
6905         of function.
6907 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6909         * international/latexenc.el (latexenc-find-file-coding-system):
6910         Avoid `re-search-forward' when looking for input encoding because
6911         of speed and safety.  Better regular expressions for recognizing
6912         input encoding.  Limit a search for TeX-master/tex-main-file to
6913         the local variable section.
6915 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
6917         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
6918         syntax of $ to "'" (quote).
6920 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
6922         * dnd.el (dnd-protocol-alist): Improve custom type.
6924         * dired.el (dired-dnd-protocol-alist): New variable.
6925         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
6926         `dired-mode-hook' to the end.
6928 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
6931         comment-end if comment-start-skip is not set.
6932         Obey the font-lock-comment-delimiter-face variables.
6934 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6936         * files.el (executable-find): Move from executable.el.  Use
6937         locate-file.
6938         * progmodes/executable.el (executable-find): Move to files.el.
6940         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6941         when trying to ensure forward progress.
6943 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
6945         * mouse-sel.el (mouse-sel-follow-link-p): New function.
6946         (mouse-select, mouse-select-internal, mouse-extend-internal):
6947         Use it to implement mouse-1-click-follows-link functionality.
6949 2005-05-11  Richard M. Stallman  <rms@gnu.org>
6951         * font-lock.el (font-lock-fontify-syntactically-region):
6952         Use font-lock-comment-delimiter-face for comment delimiters.
6954 2005-05-10  Jay Belanger  <belanger@truman.edu>
6956         * calc/calc-help.el (calc-m-prefix-help): Add mention of
6957         preserving embedded modes.
6959 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6961         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6963         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6964         Move from ada-stmt.el.
6965         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6967         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6968         Move to ada-mode.el.
6969         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6971         * cus-edit.el (custom-file): Call file-chase-links.
6973         * files.el (read-directory-name): Fix previous change.
6974         (hack-local-variables-confirm): New function.
6975         (hack-local-variables-prop-line, hack-local-variables)
6976         (hack-one-local-variable): Use it.
6978 2005-05-10  Lute Kamstra  <lute@gnu.org>
6980         * font-lock.el (font-lock-keywords-alist)
6981         (font-lock-removed-keywords-alist): Clarify docstrings.
6983 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
6985         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6986         (gdb-source-info): Check for preprocessor info.
6987         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
6988         a macro for a function.
6989         (gdb-info-breakpoints-custom): Try to find file again if not already
6990         found (user might have used GDB dir command).
6991         (gdb-get-location): Update gdb-location-alist correctly for change
6992         to gdb-info-breakpoints-custom.
6994         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6995         (gud-tooltip-print-command): Add gdbmi case.
6996         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6997         preprocessor info.
6999 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
7001         * startup.el (fancy-splash-insert): Fix typo in doc string.
7003 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
7005         * obsolete/float.el (string-to-float):
7006         * obsolete/hilit19.el (hilit-add-pattern):
7007         * obsolete/rnews.el (news-parse-range, news-select-message)
7008         (news-get-pruned-list-of-files): Replace `string-to-int' by
7009         `string-to-number'.
7011         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7012         `find-file-not-found-hooks'; use `add-hook'.
7013         (uncompress-while-visiting): Set `write-file-functions', not
7014         `write-file-hooks'; use `add-hook'.
7016 2005-05-09  Kim F. Storm  <storm@cua.dk>
7018         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7019         (cua-paste): Handle clipboard action.
7020         (cua--init-keymaps): Remap clipboard-kill-region and
7021         clipboard-kill-ring-save.
7023 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
7025         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7026         Improve commentary.
7028         * simple.el (next-error-overlay-arrow-position): Revert the change
7029         made on 2005-04-30.
7031 2005-05-07  Jay Belanger  <belanger@truman.edu>
7033         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7034         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7035         `calc-sel-reselect'.
7037         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7038         Calc is in embedded mode.
7040 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
7042         * progmodes/compile.el (compilation-setup):
7043         Set overlay-arrow-string to an empty string on text terminals.
7045         * textmodes/ispell.el (ispell-program-name): Try looking for
7046         "aspell" along exec-path, and if found, use it as the default
7047         speller program.
7049 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
7051         * international/mule.el (sgml-xml-auto-coding-function):
7052         Recognize encoding='FOO' in single quotes as well as in double quotes.
7054 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7056         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7057         as well as `interactive', so that defmacro* would recognize
7058         `declare' forms.
7060 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
7062         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7063         Explain more about the LIGHTER arg's usage in the doc string.
7064         Add commentary to clarify what the code does.  Fix the regexp that
7065         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
7066         since it could have characters special to regular expressions.
7068 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
7070         * replace.el (occur-1): Bind inhibit-read-only so that
7071         erase-buffer doesn't barf on read-only text properties (likewise
7072         for add-text-properties in occur-engine).  Mark buffer as unmodified.
7073         (occur-engine): Don't set buffer-read-only here.
7075 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
7078         list-buffers-directory.  This caused the *cvs-commit* buffer to be
7079         sometimes mistakenly reused as a *cvs* buffer.
7081 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
7083         * tooltip.el: Move code for GUD tooltips into gud.el.
7084         (require): CL no longer needed to compile case.
7085         (tooltip-mode): Do not toggle functions for GUD tooltips.
7086         (tooltip-gud-tips-p): Remove.  Replace with minor mode
7087         gud-tooltip-mode in gud.el.
7088         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
7089         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
7090         tooltip-gud prefix with gud-tooltip and obsolete.
7091         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
7092         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
7093         (tooltip-mouse-motion): Mouse movement functions/variable.
7094         Rename in gud.el by adding gud prefix.
7095         (tooltip-gud-original-filter, tooltip-gud-dereference)
7096         (tooltip-gud-event, tooltip-toggle-gud-tips)
7097         (tooltip-gud-process-output, tooltip-gud-print-command)
7098         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
7099         gud.el by replacing tooltip-gud prefix with gud-tooltip.
7100         (gdb-tooltip-print): Move to gdb-ui.el.
7102         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
7103         (require): CL needed to compile case.
7104         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
7105         tooltip-gud-tips-p.  Make it a minor-mode.
7106         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
7107         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
7108         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
7109         (gud-tooltip-change-major-mode)
7110         (gud-tooltip-activate-mouse-motions-if-enabled)
7111         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
7112         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
7113         (gud-tooltip-original-filter, gud-tooltip-dereference)
7114         (gud-tooltip-event, tooltip-toggle-gud-tips)
7115         (gud-tooltip-process-output, gud-tooltip-print-command)
7116         (gud-tooltip-tips): Move from tooltip.el.
7118         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
7119         (gdb-cpp-define-alist-flags): Doc fix.
7120         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
7121         gud-tooltip-mode is t.
7123 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
7126         evaporate if their text is deleted.
7127         (goto-address-at-point): Make it work as a mouse binding as well.
7128         (goto-address-at-mouse): Obsolete it.  Update users.
7130 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7132         * calendar/appt.el (top-level): No longer activate on load.
7134 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
7136         * calendar/cal-bahai.el (mark-bahai-diary-entries):
7137         * net/webjump.el (webjump):
7138         * progmodes/idlw-help.el (idlwave-do-context-help1)
7139         (idlwave-highlight-linked-completions):
7140         * textmodes/po.el (po-find-file-coding-system-guts):
7141         Replace `assoc-ignore-case' by `assoc-string'.
7143 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
7145         * files.el (locate-file): Doc fix.
7147         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
7148         Remove the redundant test for ms-dos.
7150         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
7151         look for the preprocessor with exec-suffixes.  If not found in
7152         standard places, look in exec-path.  Remove most of the tests that
7153         used system-type.
7155         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
7157         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
7159         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
7160         file-name clash with jka-compr.el on 8+3 filesystems.
7162 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7164         * term/mac-win.el: Don't define or bind scroll bar functions if
7165         x-toolkit-scroll-bars is t.
7166         (x-select-text, x-get-selection-value): Clear
7167         x-last-selected-text-clipboard if x-select-enable-clipboard is
7168         nil.
7169         (PRIMARY): Put mac-scrap-name property.
7170         (mac-select-convert-to-file-url): New function.
7171         (public.file-url): New selection target type.  Add to
7172         selection-converter-alist.
7173         (x-get-selection, x-selection-value): Handle it.
7174         (x-cut-buffer-or-selection-value): New alias.
7176 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7178         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
7179         entry to avoid calling bibtex-find-entry with arg global
7180         being t.  Remove arg key.
7181         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
7182         (bibtex-copy-summary-as-kill): Change accordingly.
7184 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7186         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
7187         (org-agenda-date-later): Use with-current-buffer.
7189 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7191         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
7192         (define-obsolete-variable-alias): Doc Fixes.
7194 2005-05-06  Kim F. Storm  <storm@cua.dk>
7196         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
7197         vertical-motion when selective-display is active.
7199         * ido.el (ido-setup-hook): New hook.
7200         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
7201         (ido-input-stack): New var.
7202         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
7203         ido-next-work-file binding to M-O.
7204         Bind M-f to ido-wide-find-file-or-pop-dir.
7205         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
7206         (ido-read-internal): Run ido-setup-hook.
7207         Catch quit in read-file-name and read-string to cancel edit.
7208         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
7209         Automatically pop-all when completing a directory name (RET).
7210         (ido-file-internal): Add with-no-warnings around ffap and dired code.
7211         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
7212         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
7213         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
7214         New functions for M-b/M-f to move among the directory components.
7215         (ido-make-merged-file-list): Catch quit to cancel merge.
7216         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
7217         (ido-completion-help): No warnings for ido-completion-buffer-full.
7219 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
7221         * font-lock.el (font-lock-negation-char-face): New face and variable.
7222         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
7223         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
7224         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
7225         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
7227 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
7229         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
7230         Fix typo in docstring.
7232         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
7233         (ebrowse-print-statistics-line)
7234         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
7236         * term/w32-win.el (image-library-alist): Add additional name for
7237         Xpm library.
7239 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
7241         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
7242         use gcc instead of cpp.
7244         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
7245         (gdb-create-define-alist): Use it.
7246         (gdb-cpp-define-alist-program): Update for MS-DOS.
7248 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
7250         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
7252 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7254         * help.el (describe-key): No error when UNTRANSLATED is nil.
7256         * simple.el (line-move-1): Fix previous change to signal errors
7257         appropriately.
7259 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
7261         * calendar/icalendar.el (icalendar-version): Now at 0.12.
7262         (icalendar-duration-correction): Remove.
7263         (icalendar--get-event-properties): Split result at commas.
7264         (icalendar--decode-isoduration): New optional argument
7265         DURATION-CORRECTION.
7266         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
7267         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
7268         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
7269         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
7270         (icalendar--convert-anniversary-to-ical): New functions, extracted
7271         from icalendar-export-region, with bug fixes.
7272         (icalendar-export-region): Use the above functions.
7273         (icalendar-import-buffer): Check before saving diary file.
7274         (icalendar--convert-recurring-to-diary)
7275         (icalendar--convert-non-recurring-all-day-to-diary)
7276         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
7277         extracted from icalendar--convert-ical-to-diary, with bug fixes.
7278         (icalendar--convert-ical-to-diary): Use the above functions.
7280 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
7282         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
7283         Remove these recent additions.
7284         (c-mode): Restore to before 2005-04-28.
7286         * progmodes/cc-vars.el (cc-define-list-program): Remove this
7287         recent addition.
7289         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
7290         (gdb-define-alist): New variables.
7291         (gdb-create-define-alist): New function.
7292         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
7293         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
7294         with string-to-number.
7295         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
7297         * progmodes/gud.el: Replace string-to-int with string-to-number.
7298         (gud-find-file): Handle gdb-define-alist.
7300         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
7302 2005-05-02  Jay Belanger  <belanger@truman.edu>
7304         * calc/calc-aent.el (math-read-token):
7305         * calc/calc-bin.el (calc-word-size):
7306         * calc/calc-ext.el (calc-read-number-fancy):
7307         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
7308         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
7309         * calc/calc-frac.el (calc-over-notation):
7310         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
7311         (calc-graph-num-points, calc-graph-init):
7312         * calc/calc-prog.el (calc-read-parse-table-part)
7313         (calc-edit-macro-repeats):
7314         * calc/calc-yank.el (calc-do-grab-rectangle):
7315         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
7316         Replace `string-to-int' by `string-to-number'.
7318 2005-05-02  Kim F. Storm  <storm@cua.dk>
7320         * kmacro.el: Use executing-kbd-macro-index variable.
7322 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
7324         * net/rlogin.el (rlogin-parse-words): Delete func.
7325         (rlogin): Use split-string, not rlogin-parse-words.
7326         Also, if there are option-like elements in the parsed args,
7327         take the host to be the first arg immediately following them.
7328         Suggested by Michael Mauger.
7330 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7332         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
7334 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
7336         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
7337         (cc-mode-cpp-program): Rename to cc-define-list-program and
7338         move to cc-vars.el.
7340         * progmodes/cc-vars.el (cc-define-list-program):
7341         Change to "gcc -E -dM -".  Make customizable.
7343 2005-05-02  Kim F. Storm  <storm@cua.dk>
7345         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
7347 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
7349         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
7351         * international/mule-util.el (truncate-string): Remove alias and
7352         obsolete declaration.
7354         * international/mule-cmds.el (update-iso-coding-systems):
7355         Remove alias and obsolete declaration.
7357         * international/mule.el (coding-system-parent): Remove alias and
7358         obsolete declaration.
7360         * subr.el (define-function, sref): Remove aliases and obsolete
7361         declarations.
7362         (chars-in-region): Remove obsolete declaration.
7364 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7366         * info.el (Info-mode): Set widen-automatically to nil, locally.
7368         * simple.el (widen-automatically): New variable.
7369         (pop-global-mark): Obey widen-automatically.
7371 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7373         * term/xterm.el (function-key-map): Call substitute-key-definition
7374         before the keymap size is increased by a lot of define-key calls.
7376 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7378         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
7379         Rename ARG to ELEMENT.  Doc fix.
7381 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
7383         * allout.el (allout-exposure): Remove macro and obsolete declaration.
7384         Remove references to allout-exposure/change to allout-new-exposure.
7386         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
7387         bytecode symbols.
7389         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
7390         (compiled-function-p, focus-frame, unfocus-frame):
7391         Remove aliases and obsolete declarations.
7392         Back out inadvertent changes from previous commit.
7394 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7396         * files.el (require-final-newline): Make Custom tags consistent
7397         with mode-require-final-newline.
7398         (mode-require-final-newline): Doc fix.
7400 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
7402         * international/latexenc.el (latexenc-find-file-coding-system):
7403         Fix regular expressions.
7405 2005-05-01  David Kastrup <dak@gnu.org>
7407         * international/latexenc.el (latexenc-find-file-coding-system):
7408         Fix regular expressions.
7410 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
7412         * subr.el (string-to-int): Make obsolete.
7414 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7416         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
7418         * loadup.el: load jka-comp-hook.
7420         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
7421         (jka-compr-handler): Add autoload.  `put' calls moved
7422         to jka-comp-hook.el.
7423         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
7424         (jka-compr-inhibit): Autoload.
7426         * jka-comp-hook.el: New file.
7427         Enable the mode by default.
7429         * files.el (backup-buffer-copy): Use copy-file instead
7430         of write-region, and put back the 'excl.
7432 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
7434         * progmodes/flymake.el (flymake-split-string)
7435         (flymake-split-string, flymake-log, flymake-pid-to-names)
7436         (flymake-reg-names, flymake-get-source-buffer-name)
7437         (flymake-unreg-names, flymake-add-line-err-info)
7438         (flymake-add-err-info): Clarify docstrings.
7439         (flymake-popup-menu, flymake-make-emacs-menu)
7440         (flymake-make-xemacs-menu): Add docstrings.
7441         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
7442         Set variables directly throughout.
7444 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
7446         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
7447         exists.  Initialize cc-define-alist.
7448         (c-mode): Add cc-create-define-alist locally to after-save-hook.
7449         If there is no file (Macroexpansion) don't create an alist.
7451 2005-04-29  Sam Steingold  <sds@gnu.org>
7453         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
7454         (cc-create-define-alist): Use it instead of the hard-coded string.
7456 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * international/mule-conf.el (file-coding-system-alist): Fix regexp
7459         for latexenc.
7461 2005-04-29  Lute Kamstra  <lute@gnu.org>
7463         * emacs-lisp/generic.el: Improve commentary section.
7464         (define-generic-mode): Improve docstring.
7466 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
7468         * textmodes/org.el (many places): Change to quiet the byte compiler.
7469         (org-prefix-format-compiled): New variable.
7470         (org-compile-prefix-format): New function.
7471         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
7472         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
7473         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
7474         (org-get-entries-from-diary): Use `org-get-time-of-day' for
7475         consistency with entries from `org-mode' files.
7476         (org-get-time-of-day): Fix bug with partial matches early in a line.
7477         (org-non-link-chars): New constant.
7478         (org-link-regexp): Respect `org-non-link-chars'.
7479         (org-agenda-day-view): Remove command.
7480         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
7481         (org-follow-bbdb-link, org-store-link): Search also company field.
7482         (org-highlight-overlay): New variable.
7483         (org-highlight, org-unhighlight): New functions.
7484         (org-agenda-mode): Add pre-command-hook to remove highlight.
7485         (org-evaluate-time-range): Behavior depends upon whether time stamp
7486         contains a time or not.
7487         (org-show-subtree, org-show-entry): New functions.
7488         (org-agenda-cleanup-fancy-diary): Remove empty lines.
7490 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
7492         * comint.el (comint-output-filter-functions): Add autoload cookie.
7494 2005-04-28  Kim F. Storm  <storm@cua.dk>
7496         * ido.el (ido-everywhere): Fix last change.
7498 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7500         * international/latexenc.el: New file.
7501         * international/mule-conf.el (file-coding-system-alist): For .tex,
7502         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
7504 2005-04-28  Lute Kamstra  <lute@gnu.org>
7506         * font-lock.el (font-lock-add-keywords)
7507         (font-lock-remove-keywords): Clarify docstring.
7508         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
7509         Don't start docstrings with a `*'.
7510         (font-lock-update-removed-keyword-alist): Give it a docstring.
7512         * generic-x.el: Update commentary section.
7513         Only require font-lock when compiling.
7514         Define all modes conditionally.
7515         Place all generic modes in the generic-x-modes customization group.
7516         (generic-x-modes): New customization group.
7517         (generic-default-modes, generic-mswindows-modes)
7518         (generic-unix-modes, generic-other-modes): New constants.
7519         (generic-define-mswindows-modes, generic-define-unix-modes):
7520         Update docstrings.  Make them obsolete.
7521         (generic-extras-enable-list): New default value.  Update docstring.
7522         Improve :type.  Change :set function.
7523         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
7524         Fix docstring.
7526         * emacs-lisp/generic.el (generic-mode-internal):
7527         Simplify font-lock-defaults.
7528         (define-generic-mode): Fix docstring.
7530 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
7533         font-lock-face property to highlight matches.
7535 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
7537         * progmodes/cc-mode.el (cc-create-define-alist): New function.
7538         (cc-define-alist): New variable.
7539         (c-mode): Make it local and initialize it.
7541         * progmodes/gdb-ui.el (gdb-active-process): New variable.
7542         (gdb-exited): New function.
7543         (gdb-annotation-rules): Use it.
7544         (gdb-starting): Set gdb-active-process to t.
7545         (gdb-stopping): Amend doc string.
7546         (gdb-reset): Set gdb-active-process to nil.
7548         * tooltip.el (tooltip-gud-tips): Show the associated #define
7549         directives when a C program under GDB is not executing.
7551 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
7554         font-lock-fontify-syntactic-keywords.
7556         * font-lock.el (font-lock-default-fontify-region): Don't force
7557         parse-sexp-lookup-properties to nil.
7559 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
7561         * man.el (man-mode-syntax-table): Set up `:' to have
7562         word-constituent syntax.
7564 2005-04-27  Lute Kamstra  <lute@gnu.org>
7566         * novice.el (disable-command): Don't add spurious newlines to the
7567         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
7569 2005-04-26  Jay Belanger  <belanger@truman.edu>
7571         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
7572         than one window before deleting window.
7574 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
7576         * shell.el (shell-prompt-pattern): Doc fix.
7577         (shell-mode): Set paragraph-separate buffer locally to "\\'".
7579         * comint.el (comint-prompt-regexp, comint-get-old-input)
7580         (comint-use-prompt-regexp)
7581         (comint-use-prompt-regexp-instead-of-fields)
7582         (comint-replace-by-expanded-history, comint-send-input)
7583         (comint-output-filter, comint-get-old-input-default)
7584         (comint-line-beginning-position, comint-bol, comint-show-output)
7585         (comint-backward-matching-input, comint-forward-matching-input)
7586         (comint-next-prompt, comint-previous-prompt):
7587         Rename `comint-use-prompt-regexp-instead-of-fields' to
7588         `comint-use-prompt-regexp'.  Keep old name as alias and declare
7589         obsolete.
7590         (comint-use-prompt-regexp): Shorten first line of doc string.
7592         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
7593         Set paragraph-separate buffer locally to "\\'".
7595         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
7596         Adapt to above name change.
7598         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7599         (smbclient-prompt-regexp): Ditto.
7601         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
7603 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
7605         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
7606         gdb-location-list.
7607         Break lines that are over 80 characters wide.
7609 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
7612         New fun and var, to preserve compatibility.
7614         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
7616 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
7618         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
7619         name to file-newer-than-file-p.
7621 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7623         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
7625         * progmodes/python.el (python-mode):
7626         Use new name eldoc-documentation-function.
7628         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
7630         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7631         (eldoc-documentation-function):
7632         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
7634 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
7636         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
7638 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
7640         * term/xterm.el (function-key-map): Fix strings for
7641         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
7642         {C,S,A,C-S}-{f1-f12}.
7644 2005-04-26  Kenichi Handa  <handa@m17n.org>
7646         * international/mule-cmds.el (select-safe-coding-system):
7647         Fix previous change.
7649 2005-04-26  Lute Kamstra  <lute@gnu.org>
7651         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
7653         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
7654         (font-lock-comment-delimiter-face): Ditto.
7656         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
7658 2005-04-25  Jay Belanger  <belanger@truman.edu>
7660         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
7661         to t while inserting information; use help-mode.
7663 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
7665         * term.el (ansi-term-color-vector): Use the xterm colors.
7666         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
7668 2005-04-25  Lute Kamstra  <lute@gnu.org>
7670         * font-core.el (font-lock-defaults): Fix docstring.
7672         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
7674 2005-04-25  Kenichi Handa  <handa@m17n.org>
7676         * international/mule-cmds.el (select-safe-coding-system):
7677         Don't check consistency with coding: spec, etc if raw-text or
7678         no-conversion was found to be safe.
7680 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7682         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
7683         citation markers at start of each line.
7685         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
7686         citation markers at start of each line.
7688         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
7690         * files.el (mode-require-final-newline): Fix previous change.
7691         (require-final-newline): Fix type label.
7693 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7695         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
7696         statement in buffer (broken by 2004-11-24 change).
7698 2005-04-24  Kim F. Storm  <storm@cua.dk>
7700         * ido.el (ido-everywhere): Save and restore old read-buffer-function
7701         and read-file-name-function values.  Don't overwrite existing
7702         non-nil values if ido-mode is enabled without ido-everywhere.
7704 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7706         * files.el (mode-require-final-newline): Minor doc fix.
7708 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7710         * subr.el (syntax-after): Doc fix.
7711         (syntax-class): If argument is nil, return nil.  Mask off upper 16
7712         bits, not 8 bits.
7714         * files.el (mode-require-final-newline): Doc fix.
7715         (backup-buffer-copy): Fix last change.
7717 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7719         * term/mac-win.el: Require select.  Set selection-coding-system to
7720         mac-system-coding-system.  Call menu-bar-enable-clipboard.
7721         (x-last-selected-text-clipboard, x-last-selected-text-primary)
7722         (x-select-enable-clipboard): New variables.
7723         (x-select-text, x-get-selection, x-selection-value)
7724         (x-get-selection-value, mac-select-convert-to-string)
7725         (mac-services-open-file, mac-services-open-selection)
7726         (mac-services-insert-text): New functions.
7727         (CLIPBOARD, FIND): Put mac-scrap-name property.
7728         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
7729         (public.tiff): Put mac-ostype property.
7730         (selection-converter-alist): Add entries for them.
7731         (mac-application-menu-map): New keymap.
7732         (interprogram-cut-function, interprogram-paste-function): Set to
7733         x-select-text and x-get-selection-value, respectively.
7734         (split-window-keep-point): Set to t.
7736 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7738         * files.el (read-directory-name): Always pass non-nil
7739         DEFAULT-FILENAME arg to read-file-name.
7740         (backup-buffer-copy, basic-save-buffer-2): Take care against
7741         writing thru an unexpected existing symlink.
7742         (revert-buffer): In indirect buffer, revert the base buffer.
7743         (magic-mode-alist): Doc fix.
7744         (buffer-stale-function): Doc fix.
7745         (minibuffer-with-setup-hook): Avoid warning.
7746         (mode-require-final-newline): Doc and custom fix.
7748         * follow.el (follow-end-of-buffer): Use with-no-warnings.
7750         * font-lock.el (font-lock-comment-face): On terminals with few colors,
7751         use the default appearance.
7752         (font-lock-comment-delimiter-face): New face, new variable.
7754         * imenu.el (imenu--generic-function): The official position of a
7755         definition is the start of the line that BEG is in.
7757         * midnight.el (midnight-timer): Move defvar up.
7759         * mouse.el (mouse-drag-region-1): Delete some debugging code.
7761         * saveplace.el (save-place-to-alist): Use with-no-warnings.
7763         * startup.el (command-line): Use with-no-warnings.
7765         * window.el (window-size-fixed): New defvar.
7767         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
7769         * mail/rmail.el (rmail-font-lock-keywords):
7770         Use font-lock-comment-delimiter-face.
7772         * mail/sendmail.el (mail-font-lock-keywords):
7773         Use font-lock-comment-delimiter-face.
7775         * progmodes/compile.el (next-error-highlight-timer): New defvar.
7777 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
7779         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7780         Specify t for LAXMATCH when matching directories.
7781         Save match data around compilation-compat-error-properties form.
7783 2005-04-23  David Kastrup  <dak@gnu.org>
7785         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
7786         Mention that the autoloaded aliases should be kept for AUCTeX.
7788 2005-04-23  Andreas Schwab  <schwab@suse.de>
7790         * isearch.el (isearch-forward): Doc fix.
7792 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
7794         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
7795         (jit-lock-stealth-nice): Change default value to 0.5.
7797 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7799         * abbrev.el (write-abbrev-file): Write table entries in
7800         alphabetical order by table name.
7802 2005-04-22  Kim F. Storm  <storm@cua.dk>
7804         * ido.el (ido-read-internal): Fix `list' completion.
7806 2005-04-22  Kenichi Handa  <handa@m17n.org>
7808         * recentf.el (recentf-save-file-coding-system): New variable.
7809         (recentf-save-list): Encode the file by
7810         recentf-save-file-coding-system and add coding: tag.
7812 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7814         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
7816 2005-04-21  Lute Kamstra  <lute@gnu.org>
7818         * loadhist.el (unload-feature): Don't remove a function from hooks
7819         if it is about to be restored to an autoload .  Remove functions
7820         that will become unbound from auto-mode-alist.  Simplify the code.
7822         * subr.el (assq-delete-all): New implementation that is linear,
7823         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
7824         (rassq-delete-all): New function.
7826         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7827         Add size-indication-mode.
7829 2005-04-21  Kenichi Handa  <handa@m17n.org>
7831         * international/mule-cmds.el: Add autoload for widget-value in
7832         eval-when-compile.
7834 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
7836         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7837         Add tooltip-mode.
7839         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
7841 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
7843         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
7844         (inferior-lisp-filter-regexp, inferior-lisp-program)
7845         (inferior-lisp-load-command, inferior-lisp-prompt)
7846         (inferior-lisp-mode-hook, lisp-source-modes)
7847         (inferior-lisp-load-hook): defvar->defcustom.
7848         (inferior-lisp-program, inferior-lisp-prompt)
7849         (inferior-lisp-load-hook): Doc fixes.
7850         (inferior-lisp-install-letter-bindings): Small change in
7851         introductory comment.
7853 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
7855         * vc.el (vc-annotate-color-map): Change some colors so that text
7856         using them as foreground is readable on both white and black
7857         backgrounds.
7859 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7861         * international/mule-conf.el (translation-table-for-input):
7862         Remove redundant declaration.
7864 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
7866         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
7868         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
7869         (tooltip-toggle-gud-tips): New function.
7871 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7873         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
7874         right angle brackets.
7876 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
7878         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
7880 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
7883         Remove.  Update callers to use expand-file-name instead.
7885         * subr.el (syntax-class): New function.
7887         * simple.el (blink-matching-open): Use it.
7889         * paren.el (show-paren-function): Use it to recognize parens that are
7890         also used in 2-char comment markers.
7892 2005-04-19  Lute Kamstra  <lute@gnu.org>
7894         * loadhist.el (unload-feature): Update for new format of
7895         load-history.  Simplify the code.
7897 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7899         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
7900         (mac-add-charset-info): New function.  Initialize variable
7901         mac-charset-info-alist using it.
7902         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
7903         for translation.
7904         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
7905         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
7906         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
7907         New CCL programs.
7909 2005-04-19  Kim F. Storm  <storm@cua.dk>
7911         * simple.el (next-buffer, prev-buffer, next-error)
7912         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7913         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
7915         * bindings.el (next-buffer, prev-buffer, next-error)
7916         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7917         (clone-indirect-buffer-other-window): Move bindings from simple.el.
7918         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
7919         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
7921 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7923         * isearch.el (isearch-edit-string): Make the search-ring available for
7924         minibuffer history commands.
7925         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
7926         the default history commands now work just as well.
7927         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
7929 2005-04-18  Kim F. Storm  <storm@cua.dk>
7931         * emulation/cua-base.el (cua--pre-command-handler): Add more
7932         elaborate check for shift modifier on non-window systems.
7934 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
7936         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
7938 2005-04-18  Kim F. Storm  <storm@cua.dk>
7940         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7941         and make it optional.  Don't test tooltip-gud-echo-area here.
7942         (tooltip-gud-process-output, gdb-tooltip-print):
7943         Pass tooltip-gud-echo-area to tooltip-show.
7944         (tooltip-help-tips): Remove second optional arg to tooltip-show.
7946 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7948         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7949         `display-graphic-p' may not be bound yet.
7951 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
7953         * startup.el (command-line): No longer enable Xterm Mouse mode by
7954         default in terminals compatible with xterm.
7956         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7958 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7960         * tooltip.el (tooltip-gud-echo-area): Rename from
7961         tooltip-use-echo-area.
7962         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7963         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7964         area independently of where help tooltips are displayed.
7966 2005-04-17  David Kastrup  <dak@gnu.org>
7968         * cus-theme.el (custom-theme-write-variables): Quote variables
7969         where necessary.
7971 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7973         * simple.el (yank-excluded-properties): Add follow-link to value.
7975         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7977         * startup.el (fancy-splash-max-time): Just 30 seconds.
7978         (fancy-splash-delay): Just 7.
7979         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7981         * loadhist.el (unload-feature): Update for new format of load-history.
7982         Simplify the code.
7984         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7985         (rmail-font-lock-keywords): Don't fontify the text of a citation.
7987         * mail/sendmail.el (mail-font-lock-keywords):
7988         Don't fontify subject text.
7989         Don't fontify the text of a citation.
7991 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
7993         * comint.el (comint-output-filter): Run comint-output-filter-functions
7994         with point where the user had it.
7996 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * international/ucs-tables.el (ucs-set-table-for-input):
7999         Disable when using unify-on-decoding.
8001 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
8003         * emulation/cua-base.el (cua-global-mark-face): Add special case
8004         for displays supporting a high number of colors.
8006 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
8008         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8010 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
8012         * filesets.el (filesets-add-buffer): If user supplies a name of a
8013         non-existing fileset, create a new fileset.
8015 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
8017         * textmodes/org.el (org-up-heading-all): Fix bug with
8018         `outline-up-heading-all'.
8020 2005-04-16  Andreas Schwab  <schwab@suse.de>
8022         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8023         /etc/permissions.d/* and /etc/aliases.d/*.
8025 2005-04-16  Kenichi Handa  <handa@m17n.org>
8027         * international/code-pages.el (cp-make-coding-system):
8028         Set `translation-table-for-input' property value to the symbol
8029         ucs-mule-to-mule-unicode, not to that value.
8030         (pt154): Escape guillemet by `\'.
8032 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
8034         * loadup.el: Load tooltip if x-show-tip is fboundp.
8036         * startup.el (command-line): Add comment.
8038         * tooltip.el (tooltip-mode): Specify correct standard value for
8039         Custom in init-value.
8041 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
8043         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8044         possible.
8046 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8048         * textmodes/org.el (org-agenda-date-prompt): Rename from
8049         `org-agenda-date-today'.
8050         (org-evaluate-time-range): Insert at point instead of directly
8051         after time range.
8052         (org-first-headline-recenter, org-subtree-end-visible-p)
8053         (org-optimize-window-after-visibility-change): New functions
8054         (org-agenda-post-command-hook): Don't allow point at end of line,
8055         to make sure it always hits the text properties.
8056         (org-agenda-next-date-line, org-agenda-previous-date-line):
8057         New commands.
8058         (org-set-regexps-and-options): Category may contain white space.
8059         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8060         Improve marker positions.
8061         (org-agenda-new-marker): Argument POS made optional.
8062         (org-agenda-get-timestamps): Deadlines which are done are listed
8063         in org-done-face now.
8064         (org-agenda-get-todos, org-agenda-get-timestamps)
8065         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8066         Set `undone-face' and `done-face' properties.
8067         (org-last-todo-state-is-todo): New variable.
8068         (org-todo): Set `org-last-todo-state-is-todo'.
8069         (org-agenda-todo): Change face according to
8070         `org-last-todo-state-is-todo'.  And change other lines referring to
8071         the same entry.
8072         (org-calendar-goto-agenda): New command.
8073         (org-calendar-to-agenda-key): New option.
8074         (org-startup-folded): New allowed value `content'.
8075         (org-set-regexps-and-options): Accept new value `content' for
8076         `org-startup-folded'.
8077         (org-get-current-options): Handle new value `content' for
8078         `org-startup-folded'.
8079         (org-insert-todo-heading): New command.
8080         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
8081         interactively in empty file and option
8082         `org-insert-mode-line-in-empty-file' has been set.
8083         (org-agenda-todo,org-agenda-priority): Modify to use
8084         `org-agenda-change-all-lines'.
8085         (org-warning-face): Change color on dark background
8087 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8089         * international/mule-cmds.el (set-locale-environment): On Mac OS,
8090         use preferences AppleLocale and AppleLanguages, and variable
8091         mac-system-locale for default locale.  On Mac OS Classic, use
8092         mac-system-coding-system for default coding systems.
8094         * term/mac-win.el: Don't set file-name-coding-system.
8095         Decode variables system-name, emacs-build-system, user-login-name, and
8096         user-full-name by mac-system-coding-system on Mac OS Classic.
8097         (mac-system-coding-system): New variable.
8099 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8101         * startup.el (command-line): Handle `xterm-mouse-mode' before
8102         reading init file.
8104         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
8106 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8108         * progmodes/sh-script.el (sh-here-document-word): Make it a
8109         defcustom.  Doc fix.
8110         (sh-add): Bash uses $(( )) for arithmetic.
8111         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
8112         (sh-maybe-here-document): Remove quotes and leading whitespace
8113         from heredoc word when closing.  Indent heredoc with tabs if word
8114         starts with "-".
8116 2005-04-13  Richard M. Stallman  <rms@gnu.org>
8118         * simple.el (undo): Fix previous change.
8120         * custom.el (defface): Doc fix.
8122 2005-04-13  Lute Kamstra  <lute@gnu.org>
8124         * Makefile.in (DONTCOMPILE): Remove list.
8125         (compile, compile-always): Don't use DONTCOMPILE.
8126         (update-authors): Load the library in which batch-update-authors
8127         is defined.
8128         * makefile.w32-in (DONTCOMPILE): Remove list.
8129         (compile, compile-always): Fix comments.
8130         (update-authors): Load the library in which batch-update-authors
8131         is defined.
8133         * generic-x.el (generic-mode-ini-file-find-file-hook):
8134         Rename to ini-generic-mode-find-file-hook.
8135         Keep generic-mode-ini-file-find-file-hook as an alias.
8136         (ini-generic-mode-find-file-hook): Rename from
8137         generic-mode-ini-file-find-file-hook.  Fix docstring.
8138         (ini-generic-mode): Docstring change.
8139         (bat-generic-mode-run-as-comint): Silence the byte compiler.
8141         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
8142         called from lisp.
8144         * generic.el: Move to the emacs-lisp subdir.
8146 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
8148         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
8149         and C-S- function and cursor motion keys.
8151 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
8153         * startup.el (command-line): Enable Xterm Mouse mode by default.
8154         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
8155         for Custom.  No longer show "Mouse" in mode line when enabled.
8156         Doc fix.
8158 2005-04-12  Kim F. Storm  <storm@cua.dk>
8160         * emulation/cua-base.el (cua-rectangle-face)
8161         (cua-rectangle-noselect-face): Define face attributes here.
8163         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
8165 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8167         * startup.el (command-line): Turn off blinking cursor if
8168         cursorBlink in resources is off or false.
8170 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8172         * term/mac-win.el (dnd): Require dnd.
8173         (mac-drag-n-drop): Call dnd-handle-one-url.
8174         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
8175         (kTextEncodingISOLatin2): Remove constants.
8176         (mac-script-code-coding-systems): New constant.
8177         (mac-handle-language-change): New function.
8178         (special-event-map): Bind it to `language-change' event.
8179         (mac-centraleurroman, mac-cyrillic): New coding systems.
8180         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
8181         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
8182         and mac-cyrillic-encoder to encode-mac-centraleurroman and
8183         encode-mac-cyrillic, respectively.
8185 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
8187         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
8188         Don't set overlay-arrow-string to "=>" as this is done
8189         globally in C now.
8191 2005-04-12  Lute Kamstra  <lute@gnu.org>
8193         * generic-x.el (rc-generic-mode, rul-generic-mode):
8194         Fix auto-mode-alist entries.
8195         (etc-fstab-generic-mode): Tweak fontification.
8197         * generic.el (generic-make-keywords-list): Fix docstring.
8198         (generic-mode-internal): Simplify generic-font-lock-keywords.
8200 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
8202         * whitespace.el (whitespace-buffer-leading)
8203         (whitespace-buffer-trailing): Revert the incorrect test inversion.
8204         However, fix the highlight area for the leading and
8205         trailing whitespaces to show space.
8207 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
8209         * whitespace.el (whitespace-version): Bump to 3.5
8211         (whitespace-buffer-leading, whitespace-buffer-trailing):
8212         Invert sense of the test to highlight the whitespace.
8214 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
8216         * progmodes/gud.el (gud-display-line): GUD uses its own
8217         overlay arrow now so don't set overlay-arrow-string.
8218         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
8220 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
8222         * term.el (term-ansi-current-bold, term-ansi-current-underline)
8223         (term-ansi-current-reverse, term-ansi-current-invisible)
8224         (term-ansi-face-already-done): Change to boolean.
8225         (term-reset-terminal, term-handle-colors-array): Handle the above
8226         vars accordingly.
8227         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
8228         (term-emulate-terminal): Use the new name.
8230         * faces.el (secondary-selection): Use yellow1, not yellow.
8231         (trailing-whitespace): Use red1, not red.
8233 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8235         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
8236         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
8237         (dired-dnd-handle-file): Call dnd-get-local-file-uri
8239         * cus-edit.el (dnd): New group.
8241         * term/w32-win.el (dnd): Require dnd
8242         (w32-drag-n-drop): Call dnd-handle-one-url.
8244         * x-dnd.el: Require dnd.
8245         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
8246         Call dnd-handle-one-url.
8247         (x-dnd-types-alist, x-dnd-insert-utf8-text)
8248         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
8249         to dnd-insert-text.
8250         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
8251         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
8252         (x-dnd-get-local-file-name, x-dnd-open-local-file)
8253         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
8255         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
8257 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8259         * wdired.el: Doc fixes.
8260         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
8261         (wdired-use-dired-vertical-movement): Rename from
8262         wdired-always-move-to-filename-beginning.
8263         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
8264         (wdired-change-to-wdired-mode): Change mode name.
8265         (wdired-newline): Delete.
8267 2005-04-11  Richard M. Stallman  <rms@gnu.org>
8269         * whitespace.el (whitespace-highlight-the-space):
8270         Don't call whitespace-unhighlight-the-space here.
8272         * simple.el (undo): Record t in undo-equiv-table
8273         for the redo record made by an undo-in-region.
8275 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
8277         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
8278         (gdb-frame-inferior-io-buffer): New Functions to control
8279         display of separate IO buffer.
8280         (menu): Add them to menu-bar.
8281         (gdb-display-buffer): Check for buffer another frame.
8282         Protect GUD buffer.
8283         (gdb-setup-windows): Create IO buffer if not already there.
8284         (gdb-memory-mode): Remove purecopy noops.
8286 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8288         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
8289         and pass to self-insert-command.
8291 2005-04-11  Lute Kamstra  <lute@gnu.org>
8293         * generic.el: Commentary section cleanup.
8294         (generic): Delete.
8295         (generic-use-find-file-hook, generic-lines-to-scan)
8296         (generic-find-file-regexp, generic-ignore-files-regexp)
8297         (default-generic-mode, generic-mode-find-file-hook)
8298         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
8299         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
8300         (generic-use-find-file-hook, generic-lines-to-scan)
8301         (generic-find-file-regexp, generic-ignore-files-regexp)
8302         (default-generic-mode, generic-mode-find-file-hook)
8303         (generic-mode-ini-file-find-file-hook): Move from generic.el.
8305 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
8307         * bookmark.el (bookmark-write-file): Catch errors writing file.
8308         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
8310 2005-04-10  Richard M. Stallman  <rms@gnu.org>
8312         * startup.el (fancy-splash-tail): Update copyright year.
8313         (command-line): Split part of -Q into -D.
8314         (emacs-basic-display): New defvar.
8315         (fancy-splash-text): Correct name of menu item.
8317         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
8319         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
8320         lines in one node.
8322         * comint.el (comint-send-input): New arg ARTIFICIAL.
8323         Callers in this file changed.
8325         * abbrev.el (define-abbrevs): Read system abbrevs properly.
8327         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
8329 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
8331         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
8332         `ldap-search-internal'.
8334 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8336         * files.el (set-auto-mode-1): Use line-end-position.
8338         * international/latin-1.el:
8339         * international/latin-2.el:
8340         * international/latin-3.el:
8341         * international/latin-4.el:
8342         * international/latin-5.el:
8343         * international/latin-8.el:
8344         * international/latin-9.el: Give punctuation syntax to NBSP.
8346         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
8347         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
8348         Use char-classes to accept non-ascii letters, accepted in some recent
8349         bibtex implementations.
8351 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
8353         * custom.el (custom-set-minor-mode): Any non-nil value for the
8354         variable should enable the mode when set through Custom.
8356 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8358         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
8359         TAB binding so tab-always-indent is obeyed.
8360         (vhdl-minibuffer-local-map): Move initialization into declaration.
8361         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
8362         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
8363         (vhdl-hooked-abbrev): Avoid test for XEmacs.
8364         (vhdl-current-line): Use line-beginning-position.
8365         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
8366         with-output-to-temp-buffer, so the current position can be recorded.
8368 2005-04-10  Masatake YAMATO  <jet@gyve.org>
8370         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8371         Add regexp for gcov.
8373 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * calendar/time-date.el (time-to-seconds, seconds-to-time)
8376         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
8377         syntax which Emacs 20 doesn't support.
8379 2005-04-09  Richard M. Stallman  <rms@gnu.org>
8381         * help.el (describe-key-briefly, describe-key):
8382         Replace strings as event types with "(any string)".
8384 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8386         * arc-mode.el (archive-mode-map): Move initialization into
8387         the declaration.  Override *all* bindings of `undo'.
8388         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
8390 2005-04-09  Jay Belanger  <belanger@truman.edu>
8392         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
8394 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8396         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
8397         (xterm-register-default-colors): Update color values computation
8398         to match xterm-200.
8400 2005-04-09  Kenichi Handa  <handa@m17n.org>
8402         * international/code-pages.el (iso-latin-7): Fix the map.
8404 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
8406         * emacs-lisp/lisp.el (defun-prompt-regexp)
8407         (parens-require-spaces, buffer-end, end-of-defun)
8408         (insert-parentheses): Doc fixes.
8410 2005-04-08  Kim F. Storm  <storm@cua.dk>
8412         * comint.el (comint-highlight-prompt): Fix face spec.
8413         * hi-lock.el (hi-green): Likewise.
8415 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
8417         * cus-edit.el (custom-modified-face):
8418         * comint.el (comint-highlight-input): Fix previous changes.
8419         * term.el (term-handle-ansi-escape): Add a comment.
8421 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
8424         in the buffer and in whitespace-highlighted-space.
8425         (whitespace-unhighlight-the-space): Simplify.
8426         (whitespace-buffer): Simplify.
8428 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
8430         * textmodes/table.el (table-cell-face): Add special case for
8431         displays supporting a high number of colors.
8432         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8433         (vhdl-font-lock-reserved-words-face)
8434         (vhdl-speedbar-architecture-face)
8435         (vhdl-speedbar-instantiation-face)
8436         (vhdl-speedbar-architecture-selected-face)
8437         (vhdl-speedbar-instantiation-selected-face): Likewise.
8438         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
8439         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
8440         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8441         (ebrowse-root-class-face, ebrowse-member-attribute-face)
8442         (ebrowse-progress-face): Likewise.
8443         * progmodes/compile.el (compilation-info-face): Likewise.
8444         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
8445         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
8446         * calendar/calendar.el (diary-face): Likewise.
8447         * woman.el (woman-italic-face, woman-bold-face)
8448         (woman-unknown-face): Likewise.
8449         * wid-edit.el (widget-button-pressed-face): Likewise.
8450         * whitespace.el (whitespace-highlight-face): Likewise.
8451         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
8452         * pcvs-info.el (cvs-marked-face): Likewise.
8453         * info.el (info-xref): Likewise.
8454         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
8455         * hilit-chg.el (highlight-changes-face)
8456         (highlight-changes-delete-face): Likewise.
8457         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
8458         (hi-red-b): Likewise.
8459         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
8460         * font-lock.el (font-lock-keyword-face)
8461         (font-lock-function-name-face, font-lock-warning-face): Likewise.
8462         * cus-edit.el (custom-invalid-face, custom-modified-face)
8463         (custom-set-face, custom-changed-face, custom-variable-tag-face)
8464         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
8465         * comint.el (comint-highlight-prompt): Likewise.
8467 2005-04-08  Lute Kamstra  <lute@gnu.org>
8469         * font-lock.el (font-lock-keywords): Docstring fixes.
8471 2005-04-08  Kenichi Handa  <handa@m17n.org>
8473         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
8474         chars are more than a limit, print " and more..." at the tail.
8476 2005-04-08  Kim F. Storm  <storm@cua.dk>
8478         * emacs-lisp/authors.el (authors-aliases): Update list.
8479         (authors-ignored-files): New list.
8480         (authors-fixed-entries): Fix typo.
8481         (authors-renamed-files-alist): Update list.
8482         (authors-add): Check authors-ignored-files.
8484 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
8486         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
8487         optional, to ensure backward compatibility.
8489 2005-04-08  Stephen Eglen  <stephen@gnu.org>
8491         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
8493 2005-04-08  Kim F. Storm  <storm@cua.dk>
8495         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
8497         * mouse.el (mouse-on-link-p): Doc fix.
8499 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
8501         * ielm.el (ielm-prompt-read-only): Doc fix.
8503         * comint.el (comint-prompt-read-only): Doc fix.
8505 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
8507         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
8508         ensure dired always handles wildcards passed to ffap.
8509         (find-file-at-point): Use it.
8510         (ffap-dired-wildcards): Doc fix.
8512 2005-04-07  Juri Linkov  <juri@jurta.org>
8514         * simple.el (next-error-overlay-arrow-position): New defvar.
8515         Put "=>" on its property `overlay-arrow-string'.  Add it to
8516         `overlay-arrow-variable-list'.
8518         * progmodes/compile.el (compilation-setup):
8519         Set `next-error-overlay-arrow-position' to nil.  Also set it to
8520         nil in the local hook `kill-buffer-hook'.  Make local variable
8521         `overlay-arrow-string' and set it to "=>".
8522         (compilation-goto-locus): Set BOL position to
8523         `next-error-overlay-arrow-position' instead of
8524         `overlay-arrow-position'.
8526         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
8527         locally instead of adding it to the global hook.
8528         (Info-kill-buffer): Move up.
8530 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
8532         * term/xterm.el (xterm-standard-colors): Update color values from
8533         xterm-200.
8535 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
8539         * fast-lock.el:
8540         * lazy-lock.el: Move them to the obsolete subdir.
8542 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8544         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
8545         (wdired-add-replace-advice): Remove.
8546         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
8548 2005-04-06  Kim F. Storm  <storm@cua.dk>
8550         * startup.el (command-line): Add --bare-bones alias for -Q.
8552 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8554         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
8555         create the startup fontset if a font specification ends with
8556         `mac-roman'.
8558 2005-04-06  Lute Kamstra  <lute@gnu.org>
8560         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
8561         change.
8563         * emacs-lisp/copyright.el (copyright-update-year): Replace the
8564         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
8566 2005-04-05  Lute Kamstra  <lute@gnu.org>
8568         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
8569         (define-generic-mode): Ditto.  Fix debug declaration.
8571         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8572         Put them in the generic-x group.
8574         * calendar/timeclock.el (timeclock): Doc fix.
8576         * generic.el (define-generic-mode): Don't use custom-current-group.
8577         Document default :group value.
8578         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
8579         (define-global-minor-mode): Don't use custom-current-group.
8581 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
8583         * startup.el (command-line-1): Display startup-echo-area-message
8584         when fancy splash screen is in use.
8586         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
8587         (sh-escaped-newline): New face.
8588         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
8589         newline, and use sh-escaped-newline face.
8591         * progmodes/tcl.el (tcl-escaped-newline): New face.
8592         (tcl-builtin-list): New variable.
8593         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
8594         newlines.  Fix keywords subexpression number.
8596 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
8598         * textmodes/org.el (org-diary-default-entry): Fix call to
8599         `add-to-diary-entry'.
8601 2005-04-05  Kim F. Storm  <storm@cua.dk>
8603         * ediff-init.el: Use (featurep 'xemacs).
8605 2005-04-05  David Ponce  <david@dponce.com>
8607         * cus-edit.el (face): Derive from symbol widget.  Display sample
8608         of the current face on the fly.
8609         (widget-face-sample-face-get, widget-face-notify): New functions.
8610         (widget-face-value-create): Remove.
8612         * wid-edit.el (widget-field-end): Temporarily remove field
8613         narrowing before to call `get-char-property'.
8615 2005-04-04  Jay Belanger  <belanger@truman.edu>
8617         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
8618         (math-read-subscripts): New variable.
8619         (math-read-preprocess-string): Process subscripts.
8621 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8623         * comint.el (comint-prompt-read-only): Doc fix.
8625         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
8626         `-1'.  Doc fix.
8628 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
8630         * textmodes/org.el (org-insert-mode-line-in-empty-file):
8631         Change default value to nil.
8633 2005-04-04  Lute Kamstra  <lute@gnu.org>
8635         * autorevert.el (auto-revert-mode): Specify :group.
8636         * battery.el (display-battery-mode): Specify :group.
8637         * diff-mode.el (diff-minor-mode): Specify :group.
8638         * font-core.el (font-lock-mode): Specify :group.
8639         * hl-line.el (hl-line-mode): Specify :group.
8640         * iimage.el (iimage): New customization group.
8641         (iimage-mode): Specify :group.
8642         * longlines.el (longlines-mode): Specify :group.
8643         * master.el: Don't require easy-mmode.
8644         (master): New customization group.
8645         (master-mode): Specify :group.
8646         * msb.el (msb-mode): Specify :group.
8647         * reveal.el (reveal-mode): Specify :group.
8648         * simple.el (next-error-follow-minor-mode): Specify :group.
8649         * smerge-mode.el (smerge-mode): Specify :group.
8650         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
8651         * emulation/cua-base.el (cua-mode): Specify :group.
8652         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
8653         * language/thai-util.el (thai-auto-composition-mode)
8654         (thai-word-mode): Specify :group.
8655         * mail/supercite.el (sc-minor-mode): Specify :group.
8656         * progmodes/cwarn.el (cwarn-mode): Specify :group.
8657         * progmodes/flymake.el (flymake-mode): Specify :group.
8658         * progmodes/glasses.el (glasses-mode): Specify :group.
8659         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
8660         * textmodes/enriched.el (enriched-mode): Specify :group.
8661         * textmodes/refill.el (refill-mode): Specify :group.
8663         * add-log.el (change-log-font-lock-keywords): Names in
8664         parenthesized lists can contain spaces.
8666 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
8668         * startup.el (fancy-splash-text): Shorten default text of
8669         "Emacs Tutorial" line.  Also, if the current language env
8670         indicates an available tutorial file other than TUTORIAL,
8671         extract its title and append it to the line in parentheses.
8672         (fancy-splash-insert): If arg is a thunk, funcall it.
8674 2005-04-04  Jay Belanger  <belanger@truman.edu>
8676         * calc.el (calc-language-alist): Add tags to customization type.
8678 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
8680         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
8681         Doc fix.
8683 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
8685         * add-log.el (change-log-font-lock-keywords): The manual
8686         describing a Change Log entry, says: (...) "Aside from these
8687         header lines, every line in the change log starts with a space or
8688         a tab.".  The font-lock was not highlighting lines started with
8689         spaces, added support for it.
8691 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8693         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
8694         (bibtex-generate-url-list): Update docstring accordingly.  Put the
8695         complex example in the docstring.
8696         (bibtex-font-lock-url): Use pop.
8698 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8700         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
8702         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
8704 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8706         * filesets.el (filesets-set-default): Doc fix.
8708 2005-04-03  Lute Kamstra  <lute@gnu.org>
8710         * generic.el (define-generic-mode): Add argument to specify
8711         keywords for defcustom.
8712         (default-generic-mode): Specify :group.
8714         * generic-x.el: Specify :group for all generic modes.
8716         * desktop.el (desktop-no-desktop-file-hook)
8717         (desktop-after-read-hook): Doc fix.
8719 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
8721         * simple.el (visible-mode): Use explicit :group keyword.
8722         This changes the group of `visible-mode-hook' from paren-blinking
8723         to editing-basics.
8725 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
8727         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
8728         mailbox specifications as well as URLs.
8729         (rmail-insert-inbox-text): Remove unused conditional branches.
8731 2005-04-01  Jay Belanger  <belanger@truman.edu>
8733         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8734         (calc-gnuplot-print-command): Move definitions to calc.el.
8736         * calc/calc-embed.el (calc-embedded-announce-formula)
8737         (calc-embedded-open-formula, calc-embedded-close-formula)
8738         (calc-embedded-open-word, calc-embedded-close-word)
8739         (calc-embedded-open-plain, calc-embedded-close-plain)
8740         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
8741         (calc-embedded-open-mode, calc-embedded-close-mode):
8742         Move definitions to calc.el.
8744         * calc/calc.el (calc-settings-file, calc-language-alist):
8745         Make customizable.
8746         (calc-embedded-announce-formula, calc-embedded-open-formula)
8747         (calc-embedded-close-formula, calc-embedded-open-word)
8748         (calc-embedded-close-word, calc-embedded-open-plain)
8749         (calc-embedded-close-plain, calc-embedded-open-new-formula)
8750         (calc-embedded-close-new-formula, calc-embedded-open-mode)
8751         (calc-embedded-close-mode, calc-gnuplot-name)
8752         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
8753         from other files and make customizable.
8755 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
8758         Use buffer-live-p.
8759         (cvs-mode-run): Don't call cvs-update-header here.
8760         (cvs-run-process): Call cvs-update-header.
8761         Use process properties for cvs-postprocess and cvs-buffer so that
8762         the sentinel can behave better if the temp buffer is killed.
8763         Use a pipe rather than a tty, to better handle unexpected prompts.
8764         (cvs-sentinel): Rewrite.  Call cvs-update-header.
8766 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
8768         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
8769         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
8771 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * generic.el (define-generic-mode): Add indentation rule.
8775 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8777         * files.el (mode-require-final-newline): Make Custom correctly
8778         report a nil value and allow to set it to nil via Custom.
8779         Doc fix.
8781 2005-04-01  Kenichi Handa  <handa@m17n.org>
8783         * international/characters.el: Enable the correct case setting for
8784         dotless-i and dotted-I.
8786 2005-04-01  Kim F. Storm  <storm@cua.dk>
8788         * ido.el (ido-file-internal): Fall back to non-ido command if
8789         initial directory is on slow ftp (or tramp) host.
8791 2005-03-31  Richard M. Stallman  <rms@gnu.org>
8793         * emacs-lisp/autoload.el (make-autoload):
8794         Handle define-global-minor-mode.
8796         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8797         Rename from easy-mmode-define-global-mode.
8798         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
8800         * progmodes/scheme.el (scheme-mode-syntax-table):
8801         Update syntax of | and # for two-character comment syntax.
8803 2005-03-31  Lute Kamstra  <lute@gnu.org>
8805         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
8806         (define-minor-mode): Call custom-current-group at load-time.
8808         * generic.el (define-generic-mode): Add debug declaration.
8809         Add defcustom for the mode hook.
8810         (generic-mode-internal): Use run-mode-hooks.
8812 2005-03-31  Kim F. Storm  <storm@cua.dk>
8814         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
8815         (mouse-fixup-help-message): New defun called by show_help_echo
8816         to fixup mouse-2 prefix in help messages when applicable.
8818         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
8820 2005-03-31  Kenichi Handa  <handa@m17n.org>
8822         * language/thai-word.el (thai-find-word-ends): Pay attention to
8823         the case that we reach the end of buffer.
8825         * textmodes/fill.el (fill-text-properties-at): New function.
8826         (fill-newline): Use fill-text-properties-at instead of
8827         text-properties-at.
8829 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
8831         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
8832         not comint-quote-filename.
8834 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
8836         * help-fns.el (help-with-tutorial): Revert last change.
8838 2005-03-31  Kim F. Storm  <storm@cua.dk>
8840         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
8842 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
8844         * calendar/cal-china.el: Update reference to "Calendrical
8845         Calculations" book; there's a new edition.
8846         * calendar/cal-coptic.el: Likewise.
8847         * calendar/cal-french.el: Likewise.
8848         * calendar/cal-hebrew.el: Likewise.
8849         * calendar/cal-islam.el: Likewise.
8850         * calendar/cal-iso.el: Likewise.
8851         * calendar/cal-julian.el: Likewise.
8852         * calendar/cal-mayan.el: Likewise.
8853         * calendar/cal-persia.el: Likewise.
8854         * calendar/calendar.el: Likewise.
8855         * calendar/holidays.el: Likewise.
8856         * calendar/lunar.el: Likewise.
8857         * calendar/solar.el: Likewise.
8859         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
8860         white space from doc string.
8862 2005-03-30  Jay Belanger  <belanger@truman.edu>
8864         * calc/calc-help.el (calc-full-help): Remove email address.
8866 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
8868         * help-fns.el (help-with-tutorial): Delete title line.
8870 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8872         * calendar/cal-x.el (calendar-one-frame-setup)
8873         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
8874         rather than 'symbol for set-window-dedicated-p.
8876         * calendar/appt.el (appt-buffer-name): Make it a constant.
8877         (appt-add): Doc fix.
8879         * filesets.el (filesets-menu-path, filesets-menu-before)
8880         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
8881         (filesets-menu-cache-file): Use directory ~/.emacs.d.
8882         (filesets-add-submenu): Delete and use add-submenu instead.
8884 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
8886         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
8887         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
8888         (org-diary-default-entry): New function.
8889         (org-get-entries-from-diary): Better parsing of diary entries.
8890         (org-agenda-check-no-diary): New function.
8891         ("diary-lib"): Advice to function `add-to-diary-list', to allow
8892         linking to diary entries.
8893         (org-agenda-execute-calendar-command): New function.
8894         (org-agenda): Improve visible section in window.
8895         Use `org-fit-agenda-window'.
8896         (org-fit-agenda-window): New option.
8897         (org-move-subtree-down): Better handling of empty lines
8898         at end of subtree.
8899         (org-cycle): Numeric prefix is interpreted now as show-subtree N
8900         levels up.
8901         (org-fontify-done-headline): New option.
8902         (org-headline-done-face): New face.
8903         (org-set-font-lock-defaults): Use `org-headline-done-face'.
8904         (org-table-copy-down): Rename from `org-table-copy-from-above'.
8905         When current field is non-empty, it is copied to next row.
8906         (org-table-copy-from-above): Fix bug which made it
8907         impossible to copy fields containing only a single non-white character.
8909 2005-03-30  Kim F. Storm  <storm@cua.dk>
8911         * kmacro.el (kmacro-end-macro): Isearch may store this command
8912         into the macro -- so ignore it when executing keyboard macro.
8914 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
8916         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
8918 2005-03-29  Kenichi Handa  <handa@m17n.org>
8920         * language/thai.el ("Thai"): Set setup-function and exit-function
8921         for Thai language environment.
8923         * language/thai-util.el: Require thai-word.
8924         (thai-word-mode-map): New variable.
8925         (thai-word-mode): New minor mode.
8926         (setup-thai-language-environment-internal): New function.
8927         (exit-thai-language-environment-internal): New function.
8929         * language/thai-word.el (thai-word-table): Declare it by defvar,
8930         use dolist to initialize it.
8931         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
8932         (thai-fill-find-break-point): New functions.
8934 2005-03-29  Richard M. Stallman  <rms@gnu.org>
8936         * simple.el (idle-update-delay): Move definition up.
8937         (set-mark): Doc fix.
8939 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
8941         * longlines.el: New file.
8943         * simple.el (buffer-substring-filters): New variable.
8944         (filter-buffer-substring): New function.
8945         (kill-region, copy-region-as-kill): Use it.
8947         * register.el (copy-to-register, append-to-register)
8948         (prepend-to-register): Use filter-buffer-substring.
8950 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
8952         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
8953         (gud-filter-pending-text): Move in front of gdb.
8954         (gud-overlay-arrow-position): New variable.
8955         (gud-sentinel, gud-display-line): Use it in place of
8956         overlay-arrow-position.
8958 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8960         * progmodes/fortran.el (fortran-if-indent): Doc fix.
8961         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8962         (fortran-font-lock-keywords-4): New variable.
8963         (fortran-blocks-re, fortran-end-block-re)
8964         (fortran-start-block-re): New constants, for hideshow.
8965         (hs-special-modes-alist): Add a Fortran entry.
8966         (fortran-mode-map): Bind fortran-end-of-block,
8967         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8968         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
8969         (fortran-looking-at-if-then, fortran-end-of-block)
8970         (fortran-beginning-of-block): New functions, for hideshow.
8972         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8973         Doc fix.  Tweak regexp.
8974         (f90-beginning-of-block): Push mark first.
8976 2005-03-29  Jay Belanger  <belanger@truman.edu>
8978         * calc/calc.el: Update copyright date.
8979         (calc-version): Increase to 2.1.
8980         (calc-version-date): Remove.
8982         * calc/calc-help.el: Update copyright date.
8983         (calc-full-help): Remove reference to calc-version-date.
8984         Update copyright date.
8986 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8988         * vc.el (vc-do-command): Use a pipe for async processes, so password
8989         prompts don't show up at places where the user can't reply.
8991 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
8993         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8994         on the file name we pass to the inferior shell.
8996 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8998         * progmodes/which-func.el (which-function): Be robust in the face of an
8999         imenu--make-index-alist failure.
9001 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9005         * progmodes/python.el (python-preoutput-filter): Fix last change.
9007 2005-03-29  Lute Kamstra  <lute@gnu.org>
9009         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9010         functions and compiled macros.
9011         (debug-convert-byte-code): Handle macros too.
9012         (debug-on-entry-1): Don't signal an error when trying to clear a
9013         function that is not set to debug on entry.
9015 2005-03-29  Jay Belanger  <belanger@truman.edu>
9017         * calc/calc-lang.el: Add functions to math-function-table
9018         properties of tex and math.
9020 2005-03-29  Kenichi Handa  <handa@m17n.org>
9022         * ps-mule.el (ps-mule-plot-string): Translate characters by
9023         ps-print-translation-table.
9024         (ps-mule-begin-job): Call find-charset-region/string with
9025         ps-print-translation-table.
9026         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9028         * ps-print.el (ps-print-translation-table): New variable.
9029         (ps-plot-region): Translate characters by ps-print-translation-table.
9031 2005-03-29  Juri Linkov  <juri@jurta.org>
9033         * simple.el (next-error-highlight-timer): New variable.
9035         * progmodes/compile.el (compilation-goto-locus):
9036         Use `next-error-highlight-timer' instead of `sit-for'.
9038 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9040         * mail/supercite.el (sc-mail-field): Use assoc-string.
9041         (sc-get-address): Simplify regexps.
9043         * files.el (minibuffer-with-setup-hook): New macro.
9044         (find-file-read-args): Use it to avoid let-binding
9045         minibuffer-with-setup-hook (which breaks turning on/off
9046         file-name-shadow-mode while in the prompt).
9048         * complete.el (PC-read-include-file-name-internal): Use
9049         test-completion.
9051 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
9053         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9055 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9057         * window.el (window-buffer-height): Use count-screen-lines.
9059         * progmodes/python.el (python-preoutput-leftover): New var.
9060         (python-preoutput-filter): Use it.
9061         (python-send-receive): Loop until all the result has been received.
9063 2005-03-28  Juri Linkov  <juri@jurta.org>
9065         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
9067         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
9068         "Recover Crashed Session".
9069         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
9070         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
9071         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
9072         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
9073         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
9074         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
9075         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
9076         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
9078         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
9079         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
9080         Ediff Sessions", "Toggle use of separate control buffer frame",
9081         "Use separate frame for Ediff control buffer".
9083         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
9084         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
9085         "Rename Bookmark", "Delete Bookmark".
9087         * info.el (Info-mode-menu): Remove ellipsis from "Index".
9088         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
9089         Add `:active Info-index-alternatives' to "Next Matching Item".
9091         * wdired.el (wdired-change-to-wdired-mode):
9092         Mention `wdired-abort-changes' key in the initial message.
9094         * international/mule.el (auto-coding-alist): Associate non-ascii
9095         image filename extensions with `no-conversion'.
9097 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * international/iso-acc.el:
9100         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
9102 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9104         * textmodes/sgml-mode.el (html-mode): Doc update.
9106         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
9108 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
9110         * term.el (term-move-columns): Fix face after extending a line.
9111         (term-insert-spaces): Likewise.
9112         (term-reset-terminal): Fix off by one error.
9114 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
9116         * international/mule.el (auto-coding-alist): Add .xpi files.
9118         * files.el (auto-mode-alist): Add .xpi files.
9120 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
9122         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
9124 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
9126         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
9128 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9130         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
9131         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
9133         * calendar/cal-move.el (calendar-beginning-of-year): Move the
9134         cursor to Jan 1 when needed.
9135         (calendar-end-of-year): Fix -/+ typo.
9136         Reported by Chong Yidong <cyd@stupidchicken.com>.
9138 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
9142         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
9143         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
9145 2005-03-25  Richard M. Stallman  <rms@gnu.org>
9147         * filesets.el (filesets-init): Add autoload.
9149         * mail/mailalias.el (mail-directory): Doc fix.
9151 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9153         * mail/mailalias.el (mail-directory-process): Do nothing if
9154         mail-directory-process is an atom.
9155         (mail-get-names): Ignore mail-directory-names if it is an atom.
9156         (mail-directory-process defvar): Doc fix.
9157         (mail-names): Doc fix.
9159 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
9161         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
9163 2005-03-26  Kenichi Handa  <handa@m17n.org>
9165         * international/mule-util.el (detect-coding-with-priority):
9166         Call update-coding-systems-internal before detect-coding-region.
9168 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
9170         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9171         (gdb-frames-mode-map): Add follow-link property.
9173 2005-03-25  Jay Belanger  <belanger@truman.edu>
9175         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
9176         for variables.
9178 2005-03-25  Juri Linkov  <juri@jurta.org>
9180         * image-mode.el: Optimize image filename extension regexps in
9181         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
9182         in `auto-mode-alist'.
9183         (image-mode): Add `image-toggle-display-text' to local hook
9184         `change-major-mode-hook'.  Display the image as an image by
9185         default.  Set `cursor-type' and `truncate-lines' if the image
9186         is already displayed.  Take into account the current mode (image
9187         or text) in message.
9188         (image-minor-mode): New minor mode.
9189         (image-mode-maybe, image-toggle-display-text): New functions.
9190         (image-toggle-display): Use called-interactively-p.
9191         Let-bind `inhibit-read-only' to t.
9193         * image-mode.el (image-minor-mode): Set `cursor-type' and
9194         `truncate-lines' if the image is already displayed.  Add turning
9195         image-minor-mode off to `change-major-mode-hook'.  Add message.
9196         Call `image-toggle-display-text' after turning image-minor-mode off.
9198 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
9201         Terminal.app, use utf-8.
9202         (set-display-table-and-terminal-coding-system): Add coding-system arg.
9203         (set-locale-environment): Use it.
9205         * term/xterm.el: Undo last change, better done in mule-cmds.el.
9207         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
9209         * progmodes/python.el (python-close-block-statement-p)
9210         (python-outdent-p, python-current-defun): Use symbol-end.
9212 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9214         * files.el (save-some-buffers): Doc fix.
9216 2005-03-25  Werner Lemberg  <wl@gnu.org>
9218         * complete.el, thumbs.el: Replace `legal' with `valid'.
9219         * calendar/calendar.el: Replace `legal' with `valid'.
9220         * emacs-lisp/advice.el: Replace `legal' with `valid'.
9221         * mail/supercite.el: Replace `legal' with `valid'.
9222         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
9223         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
9224         Replace `legal' with `valid'.
9225         * textmodes/reftex-vars.el, textmodes/reftex.el:
9226         Replace `legal' with `valid'.
9228 2005-03-25  Werner Lemberg  <wl@gnu.org>
9230         * calc/calc-forms.el, calc/calc-sel.el:
9231         * midnight.el, vc-cvs.el:
9232         * emacs-lisp/cl-macs.el:
9233         * emulation/vip.el:
9234         * eshell/esh-io.el, eshell/esh-var.el:
9235         * mail/supercite.el:
9236         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
9237         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
9238         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
9239         * progmodes/sh-script.el, progmodes/xscheme.el:
9240         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
9241         * textmodes/reftex-index.el, textmodes/reftex-parse.el
9242         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
9243         * textmodes/reftex.el, textmodes/org.el:
9244         Replace `illegal' with `invalid'.
9246 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9248         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
9249         (flymake-find-buildfile, flymake-find-possible-master-files)
9250         (flymake-check-include, flymake-parse-line): Replace loops over the
9251         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
9253         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
9254         Substitute file-name-as-directory in the rest of the file.
9255         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
9256         (flymake-replace-region): Remove unused arg `buffer'.
9257         (flymake-check-patch-master-file-buffer): Update calls to it.
9258         (flymake-add-err-info): Remove unused var `count'.
9259         (flymake-mode): Use define-minor-mode.
9261         * progmodes/flymake.el: Use with-current-buffer.
9262         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
9263         flymake-replace-regexp-in-string, flymake-line-beginning-position)
9264         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
9265         Avoid testing for `xemacs'.
9266         (flymake-nop): Move.
9267         (flymake-region-has-flymake-overlays): Return the computed value.
9268         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
9269         Remove unused var `endline'.
9270         (flymake-get-line-count): Remove unused function.
9271         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
9273         * emulation/vi.el:
9274         * generic.el:
9275         * hilit-chg.el (global-highlight-changes):
9276         * hi-lock.el (hi-lock-mode):
9277         * follow.el: find-file-hooks -> find-file-hook.
9279         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
9281 2005-03-24  Juri Linkov  <juri@jurta.org>
9283         * dired.el (dired-mode-map): Add menu item "Compare directories"
9284         for dired-compare-directories.
9286         * dired-aux.el (dired-compare-directories): Add autoload cookie.
9287         Doc fix.  Replace `read-file-name' with `read-directory-name'.
9289 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9291         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
9293 2005-03-24  Jay Belanger  <belanger@truman.edu>
9295         * calc/calc-embed.el (calc-embedded-mode-change): Save all
9296         relevant mode settings in calc-embedded-original-modes when modes
9297         are permanently changed.
9299 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9301         * autoinsert.el: find-file-hooks -> find-file-hook.
9303 2005-03-24  Lute Kamstra  <lute@gnu.org>
9305         * generic.el (generic-font-lock-defaults): Make it obsolete.
9306         (generic-font-lock-keywords): New variable to replace
9307         generic-font-lock-defaults.
9308         (generic-mode-set-font-lock): Delete it.
9309         (generic-mode-internal): Don't call generic-mode-set-font-lock.
9310         (generic-bracket-support): Add docstring.
9312         * generic-x.el: Rename generic-font-lock-defaults to
9313         generic-font-lock-keywords throughout.
9314         (mailagent-rules-setup-function): Delete it.
9315         (mailagent-rules-generic-mode): Use anonymous function instead.
9316         (show-tabs-generic-mode-font-lock-defaults-1)
9317         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
9318         Quote faces.
9319         (show-tabs-tab-face, show-tabs-space-face): Specify background,
9320         not foreground.
9322         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9323         Recognize define-generic-mode.
9325 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
9328         if there's no completion table.
9330 2005-03-23  Miles Bader  <miles@gnu.org>
9332         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9333         Remove tty-specific variants, as they're no longer needed.
9335 2005-03-23  Lute Kamstra  <lute@gnu.org>
9337         * generic-x.el: Code cleanup: make args constant whenever possible.
9338         (installshield-statement-keyword-list)
9339         (installshield-system-functions-list)
9340         (installshield-system-variables-list, installshield-types-list)
9341         (installshield-funarg-constants-list): Make them constants.
9343         * generic.el (generic-make-keywords-list): Add autoload cookie.
9345         * calendar/time-date.el: Add comment on time value formats.
9346         Don't require parse-time.
9347         (with-decoded-time-value): New macro.
9348         (encode-time-value): New function.
9349         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9350         (days-to-time): Return a valid time value when arg is huge.
9351         (time-since): Use time-subtract.
9352         (time-to-number-of-days): Use time-to-seconds.
9354 2005-03-23  David Ponce  <david@dponce.com>
9356         * recentf.el: (recentf-keep): New option.
9357         (recentf-menu-action): Default to `find-file'.
9358         (recentf-keep-non-readable-files-flag)
9359         (recentf-keep-non-readable-files-p)
9360         (recentf-file-readable-p, recentf-find-file)
9361         (recentf-cleanup-remote): Remove.
9362         (recentf-include-p): More robust.
9363         (recentf-keep-p): New function.
9364         (recentf-remove-if-non-kept): Rename from
9365         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
9366         All callers updated.
9367         (recentf-menu-items-for-commands): Fix help string.
9368         (recentf-track-closed-file): Update.  Doc fix.
9369         (recentf-cleanup): Update.  Count removed files.  Doc fix.
9371 2005-03-23  Kim F. Storm  <storm@cua.dk>
9373         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9374         Don't inherit from fringe face (now happens automatically).
9376 2005-03-22  Kim F. Storm  <storm@cua.dk>
9378         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
9379         position values.
9381 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * menu-bar.el (showhide-date-time): Remove.
9384         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
9385         (menu-bar-make-mm-toggle): Simplify.
9387 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9389         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
9390         Accept qualified variable and function names.
9392 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
9394         * bindings.el (completion-ignored-extensions):
9395         Remove ".lis" for `vax-vms'.
9397 2005-03-22  Andreas Schwab  <schwab@suse.de>
9399         * generic-x.el: Revert last change.
9400         * ldefs-boot.el: Update.
9402 2005-03-22  Jay Belanger  <belanger@truman.edu>
9404         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
9405         (calc-embedded-save-original-modes)
9406         (calc-embedded-restore-original-modes): New functions.
9407         (calc-do-embedded): Save original modes when entering embedded mode
9408         and restore when leaving embedded mode.
9409         (calc-embedded-modes-change): Change the value of
9410         calc-embedded-original-modes to reflect permanent changes.
9412 2005-03-22  Lute Kamstra  <lute@gnu.org>
9414         * generic-x.el: Require generic again.
9416 2005-03-22  Miles Bader  <miles@gnu.org>
9418         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9419         Tweak details to look good on both ttys and bitmap displays, light
9420         or dark background, etc.
9422 2005-03-21  Kim F. Storm  <storm@cua.dk>
9424         * tooltip.el (tooltip-show-help-function): Check car and cdr of
9425         mouse position.
9427 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9429         * icomplete.el: Don't forcibly turn on the mode upon load.
9430         (icomplete-mode): Use define-minor-mode.
9431         (icomplete-eoinput): Default to nil.
9432         (icomplete-minibuffer-setup): Remove autoload.
9433         (icomplete-tidy): Simplify.
9434         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
9435         in the initial state or if the user has modified the field.
9436         Fix handling of icomplete-max-delay-chars.
9437         Remove code that handles the oddball case where
9438         minibuffer-completion-table is an integer.
9439         Wrap icomplete-completions in while-no-input in case building
9440         completions takes more time than expected.
9441         (icomplete-completions): Simplify.
9443 2005-03-21  Richard M. Stallman  <rms@gnu.org>
9445         * jka-compr.el (jka-compr-really-do-compress):
9446         Make variable buffer-local.
9448         * image-mode.el: Handle .xpm files too.
9449         (image-toggle-display): Preserve modification flag.
9451         * help.el (where-is): Don't mention aliases with no key bindings.
9453 2005-03-21  Lute Kamstra  <lute@gnu.org>
9455         * generic.el: Fix commentary section.  Don't require cl for
9456         compilation.
9457         (generic-mode-list): Add autoload cookie.
9458         (generic-use-find-file-hook, generic-lines-to-scan)
9459         (generic-find-file-regexp, generic-ignore-files-regexp)
9460         (generic-mode, generic-mode-find-file-hook)
9461         (generic-mode-ini-file-find-file-hook): Fix docstrings.
9462         (define-generic-mode): Make it a defmacro.  Fix docstring.
9463         (generic-mode-internal): Code cleanup.  Add autoload cookie.
9464         (generic-mode-set-comments): Code cleanup.
9465         * generic-x.el: Don't prevent compilation.  Don't require generic.
9466         Follow coding conventions.  Minor code cleanup.
9467         (etc-fstab-generic-mode): Add some keywords.
9468         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
9469         define-generic-mode like a function declaration.
9471 2005-03-21  Jay Belanger  <belanger@truman.edu>
9473         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
9474         changing modes.
9476 2005-03-21  Sam Steingold  <sds@gnu.org>
9478         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
9480 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
9482         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
9483         Add underscore to "f$ lexicals" regexp.
9485 2005-03-20  Juri Linkov  <juri@jurta.org>
9487         * subr.el (progress-reporter-do-update): When `min-value' is equal
9488         to `max-value', set `percentage' to 0 and prevent division by zero.
9490 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
9492         Sync with Tramp 2.0.48.
9494         * tramp.el (all): Change all addresses to .gnu.org.
9495         (tramp-append-tramp-buffers): New defun.
9496         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
9497         Catch `dont-send' signal.
9498         (tramp-set-auto-save-file-modes): Set always permissions, because
9499         there might be an old auto-saved file belonging to another
9500         original file.  This could be a security threat.  Reported by
9501         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
9502         Check for Emacs 21.3.50 removed.
9504         * tramp-smb.el (all): Remove debug construct for
9505         `with-parsed-tramp-file-name'.
9506         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
9507         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
9508         No error message if DIRECTORY or FILENAME doesn't exist.
9509         (tramp-smb-open-connection): Check existence of
9510         `tramp-smb-program'.
9512 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9514         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9515         Properly handle the case where the `m' or `s' command's argument is not
9516         yet terminated.
9517         (perl-indent-new-calculate): New function.
9518         (perl-indent-line): Use it.
9520 2005-03-20  Miles Bader  <miles@gnu.org>
9522         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
9523         in text-mode too.  Change to new face names.
9524         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
9525         Add `:weight bold' attribute.
9526         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
9528 2005-03-19  Juri Linkov  <juri@jurta.org>
9530         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
9532         * international/mule.el (auto-coding-alist): Sync with
9533         `auto-mode-alist' by adding upper case archive file extensions
9534         and adding ear/war to jar extension.
9536 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
9538         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
9539         running, restart it.
9541 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
9543         * finder.el (finder-current-item): Throw an error on an empty line.
9545         * man.el (Man-follow-manual-reference): If current-word returns
9546         nil, use "".
9548 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
9550         * simple.el (goto-line): Doc fix.
9552 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
9554         * files.el (save-buffer): Doc fix.
9556 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
9558         * recentf.el (recentf-cleanup-remote): New variable.
9559         (recentf-cleanup): Use it to conditionally check availability of
9560         remote files.
9562 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
9564         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
9565         function names.
9567 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
9569         * language/thai-word.el: New file.
9571 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9573         * files.el (backup-buffer): If the file's directory is not
9574         writable, use copy instead of move to backup the file.
9576 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
9578         * obsolete/keyswap.el: Moved to obsolete/ from term/.
9580 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9582         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
9583         Use functionp instead of symbolp and fboundp.  Reported by Drkm
9584         <darkman_spam@yahoo.fr>.
9585         (ps-print-version): New version 6.6.6.
9587 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
9589         * textmodes/table.el (table--line-column-position): New idiom.
9590         (table--row-column-insertion-point-p): New function to test
9591         validity of row and column insertion operation at a location.
9592         (table-global-menu, table-cell-menu): Use above functions for
9593         deterministic test operation.
9594         (table--editable-cell-p): Behave in deterministic fashion.
9596 2005-03-18  Juri Linkov  <juri@jurta.org>
9598         * isearch.el (isearch-lazy-highlight-new-loop):
9599         Make arguments beg and end optional.
9600         (isearch-update): Remove optional arguments nil from
9601         isearch-lazy-highlight-new-loop.
9602         (isearch-lazy-highlight-search): Let-bind case-fold-search to
9603         isearch-lazy-highlight-case-fold-search instead of
9604         isearch-case-fold-search, and let-bind isearch-regexp to
9605         isearch-lazy-highlight-regexp.
9606         Use isearch-lazy-highlight-last-string instead of isearch-string.
9608         * replace.el (perform-replace): Remove bindings of global
9609         variables isearch-string, isearch-regexp, isearch-case-fold-search.
9610         Add three new arguments to `replace-highlight'.
9611         (replace-highlight): Add arguments string, regexp, case-fold.
9612         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
9613         to allow isearch-lazy-highlight-new-loop to use these values
9614         to set corresponding isearch-lazy-highlight-* internal
9615         variables whose values lazy highlighting will use regardless of
9616         changes to global variables isearch-string, isearch-regexp,
9617         isearch-case-fold-search during lazy highlighting loop.
9618         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
9619         to `lazy-highlight-cleanup'.
9621         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
9622         (ispell-highlight-face): Set default face to `isearch' when
9623         lazy highlighting is enabled.
9624         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
9625         priority to 1.  Add lazy highlighting.
9626         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
9627         from `isearch-dehighlight'.
9629 2005-03-18  David Ponce  <david@dponce.com>
9631         * files.el (hack-local-variables): Do a case-insensitive search
9632         for End.
9634 2005-03-18  Juri Linkov  <juri@jurta.org>
9636         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
9637         `isearch-lazy-highlight-cleanup', add alias to old name and
9638         declare obsolete.  Add release numbers to other obsolete vars.
9639         (isearch-done, isearch-lazy-highlight-new-loop):
9640         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
9641         (lazy-highlight-cleanup) <variable>: Doc fix.
9642         (isearch-lazy-highlight-update): Rename obsolete
9643         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
9645 2005-03-18  Kenichi Handa  <handa@m17n.org>
9647         * language/thai-util.el: Fix categorization of Thai characters in
9648         thai-category-table.
9649         (thai-composition-pattern): Adjust it for the above change.
9650         (thai-self-insert-command, thai-compose-syllable): New functions.
9651         (thai-compose-region): Use thai-compose-syllable.
9652         (thai-compose-string): Likewise.
9653         (thai-composition-function): Likewise.
9654         (thai-auto-composition): New function.
9655         (thai-auto-composition-mode): New minor mode.
9657         * language/thai.el: Fix patterns to be registered in
9658         composition-function-table.
9660         * international/quail.el (quail-input-method): Locally bind
9661         inhibit-modification-hooks to t.
9663 2005-03-17  Richard M. Stallman  <rms@gnu.org>
9665         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
9666         (perl-mode): Use run-mode-hooks.
9668         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
9669         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
9670         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
9672         * mail/sendmail.el (sendmail-send-it): Reenable the code
9673         to compute resend-to-address and use it.
9675         * tar-mode.el (tar-mode): Turn off undo unconditionally.
9677         * image-mode.el: New file.
9679         * image.el (insert-sliced-image): Add autoload cookie.
9681         * font-lock.el (font-lock-lines-before): New user option.
9682         (font-lock-after-change-function): Obey it.
9684         * bindings.el (esc-map): Make M-g a prefix.
9685         Bind M-g g and M-g M-g to goto-line.
9687         * faces.el (face-id): Doc fix.
9689 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9691         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
9692         (rmail-show-message): Use rmail-unknown-mail-followup-to.
9693         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
9695         * mail/sendmail.el (mail-yank-ignored-headers)
9696         (mail-font-lock-keywords, mail-mode-fill-paragraph):
9697         Add Mail-Followup-To and Mail-Reply-To headers.
9698         (mail-citation-hook): Add autoload cookie.
9699         (mail-mode): Doc fix.
9700         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
9701         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
9702         (mail-mode-fill-paragraph): Handle those headers.
9703         (mail-mailing-lists): New variable.
9704         (mail-mail-reply-to, mail-mail-followup-to): New functions.
9706 2005-03-17  Juri Linkov  <juri@jurta.org>
9708         * isearch.el (isearch-fallback): Check for `(car previous)'
9709         before calling `isearch-other-end-state'.
9711 2005-03-17  Kim F. Storm  <storm@cua.dk>
9713         * simple.el (move-beginning-of-line): Move to beginning of buffer
9714         line, as well as beginning of screen line.
9716 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
9718         * calendar/diary-lib.el (mark-diary-entries): Use new optional
9719         argument REDRAW rather than calendar-redrawing variable.
9720         * calendar/calendar.el (calendar-redrawing): Delete.
9721         (redraw-calendar): Do not bind calendar-redrawing.
9723 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
9725         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
9726         diary-file buffer.
9728 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9730         * help.el (describe-mode): Allow a :minor-mode-function property to
9731         specify a different minor mode toggle function than the variable.
9732         * simple.el (auto-fill-function):
9733         * subr.el (add-minor-mode): Use it.
9735 2005-03-16  Kenichi Handa  <handa@m17n.org>
9737         * language/ethio-util.el (sera-being-called-by-w3): New variable.
9738         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
9739         (ethio-fidel-to-sera-buffer): Likewise.
9741 2005-03-16  Juri Linkov  <juri@jurta.org>
9743         * emacs-lisp/find-func.el (find-function-regexp):
9744         Add defun-emitting macro `menu-bar-make-toggle'.
9746         * isearch.el: Put `isearch-scroll' property to
9747         `split-window-horizontally'.
9749         * info.el: Update error messages for `debug-ignored-errors'.
9750         (Info-isearch-search): Doc fix.
9751         (Info-find-node): Move up code to go into info buffer before
9752         recording the node to the history.
9753         (Info-fontify-node): Fontify titles only if the next line
9754         has two or more `*', `=', `-', `.'.
9755         Display "go to this node" for empty (match-string 3).
9757 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9759         * term/mac-win.el: Add mouse pointer shape constants.
9761 2005-03-15  Kim F. Storm  <storm@cua.dk>
9763         * simple.el (move-beginning-of-line): Use vertical-motion.
9765 2005-03-15  Juri Linkov  <juri@jurta.org>
9767         * isearch.el (isearch-error): New variable.
9768         (isearch-invalid-regexp, isearch-within-brackets): Remove.
9769         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
9770         (isearch-within-brackets-state): Remove.
9771         (isearch-case-fold-search-state, isearch-pop-fun-state):
9772         Decrease frame index.
9773         (isearch-mode, isearch-top-state, isearch-push-state)
9774         (isearch-edit-string, isearch-abort, isearch-search-and-update)
9775         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
9776         (isearch-search, isearch-lazy-highlight-new-loop):
9777         Replace `isearch-invalid-regexp' with `isearch-error'.
9778         Remove `isearch-within-brackets'.
9779         (isearch-search): Add `search-failed' handler to `condition-case'.
9780         (isearch-lazy-highlight-search): Add `condition-case' to catch
9781         errors and allow `isearch-lazy-highlight-update' to try
9782         highlighting from the beginning of the window.
9783         (isearch-repeat): Move up code to set isearch-wrapped to t
9784         before calling isearch-wrap-function.
9786         * info.el (Info-isearch-initial-node): New internal variable.
9787         (Info-search): Signal an error in isearch mode when search leaves
9788         the initial node.  Signal an error when `bound' is non-nil and
9789         nothing was found in the current subfile.
9790         (Info-isearch-search): Remove `condition-case'.
9791         (Info-isearch-wrap): Don't wrap when search failed during leaving
9792         the initial node.  If `Info-isearch-search' is nil, wrap around
9793         the current node.
9794         (Info-isearch-start): New fun.
9795         (Info-mode): Add buffer-local hook `Info-isearch-start' to
9796         `isearch-mode-hook'.
9798 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9800         * simple.el (normal-erase-is-backspace): Set default to t if
9801         running on Mac.
9803         * term/mac-win.el (function-key-map): Sync with x-win.el.
9805 2005-03-15  Kenichi Handa  <handa@m17n.org>
9807         * international/mule-cmds.el (locale-language-names): Modify the
9808         format of elements and add more entries.
9809         (locale-preferred-coding-systems): Add more entries.
9810         (set-locale-environment): Adjust for the change of
9811         locale-language-names.
9813 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9815         * pcvs.el (smerge-ediff): Remove bogus autoload.
9817 2005-03-14  Lute Kamstra  <lute@gnu.org>
9819         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
9820         Ignore a `*' at the beginning of a line.
9822         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
9823         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
9824         subr.el.
9825         (dont-compile, eval-when-compile, eval-and-compile): Use declare
9826         to specify indentation.
9828         * generic.el (define-generic-mode): Let generic-mode-list be a
9829         list of strings; test membership with equal.
9831 2005-03-14  Kim F. Storm  <storm@cua.dk>
9833         * simple.el (next-line, previous-line): Add optional try-vscroll
9834         arg to recognize interactive use.  Pass it on to line-move.
9835         (line-move): Don't perform auto-window-vscroll when defining or
9836         executing keyboard macro to ensure consistent behavior.
9838 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9840         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
9842 2005-03-13  Lute Kamstra  <lute@gnu.org>
9844         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
9845         debugger-setup-buffer so that backtrace marks the frames set to
9846         debug-on-exit and we don't have to do it manually.  Set an extra
9847         debug-on-exit for macro's.
9848         (debugger-setup-buffer): Don't mark the top frame manually.
9850 2005-03-12  Lute Kamstra  <lute@gnu.org>
9852         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
9853         lisp-indent-function throughout.
9854         (with-no-warnings): Set lisp-indent-function property.
9856 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
9858         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
9859         Add entry for backslash.
9861 2005-03-12  Juri Linkov  <juri@jurta.org>
9863         * info.el (Info-search): Four fixes for backward search.
9865 2005-03-11  Jay Belanger  <belanger@truman.edu>
9867         * calc/calc.el (calc-language-alist): New variable.
9868         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
9869         (calc-embedded-find-modes): Use calc-language-alist instead of
9870         calc-embedded-language-alist.
9872 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9874         * calendar/calendar.el (calendar-redrawing): New internal
9875         variable.
9876         (redraw-calendar): Remove bogus save-excursion from previous
9877         change.  Bind calendar-redrawing to t for mark-diary-entries.
9878         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
9879         calendar if that is why we were called.
9881 2005-03-11  Kenichi Handa  <handa@m17n.org>
9883         * international/mule.el (make-coding-system): Set property
9884         coding-system-define-form to nil.
9885         (define-coding-system-alias): Likewise.
9887 2005-03-11  Kenichi Handa  <handa@m17n.org>
9889         These changes are suggested by Dave Love <fx@gnu.org>.
9891         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
9892         coding: tag.
9893         (adaptive-fill-regexp): Add more bullets.
9894         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
9895         regexps.
9897 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9899         * help.el (describe-mode): Properly handle non-trivial lighters.
9900         Don't ignore minor modes that are not listed in minor-mode-list.
9902         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
9903         feature ON when the user requests to turn it OFF.
9905 2005-03-10  Lute Kamstra  <lute@gnu.org>
9907         * emacs-lisp/debug.el (debug-entry-code): Delete it.
9908         (implement-debug-on-entry): New function to replace debug-entry-code.
9909         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
9910         second argument as the 2005-03-07 change makes it obsolete.
9911         (debug-on-entry, cancel-debug-on-entry): Update call to
9912         debug-on-entry-1.
9913         (debug, debugger-setup-buffer): Comment update.
9914         (debugger-frame-number): Update to work with implement-debug-on-entry.
9916 2005-03-10  Jay Belanger  <belanger@truman.edu>
9918         * calc/calc-embed.el (math-ms-args): Declare it.
9919         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
9920         math-ms-args.
9921         (calc-embedded-subst): Use math-multi-subst-rec to substitute
9922         variables.
9924 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
9926         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
9927         Use message-box.
9929         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
9930         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
9931         (tooltip-gud-tips): Simplify.
9932         (tooltip-gud-tips-p): Remove superfluous :set.
9933         (tooltip-gud-modes): Add fortran-mode.
9934         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
9936         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
9938 2005-03-09  Kim F. Storm  <storm@cua.dk>
9940         * play/animate.el (animate-place-char): Use forward-line instead
9941         of next-line to improve performance.
9943 2005-03-09  Simon Josefsson  <jas@extundo.com>
9945         * net/browse-url.el (browse-url-default-browser): Doc fix.
9947 2005-03-09  Miles Bader  <miles@gnu.org>
9949         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9950         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9952 2005-03-09  Kenichi Handa  <handa@m17n.org>
9954         * international/latin-1.el: Set case and syntax for 255 only if
9955         set-case-syntax-set-multibyte is nil.
9957         * textmodes/ispell.el (ispell-insert-word): New function.
9958         (ispell-word): Use ispell-insert-word to insert a new word.
9959         (ispell-process-line): Likewise.
9960         (ispell-complete-word): Likewise.
9962 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
9964         * calendar/calendar.el (redraw-calendar): Preserve point.
9965         Reported by Matt Hodges <MPHodges@member.fsf.org>.
9966         (calendar-week-start-day): Move after definition of
9967         redraw-calendar.  Delete buffer test, since redraw-calendar has
9968         that now.
9970         * calendar/diary-lib.el (mark-diary-entries): Only call
9971         redraw-calendar in the first of any recursive calls.
9972         Reported by Alan Shutko <ats@acm.org>.
9974 2005-03-08  Juri Linkov  <juri@jurta.org>
9976         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9977         (html-horizontal-rule, html-line, html-image, html-checkboxes)
9978         (html-radio-buttons): Add a space before the trailing `/>' where
9979         sgml-xml-mode is non-nil.
9980         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9981         the subsequent tag of the empty XML tag.
9982         (html-href-anchor): Don't set initial input to "http:".
9983         (html-image): Ask for the image URL and set point inside alt="".
9984         (html-name-anchor): Duplicate the name in the `id' attribute when
9985         sgml-xml-mode is non-nil.
9986         (html-paragraph): Remove \n before <p>.
9987         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9988         instead of `checked' when sgml-xml-mode is non-nil.
9990         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9991         Remove 1 space before #RRGGBB to not truncate it on terminal
9992         windows w/o fringes.  Remove 1 space between bg and fg examples
9993         to get more space.
9994         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9995         avoid byte-compile warnings.
9997         * image-file.el (image-file-handler): Put `safe-magic' property to
9998         `image-file-handler'.
10000         * info.el (Info-isearch-search): Emulate word search in
10001         isearching through multiple Info nodes with Info-search.
10002         (Info-isearch-wrap): Allow isearch-word.
10004 2005-03-08  Lute Kamstra  <lute@gnu.org>
10006         * emacs-lisp/debug.el (debugger-step-through): Make sure that
10007         stepping into the debugger's code is not possible.
10008         (debugger-jumping-flag): Docstring update.
10010 2005-03-08  Jay Belanger  <belanger@truman.edu>
10012         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10013         embedded mode begins.
10014         (calc-embedded-language-alist): New variable.
10015         (calc-embedded-find-modes): Use calc-embedded-language-alist to
10016         set default language mode.
10018 2005-03-08  Kenichi Handa  <handa@m17n.org>
10020         * international/ccl.el (define-ccl-program): Fix docstring about
10021         extra 256 bytes assured for the output buffer.
10023         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10024         Fix BUFFER_MAGNIFICATION to 2.
10025         (ccl-encode-mule-utf-16be-with-signature): Likewise.
10027 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
10029         * align.el (align-rules-list): Added an alignment rule for CSS
10030         declarations (applies to css-mode and html-mode buffers).
10032 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10034         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10036 2005-03-07  Kim F. Storm  <storm@cua.dk>
10038         * simple.el (move-beginning-of-line): New command.
10040         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10042         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10044         * emulation/cua-base.el: Put CUA move property on move-end-of-line
10045         and move-beginning-of-line.
10047         * apropos.el (apropos-print): Omit command from M-x ... RET.
10049 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
10051         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10052         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10054 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10056         * bindings.el (esc-map): Bind M-g to goto-line.
10058         * facemenu.el (global-map): Bind M-o, not M-g.
10060 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10062         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
10063         "Open Directory" as for "Open File".
10065 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
10067         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
10068         (push-mark-command): Run activate-mark-hook.
10070 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10072         * help-mode.el (help-mode-finish): Don't alter the element
10073         in view-return-to-alist if there already is one.
10075         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
10076         make sure the current buffer is the expected one.
10078         * novice.el (disabled-command-function): Output in *Disabled Command*.
10079         Explicitly ignore non-keyboard events, and explicitly handle C-g.
10081         * textmodes/flyspell.el (flyspell-large-region):
10082         Pass args differently for aspell.
10084         * files.el (mode-require-final-newline): Doc fix.
10086 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
10088         * progmodes/which-func.el (which-function):
10089         Specify NOERROR when calling imenu--make-index-alist.
10091 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10093         * simple.el (normal-erase-is-backspace): Define default value.
10095         * custom.el (custom-theme-set-variables): Remove unused var
10096         `immediate'.
10097         (custom-reevaluate-setting): Simple function to handle variables
10098         that are defined before their default value can really be
10099         computed.
10101         * startup.el (command-line): Use it for temporary-file-directory,
10102         small-emporary-file-directory, auto-save-file-name-transforms,
10103         blink-cursor-mode, and normal-erase-is-backspace.
10105         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
10106         progress, even with buggy anchored keywords.
10108 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10110         * simple.el (goto-line): Remove unbalanced final parenthesis.
10112 2005-03-05  Richard M. Stallman  <rms@gnu.org>
10114         * simple.el (goto-line): Use a number at point as the default.
10115         With C-u as arg, switch buffers.
10117 2005-03-05  Juri Linkov  <juri@jurta.org>
10119         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
10120         with `no-blinking-cursor'.
10122         * startup.el (no-blinking-cursor): New defvar.
10123         (command-line): Add `--no-blinking-cursor' to longopts.
10124         Set `no-blinking-cursor' to t for command line arguments
10125         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
10126         with `no-blinking-cursor' in the condition for calling
10127         `blink-cursor-mode'.
10129 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
10131         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
10132         (menu-bar-options-save): Add blink-cursor-mode.
10133         (menu-bar-options-menu): Add blink-cursor-mode.
10135 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
10137         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
10138         (icalendar-export-file, icalendar-export-region)
10139         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
10140         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
10142 2005-03-04  Lute Kamstra  <lute@gnu.org>
10144         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
10145         (debug-function-list): Ditto.
10147 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
10149         * textmodes/texinfmt.el (texinfo-append-refill):
10150         Redefine the types of line to which @refill
10151         is not appended by replacing a search for `@refill\\|@bye' with
10152         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
10153         itemize@refill' bug and the unfilled long lines bug.
10154         (texinfmt-version): Update number and date.
10156 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10158         * international/code-pages.el (windows-1250, windows-125[2-8])
10159         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
10161 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10163         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
10164         bound yet.
10166 2005-03-02  Romain Francoise  <romain@orebokech.com>
10168         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
10169         buffer after removing limits.
10170         (ibuffer-pop-filter): Ditto.
10171         Update copyright.
10173 2005-03-02  Miles Bader  <miles@gnu.org>
10175         * button.el (make-text-button): If the user doesn't specify a
10176         type, use the default.  Rewrite to use `add-text-properties' and
10177         plist functions.
10179 2005-03-01  Lute Kamstra  <lute@gnu.org>
10181         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
10182         (debugger-jumping-flag): New var.
10183         (debug-entry-code): Use it.
10184         (debugger-jump): Use debugger-jumping-flag and add
10185         debugger-reenable to post-command-hook.
10186         (debugger-reenable): Use debugger-jumping-flag and remove itself
10187         from post-command-hook.
10188         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
10189         debugger-reenable.
10191 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
10193         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
10194         inclusion of "itemize\\|", which may be unnecessary, is certainly
10195         inelegant, and stops refilling in itemize lists when formatting
10196         Japanese Texinfo files to Info.
10197         Update copyright to 2005.
10199 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
10201         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
10202         of an error if GDB can't find the source file.
10204 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
10206         * calendar/calendar.el (redraw-calendar): Work from any buffer,
10207         not just the calendar.
10209         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
10210         first.
10211         (diary-redraw-calendar): New function.
10212         (make-diary-entry): Add diary-redraw-calendar to local
10213         write-contents-functions.  Turn off selective display before
10214         inserting in diary.
10216 2005-03-01  Kim F. Storm  <storm@cua.dk>
10218         * emacs-lisp/copyright.el (copyright-fix-years): New command.
10220 2005-03-01  Lute Kamstra  <lute@gnu.org>
10222         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
10223         that debug-entry-code can be safely removed from a function while
10224         this code is being evaluated.  Revert the 2005-02-27 change as the
10225         new implementation no longer requires it.  Make sure that a
10226         function body containing just a string is not mistaken for a docstring.
10227         (debug): Skip one more frame in case of debug on entry.
10228         (debugger-setup-buffer): Delete one more frame line in case of
10229         debug on entry.
10230         (debugger-frame-number): Update to use the new text introduced by
10231         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
10233 2005-02-28  Kim F. Storm  <storm@cua.dk>
10235         * double.el (double-translate-key): Call force-window-update after
10236         read-event to avoid crash in redisplay.
10238 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
10241         (debug): Use it.  Move the inhibit-trace earlier.
10242         (debug-entry-code): New const.
10243         (debug-on-entry-1): Use it.
10245 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
10247         * international/utf-16.el (ccl-encode-mule-utf-16le):
10248         Fix BUFFER_MAGNIFICATION to 2.
10249         (ccl-encode-mule-utf-16be): Likewise.
10251 2005-02-28  Kenichi Handa  <handa@m17n.org>
10253         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10254         Fix BUFFER_MAGNIFICATION to 4.
10255         (ccl-encode-mule-utf-16be-with-signature): Likewise.
10257 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
10259         * speedbar.el (speedbar-update-flag): Doc fix.
10260         (speedbar-show-info-under-mouse): Give set-mouse-position the right
10261         argument.
10263 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10265         * reveal.el (reveal-post-command): Don't try to reveal overlays which
10266         have a non-nil `invisible' property but are actually visible.
10268         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
10269         for perldoc sections.
10270         (perl-outline-regexp, perl-outline-level): New var and function.
10271         (perl-mode): Use them.
10273 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
10275         * calendar/diary-lib.el (diary-remind): Discard any mark portion
10276         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
10278 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
10280         * cus-edit.el: Comment change.
10281         (custom-buffer-create-internal): Slightly reword text at top of
10282         Custom buffers.  Mention there that saving an option edits the
10283         init file.  Add link to Emacs manual node on `custom-file'.
10284         (custom-magic-alist): Rewrite individual State messages to use
10285         capitalized keywords.  Doc fix.
10287 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
10289         * calendar/calendar.el (calendar-buffer): Move above
10290         calendar-week-start-day.
10291         (calendar-week-start-day): Doc fix.  Add :set function.
10292         (calendar-minimum-window-height): New variable.
10293         (generate-calendar-window): Only resize window if selected-window
10294         is displaying the calendar buffer.  Use new variable
10295         calendar-minimum-window-height.
10296         (generate-calendar): Reword error message.
10297         (calendar-mode-map): Bind DEL to scroll-other-window-down.
10299 2005-02-27  Andreas Schwab  <schwab@suse.de>
10301         * vc.el (vc-do-command): Don't run command asynchronously when
10302         operating in a remote directory.
10304         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
10305         change from sync with Tramp 2.0.47.
10307 2005-02-27  Richard M. Stallman  <rms@gnu.org>
10309         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
10311         * textmodes/flyspell.el (flyspell-mode-on):
10312         Call ispell-change-dictionary only if necessary.
10314         * emacs-lisp/re-builder.el (regexp-builder): New function.
10316         * register.el (describe-register-1): Explicitly handle
10317         yank-excluded-properties = t.
10319         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
10320         (custom-magic-alist): Change the status descriptions again.
10321         (face widget-type): Total rewrite based on `restricted-sexp'
10322         to eliminate the confusing double hiding levels.
10324         * emacs-lisp/debug.el (debug-on-entry-1):
10325         If function body is empty, add nil as body form.
10327 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10329         * emacs-lisp/trace.el (inhibit-trace): New var.
10330         (trace-make-advice): Use it.
10332         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
10334 2005-02-26  Kim F. Storm  <storm@cua.dk>
10336         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
10337         (mouse-on-link-p, mouse-drag-region-1): Use it.
10339 2005-02-25  Lute Kamstra  <lute@gnu.org>
10341         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
10343 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
10345         * frame.el (blink-cursor-mode): Add :group keyword.
10347 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
10349         * calendar/icalendar.el (icalendar--decode-isodatetime):
10350         New optional argument DAY-SHIFT.
10351         (icalendar-export-region): Fix coding-system-for-write.
10352         (icalendar--convert-ical-to-diary): Shift end-day of all-day
10353         events by one.
10355 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10357         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
10359 2005-02-24  Kim F. Storm  <storm@cua.dk>
10361         * international/iso-acc.el (iso-accents-compose): Fix crash
10362         during redisplay.  Call force-window-update after read-event
10363         and delete-region to signal that window is not accurate.
10365 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
10368         Remove unused and inexistent var `inhibit-trace'.
10369         (debugger-mode): Use run-mode-hooks.
10370         (debugger-list-functions): Add buttons; setup xref stack.
10372 2005-02-23  Richard M. Stallman  <rms@gnu.org>
10374         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
10375         appointment says it was explicitly made.
10376         (appt-add): Set the 3rd element.
10377         (appt-make-list): Preserve explicit appointments.
10379         * subr.el (find-tag-default): Catch errors in forward-sexp.
10381 2005-02-23  Juri Linkov  <juri@jurta.org>
10383         * info.el (Info-isearch-search): New defcustom.
10384         (Info-isearch-search): Call the default isearch function
10385         when Info-isearch-search is nil.
10386         (Info-isearch-wrap): Use variable Info-isearch-search.
10388 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
10390         * cus-edit.el: Comment change.
10392 2005-02-22  Kim F. Storm  <storm@cua.dk>
10394         * progmodes/hideif.el (hide-ifdef-use-define-alist):
10395         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
10397 2005-02-22  Simon Josefsson  <jas@extundo.com>
10399         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
10400         New variable.
10401         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
10402         Oskarsson" <myrkraverk@users.sourceforget.net>.
10404 2005-02-22  Kim F. Storm  <storm@cua.dk>
10406         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
10407         check that window of that event is the selected window.
10408         (mouse-drag-region-1): Compare mouse event window to selected
10409         window before setting point.
10411         * tooltip.el (tooltip-show-help-function): Pass event to
10412         mouse-on-link-p so it can check selected window.
10414 2005-02-22  Kenichi Handa  <handa@m17n.org>
10416         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
10417         (ps-mule-show-warning): New function.
10418         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
10419         characters are found.
10421         * ps-print.el (ps-header-footer-string): Return a list of header
10422         and footer strings.
10424 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10426         * pcvs.el (cvs-retrieve-revision): Fix thinko.
10428 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10430         * frame.el (blink-cursor-mode): Use define-minor-mode.
10432         * term/mac-win.el (function-key-map): Use char-names more consistently.
10433         (file-name-coding-system): Only set it for MacOS-9.  The other case is
10434         already handled in mule-cmds.el (where it also works when mac-win.el
10435         is not used).
10437 2005-02-21  Kenichi Handa  <handa@m17n.org>
10439         * international/mule.el (ctext-pre-write-conversion): Always use
10440         " *code-converting-work*" buffer for work.
10442         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
10444 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
10446         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
10448 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
10450         * ses.el (undo-more): Restore defadvice, but only the part that
10451         allows changes outside the restricted area of the buffer.
10453 2005-02-20  Kim F. Storm  <storm@cua.dk>
10455         * simple.el (line-move): Add fourth optional arg try-vscroll which
10456         must be set to perform auto-window-vscroll.
10457         When moving backwards and doing auto-window-vscroll, automatically
10458         vscroll to the last part of lines which are taller than the window.
10459         (next-line, previous-line): Set try-vscroll arg on line-move.
10461 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
10463         * replace.el (query-replace, query-replace-regexp)
10464         (replace-string, replace-regexp): When operating on region, make
10465         the minibuffer prompt say so.
10467         * isearch.el (isearch-forward): Document isearch-query-replace and
10468         isearch-query-replace-regexp keybindings.
10470 2005-02-19  Jay Belanger  <belanger@truman.edu>
10472         * calc/calc-aent.el (math-read-token): Add local variable.
10474         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
10475         (calc-edit-top): Move declaration to earlier in file.
10476         (calc-edit-macro-repeats): Add local variables.
10478         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
10479         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
10480         calcFunc-tanh.
10481         Adjust integration rule for calcFunc-tan.
10483 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10485         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
10486         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
10487         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
10488         (viper-skip-separators): Bug fix.
10489         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
10490         particular major mode.
10491         (viper-del-backward-char-in-replace): Don't put deleted char on the
10492         kill ring.
10494         * viper-ex.el (viper-color-display-p): New function.
10495         (viper-has-face-support-p): Use viper-color-display-p.
10497         * viper-keym.el (viper-gnus-modifier-map): New keymap.
10499         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
10501         * viper-util.el (viper-glob-unix-files): Fix shell status check.
10502         (viper-file-remote-p): Make equivalent to file-remote-p.
10504         * viper.el (viper-major-mode-modifier-list):
10505         Use viper-gnus-modifier-map.
10507 2005-02-19  David Kastrup  <dak@gnu.org>
10509         * subr.el (subregexp-context-p): Fix garbled doc string by adding
10510         quoting.
10512 2005-02-19  Jay Belanger  <belanger@truman.edu>
10514         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
10515         Remove extra definitions.
10516         (calc-coth): New function.
10517         (calcFunc-cot): Fix `let'.
10519 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
10521         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
10522         the reasons we use "type pc" in these faces.
10524         * button.el (button): Ditto.
10526 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
10528         * replace.el (query-replace-read-from): Set the value of
10529         query-replace-from-history-variable to handle the case of an empty
10530         string entered to accept the suggested default.
10532         * net/tramp.el (tramp-file-name-for-operation):
10533         Use dired-call-process instead of dired-call-process-command.
10535 2005-02-19  Jay Belanger  <belanger@truman.edu>
10537         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
10538         (math-div-non-trig): New variables.
10539         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
10540         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
10541         (math-combine-prod, math-div-symb-fancy): Add simplifications for
10542         trig expressions.
10544 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
10546         * progmodes/gdb-ui.el (gdb-var-update-handler)
10547         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
10548         for watch expressions,
10549         (gdb-var-create-handler): Don't set speedbar-update-flag.
10550         (gdb-post-prompt): Simplify test for speedbar.
10552 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10554         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
10555         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
10556         we use the syntax table of the correct buffer.
10557         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
10558         Felix Gatzemeier.
10560         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
10561         (ediff-file-remote-p): Make synonymous with file-remote-p.
10562         In all deffaces ediff-*-face-*, use min-colors.
10564         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
10565         ediff-recurse-to-subdirectories.
10566         (ediff-mark-if-equal): Check that the arguments are strings, use
10567         ediff-same-contents (after to Felix Gatzemeier).
10569         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
10570         nil.
10572 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10574         * log-view.el (log-view-message-re): Fix up Subversion regexp.
10576 2005-02-18  David Kastrup  <dak@gnu.org>
10578         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
10579         use `mark-active' when defined.
10581 2005-02-18  Kenichi Handa  <handa@m17n.org>
10583         * ps-print.el (ps-font-info-database): New entry
10584         ZapfChancery-MediumItalic with correct font name.  Fix font name
10585         of the entry Zapf-Chancery-MediumItalic.
10587 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10589         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
10591 2005-02-16  Kim F. Storm  <storm@cua.dk>
10593         * ido.el (ido-fallback-command): Pass user input to fallback command.
10595 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
10597         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10598         (gdb-find-file-hook): Add server prefix.
10600 2005-02-16  Richard M. Stallman  <rms@gnu.org>
10602         * replace.el (perform-replace): Pass new args to replace-highlight.
10603         (replace-highlight): Take region args,
10604         and pass them to isearch-lazy-highlight-new-loop.
10606         * novice.el (disabled-command-hook): Autoload the defalias
10607         and the make-obsolete-variable call.
10609         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
10611         * isearch.el (isearch-lazy-highlight-start-limit)
10612         (isearch-lazy-highlight-end-limit): New variables limit
10613         the region for highlighting.
10614         (isearch-lazy-highlight-new-loop): New args BEG and END.
10615         (isearch-lazy-highlight-search): Use the new vars.
10616         (isearch-lazy-highlight-update): Likewise.
10618         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
10620         * cus-start.el (all): Use default-boundp.
10622 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
10624         * menu-bar.el (menu-bar-select-frame): Handle current frame.
10626 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
10628         * autorevert.el (auto-revert-stop-on-user-input)
10629         (auto-revert-verbose): Doc fixes.
10631 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
10633         * international/mule-cmds.el (set-locale-environment): Remove call
10634         to set-selection-coding-system on Windows.
10636 2005-02-15  Jay Belanger  <belanger@truman.edu>
10638         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
10639         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
10640         calcFunc-coth.
10641         (math-simplify-sqrt): Add simplifications.
10643         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
10644         to list.
10646         * calc/calc-ext.el: Add functions to autoloads.
10648         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
10649         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
10650         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
10651         (math-csc-raw, math-cot-raw): New functions.
10653         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
10655         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
10656         the variable name in a message.
10658         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
10659         calcFunc-csc, calcFunc-cot.
10661         * calc/calcalg2.el: Add derivative and integration rules for
10662         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
10663         calcFunc-csch, calcFunc-coth.
10664         (math-do-integral-methods): Add to checks for when to use
10665         substitutions.
10667         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
10669 2005-02-15  Lute Kamstra  <lute@gnu.org>
10671         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10672         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
10673         <monnier@iro.umontreal.ca>
10674         (lisp-outline-level): Improve efficiency.  Suggested by David
10675         Kastrup <dak@gnu.org>.
10677 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
10679         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
10680         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
10681         (gdb-set-gud-minor-mode-existing-buffers): New functions.
10682         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
10683         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
10685 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
10687         * cus-start.el (all): Comment change.
10689 2005-02-14  Lute Kamstra  <lute@gnu.org>
10691         * cus-start.el (all): Check if symbol is void.
10693 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
10695         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
10696         optional argument to \cite.
10698 2005-02-14  Richard M. Stallman  <rms@gnu.org>
10700         * cus-edit.el (custom-buffer-create-internal): Update help message.
10701         (custom-magic-alist): Update help messages.
10703         * cus-start.el (all): Allow a var to specify a standard value.
10705 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
10707         * custom.el (custom-theme-set-variables): Handle variable aliases.
10709         * frame.el (blink-cursor-timer): Doc fix.
10710         (blink-cursor): Make it an alias for `blink-cursor-mode' and
10711         declare obsolete.
10712         (blink-cursor-mode): Define with defcustom and use correct
10713         standard expression in that defcustom.
10714         * startup.el (command-line): Adapt to above changes in frame.el.
10716 2005-02-11  Lute Kamstra  <lute@gnu.org>
10718         * apropos.el (apropos-score-doc): Prevent division by zero.
10720 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
10722         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
10723         (icalendar--get-event-property-attributes)
10724         (icalendar--get-event-properties)
10725         (icalendar--datetime-to-diary-date): New functions.
10726         (icalendar--split-value): Doc fix.
10727         (icalendar--datetime-to-noneuropean-date)
10728         (icalendar--datetime-to-european-date): New optional argument
10729         SEPARATOR.  Return result as a string instead of a list.
10730         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
10731         (icalendar--convert-string-for-export): Rename arg S to STRING.
10732         (icalendar-export-region): Doc fix.  Change name of error buffer.
10733         Save output buffer.
10734         (icalendar-import-file): Add blank at end of prompt.
10735         (icalendar-import-buffer): Doc fix.  Do not switch to error
10736         buffer.  Indicate status in return value.
10737         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
10738         buffer.  Save output buffer.  Handle exception from recurrence
10739         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
10740         events.  Fix problems with weekly all-day events.
10742 2005-02-10  Richard M. Stallman  <rms@gnu.org>
10744         * simple.el (eval-expression-print-format):
10745         Avoid warning about edebug-active.
10747         * help.el (help-for-help-internal): Rename from help-for-help.
10748         (help-for-help): Define with defalias.
10750         * font-core.el (font-lock-default-function): Use with-no-warnings.
10752         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
10754         * custom.el (defface): Doc fix.
10756 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
10758         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
10759         width 0" to prevent word wrapping problems.
10761 2005-02-09  Kim F. Storm  <storm@cua.dk>
10763         * ido.el (ido-file-extensions-order): New defcustom.
10764         (ido-file-extension-lessp, ido-file-extension-aux)
10765         (ido-file-extension-order): New advanced file ordering.
10766         (ido-file-lessp): New simple file ordering.
10767         (ido-sort-list): Remove.
10768         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
10769         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
10771 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
10773         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
10774         that some versions of grep produce.
10775         (grep-mode-font-lock-keywords): Likewise.
10777 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
10779         * progmodes/gdb-ui.el (gdb-location-list): New variable.
10780         (gdb-cdir): Delete.
10781         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
10782         (gdb-source-info): Treat case when source file is in another
10783         directory properly.
10784         (gdb-get-location): New function.
10786 2005-02-07  Jay Belanger  <belanger@truman.edu>
10788         * calc/calc-prog.el (calc-write-parse-table-part)
10789         (calc-fix-token-name): Fix a check for language type.
10791         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
10793 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
10795         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
10796         as directory not writable.
10798 2005-02-07  Kim F. Storm  <storm@cua.dk>
10800         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
10801         (cua--standard-movement-commands): Remove list.
10802         Instead, set CUA property value to move for movement commands.
10803         (cua-movement-commands): Remove.  Users must set CUA prop instead.
10804         (cua--pre-command-handler): Check CUA property.
10805         (cua--init-keymaps): Don't remap undo commands.
10806         (cua-mode): Don't call cua--rectangle-on-off.
10808         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
10809         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
10810         (cua--rect-undo-set-point): New var.
10811         (cua--rectangle-undo-boundary): Setup undo apply entry.
10812         (cua--rect-undo-handler): New function for rectangle undo.
10813         (cua--rect-start-position, cua--rect-end-position): Add.
10814         (cua--rectangle-post-command): Call cua--rectangle-set-corners
10815         for restored rectangle.  Set point if cua--rect-undo-set-point.
10817 2005-02-06  Jay Belanger  <belanger@truman.edu>
10819         * calc/calc-lang.el (calc-tex-language): Display more information
10820         in messages.
10822         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
10823         in TeX mode.
10825 2005-02-06  Richard M. Stallman  <rms@gnu.org>
10827         * emacs-lisp/lisp.el (buffer-end): Doc fix.
10829 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10831         * net/ldap.el (ldap-search-internal): Support attributes with
10832         optional descriptions separated by a semi-colon, as in
10833         "userCertificate;binary".
10835 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10837         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
10838         isn't a cons (i.e. the version is 0).
10840 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
10842         * help.el (help-for-help): Doc fix.
10844 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
10846         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
10847         GDB-Windows on the menu-bar as this works better.
10849 2005-02-04  Jay Belanger  <belanger@truman.edu>
10851         * calc/calc-embed.el (calc-embedded-update): Don't put in
10852         unnecessary newlines.  Adjust the end of formula marker.
10854         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
10855         (math-latex-parse-two-args): New function.
10857 2005-02-03  Lute Kamstra  <lute@gnu.org>
10859         * help-fns.el (help-with-tutorial): Make sure that users cannot
10860         remove the entire text of the tutorial by means of `undo'.
10862 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10864         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
10865         in recent changes, where the ispell process was repeatedly
10866         killed & restarted.
10868         * international/mule-cmds.el (set-locale-environment): Set file-name
10869         coding system to utf-8 on Darwin systems.
10870         (set-default-coding-systems): Don't set default-file-name-coding-system
10871         on Darwin systems.
10873 2005-02-03  Richard M. Stallman  <rms@gnu.org>
10875         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
10877 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
10879         * faces.el (list-faces-display): Add optional argument.
10881 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * font-core.el (font-lock-default-function): Handle the rare case where
10884         only font-lock-keywords is set.
10886 2005-02-02  Kenichi Handa  <handa@m17n.org>
10888         * international/characters.el: Cancel previous change for
10889         I-WITH-DOT-ABOVE and DOTLESS-i.
10891         * international/latin-5.el: Cancel previous change.
10893 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
10895         * progmodes/gud.el: Correction to syntax in gud-menu-map.
10897 2005-02-02  Kenichi Handa  <handa@m17n.org>
10899         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
10900         DOTLESS-i.
10902         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
10903         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
10905         * case-table.el (get-upcase-table): New function.
10906         (copy-case-table): Copy upcaes table too if non-nil.
10907         (set-case-syntax-delims): Maintain upcase table too.
10908         (set-case-syntax-pair): Likewise.
10909         (set-upcase-syntax, set-downcase-syntax): New functions.
10910         (set-case-syntax): Maintain upcase table too.
10912 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
10914         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
10916         * progmodes/gud.el (gud-goto-info): New function.
10917         (gud-tool-bar-map): Use correct icon.
10919 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
10921         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
10922         When delegating, order args in the funcall correctly.
10924 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
10926         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
10928 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
10930         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
10931         buffer not visiting a file.
10933 2005-01-31  Jay Belanger  <belanger@truman.edu>
10935         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10936         bound on the line with the formula.
10938 2005-01-31  Kim F. Storm  <storm@cua.dk>
10940         * ses.el (ses-create-cell-variable-range)
10941         (ses-destroy-cell-variable-range, ses-reset-header-string)
10942         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10943         (ses-insert-row): Fix format of apply undo entries.
10945 2005-01-31  Jay Belanger  <belanger@truman.edu>
10947         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10948         parts.
10950         * calc/calc-embed.el (calc-embedded-open-formula)
10951         (calc-embedded-close-formula): Ignore matrix environments.
10953         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10954         TeX mode.
10956         * calc/calc-lang.el (math-function-table, math-oper-table)
10957         (math-variable-table): Adjust the LaTeX portions.
10959         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10960         (math-latex-ignore-words): New constant.
10962 2005-01-31  Richard M. Stallman  <rms@gnu.org>
10964         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10965         (ispell-local-dictionary): Doc fix.
10966         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10967         Don't reinitialize at run time.  Don't defcustom.
10968         All uses changed to append ispell-local-dictionary-alist,
10969         or check it first.
10970         (ispell-current-dictionary): New variable for dictionary in use.
10971         (ispell-dictionary): Now used only for global default.
10972         (ispell-start-process): Set ispell-current-dictionary,
10973         not ispell-dictionary.
10974         (ispell-change-dictionary): Use this only for setting
10975         user preferences.
10976         (ispell-internal-change-dictionary): New function
10977         to change the current dictionary in use.
10978         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10979         Use ispell-current-dictionary.
10980         Handle ispell-local-dictionary-overridden.
10981         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10983 2005-01-31  Jay Belanger  <belanger@truman.edu>
10985         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10987         * calc/calc-ext.el: Add calc-latex-language to autoloads.
10988         (calc-mode-map): Add calc-latex-language.
10990         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10991         (math-latex-print-frac): New functions.
10992         (math-oper-table, math-function-table, math-variable-table)
10993         (math-complex-format, math-input-filter): Add latex properties.
10994         (calc-set-language): Set math-expr-special-function-mapping.
10996         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10997         (calc-write-parse-table-part): Add LaTeX support.
10999         * calc/calc.el (calc-language): Adjust docstring.
11000         (calc-set-mode-line): Add LaTeX support.
11001         (math-expr-special-function-mapping): New variable.
11002         (math-tex-ignore-words): Add to list.
11004         * calc/calccomp.el (math-compose-expr, math-compose-rows):
11005         Add LaTeX support.
11006         (math-compose-expr): Add support for special functions.
11008         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11010 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
11012         * progmodes/gdb-ui.el (gdb-memory-address)
11013         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11014         (gdb-memory-mode-map, gdb-memory-format-keymap)
11015         (gdb-memory-format-menu, gdb-memory-unit-keymap)
11016         (gdb-memory-unit-menu): New variables for a buffer
11017         that lets the user examine program memory.
11018         (gdb-memory-set-address, gdb-memory-set-repeat-count)
11019         (gdb-memory-format-binary, gdb-memory-format-octal)
11020         (gdb-memory-format-unsigned, gdb-memory-format-signed)
11021         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11022         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11023         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11024         (gdb-memory-unit-byte, gdb-memory-unit-menu)
11025         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11026         (gdb-memory-mode, gdb-memory-buffer-name)
11027         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11028         New functions for above buffer.
11030 2005-01-30  Richard M. Stallman  <rms@gnu.org>
11032         * cus-edit.el (custom-bury-buffer): Function deleted.
11033         (custom-buffer-done-function): Option deleted.
11034         (custom-buffer-done-kill): New (replacement option.
11035         (Custom-buffer-done): Call quit-window.
11036         (custom-buffer-create-internal): Update for above changes.
11038 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
11040         * simple.el (undo-ask-before-discard): New var.
11041         (undo-outer-limit-truncate): Implement it.
11042         (undo-extra-outer-limit): Doc update.
11044 2005-01-29  Richard M. Stallman  <rms@gnu.org>
11046         * ses.el (undo-more): Delete defadvice.
11047         (ses-begin-change): Doc fix.
11049         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11050         instead of rebinding C-x u and C-_.
11052         * files.el (normal-backup-enable-predicate): Return nil for files
11053         in /tmp, regardless of temporary-file-directory.
11055         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11057         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
11058         (open-rectangle, delete-whitespace-rectangle-line)
11059         (clear-rectangle-line): If FILL, pass t instead of FILL
11060         for move-to-column's 2nd arg.
11062         * simple.el (undo): Fix the test for continuing a series of undos.
11063         (undo-more): Set pending-undo-list to t when we reach end.
11064         (pending-undo-list): Move up defvar.
11066         * wid-edit.el (widget-button-click):
11067         Shorten the range of the track-mouse binding.
11069         * comint.el (comint-insert-input): Undo previous changes;
11070         use last-input-event in interactive spec.
11072 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
11074         * progmodes/compile.el (compilation-start): Bind buffer-read-only
11075         to nil before invoking call-process.  Reset buffer's modified flag
11076         after fontifying it in the no-async branch.
11078         * wid-edit.el (widget-specify-button): If mouse pointer shape
11079         cannot be changed, use mouse face instead.
11081 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
11083         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11084         (gdb-goto-breakpoint): Make breakpoint handling work on template
11085         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
11086         (gdb-assembler-custom): Update to recognize breakpoint information
11087         added on 2005-01-19.
11089 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11091         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
11092         (dsssl-mode): Use define-derived-mode.
11093         (scheme-mode-initialize): Remove.
11094         (scheme-mode): Use run-mode-hooks.
11096         * cus-edit.el (customize-group-other-window)
11097         (custom-buffer-create-other-window): Don't override special-display-*.
11098         (custom-mode-map): Make it dense.
11100         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
11101         sets the default value.
11103 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
11105         * descr-text.el: Add more keywords.
11107 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11109         * speedbar.el: Avoid unnecessary use of locate-library.
11111         * international/mule-cmds.el (standard-display-european-internal):
11112         Don't fiddle with latin-1 non-break space any more since it's now
11113         special cased in the C code.
11114         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
11116 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
11118         * cus-start.el (all): Add `undo-outer-limit'.
11120 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11122         * textmodes/bibtex.el (bibtex-format-entry):
11123         Use `bibtex-empty-field-re' only on the text of fields, not on entire
11124         field lines.
11125         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
11126         not on part of a buffer.
11128 2005-01-25  Lute Kamstra  <lute@gnu.org>
11130         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
11131         nonempty field text strings like "{letters\\macro{}more letters}".
11132         Clarify docstring.
11133         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
11134         (bibtex-entry-offset, bibtex-parse-association)
11135         (bibtex-parse-field-name): Fix typos in docstrings.
11136         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
11138 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
11140         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
11141         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
11142         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
11143         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
11145         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
11146         isearch minor mode.
11148 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
11150         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
11152 2005-01-24  Lute Kamstra  <lute@gnu.org>
11154         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
11155         CASECHARS and NOT-CASECHARS regular expressions of the
11156         "nederlands" and "nederlands8" dictionaries to prevent a "Range
11157         striding over charsets" error.
11159 2005-01-24  Jay Belanger  <belanger@truman.edu>
11161         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
11162         display variable name.
11164 2005-01-24  Kenichi Handa  <handa@m17n.org>
11166         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
11167         Fix setting of the element of encoded-kbd-iso2022-invocations.
11169 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
11171         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11172         (gdb-threads-select): Change to also accept mouse events.
11173         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
11174         (gdb-threads-mouse-select): Delete.
11176 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
11178         * files.el (insert-directory): Take care of empty directory,
11179         listed without -a switch.
11181 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11183         * textmodes/refill.el (refill-post-command-function):
11184         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
11185         to the list of functions that we should be careful not to undo.
11186         (refill-late-fill-paragraph-function): Remove.
11187         (refill-saved-state): New var.
11188         (refill-mode): Use it to save fill-paragraph-function.
11189         Save also the value of auto-fill-function.
11191         * term/w32-win.el: Simplify code.
11193 2005-01-23  Kim F. Storm  <storm@cua.dk>
11195         * simple.el (line-move): Adapt to new return value from
11196         pos-visible-in-window-p.
11198         * simple.el (line-move): Fix last change.  Check partial
11199         visibility at point rather than at window-start.
11201 2005-01-22  Jason Rumney  <jasonr@gnu.org>
11203         * term/w32-win.el (xw-defined-colors): Remove debug-message.
11205 2005-01-22  David Kastrup  <dak@gnu.org>
11207         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
11209 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
11211         * type-break.el (type-break-mode): Add a test for
11212         type-break-file-name being non-nil.
11214 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11216         * net/eudc.el (top level): Call (message "") via progn, so that
11217         eudc-options-file is loaded.
11219 2005-01-22  Kim F. Storm  <storm@cua.dk>
11221         * simple.el (line-move-1): Rename from line-move.
11222         (line-move): New function that adjusts vscroll for partially
11223         visible rows, and calls line-move-1 otherwise.
11225 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
11227         * pcomplete.el: Define pcomplete-read-event instead of read-event,
11228         since it's not a complete read-event implementation
11230 2005-01-20  Jay Belanger  <belanger@truman.edu>
11232         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
11233         for called function.
11235 2005-01-20  Steven Tamm  <steventamm@mac.com>
11237         * term/mac-win.el (process-connection-type): Remove.
11238         Controlled now by s/darwin.h:PTY_ITERATION.
11240 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * window.el (handle-select-window): Don't switch window when we're
11243         in the minibuffer.
11245 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
11247         * subr.el (dotimes-with-progress-reporter): New macro.
11249         * ses.el (ses-dotimes-msg): Remove macro.
11250         Use `dotimes-with-progress-reporter' instead.
11252 2005-01-19  Steven Tamm  <steventamm@mac.com>
11254         * term/mac-win.el (process-connection-type): Use new
11255         operating-system-release variable to use ptys on Darwin 7 (OS X
11256         10.3) when using carbon build.
11258 2005-01-19  Jay Belanger  <belanger@truman.edu>
11260         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
11261         flags if the last command was a tab or M-tab.
11263         * calc/calc-prog.el (calc-user-define-edit): Put original formula
11264         in formula editing buffer.
11266 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
11268         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
11269         breakpoint image symbol in margin.
11271 2005-01-19  Jay Belanger  <belanger@truman.edu>
11273         * calc/calc-prog.el (calc-execute-kbd-macro):
11274         Ignore calc-keep-arg-flag.
11276 2005-01-19  Kenichi Handa  <handa@m17n.org>
11278         * textmodes/ispell.el (ispell-looking-at): New function.
11279         (ispell-process-line): Use ispell-looking-at to compare the ispell
11280         output and the buffer contents.
11282 2005-01-18  Jay Belanger  <belanger@truman.edu>
11284         * calc/calc.el (calc-display-raw): Fix docstring.
11286 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11288         * simple.el (blink-matching-open): Strip extra info from syntax.
11290         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
11291         funny chars in the end-of-here-doc marker.
11293 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
11295         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
11296         that enable/disabled state of breakpoints is shown correctly in
11297         fringe and on ttys.
11298         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
11299         Add breakpoint information as text properties.
11300         (gdb-mouse-toggle-breakpoint):
11301         Rename to gdb-mouse-set-clear-breakpoint.
11302         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
11303         breakpoints in the margin.
11304         (gdb-remove-strings): Simplify.
11306 2005-01-17  Jay Belanger  <belanger@truman.edu>
11308         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
11309         erasing buffer.
11311 2005-01-17  Richard M. Stallman  <rms@gnu.org>
11313         * progmodes/grep.el (grep-find): Copy from `grep' the condition
11314         for calling grep-compute-defaults.
11316         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
11317         if buffer is empty.
11319         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
11321 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * hilit-chg.el (highlight-changes-mode): Don't autoload.
11325         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
11326         non-preloaded variables.
11328 2005-01-17  Steven Tamm  <steventamm@mac.com>
11330         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
11331         tex-shell cause to force interactivity when using pipes.
11333 2005-01-17  Kim F. Storm  <storm@cua.dk>
11335         * simple.el (just-one-space): Make arg optional.
11337 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
11339         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
11340         posn-at-x-y to t to access left-margin.
11342 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
11344         Sync with Tramp 2.0.47.
11346         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
11347         catching keep-date problems in cp/scp operations.
11348         (tramp-handle-copy-file): Don't call `set-file-modes'
11349         unconditionally.  Specialized functions should know better what is
11350         necessary.  This improves performance a little bit, and the
11351         functions could catch errors with `cp -p' and `scp -p'.
11352         (tramp-do-copy-or-rename-file-via-buffer)
11353         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
11354         when appropriate.
11355         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
11356         Call `set-file-modes' when appropriate.
11357         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
11358         Johnsson <isak@hypergene.com>
11359         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
11360         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
11361         <joakim@verona.se>
11362         (tramp-file-name-for-operation): Mark `shell-command' as magic for
11363         Emacs only.
11365         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
11366         `find-file-hooks' and `dired-mode-hook'.
11367         (tramp-minor-mode-map): Respective map.  Add remapping for
11368         `compile' and `recompile'.
11369         (tramp-remap-command, tramp-recompile): New defuns.
11370         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
11371         in buffer "*Compilation*".  Call the commands asynchronously.
11373         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
11374         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
11375         `shell-command', because it isn't magic in XEmacs.  Reported by
11376         Adrian Aichner <adrian@xemacs.org>.
11378         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11379         `substitute-in-file-name.
11380         (tramp-smb-handle-substitute-in-file-name): New defun.
11381         (tramp-smb-advice-PC-do-completion): Delete advice.
11383 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
11385         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
11386         Fix error in deleting region.
11388 2005-01-15  Richard M. Stallman  <rms@gnu.org>
11390         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
11391         In non-temp buffer, switch syntax table temporarily.
11393         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
11395         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
11397         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
11399         * imenu.el (imenu--split-menu): Copy menulist before sorting.
11400         (imenu--generic-function): Use START, not BEG, as pos of definition.
11402         * simple.el (just-one-space): Argument specifies number of spaces.
11404         * simple.el (eval-expression-print-format): Avoid warning
11405         about edebug-active.
11407 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
11409         * progmodes/sh-script.el: Code copied from make-mode.el
11410         with small changes,
11411         (sh-mode-map): Bind C-c C-\.
11412         (sh-backslash-column, sh-backslash-align): New variables.
11413         (sh-backslash-region, sh-append-backslash): New functions.
11415 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11417         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
11418         (rmail-pop-password, rmail-pop-password-required): Move to
11419         rmail-obsolete group.
11420         (rmail-set-pop-password): Rename to rmail-set-remote-password.
11421         All callers updated.
11422         (rmail-get-pop-password): Rename to rmail-get-remote-password.
11423         Take an argument specifying whether it is POP or IMAP mailbox we
11424         are using.  All callers updated.
11425         (rmail-pop-password-error): Rename to
11426         rmail-remote-password-error.  Added mailutils-specific error message.
11427         (rmail-movemail-search-path)
11428         (rmail-movemail-variant-in-use): New variables.
11429         (rmail-remote-password, rmail-remote-password-required):
11430         New customization variables.
11431         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
11432         (rmail-parse-url): New function.
11433         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
11434         with GNU mailutils movemail.
11436 2005-01-15  Kevin Ryde  <user42@zip.com.au>
11438         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
11439         suffix to space, $ or '$, to correctly position point when going
11440         to @table style constants like DBL_MAX.
11442 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
11444         * type-break.el (type-break-mode, type-break-file-time)
11445         (type-break-file-keystroke-count, type-break-choose-file):
11446         Don't store data in or load data from the file if type-break-file-name
11447         is nil.
11448         (type-break-file-name): Doc update as per the above.
11450 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
11452         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
11453         lookup-key might return nil; handle that.
11455 2005-01-15  Alan Mackenzie  <acm@muc.de>
11457         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
11458         rather than the element found, thus enabling the tree to be setcar'd.
11460 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
11462         * textmodes/org.el (org-show-following-heading): New option.
11463         (org-show-hierarchy-above): Use `org-show-following-heading'.
11464         (org-cycle): Documentation fix.
11466         * textmodes/org.el (orgtbl-optimized): New option
11467         (orgtbl-mode): New command, a minor mode.
11468         (orgtbl-mode-map): New variable.
11469         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
11470         (orgtbl-error, orgtbl-self-insert-command)
11471         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
11473         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
11474         a local variable in each org-mode buffer.
11476         * textmodes/org.el (org-set-regexps-and-options): Rename from
11477         `org-set-regexps'.  Added checking for STARTUP keyword.
11478         (org-get-current-options): Add STARTUP options.
11479         (org-table-insert-row): Make mode intelligent about when
11480         realignment is needed.
11481         (org-self-insert-command, org-delete-backward-char, org-delete-char):
11482         New commands.
11483         (org-enable-table-editor): New default value `optimized'.
11484         (org-table-blank-field): Support blanking regions if active.
11486 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
11488         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
11489         if the year is not given.
11491         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
11492         Add new escapes %m and %M, fixed bug with %F by adding
11493         save-match-data.
11494         (reftex-reference): Remove ?. from list of spaces.
11495         (reftex-label-info): Add automatic label prefix recognition.
11497         * textmodes/reftex-index.el (reftex-index-next-phrase):
11498         Add slave parameter to call of `reftex-index-this-phrase'.
11499         (reftex-index-this-phrase): New optional argument.
11500         (reftex-index-region-phrases): Add slave parameter to call of
11501         `reftex-index-this-phrase'.
11502         (reftex-display-index): New argument redo.
11503         (reftex-index-rescan): Add 'redo to arguments of
11504         `reftex-display-index'.
11505         (reftex-index-Rescan, reftex-index-revert)
11506         (reftex-index-switch-index-tag): Add 'redo to arguments of
11507         `reftex-display-index'.
11508         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
11509         indexing.  Fix bug with matching is there is a quote before or
11510         after the word.
11512         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
11513         Fix bug when collecting citation keys in lines with comments.
11514         (reftex-citation): Prefix argument no longer rescans the document,
11515         but forces prompting for optional arguments of cite macros.
11516         (reftex-do-citation): Prompting for optional arguments implemented.
11518         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11519         Add optional arguments to most cite commands.
11520         (reftex-cite-cleanup-optional-args): New option
11521         (reftex-cite-prompt-optional-args): New option.
11522         (reftex-trust-label-prefix): New option.
11524         * textmodes/reftex-toc.el (reftex-toc-find-section):
11525         Add push-mark before changing the position in the buffer.
11527         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
11528         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
11530 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
11532         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
11533         more carefully.
11535 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
11538         (sgml-mode): Use it.
11539         (sgml-get-context): Better keep track of implicitly closed tags.
11541 2005-01-13  Kenichi Handa  <handa@m17n.org>
11543         * textmodes/ispell.el: These changes are to fix misalignment error
11544         caused by equivalent characters of different Emacs charsets.
11545         (ispell-unified-chars-table): New variable.
11546         (ispell-get-decoded-string): New function.
11547         (ispell-get-casechars, ispell-get-not-casechars)
11548         (ispell-get-otherchars): Call ispell-get-decoded-string.
11550 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11552         * custom.el (custom-declare-variable): Just put symbol instead
11553         of (defvar . symbol) in `current-load-list'.
11555 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11557         * emacs-lisp/elint.el: Fixed typo in Commentary section.
11559 2005-01-12  Jay Belanger  <belanger@truman.edu>
11561         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
11562         to create a Calc summary.
11564 2005-01-12  Kim F. Storm  <storm@cua.dk>
11566         * mouse.el (mouse-on-link-p): Change functionality and doc
11567         string to comply with latest description in lisp ref.
11569 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
11571         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
11572         Enable mouse clicks on mode-line, header-line and margin.
11573         (event-type): Give mouse event symbols an 'event-kind property
11574         with value 'mouse-click.
11576 2005-01-12  Juri Linkov  <juri@jurta.org>
11578         * facemenu.el (list-colors-display): Add new arg buffer-name.
11579         Use it.  Fix docstring.  Replace code for identifying duplicate
11580         colors by the name with call to `list-colors-duplicates' which
11581         identifies duplicate colors by the value unless the color
11582         is one of special Windows colors.  Set truncate-lines to t.
11583         Print sorted duplicate color names on each line.  Indent to 22
11584         \(the longest color name in rgb.txt) instead of 20.  Optimize.
11585         (list-colors-duplicates): New function.
11586         (facemenu-color-name-equal): Delete function.
11588         * facemenu.el (list-colors-print): New function created from code
11589         in list-colors-display.  Print #RRGGBB at the window right edge.
11590         (list-colors-display): When temp-buffer-show-function is not
11591         defined, call list-colors-print from temp-buffer-show-hook
11592         to get the right value of window-width in list-colors-print
11593         after the buffer is displayed.
11595         * simple.el (pop-mark): Move deactivate-mark out of conditional
11596         part to deactivate the active mark regardless of the state of the
11597         mark ring.
11599         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
11600         variables line in desktop files.
11602 2005-01-12  Juri Linkov  <juri@jurta.org>
11604         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
11605         Bring together isearch highlight related options.
11606         (lazy-highlight): Replace group `replace' by `matching'.
11607         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11608         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11609         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
11610         and declare them obsolete.
11611         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
11612         (isearch-faces): Remove defgroup.
11613         (isearch-overlay, isearch-highlight, isearch-dehighlight):
11614         Move isearch highlighting code closer to lazy highlighting code.
11616         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
11617         (query-replace-highlight, query-replace-lazy-highlight)
11618         (query-replace): Move definitions to the beginning of the file.
11620 2005-01-11  Juri Linkov  <juri@jurta.org>
11622         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
11623         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
11624         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
11626         * info.el (Info-history-forward): New variable.
11627         (Info-select-node): Reset Info-history-forward to nil.
11628         (Info-last): Turn into defalias.
11629         (Info-history-back): Rename from Info-last.
11630         Add current node to Info-history-forward.
11631         (Info-history-forward): New fun.
11632         (Info-mode-map): Replace Info-last by Info-history-back.
11633         Bind Info-history-forward to "r".
11634         (Info-mode-menu): Replace Info-last by Info-history-back.
11635         Fix menu item text.  Add menu item for Info-history-forward.
11636         (info-tool-bar-map): Replace Info-last by Info-history-back.
11637         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
11638         for Info-history-forward.
11639         (Info-mode): Replace Info-last by Info-history-back in docstring.
11640         Add local variable Info-history-forward.
11641         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
11643 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11645         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
11646         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
11647         Ignore select-window events rather than fiddle with
11648         mouse-autoselect-window.
11650 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
11652         * type-break.el (type-break-mode): Fix previous change.
11654 2005-01-10  Jay Belanger  <belanger@truman.edu>
11656         * calc/calc-ext.el (calc-reset): Reset when inside embedded
11657         calculator; only reset when point is inside a calculator.
11658         Don't adjust the window height if the window takes up the whole height
11659         of the frame.
11661 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
11663         * ebuff-menu.el (Electric-buffer-menu-mode):
11664         Preserve value of buffer-local var header-line-format.
11666 2005-01-09  Jay Belanger  <belanger@truman.edu>
11668         * calc/calc.el (calc-mode-var-list-restore-saved-values):
11669         Make sure settings file exists before accessing it.
11671         * calc/calc-embed.el (calc-embedded-subst):
11672         Replace math-multi-subst-rec, which is only supposed to be called
11673         by math-multi-subst, by math-multi-subst.
11675 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
11677         * vc.el (vc-allow-async-revert): New user option.
11678         (vc-disable-async-diff): New internal variable.
11679         (vc-revert-buffer): Use them to disable asynchronous diff.
11681         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
11682         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
11683         asynchronously if vc-disable-async-diff is t.
11685 2005-01-09  Jay Belanger  <belanger@truman.edu>
11687         * calc/calc.el (defcalcmodevar): New macro.
11688         (calc-mode-var-list-restore-default-values)
11689         (calc-mode-var-list-restore-saved-values): New functions.
11690         (calc-mode-var-list): Use defcalcmodevar to define it.
11691         (calc-always-load-extensions, calc-line-numbering)
11692         (calc-line-breaking, calc-display-just, calc-display-origin)
11693         (calc-number-radix, calc-leading-zeros, calc-group-digits)
11694         (calc-group-char, calc-point-char, calc-frac-format)
11695         (calc-prefer-frac, calc-hms-format, calc-date-format)
11696         (calc-float-format, calc-full-float-format, calc-complex-format)
11697         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11698         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11699         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11700         (calc-matrix-brackets, calc-language, calc-language-option)
11701         (calc-left-label, calc-right-label, calc-word-size)
11702         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11703         (calc-display-raw, calc-internal-prec, calc-angle-mode)
11704         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11705         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11706         (calc-window-height, calc-display-trail, calc-show-selections)
11707         (calc-use-selections, calc-assoc-selections)
11708         (calc-display-working-message, calc-auto-why, calc-timing)
11709         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
11710         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
11711         (calc-gnuplot-default-device, calc-gnuplot-default-output)
11712         (calc-gnuplot-print-device, calc-gnuplot-print-output)
11713         (calc-gnuplot-geometry, calc-graph-default-resolution)
11714         (calc-graph-default-resolution-3d, calc-invocation-macro)
11715         (calc-show-banner): Use defcalcmodevar to declare them and set
11716         their default values.
11718         * calc/calc-ext.el (calc-reset): Restore saved values of variables
11719         instead of default values (but restore default values if there is
11720         an argument of 0).
11722 2005-01-09  David Kastrup  <dak@gnu.org>
11724         * desktop.el (desktop-restore-eager): Fix typo in type.
11726 2005-01-08  Richard M. Stallman  <rms@gnu.org>
11728         * cus-edit.el (customize): Delete :link.
11730 2005-01-08  Jay Belanger  <belanger@truman.edu>
11732         * calc/calc.el (calc-mode): Remove the extension from the
11733         `calc-settings-file' file name when loading it.
11735 2005-01-08  Kim F. Storm  <storm@cua.dk>
11737         * info.el (Info-mode-map, Info-next-link-keymap)
11738         (Info-prev-link-keymap, Info-up-link-keymap):
11739         Map follow-link to mouse-face.
11740         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
11742 2005-01-08  Jay Belanger  <belanger@truman.edu>
11744         * calc/calc.el (calc-settings-file): Change default value.
11745         Suggested by cgw in a comment in calc-mode.el.
11747         * calc/calc-mode.el (calc-settings-file-name):
11748         Compare calc-settings-file to user-init-file instead of ~/.emacs.
11749         Replace ~/.emacs in a prompt by calc-settings-file.
11751 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
11753         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
11754         (desktop-lazy-idle-delay): New customizable variables.
11755         (desktop-buffer-args-list): New variable.
11756         (desktop-append-buffer-args): New function.
11757         (desktop-save): Call desktop-append-buffer-args for some buffers.
11758         (desktop-lazy-create-buffer): New function.
11759         (desktop-idle-create-buffers): New function.
11760         (desktop-read): Add message about buffers to restore lazily.
11761         (desktop-lazy-abort): New command.
11762         (desktop-clear): Call desktop-lazy-abort.
11763         (desktop-lazy-complete): New command.
11765 2005-01-06  Richard M. Stallman  <rms@gnu.org>
11767         * emacs-lisp/find-func.el (find-face-definition):
11768         Rename from find-face.
11770 2005-01-06  Kim F. Storm  <storm@cua.dk>
11772         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
11774         * man.el (Man-xref-man-page, Man-xref-header-file)
11775         (Man-xref-normal-file): Add follow-link property.
11777 2005-01-06  Jay Belanger  <belanger@truman.edu>
11779         * calc/calc-units.el: Make sure the proper macro definitions are
11780         available when compiling.
11782 2005-01-06  Juri Linkov  <juri@jurta.org>
11784         * isearch.el (isearch-lazy-highlight-update):
11785         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
11787 2005-01-06  Miles Bader  <miles@gnu.org>
11789         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
11790         (isearch-lazy-highlight-face): Use new name.
11792 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11794         * uniquify.el (uniquify-rationalize-file-buffer-names):
11795         Re-add an interactive spec.
11796         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
11797         to the same name.
11799         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
11800         (isearch-update, isearch-done): Adjust calls accordingly.
11802 2005-01-05  Richard M. Stallman  <rms@gnu.org>
11804         * custom.el (custom-set-variables, custom-theme-set-variables):
11805         Clarify documentation.
11807         * emacs-lisp/find-func.el (find-variable)
11808         (find-variable-other-window, find-variable-other-frame):
11809         Fix the TYPE args to find-function-read and find-function-do-it.
11810         (find-function): Doc fix.
11811         (find-function-at-point): Replace function-at-point alias.
11813 2005-01-04  Richard M. Stallman  <rms@gnu.org>
11815         * cus-face.el (custom-declare-face):
11816         Record defface in current-load-list.
11818         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
11820         * emacs-lisp/find-func.el: Doc fixes.
11821         (find-face-regexp): New variable.
11822         (find-function-regexp-alist): New variable.
11823         (find-function-C-source): Third arg is now TYPE.
11824         (find-function-search-for-symbol): Handle general TYPE.
11825         (find-function-read, find-function-do-it): Handle general TYPE.
11826         (find-definition-noselect, find-face): New functions.
11827         (function-at-point): Alias deleted.
11829 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * battery.el (display-battery-mode): Rename from display-battery.
11832         Handle the case where it gets turned off.
11834 2005-01-04  Richard M. Stallman  <rms@gnu.org>
11836         * cus-edit.el (customize): Make :link point to user doc.
11838         * man.el (Man-fontify-manpage): Turn off undo generation.
11840         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
11842 2005-01-04  Andreas Schwab  <schwab@suse.de>
11844         * files.el (insert-directory): Only look for error lines in
11845         inserted text.  Don't move too far after processing --dired markers.
11847 2005-01-04  Richard M. Stallman  <rms@gnu.org>
11849         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11850         Don't expand if the character is @, period, dash, etc.
11851         (define-mail-abbrev): Quote names that contain problem characters.
11853 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
11855         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
11857 2005-01-03  Richard M. Stallman  <rms@gnu.org>
11859         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
11860         (query-replace-highlight, query-replace-lazy-highlight)
11861         (query-replace): Definitions moved up.  Doc fix.
11863 2005-01-03  Richard M. Stallman  <rms@gnu.org>
11865         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
11866         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11867         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11868         (lazy-highlight-face): Rename from isearch-lazy-...
11869         Change all references to them.
11871 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11873         * cus-edit.el (custom-file): Doc fix for defcustom.
11874         (custom-file): The function no longer sets the variable
11875         `custom-file' to its return value.
11877         * startup.el (command-line): No longer load `custom-file'.
11879 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11881         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
11883         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
11884         Don't confuse module-prefixed identifiers for labels.
11885         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
11887 2005-01-02  Richard M. Stallman  <rms@gnu.org>
11889         * files.el (basic-save-buffer-1): Fix previous change.
11891         * loadhist.el (file-loadhist-lookup): New function.
11892         (file-provides, file-requires): Use it.
11894         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
11895         instead of calculating the right size.
11897 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
11899         * vc-svn.el (vc-svn-diff): Stay local if possible.
11901 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11903         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
11905         * files.el (hack-local-variables): Fix last change.
11907 2005-01-02  Jay Belanger  <belanger@truman.edu>
11909         * calc/calc-yank.el (calc-edit-top): New variable.
11910         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
11911         object.  Change header properties.
11912         (calc-edit-finish, calc-edit-finish-stack-object)
11913         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
11914         edited object.
11915         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
11916         for the beginning of the edited object.
11917         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
11918         for the beginning of the edited object.
11919         * calc/calc-prog.el (calc-edit-macro-finish-edit)
11920         (calc-finish-formula-edit, calc-macro-repeats)
11921         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
11922         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
11923         beginning of the edited object.
11924         (calc-user-define-edit): Change the header for editing macros.
11925         Remove unnecessary variable.
11927 2005-01-01  Jay Belanger  <belanger@truman.edu>
11929         * calc/calc-yank.el (calc-edit-mode): Change default header.
11930         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
11931         * calc/calc-store.el (calc-edit-variable): Change title to match new
11932         header.
11933         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
11934         mode to match new header.
11935         (calc-user-define-edit): Change titles to include names of commands.
11936         (calc-finish-formula-edit): Adjust to handle new header.
11937         (calc-finish-macro-edit): Remove.
11938         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11939         (calc-edit-macro-command, calc-edit-macro-command-type)
11940         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11941         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11942         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11943         (calc-edit-macro-finish-edit): New functions.
11944         (calc-user-define-edit): Use new functions to edit named calc macros.
11946 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
11948         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11950         * ses.el (copy-region-as-kill): Deactivate mark.
11952 2005-01-01  Richard M. Stallman  <rms@gnu.org>
11954         * replace.el (occur-1): If the output buffer is also an input,
11955         don't kill it, rename it.
11957         * faces.el (set-face-background, set-face-foreground): Doc fix.
11959         * cus-face.el (custom-face-attributes): Fix :help-echo strings
11960         for :foreground and :background.
11962         * dired.el (dired-view-command-alist): Variable deleted.
11963         (dired-view-file, dired-mouse-find-file-other-window):
11964         Delete the code to use it.
11966 2005-01-01  Kim F. Storm  <storm@cua.dk>
11968         * image.el (insert-sliced-image): Use t for line-height property.
11970 2004-12-31  Jay Belanger  <belanger@truman.edu>
11972         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11973         for "var-" at the beginning of the minibuffer.
11975 2004-12-31  Richard M. Stallman  <rms@gnu.org>
11977         * faces.el (read-face-name):
11978         Don't treat an attribute spec as a list of faces.
11980         * simple.el (undo): Use undo-equiv-table to detect
11981         unexpected changes since previous undo.
11982         (undo-list-saved): Variable deleted.
11983         (buffer-disable-undo): Don't alter undo-list-saved.
11985         * files.el (require-final-newline): Allow `visit' and `visit-save'.
11986         (mode-require-final-newline): New option.
11987         (after-find-file): Handle require-final-newline with new values.
11988         (basic-save-buffer): Handle new values of require-final-newline.
11990         * progmodes/sh-script.el (sh-require-final-newline):
11991         Alist value now controls whether to use mode-require-final-newline.
11992         (sh-set-shell): Implement that new meaning.
11994         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11995         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11996         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11997         Delete old-Emacs compatibility code.
11998         (antlr-c-common-init): Function deleted.
12000         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
12001         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
12002         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
12003         * progmodes/python.el (python-mode): Use mode-require-final-newline.
12004         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
12005         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
12006         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
12007         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
12008         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
12009         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
12010         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
12011         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
12012         * progmodes/cfengine.el (cfengine-mode): Use
12013         mode-require-final-newline.
12014         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
12015         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
12016         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
12018 2004-12-31  Jay Belanger  <belanger@truman.edu>
12020         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
12021         way to return to Calc.
12023         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
12024         finish, C-xk as the way to cancel the edit.  Add cancel routine to
12025         kill-buffer-hook.
12027         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
12028         MacEdit code.
12030         * calc/calc-prog.el: Remove obsolete MacEdit code.
12031         (calc-macro-edit-algebraic, calc-macro-edit-variable)
12032         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
12034 2004-12-31  Kenichi Handa  <handa@m17n.org>
12036         * international/mule.el (buffer-file-coding-system-explicit):
12037         Rename for explicit-buffer-file-coding-system.
12038         (after-insert-file-set-coding): Adjust for the above change.
12040         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
12041         to buffer-file-coding-system-explicit.
12042         (basic-save-buffer-1): Likewise.
12044 2004-12-30  Richard M. Stallman  <rms@gnu.org>
12046         * textmodes/artist.el (artist-butlast-fn): Var deleted.
12047         (artist-butlast, artist-last): Functions deleted.
12048         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
12049         (artist-compute-key-compl-table): Call remq directly.
12050         (artist-remove-nulls): Function deleted.
12051         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
12052         (artist-push, artist-pop): Macro deleted.
12054 2004-12-30  Andreas Leue  <al@sphenon.de>
12056         * textmodes/artist.el (artist-version): 1.2.6
12057         (artist-prev-next-op-alist): New variable.
12058         (artist-select-next-op-in-list): New function.
12059         (artist-select-prev-op-in-list): New function.
12060         (artist-make-prev-next-op-alist): New function.
12061         (artist-is-in-op-list-p): New function.
12062         (artist-get-first-non-nil-op): New function.
12063         (artist-get-last-non-nil-op): New function.
12064         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
12065         artist-prev-next-op-alist.
12066         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
12067         change drawing operation.
12069 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12071         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
12073 2004-12-31  Masatake YAMATO  <jet@gyve.org>
12075         * server.el (server-process-filter): Suppress `error', too.
12077 2004-12-30  Jay Belanger  <belanger@truman.edu>
12079         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
12080         Change the way a variable is displayed in a message.
12082         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
12083         (calc-user-define-permanent, calc-execute-kbd-macro):
12084         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
12086 2004-12-30  Kenichi Handa  <handa@m17n.org>
12088         * files.el (basic-save-buffer-1):
12089         Set explicit-buffer-file-coding-system to last-coding-system-used.
12090         (revert-buffer): Pay attention to
12091         explicit-buffer-file-coding-system (not buffer-file-coding-system)
12092         on bind coding-system-for-read.
12094         * international/mule.el (explicit-buffer-file-coding-system):
12095         New buffer local variable.
12096         (after-insert-file-set-coding): Set it to coding-system-for-read.
12098 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
12100         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
12102 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
12104         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
12105         that include line numbers.
12107 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
12109         * files.el (hack-local-variables): If no PREFIX, set it to "^".
12110         Redundant variable PREFIXLEN removed.
12112 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
12114         * eshell/em-hist.el (eshell-previous-matching-input):
12115         Start the deletion from the end of the output.
12117 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12119         * term/mac-win.el: Require x-dnd.
12120         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
12122 2004-12-29  David Kastrup  <dak@gnu.org>
12124         * international/mule.el (decode-coding-inserted-region):
12125         Don't barf if `buffer-undo-list' is already set to `t'.
12127 2004-12-29  Jay Belanger  <belanger@truman.edu>
12129         * calc/calc-prog.el (calc-user-define-formula): Put default values
12130         for function names in prompts.
12131         (calc-user-define-permanent, calc-user-define-composition)
12132         (calc-user-define-formula): Remove the need for "calcFunc-" in the
12133         default input for algebraic functions.
12135 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
12137         * vc-rcs.el (vc-rcs-annotate-command):
12138         Fix omission bug: Call `vc-setup-buffer'.
12140 2004-12-29  Kenichi Handa  <handa@m17n.org>
12142         * international/mule.el (recode-region): New function.
12144 2004-12-28  Richard M. Stallman  <rms@gnu.org>
12146         * simple.el (undo-extra-outer-limit): New variable.
12147         (undo-outer-limit-truncate): Test and set it.
12149         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
12150         enables the feature to extend the existing region.
12152         * simple.el (mark-word): New arg ALLOW-EXTEND
12153         enables the feature to extend the existing region.
12155         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
12156         enables the feature to extend the existing region.
12158         * startup.el (site-run-file): Don't allow setting it with Custom.
12160         * simple.el (buffer-disable-undo): Fix previous change.
12162 2004-12-27  Masatake YAMATO  <jet@gyve.org>
12164         * hexl.el (hexlify-buffer): Remove fontification here.
12165         Use font lock mechanism instead.
12166         (hexl-font-lock-keywords): New font lock kewords.
12167         (hexl-mode-old-font-lock-keywords): New variable.
12168         (hexl-mode): Store the old font lock keywords.
12169         (hexl-mode-exit): Restore the old font lock keywords.
12171 2004-12-27  Richard M. Stallman  <rms@gnu.org>
12173         * simple.el (undo): Fix previous change.
12175 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12177         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
12178         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
12179         Call x-open-connection on Mac OS X.
12181 2004-12-27  Richard M. Stallman  <rms@gnu.org>
12183         * files.el (buffer-save-without-query): New var (buffer-local).
12184         (save-some-buffers): Save those buffers first, w/o asking.
12186         * files.el (insert-directory-ls-version): New variable.
12187         (insert-directory): When ls returns an error, test the version
12188         number to decide what the return code means.
12189         With --dired output format, detect and distinguish lines
12190         that are really error messages.
12191         (insert-directory-adj-pos): New function.
12193         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
12195         * battery.el (battery-mode-line-format): Remove initial spaces.
12197         * uniquify.el (uniquify-rationalize-file-buffer-names):
12198         Delete interactive spec.
12200         * type-break.el (type-break-mode): Set buffer-save-without-query.
12201         Remove code that tried to set save-some-buffers-always.
12202         (type-break-file-keystroke-count): Bind deactivate-mark.
12204         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
12206         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
12207         Test that the buffer is live, and maybe reject current buffer too.
12208         Clarify.
12209         (next-error-find-buffer): Rewrite for clarity.
12211         * loadup.el: Don't use buffer-disable-undo; do it directly.
12213         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
12214         (describe-variable): Call symbol-file with `defvar'.
12216         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
12217         (symbol-file): Rewritten to handle new load-history format.
12218         Now takes an arg TYPE to specify looking for a particular
12219         type of definition only.
12221         * emacs-lisp/debug.el (debugger-make-xrefs):
12222         Call symbol-file with `defun'.
12224         * emacs-lisp/find-func.el (find-function-noselect):
12225         Call symbol-file with `defun'.
12226         (find-variable-noselect): Call symbol-file with `defvar'.
12228         * eshell/esh-cmd.el (eshell-find-alias-function):
12229         Call symbol-file with `defun'.
12231         * eshell/esh-test.el (eshell-test-goto-func):
12232         Call symbol-file with `defun'.
12234         * mail/rmail.el (rmail-resend):
12235         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
12237         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
12239         * progmodes/compile.el (compilation-find-buffer): Rename arg.
12241         * textmodes/texinfmt.el (texinfo-format-buffer-1):
12242         Call buffer-disable-undo.
12244         * simple.el (undo-list-saved): New variable (buffer-local).
12245         (undo): Set and test it.
12246         (buffer-disable-undo): Move here from buffer.c.
12247         Clear out undo-list-saved.
12249         * international/mule.el (decode-coding-inserted-region):
12250         Set buffer-undo-list in a correct and optimal way.
12252         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
12253         (cperl-font-lock-unfontify-region-function): No need to save and
12254         restore info, since font-lock.el does it for us.
12256         * ansi-color.el (save-buffer-state): Definition deleted.
12257         (ansi-color-unfontify-region): Don't use save-buffer-state.
12259 2004-12-27  Dave Love  <fx@gnu.org>
12261         * wid-edit.el (function): Use restricted-sexp as parent.
12263 2004-12-27  Kevin Ryde  <user42@zip.com.au>
12265         * simple.el (next-matching-history-element): Use same
12266         `interactive' form as previous-matching-history-element.
12268         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
12269         it can appear unencoded and has been seen from yahoo.
12271 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12273         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
12274         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
12276 2004-12-27  Kenichi Handa  <handa@m17n.org>
12278         * international/utf-8.el (utf-translate-cjk-load-tables):
12279         Bind coding-system-for-read to nil while loading subst-*.
12281 2004-12-26  Jay Belanger  <belanger@truman.edu>
12283         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
12284         default input.
12286 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
12288         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
12289         before reverting and disable undo recording while reverting.
12291 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
12293         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
12294         (hs-make-overlay): New function.
12295         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
12296         (hs-flag-region): Delete function.
12297         (hs-hide-comment-region): No longer use `hs-flag-region'.
12298         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
12299         (hs-hide-block-at-point): Likewise.
12300         (hs-hide-level-recursive): Use `hs-discard-overlays'.
12301         (hs-hide-all, hs-show-all): Likewise.
12302         (hs-show-block): Likewise.
12303         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
12305 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
12307         * progmodes/hideshow.el: Require `cl' when compiling.
12308         Remove XEmacs and Emacs 19 compatibility.
12309         Use `dolist' and `add-to-list' for load-time actions.
12310         (hs-discard-overlays): Use `dolist'.
12311         (hs-show-block): Likewise.
12313 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
12315         * faces.el (mode-line, mode-line-inactive): Use min-colors.
12317 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
12319         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
12320         When extending backwards, move outside the current comment first.
12322 2004-12-22  Kenichi Handa  <handa@m17n.org>
12324         * international/quail.el (quail-start-translation): Fix prompt
12325         string for the case if input-method-use-echo-area being non-nil.
12326         (quail-start-conversion): Likewise.
12327         (quail-show-guidance): Don't show guidance if
12328         input-method-use-echo-area is non-nil.
12330 2004-12-21  Richard M. Stallman  <rms@gnu.org>
12332         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
12334 2004-12-21  Markus Rost  <rost@ias.edu>
12336         * calendar/diary-lib.el (mark-diary-entries):
12337         Set mark-diary-entries-in-calendar only after checking for diary-file.
12339 2004-12-21  Richard M. Stallman  <rms@gnu.org>
12341         * faces.el (escape-glyph): Use blue against light foreground.
12343         * simple.el (undo-outer-limit-truncate): New function.
12344         (undo-outer-limit-function): Use undo-outer-limit-truncate.
12346 2004-12-21  Eli Barzilay  <eli@barzilay.org>
12348         * calculator.el (calculator-radix-grouping-mode)
12349         (calculator-radix-grouping-digits)
12350         (calculator-radix-grouping-separator):
12351         New defcustoms for the new radix grouping mode functionality.
12352         (calculator-mode-hook): Now used in electric mode too,
12353         (calculator): Call it.
12354         (calculator-mode-map): Some new keys.
12355         (calculator-message): New function.  Some new calls.
12356         (calculator-op, calculator-set-register): Use it.
12357         (calculator-string-to-number): New function, mostly moved and
12358         updated code from calculator-curnum-value.
12359         (calculator-curnum-value): Use it.
12360         (calculator-paste): Use it, and update grabbing the current-kill.
12361         (calculator-rotate-displayer)
12362         (calculator-rotate-displayer-back): Toggle digit grouping when
12363         in radix mode, use calculator-message.
12364         (calculator-displayer-prev, calculator-displayer-next):
12365         Change digit group size when in radix mode.
12366         (calculator-number-to-string): Rename from
12367         calculator-num-to-string.  Now deals with digit grouping in
12368         radix mode.
12369         (calculator-update-display, calculator-put-value): Use the new name.
12370         (calculator-fact): Return a floating point number.
12371         (calculator-mode): Doc fix.
12373 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12375         * calendar/calendar.el (view-other-diary-entries): Add autoload.
12376         * calendar/diary-lib.el (view-other-diary-entries):
12377         Use current-prefix-arg in interactive spec.
12379 2004-12-19  Jay Belanger  <belanger@truman.edu>
12381         * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
12382         adjust the syntax of both delimiters of half-open intervals.
12384 2004-12-19  Kim F. Storm  <storm@cua.dk>
12386         * mouse.el (mouse-1-click-follows-link): Doc fix.
12388 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12390         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
12391         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
12392         instead of centraleuropean as the name
12394 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
12396         Sync with Tramp 2.0.46.
12398         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
12399         parameters wrt Tramp convention.
12400         (tramp-handle-file-attributes-with-perl)
12401         (tramp-handle-directory-files-and-attributes): Apply it.
12402         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
12403         `copy-program'.  Reported by Zack Weinberg
12404         <zack@codesourcery.com>.
12405         (top): Set `edebug-form-spec' property directly rather than
12406         calling `def-edebug-spec'.
12408         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
12409         advice less fragile.  Surround temporary redefinition of
12410         `substitute-in-file-name' with `unwind-protect'.  Suggested by
12411         Matt Hodges <MPHodges@member.fsf.org>.
12413 2004-12-17  Juri Linkov  <juri@jurta.org>
12415         * replace.el (occur-accumulate-lines, occur-engine):
12416         Make forcing deferred font-lock fontification jit-specific.
12418 2004-12-17  Kim F. Storm  <storm@cua.dk>
12420         * mouse.el (mouse-1-click-follows-link): New defcustom.
12421         (mouse-on-link-p): New function.
12422         (mouse-drag-region-1): Implement mouse-1-click-follows-link
12423         functionality.  Map a mouse-1 click event into a mouse-2 (or
12424         other) event when position is inside a link.
12426         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
12427         prefix in tooltip text with "mouse-1" when this is a link
12428         recognized by mouse-1-click-follows-link functionality.
12430         * help.el (describe-key): Report effective and original binding
12431         for mouse-1 when clicked on a link.
12432         (describe-mode): Add follow-link property to "minor-mode" button.
12434         * help-fns.el (describe-variable): Add follow-link property to
12435         "below" button.
12437         * help-mode.el (help-xref): Add follow-link property.
12439         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
12440         (apropos-command, apropos-variable, apropos-face, apropos-group)
12441         (apropos-widget, apropos-plist): Add follow-link property.
12443         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
12444         checks if position is in a filename, rather than some other
12445         clickable item.  Function looks for cvs-filename-face at position.
12447         * wid-edit.el (widget-specify-field, widget-specify-button):
12448         Map a :follow-link keyword into a follow-link property.
12449         (link): Add :follow-link keyword, map to RET binding.
12451         * dired.el (dired-mode-map): Map follow-link to mouse-face.
12453         * progmodes/compile.el (compilation-minor-mode-map)
12454         (compilation-button-map, compilation-mode-map): Likewise.
12456 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
12458         * play/zone.el (zone): Init `line-spacing' from orig buffer.
12459         (zone-replace-char): Take `count' and `del-count'
12460         instead of `direction'.  Update callers.  When `del-count' is
12461         non-nil, delete that many characters, otherwise `count' characters
12462         backwards.  Insert the newly-replaced string `count' times.
12463         (zone-fret): Handle chars w/ width greater than one.
12464         (zone-fall-through-ws): No longer take window width `ww'.
12465         Update callers.  Add handling for `char-width' greater than one.
12466         (zone-pgm-drip): Update var holding window-end position every cycle.
12468 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
12470         * vc.el (vc-default-update-changelog): Use insert-file-contents,
12471         rather than insert-file.
12473 2004-12-16  Jay Belanger  <belanger@truman.edu>
12475         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
12476         (math-init-random-base, math-random-digit): Check to see if
12477         var-RandSeed is bound.
12478         (math-random-last): Declare it.
12479         (math-random-digit): Don't make math-random-last local.
12481 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
12483         * play/zone.el (zone): Fix omission bug: Use a self-disabling
12484         one-shot thunk for uniform (error, quit, normal) recovery.
12485         Reported by John Paul Wallington.
12486         (zone-pgm-random-life): Fix bug:
12487         Recognize empty initial field by lack of "@" chars.
12489 2004-12-16  Juri Linkov  <juri@jurta.org>
12491         * help.el (function-called-at-point):
12492         * help-fns.el (variable-at-point): As a last resort try stripping
12493         non-word prefixes and suffixes.
12495         * descr-text.el (describe-property-list): Don't treat syntax-table
12496         specially.  Use describe-text-sexp which inserts [show] button
12497         for large objects and handles printing errors.  Sort properties
12498         by names in alphabetical order instead of by value sizes.
12499         Add `mouse-face' to list of properties for `describe-face' widget.
12500         (describe-char): Mask out face-id from 19 bits of character.
12501         Print face-id separately.
12503         * replace.el (occur-accumulate-lines, occur-engine):
12504         Fontify unfontified matching lines in the source buffer
12505         before copying them.
12506         (occur-engine): Don't put mouse-face on context lines.
12507         (occur-next-error): Set point to line beginning/end
12508         before searching for prev/next property to skip multiple
12509         matches on a line (not supported by occur engine).
12510         Remove redundant prefix-numeric-value.
12512 2004-12-15  Juri Linkov  <juri@jurta.org>
12514         * replace.el (match): New face.
12515         (list-matching-lines-face): Change default from `bold' to `match'.
12517         * progmodes/grep.el (grep-match-face): New defvar.
12518         (grep-mode-font-lock-keywords): Use grep-match-face instead of
12519         compilation-column-face to highlight grep matches.
12521         * apropos.el (apropos-match-face): Change default from
12522         `secondary-selection' to `match'.
12524         * info-look.el (info-lookup-highlight-face): Change default from
12525         `highlight' to `match'.
12527 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
12529         * progmodes/executable.el (executable-interpret): Eliminate
12530         obsolete compile-internal, and switch to comint for interaction.
12532 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
12534         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
12535         `&&' when skipping multiple statements on a line.
12537 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
12539         * play/zone.el (zone): Set `truncate-lines'.
12540         Also, init `tab-width' with value from original buffer.
12541         (zone-shift-up): Rewrite for speed.
12542         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
12543         (zone-pgm-jitter): Remove redundant entries from ops vector.
12544         (zone-exploding-remove): Reduce iteration count.
12545         (zone-cpos): Convert to defsubst.
12546         (zone-replace-char): New defsubst.
12547         (zone-park/sit-for): Likewise.
12548         (zone-fret): Take window-start arg.
12549         Update callers.  Use `zone-park/sit-for'.
12550         (zone-fill-out-screen): Rewrite.
12551         (zone-fall-through-ws): Likewise.  Update callers.
12552         (zone-pgm-drip): Use `zone-replace-char'.
12553         Move var inits before while-loop.  Use `zone-park/sit-for'.
12554         (zone-pgm-random-life): Handle empty initial field.
12555         Use `zone-replace-char' and `zone-park/sit-for'.
12557 2004-12-15  Juri Linkov  <juri@jurta.org>
12559         * isearch.el (isearch-update): Test isearch-lazy-highlight
12560         before calling isearch-lazy-highlight-new-loop.
12561         (isearch-lazy-highlight-new-loop):
12562         Don't test isearch-lazy-highlight.
12564         * replace.el (perform-replace): Add isearch-case-fold-search.
12565         Use delimited-flag for isearch-regexp.
12566         Reset isearch-lazy-highlight-last-string to force lazy
12567         highlighting when called from isearch mode.
12568         (query-replace-highlight): Revert defcustom type to boolean.
12569         (query-replace-lazy-highlight): New defcustom.
12570         (query-replace): New face.
12571         (perform-replace, replace-highlight, replace-dehighlight):
12572         Test query-replace-lazy-highlight instead of special value
12573         `isearch' of query-replace-highlight.
12574         (replace-dehighlight): Don't call isearch-dehighlight.
12575         (replace-highlight): Don't call isearch-highlight.
12576         Use face `query-replace' unconditionally.
12578 2004-12-14  Kim F. Storm  <storm@cua.dk>
12580         * simple.el (inhibit-mark-movement): Remove defvar.
12581         (beginning-of-buffer, end-of-buffer): Don't use it.
12583         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12584         Don't use inhibit-mark-movement.
12586         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
12587         (cua--undo-push-mark): Remove.
12588         (cua--pre-command-handler, cua--post-command-handler):
12589         Don't fiddle with inhibit-mark-movement.
12591 2004-12-14  Juri Linkov  <juri@jurta.org>
12593         * buff-menu.el (list-buffers-noselect): Collect internal info
12594         for every buffer in BUFFER-LIST arg too.
12595         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
12596         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
12597         Bind same-window-buffer-names and same-window-regexps to nil.
12599 2004-12-13  Juri Linkov  <juri@jurta.org>
12601         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
12603         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
12604         (sc-cite-region, sc-uncite-region, sc-recite-region):
12605         Fix previous change to handle not alist as a symbol, but
12606         a citation frame as a symbol that represents a variable name.
12608 2004-12-13  Richard M. Stallman  <rms@gnu.org>
12610         * filecache.el (file-cache-add-directory-using-find):
12611         Only set up file-cache-find-command-posix-flag if we will use it.
12613         * bindings.el (mode-line-buffer-identification-keymap):
12614         Don't cancel the mode-line's usual down-mouse-1 binding.
12616         * cus-edit.el (custom-face-selected): Handle `default' specs.
12617         (custom-face-edit): Increase extra-offset.
12618         (custom-display): Handle `default' specs.
12620         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
12622         * emacs-lisp/elint.el (elint-standard-variables)
12623         (elint-unknown-builtin-args): Move definitions up.
12625         * net/browse-url.el (browse-url-url-at-point): Add autoload.
12627         * info.el (info-xref-visited): Use `default' instead of t.
12628         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
12630         * faces.el (header-line, mode-line-inactive, tool-bar):
12631         Use `default' instead of t for setting the defaults.
12632         (face-spec-choose): Separate `t' from `default'.
12634         * subr.el (while-no-input): New macro.
12636 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
12638         * filecache.el (file-cache-add-directory-using-find):
12639         Only test file-cache-find-command-posix-flag on some systems.
12641 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
12644         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
12645         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
12646         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
12647         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
12648         annotate.
12650 2004-12-12  Juri Linkov  <juri@jurta.org>
12652         * files.el (find-file-other-window, find-file-other-frame):
12653         Add the first buffer to the returned value to return the complete
12654         list of all visited buffers.
12655         (find-file-read-only, find-file-read-only-other-window)
12656         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
12657         `find-file-read-args'.  Signal an error about non-existent file
12658         only if file name doesn't contain wildcards.  Toggle read-only in
12659         all visited buffers.
12660         (find-alternate-file, find-alternate-file-other-window):
12661         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
12662         called interactively.  Pass arg `wildcards' to other functions.
12663         (find-file-noselect): Doc fix.
12665         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
12666         Doc fix.
12667         (ffap-directory-finder): New variable.
12668         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
12669         (ffap-file-at-point): Add /* to immediately rejected names.
12670         Return absolute file names matching ffap-dired-wildcards.
12671         (ffap-read-file-or-url): Set default value for `completing-read'
12672         to `buffer-file-name'.
12673         (find-file-at-point): When filename matches ffap-dired-wildcards,
12674         call ffap-file-finder with t arg `wildcards', instead of dired.
12675         (ffap-other-window, ffap-other-frame): Return visited buffers.
12676         (ffap-read-only, ffap-read-only-other-window)
12677         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
12678         (dired-at-point): Call ffap-directory-finder instead of dired.
12679         (ffap-dired-other-window, ffap-dired-other-frame)
12680         (ffap-list-directory): New commands.
12681         (ffap-bindings): New keybindings for new commands.
12683 2004-12-12  Juri Linkov  <juri@jurta.org>
12685         * simple.el (beginning-of-buffer, end-of-buffer):
12686         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12687         Do not push mark when mark is active in transient-mark-mode.
12689         * simple.el (mark-word):
12690         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
12691         * textmodes/paragraphs.el (mark-paragraph):
12692         Extend the region when mark is active in transient-mark-mode,
12693         regardless of the last command.  Doc fix.
12695         * simple.el (mark-word): Preserve direction when repeating.
12696         Make arg optional.  Interactive "p" -> "P".
12697         (transient-mark-mode, inhibit-mark-movement): Doc fix.
12699         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
12700         preserving direction, to mark forward instead of backward when mark
12701         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
12703 2004-12-12  Juri Linkov  <juri@jurta.org>
12705         * isearch.el (isearch-edit-string): Set 7th arg of
12706         `read-from-minibuffer' to `t' to inherit the current input
12707         method (whose name is indicated by [IM] in the minibuffer prompt)
12708         from the current buffer to the minibuffer.
12709         (isearch-lazy-highlight-update): Put body to `with-local-quit'
12710         to allow C-g quitting for lazy highlighting looping inside the
12711         search with nested repetition operators.  Add overlay to the list
12712         before setting its face and other properties to avoid the case of
12713         code quitting after placing the new overlay but before it's
12714         recorded on the list.  Select the window where isearch was
12715         activated, to highlight matches in the right window when isearch
12716         switches the current window to the minibuffer.
12718         * international/isearch-x.el
12719         (isearch-process-search-multibyte-characters):
12720         Use `isearch-message' as initial input for `read-string' instead
12721         of adding it to the minibuffer prompt.  After reading a string
12722         remove the initial value of `isearch-message' from the string.
12724         * replace.el (replace-match-maybe-edit): Doc fix.
12725         (perform-replace): Don't call `replace-highlight' when automatic
12726         replacement is requested in literal mode, since it is intended
12727         only to highlight words during entering a new replacement string
12728         for \? in non-literal mode.
12730         * replace.el (query-replace-highlight): Add new value `isearch'
12731         that allows query replacement to use isearch highlighting.
12732         Change type from `boolean' to `choice'.  Doc fix.
12733         (replace-highlight, replace-dehighlight, perform-replace):
12734         Use isearch highlighting if query-replace-highlight eq `isearch'.
12736 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12738         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12739         (checkdoc-message-text, checkdoc-defun): Fix format messages for
12740         `error'.
12742         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
12743         case of \end{verbatim}.
12745 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
12747         * term.el (term-termcap-format): Synchronize with terminfo.
12748         (term-emulate-terminal): Handle reset.
12749         (term-reset-terminal): New function.
12751 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
12753         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
12754         (zone-fill-out-screen): New func.
12755         (zone-pgm-drip): Use `zone-fill-out-screen'.
12756         Also, no longer go to point-min on every cycle.
12757         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
12758         (zone-pgm-random-life-wait): New user var.
12759         (zone-pgm-random-life): New func.
12761 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
12763         * files.el (auto-mode-alist): Map .com to DCL mode.
12765 2004-12-09  Richard M. Stallman  <rms@gnu.org>
12767         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
12769 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
12771         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
12772         buffer with a display margin.
12774 2004-12-08  Jay Belanger  <belanger@truman.edu>
12776         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
12777         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
12779 2004-12-08  Richard M. Stallman  <rms@gnu.org>
12781         * faces.el: Delete code to set display table.
12782         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
12784 2004-12-08  Jay Belanger  <belanger@truman.edu>
12786         * calc/calc.el: Add math-read-preprocess-string to autoloads.
12788         * calc/calc-ext.el (math-read-replacement-list)
12789         (math-read-superscripts, math-read-preprocess-string): Move to
12790         calc-aent.el.
12792         * calc/calc-aent.el (math-read-replacement-list)
12793         (math-read-superscripts, math-read-preprocess-string): Move from
12794         calc-ext.el.
12796 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12798         * isearch.el (isearch-quote-char): Fix up typo in last change.
12800 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
12802         * mouse.el (mouse-set-font): Handle the case where the command was
12803         not invoked using the mouse.
12805         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
12806         (edmacro-finish-edit): Further update for keyboard macros that are
12807         lambda forms.
12808         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
12810 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12812         * font-lock.el (font-lock-unfontify-region): Save buffer state.
12813         (font-lock-default-unfontify-region): Don't save buffer state any more.
12815 2004-12-07  Jay Belanger  <belanger@truman.edu>
12817         * calc/calc-help.el (calc-describe-key):
12818         Set calc-summary-indentation even when Calc Summary buffer exists.
12820 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
12822         * calendar/holidays.el (holiday-easter-etc): Make arguments
12823         optional for backwards compatibility.  Doc fix.
12824         Remove un-necessary local vars mandatory, output-list.
12825         (holiday-advent): Make arguments optional for backwards
12826         compatibility.  Doc fix.
12828 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12830         * paren.el (show-paren-function): Fix last change (2004-12-02).
12832         * international/mule-util.el (char-displayable-p): Return nil for
12833         unibyte mode.
12835         * subr.el (subregexp-context-p): New function.
12837         * isearch.el (isearch-quote-char): Use it.
12839         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
12840         (regexp-opt-not-groupie*-re): Remove.
12841         (regexp-opt): Properly handle inputs with duplicate entries.
12843 2004-12-06  Richard M. Stallman  <rms@gnu.org>
12845         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
12847         * cus-edit.el (custom-file): Doc fix.
12849         * textmodes/org.el: New file.
12851 2004-12-06  Kenichi Handa  <handa@m17n.org>
12853         * ldefs-boot.el: Update international/mule-util.el section.
12855 2004-12-05  Sam Steingold  <sds@gnu.org>
12857         * net/tramp.el (tramp-handle-file-accessible-directory-p):
12858         Fix `tramp-time-diff' comparison logic.
12860 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
12862         * progmodes/which-func.el (which-function):
12863         Use `run-hook-with-args-until-success' instead of a custom loop.
12864         Fixes bug with local hooks.
12866 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12868         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
12869         Use delete-dups when calculating the initial value.
12870         (bibtex-autokey-get-title): Use <=.
12871         (bibtex-goto-line): New function.
12872         (bibtex-reposition-window): Use line numbers instead of point
12873         positions.  Use window-body-height.
12874         (bibtex-find-crossref): Use bibtex-reposition-window.
12875         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
12876         position of entry if key is found or nil if not found.
12878 2004-12-05  Richard M. Stallman  <rms@gnu.org>
12880         * cus-edit.el (custom-file): Doc fix.
12882         * progmodes/sh-script.el (sh-indent-for-then): Change default.
12884 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12886         * simple.el (blink-matching-open):
12887         * textmodes/tex-mode.el (tex-validate-region):
12888         Obey syntax-table text properties.
12890 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12892         * wid-edit.el (widget-specify-field): Add `real-field' property to
12893         boundary.
12894         (widget-field-at): Use it.
12896 2004-12-02  Richard M. Stallman  <rms@gnu.org>
12898         * progmodes/cc-mode.el (awk-mode autoload):
12899         Supply t meaning interactive function.
12901         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
12902         (isearch-mode-map): No special definition for space.
12903         (isearch-whitespace-chars): Command deleted.
12904         (isearch-forward-regexp): Doc fix.
12905         (isearch-quote-char): When a space is not inside brackets,
12906         use `[ ]' instead of just space.
12907         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
12909         * imenu.el (imenu--generic-function): Delete code to exclude
12910         matches in comments.
12912         * man.el (Man-reverse-face): Change default to `highlight'.
12914         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
12915         (occur-engine): Use `face' prop rather than `font-lock-face'
12916         when specifying use of `match-face'.
12917         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
12919         * emacs-lisp/elint.el (elint-standard-variables): Update list.
12921         * add-log.el (add-log-current-defun): Handle the case where point
12922         is in the header part of a DEFUN construct.
12924 2004-12-02  Dave Love  <fx@gnu.org>
12926         * progmodes/python.el (python-font-lock-syntactic-keywords):
12927         Fix previous change.
12929 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
12931         * paren.el (show-paren-function): Check for matching chars
12932         specified by text props.
12934 2004-12-02  Jay Belanger  <belanger@truman.edu>
12936         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12937         when reading a new key sequence.
12939 2004-12-02  Kim F. Storm  <storm@cua.dk>
12941         * faces.el (escape-glyph): Rename from glyph.
12942         (standard-display-table): Set it here.  Add escape-glyph face to
12943         extra slot characters.
12945         * disp-table.el: Undo 2004-12-01 change.  Display table is now
12946         setup in faces.el.
12948 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
12950         * xml.el (xml-parse-dtd): Don't show validity messages when
12951         xml-validating-parser is nil.
12952         (xml-substitute-special): Fix validity error messages to
12953         actually show the unexpandable entity.  Added validity error if &
12954         isn't followed by an entity.
12955         (xml-parse-tag): Concatenate any string following the a
12956         <![CDATA[]]> section to the parsed CDATA.
12957         (xml-parse-dtd): Skip parameter entity declarations and use of
12958         parameter entities.
12960 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
12962         * kmacro.el (kmacro-default-counter-format): New var.
12963         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
12964         (kmacro-display): Remove `nil' from `and' form.  Delete call to
12965         `format' inside `message'.
12966         (kmacro-start-macro): Use `kmacro-default-counter-format'.
12968 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12970         * pcvs.el (cvs-header-msg): New function.
12971         (cvs-update-header): Use it.  Change calling convention.
12972         Correctly handle the case of having simultaneous active processes.
12973         (cvs-sentinel): Don't call cvs-update-header any more.
12974         (cvs-mode-run): Update call and add cvs-update-header to postproc.
12976 2004-12-01  Jay Belanger  <belanger@truman.edu>
12978         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12979         Change message.
12981 2004-12-01  Juri Linkov  <juri@jurta.org>
12983         * progmodes/prolog.el (prolog-mode-variables):
12984         Fix imenu-generic-expression.
12986 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
12988         * faces.el (glyph): New face.
12990         * disp-table.el: Add an autoloaded table, that doesn't require
12991         this library, with glyph face.
12993         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12994         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12995         (conf-quote-normal): Allow normalizing only ' or ".
12996         (conf-mode): Regexp-quote constructed comment-start and don't
12997         match section {} where "name" contains braces.
12999         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
13000         files.
13002 2004-12-01  Kenichi Handa  <handa@m17n.org>
13004         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
13005         (x-select-text): Don't treat eight-bit-control/graphic chars
13006         specially.  Store the encoded text in the X cut buffer.
13007         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
13008         with x-last-selected-text-cut-encoded.
13010 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13012         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
13014 2004-11-30  Markus Rost  <rost@ias.edu>
13016         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
13017         AUCTeX.
13019 2004-11-30  Jay Belanger  <belanger@truman.edu>
13021         * calc/calc-arith.el (math-possible-signs): Made stronger checks
13022         on signs of intervals.
13023         (math-pow-of-zero): Strengthen checks for positive and negative
13024         exponents.
13026         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
13027         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
13028         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
13029         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
13030         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
13031         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
13032         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
13033         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
13034         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
13035         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
13036         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
13037         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
13038         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
13039         functions with provide statements.
13041         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
13043         * calc/calc-embed.el (calc-do-embedded-activate): Remove from
13044         autoloads.
13046         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
13047         (calc-load-everything, math-defsimplify): Replace dummy autoloading
13048         functions by require statements.
13049         (math-defsimplify): Move to calc-alg.el, add to autoloads.
13051         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
13052         (calc-gnuplot-print): Give them values.
13054         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
13055         autoloads.
13056         Add calc-do-embedded-activate to autoloads.
13057         (calc-gnuplot-name, calc-gnuplot-plot-command)
13058         (calc-gnuplot-print-command): Move them to calc-graph.el.
13060 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13062         * term/mac-win.el (ccl-encode-mac-roman-font)
13063         (ccl-encode-mac-cyrillic-font)
13064         (ccl-encode-mac-centraleuropean-font, encoder-list)
13065         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
13066         Support Cyrillic, CentralEuropean, and Dingbat font display
13068 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
13070         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
13072         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
13073         still nil.
13075 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
13077         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
13078         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
13080 2004-11-29  Jay Belanger  <belanger@truman.edu>
13082         * calc/calc-arith.el (math-pow-of-zero): Take into account different
13083         cases of the base and exponent.
13085 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13087         * simple.el (next-error-buffer-p): Allow for inclusive and
13088         exclusive tests for finding a buffer.
13089         (next-error-find-buffer): Pass the exclusive and inclusive tests
13090         to next-error-buffer-p.
13092         * replace.el (occur-next-error): Switch to the Occur buffer when
13093         appropriate, use the exclusive filter to next-error-find-buffer to
13094         do it.  Use the absolute value of the motion amount.
13096 2004-11-29  Kenichi Handa  <handa@m17n.org>
13098         * startup.el (command-line): Decode all default-directory by
13099         locale-coding-system.
13101 2004-11-29  Jay Belanger  <belanger@truman.edu>
13103         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
13104         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
13105         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
13106         Replace calls to calc-extensions by appropriate require, replace
13107         calc-extensions-loaded by appropriate featurep.
13109         * calc/calc-ext.el: Move require to end of file.  Remove redundant
13110         loading of calc.el.
13111         (calc-extensions-loaded): Remove unnecessary variable.
13112         (calc-extensions): Remove unnecessary function.
13113         (calc-load-everything): Replace calc-need-macros by appropriate
13114         require.
13116         * calc/calc-macs.el: Move provide to end of file.
13117         (calc-need-macros): Remove unnecessary function.
13119         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
13120         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
13121         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
13122         Replace calc-extensions by appropriate require.
13123         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
13125         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
13126         Replace calc-need-macros by appropriate require.
13128         * calc/calc.el: Move require to end of file.
13129         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
13130         Remove unnecessary variable.
13131         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
13132         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
13133         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
13134         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
13135         (math-stack-value-offset, math-format-value, math-format-flat-expr)
13136         (math-format-number, math-format-bignum, math-read-number)
13137         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
13138         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
13139         by appropriate require.
13140         (calc-check-defines): Replace calc-need-macros by appropriate require.
13142 2004-11-29  Kim F. Storm  <storm@cua.dk>
13144         * macros.el (insert-kbd-macro): Handle kmacro functions.
13146 2004-11-28  Juri Linkov  <juri@jurta.org>
13148         * compare-w.el (compare-windows-highlight): Attach each overlay
13149         to its window to properly highlight differences while comparing
13150         two windows of the same buffer.  Fix arguments.
13151         (compare-windows-sync-default-function): Fix arguments of
13152         `compare-windows-highlight'.
13154         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
13155         Use `read-expression-history'.  Set initial contents only if
13156         `edebug-global-break-condition' is non-nil.  Set histpos to 1
13157         if initial contents is equal to the last history element.
13158         (edebug-set-conditional-breakpoint): Instead of temporarily
13159         prepending the current condition to the history, set initial
13160         contents to the current condition.  Set histpos to 1 if initial
13161         contents is equal to the last history element.
13163         * info.el (Info-search-whitespace-regexp): Remove shy group.
13164         (Info-search): Forward line if search is on the header line.
13165         Use search-whitespace-regexp in two other places.
13167 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
13169         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
13170         warning.  Delay real definition, which uses
13171         `set-fringe-indicators-1' till after the definition of that function.
13173 2004-11-28  Kim F. Storm  <storm@cua.dk>
13175         * fringe.el (fringe): New defgroup.
13176         (fringe-mode): Move to fringe group.
13177         (fringe-indicators): New defcustom.
13178         (set-fringe-indicators-1): New defun.
13180         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
13181         (menu-bar-showhide-fringe-ind-menu): New keymap.
13182         (menu-bar-showhide-fringe-ind-empty)
13183         (menu-bar-showhide-fringe-ind-mixed)
13184         (menu-bar-showhide-fringe-ind-box)
13185         (menu-bar-showhide-fringe-ind-right)
13186         (menu-bar-showhide-fringe-ind-left)
13187         (menu-bar-showhide-fringe-ind-none): New defuns.
13188         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
13190 2004-11-27  Richard M. Stallman  <rms@gnu.org>
13192         * comint.el (comint-read-noecho): Add trivial compatibility definition.
13194         * generic.el (define-generic-mode): Doc fix.
13196         * menu-bar.el (menu-bar-options-save): For the options
13197         that are toggled with menu-bar-make-mm-toggle, don't check
13198         for customized-value prop.
13200 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
13202         * mail/supercite.el (sc-cite-region): Handle the case where
13203         sc-cite-frame-alist is a symbol.
13204         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
13205         a symbol.
13206         (sc-recite-region): Handle the case where sc-recite-frame-alist is
13207         a symbol.
13209 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
13211         * wid-edit.el (widget-narrow-to-field): New function.
13212         (widget-complete): Use it.
13214 2004-11-27  Jay Belanger  <belanger@truman.edu>
13216         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
13217         variable.
13218         (calc-eval-error): Don't check if the variable calc-eval-error is
13219         bound.
13220         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
13221         (math-alg-inequalities): Move declaration to earlier in the file.
13223         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
13224         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
13225         Declare them.
13227         * calc/calc-lang.el (math-expr-data, math-expr-token)
13228         (math-exp-old-pos): Declare them.
13230         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
13231         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
13233 2004-11-27  Kim F. Storm  <storm@cua.dk>
13235         * progmodes/flymake.el: Use (featurep 'xemacs).
13236         (flymake-makehash): Change to defsubst.  Use fboundp.
13237         (flymake-time-to-float): Remove.
13238         (flymake-float-time): Merge code from flymake-time-to-float here.
13239         (flymake-replace-regexp-in-string): Change to defsubst.
13240         (flymake-split-string-remove-empty-edges):
13241         Rename to flymake-split-string.
13242         (flymake-split-string): Remove previous defalias.
13243         (flymake-get-temp-dir): Change to defsubst.
13244         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
13245         Define for xemacs only.
13246         (flymake-master-file-count-limit): Change into compiler defvar only.
13247         (flymake-find-possible-master-files): Let-bind it dynamically while
13248         sorting files using flymake-master-file-compare.
13250 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13252         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
13253         of defun-prompt-regexp matches inside a comment/string but the
13254         beginning is correctly outside everything.
13256         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
13257         appears within a string or a comment.
13259         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
13260         rather than make-symbol for symbols which are used in
13261         a symbol-macrolet or equivalent.
13263 2004-11-26  Jay Belanger  <belanger@truman.edu>
13265         * calc-misc.el (calc-last-why-command): Declare it.
13267         * calc-vec.el (math-grade-vec): New variable.
13268         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
13269         Replace variable grade-vec by declared variable.
13270         (math-rb-close): New variable.
13271         (math-read-brackets, math-read-vector): Replace variable close by
13272         declared variable.
13274         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
13275         (calc-one-window, calc-edit-handler, calc-restore-trail)
13276         (calc-allow-ret): Declare them.
13278         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
13279         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
13280         (math-radix-float-cache-tag, math-random-cache)
13281         (math-max-digits-cache, math-integral-cache, math-units-table)
13282         (math-format-date-cache, math-holidays-cache-tag): Declare them.
13283         (math-moc-func): New variable.
13284         (math-map-over-constants, math-map-over-constants-rec):
13285         Replace variable func by declared variable.
13287         * calc/calc-store.el (calc-given-value, calc-store-opers):
13288         Declare them.
13289         (calc-var-name-map): Move declaration to earlier in the file.
13290         (calc-pv-pos): New variable.
13291         (calc-permanent-variable, calc-insert-permanent-variable):
13292         Replace variable pos by declared variable.
13294         * calc/calc-mtx.el (calc-det-lu): New variable.
13295         (math-det-raw, math-det-step): Replace variable lu by declared
13296         variable.
13298         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
13299         (math-multi-subst, math-multi-subst-rec): Replace variables temp
13300         and arg by declared variables.
13301         (calcFunc-reducer): Fix incorrect variable.
13302         (math-inner-mul-func, math-inner-add-func): New variables.
13303         (calcFunc-inner, math-inner-mats): Replace variables mul-func
13304         and add-func by declared variables.
13306         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
13307         (calc-digit-value): Declare them.
13309         * calc/calc-help.el (Info-history): Declare it.
13310         (calc-describe-key): Make calc-summary-indentation a local variable.
13311         (calc-help-long-names): Move declaration to earlier in file.
13313         * calc/calc-embed.el (calc-original-buffer): Declare it.
13314         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
13315         (calc-embed-bot): New variables.
13316         (calc-do-embedded, calc-embedded-mark-formula)
13317         (calc-embedded-find-bounds, calc-embedded-duplicate)
13318         (calc-embedded-new-formula, calc-embedded-make-info):
13319         Replace vars outer-top, outer-bot, bot and top by declared variables.
13320         (calc-embed-prev-modes): New variable.
13321         (calc-embedded-set-modes, calc-embedded-update): Replace variable
13322         prev-modes with declared variable.
13323         (calc-embed-vars-used): New variable.
13324         (calc-embedded-make-info, calc-embedded-evaluate-expr)
13325         (calc-embedded-update, calc-embedded-find-vars): Replace variable
13326         vars-used by declared variable.
13328         * calc/calc-bin.el (math-format-radix-float): Make pos a local
13329         variable.
13330         (math-format-radix-float): Remove unnecessary setq.
13331         (math-radix-float-cache): Declare it.
13333         * calc/calcsel2.el (calc-keep-selection): Declare it.
13335         * calc/calc-maint.el: Remove file.
13337 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13339         * textmodes/bibtex.el (bibtex-sort-entry-class)
13340         (bibtex-comment-start): Use defcustom.
13341         (bibtex-entry-field-alist): Use nil if initial content of the
13342         field is undefined.  Fix docstring.
13343         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
13344         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
13345         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
13346         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
13347         Fix docstring.
13348         (bibtex-autokey-title-terminators): Use only one regexp.
13349         (bibtex-string-maybe-empty-head): New variable.
13350         (bibtex-remove-delimiters-string): New function.
13351         (bibtex-text-in-field-bounds, bibtex-text-in-string):
13352         Use bibtex-remove-delimiters-string.
13353         (bibtex-progress-message, bibtex-field-left-delimiter)
13354         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
13355         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
13356         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
13357         Simplify.
13358         (bibtex-format-entry): Use save-excursion for inherited booktitle.
13359         Use eq and bibtex-remove-delimiters-string.  For end markers use
13360         insertion type so that marker stays after inserted text.
13361         (bibtex-autokey-get-names): Return empty string if name is missing.
13362         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
13363         calling bibtex-autokey-name-case-convert.
13364         (bibtex-autokey-demangle-title):
13365         Call bibtex-autokey-titleword-case-convert.  Remove call to
13366         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
13367         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
13368         (bibtex-read-key): New optional arg global.
13369         (bibtex-files-expand): New optional arg force.
13370         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
13371         (bibtex-complete-crossref-cleanup): Rename from
13372         bibtex-complete-key-cleanup.  Simplify code.
13373         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
13374         Operate on current entry.
13375         (bibtex-button): Add docstring.
13376         (bibtex-entry): Simplify.
13377         (bibtex-make-field): Replace optional arg called-by-yank with more
13378         specific args move and interactive.
13379         (bibtex-end-of-entry): Use forward-sexp.
13380         (bibtex-find-entry-globally): Remove.
13381         (bibtex-find-crossref): Allow for crossref key located in other buffer.
13382         Bound to C-c C-x.
13383         (bibtex-find-entry): New optional args global and display.
13384         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
13385         (bibtex-validate): Use arg force of bibtex-files-expand.
13386         (bibtex-clean-entry): Bugfix, clean string entries properly.
13387         Always keep point at beginning of entry.
13388         (bibtex-complete): Bugfix.  Handle string entries properly.
13389         Call cleanup functions only if needed.
13390         (bibtex-String): Use bibtex-read-string-key.
13391         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
13392         case of replacement text.
13394 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
13396         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
13397         (tramp-perl-directory-files-and-attributes): New constant.
13398         (tramp-file-name-handler-alist): Delete file-directory-files, add
13399         directory-files-and-attributes.
13400         (tramp-perl-file-attributes): Surround uid and gid by double
13401         quotes.  Change parameter id-format from nonnumeric.
13402         (tramp-convert-file-attributes): New function.
13403         (tramp-handle-file-attributes): Use it.
13404         (tramp-maybe-send-perl-script): New function.
13405         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
13406         file mode.  Change parameter id-format from nonnumeric.
13407         (tramp-handle-file-attributes-with-ls): Change parameter id-format
13408         from nonnumeric.
13409         (tramp-post-connection): Don't send tramp-perl-file-attributes
13410         script.  Reset connection property "perl-scripts".
13411         (tramp-handle-insert-directory): Run real handler when ls-lisp is
13412         in use.
13414 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
13416         * desktop.el (desktop-read): Replace mapcar with mapc.
13417         (desktop-create-buffer): Replace mapcar with mapc.
13418         Remove redundant piece of code.
13420 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
13422         * progmodes/gud.el (gud-display-line): Use display-buffer
13423         for GDB-UI as for GUD.
13425         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
13426         Delete variables.
13427         (gdb-ann3): Don't make GUD buffer dedicated.
13428         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
13429         (gdb-display-source-buffer): Delete function.
13430         (gdb-view-source-function, gdb-view-assembler): Delete functions.
13431         (menu): Delete menu bindings for viewing source/assembler.
13432         (gdb-setup-windows, gdb-restore-windows):
13433         Don't dedicate GUD.  No assembler now.
13434         (gdb-reset): No need to undedicate source buffers now.
13435         (gdb-source-info): No assembler now.
13437 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
13439         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
13440         width to those for special frames.
13441         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
13442         Use display-buffer.
13443         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
13444         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13445         (gdb-frame-assembler-buffer): Rework like
13446         gdb-frame-breakpoints-buffer.
13448 2004-11-25  Richard M. Stallman  <rms@gnu.org>
13450         * progmodes/flymake.el: Reindent.
13451         (flymake-split-string): Turn into defalias.
13452         (flymake-fix-file-name): Rename from flymake-fix-path-name.
13453         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
13454         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
13455         (flymake-build-relative-filename): Rename from ...path.
13456         Fix error message.
13458 2004-11-25  Cheng Gao  <chenggao@gmail.com>
13460         * progmodes/flymake.el: Much whitespace and capitalization change.
13461         Move `provide' to end.  Require `compile' only when compiling.
13463 2004-11-24  Jay Belanger  <belanger@truman.edu>
13465         * calc/calc-alg.el: Added comment.
13466         (math-polynomial-base): Replace variable mpb-top-expr by
13467         math-poly-base-top-expr.
13469         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
13470         (math-polynomial-p1): Replace variable mpb-top-expr by declared
13471         variable.
13472         (math-poly-base-total-base): New variable.
13473         (math-total-polynomial-base, math-polynomial-p1): Replace variable
13474         mpb-total-base by declared variable.
13475         (math-factored-vars, math-to-list): Declare it.
13476         (math-fact-expr): New variable.
13477         (calcFunc-factors, calcFunc-factor, math-factor-expr)
13478         (math-factor-expr-try, math-factor-expr-part): Replace variable
13479         expr by declared variable.
13480         (math-fet-x): New variable.
13481         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
13482         by declared variable.
13483         (math-factor-poly-coefs): Make temp a local variable.
13485         * calc/calc-units.el (calc-convert-units): Make units a local
13486         variable.
13487         (calc-num-units, calc-den-units): New variables.
13488         (calc-explain-units, calc-explain-units-rec): Replace variables
13489         num-units and den-units by declared variables.
13490         (math-cu-unit-list): New variable.
13491         (math-build-units-table, math-compare-unit-names)
13492         (math-convert-units, math-convert-units-rec): Replace variable
13493         unit-list by declared variable.
13494         (math-fbu-base, math-fbu-entry): New variables.
13495         (math-find-base-units, math-find-base-units-rec): Replace variables
13496         base and entry by declared variables.
13497         (math-which-standard): New variable.
13498         (math-to-standard-units, math-to-standard-rec): Replace variable
13499         which-standard by declared variable.
13500         (math-fcu-u): New variable.
13501         (math-find-compatible-unit, math-find-compatible-unit-rec):
13502         Replace variable u by declared variable.
13503         (math-cu-new-units, math-cu-pure): New variables.
13504         (math-convert-units, math-convert-units-rec): Replace variables
13505         new-units and pure by declared variables.
13506         (math-try-cancel-units): New variable.
13507         (math-simplify-units-quotient): Replace variable try-cancel-units by
13508         declared variable.
13510 2004-11-24  Richard M. Stallman  <rms@gnu.org>
13512         * textmodes/ispell.el (ispell-check-version):
13513         If default-directory is nonexistent, use home dir.
13515         * progmodes/grep.el (grep-regexp-alist):
13516         Don't match parens around line numbers.
13518         * progmodes/cperl-mode.el (cperl-indent-region)
13519         (cperl-imenu--create-perl-index, cperl-xsub-scan):
13520         Don't print progress messages.
13522         * progmodes/compile.el (compilation-mode-map):
13523         Don't inherit from compilation-minor-mode-map;
13524         copy its bindings instead.  But the menu bar Compile
13525         entry now does inherit from compilation-menu-map.
13527         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13528         Use with-no-warnings around compiler-macroexpand.
13530         * imenu.el: Don't always require newcomment.
13531         (imenu--generic-function): Call comment-normalize-vars
13532         if we have a comment syntax.
13533         Exit the loop if REGEXP matches the null string.
13534         Test comment-start as well as comment-start-skip
13535         when deciding whether to check for comments.
13537         * tooltip.el (tooltip-mode): Doc fix.
13539         * term.el (term-escape-char, term-mode): Doc fixes.
13541 2004-11-24  Dave Love  <fx@gnu.org>
13543         * progmodes/python.el (python-font-lock-syntactic-keywords):
13544         Check for escapes in the regexp.
13545         (python-quote-syntax): Don't do it here.
13547 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
13549         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13550         (gdb-frames-mode-map, gdb-threads-mode-map)
13551         (gdb-registers-mode-map, gdb-locals-mode-map)
13552         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
13553         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
13555         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
13556         (dedicated-switch-to-buffer): Rework.
13557         (gdb-var-evaluate-expression-handler, gdb-put-string):
13558         Remove unused variable bindings.
13559         (gdb-setup-windows, gdb-display-buffer):
13560         Simplify.  Use pop-to-buffer.
13561         (gdb-view-source-function): Simplify.
13562         (gdb-frame-breakpoints-buffer):
13563         Use pop-to-buffer, special-display-regexps.
13565 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13567         * progmodes/f90.el (f90-smart-end)
13568         (f90-previous-statement, f90-beginning-of-block): Doc fix.
13569         (f90-calculate-indent): Handle un-named PROGRAM blocks.
13570         (f90-end-of-block): Doc fix.  Make check of outermost block
13571         conditional on value of `f90-smart-end'.
13572         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
13573         Handle case where END-BLOCK is nil.
13574         (f90-match-end): Handle un-named PROGRAM blocks.
13575         (f90-backslash-not-special): New function.
13577 2004-11-24  Jay Belanger  <belanger@truman.edu>
13579         * calc/calc.el (calc-embedded-active): Removed unnecessary
13580         declaration.
13581         (calc-show-banner): Removed redundant declaration.
13583         * calc/calc-graph.el (calc-gnuplot-default-device)
13584         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13585         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13586         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
13587         Remove redundant initial values.
13589         * calc/calc-arith.el (math-scalar-functions)
13590         (math-nonscalar-functions, math-scalar-if-args-functions)
13591         (math-real-functions, math-positive-functions)
13592         (math-nonnegative-functions, math-real-scalar-functions)
13593         (math-real-if-arg-functions, math-integer-functions)
13594         (math-num-integer-functions, math-rounding-functions)
13595         (math-float-rounding-functions, math-integer-if-args-functions)
13596         (math-super-types): Move declarations to earlier in file.
13597         (math-unit-prefixes): Declared it.
13598         (math-floor-prec, math-trunc-prec): New variables.
13599         (math-trunc-fancy): Replace variable prec by declared variable.
13600         (math-floor-fancy): Replace variable prec by declared variable.
13601         (math-com-bterms): New variable.
13602         (math-commutative-equal, math-commutative-collect):
13603         Replace variable bterms by declared variable.
13605         * calc/calc-misc.el (math-trunc): Replace variable prec by
13606         math-trunc-prec.
13607         (math-floor): Replace variable prec by math-floor-prec.
13609         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
13610         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
13611         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
13612         (math-format-date, math-format-date-part): Replace variables
13613         date, dt, year, month, day, weekday, hour, minute, second and
13614         bc-flag by declared variables.
13615         (math-pd-str): New variable.
13616         (math-parse-date, math-parse-date-word, math-parse-standard-date):
13617         Replace variable str by declared variable.
13618         (math-daylight-savings-hook, math-tzone-names): Move definitions
13619         to earlier in the file.
13620         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
13621         (math-sh-year): New variable.
13622         (math-setup-add-holidays, math-setup-holidays)
13623         (math-setup-year-holidays): Replace variable `year' by declared
13624         variable.
13626         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
13627         New variables.
13628         (math-nth-root-float, math-nth-root-float-iter): Replace variables
13629         n, nf and nfm1 by declared variables.
13630         (math-nri-n): New variable.
13631         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
13632         n by declared variable.
13633         (calcFunc-log): Removed misplaced condition.
13635 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13637         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
13639 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
13641         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
13642         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
13643         Dedicate gdb-related windows.
13644         (gdb-display-buffer): Dedicate gdb-related windows.
13645         Don't grab other frames.
13646         (gdb-reset): Remove dedicated property after debugging.
13648 2004-11-24  Jay Belanger  <belanger@truman.edu>
13650         * calc/calc-sel.el: Add comment.
13652         * calc/calc.el (math-stack-value-offset): Replace variables c,
13653         wid and off with math-svo-c, math-svo-wid and math-svo-off.
13655         * calc/calccomp.el (math-comp-sel-tag): Declare it.
13656         (math-svo-c, math-svo-wid, math-svo-off): New variables.
13657         (math-stack-value-offset-fancy): Replace variables c, wid and off
13658         by declared variables.
13659         (math-comp-just, math-comp-comma-spc): New variables.
13660         (math-compose-expr, math-compose-matrix): Replace variables `just'
13661         and comma-spc by declared variable.
13662         (math-comp-vector-prec): New variable.
13663         (math-compose-expr, math-compose-matrix, math-compose-rows):
13664         Replace variable vector-prec by declared variable.
13665         (math-comp-left-bracket, math-comp-right-bracket)
13666         (math-comp-comma): New variables.
13667         (math-compose-expr, math-compose-rows): Replace variables
13668         left-bracket, right-bracket and comma by declared variables.
13669         (math-comp-full-width): New variable.
13670         (math-comp-to-string-flat, math-comp-to-string-flat-term):
13671         Replace variable full-width by declared variable.
13672         (math-comp-highlight, math-comp-word, math-comp-level)
13673         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
13674         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
13675         New variables.
13676         (math-comp-to-string-flat, math-comp-to-string-flat-term)
13677         (math-comp-sel-flat-term): Replace variables comp-highlight,
13678         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
13679         declared variables.
13680         (math-comp-simplify, math-comp-simplify-term)
13681         (math-comp-add-string, math-comp-add-string-sel):
13682         Replace variables comp-highlight, comp-buf, comp-base,
13683         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
13685 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13687         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
13689         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
13690         and x-server-version may throw.
13692 2004-11-23  Kim F. Storm  <storm@cua.dk>
13694         * subr.el (substitute-key-definition-key): Optimize.
13695         Don't call indirect-function for nil defn (always signals error).
13697         * ido.el (ido-read-internal): Fix require-match check when
13698         ido-directory-too-big is set.
13700 2004-11-23  Jay Belanger  <belanger@truman.edu>
13702         * calc/calc-ext.el (math-read-replacement-list)
13703         (math-read-superscripts): New variables.
13704         (math-read-preprocess-string): New function.
13705         (math-read-expr): Filter input through math-read-preprocess-string.
13707         * calc/calc-aent.el (math-read-exprs): Filter input through
13708         math-read-preprocess-string.
13710 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
13712         * progmodes/compile.el (compilation-start): In cd command use
13713         substitute-env-vars -- not quite shell compatible but better than
13714         nothing.
13715         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
13716         handle the newer versions messages, which are more parseable.
13718 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13720         * reveal.el (reveal-mode-map): New var.
13721         (reveal-mode): Use it.
13723 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
13725         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
13726         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
13728 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13730         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
13731         header-line when needed.
13732         Use fixed-pitch only in the header-line.
13733         Build the underline automatically.  Use emdash if available.
13735 2004-11-22  Richard M. Stallman  <rms@gnu.org>
13737         * dired.el (dired-recursive-copies): Move from dired-aux.el.
13738         * dired-aux.el (dired-recursive-copies): Move to dired.el.
13740 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
13742         * progmodes/gdb-ui.el (gdb-resync): New function.
13743         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
13744         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
13745         Use it to fail more gracefully.
13746         (gdb-variables): Delete variable.
13747         Re-order variables to reduce byte-compiler warnings.
13749 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13751         * descr-text.el (describe-char):
13752         * paren.el (show-paren-function):
13753         * subr.el (syntax-after): Undo last change.
13755         * progmodes/python.el (run-python): Don't hard code *Python*.
13756         Don't modify global process-environment.
13757         (python-send-region, python-load-file): Don't assume that
13758         python-buffer == (process-buffer (python-proc)).
13759         (python-switch-to-python): Simplify.
13761         * dired.el (dired-align-file): Don't assume line starts with spaces.
13763 2004-11-21  Jay Belanger  <belanger@truman.edu>
13765         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
13766         Replace variable `lines' by math-read-big-lines.
13767         (math-read-big-expr): Replace variables the-baseline, the-h2
13768         and err-msg by math-read-big-baseline, math-read-big-h2 and
13769         math-read-err-msg.
13770         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
13772         * calc/calc-lang.el (math-read-big-rec): Fix typo.
13773         (math-read-big-balance): Replace unbound variable by value.
13774         (math-read-big-lines): New variable.
13775         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13776         (math-read-big-error, math-read-big-balance): Replace variable
13777         `lines' by declared variable.
13778         (math-read-big-baseline, math-read-big-h2): New variables.
13779         (math-read-big-rec): Replace variables the-baseline and the-h2
13780         by declared variables.
13781         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
13782         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13783         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
13784         declared variables.
13785         (math-read-big-err-msg): New variable.
13786         (math-read-big-error): Replace variable err-msg by declared variable.
13788 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13790         * ses.el: Add coding cookie.
13791         Fix up docstrings, follow new commenting conventions.
13792         (ses-header-line-menu): Fix missing variable rename for header-row.
13793         (ses-cell-size): Remove.
13794         (ses-make-cell): New function.
13795         (ses-cell, ses-insert-row, ses-insert-column): Use it.
13796         (ses-calculate-cell): Remove unused var `symbol'.
13797         (ses-narrowed-p): New function.
13798         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
13799         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
13800         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
13801         (ses-setup): Use restore-buffer-modified-p.
13802         (ses-cleanup): Remove unused var `end'.
13803         (ses-header-string-left-offset): Remove.
13804         (ses-create-header-string): Adjust to new behavior of `align-to'.
13805         Truncate excessively large fields to preserve alignment.
13806         (ses-reconstruct-all): Remove unused var `refs'.
13807         (ses-read-cell-printer): Remove unused var `prompt'.
13808         (ses-delete-row): Remove unused var `pos'.
13809         (ses-delete-column): Remove unused var `new'.
13811 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13813         * ps-print.el: Insert :version tag into all defgroup and defcustom.
13814         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13815         Eliminate eval-and-compile usage.
13816         (ps-insert-file): Use insert-file-contents instead of insert-file.
13817         (ps-setup): Code fix.
13819         * printing.el (pr-setup, lpr-setup): Code fix.
13821 2004-11-21  Jay Belanger  <belanger@truman.edu>
13823         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
13824         (calc-original-buffer): Declare them.
13825         (calc-user-formula-alist): New variable.
13826         (calc-user-define-formula, calc-fix-user-formula)
13827         (calc-user-define-composition, calc-finish-formula-edit):
13828         Replace variable `alist' by declared variable.
13829         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
13830         (var-q7, var-q7, var-q8, var-q9): Declare them.
13831         (calc-kbd-push): Don't check to see if var-q0 through var-q9
13832         are bound.
13833         (calcFunc-typeof): Replace undeclared variable by expression.
13834         (math-exp-env): New variable.
13835         (math-define-body, math-define-exp): Replace exp-env by declared var.
13836         (math-define-exp): Replace misplaced variable by expression.
13838         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
13839         (calc-curve-model, calc-curve-coefnames): New variables.
13840         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
13841         varnames, model and coefnames by declared variables.
13842         (math-root-widen): New variable.
13843         (math-search-root, math-find-root): Replace variable root-widen by
13844         declared variable.
13845         (var-DUMMY): Declare it.
13846         (math-root-vars, math-min-vars): Move the declarations to earlier in
13847         the file.
13848         (math-brent-min): Make d a local variable.
13849         (math-find-minimum): Replace non-existent variable.
13850         (math-ninteg-romberg): Remove unnecessary variable.
13851         (math-ninteg-temp): New variable.
13852         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
13853         integ-temp by declared variable.
13854         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
13855         New variables.
13856         (math-general-fit): Replace variables first-var, first-coef and
13857         new-coefs by declared variables.
13858         (calcFunc-fitvar): Replace variable first-var by declared variable.
13859         (calcFunc-fitparam): Replace variable first-coef by declared variable.
13860         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
13861         (math-all-vars-vars, math-all-vars-found): New variables.
13862         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
13863         found by declared variable math-all-vars-vars.
13865 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
13867         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
13868         of `defconst'.
13870 2004-11-20  Richard M. Stallman  <rms@gnu.org>
13872         * isearch.el (isearch-mode-map): Don't bind SPC.
13873         (isearch-whitespace-chars): Function deleted.
13874         (isearch-search): Bind search-spaces-regexp.
13875         (isearch-lazy-highlight-search): Likewise.
13876         (search-whitespace-regexp): Doc fix.
13877         (isearch-forward-regexp): Doc fix.
13879         * emacs-lisp/bytecomp.el (byte-compile-form):
13880         Move the calls to byte-compile-set-symbol-position,
13881         to avoid having two for the same symbol occurrence.
13883         * comint.el (comint-input-ring-size): Increase to 150.
13885         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
13886         New variables.
13887         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
13888         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
13890         * imenu.el (imenu--generic-function):
13891         Ensure we keep moving backward even if BEG isn't further back.
13893         * replace.el (query-replace-read-to, query-replace-read-from):
13894         Specify t for KEEP-ALL in read-from-minibuffer.
13896         * progmodes/python.el (python-switch-to-python):
13897         If Python isn't running, start it.
13898         Don't alter debug-ignored-errors.
13900         * progmodes/cperl-mode.el (cperl-indent-region):
13901         Don't mind imenu-scanning-message.
13903         * bindings.el (global-map): Bind C-e to move-end-of-line.
13905         * simple.el (line-move-finish): New arg FORWARD.
13906         Ignore invisible newlines, not intangible ones.
13907         Conditions for acceptable stopping positions depend on FORWARD.
13908         (line-move): Pass FORWARD arg to line-move-finish.
13910         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
13911         of HEADER.  Compensate for this change in the code to add display
13912         properties.  Don't make the first line intangible.
13914         * info.el (Info-search): Fix previous change.
13916 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
13918         * Makefile.in (recompile): Revert 2004-11-19 change.
13919         (compile): Likewise.
13921 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
13923         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
13925 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13927         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
13928         defgroup and defcustom.  Eliminate eval-and-compile usage.
13930         * progmodes/ebnf-otz.el: Fix typos.
13932 2004-11-19  Jay Belanger  <belanger@truman.edu>
13934         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
13935         (calc-edit-finish, calc-finish-stack-edit): Replace variable
13936         disp-trail by declared variable.
13938         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
13939         (calc-finish-selection-edit): Replace variable disp-trail by
13940         declared variable.
13941         (calc-selection-cache-entry): Move declaration to earlier in the file.
13942         (calc-selection-cache-num, calc-selection-cache-comp)
13943         (calc-selection-cache-offset, calc-selection-true-num)
13944         (calc-final-point-line, calc-final-point-column)
13945         (calc-original-buffer): Declare them.
13946         (calc-fnp-op, calc-fnp-num): New variables.
13947         (calc-find-nth-part, calc-find-nth-part-rec)
13948         (calc-select-previous): Replace op and num by declared variables.
13949         (calc-rsf-old, calc-rsf-new): New variables.
13950         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13951         Replace variables old and new by declared variables.
13952         (calc-sel-reselect): New variable.
13953         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13954         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13955         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13956         reselect with declared variable.
13958         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13959         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13960         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13961         (math-import-list, math-rewrite-phase): Declare them.
13962         (math-rewrite): Use let* to declare variables.
13963         (calc-rewrite-selection): Make rules a local variable.
13964         (calc-rewr-sel): New variable.
13965         (calc-rewrite-selection, calc-locate-selection-marker)
13966         (calc-rewrite): Use the declared variable calc-rewr-sel instead
13967         of sel.
13968         (math-rewrite-whole-expr): New variable.
13969         (math-rewrite, math-rewrite-phase): Replace variable expr by
13970         declared variable.
13971         (math-rewrite-heads-heads, math-rewrite-heads-skips)
13972         (math-rewrite-heads-blanks ): New variables.
13973         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13974         heads, skips and blanks by declared variables.
13975         (math-rwcomp-subst-old, math-rwcomp-subst-new)
13976         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13977         New variables.
13978         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13979         old, new, old-func and new-func by declared variables.
13980         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13981         Remove unnecessary variable.
13982         (math-apply-rw-regs): New variable.
13983         (math-apply-rewrites, math-rwapply-replace-regs)
13984         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13985         (math-apply-rw-ruleset): New variable.
13986         (math-apply-rewrites, math-rwapply-remember): Replace variable
13987         ruleset by declared variable.
13989 2004-11-19  Richard M. Stallman  <rms@gnu.org>
13991         * info.el (Info-search): Use search-whitespace-regexp.
13993 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
13995         * vc-rcs.el (vc-rcs-parse): New function.
13996         (vc-rcs-annotate-command): Likewise.
13997         (vc-rcs-annotate-current-time): Likewise.
13998         (vc-rcs-annotate-time): Likewise.
13999         (vc-rcs-annotate-extract-revision-at-line): Likewise.
14001 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
14003         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
14005 2004-11-18  Jay Belanger  <belanger@truman.edu>
14007         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
14009 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14011         * printing.el: Eliminate use of interactive-p and eval-and-compile.
14012         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
14013         Use make-temp-file to generate PostScript files in any situation.
14014         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
14015         (pr-interactive-p): Eliminate var.
14016         (pr-save-interactive): Eliminate macro.
14017         (pr-interface, pr-ps-directory-preview)
14018         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
14019         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
14020         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
14021         (pr-ps-buffer-ps-print, pr-ps-region-preview)
14022         (pr-ps-region-using-ghostscript, pr-ps-region-print)
14023         (pr-ps-region-ps-print, pr-ps-mode-preview)
14024         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
14025         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
14026         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
14027         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
14028         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
14029         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
14030         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
14031         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
14032         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
14033         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
14034         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
14035         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
14036         Eliminate pr-save-interactive usage.
14037         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
14038         Eliminate pr-interactive-p usage.
14039         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
14040         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
14041         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
14042         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
14043         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
14044         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
14045         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
14046         New funs.
14047         (pr-ps-file): Use make-temp-file to generate a temporary file.
14049 2004-11-17  Jay Belanger  <belanger@truman.edu>
14051         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
14052         a local variable.
14053         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
14054         (math-top-only): New variable.
14055         (math-simplify, math-simplify-step): Replace variable top-only by
14056         declared variable math-top-only.
14057         (math-simplify-expr): Declare it.
14058         Replace argument expr in all calls of math-defsimplify by
14059         math-simplify-expr.
14060         (math-simplify-plus, math-simplify-times, math-simplify-divide)
14061         (math-simplify-divisor, math-simplify-one-divisor)
14062         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
14063         (math-simplify-pow): Replace variable expr by declared variable
14064         math-simplify-expr.
14065         (math-simplify-divisor): Remove local variables temp and op.
14066         (math-simplify-one-divisor): Make temp and op local variables.
14067         (math-simplify-divisor-nover, math-simplify-divisor-dover):
14068         New variables.
14069         (math-simplify-divisor, math-simplify-one-divisor):
14070         Replace variables nover and dover by declared variables.
14071         (math-expr-subst-new, math-expr-subst-old): New variables.
14072         (math-expr-subst, math-expr-subst-rec): Replace variables new
14073         and old by declared variables.
14074         (math-is-poly-degree, math-is-poly-loose): New variables.
14075         (math-is-polynomial, math-is-poly-rec): Replace variables degree
14076         and loose by declared variables.
14077         (math-poly-base-const-ok, math-poly-base-pred): New variables.
14078         (math-polynomial-base, math-polynomial-base-rec):
14079         Replace variables const-ok and mpb-pred by declared variables.
14081         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
14083         * calc/calc-ext.el (math-defsimplify): Change the argument in
14084         the created function to math-simplify-expr.
14086         * calc/calc-units.el (math-simplify-expr): Declare it.
14087         Replace argument expr in all calls of math-defsimplify by
14088         math-simplify-expr.
14089         (math-simplify-units-prod): Replace variable expr by declared
14090         variable math-simplify-expr.
14092 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14094         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
14095         Replace mapcar->dolist, format->string.
14097 2004-11-17  Miles Bader  <miles@gnu.org>
14099         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
14100         * progmodes/idlwave.el: Remove RCS keywords.
14102 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
14104         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
14105         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
14106         Update to IDLWAVE version 5.5.  Too many changes to list them here.
14107         * progmodes/idlw-help.el: New file.
14109 2004-11-16  Richard M. Stallman  <rms@gnu.org>
14111         * international/iso-cvt.el (iso-tex2iso-trans-tab):
14112         Discard spaces after \i according to TeX rules.
14114         * international/mule.el (set-buffer-file-coding-system):
14115         New arg NOMODIFY.
14116         (after-insert-file-set-coding): Pass that new arg.
14117         Prevent set-buffer-multibyte from trying to lock the file.
14119         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
14121         * saveplace.el (save-place): Doc fix.
14123         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
14124         temporarily widen before finding the following word to copy.
14126         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
14127         (cl-map-keymap): Definition deleted.
14129         * subr.el (map-keymap-internal): New function.
14131 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14133         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
14134         when pressing rather than when releasing mouse-2.  Simplify.
14136 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14138         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
14139         (compilation-mode): Set it here instead.
14141         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
14143         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
14144         (loop, cl-parse-loop-clause, defsetf): Use backquote.
14146 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * progmodes/compile.el (compilation-internal-error-properties):
14149         Fix up a transposition-typo.  Check end-col before using it.
14151 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
14153         * international/iso-cvt.el (iso-tex2iso-trans-tab):
14154         Discard whitespace after macro \i when converting it.
14156 2004-11-16  Juri Linkov  <juri@jurta.org>
14158         * emacs-lisp/find-func.el (find-function-regexp):
14159         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
14160         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
14161         Remove invalid `\W' from [^cgv\W].  Doc fix.
14162         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
14164 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
14166         * play/life.el: Maintainer is now FSF.
14167         (life-patterns, life-neighbor-deltas, life-window-start)
14168         (life-current-generation, life-generation-string): Use defvar
14169         instead of defconst.
14171 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * progmodes/compile.el (compilation-move-to-column): New fun.
14174         (compilation-internal-error-properties)
14175         (compilation-next-error-function): Use it to make sure we don't go past
14176         the end of line.
14178 2004-11-15  John Paul Wallington  <jpw@gnu.org>
14180         * autoinsert.el (auto-insert-alist): Insert the user's name in
14181         copyright notice, rather than Free Software Foundation, for the
14182         Emacs Lisp header case too.
14184 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14186         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
14187         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
14188         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
14189         return the list of string in a string.
14190         (pr-call-process): Message if calling process returns an error, that
14191         is, the exit status is different of zero.
14193 2004-11-15  Jay Belanger  <belanger@truman.edu>
14195         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
14196         variable var-thing.
14197         (math-integ-depth, math-integ-level, math-integral-limit)
14198         (math-enable-subst, math-any-substs, math-integ-msg)
14199         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
14200         (math-int-threshold, math-int-factors, math-double-roots)
14201         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
14202         (var-GenCount): Declare these variables.
14203         (calcFunc-integ): Don't check if var-IntegLimit is bound.
14204         (math-integral-cache, math-integral-cache-state):
14205         Move declarations to earlier in the file.
14206         (math-deriv-var, math-deriv-total, math-deriv-symb)
14207         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
14208         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
14209         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
14210         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
14211         (math-solve-res): New variables
14212         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
14213         (math-integral, math-replace-integral-parts)
14214         (math-integrate-by-parts, calc-dump-integral-cache)
14215         (math-try-integral, math-do-integral, math-do-integral)
14216         (math-do-integral-methods, math-try-solve-for)
14217         (math-try-solve-prod, math-solve-poly-funny-powers)
14218         (math-solve-crunch-poly, math-decompose-poly)
14219         (math-solve-find-root-term, math-find-root-in-prod)
14220         (math-integ-try-linear-substitutions)
14221         (math-integ-try-substitutions, math-expr-rational-in)
14222         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
14223         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
14224         (math-solve-for, math-solve-system, math-solve-system-rec)
14225         (math-solve-get-sign, math-solve-get-int)
14226         (math-solve-system-subst): Replace undeclared variables with newly
14227         declared variables.
14229 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14231         * winner.el (winner-active-region, winner-edges, winner-window-list):
14232         Define at toplevel.
14233         (winner-mode-map): Move init inside declaration.
14235 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
14237         * files.el (convert-standard-filename): Doc fix.
14239 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
14241         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
14242         passwd, group, shadow, default/* and pam.d/*.
14244 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14246         * printing.el (pr-menu-spec): Adjust menu specification.
14248 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14250         * printing.el: Doc fix.  Insert :version tag into all defcustom.
14251         Handle interactive-p as is recommended in Emacs Lisp Reference.
14252         Set the file permission bits for newly created files.
14253         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
14254         The printing menu specification (in `pr-menu-spec') was merged.
14255         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14256         (pr-version): New version number (6.8.3).
14257         (pr-file-modes): New option.
14258         (pr-interactive-p): New var.
14259         (pr-save-interactive, pr-save-file-modes): New macros.
14260         (pr-setup): Code fix.
14261         (pr-menu-spec): Menu specification merged.
14262         (pr-call-process, pr-text2ps): Set file permission bits.
14263         (pr-despool-print): Set file permission bits.  Handle interactive-p as
14264         is recommended.
14265         (pr-interface, pr-ps-directory-preview)
14266         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
14267         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
14268         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
14269         (pr-ps-buffer-ps-print, pr-ps-region-preview)
14270         (pr-ps-region-using-ghostscript, pr-ps-region-print)
14271         (pr-ps-region-ps-print, pr-ps-mode-preview)
14272         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
14273         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
14274         (pr-despool-using-ghostscript, pr-despool-ps-print)
14275         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
14276         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
14277         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
14278         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
14279         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
14280         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
14281         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
14282         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
14283         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
14284         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
14285         Handle interactive-p as is recommended.
14287 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14289         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
14290         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
14292         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
14293         so it doesn't forget to highlight the beginning of the region either.
14295 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
14297         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
14298         (c-font-lock-init): Eliminate obsolete make-local-hook.
14299         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14300         (awk-mode): Use run-mode-hooks.
14302         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
14304 2004-11-13  Kim F. Storm  <storm@cua.dk>
14306         * mouse.el (mouse-drag-copy-region): Add :version.
14307         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
14308         while dragging mode line, so mode line can be dragged downwards.
14309         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
14310         while pressing mouse button so window doesn't scroll until we
14311         release the mouse if clicking on partially visible line.
14313 2004-11-12  Jay Belanger  <belanger@truman.edu>
14315         * calc/calc-graph.el (calc-dumb-map): Declare it.
14316         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
14317         than unbound.
14318         (calc-graph-name): Made `end' a local variable.
14319         (calc-graph-lookup): Made `varname' a local variable.
14320         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
14321         Declare them.
14322         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
14323         (calc-graph-plot, calc-graph-compute-3d): Remove references to
14324         the unused variable y3vec.
14325         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
14326         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
14327         calc-graph-prev-kill-hook.
14328         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
14329         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
14330         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
14331         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
14332         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
14333         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
14334         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
14335         (calc-graph-y3value, calc-graph-y3name)
14336         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
14337         (calc-graph-stepcount, calc-graph-is-splot)
14338         (calc-graph-surprise-splot, calc-graph-blank)
14339         (calc-graph-non-blank, calc-graph-curve-num): New variables.
14340         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
14341         (calc-graph-recompute-2d, calc-graph-compute-3d)
14342         (calc-graph-format-data): Replace undeclared variables with the
14343         above newly declared variables.
14345 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
14347         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
14348         `rsf-beep' and `rsf-sleep-after-message'.
14350         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
14351         list if `message-sender' is non-nil.
14353 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14355         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
14356         consing by using mapc instead of mapcar.
14358 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
14360         * tooltip.el (require): Explain why CL is needed.
14362 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14364         * printing.el: Insert :version into defgroup (printing).  All reference
14365         to Files option in menubar were changed to File.
14366         (pr-version): New version number (6.8.2).
14367         (pr-get-symbol): Call easy-menu-intern.
14368         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
14369         compilation gripes.
14371 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14373         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
14374         new byte-compile-function-environment binding to t.
14376         * font-lock.el (font-lock-fontify-syntactically-region):
14377         Don't forget to highlight the last char when we hit `end'.
14379         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
14380         (mwheel-scroll): Adjust accordingly.
14382         * cvs-status.el: Reduce spurious warnings.
14383         (cvs-status-checkout): Remove.
14384         (cvs-status-mode-map): Use cvs-mode-checkout instead.
14386         * pcvs.el (cvs-mode-checkout): New command.
14388         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
14390         * tooltip.el: Require CL.
14392         * emacs-lisp/bytecomp.el: Use push.
14393         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
14394         (defalias): Remove the `byte-compile' property and add
14395         a `byte-hunk-handler'.
14397 2004-11-11  Juri Linkov  <juri@jurta.org>
14399         * info.el (Info-search): Save match data for isearch.
14400         Skip Tag Table node.
14402         * descr-text.el (describe-char): Replace syntax-after with code
14403         from its previous version.
14405         * files.el (magic-mode-alist): Use optimization for SGML mode too.
14406         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
14408         * international/mule.el (sgml-html-meta-auto-coding-function):
14409         Remove > after <html to allow HTML attributes.
14411 2004-11-11  Jay Belanger  <belanger@truman.edu>
14413         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
14414         a variable.
14415         (calcFunc-dfac): Replace unbound max by n.
14416         (math-stirling-local-cache): New variable.
14417         (math-stirling-number, math-stirling-1, math-stirling-2):
14418         Replace the variable `cache' by the declared variable
14419         math-stirling-local-cache.
14420         (var-RandSeed): Declare it as a variable.
14421         (math-init-random-base, math-random-digit): Don't check to see if
14422         var-RandSeed is bound.
14423         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
14424         Declare them instead of just setting them.
14425         (math-init-random-base): Made i a local variable.
14426         (math-random-digit): Made math-random-last a local variable.
14427         (math-prime-test-cache): Move declaration to before it is used.
14428         (math-prime-test-cache-k, math-prime-test-cache-q)
14429         (math-prime-test-cache-nm1, math-prime-factors-finished):
14430         Declare them as variables.
14432 2004-11-11  Jay Belanger  <belanger@truman.edu>
14434         * calc/calc-ext.el (math-defcache): Use defvar for the new
14435         variables it creates.
14437 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
14439         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
14440         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
14441         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
14442         (desktop-save): Add :version.
14444 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * printing.el (pr-get-symbol): Don't downcase.
14448 2004-11-10  Jay Belanger  <belanger@truman.edu>
14450         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
14451         string to kill-ring.
14453         * calc/calc-aent.el (calc-alg-exp, math-toks)
14454         (math-exp-pos,math-exp-old-pos, math-exp-token)
14455         (math-exp-keep-spaces, math-exp-str): New variables.
14456         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
14457         (calcAlg-enter): Use declared variable calc-alg-exp.
14458         (math-build-parse-table, math-find-user-token): Use declared
14459         variable math-toks.
14460         (math-read-exprs, math-read-token, calc-check-user-syntax)
14461         (calc-match-user-syntax, match-factor-after, math-read-factor):
14462         Use declared variables math-exp-pos math-exp-old-pos.
14463         (math-read-exprs, math-read-token, math-read-expr-level)
14464         (calc-check-user-syntax, calc-match-user-syntax)
14465         (match-factor-after, math-read-factor): Use declared variable
14466         math-exp-token.
14467         (math-read-exprs, math-read-expr-list, math-read-token)
14468         (math-read-factor): Use declared variable math-exp-keep-spaces.
14469         (math-read-exprs, math-read-token): Use declared variable
14470         math-exp-str.
14471         (calc-match-user-syntax): Make m a local variable.
14473         * calc/calc-ext.el (math-read-expr): Use declared variables
14474         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
14475         math-exp-keep-spaces.
14477         * calc/calc-forms.el (math-read-angle-bracket): Use declared
14478         variables math-exp-pos, math-exp-str.
14480         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
14481         math-exp-old-pos.
14482         (math-parse-fortran-vector, math-parse-fortran-vector-end)
14483         (math-parse-eqn-prime): Use declared variable math-exp-token.
14485         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
14486         Use declared variable math-exp-pos.
14487         (math-check-for-commas): Use declared variable math-exp-str.
14488         (math-read-brackets): Use declared variables math-exp-old-pos,
14489         math-exp-keep-spaces.
14490         (math-read-brackets, math-read-vector, math-read-matrix):
14491         Use declared variable math-exp-token.
14493 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14495         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
14496         where the keymap is a symbol.
14497         (easy-menu-add-item): Use keymap-prompt.  Simplify.
14499         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
14501         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
14502         (sgml-parse-tag-backward): Use it to skip spurious < or >.
14504 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
14506         * ebuff-menu.el: Doc fixes throughout.
14507         (electric-buffer-menu-mode-hook): New defvar.
14509 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
14511         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
14512         The resulting compiler warnings appear to be harmless.
14514 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
14516         * textmodes/conf-mode.el: New file.
14518         * files.el (auto-mode-alist, magic-mode-alist): Use it.
14520 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14522         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
14524 2004-11-09  Jay Belanger  <belanger@truman.edu>
14526         * calc/calc-ext.el (calc-init-extensions): Remove old code.
14528         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
14529         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
14530         (calc-z-prefix-help, calc-user-function-list): Use declared
14531         variables calc-z-prefix-buf, calc-z-prefix-msgs.
14532         (math-map-tree, math-map-tree-rec): Use declared variables
14533         math-mt-many, math-mt-func.
14534         (math-read-expression, math-read-string): Use declared variable
14535         math-expr-data.
14537         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
14538         variable math-normalize-a.
14540         * calc/calc.el (math-normalize-a): New variable.
14541         (math-normalize): Use declared variable math-normalize-a.
14543         * calc/calc-poly.el (math-expand-form): Use declared variable
14544         math-mt-many.
14546         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14547         Use declared variable math-mt-many.
14548         (math-rewrite): Use declared variable math-mt-func.
14550         * calc/calc-vec.el (math-read-brackets, math-read-vector)
14551         (math-read-matrix): Use declared variable math-expr-data.
14553         * calc/calc-lang.el (math-parse-fortran-vector)
14554         (math-parse-fortran-vector-end, math-parse-tex-sum)
14555         (math-parse-eqn-matrix, math-parse-eqn-prime)
14556         (math-read-math-subscr): Use declared variable math-expr-data.
14558         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
14559         (math-read-expr-level, math-read-token, calc-check-user-syntax)
14560         (calc-match-user-syntax, math-read-if, math-factor-after)
14561         (math-read-factor): Use declared variable math-expr-data.
14563 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
14565         * calendar/diary-lib.el (diary-from-outlook)
14566         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
14567         interactive-p; but rather new optional argument NOCONFIRM.
14569 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14571         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
14572         (easy-menu-name-match): Revert correspondingly.
14574 2004-11-09  Richard M. Stallman  <rms@gnu.org>
14576         * emacs-lisp/bytecomp.el (byte-compile-defalias):
14577         Turn off warnings for the new function even if definition not constant.
14578         If the definition isn't a quoted symbol, record (FUNCTION . t).
14579         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
14580         (byte-compile-callargs-warn): Handle (FUNCTION . t).
14581         (display-call-tree, byte-compile-arglist-warn):
14582         Handle t returned by byte-compile-fdefinition.
14584 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14586         * Makefile.in (maintainer-clean): Depend on distclean.
14588         * help-fns.el (help-C-file-name): File name must be in build-files
14589         to be returned.
14591 2004-11-09  Jay Belanger  <belanger@truman.edu>
14593         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
14594         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
14596         * calc/calc.el (calc, calc-trail-display, calc-mode):
14597         Remove obsolete sections.
14599         * calc/calc.el (calc-x-paste-text): Remove.
14601         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
14602         mouse-2.
14604 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
14606         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
14607         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
14608         current frame (in case of recursive calls).
14609         (gdb-show-changed-values): Add :version keyword.
14611 2004-11-09  Kenichi Handa  <handa@m17n.org>
14613         * international/mule-cmds.el: Change coding: tag back to
14614         iso-2022-7bit.
14616 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14618         * international/mule-cmds.el: Change coding-system to utf-8.
14619         (select-safe-coding-system-interactively):
14620         New function extracted from select-safe-coding-system.
14621         (select-safe-coding-system): Use it.
14623 2004-11-08  Richard M. Stallman  <rms@gnu.org>
14625         * subr.el (syntax-after): Doc fix.
14627         * paren.el (show-paren-function): Change calls to syntax-after
14628         for new way of returning the value.
14630         * menu-bar.el (menu-bar-file-menu): Make this the real name
14631         and menu-bar-files-menu the alias.  Use the former.
14632         (global-map): Use `file', not `files', as the symbol.
14634         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
14636         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
14637         Don't use beginning-of-buffer.
14638         (filesets-cmd-show-result): Use with-no-warnings.
14640 2004-11-08  Juri Linkov  <juri@jurta.org>
14642         * progmodes/compile.el (compile): Don't overwrite last command in
14643         minibuffer history with default command if they are not equal.
14645 2004-11-08  Jay Belanger  <belanger@truman.edu>
14647         * calc/calcalg2.el (math-do-integral-methods): Try linear then
14648         non-linear substitutions.
14650 2004-11-08  Jay Belanger  <belanger@truman.edu>
14652         * calc/calcalg2.el (math-linear-subst-tried): New variable.
14653         (math-do-integral): Set `math-linear-subst-tried' to nil.
14654         (math-do-integral-methods): Use `math-linear-subst-tried' to
14655         determine what type of substitution to try.
14656         (math-integ-try-linear-substituion):
14657         Set `math-linear-subst-tried' to t.
14659 2004-11-08  Kim F. Storm  <storm@cua.dk>
14661         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
14663 2004-11-07  Juri Linkov  <juri@jurta.org>
14665         * info-look.el (info-lookup): Allow reusing in the current buffer
14666         not only *info* buffer, but all (even renamed) Info buffers
14667         by checking for major-mode instead of *info* buffer name.
14668         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
14669         (octave-mode, maxima-mode) <doc-spec>:
14670         Allow long dashes generated by Texinfo 4.7 before definitions.
14671         (texinfo-mode) <doc-spec>: Add space to suffix to find command
14672         definitions with argument separated by space.
14674 2004-11-06  Richard M. Stallman  <rms@gnu.org>
14676         * simple.el (next-error group, face): Move before first use.
14677         (next-error-highlight, next-error-highlight-no-select): Likewise.
14679         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
14680         (line-move): New args NOERROR and TO-END.
14681         Return t if succeed in moving specified number of lines.
14682         (move-end-of-line): New function.
14684         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
14685         (end-of-buffer-other-window): Likewise.
14687         * simple.el (line-move-ignore-invisible): Default to t.
14689         * subr.el (syntax-after): Return the syntax letter, not the raw code.
14691         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
14693         * international/iso-cvt.el (iso-cvt-define-menu):
14694         Rename menu-bar-files-menu to menu-bar-file-menu.
14696         * net/browse-url.el (browse-url-gnome-moz-program)
14697         (browse-url-gnome-moz-arguments): Move up before first use.
14699         * net/tramp.el (tramp group): Add :version.
14701         * progmodes/ada-xref.el (ada-gdb-application):
14702         Use goto-char instead of beginning-of-buffer.
14704         * progmodes/cperl-mode.el (cperl-info-on-command):
14705         Use goto-char instead of beginning-of-buffer.
14707         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
14708         Move up before first use.
14709         (idlwave-shell-temp-pro-file): Likewise.
14710         (idlwave-shell-temp-rinfo-save-file): Likewise.
14711         (idlwave-shell-temp-file): Minor doc fix.
14713         * textmodes/flyspell.el (flyspell-external-point-words):
14714         Use goto-char instead of beginning-of-buffer.
14716 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
14718         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
14719         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
14720         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
14722 2004-11-06  David Ponce  <david@dponce.com>
14724         * recentf.el (recentf-menu-path): Use menu item name.
14726 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
14728         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
14729         display doesn't support images.
14731 2004-11-06  Andreas Schwab  <schwab@suse.de>
14733         * tempo.el (tempo-match-finder): Doc fix.
14735         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
14737 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14739         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
14740         (easy-menu-lookup-name): New fun to replace it.
14741         (easy-menu-get-map): Use it to obey menu item names (rather than just
14742         keys) when looking up `path'.
14743         (easy-menu-always-true-p): Rename from easy-menu-always-true.
14744         (easy-menu-convert-item-1): Adjust to new name.
14746 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
14748         * outline.el (hide-body): Don't hide lines at the top of the file
14749         that precede the first header line.
14751 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
14753         * align.el (align-areas): Delete whitespace before reindenting, so
14754         that tabs are never placed after spaces.
14756 2004-11-06  Alan Shutko  <ats@acm.org>
14758         * macros.el (insert-kbd-macro): Do completions based on macros,
14759         rather than all commands.
14761 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
14763         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
14764         to solve a bug whereby tags with 'b' don't match.
14766 2004-11-05  Juri Linkov  <juri@jurta.org>
14768         * info.el (Info-search): Don't search in node header lines
14769         and file headers.
14771         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
14772         symbol-constituent characters after dot, not only digits.
14774 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
14776         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
14778 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14780         * dired.el (dired-read-dir-and-switches): Call read-directory-name
14781         if a dialog will be used, read-file-name otherwise.
14783 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14785         * textmodes/table.el (table group): Add :version.
14787         * textmodes/ispell.el (ispell-word):
14788         Don't alter args; set them only thru `interactive' spec.
14790         * textmodes/flyspell.el (flyspell-word):
14791         Don't alter FOLLOWING; set it only thru `interactive' spec.
14793         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
14795         * net/browse-url.el (browse-url-maybe-new-window):
14796         Use called-interactively-p.
14798         * mail/supercite.el (sc-cite-region):
14799         Don't use interactive-p.  Add arg INTERACTIVE.
14800         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
14802         * international/mule-cmds.el (set-input-method, toggle-input-method):
14803         Don't use interactive-p.  Add arg INTERACTIVE.
14805         * eshell/esh-mode.el (eshell-show-maximum-output):
14806         Don't use interactive-p.
14807         (eshell-truncate-buffer): Just message, no error, if buffer is short.
14809         * mouse.el (mouse-show-mark): Get positions to delete from mark
14810         and point, not from mouse-drag-overlay.
14812         * imenu.el (imenu-eager-completion-buffer): Add :version.
14814         * filesets.el (filesets group): Add :version.
14816 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
14818         * files.el (xml-based-modes): Delete var.
14819         (magic-mode-alist): New more general var.
14820         (set-auto-mode): Use it.
14822         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
14823         when clicking from another window.
14825 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
14827         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
14828         (vc-cvs-annotate-time): Incorporate value of deleted var.
14829         Remove special-case handling of beginning-of-buffer cruft.
14830         Cache ending position (point) and return value in text property
14831         `vc-cvs-annotate-time', and consult it on subsequent invocations.
14833         * vc-cvs.el (vc-cvs-annotate-command):
14834         Delete extraneous lines from beginning of buffer.
14835         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
14837         * progmodes/grep.el (grep-default-command): Take empty string
14838         for tag if all other methods yield nil.  Shell-quote the tag.
14840         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
14841         spec in `interactive' form, and mention it in the docstring.
14842         Also, make sure point is at bol after calling `annotate-time'.
14844 2004-11-02  Richard M. Stallman  <rms@gnu.org>
14846         * cus-edit.el (customize-group-other-window):
14847         Select the window that displays the custom buffer.
14848         (custom-buffer-create-other-window): Likewise.
14850         * comint.el (comint-insert-input): Fix previous change.
14852         * emacs-lisp/elp.el (elp-instrument-function):
14853         Use called-interactively-p.
14855         * emacs-lisp/easymenu.el (easy-menu-intern):
14856         Don't downcase; rather, case-flip the first letter of each word.
14858         * emacs-lisp/easy-mmode.el (define-minor-mode):
14859         Use called-interactively-p.
14861         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
14862         Add interactive-only.
14863         (byte-compile-warnings): Add interactive-only as option.
14864         (byte-compile-interactive-only-functions): New variable.
14865         (byte-compile-form): Warn about calls to functions
14866         in byte-compile-interactive-only-functions.
14868         * emacs-lisp/autoload.el (update-file-autoloads):
14869         Don't use interactive-p; take new arg SAVE-AFTER.
14871         * emacs-lisp/advice.el (ad-make-advised-definition):
14872         Use called-interactively-p.
14874 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14876         * files.el (find-file-existing): New function.
14878         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
14879         find-file-existing.  Add "New File..." that calls find-file.
14881         * diropen.pbm, diropen.xpm: New files.
14883         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
14884         icon diropen.  New tool bar item find-file-existing uses icon open.
14886         * dired.el (dired-read-dir-and-switches): Call read-directory-name
14887         instead of read-file-name.
14889 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
14891         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
14892         (icalendar--split-value): Change name of work buffer.
14893         (icalendar--get-weekday-abbrev): Return nil on error.
14894         (icalendar--date-to-isodate): New function.
14895         (icalendar-convert-diary-to-ical)
14896         (icalendar-extract-ical-from-buffer): Use only two args for
14897         make-obsolete (XEmacs compatibility).
14898         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
14899         (icalendar-export-region): Doc fix.
14900         If error, return non-nil and write errors to a buffer.
14901         Use correct weekday for weekly recurring events.
14902         Check whether date has been parsed for ordinary events.
14903         Make weekly events start in the year 2000.
14904         DTEND is non-inclusive, shift end date by one day if
14905         necessary (not for entries that have date and time).
14906         Rename local let variables: oops -> found-error, datestring ->
14907         startdatestring.
14909 2004-11-02  Kim F. Storm  <storm@cua.dk>
14911         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
14912         keep-mode-if-same variable.  Add it as optional arg instead.
14913         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
14915         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
14916         substitute-command-keys will select lower-case bindings like those
14917         used in the static help texts.
14919         * descr-text.el (describe-text-properties): Don't err if called in
14920         the *Help* buffer; output to *Help-2* buffer instead.
14922         * kmacro.el (group kmacro): Add :version.
14923         (kmacro-keyboard-quit): New function to cleanup on C-g.
14924         (kmacro-start-macro): Set defining-kbd-macro to append when
14925         appending to last macro.
14927         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
14929 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
14931         * progmodes/gdb-ui.el (gdb-enable-debug-log)
14932         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14933         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
14934         Add :version keyword.
14936 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
14938         * progmodes/flymake.el (flymake-err-line-patterns):
14939         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
14940         `compilation-error-regexp-alist-alist' to internal Flymake format.
14942         * progmodes/flymake.el: Eliminate byte-compiler warnings.
14944 2004-11-01  Jay Belanger  <belanger@truman.edu>
14946         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14947         with `interactive "s"'.
14949 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14951         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14952         Revert change from 2004-10-16.  '*' checks the current buffer, but the
14953         mouse click may be in another buffer.
14955 2004-11-01  John Paul Wallington  <jpw@gnu.org>
14957         * files.el (large-file-warning-threshold): Add :version keyword.
14958         (kill-some-buffers): Doc fix.
14960         * thumbs.el (group thumbs): Add :version keyword.
14962         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14964 2004-11-01  Richard M. Stallman  <rms@gnu.org>
14966         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14968         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14970         * allout.el (allout group): Add :version.
14971         (allout-init): Don't use interactive-p.
14972         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14973         (allout-forward-current-level, allout-backward-current-level):
14974         Don't use interactive-p.
14976         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14977         (bibtex-find-text): Likewise.
14979         * progmodes/vhdl-mode.el (vhdl-fill-region)
14980         (vhdl-beginning-of-statement): Don't use interactive-p.
14982         * progmodes/idlwave.el (idlwave-update-routine-info):
14983         Don't use interactive-p.
14985         * progmodes/idlw-shell.el (idlwave-shell-send-char):
14986         Don't use interactive-p.
14988         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14989         Don't use interactive-p.
14991         * progmodes/ada-xref.el (ada-make-body-gnatstub):
14992         Don't use interactive-p.
14994         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14995         (fortune-in-buffer): Doc fix.
14997         * play/5x5.el (5x5-new-game): Set up the buffer even if not
14998         interactive.
15000         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
15001         don't select the temporary buffer.
15002         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
15003         (eudc-get-phone): Likewise.
15005 2004-11-01  Kim F. Storm  <storm@cua.dk>
15007         * man.el (Man-xref-normal-file): Fix help-echo.
15009 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * reveal.el (reveal-last-tick): New var.
15012         (reveal-post-command): Use it to avoid closing overlays when we're
15013         appending text to them.
15015 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15017         * textmodes/bibtex.el: Require button.
15018         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
15019         (bibtex-reference-keys): Distinguish between header keys and
15020         crossref keys.
15021         (bibtex-beginning-of-field): New function.
15022         (bibtex-url-map): Remove.
15023         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
15024         (bibtex-font-lock-url-regexp): Assume that field names begin at
15025         the beginning of a line.
15026         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
15027         Remove field delimiters.  Use bibtex-beginning-of-field.
15028         Bugfix, point can be inside a field with a url.
15029         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
15030         New functions.
15031         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
15032         (bibtex-key-in-head): Simplify.
15033         (bibtex-current-line): Use bolp.
15034         (bibtex-parse-keys): Remove unused arg `add'.
15035         Use bibtex-type-in-head and bibtex-key-in-head.
15036         (bibtex-parse-entry, bibtex-autofill-entry):
15037         Use bibtex-type-in-head and bibtex-key-in-head.
15038         (bibtex-autokey-get-field): Do not alter case of replacement text.
15039         (bibtex-autokey-get-names): Do all processing of name list.
15040         (bibtex-autokey-get-year): New function.
15041         (bibtex-autokey-get-title): Do all processing of title words.
15042         (bibtex-generate-autokey): Simplify.
15043         (bibtex-string-files-init): Use default-directory.
15044         Allow for absolute file names in bibtex-string-files.
15045         (bibtex-files, bibtex-file-path): New variables.
15046         (bibtex-files-expand): New function.
15047         (bibtex-find-entry-globally): New command.
15048         (bibtex-summary-function): New variable.
15049         (bibtex-summary): Default value of bibtex-summary-function.
15050         (bibtex-find-crossref): New optional args pnt and split.
15051         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
15052         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
15053         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
15054         Fix handling of required and alternative fields.
15055         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
15056         Use cons and display-buffer.
15057         (bibtex-validate-globally): New command.
15058         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
15059         bibtex-parse-keys and bibtex-parse-strings for updating
15060         bibtex-reference-keys and bibtex-strings.
15061         (bibtex-realign): Remove blank lines past the last entry.
15062         (bibtex-reformat): Use bibtex-entry-format as default.
15063         (bibtex-choose-completion-string): Remove.
15064         (bibtex-complete): Do not use bibtex-choose-completion-string.
15065         (bibtex-url): Simplify.
15067 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15069         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
15070         (x-dnd-types-alist, x-dnd-open-file-other-window)
15071         (x-dnd-known-types): Add :version.
15073 2004-10-31  John Paul Wallington  <jpw@gnu.org>
15075         * ibuffer.el (group ibuffer): Add :version keyword.
15077 2004-10-31  Kim F. Storm  <storm@cua.dk>
15079         * ido.el (group ido): Add :version keyword.
15080         (ido-mode): Remove :version keyword.
15082         * emulation/cua-base.el (group cua): Add :version keyword.
15083         (cua-mode): Remove :version keyword.
15085 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
15087         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
15089         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
15090         compiler warning.
15091         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
15092         function.
15093         (help-at-pt-display-when-idle): Remove autoload.
15095 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15097         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
15099 2004-10-30  Juri Linkov  <juri@jurta.org>
15101         * help.el (function-called-at-point):
15102         * help-fns.el (variable-at-point): Read -> intern.
15104 2004-10-30  Simon Josefsson  <jas@extundo.com>
15106         * progmodes/autoconf.el (autoconf-font-lock-keywords):
15107         Recognize AS_* too.
15109 2004-10-29  Simon Josefsson  <jas@extundo.com>
15111         * subr.el (read-passwd): Move back from password.el.
15113         * password.el: Remove, not ready yet.
15115 2004-10-29  Andreas Schwab  <schwab@suse.de>
15117         * speedbar.el (speedbar-frame-parameters): Improve customize type.
15119 2004-10-29  Sam Steingold  <sds@gnu.org>
15121         * mouse.el (mouse-show-mark): Replace the last occurrence of
15122         x-lost-selection-hooks with x-lost-selection-functions.
15124 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15126         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
15127         x-lost-selection-functions is bound.
15129         * mouse-sel.el (mouse-sel-mode):
15130         * emacs-lisp/lselect.el: Adjust to new names for
15131         x-(lost|sent)-selection-functions.
15133         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
15134         New obsolete aliases of x-lost-selection-functions and
15135         x-sent-selection-functions.
15137 2004-10-28  Kim F. Storm  <storm@cua.dk>
15139         * imenu.el (imenu-scanning-message): Remove.
15140         (imenu-progress-message): Make it a no-op.
15142 2004-10-28  John Paul Wallington  <jpw@gnu.org>
15144         * files.el (set-auto-mode): Call `throw' correctly.
15146 2004-10-28  Juri Linkov  <juri@jurta.org>
15148         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
15149         to search `Info-...' commands in `info' manual.
15150         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15151         Add 'info-file "emacs" property.
15152         (Info-find-emacs-command-nodes): Fix index line number regexp.
15153         Set real line number (instead of fake 0) in first element of the
15154         returned list.
15155         (Info-goto-emacs-command-node): Use line number of first element
15156         to set point in the first found Info node.
15158         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
15159         code to `grep-mode-font-lock-keywords'.
15160         (grep-mode-font-lock-keywords): Delete grep markers instead
15161         of making them invisible.
15163 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15165         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
15166         and x-server-version in bug report.
15168 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
15170         * files.el (set-auto-mode-0): New function.
15171         (set-auto-mode): Use it to handle aliased modes and to
15172         be consistent between C-x C-f and C-x C-w.
15174 2004-10-28  Kenichi Handa  <handa@m17n.org>
15176         * international/utf-8.el (utf-translate-cjk-charsets):
15177         Add katakana-jisx0201.
15179         * international/subst-jis.el: Add data for JISX0201.
15181 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * obsolete/hilit19.el (hilit-mode): New function.
15184         Move all the toplevel side-effecting stuff into it, so that loading
15185         hilit19 doesn't mess everything up any more.
15187 2004-10-27  Richard M. Stallman  <rms@gnu.org>
15189         * add-log.el (add-change-log-entry): Set up mailing address
15190         and full name later, and don't alter add-log-mailing-address
15191         or add-log-full-name.
15193         * elide-head.el (elide-head): Change error to message.
15194         (elide-head-show): Likewise.
15196         * apropos.el (apropos-macrop): Doc fix.
15198         * mouse.el (mouse-show-mark): Do most processing the same
15199         regardless of transient-mark-mode.
15201         * shadowfile.el (shadow-copy-files): Use interactive-p
15202         only to control whether to print a message.
15204         * tar-mode.el (tar-mode): Use write-contents-functions,
15205         not write-contents-hooks.
15207         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
15208         directory-sep-char.
15210 2004-10-27  Richard M. Stallman  <rms@gnu.org>
15212         * strokes.el (strokes-unload-hook): Fix previous change.
15214         * type-break.el (type-break-run-at-time): Always use run-at-time;
15215         forget the alternatives.
15216         (type-break-cancel-function-timers): Always use cancel-function-timers;
15217         forget the alternatives.
15219         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
15221 2004-10-27  Kenichi Handa  <handa@m17n.org>
15223         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
15225         * international/subst-gb2312.el: Likewise.
15227         * international/subst-big5.el: Likewise.
15229         * international/subst-ksc.el: Likewise.
15231         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
15232         New variable.
15233         (utf-translate-cjk-set-unicode-range): New function.
15234         (utf-translate-cjk-unicode-range): Make it customizable.
15235         (utf-8-post-read-conversion):
15236         Use utf-translate-cjk-unicode-range-string.
15237         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
15238         Unicode ranges.
15240 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
15242         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
15243         trivial variants to shorten the list.
15244         (xml-based-modes): New var.
15245         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
15246         declaration higher priority than auto-mode-alist.
15248         * find-file.el (cc-other-file-alist): Bring it in line with
15249         cc-mode's auto-mode-alist entries and use \' instead of $.
15251         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
15252         and add "Id" and "Name" submenus to it.
15254         * imenu.el (imenu--generic-function): Skip matches in comments.
15256 2004-10-26  Jay Belanger  <belanger@truman.edu>
15258         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
15259         (full-calc-keypad, calc-trail-display): Use an extra argument
15260         instead of `interactive-p'.
15262         * calc/calc-misc.el (calc-other-window): Use an extra argument
15263         instead of `interactive-p'.
15265         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
15266         `interactive-p'.
15268 2004-10-26  Kim F. Storm  <storm@cua.dk>
15270         * help.el (describe-key): Describe both down-event and up-event
15271         for a mouse click.
15273 2004-10-26  Richard M. Stallman  <rms@gnu.org>
15275         * woman.el (woman): Don't call interactive-p.
15277         * pcomplete.el (pcomplete): Instead of interactive-p,
15278         use an arg set non-nil by the interactive spec.
15280         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
15281         use an arg set non-nil by the interactive spec.
15283         * man.el (Man-cleanup-manpage): Instead of interactive-p,
15284         use an arg set non-nil by the interactive spec.
15286 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15288         * progmodes/flymake.el (flymake-split-string):
15289         Use `flymake-split-string-remove-empty-edges' in any case.
15291 2004-10-26  Masatake YAMATO  <jet@gyve.org>
15293         * progmodes/flymake.el (flymake-err-line-patterns):
15294         Use `compilation-error-regexp-alist-alist' instead of
15295         `compilation-error-regexp-alist'.
15297 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15299         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
15300         verbatim face on the \ of \end{verbatim}.
15302 2004-10-25  Jay Belanger  <belanger@truman.edu>
15304         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
15305         erasing minibuffer.
15307 2004-10-25  Simon Josefsson  <jas@extundo.com>
15309         * subr.el (read-passwd): Move to net/password.el.
15311         * net/password.el (read-passwd): Add.  Autoload it.
15313 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
15315         * mouse-sel.el (mouse-sel-mode): Specify custom group.
15317         * simple.el (process-file): Fix logic.
15319 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
15321         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
15322         (increase-right-margin): Remove erroneous call to `interactive-p'.
15324 2004-10-24  Kim F. Storm  <storm@cua.dk>
15326         * help.el (describe-mode): Fix 2004-10-13 change.
15327         Copy pure "Auto Fill" string so it can be propertized later
15328         without causing a read-only error.
15330 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
15332         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
15333         style indexes.
15335 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
15337         * simple.el (process-file): Accept nil for INFILE.  Reported by
15338         Luc Teirlinck.
15340 2004-10-24  Masatake YAMATO  <jet@gyve.org>
15342         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
15343         Handle periods and underscores in a function name.
15344         Remove the address fontification.
15346 2004-10-24  Masatake YAMATO  <jet@gyve.org>
15348         * progmodes/asm-mode.el (asm-font-lock-keywords):
15349         Use font-lock-variable-name-face for registers.
15351 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
15353         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
15354         kill-all-local-variables.
15355         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
15356         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
15357         Use kill-all-local-variables and provide mode-hooks.
15358         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
15359         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
15360         Suggested by Masatake YAMATO <jet@gyve.org>.
15362 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
15364         * simple.el (process-file): New function, similar to call-process
15365         but supports file handlers.
15366         * vc.el (vc-do-command): Use it, instead of call-process.
15367         * net/tramp-vc.el (vc-do-command): Do not advise it if
15368         process-file is fboundp.
15369         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
15370         process-file.
15371         (tramp-handle-process-file): New function.
15372         (tramp-file-name-for-operation): Support process-file.
15374 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
15376         * calendar/icalendar.el (icalendar--weekday-array): New constant.
15377         (icalendar-weekdayabbrev-table)
15378         (icalendar-monthnumber-table): Delete.
15379         (icalendar--get-month-number): Use calendar-month-name-array.
15380         (icalendar--get-weekday-number): New function.
15381         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
15382         (icalendar-export-region): Handle multi-line entries.
15383         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
15385 2004-10-23  John Paul Wallington  <jpw@gnu.org>
15387         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
15388         `wildcards' set to t in interactive spec.
15390         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
15391         interactive spec rather than use `interactive-p'.
15392         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
15393         rather than use function `interactive-p'.
15395 2004-10-22  Kenichi Handa  <handa@m17n.org>
15397         * international/mule.el (translate-region): Implement it in Lisp
15398         as a front end of translate-region-internal.
15400 2004-10-21  Jay Belanger  <belanger@truman.edu>
15402         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
15403         Declare these variables with defvar.
15405         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
15406         is bound, only check to see if it is bound.
15408 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15410         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15411         Don't output messages.
15413         * calc/calc-help.el (calc-describe-bindings): Fix last change.
15415 2004-10-21  John Paul Wallington  <jpw@gnu.org>
15417         * calc/calc-graph.el (calc-graph-init):
15418         Use `set-process-query-on-exit-flag'.
15420 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
15422         * progmodes/compile.el (compilation-start): Rely on `cd' to get
15423         dir right and also allow argumentless cd.
15425 2004-10-19  Richard M. Stallman  <rms@gnu.org>
15427         * textmodes/flyspell.el (flyspell-mode): Doc fix.
15429         * eshell/em-unix.el (eshell-grep):
15430         Don't bind compilation-process-setup-function.
15432         * comint.el (comint-insert-input): Use @ in `interactive'.
15433         (comint-input-filter-functions): Doc fix.
15434         (comint-kill-whole-line, comint-get-source): Doc fix.
15436         * progmodes/compile.el (compilation-setup):
15437         Don't set buffer-read-only if MINOR is non-nil.
15439 2004-10-19  Jay Belanger  <belanger@truman.edu>
15441         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
15442         (calc-emacs-type-gnu19): Remove.
15443         (calc-digit-map, calc-read-key-sequence, calc-read-key):
15444         Remove check for old emacs versions.
15446         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
15447         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
15448         for current Emacs.
15450         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
15451         the end of the minibuffer.
15452         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
15453         copy `esc-map'.
15455         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
15457         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
15458         call that would be given when the current emacs was used.
15460 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
15462         * calendar/icalendar.el: Set coding to utf-8.
15463         (icalendar-version): Increase to 0.07.
15464         (icalendar-monthnumber-table): Change March pattern.
15465         (icalendar-get-all-event-properties)
15466         (icalendar-set-event-property): Delete.
15467         (icalendar-all-events): No longer interactive.
15468         (icalendar-convert-diary-to-ical)
15469         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
15470         their replacements.
15471         (icalendar-export-file, icalendar-export-region): New functions;
15472         essentially old `icalendar-convert-diary-to-ical' but appending to
15473         target rather than overwriting.
15474         (icalendar-import-file): Append to target file rather than
15475         overwriting.  Fourth arg deleted.
15476         (icalendar-import-buffer): New name for old
15477         `icalendar-extract-ical-from-buffer'.
15478         (icalendar--convert-string-for-import): New name for
15479         old `icalendar-convert-for-import'.
15480         (include-icalendar-files): Delete.
15481         Prefix for all internal functions changed from `icalendar-'
15482         to `icalendar--'.
15484 2004-10-19  Richard M. Stallman  <rms@gnu.org>
15486         * paths.el (news-path): Fix previous change.
15488 2004-10-18  Jay Belanger  <belanger@truman.edu>
15490         * calc/calc-help.el (calc-describe-bindings):
15491         Set `buffer-read-only' to nil while working in the keybindings buffer;
15492         remove some extra information from the keybindings buffer.
15494 2004-10-18  David Ponce  <david@dponce.com>
15496         * mouse.el (mouse-drag-move-window-top): New function.
15497         (mouse-drag-mode-line-1): Use it.
15499 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
15501         * info.el (Info-fontify-node): For multiline refs,
15502         arrange to unfontify newline and surrounding whitespace.
15504 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15506         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
15507         directory is missing.
15509 2004-10-17  John Paul Wallington  <jpw@gnu.org>
15511         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
15512         New customizable variable; whether to display buffers that match
15513         `ibuffer-maybe-show-predicates' by default.
15514         (ibuffer-maybe-show-predicates): Mention it in docstring.
15515         (ibuffer-display-maybe-show-predicates): New variable.
15516         (ibuffer-update): Prefix arg now toggles whether buffers that
15517         match `ibuffer-maybe-show-predicates' should be displayed.
15518         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
15519         locally to heed `ibuffer-default-display-maybe-show-predicates'.
15520         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
15522 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
15524         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
15525         work correctly.
15527 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
15529         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
15530         (Buffer-menu-beginning): New helper function.
15531         (Buffer-menu-execute): Use it.
15532         (Buffer-menu-select): Use it.
15533         (Buffer-menu-sort): Use it and also keep markers.
15535 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15537         * paths.el (news-directory): Rename from news-path.  Old name alias.
15538         (rmail-spool-directory): Use defvar.
15539         (sendmail-program): Use defcustom.
15540         (remote-shell-program): Use defcustom.
15541         (term-file-prefix): Use defvar.
15542         (abbrev-file-name): Use defvar.
15544         * term.el: Add maintainer.
15546         * subr.el (with-local-quit): Return nil if there's a quit.
15547         (read-passwd): Use with-local-quit.  Doc fix.
15549         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
15550         (strokes-unload-hook): Set as a variable with add-hook.
15552         * startup.el (fancy-splash-tail, normal-splash-screen):
15553         Update copyright year.
15555         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
15557         * server.el (server-unload-hook): Set as a variable with add-hook.
15559         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
15561         * frame.el (special-display-popup-frame):
15562         Make the buffer current as its frame is created.
15564         * delsel.el (delsel-unload-hook): Set as a variable.
15566         * comint.el (comint-output-filter-functions):
15567         Add comint-watch-for-password-prompt.
15568         (comint-read-noecho): Function deleted.
15569         (send-invisible): Use read-passwd.
15571         * fringe.el (fringe-mode-initialize): New function.
15572         (fringe-mode): Use fringe-mode-initialize as :initialize.
15574 2004-10-17  Kim F. Storm  <storm@cua.dk>
15576         * language/indian.el (indian-script-language-alist): Swap value
15577         and doc.
15578         (indian-font-char-index-table): Doc fix.
15580 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15582         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
15584 2004-10-16  Juri Linkov  <juri@jurta.org>
15586         * progmodes/compile.el (compilation-start): Move let-binding of
15587         `process-environment' into `with-current-buffer' body.
15588         Reported by Matt Hodges <MPHodges@member.fsf.org>.
15590 2004-10-16  Richard M. Stallman  <rms@gnu.org>
15592         * pcvs-util.el (cvs-bury-buffer):
15593         Don't call get-buffer-window for effect.
15595         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
15597         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
15599         * msb.el (msb-unload-hook): Set the variable.
15601         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
15602         Use * to err if buffer is readonly.
15604         * subr.el (looking-back): Return only t or nil.
15606         * whitespace.el (whitespace-unload-hook): Set the variable.
15608         * view.el (view-mode-enable): Set view-page-size and
15609         view-half-page-size to nil.
15610         (view-set-half-page-size-default): view-half-page-size = nil
15611         means the default.
15612         (View-scroll-page-forward): Use view-page-size-default.
15613         (View-scroll-page-backward): Likewise.
15614         (view-page-size, view-half-page-size): Doc fixes.
15616         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
15618         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
15620         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
15621         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
15622         (byte-compile-log-1): Bind inhibit-read-only.
15623         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
15624         (byte-compile-log-warning): Likewise.
15625         (byte-compile-file-form-require): Detect "cl" from the arg value.
15627         * progmodes/compile.el (compilation-start): Assume compilation-mode
15628         will make the buffer read-only.
15629         (compilation-mode): Take arg name-of-mode.
15630         (compilation-setup): Make buffer read-only.
15631         (compilation-handle-exit): Bind inhibit-read-only.
15633         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
15634         (ispell-message): Likewise.
15635         (ispell-show-choices): Don't call get-buffer-window uselessly.
15636         (ispell-init-process): Use set-process-query-on-exit-flag.
15638 2004-10-16  Kim F. Storm  <storm@cua.dk>
15640         * fringe.el (fringe-bitmaps): Only initialize when defined.
15642         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
15643         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
15645         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
15647 2004-10-15  Simon Josefsson  <jas@extundo.com>
15649         * net/password.el: Add.
15651 2004-10-14  Masatake YAMATO  <jet@gyve.org>
15653         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
15654         (gdb-script-end-of-defun): New function.
15655         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
15656         `gdb-script-end-of-defun' as *-of-defun-function.
15658 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
15660         * button.el (button-activate): Allow a marker to display as an action.
15662         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
15664         * help.el (describe-mode): Use it to make minor mode list into
15665         hyperlinks.
15667 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * vc.el (vc-annotate-display-select): Fix typo.
15671         * subr.el (substitute-key-definition-key): New function.
15672         (substitute-key-definition): Use it with map-keymap.
15673         (event-modifiers): Use push.
15674         (mouse-movement-p, with-temp-buffer): Simplify.
15676 2004-10-12  Jay Belanger  <belanger@truman.edu>
15678         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
15679         New variables.
15680         (calc-help-index-entries): New function.
15681         (calc-describe-function): Use `calc-help-function-list' instead of
15682         obarray for completion.
15683         (calc-describe-variable): Use `calc-help-variable-list' instead
15684         of obarray for completion.
15686 2004-10-12  Richard M. Stallman  <rms@gnu.org>
15688         * info-look.el (info-lookup-file): Add info-file property.
15689         (info-lookup-symbol): Likewise.
15691         * info.el (info-xref): Add underlining.
15692         (info): Add info-file property.
15693         (Info-find-emacs-command-nodes): Specify case-sensitive search.
15695 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
15697         Sync with Tramp 2.0.45.
15699         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
15700         defined.  This is not the case for XEmacs without package "edebug".
15701         (tramp-set-auto-save-file-modes): Set permissions of autosaved
15702         remote files to the permissions of the original file.  This is not
15703         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
15704         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
15705         (tramp-perl-decode): Fix an error in Perl implementation.
15706         $pending must be cleared every loop.  Reported by Benjamin Place
15707         <benjaminplace@sprintmail.com>
15709         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
15710         Don't activate advice during definition.  This is done later on,
15711         depending on test result of `substitute-in-file-name'.
15712         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15714 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15716         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
15718         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
15720 2004-10-12  David Ponce  <david@dponce.com>
15722         * recentf.el (recentf-edit-list): Update the menu when the recentf
15723         list has been modified.
15725 2004-10-12  Simon Josefsson  <jas@extundo.com>
15727         * net/tls.el (tls-certtool-program): New variable.
15728         (tls-certificate-information): New function, based on
15729         ssl-certificate-information.
15731 2004-10-12  Kenichi Handa  <handa@m17n.org>
15733         * international/mule.el (coding-system-equal): Move from mule-util.el.
15735         * international/mule-util.el (coding-system-equal): Move to mule.el.
15737 2004-10-12  Kim F. Storm  <storm@cua.dk>
15739         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
15740         reset kmacro-initial-counter-value if set.
15741         (kmacro-set-counter): Only set kmacro-counter if defining or executing
15742         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
15743         (kmacro-display): Show macro counter if non-zero.
15745         * subr.el (substitute-key-definition): Mention command remapping
15746         in doc string.
15748 2004-10-11  Jay Belanger  <belanger@truman.edu>
15750         * calc/calc-misc.el (calc-info-goto-node): New function.
15751         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
15752         node in one step.
15753         (calc-describe-copying, calc-describe-distribution)
15754         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
15755         Go to appropriate info node in one step.
15757 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15759         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
15761         * font-lock.el (font-lock-apply-highlight): Fix last change.
15763 2004-10-11  Simon Josefsson  <jas@extundo.com>
15765         * mail/smtpmail.el (smtpmail-open-stream): Look for
15766         starttls-gnutls-program instead of starttls-program iff
15767         starttls-use-gnutls is non-nil.
15768         (smtpmail-open-stream): Don't overwrite user settings of
15769         starttls-extra-arguments and starttls-extra-args.
15771 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * comint.el (comint-mouse-insert-input): Remove.
15774         (comint-insert-input): Make it work for mouse bindings.
15775         (comint-mode-map): Move defs into the declaration.
15776         (comint-output-filter): Typo.
15778         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
15780 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
15782         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
15783         (ange-ftp-call-chmod): Reference remote-shell-program instead of
15784         ange-ftp-remote-shell.
15786 2004-10-10  Andreas Schwab  <schwab@suse.de>
15788         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
15789         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
15790         Reported by <sri@asu.edu>.
15792 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
15794         * vc.el (vc-annotate-mode): Remove variable.
15795         (vc-annotate-display-select): Only call vc-annotate-mode
15796         if we're not in that mode already.
15798 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15800         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
15801         (imenu-choose-buffer-index): Check here for rescan instead.
15803         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
15804         where the face expression evals to nil.
15806         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
15807         (tex-font-lock-keywords-2): Use it.
15808         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
15810         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
15812 2004-10-09  Kim F. Storm  <storm@cua.dk>
15814         * subr.el (progress-reporter-update): Define before first usage.
15815         (make-progress-reporter): Doc fix.
15817 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
15819         * textmodes/paragraphs.el (sentence-end-double-space)
15820         (sentence-end-without-period, sentence-end-without-space)
15821         (sentence-end): Doc fixes.
15823 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
15825         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
15826         Change paragraph-start regexp so we don't fill code starting with #'(.
15828 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
15830         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
15831         New defcustom.
15832         (extract-address-components): Use it.
15834 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
15836         * subr.el (make-progress-reporter, progress-reporter-update)
15837         (progress-reporter-force-update, progress-reporter-do-update)
15838         (progress-reporter-done): New functions.
15840         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
15842         * progmodes/etags.el (etags-tags-completion-table): Use progress
15843         reporter.
15844         (etags-tags-apropos): Likewise.
15846 2004-10-08  Alan Mackenzie  <acm@muc.de>
15848         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
15849         of current line.
15851 2004-10-08  Masatake YAMATO  <jet@gyve.org>
15853         * server.el (server-process-filter): Wrap `process-send-region'
15854         by `condition-case' to guard the case when the pipe to PROC is closed.
15856 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
15858         * xml.el (xml-substitute-special): Limit handling of external entities.
15860 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
15862         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
15864 2004-10-06  John Paul Wallington  <jpw@gnu.org>
15866         * xml.el (xml-parse-dtd): Fix `error' call.
15868 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
15870         * xml.el (xml-substitute-special): Return a single string instead
15871         of a list of strings if an entity substitution is made.
15873 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
15875         * calendar/icalendar.el: New file.
15877 2004-10-05  Juri Linkov  <juri@jurta.org>
15879         * isearch.el (isearch-done): Set mark after running hook.
15880         Reported by Drew Adams <drew.adams@oracle.com>.
15882         * info.el (Info-history, Info-toc): Fix Info headers.
15883         (Info-toc): Narrow buffer before Info-fontify-node.
15884         (Info-build-toc): Don't check for special Info file names.
15885         Set main-file to nil if Info-find-file returns a symbol.
15887 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
15889         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
15890         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
15891         * calendar/cal-menu.el (calendar-mode-map): Ditto.
15893 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15895         * calendar/cal-iso.el (calendar-iso-read-args): New function,
15896         for old interactive spec from calendar-goto-iso-date.
15897         (calendar-goto-iso-date): Use it.
15898         (calendar-goto-iso-week): New function.  Suggested by Emilio
15899         C. Lopes <eclig@gmx.net>.
15901 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
15903         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
15904         `set-right-margin' bindings that follow the minor mode conventions.
15906 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15908         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
15909         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
15910         (latex-block-args-alist): Add minipage and picture.
15911         (latex-block-body-alist): Use reftex-label if enabled.
15912         (latex-insert-block): Don't insert a \n if not necessary.
15913         (tex-compile-commands): Make sure dvips doesn't send to printer.
15914         (tex-compile-default): Handle the case where no executable is found.
15915         (latex-noindent-environments): New var.
15916         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
15917         If tex-indent-allhanging is non-nil, make sure we only align for macros
15918         at beginning of line.
15920 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
15922         * newcomment.el (comment-beginning): Doc fix and don't choke on
15923         unset `comment-end-skip' when at beginning of comment.
15925 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
15927         * term.el (term-adjust-current-row-cache): Don't allow the current
15928         row to become negative.
15929         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
15930         the end of the line.  Fix scroll down.  Add comments.
15931         (term-handle-ansi-escape): Don't exceed terminal width when moving
15932         right.
15933         (term-scroll-region): Move the cursor after setting the scroll region.
15935 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
15937         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15938         to `width' for consistency with docstring.  Doc fix.
15940 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
15942         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15943         This is necessary for derived modes.
15945 2004-09-30  Kim F. Storm  <storm@cua.dk>
15947         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15948         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15950         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15951         kmacro-extract-lambda functions.
15952         (edit-kbd-macro): Handle kmacro lambda forms.
15953         Include counter and counter format in edit buffer.
15954         (edmacro-finish-edit): Get counter and format from edit buffer and
15955         update kmacro bindings when found.
15957 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
15959         * textmodes/paragraphs.el (forward-paragraph):
15960         Avoid args-out-of-range error when point winds up at the beginning of
15961         the buffer and hard newlines are enabled.
15963         * newcomment.el (comment-multi-line): Doc fix.
15965 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15967         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15968         (diff-fixup-modifs): Catch unified-diff file-headers.
15970 2004-09-29  Kim F. Storm  <storm@cua.dk>
15972         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15973         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15974         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15976         * fringe.el (fringe-bitmap-p): New macro.
15977         (fringe-bitmaps): Add standard fringe bitmaps on load.
15979 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15981         * dired.el (dired-view-command-alist): Use more efficient regexps.
15982         Remove dubious arguments.
15983         (dired-align-file): New function.
15984         (dired-insert-directory): Use it.
15985         (dired-move-to-end-of-filename): Make the " -> " search more specific.
15986         (dired-buffers-for-dir): Remove unused var `pattern'.
15988 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
15990         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15991         from diary display excursion.  Store diary buffer's point for
15992         `simple-diary-display'.
15993         (simple-diary-display): Set window point and start when
15994         displaying buffer, to preserve point.
15996 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
15998         * textmodes/enriched.el (enriched-translations): Replace defconst
15999         with defvar.
16001 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16003         * printing.el: Doc fix.
16004         (pr-version): New version number (6.8.1).
16005         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
16006         make-temp-name.
16007         (pr-delete-file): Check if file exists before deleting it.
16008         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
16010 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16012         * term.el (term-display-table): New variable.
16013         (term-mode): Use it.
16014         (term-exec-1): Set the coding system to binary.
16015         (term-emulate-terminal): Decode the string before inserting it.
16017 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
16019         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
16020         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
16021         (map): Bind S-prior, S-next and S-insert.
16022         (term-mode): Set `indent-tabs-mode' to nil.
16023         (term-paste): New function to be bound to S-insert.
16024         (term-send-del, term-send-backspace): Change the strings sent.
16025         (term-termcap-format): Synchronize with etc/e/eterm.ti.
16026         (term-handle-colors-array): Fix handling of underline and reverse.
16027         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
16028         (term-erase-in-line): Fix comparison.
16029         (term-emulate-terminal): Fix line wrap handling.
16030         (term-start-output-log): Rename from `term-set-output-log'.
16031         (term-stop-output-log): Rename from `term-stop-photo'.
16032         (term-switch-to-alternate-sub-buffer): Comment out, unused.
16034 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16036         * dired.el (dired-move-to-filename): Don't output a message if
16037         raise-error is non-nil.  Fix return position and value.
16039         * files.el (insert-directory): Obey --dired even with symlinks.
16041 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
16043         * ls-lisp.el (ls-lisp-format): Mark file names with property
16044         dired-filename.
16046 2004-09-25  Kim F. Storm  <storm@cua.dk>
16048         * ido.el (ido-max-directory-size): New defcustom.
16049         (ido-decorations): Add "too big" element.
16050         (ido-directory-too-big): New dynamic var.
16051         (ido-may-cache-directory): Don't cache big directories.
16052         (ido-directory-too-big-p): New defun.
16053         (ido-set-current-directory): Update ido-directory-too-big.
16054         (ido-read-internal): Make empty ido-cur-item if too-big.
16055         (ido-buffer-internal): Use ido-read-internal directly instead of
16056         ido-read-buffer.
16057         (ido-file-internal): Init ido-directory-too-big.
16058         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
16059         and redo completion with full list.
16060         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
16061         it, and show completions.
16062         (ido-all-completions): Let bind ido-directory-too-big to nil.
16063         (ido-exhibit): Handle ido-directory-too-big.
16064         (ido-read-buffer): Handle fallback to read-buffer.
16065         Init ido-directory-too-big.
16066         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
16067         Init ido-directory-too-big.
16069 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
16071         * subr.el (delay-mode-hooks): Doc fix.
16073 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
16075         * textmodes/enriched.el
16076         (enriched-default-text-properties-local-flag): New variable.
16077         (enriched-mode): Make sure that enabling and disabling the mode is
16078         a no-op.  Doc fix.
16080 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
16082         * calendar/holidays.el (holiday-advent): Report on a specified day
16083         offset from advent, not just advent.
16084         (holiday-easter-etc): Report on one specified day offset from
16085         easter, not all easter holidays.  Various Easter holidays moved to
16086         `christian-holidays' variable in calendar.el.
16087         * calendar/calendar.el (christian-holidays): Adapt for new
16088         behavior of `holiday-advent' and `holiday-easter-etc' functions.
16090 2004-09-23  Kim F. Storm  <storm@cua.dk>
16092         * image.el (insert-sliced-image): Add doc string.
16094         * ido.el (ido-choice-list): New dynamic var for `list' context.
16095         (ido-context-switch-command): New dynamic var.
16096         (ido-define-mode-map): Generalize switch between file/buffer contexts.
16097         (ido-read-internal): Handle new `list' context.
16098         Handle insert-buffer and insert-file ido-exit values.
16099         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
16100         ido-context-switch-command.  Handle insert-file ido-exit value.
16101         (ido-read-buffer): Set ido-context-switch-command to 'ignore
16102         unless it is already bound by caller.
16103         (ido-file-internal): New arg switch-cmd.  Use it to setup
16104         ido-context-switch-command.  Handle insert-buffer ido-exit value.
16105         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
16106         used for context switching.
16107         (ido-all-completions): Handle new `list' context.
16108         (ido-make-choice-list): Return choices for `list' context.
16109         (ido-find-file-in-dir, ido-display-file, ido-write-file)
16110         (ido-display-buffer, ido-kill-buffer): Disable context switching.
16111         (ido-insert-buffer, ido-insert-file): Setup context switching.
16112         (ido-exhibit): Handle `list' context.
16113         (ido-read-file-name): Disable context switching.  Handle fallback.
16114         (ido-read-directory-name): Disable context switching.
16115         (ido-completing-read): New defun like completing-read.  Setup and
16116         use new `list' context.
16118 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
16120         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
16122 2004-09-21  Jay Belanger  <belanger@truman.edu>
16124         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
16125         `calc-graph-set-styles' so the gnuplot buffer will appear in a
16126         separate window.
16128 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
16130         * subr.el (after-change-major-mode-hook): Doc fix.
16132 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16134         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
16135         of ghostscript for monochrome PostScript file in Windows.
16137 2004-09-21  Kenichi Handa  <handa@m17n.org>
16139         * descr-text.el (describe-char): Checking of quail activation fixed.
16141 2004-09-21  Jay Belanger  <belanger@truman.edu>
16143         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
16145 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
16147         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
16148         after the mode hooks instead of before.  Doc fix.
16150 2004-09-20  Jason Rumney  <jasonr@gnu.org>
16152         * startup.el (command-line) [windows-nt]: Try .emacs first, then
16153         _emacs, but revert to .emacs if neither exists in home directory.
16155 2004-09-20  John Paul Wallington  <jpw@gnu.org>
16157         * bindings.el (completion-ignored-extensions): Add .dfsl.
16159 2004-09-20  Richard M. Stallman  <rms@gnu.org>
16161         * bindings.el (scroll-left): Make it disabled.
16163         * files.el (enable-local-eval): Doc fix.
16165         * indent.el (move-to-left-margin): Special case for minibuffer.
16167         * term.el (term-emulate-terminal): Turn off undo for output.
16168         Use with-current-buffer and save-selected-window.
16170         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
16172         * progmodes/make-mode.el (makefile-fill-paragraph):
16173         Don't insist on spaces when looking for comments.  # is enough.
16175         * files.el (hack-local-variables): Copy the variables list
16176         to another buffer, strip prefixes and suffixes there, then read.
16177         (enable-local-eval): Doc fix.
16178         (ignored-local-variables): Initialize to nil.
16179         (risky-local-variable-p): Don't check ignored-local-variables here.
16180         (hack-one-local-variable): Ignore var if in ignored-local-variables.
16182 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
16184         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
16185         of = to "." (punctuation).
16187 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16189         * subr.el (event-basic-type): Fix mask (extend to 22bits).
16191 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
16193         * textmodes/enriched.el (enriched-rerun-flag): New variable.
16194         (enriched-before-change-major-mode): New function.
16195         Add it to `change-major-mode-hook'.
16196         (enriched-after-change-major-mode): New function.
16197         Add it to `after-change-major-mode-hook'.
16198         (enriched-mode): Make it work correctly if called from
16199         `after-change-major-mode-hook'.
16200         No longer set `indent-line-function'.
16202         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
16204         * subr.el (after-change-major-mode-hook): New variable.
16205         (run-mode-hooks): Implement it.
16207 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16209         * battery.el (battery-linux-proc-apm): Use string-to-number.
16210         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
16211         Use dolist (and less indentation).  Use erase-buffer.
16212         Pre-initialize `design-capacity', `warn', and `low'.
16213         (battery-format): Use replace-regexp-in-string.
16215 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
16217         * battery.el: Delete superfluous empty lines.
16218         (battery-linux-proc-acpi): Attempt to gather information from all
16219         battery subdirectories regardless of their file name.
16220         (battery-linux-proc-apm): Replace all occurrences of
16221         battery-hex-to-int-2 with string-to-int (base 16).
16222         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
16223         (battery-hex-map): Delete variable.
16225 2004-09-18  John Paul Wallington  <jpw@gnu.org>
16227         * calc/calc-units.el (calc-quick-units): Fix overzealous
16228         s/or/unless/.
16230 2004-09-17  Jay Belanger  <belanger@truman.edu>
16232         * calc/calc.el (calc-mode-var-list): Fix the value of
16233         `calc-matrix-brackets'.
16235 2004-09-17  Romain Francoise  <romain@orebokech.com>
16237         * ibuf-ext.el (define-ibuffer-filter filename):
16238         Expand dired-directory since buffer-file-name is absolute.
16240 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16242         * ediff-init.el (ediff-current-diff-face-A)
16243         (ediff-current-diff-face-B, ediff-current-diff-face-C)
16244         (ediff-current-diff-face-Ancestor)
16245         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16246         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16247         (ediff-even-diff-face-A, ediff-even-diff-face-B)
16248         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16249         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16250         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16251         Use min-colors.
16253         * term.el (term-down): Perform vertical motion if DOWN is negative.
16254         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
16255         (term-termcap-format): Synchronize with the eterm terminfo entry
16256         in etc/e/eterm.ti.
16257         (term-handle-colors-array): If the current foreground or
16258         background are zero (i.e. unspecified), use the foreground and
16259         background of the default face for reverse video.
16260         (term-ansi-at-eval-string, term-ansi-default-fg)
16261         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
16262         (term-mem): Delete unused function.
16263         (term-protocol-version): Increment.
16264         (term-current-face): Set to default.
16266 2004-09-15  Jay Belanger  <belanger@truman.edu>
16268         * calc/calc.el (calc-mode-var-list): Define this variable.
16269         (calc-always-load-extensions, calc-line-numbering)
16270         (calc-line-breaking, calc-display-just, calc-display-origin)
16271         (calc-number-radix, calc-leading-zeros, calc-group-digits)
16272         (calc-group-char, calc-point-char, calc-frac-format)
16273         (calc-prefer-frac, calc-hms-format, calc-date-format)
16274         (calc-float-format, calc-full-float-format, calc-complex-format)
16275         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
16276         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
16277         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
16278         (calc-matrix-brackets, calc-language, calc-language-option)
16279         (calc-left-label, calc-right-label, calc-word-size)
16280         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
16281         (calc-display-raw, calc-internal-prec, calc-angle-mode)
16282         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
16283         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
16284         (calc-window-height, calc-display-trail, calc-show-selections)
16285         (calc-use-selections, calc-assoc-selections)
16286         (calc-display-working-message, calc-auto-why, calc-timing)
16287         (calc-mode-save-mode, calc-standard-date-formats)
16288         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
16289         (calc-user-parse-tables, calc-gnuplot-default-device)
16290         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16291         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16292         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16293         (calc-invocation-macro, calc-show-banner): Give these values as
16294         part of `calc-mode-var-list's initialization after the variables
16295         are declared with defvar.
16296         (calc-bug-address): Change email address to send bug reports to.
16297         Change the maintainer address at the top.
16298         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
16299         than "\\.emacs" to determine if it is the user-init-file.
16301         * calc/calc-embed.el (calc-embedded-set-modes): Use
16302         `calc-mode-var-list' correctly.
16304 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
16306         * vc.el (annotate-time): Document point handling.
16307         (vc-annotate-display-autoscale): Doc fix.
16309 2004-09-15  Miles Bader  <miles@gnu.org>
16311         * generic.el (generic-make-keywords-list): Use symbol rather than
16312         word anchors in regexp.
16314 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16316         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
16317         no file name consider `dired-directory'.
16319 2004-09-14  Kim F. Storm  <storm@cua.dk>
16321         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
16323 2004-09-14  Simon Josefsson  <jas@extundo.com>
16325         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
16327         * textmodes/dns-mode.el: Add.
16329 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16331         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
16332         (disabled-command-function): Make the ?\  char more obvious.
16334         * vc-arch.el (vc-arch-root, vc-arch-registered):
16335         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
16337 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
16339         * windmove.el (windmove-frame-edges): Report coordinates of
16340         outside edges of frame, not inside edges.
16341         (windmove-coordinates-of-position): Convert into wrapper to new
16342         function `windmove-coordinates-of-window-position';
16343         `compute-motion' always applies to selected window.
16344         (windmove-coordinates-of-position): Update documentation to refer
16345         to Emacs 21 Lisp Reference Manual.
16346         (windmove-find-other-window): Fix off-by-one errors for max x,y.
16348 2004-09-13  Kim F. Storm  <storm@cua.dk>
16350         * isearch.el (isearch-resume-in-command-history): Rename from
16351         isearch-resume-enabled and change default to nil.
16353 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16355         * vc-hooks.el (vc-ignore-dir-regexp): New var.
16356         (vc-registered): Use it.
16357         (vc-find-root): New fun.
16359         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16360         Don't tell to use \\{...} when it's already done.
16362         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
16363         Provide a sample complex default.
16364         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
16365         (bibtex-entry): Use mapc.
16367 2004-09-12  Kim F. Storm  <storm@cua.dk>
16369         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
16371         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
16372         inhibit-field-text-motion to t so rectangles work in comint buffers.
16374         * simple.el (choose-completion-string): Set buffer before running
16375         choose-completion-string-functions hook so it can be buffer-local.
16377 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
16379         * progmodes/compile.el (compilation-start): Parse command to see
16380         if it starts with a cd, and if so perform it for the *compilation*
16381         buffer.  Change the header to reflect this.
16383 2004-09-11  Kim F. Storm  <storm@cua.dk>
16385         * ido.el (ido-enable-dot-prefix): Doc fix.
16386         (ido-enable-dot-prefix): New defcustom.
16387         (ido-set-matches1): Use it.
16389 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16391         * textmodes/bibtex.el (bibtex-mark-active)
16392         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
16394 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16396         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
16397         used in a case insensitive environment.
16398         (bibtex-mode-map): Rearrange order of menus.
16399         (bibtex-quoted-string-re): Obsolete.
16400         (bibtex-complete-key-cleanup): Variable replaced by new function.
16401         (bibtex-font-lock-keywords): Use backquotes.
16402         (bibtex-font-lock-url-regexp): New internal variable.
16403         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
16404         "OPT" and "ALT".
16405         (bibtex-insert-current-kill, bibtex-make-field)
16406         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
16407         (bibtex-parse-field-text): Simplify.
16408         (bibtex-string=): New helper function.
16409         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
16410         (bibtex-map-entries): Use bibtex-string=.
16411         (bibtex-search-entry): Use not.
16412         (bibtex-enclosing-field): Fix docstring.
16413         (bibtex-assoc-regexp): Obsolete.
16414         (bibtex-format-entry): Use assoc-string and bibtex-string=.
16415         (bibtex-autokey-get-names): Handle empty name field.
16416         (bibtex-parse-strings): Use assoc-string and unless.
16417         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
16418         Use assoc-string.
16419         (bibtex-pop): Simplify.
16420         (bibtex-mode): Set font-lock-extra-managed-props.
16421         (bibtex-entry-update): Use assoc-string.
16422         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
16423         (bibtex-autofill-entry): Use bibtex-string=.
16424         (bibtex-print-help-message): Simplify.
16425         (bibtex-find-entry): New optional arg START.
16426         (bibtex-validate): Use bibtex-string= and assoc-string.
16427         Do not call obsolete function compilation-parse-errors.
16428         (bibtex-remove-delimiters): Only remove delimiters if present.
16429         (bibtex-copy-entry-as-kill): Add docstring.
16430         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
16431         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
16432         (bibtex-complete): Use bibtex-predefined-month-strings,
16433         bibtex-string=, and new function bibtex-complete-key-cleanup.
16434         (bibtex-generate-url-list): New variable.
16435         (bibtex-url): New command bound to C-c C-l and mouse-2.
16436         (bibtex-url-map): New local keymap for bibtex-url-mouse.
16437         (bibtex-font-lock-url): New function.
16439 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16441         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
16443 2004-09-09  Kim F. Storm  <storm@cua.dk>
16445         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
16446         counter and format with binding.
16447         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
16448         the declared macro uses own macro counter and format.  Give symbol
16449         kmacro property.
16450         (kmacro-keymap): Bind kmacro-name-last-macro to n.
16451         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
16452         (kmacro-end-and-call-macro): Doc fix.
16454 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
16456         * desktop.el (desktop-clear-preserve-buffers):
16457         Remove make-obsolete-variable.
16459 2004-09-08  Richard M. Stallman  <rms@gnu.org>
16461         * buff-menu.el (list-buffers-noselect): Call format-mode-line
16462         with the buffer as argument.
16464 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16466         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
16468 2004-09-08  Juri Linkov  <juri@jurta.org>
16470         * replace.el (perform-replace): Use `query-replace-descr'.
16472         * cus-start.el (history-delete-duplicates): Specify customization.
16474         * diff-mode.el (diff-mode-map):
16475         * progmodes/compile.el (compilation-mode-map):
16476         * progmodes/grep.el (grep-mode-map):
16477         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
16478         to `next-error-follow-minor-mode'.
16480 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16482         * isearch.el (isearch-lazy-highlight-update): Take into account
16483         the case of zero-length match at the search bound.
16485 2004-09-08  Kim F. Storm  <storm@cua.dk>
16487         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
16488         change.  Use zero width overlays when necessary.
16490 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16492         * subr.el (split-string): Docfix.
16494 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16496         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
16497         (display-call-tree): Ensure newline after caller/calls blocks.
16499 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16501         * startup.el (command-line-1): Make option
16502         --directory/-L modify `load-path' straight away.
16504 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16506         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
16508 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16510         * emacs-lisp/autoload.el (make-autoload):
16511         Handle `define-compilation-mode'.
16513         * emacs-lisp/lisp-mode.el (define-compilation-mode):
16514         Specify `doc-string-elt' property.
16516 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16518         * bs.el (bs-mode): Doc fix.
16520 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16522         * info.el (Info-insert-dir): Fix temp buffer leak bug.
16524 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16526         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
16528 2004-09-08  Kenichi Handa  <handa@m17n.org>
16530         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
16531         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
16532         ps-mule-next-point -> 1+).
16534         * composite.el (encode-composition-rule): Add autoload cookie.
16536 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
16538         * format.el (buffer-auto-save-file-format): Make it permanent local.
16540 2004-09-07  Kim F. Storm  <storm@cua.dk>
16542         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
16543         (authors-fixed-entries): Fix typo.
16544         (authors-canonical-author-name): Compact multiple spaces.
16545         Ignore trivial names (e.g. only first name).
16547         * term.el (term-window-width): Only use full window width on
16548         window system if overflow-newline-into-fringe is enabled.
16549         (term-mode): Don't disable overflow-newline-into-fringe.
16551 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16553         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
16554         motion as seen on my Mac OS X xterms.
16556         * newcomment.el (uncomment-region-default, comment-region-default):
16557         New functions extracted from uncomment-region and comment-region.
16558         (comment-region, comment-region-function, uncomment-region)
16559         (uncomment-region-function): Use them.
16561         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
16563         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
16564         It's not crucial but can make sense at times.
16566         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
16567         the first commit.
16569         * vc.el (vc-buffer-context, vc-restore-buffer-context):
16570         Disable obsolete code.
16572 2004-09-07  Juri Linkov  <juri@jurta.org>
16574         * progmodes/grep.el (grep-highlight-matches): Change default from
16575         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
16576         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
16577         if grep option `--color' is available, or to `nil' otherwise.
16578         (grep-process-setup): Call `grep-compute-defaults' if
16579         `grep-highlight-matches' is not computed.  Set env-vars only
16580         if `grep-highlight-matches' is `t'.
16581         (grep-use-null-device): Remove redundant type `boolean' (`choice'
16582         is already defined).
16584         * progmodes/compile.el (compilation-start): Use copy of
16585         `process-environment' created by `copy-sequence' to not
16586         modify env-vars in the global `process-environment'.
16588 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
16590         * simple.el (next-error-follow-minor-mode): Fix last change.
16592 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
16594         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
16595         permanent local.
16597 2004-09-04  Richard M. Stallman  <rms@gnu.org>
16599         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
16600         highlighting if the search string is empty.
16602 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
16604         * facemenu.el (facemenu-active-faces): Change condition of inner
16605         `while' loop to also check the first two elements of `face-atts'
16606         and `mask-atts'.
16608 2004-09-04  John Paul Wallington  <jpw@gnu.org>
16610         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
16611         (thumbs-view-image-mode): Make buffer read-only.
16613 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
16615         * textmodes/ispell.el (ispell-really-aspell): New defvar.
16616         (ispell-check-version): Set it.
16617         (ispell-send-replacement): New function.
16618         (ispell-process-line): Call ispell-send-replacement.
16620 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16622         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
16623         Support choosing seconds with "s".
16625 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
16627         * terminal.el (te-escape): Show `?' in prompt for help key.
16629 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
16631         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
16633 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
16635         * simple.el (next-error-follow-minor-mode)
16636         (next-error-follow-mode-post-command-hook): New functions.
16637         (next-error-follow-last-line): New defvar.
16639         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
16640         * progmodes/compile.el (compilation-mode-map): Likewise.
16641         * progmodes/grep.el (grep-mode-map): Likewise.
16642         * replace.el (occur-mode-map): Likewise.
16644         * newcomment.el (uncomment-region): Bind comment-use-global-state
16645         to nil.
16647 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
16649         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
16650         locally around the call to `revert-buffer'.
16652 2004-09-03  Juri Linkov  <juri@jurta.org>
16654         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
16655         `isearch-adjusted' to `t'.
16656         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
16657         (isearch-message-prefix): Add "pending" for isearch-adjusted.
16658         (isearch-other-meta-char): Restore isearch-point unconditionally.
16659         (isearch-query-replace): Add new arg `regexp-flag' and use it.
16660         Set point to start of match if region is not active in transient
16661         mark mode (to include the current match to region boundaries).
16662         Push the search string to `query-replace-from-history-variable'.
16663         Add prompt "Query replace regexp" for isearch-regexp.
16664         Add region beginning/end as last arguments of `perform-replace.'
16665         (isearch-query-replace-regexp): Replace code by the call to
16666         `isearch-query-replace' with arg `t'.
16668 2004-09-03  Richard M. Stallman  <rms@gnu.org>
16670         * startup.el (normal-top-level): Undo previous TERM change.
16672 2004-09-03  Kim F. Storm  <storm@cua.dk>
16674         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
16675         highlight overlays; allow using RET when cursor is over a button.
16676         (cua--highlight-rectangle): Use it.
16677         (cua--rectangle-set-corners): Don't move backwards at eol.
16678         (cua--forward-line): Don't move into void after eob.
16680         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
16681         point is set (and displayed) inside rectangle.
16682         (cua--rectangle-operation): Fix for highlight of empty lines.
16683         (cua--highlight-rectangle): Fix highlight for tabs.
16684         Position cursor at left/right edge of rectangle using new `cursor'
16685         property on overlay strings.
16686         (cua--indent-rectangle): Don't tabify.
16687         (cua-rotate-rectangle): Ignore that point has moved.
16689 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16691         * term/mac-win.el: Add ASCII equivalents for some function keys.
16692         (mode-line-frame-identification): Sync with x-win.el.
16694 2004-09-02  Juri Linkov  <juri@jurta.org>
16696         * progmodes/compile.el (compilation-buffer-name): Compare major
16697         mode with second element of compilation-arguments instead of third
16698         to reflect latest changes in compilation-arguments structure.
16699         (recompile): Use global variable `compilation-directory' to get
16700         recent compilation directory only when `recompile' is invoked NOT
16701         in the compilation buffer.  Otherwise, use `default-directory' of
16702         the compilation buffer.
16703         (compilation-error-properties): Allow to funcall col and end-col.
16704         (compilation-mode-font-lock-keywords): Check col and end-col by
16705         `integerp'.
16706         (compilation-goto-locus): If end-mk is non-nil in transient mark
16707         mode don't activate the mark (and don't display message in
16708         push-mark), but highlight overlay between mk and end-mk.
16710         * progmodes/grep.el (grep-highlight-matches): New defcustom.
16711         (grep-regexp-alist): Add rule to highlight grep matches.
16712         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
16714         * info.el (Info-fontify-node): Don't compute other-tag
16715         if Info-hide-note-references=hide.
16717         * help.el (function-called-at-point):
16718         * help-fns.el (variable-at-point):
16719         Try `find-tag-default' when other methods failed.
16721         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16722         Do not push mark if inhibit-mark-movement is non-nil.
16724         * textmodes/ispell.el (ispell-html-skip-alists):
16725         Fix backslashes in docstring.
16727 2004-09-01  Juri Linkov  <juri@jurta.org>
16729         * isearch.el (isearch-wrap-function)
16730         (isearch-push-state-function): New defvars.
16731         (isearch-pop-fun-state): New defsubst.
16732         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
16733         (isearch-push-state): Set the result of calling
16734         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
16735         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
16736         restore the mode-specific starting point of terminated search.
16737         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
16738         (isearch-repeat): Call `isearch-wrap-function' if defined.
16739         (isearch-message-prefix): Don't add prefix "over" to the message
16740         for wrapped search if `isearch-wrap-function' is defined.
16741         (isearch-search): Call function saved in `isearch-pop-fun-state' to
16742         restore the mode-specific starting point of failed search.
16744         * info.el (Info-search-whitespace-regexp): Fix backslashes.
16745         (Info-search): Add new optional arguments for the sake of isearch.
16746         Replace whitespace in Info-search-whitespace-regexp literally.
16747         Add backward search.  Don't call `Info-select-node' if regexp is
16748         found in the same Info node.  Don't add node to Info-history for
16749         wrapped isearch.
16750         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
16751         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
16752         (Info-mode): Set local variables `isearch-search-fun-function',
16753         `isearch-wrap-function', `isearch-push-state-function',
16754         `search-whitespace-regexp'.
16756         * isearch.el: Remove ancient Change Log section.
16757         (isearch-string, isearch-message-string, isearch-point)
16758         (isearch-success, isearch-forward-flag, isearch-other-end)
16759         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16760         (isearch-barrier, isearch-within-brackets)
16761         (isearch-case-fold-search): Add suffix `-state' to state-related
16762         defsubsts to avoid name clashes with other function names.
16764         * simple.el (next-error): New defgroup and defface.
16765         (next-error-highlight, next-error-highlight-no-select):
16766         New defcustoms.
16767         (next-error-no-select): Let-bind next-error-highlight to the value
16768         of next-error-highlight-no-select before calling `next-error'.
16770         * progmodes/compile.el (compilation-goto-locus):
16771         Use `next-error' face instead of `region'.  Set 4-th argument of
16772         `move-overlay' to `current-buffer' to move overlay to different
16773         source buffers.  Use new variable `next-error-highlight'.
16775         * simple.el (next-error-find-buffer): Move the rule
16776         "if current buffer is a next-error capable buffer" after the
16777         rule "if next-error-last-buffer is set to a live buffer".
16778         Simplify to test all rules in one `or'.
16779         (next-error): Doc fix.
16780         (next-error, previous-error, first-error)
16781         (next-error-no-select, previous-error-no-select):
16782         Make arguments optional.
16784 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
16786         * macros.el (apply-macro-to-region-lines): Make it operate on all
16787         lines that begin in the region, rather than on all complete lines
16788         in the region.
16790 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16792         * x-dnd.el (x-dnd-protocol-alist): Document update.
16793         (x-dnd-known-types): Defcustom it.
16794         (x-dnd-handle-motif): Print message-atom in error message.
16796 2004-08-30  John Paul Wallington  <jpw@gnu.org>
16798         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
16799         strings rather than programatically constructing message.
16801 2004-08-30  Richard M. Stallman  <rms@gnu.org>
16803         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
16804         Don't return a string that would read as the wrong character code.
16806 2004-08-29  Kim F. Storm  <storm@cua.dk>
16808         * emulation/cua-base.el (cua-auto-expand-rectangles):
16809         Remove automatic rectangle padding feature; replace by non-destructive
16810         virtual rectangle edges feature.
16811         (cua-virtual-rectangle-edges): New defcustom.
16812         (cua-auto-tabify-rectangles): New defcustom.
16813         (cua-paste): If paste into a marked rectangle, insert rectangle at
16814         current column, even if virtual; also paste exactly as many lines
16815         as has been marked (ignore additional lines or add empty lines),
16816         but paste whole source if only one line is marked.
16817         (cua--update-indications): No longer use overwrite-cursor to
16818         indicate rectangle padding
16820         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
16821         (cua--rectangle-virtual-edges): New defun.
16822         (cua--rectangle-get-corners): Remove optional PAD arg.
16823         (cua--rectangle-set-corners): Never do padding.
16824         (cua--forward-line): Remove optional PAD arg.  Simplify.
16825         (cua-resize-rectangle-right, cua-resize-rectangle-left)
16826         (cua-resize-rectangle-down, cua-resize-rectangle-up):
16827         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
16828         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
16829         (cua--rectangle-move): Never do padding.  Simplify.
16830         (cua--tabify-start): New defun.
16831         (cua--rectangle-operation): Add tabify arg.  All callers changed.
16832         (cua--pad-rectangle): Remove.
16833         (cua--delete-rectangle): Handle delete with virtual edges.
16834         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
16835         (cua--insert-rectangle): Handle insert at virtual column.
16836         Perform auto-tabify if necessary.
16837         (cua--activate-rectangle): Remove optional FORCE arg.
16838         Never do padding.  Simplify.
16839         (cua--highlight-rectangle): Enhance for virtual edges.
16840         (cua-toggle-rectangle-padding): Remove command.
16841         (cua-toggle-rectangle-virtual-edges): New command.
16842         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
16843         (cua--rectangle-post-command): Don't force rectangle padding.
16844         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
16846 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
16848         * indent.el (edit-tab-stops-buffer): Doc fix.
16850 2004-08-28  Richard M. Stallman  <rms@gnu.org>
16852         * progmodes/grep.el (grep-default-command): Use find-tag-default.
16853         (grep-tag-default): Function deleted.
16855         * subr.el (find-tag-default): Move from etags.el.
16857         * progmodes/etags.el (find-tag-default): Move to subr.el.
16859         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
16860         into the basic character if it has an uppercase form.
16862 2004-08-27  Kenichi Handa  <handa@m17n.org>
16864         * international/utf-8.el (utf-8-post-read-conversion): If the
16865         buffer is unibyte, temporarily make it multibyte.
16867 2004-08-27  Masatake YAMATO  <jet@gyve.org>
16869         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
16871 2004-08-25  John Paul Wallington  <jpw@gnu.org>
16873         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
16874         0, 1, and many mismatches in message.
16875         (tex-start-shell): Use `set-process-query-on-exit-flag'.
16877         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
16878         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
16880 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16882         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
16883         vc-diff-switches differently.
16885 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
16887         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
16888         before and a real defvar after
16889         `speedbar-supported-extension-expressions'.  This is to silence
16890         the compiler without breaking bootstrapping.
16892 2004-08-22  Richard M. Stallman  <rms@gnu.org>
16894         * textmodes/flyspell.el (flyspell-word):
16895         Use set-process-query-on-exit-flag.
16896         (flyspell-highlight-duplicate-region): Take POSS as arg.
16897         (flyspell-word): Pass POSS as arg.
16899         * progmodes/ada-xref.el: Many doc and style fixes.
16900         (ada-find-any-references): Use compilation-start.
16901         (ada-get-ali-file-name): Improve error msg.
16902         (ada-get-ada-file-name): Likewise.
16904         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
16905         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
16907         * mail/mail-extr.el (mail-extr-all-top-level-domains):
16908         Add forward defvar.
16910         * whitespace.el (global-whitespace-mode): New alias
16911         for whitespace-global-mode.
16913         * speedbar.el (speedbar-file-regexp): Move definition up.
16914         (speedbar-mode, speedbar-set-mode-line-format):
16915         Use with-no-warnings.
16916         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
16918         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
16919         controls whether to display the error buffer.
16921         * ps-mule.el: Delete compatibility code for old Emacsen.
16922         (ps-mule-find-wrappoint): Don't use chars-in-region.
16924         * frame.el (display-mouse-p, display-selections-p):
16925         Use with-no-warnings.
16927         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
16929 2004-08-22  David Kastrup  <dak@gnu.org>
16931         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
16932         information.
16934         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
16936 2004-08-22  Andreas Schwab  <schwab@suse.de>
16938         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
16940 2004-08-22  Masatake YAMATO  <jet@gyve.org>
16942         * cvs-status.el (cvs-status-checkout): New function.
16943         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16945 2004-08-21  David Kastrup  <dak@gnu.org>
16947         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16948         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16949         has been converted to use hashtables, the relation `nil=none' is
16950         no longer valid, as `nil' is not a hashtable.  This patch tries to
16951         reduce the number of resulting errors.
16953 2004-08-21  John Paul Wallington  <jpw@gnu.org>
16955         * subr.el (process-kill-without-query): Made obsolete in
16956         version 21.4, not 21.5.
16958         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16959         (vc-previous-comment, vc-next-comment)
16960         (vc-comment-search-reverse, vc-comment-search-forward)
16961         (vc-comment-to-change-log): Likewise.
16963         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16965 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
16967         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16968         Correct indentation of DEFMETHODS with non-standard method
16969         combinations (e.g., PROGN, MIN, MAX).
16971 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * startup.el (normal-top-level-add-subdirs-to-load-path):
16974         Avoid unnecessarily checking system-type.
16975         (normal-top-level): Set TERM to "dumb".  Simplify.
16977         * avoid.el (mouse-avoidance-ignore-p): New fun.
16978         Also ignore switch-frame, select-window, double, and triple clicks.
16979         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16980         (mouse-avoidance-fancy-hook): Use it.
16982 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
16984         * avoid.el (mouse-avoidance-nudge-mouse)
16985         (mouse-avoidance-banish-destination): Stay within the current window
16986         to avoid problems with mouse-autoselect-window.
16988 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16990         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16991         the newer format of some messages in cvs-1.12.1.
16993 2004-08-19  Masatake YAMATO  <jet@gyve.org>
16995         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16996         (elp-results-jump-to-definition-by-mouse)
16997         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16998         (elp-output-result): Use elp-output-insert-symname.
17000 2004-08-18  Kenichi Handa  <handa@m17n.org>
17002         * language/cyrillic.el: Register koi8-r in
17003         ctext-non-standard-encodings-alist.
17004         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
17006 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
17008         * emacs-lisp/copyright.el (copyright-update-year): Delete code
17009         that replaces 20xy with xy.
17011 2004-08-17  John Paul Wallington  <jpw@gnu.org>
17013         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
17014         (reb-force-update): Doc fix.
17016 2004-08-16  Richard M. Stallman  <rms@gnu.org>
17018         * progmodes/which-func.el (which-func-update-1): Doc fix.
17020         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
17021         (sh-mode-abbrev-table): New variable.
17023         * progmodes/compile.el (compilation-mode): Doc fix.
17025         * emacs-lisp/lisp-mode.el (eval-last-sexp):
17026         Don't cons a new symbol each time.
17027         (eval-last-sexp-fake-value): New variable.
17029         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
17030         (copyright-update-year): Detect continuation of list of years.
17032         * term.el (term-default-fg-color, term-default-bg-color)
17033         (ansi-term-color-vector): Use `unspecified', not nil, as default.
17035         * imenu.el: Several doc fixes: don't say variables are buffer-local.
17037 2004-08-16  Davis Herring  <herring@lanl.gov>
17039         * isearch.el (isearch-string, isearch-message-string, isearch-point)
17040         (isearch-success, isearch-forward-flag, isearch-other-end)
17041         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17042         (isearch-barrier, isearch-within-brackets)
17043         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
17045 2004-08-16  Kenichi Handa  <handa@m17n.org>
17047         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
17049 2004-08-15  Kenichi Handa  <handa@m17n.org>
17051         * term/x-win.el (x-selection-value): If utf8 was successful but
17052         ctext was not, use utf8 string.
17054 2004-08-14  Davis Herring  <herring@lanl.gov>
17056         * isearch.el: Remove accidental changes of March 4.  Fix backing
17057         up when a regexp isearch is made more general.  Use symbolic
17058         accessor functions for isearch stack frames to make usage clearer.
17059         (search-whitespace-regexp): Made groups in documentation shy (as
17060         is the group in the default value).
17061         (isearch-fallback): New function, addresses problems with regexps
17062         liberalized by `\|', adds support for liberalization by `\}' (the
17063         general repetition construct), and incorporates behavior for
17064         `*'/`?'.
17065         (isearch-}-char): New command, calls `isearch-fallback' with
17066         arguments appropriate to a typed `}'.
17067         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
17068         appropriately.
17069         (isearch-mode-map): Bind `}' to `isearch-}-char'.
17070         (isearch-string, isearch-message,string, isearch-point)
17071         (isearch-success, isearch-forward-flag, isearch-other-end)
17072         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17073         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
17074         New inline functions to read fields of a stack frame.
17076 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
17078         * battery.el (battery-linux-proc-acpi): Look into battery
17079         directories matching the literal string "CMB", too (required for
17080         Linux kernel version 2.6.7).
17082 2004-08-14  John Paul Wallington  <jpw@gnu.org>
17084         * cus-start.el (read-file-name-completion-ignore-case): Add.
17085         (blink-cursor-alist): Change version to "21.4".
17087         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
17089 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
17091         * speedbar.el (speedbar-scan-subdirs): New option.
17092         (speedbar-file-lists): Don't ignore file-name case on Unix and use
17093         dolist.
17094         (speedbar-insert-files-at-point): Take an extra argument and use
17095         it to optionally find out if a subdir is empty.  Also unreadable
17096         files don't get expand buttons.
17097         (speedbar-directory): New image (unused pixmap already existed).
17098         (speedbar-expand-image-button-alist): Use it.
17100 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
17102         CC Mode update to 5.30.9:
17104         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
17105         Move from cc-vars to cc-defs for dependency reasons.  Fix the
17106         POSIX char class test to check that it works in
17107         `skip-chars-(forward|backward)' too.
17109         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17110         first argument starts with a special brace list.
17112         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
17113         when `c-opt-type-concat-key' is used (i.e. in Pike).
17115         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
17116         Fix bug when the inner char pair doesn't have paren syntax,
17117         i.e. "(<>)".
17119         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
17120         whitespace safe.
17122         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
17123         position for `arglist-intro', `arglist-cont-nonempty' and
17124         `arglist-close' when there are two arglist open parens on the same
17125         line and there's nothing in front of the first.
17127         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
17128         locking of qualified names in Java, which previously could fontify
17129         common indexing expressions in many cases.  The standard Java
17130         naming conventions are used to tell them apart.
17132         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
17133         Fix inconsistency wrt opening parens on the first line inside a paren
17134         block.
17136         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
17137         compile time for the sake of `c-major-mode-is'.
17139         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
17140         `c-major-mode-is' in the event that this is used inside a
17141         `c-lang-defconst'.
17143         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
17144         `c-lang-defconst' so that it works better with fallback languages.
17146         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
17147         it to fail to record the base mode.
17149         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17150         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
17151         is used.  Reorder the syntax checks to get more efficient
17152         skipping in some situations.
17154         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
17155         continuation which might precede the newly inserted '{'.
17157         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17158         Fix cases where it could loop indefinitely.
17160         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
17161         size specs correctly.  Only fontify identifiers in front of '('
17162         with as functions - don't accept any paren char.  Tighten up
17163         initializer skipping to stop before function and class blocks.
17165         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17166         the point could be left directly after an open paren when finding
17167         the beginning of the first decl in the block.
17169         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
17170         table when filtering out legitimate open parens to be recorded.
17171         This could cause cache inconsistencies when e.g.
17172         `c++-template-syntax-table' was temporarily in use.
17174         * progmodes/cc-engine.el (c-on-identifier)
17175         (c-simple-skip-symbol-backward): Small fix for handling "-"
17176         correctly in `skip-chars-backward'.  Affected the operator lfun
17177         syntax in Pike.
17179         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
17180         Fix bug that could cause an error from `after-change-functions' when
17181         the changed region is at bob.
17183 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
17185         CC Mode update to 5.30.9:
17187         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
17188         to say that <TAB> doesn't insert WS into a CPP line.
17189         (c-indent-command, c-tab-always-indent): Amend doc strings.
17191         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
17192         checks for user errors, thus eliminating cryptic and unhelpful
17193         Emacs error messages.  (1) Check the arg to `c-set-style' is a
17194         string.  (2) Check that settings to `c-offsets-alist' are not
17195         spuriously quoted.
17197         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17198         which precedes the newly inserted `{'.
17200 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
17202         Sync with Tramp 2.0.44.
17204         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
17205         function "tramp_file_attributes".  Otherwise, file names
17206         containing spaces are misinterpreted.  Reported by Magnus Henoch
17207         <mange@freemail.hu>.
17208         (tramp-handle-file-truename): FILENAME must be expanded first.
17209         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
17210         obscure results.  Reported by D. Goel <deego@gnufans.org>.
17211         (tramp-handle-verify-visited-file-modtime): If file does not
17212         exist, say it is not modified if and only if that agrees with the
17213         buffer's record.  Check whether a file is visiting the buffer, or
17214         the buffer has no recorded last modification time.  Return t in
17215         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
17216         <teirllm@auburn.edu>.
17217         (tramp-handle-write-region): Pass modtime explicitly to
17218         `set-visited-file-modtime', because filename can be different
17219         from (buffer-file-name) if `file-precious-flag' is set.
17220         `set-visited-file-modtime' must be called always when `visit' is t
17221         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
17222         (tramp-handle-set-visited-file-modtime): If `time-list' is not
17223         nil, don't apply the whole body.  If the file doesn't exists, set
17224         modtime to '(-1 65535).  Suggested by Luc Teirlinck
17225         <teirllm@auburn.edu>.
17227 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
17229         * help.el (describe-bindings): Doc fix.
17231         * subr.el (kbd): Doc fix.
17233 2004-08-08  John Paul Wallington  <jpw@gnu.org>
17235         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
17236         instead of `string-to-int'.
17237         (define-ibuffer-column mode): Fix indentation.
17239 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
17241         * wid-edit.el (widget-sexp-validate): Allow whitespace after
17242         expression.
17244 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
17246         * subr.el (global-unset-key, local-unset-key): Doc fixes.
17248         * novice.el (disabled-command-function): New variable renamed from
17249         `disabled-command-hook'.
17250         (disabled-command-hook): Keep the _variable_ as alias for
17251         `disabled-command-function' and make obsolete.
17252         (disabled-command-function): Function renamed from
17253         `disabled-command-hook'.  Adapt code to name change of the variable.
17255 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
17257         * simple.el (completion-root-regexp): New defvar.
17258         (completion-setup-function): Use it instead of a literal string.
17260 2004-08-07  John Paul Wallington  <jpw@gnu.org>
17262         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
17263         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
17264         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
17265         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
17267 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
17269         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
17270         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
17272 2004-08-04  Kenichi Handa  <handa@m17n.org>
17274         * international/encoded-kb.el (encoded-kbd-setup-keymap):
17275         Fix previous change.
17277 2004-08-03  Kenichi Handa  <handa@m17n.org>
17279         * international/encoded-kb.el: The following changes are to
17280         utilize key-translation-map instead of minor mode map.
17281         (encoded-kbd-iso2022-non-ascii-map): Delete it.
17282         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
17283         (encoded-kbd-last-key): New function.
17284         (encoded-kbd-iso2022-single-shift): New function.
17285         (encoded-kbd-iso2022-designation)
17286         (encoded-kbd-self-insert-iso2022-7bit)
17287         (encoded-kbd-self-insert-iso2022-8bit)
17288         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
17289         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
17290         key-translation-map.
17291         (encoded-kbd-setup-keymap): Setup key-translation-map.
17292         (saved-key-translation-map): New variable.
17293         (encoded-kbd-mode): Save/restore key-translation-map.
17294         Adjust for the change of encoded-kbd-setup-keymap.
17296 2004-08-02  Kim F. Storm  <storm@cua.dk>
17298         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
17299         and call compute-motion with nil for topos and width to get proper
17300         usable width and height for both window and non-window systems.
17302         * windmove.el (windmove-coordinates-of-position): Let compute-motion
17303         calculate usable window width and height.
17305         * window.el (window-buffer-height): Call compute-motion with nil width.
17307 2004-08-01  David Kastrup  <dak@gnu.org>
17309         * replace.el (query-replace-read-from):
17310         Use `query-replace-compile-replacement'.
17311         (query-replace-compile-replacement): New function.
17312         (query-replace-read-to): Use `query-replace-compile-replacement'
17313         for repeating the last command.
17315 2004-08-01  John Paul Wallington  <jpw@gnu.org>
17317         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
17318         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
17319         (pr-switches): Remove period from end of error messages.
17321         * help-mode.el (help-go-back): Likewise.
17323         * abbrev.el (only-global-abbrevs): Doc fix.
17324         (edit-abbrevs-map): Define within defvar.
17325         (quietly-read-abbrev-file): Doc fix.
17327 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
17329         * novice.el (enable-command, disable-command): Doc fixes.
17331         * subr.el (event-modifiers, event-basic-type): Doc fixes.
17333 2004-07-30  Richard M. Stallman  <rms@gnu.org>
17335         * subr.el (with-local-quit): Doc fix.
17337 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
17339         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
17341 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
17343         * custom.el (defcustom): Doc fix.
17345 2004-07-28  Masatake YAMATO  <jet@gyve.org>
17347         * progmodes/etags.el (etags-tags-apropos): Show building progress.
17349 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17351         * imenu.el (imenu-prev-index-position-function)
17352         (imenu-extract-index-name-function, imenu-name-lookup-function)
17353         (imenu--index-alist): Docstring redundancy fix.
17355 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
17357         * wdired.el (wdired-finish-edit): Require dired-aux before locally
17358         binding dired-backup-overwrite.
17360 2004-07-25  John Paul Wallington  <jpw@gnu.org>
17362         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
17364 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
17366         * term/tty-colors.el (tty-color-approximate): Doc fix.
17368         * select.el (x-get-selection, x-set-selection): Doc fixes.
17370         * frame.el (make-frame): Doc fix.
17372 2004-07-24  Richard M. Stallman  <rms@gnu.org>
17374         * mail/rmail.el (rmail-mime-charset-pattern):
17375         Don't include semicolon in the charset value.
17377         * replace.el (occur-next-error): Call set-window-point.
17378         (occur-engine): Handle negative NLINES.
17380 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
17382         * frame.el (modify-all-frames-parameters): Minor doc fix.
17383         (set-frame-configuration): Doc fix.
17385 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17387         * simple.el (completion-setup-function): Compute the common parts
17388         and the first difference place correctly when
17389         partial-completion-mode is on.
17391 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17393         * ps-print.el: Doc fix.
17394         (ps-print-version): New version 6.6.5.
17395         (ps-printing-region): Doc fix.
17396         (ps-generate-string-list): Comment fix.
17397         (ps-message-log-max): Code fix.
17399 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17401         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
17402         generated PostScript.
17404 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
17406         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
17407         with Gnus v5_10 branch.)
17409 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17411         * calendar/time-date.el (time-to-number-of-days): New function.
17412         Imported from Gnus.
17414 2004-07-22  Kim F. Storm  <storm@cua.dk>
17416         * progmodes/make-mode.el: Fix comments.
17418 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17420         * printing.el: Doc fix.
17422 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
17424         * frame.el (modify-all-frames-parameters): Minor doc fix.
17426 2004-07-20  Richard M. Stallman  <rms@gnu.org>
17428         * textmodes/fill.el (fill-nobreak-p): If this break point is
17429         at the end of the line, don't consider the newline which follows
17430         as a reason to return t.
17432 2004-07-19  John Paul Wallington  <jpw@gnu.org>
17434         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
17436 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
17438         * dired-aux.el (dired-do-kill-lines): Expand docstring.
17439         Delete irrelevant code.
17441 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
17443         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17444         New docstring.  From Luc Teirlinck.
17446 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
17448         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
17449         section.
17450         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
17451         non-file buffers.  We know it is nil.
17453 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
17455         Sync with Tramp 2.0.43.
17457         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17458         Remove outdated comment.
17459         (tramp-locked, tramp-locker): New variables for implementing a
17460         global lock.
17461         (tramp-sh-file-name-handler): Use them to implement the global lock.
17463 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
17465         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
17466         calls to respective `xxx` calls.
17467         (tramp-process-alive-regexp): Precise doc string.
17468         (tramp-multi-action-process-alive): New defun.
17469         (tramp-multi-actions): Use it.
17470         (tramp-handle-find-backup-file-name): `copy-tree' is available
17471         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
17472         in order to avoid this function.
17473         (tramp-handle-write-region): Set current buffer.  If connection
17474         wasn't open, `file-modes' has changed it accidentally.  Reported by
17475         David Kastrup <dak@gnu.org>.
17476         (tramp-enter-password, tramp-read-passwd): New arguments USER and
17477         HOST.
17478         (tramp-action-password, tramp-multi-action-password): Apply it.
17479         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
17480         name must still contain the port number.  Otherwise, we have two
17481         Tramp buffers, with all the confusion.  Reported by Myron Selby
17482         <myron@xytech.com> and Rolf Dubitzky
17483         <Dubitzky@physi.uni-heidelberg.de>.
17485         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
17486         HOST to `tramp-enter-passwd'.
17488         * net/tramp-vc.el (all): Code cleanup.  Change all
17489         `tramp-handle-xxx' calls to respective `xxx` calls.
17491 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
17493         * emacs-lisp/testcover.el: New category "potentially-1valued" for
17494         functions that are not erroneous if either 1-valued or
17495         multi-valued.  Detect functions in this class.
17496         (testcover-1value-functions, testcover-compose-functions)
17497         (testcover-progn-functions) Add some additional functions to lists.
17498         (testcover-mark): Bugfix when marking up the definition for an
17499         empty function.
17501 2004-07-17  Richard M. Stallman  <rms@gnu.org>
17503         * replace.el (occur-read-primary-args): Pass default to
17504         read-from-minibuffer.
17506         * mail/footnote.el (footnote-section-tag): Use defcustom.
17508         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
17509         Compile font-lock-keywords, not KEYWORDS.
17510         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
17511         Add warn, check-type.  Handle cerror like error.
17513 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
17515         * progmodes/which-func.el (which-func-keymap): New var.
17516         (which-func-face): New face.
17517         (which-func-format): Use them.
17519 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17521         * buff-menu.el (list-buffers-noselect): Append the buffer's
17522         process status to its mode name.
17524 2004-07-16  Kim F. Storm  <storm@cua.dk>
17526         * simple.el (inhibit-mark-movement): New defvar.
17527         (beginning-of-buffer, end-of-buffer): Do not push mark if
17528         inhibit-mark-movement is non-nil or C-u prefix is given.
17530         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
17531         Init to beginning-of-buffer and end-of-buffer.
17532         (cua--undo-push-mark): New defvar.
17533         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
17534         already active and command is in cua--preserve-mark-commands.
17535         Also fix check for shift modifier on non-window systems.
17536         (cua--post-command-handler): Clear inhibit-mark-movement if set.
17538 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
17540         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
17541         of two integers, instead of a cons.
17543         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17544         `visited-file-modtime' now returns a list of two integers, instead
17545         of a cons.
17547         * dired.el (dired-directory-changed-p): Ditto.
17549         * progmodes/grep.el (grep): Doc fix.
17551 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
17553         * autorevert.el (auto-revert-tail-mode)
17554         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
17555         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
17556         in both at the same time.
17557         (auto-revert-tail-mode): New command.
17558         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
17559         (auto-revert-handler): Revert only either tail or whole file.
17561         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
17562         add auto-revert-tail-mode.
17564 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17566         * printing.el: Doc fix.  Change name of some funs.
17567         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
17568         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
17569         (pr-standard-file-name): New fun.  Replace pr-standard-path.
17570         (pr-call-process): Code fix.
17572 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17574         * subr.el (with-selected-window): Doc fix.
17576 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17578         * subr.el (get-buffer-window-list): Doc fix.
17580 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17582         * files.el (switch-to-buffer-other-window): Doc fix.
17584         * window.el (save-selected-window, one-window-p)
17585         (split-window-keep-point, split-window-vertically)
17586         (split-window-horizontally): Doc fixes.
17588 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17590         * printing.el: Doc fix.  Now it uses call-process instead of
17591         shell-command for low command execution.
17592         (pr-version): New version number (6.8).
17593         (pr-shell-file-name): Option removed.
17594         (pr-shell-command): Fun removed.
17595         (pr-call-process): New fun.  Replace pr-shell-command.
17596         (pr-standard-path, pr-remove-nil-from-list): New funs.
17597         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
17598         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
17599         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
17600         (pr-ps-utility-process, pr-txt-print): Code fix.
17602 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17604         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
17605         boolean.
17607 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
17609         * wid-edit.el (widget-field-buffer): Doc fix.
17611 2004-07-09  John Paul Wallington  <jpw@gnu.org>
17613         * emacs-lisp/re-builder.el (reb-update-overlays):
17614         Distinguish between one and several matches in message.
17616 2004-07-09  Richard M. Stallman  <rms@gnu.org>
17618         * mouse.el (mouse-set-region-1): If transient-mark-mode
17619         is `identity', change it to `only'.
17621         * simple.el (current-word): Doc fix.
17623 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
17625         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
17626         so that it is more understanding of whitespace.
17628         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
17629         (("ns" . "element") (attr-list) children) instead of
17630         ((:ns . "element") (attr-list) children) in order to reduce the
17631         number of symbols used.
17632         (xml-skip-dtd): Change to use xml-parse-dtd but set
17633         xml-validating-parsing to nil.
17634         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
17635         (xml-substitute-entity): Remove in favor of new entity substitution.
17636         (xml-substitute-special): Rewrite in to substitute complex
17637         entities from DOCTYPE declarations.
17638         (xml-parse-fragment): Parse fragments from entity declarations.
17639         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
17640         (xml-parse-dtd, xml-substitute-special): Make validity checks
17641         conditioned on xml-validating-parser.  Add "Not Well Formed" to
17642         error messages about well-formedness.
17644 2004-07-08  Steven Tamm  <steventamm@mac.com>
17646         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
17647         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
17648         Do not treat double clicks and triple clicks specially in the
17649         scroll bar (preventing strange repositioning problems)
17651 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17653         * replace.el (query-replace-regexp-eval): Fix last change.
17655 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * replace.el (query-replace-descr): New fun.
17658         (query-replace-read-from, query-replace-read-args): Default to the
17659         previous from&to.
17660         (query-replace-read-to): Quote the `from' string when displaying it.
17661         (query-replace-regexp-eval): Immediately check read-only status.
17662         Use query-replace-read-from to get the \n checking.
17663         Quote the `from' string when displaying it.
17664         (map-query-replace-regexp, occur-read-primary-args):
17665         Quote the `from' string when displaying it.
17667         * isearch.el (isearch-query-replace): Pass the regexp-ness and
17668         delimited-ness of the search to query-replace.
17670         * replace.el (query-replace-read-from, query-replace-read-to):
17671         New funs extracted from query-replace-read-args.
17672         (query-replace-read-args): Use them.
17674         * replace.el (query-replace-interactive, query-replace-read-args):
17675         Remove the `initial' special value.
17676         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
17677         (occur-engine): Remove unused var `matchend'.
17679         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
17680         Use the search string without prompting.
17682 2004-07-05  Kenichi Handa  <handa@m17n.org>
17684         * international/mule.el (decode-coding-inserted-region):
17685         Set last-coding-system-used only when coding is nil.
17687 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
17689         * progmodes/grep.el (grep-compute-defaults, grep-command)
17690         (grep-program, find-program, grep-find-use-xargs, grep-history)
17691         (grep-find-history, grep-tag-default, grep-find-command)
17692         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
17693         Add autoload cookies, for unbundled packages that load `compile'
17694         and expect all grep-related symbols to become defined.
17696 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
17698         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
17699         (iimage-mode-image-search-path): New user option to search the
17700         image file.
17701         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
17702         have locate-file.
17703         (iimage-mode-buffer): Use it.
17705 2004-07-03  Nick Roberts  <nickrob@gnu.org>
17707         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
17708         carefully.
17709         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
17711 2004-07-03  Juri Linkov  <juri@jurta.org>
17713         * replace.el (query-replace-read-args): Swallow space after 'foo,
17714         not after (quote foo).  Match space only immediately after symbol,
17715         not anywhere in the whole string.
17717 2004-07-02  Richard M. Stallman  <rms@gnu.org>
17719         * replace.el (query-replace-read-args): Swallow space after
17720         symbols, not after closeparens.  But avoid error if string ends there.
17722         * progmodes/python.el (python-beginning-of-statement):
17723         Exit the loop if backward-up-list gets error.
17725         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
17727 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
17729         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
17730         only if vc-consult-headers is non-nil.
17732 2004-07-02  Juri Linkov  <juri@jurta.org>
17734         * pcvs.el (cvs-mode-diff-repository): New command.
17736         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
17738 2004-07-01  Juri Linkov  <juri@jurta.org>
17740         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
17741         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
17742         C-M-% to isearch-query-replace-regexp.
17743         (minibuffer-local-isearch-map): Add arrow key bindings.
17744         Bind C-f to isearch-yank-char-in-minibuffer.
17745         (isearch-forward): Doc fix.
17746         (isearch-edit-string): Doc fix.
17747         (isearch-query-replace, isearch-query-replace-regexp): New funs.
17748         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
17749         (isearch-yank-char): Add optional arg.
17750         (isearch-yank-char-in-minibuffer): New fun.
17752         * replace.el (query-replace-interactive): Change type from boolean
17753         to choice.  Add value `initial'.
17754         (query-replace-read-args): Handle value `initial' of
17755         query-replace-interactive.
17757 2004-06-29  Kim F. Storm  <storm@cua.dk>
17759         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
17760         (breakpoint-disabled-bitmap-face): Add :group 'gud.
17762         * progmodes/ada-xref.el (ada-tight-gvd-integration):
17763         Add :group 'ada.
17765         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
17767 2004-06-29  Juri Linkov  <juri@jurta.org>
17769         * replace.el (query-replace-read-args): Swallow a space after
17770         everything except )]" which in most cases means after a symbol.
17772         * emacs-lisp/pp.el (pp-buffer): Add autoload.
17774 2004-06-28  Richard M. Stallman  <rms@gnu.org>
17776         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
17777         More changes to go with previous change in font-lock.el.
17779 2004-06-26  David Kastrup  <dak@gnu.org>
17781         * replace.el (perform-replace): Highlight the match even in
17782         non-query mode if there is potential replace string editing.
17784 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
17786         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
17787         agree with new return value of `file-remote-p'.
17788         This syncs with Tramp 2.0.42.
17790         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
17791         according to new documentation of `file-remote-p'.
17793         * files.el (file-remote-p): Fix doc to say that return value is
17794         identification of remote system, if not nil.
17795         (file-relative-name): Use new return value of `file-remote-p'.
17797 2004-06-26  Nick Roberts  <nickrob@gnu.org>
17799         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
17800         (gdb-goto-breakpoint): Fix breakage.
17802 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
17804         * man.el (Man-getpage-in-background): Add windows-nt to the list
17805         of systems where shell-file-name should be used instead of
17806         literal "sh".
17808 2004-06-25  Sam Steingold  <sds@gnu.org>
17810         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
17811         function names `(setf symbol)'.
17813 2004-06-24  Richard M. Stallman  <rms@gnu.org>
17815         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
17817         * font-lock.el (font-lock-keywords): Change format of compiled values.
17818         Document it.
17819         (font-lock-add-keywords): If font-lock-keywords is compiled,
17820         extract the uncompiled version, modify, then recompile.
17821         (font-lock-remove-keywords): Likewise.
17822         (font-lock-fontify-keywords-region): Handle changed format.
17823         (font-lock-compile-keywords): Handle changed format.
17824         (font-lock-set-defaults): Compile the keywords explicitly here.
17826 2004-06-24  David Kastrup  <dak@gnu.org>
17828         * replace.el (query-replace-read-args): Implement `\,' and `\#'
17829         replacements here.
17830         (query-replace-regexp): Doc string explaining this and the new
17831         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
17832         is better placed in `query-replace-read-args'.
17833         (replace-regexp): Explain `\,', `\#' and `\?'.
17834         (replace-match-data): New function for thorough reuse/destruction
17835         of old match-data.
17836         (replace-match-maybe-edit): Function for implementing `\?' editing.
17837         (perform-replace): Fix maintaining of the match stack including
17838         already matched regions, implement `\?', fix various problems
17839         with regions while editing and other stuff.
17840         (replace-highlight): Simplify.
17842 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
17844         * progmodes/grep.el (grep-error-screen-columns): New variable.
17845         (grep-regexp-alist): Give it the full functionality of gnu style
17846         compilation messages with line and column ranges.  Ask me for the
17847         perl script I'm working on, that uses these.
17849 2004-06-23  Nick Roberts  <nickrob@gnu.org>
17851         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
17852         Remove.
17853         (comint-insert-input, comint-mouse-insert-input): New functions
17854         based on comint-insert-clicked-input for two bindings but just
17855         one functionality.
17857 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
17859         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
17861 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
17863         * files.el (write-contents-functions): Doc fix.
17865 2004-06-21  Juanma Barranquero  <lektu@terra.es>
17867         * image.el (image-library-alist): Rewrite docstring in active voice.
17869 2004-06-20  Richard M. Stallman  <rms@gnu.org>
17871         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
17873         * isearch.el (isearch-repeat): Avoid testing old match data.
17874         (isearch-message): Display trailing space in special font
17875         when search is failing.
17876         (isearch-search-fun-function): Doc fix.
17878         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
17880 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
17882         * frame.el (show-trailing-whitespace): Doc fix.
17884         * cus-edit.el (custom-variable-documentation): New function.
17885         (custom-variable): Use it.
17887 2004-06-19  Nick Roberts  <nickrob@gnu.org>
17889         * man.el (Man-getpage-in-background): Revert previous change but
17890         make cygwin a special case.
17892 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
17894         * autorevert.el (global-auto-revert-non-file-buffers):
17895         Update docstring.
17897 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
17899         * progmodes/compile.el (compilation-error-properties): Store one
17900         more than end-col, if present, so that transient-mark-mode will
17901         highlight last char too.
17902         * progmodes/grep.el (grep-regexp-alist): Match columns and column
17903         ranges, if present.
17905 2004-06-18  Jason Rumney  <jasonr@gnu.org>
17907         * makefile.w32-in: Double percent signs in for loops.
17909 2004-06-17  David Kastrup  <dak@gnu.org>
17911         * replace.el (query-replace-read-args): Only warn about use of \n
17912         and \t when we are doing a regexp replacement and the actual
17913         escaped character is n or t.
17914         (query-replace-regexp): Add \, and \# interpretation to
17915         interactive call and document it.
17916         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
17917         as shortkey for replace-count.
17918         (replace-quote): New function for doubling backslashes.
17920 2004-06-17  Juanma Barranquero  <lektu@terra.es>
17922         * files.el (parse-colon-path, cd): Mention in docstring that the
17923         path separator is colon in GNU-like systems.
17925         * newcomment.el (comment-region-internal): Fix docstring.
17927         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
17928         (ewoc-invalidate, ewoc-collect): Doc fixes.
17929         (ewoc--create-node, ewoc--delete-node-internal):
17930         Fix typos in docstring.
17932 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
17934         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
17935         manual to docstring.
17937 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17939         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17941 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
17943         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17944         Add hyperlink to emacs-xtra manual to docstring.
17946         * autorevert.el (global-auto-revert-non-file-buffers):
17947         Add hyperlink to emacs-xtra manual to docstring, as well as an
17948         info-link.
17950 2004-06-14  Juanma Barranquero  <lektu@terra.es>
17952         * image.el (image-library-alist): New variable to map image types
17953         to external libraries.  Initialized to nil, unless system-specific
17954         configs change it.
17955         (image-type-available-p): Determine whether an image type is
17956         available by calling `init-image-library'.
17958         * term/w32-win.el (image-library-alist): Initialize to a known set
17959         of probable library names.
17961 2004-06-14  Kenichi Handa  <handa@m17n.org>
17963         * international/code-pages.el (windows-1256, cp1125): Fix tables
17964         for several characters.
17966         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17968 2004-06-13  Richard M. Stallman  <rms@gnu.org>
17970         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17972         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17973         not "`pc-selection-mode'".
17975         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17977         * simple.el (previous-matching-history-element): Specify a default.
17979         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17981         * cus-face.el (custom-declare-face): Simplify code.
17983         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17985 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
17987         * files.el (before-save-hook): Add `time-stamp' to the options.
17989         * time-stamp.el (time-stamp): Recommend adding it to
17990         `before-save-hook', rather than `write-file-functions'.
17991         Make a similar change in `Commentary' section.
17993 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17995         * diff-mode.el (diff-current-defun): If at start of hunk, use
17996         position of first change.
17998 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
18000         * dired-x.el (dired-mark-omitted): Bind to "*O".
18002 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
18004         * bookmark.el (bookmark-bmenu-relocate): New function, as
18005         suggested by David J. Biesack <David.Biesack@sas.com>.
18006         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
18007         (bookmark-bmenu-mode): Describe binding in doc string.
18008         (bookmark-set-filename): Save the bookmark list if it's time.
18010 2004-06-13  Kenichi Handa  <handa@m17n.org>
18012         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
18013         (ccl-untranslated-to-ucs): Fix typo.
18015 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
18017         * progmodes/python.el (python-open-block-statement-p):
18018         Fix indentation after a block opening that contains a comment.
18020 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
18022         * bindings.el (completion-ignored-extensions): Add file extensions
18023         of Python byte-compiled files.
18025 2004-06-12  Juri Linkov  <juri@jurta.org>
18027         * info.el (Info-goto-node): Add autoload.
18028         (Info-toc): Add substring-no-properties on Info file name.
18029         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
18030         (Info-mode-map): Bind L to Info-history, T to Info-toc.
18032 2004-06-12  Kenichi Handa  <handa@m17n.org>
18034         * international/mule-cmds.el (set-language-environment):
18035         Load subst tables if necessary.
18037         * international/mule.el (decode-char): Load subst tables if necessary.
18038         (encode-char): Likewise.
18040         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
18041         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
18042         (utf-16le-decode-loop): Set r5 to -1 before loop.
18043         (utf-16be-decode-loop): Likewise.
18044         (ccl-decode-mule-utf-16le): Add EOF processing block.
18045         (ccl-decode-mule-utf-16be): Likewise.
18046         (ccl-decode-mule-utf-16le-with-signature): Likewise.
18047         (ccl-decode-mule-utf-16be-with-signature): Likewise.
18048         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
18049         (ccl-mule-utf-16-encode-untrans): New CCL.
18050         (utf-16-decode-to-ucs): Handle pre-read character.
18051         (utf-16le-encode-loop): Handle surrogate pair.
18052         (utf-16be-encode-loop): Likewise.
18053         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
18054         of utf-16le-encode-loop.
18055         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
18056         of utf-16be-encode-loop.
18057         (mule-utf-16-post-read-conversion):
18058         Call utf-8-post-read-conversion at first.
18059         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
18060         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
18061         Add post-read-conversion and pre-write-conversion.
18063         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
18064         (utf-translate-cjk-unicode-range): New variable.
18065         (utf-translate-cjk-load-tables): New function.
18066         (utf-lookup-subst-table-for-decode): New function.
18067         (utf-lookup-subst-table-for-encode): New function.
18068         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
18069         tables here.  Update safe-charsets of utf-* coding systems.
18070         (ccl-mule-utf-untrans): New CCL.
18071         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
18072         at end of each branch.
18073         (ccl-mule-utf-8-encode-untrans): New CCL.
18074         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
18075         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
18076         length of encoding.  Don't return r0.
18077         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
18078         (utf-8-post-read-conversion): Narrow to region properly.
18079         If utf-translate-cjk-mode is on, load tables if necessary.
18080         Call utf-8-compose with hash-table arg if necessary.
18081         Call XXX-compose-region instead of XXX-post-read-conversion.
18082         (utf-8-pre-write-conversion): New function.
18083         (mule-utf-8): Include CJK charsets in safe-charsets if
18084         utf-translate-cjk-mode is on.  Add pre-write-conversion.
18086         * international/characters.el: Temporarily set
18087         utf-translate-cjk-mode to nil.
18089         * language/devan-util.el (devanagari-compose-region):
18090         Add autoload cookie.
18092         * international/ccl.el (ccl-dump-call): Fix printing the
18093         subroutine name.
18095 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
18097         * dired.el (dired-revert): If buffer is marked unmodified before
18098         reverting, keep it marked unmodified.  Adapt to new conventions
18099         for commenting out code.
18100         (dired-make-relative): Adapt to new conventions for commenting out
18101         code.
18103 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
18105         * eshell/esh-module.el (eshell-load-defgroups):
18106         Bind `vc-handled-backends' to nil when opening files.
18108 2004-06-11  Juanma Barranquero  <lektu@terra.es>
18110         * files.el (parse-colon-path, cd): Doc fixes (refer to
18111         `path-separator', not colon).
18113 2004-06-10  Juanma Barranquero  <lektu@terra.es>
18115         * newcomment.el (comment-search-forward)
18116         (comment-search-backward): Fix typos in docstring.
18117         (comment-region): Doc fix.
18119 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
18121         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
18122         switch is no longer stored in `dired-switches-alist'.
18124         * dired-aux.el (dired-insert-subdir): Do not store R switch in
18125         `dired-switches-alist'.
18127 2004-06-10  Kim F. Storm  <storm@cua.dk>
18129         * pcvs.el (cvs-mode-diff-yesterday): New command.
18131         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
18133 2004-06-10  Juri Linkov  <juri@jurta.org>
18135         * emacs-lisp/edebug.el (edebug-eval-defun):
18136         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
18137         Fix docstring.
18139         * simple.el (eval-expression-print-format): Don't print additional
18140         information on the first call to `eval-print-last-sexp'.
18141         (next-error-find-buffer): Fix punctuation.
18142         (killing) <defgroup>: Fix punctuation.
18143         (yank-excluded-properties): Change group from editing to killing.
18145         * replace.el (perform-replace): Use `limit' to terminate the
18146         while-loop explicitly.
18148 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18150         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
18151         Use lc-*.xpm as prefix instead of *-locol.xpm.
18153         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
18154         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
18155         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
18156         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
18157         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
18158         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
18159         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
18160         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
18161         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
18162         * toolbar/lc-up_arrow.xpm:
18163         Rename from *-locol.xpm.
18165 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
18167         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
18168         include forms like &<str>; as valid url patterns.
18170 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
18172         * dired.el (dired-diff, dired-backup-diff)
18173         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
18174         (dired-do-chown, dired-do-touch, dired-do-print)
18175         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
18176         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
18177         (dired-create-directory, dired-do-copy, dired-do-symlink)
18178         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
18179         (dired-do-copy-regexp, dired-do-hardlink-regexp)
18180         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
18181         (dired-maybe-insert-subdir, dired-next-subdir)
18182         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
18183         (dired-kill-subdir, dired-tree-up, dired-tree-down)
18184         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
18185         (dired-run-shell-command, dired-query): Remove redundant,
18186         or incorrect, autoloads.
18188         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
18189         does not end in a slash.  Add optional argument KILL-ROOT.
18190         Update docstring.
18191         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
18192         (dired-query): Add autoloads.
18194 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
18196         * progmodes/compile.el (compilation-set-window-height): Rearrange
18197         the save-* functions because a buffer can have several current
18198         point in different windows.
18199         (compilation-error-regexp-alist-alist): Recognize {standard input}
18200         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
18202 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18204         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
18205         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
18206         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
18207         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
18208         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
18209         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
18210         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
18211         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
18212         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
18213         * toolbar/up_arrow-locol.xpm:
18214         New versions of icons that uses fewer colors.
18216         * toolbar/tool-bar.el (tool-bar-local-item)
18217         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
18218         if display-color-cells is 256 or less.
18220 2004-06-08  Kim F. Storm  <storm@cua.dk>
18222         * wid-edit.el (widget-specify-button): Use hand pointer rather
18223         than mouse-face as visible mouse-over effect.
18225 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
18227         * saveplace.el (save-place-alist-to-file): Bind `print-length'
18228         and `print-level' to nil when writing out `save-place-alist'.
18229         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
18231 2004-06-07  Juanma Barranquero  <lektu@terra.es>
18233         * completion.el (completion-kill-region): Doc fix.
18235         * format.el (format-insert-annotations)
18236         (format-annotate-location): Doc fixes.
18237         (format-subtract-regions): Make arguments match their use in docstring.
18239         * simple.el (kill-region): Doc fix.
18241         * subr.el (insert-buffer-substring-no-properties)
18242         (insert-buffer-substring-as-yank): Doc fixes.
18244 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
18246         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18247         Update docstring.
18248         (dired-reset-subdir-switches): New function.
18250         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
18251         Limit scope of `buffer-read-only' binding.
18253 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
18255         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
18256         eshell-explicit-command-char.
18258 2004-06-06  Juanma Barranquero  <lektu@terra.es>
18260         * help-fns.el (help-argument-name): Inherit from italic face only
18261         if the frame supports it.
18263 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18265         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
18266         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
18267         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
18268         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
18269         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
18270         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
18271         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
18272         New conversions from xpm files.
18274         * toolbar/README: New file.
18276 2004-06-06  Richard M. Stallman  <rms@gnu.org>
18278         * isearch.el (isearch-mode-map): Undo previous change.
18280 2004-06-05  Juri Linkov  <juri@jurta.org>
18282         * bindings.el (debug-ignored-errors): Add regexps for history
18283         related messages.  Remove $ from "No further undo information".
18284         Move Ediff's messages to ediff.el.
18286         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
18288         * cus-edit.el (custom-display): Add `min-colors'.
18290         * custom.el (defface): Add `supports' to docstring.
18292         * help-fns.el (help-argument-name): Add :group 'help.
18294 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
18296         * find-dired.el (find-ls-subdir-switches): New user option.
18297         (find-dired): No longer call `abbreviate-file-name' on DIR.
18298         Set `dired-subdir-switches' buffer-locally.
18300         * locate.el: Merge the two `Commentary' sections.
18301         (locate-ls-subdir-switches): New user option.
18302         (locate): Update for other changes.
18303         (locate-mode-map): Restore Dired binding for mouse-2.
18304         Bind `locate-mouse-view-file' to M-mouse-2.
18305         Bind `l' to `locate-do-redisplay'.
18306         (locate-main-listing-line-p, locate-do-redisplay): New functions.
18307         (locate-mouse-view-file, locate-tags, locate-find-directory):
18308         Print message if used outside main listing.
18309         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
18310         Various changes to support inserted subdirectories.
18311         (locate-insert-header): Change header of *Locate* buffer.
18313         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18314         Change interactive default switches.
18315         (dired-rename-subdir-2): Update `dired-switches-alist'.
18316         (dired-insert-subdir, dired-kill-subdir):
18317         Handle `dired-switches-alist'.  Do not mark buffer modified.
18318         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
18319         (dired-insert-subdir-doinsert): Omit messages.
18320         Handle `dired-subdir-switches'.
18321         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
18323         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
18324         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
18325         subdirs if -R switch is used for a subdir.
18326         (dired-mode): Set `dired-switches-alist'.
18327         (dired-build-subdir-alist): Only print number of directories in
18328         echo area when invoked interactively.
18330 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
18332         * dired-x.el (dired-omit-mode): Rename from
18333         dired-omit-files-p.  Use define-minor-mode to define it.
18334         (dired-omit-files-p): Add as alias for dired-omit-mode.
18335         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
18336         dired-mark-omitted.
18337         (dired-mark-omitted): Add.  Bind to M-O.
18339 2004-06-05  Kenichi Handa  <handa@m17n.org>
18341         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
18343 2004-06-05  Juanma Barranquero  <lektu@terra.es>
18345         * help-fns.el (help-argument-name): Reintroduce face.
18346         (help-default-arg-highlight): Use it, now that
18347         `face-differs-from-default-p' can be trusted.
18349 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
18351         * textmodes/table.el: Sentence commands added to Point Motion
18352         group; kill and backward-kill commands added to Extraction group.
18354 2004-06-04  Mario Lang  <mlang@delysid.org>
18356         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
18357         systems appear to use mW, make the code handle this.  Fix a
18358         division-by-zero bug while at it, and handle kernels with
18359         a slightly different layout in /proc/acpi.
18361 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
18363         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
18364         because the latter is a CL-ism.  This fixes the bug reported by
18365         Shawn Boyette <mdxi@collapsar.net> in
18366         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
18368 2004-06-04  Miles Bader  <miles@gnu.org>
18370         * faces.el (display-supports-face-attributes-p): Function moved to
18371         C code.  Previously only the tty-related portion of this function
18372         was done in C; however the previous attempt to do a halfway-proper
18373         job for non-tty displays in lisp didn't work properly because of
18374         funny conditions during Emacs startup.
18375         (face-differs-from-default-p): Simplify, now that
18376         display-supports-face-attributes-p works properly on all display
18377         types.  Remove :stipple from comparison; it doesn't really work
18378         in emacs anyway.
18380 2004-06-04  Miles Bader  <miles@gnu.org>
18382         * faces.el (face-differs-from-default-p): Use a different
18383         implementation, so we can really check whether FACE displays
18384         differently or not.
18386 2004-06-04  Miles Bader  <miles@gnu.org>
18388         * faces.el (display-supports-face-attributes-p): Implement a
18389         `different from default' check for non-tty displays.
18391 2004-06-03  David Kastrup  <dak@gnu.org>
18393         * woman.el (woman-mapcan): More concise code.
18394         (woman-topic-all-completions, woman-topic-all-completions-1)
18395         (woman-topic-all-completions-merge): Replace by a simpler and
18396         much faster implementation based on O(n log n) sort/merge instead
18397         of the old O(n^2) behavior.
18399 2004-06-03  Miles Bader  <miles@gnu.org>
18401         * subr.el (read-number): Use canonical format for default in prompt.
18403         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
18404         Add regexp for " [...]" style defaults.
18406 2004-06-02  Romain Francoise  <romain@orebokech.com>
18408         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
18409         groups: if the user asks for a hidden buffer, open the
18410         corresponding filter group to expose it.
18412         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
18413         `ibuffer-jump-to-buffer'.
18414         (ibuffer-jump-offer-only-visible-buffers): New user option.
18416 2004-06-02  Juanma Barranquero  <lektu@terra.es>
18418         * faces.el (frame-update-faces): Add empty docstring so the one
18419         for `ignore' doesn't show through.
18421         * subr.el (process-kill-without-query): Remove spurious "\n" on
18422         obsolescence string.
18423         (focus-frame, unfocus-frame): Add obsolescence declaration and
18424         empty docstring.
18426         * international/mule.el (register-char-codings): Make alias for
18427         `ignore'.  Move docstring to obsolescence info and remove redundancy.
18429 2004-06-02  Kim F. Storm  <storm@cua.dk>
18431         * frame.el (blink-cursor-start): Turn cursor off initially so blink
18432         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
18434 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18436         * comint.el (comint-replace-by-expanded-history-before-point):
18437         Obey `start' as the docstring says.
18438         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
18439         (comint-update-fence): Prevent font-lock from running unnecessarily.
18440         (comint-dynamic-list-completions): Use with-current-buffer.
18442 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18444         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
18445         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
18446         (bibtex-entry-update): Handle alternatives and optional fields.
18447         (bibtex-parse-entry): Bugfix, handle empty key.
18449 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18451         * vc-arch.el (vc-arch-state): Don't assume the file exists.
18453 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
18455         * desktop.el (desktop-save): Don't save minor modes without a
18456         known mode initialization function.
18458 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
18460         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
18462         * autorevert.el: Update `Commentary' section.
18464 2004-05-30  Juanma Barranquero  <lektu@terra.es>
18466         * dos-fns.el (convert-standard-filename):
18467         * files.el (convert-standard-filename):
18468         * w32-fns.el (convert-standard-filename):
18469         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
18471 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
18473         Sync with Tramp.
18475         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
18476         (tramp-let-maybe): Move to an earlier spot in the file.
18477         Patch by Andreas Schwab.
18479 2004-05-30  Andreas Schwab  <schwab@suse.de>
18481         * dired.el (dired-get-filename): Don't use dired-re-dot.
18483 2004-05-30  Richard M. Stallman  <rms@gnu.org>
18485         * files.el (find-file): Doc fix.
18487         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
18489 2004-05-30  Nick Roberts  <nickrob@gnu.org>
18491         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
18492         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
18493         modeline of the locals buffer.
18494         (gdb-goto-breakpoint): Handle gdbmi.
18495         (gdb-get-frame-number): Change for gdbmi.
18497 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
18499         * files.el (file-remote-p): Apply file name handler for operation
18500         `file-remote-p'.  It isn't a property any longer.
18501         (file-relative-name): `fh' and `fd' get the required value via
18502         `find-file-name-handler' already.
18504         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
18505         (top): Remove setting of `file-remote-p' property for
18506         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
18508 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
18510         Version 2.0.41 of Tramp released.
18512         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
18513         Throw away if process has died.
18514         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
18515         (tramp-out-of-band-prompt-regexp): Rename to
18516         `tramp-process-alive-regexp', because its usage is widen.
18517         (tramp-actions-copy-out-of-band): Apply it.
18518         (tramp-actions-before-shell, tramp-multi-actions):
18519         Add `tramp-action-process-alive' action.
18520         (tramp-action-process-alive): New defun.
18521         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18522         Add entry for `file-remote-p'.
18523         (tramp-handle-file-remote-p): New defun.
18524         (top): Remove setting of `file-remote-p'.  Don't set
18525         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
18527         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18528         `file-remote-p'.
18530         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
18531         counted for (last) line.  [They should or they shouldn't?  --Stef]
18532         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
18534 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
18536         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
18537         not really necessary but seems to keep the shell history smaller
18538         in some cases.  It is no substitute for setting HISTFILE and
18539         HISTSIZE from tramp-open-connection-setup-interactive-shell,
18540         though.  Suggested by Luc Teirlinck.
18541         (tramp-open-connection-setup-interactive-shell): Export variables
18542         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
18543         (tramp-set-process-query-on-exit-flag): New compat function.
18544         (tramp-open-connection-multi, tramp-open-connection-su)
18545         (tramp-open-connection-rsh, tramp-open-connection-telnet)
18546         (tramp-do-copy-or-rename-file-out-of-band): Use it.
18547         (tramp-let-maybe): New macro, let-binds a variable only if it
18548         isn't obsolete.
18549         (tramp-check-ls-commands, tramp-handle-expand-file-name)
18550         (tramp-handle-file-truename): Use it.
18551         (tramp-completion-file-name-regexp-unified): Avoid matching
18552         filenames starting with "/:" -- those are reserved for
18553         file-name-non-special.
18555         * tramp-smb.el (tramp-smb-open-connection):
18556         Use tramp-set-process-query-on-exit-flag compat function.
18558 2004-05-29  Richard M. Stallman  <rms@gnu.org>
18560         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
18562         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
18563         (eval-last-sexp-print-value): Print char equivalent regardless
18564         of standard-output value.
18566         * thumbs.el (thumbs-subst-char-in-string): Delete.
18567         (thumbs-thumbname): Use subst-char-in-string.
18568         (thumbs-resize-image): Use condition-case, not ignore-errors.
18569         (thumbs-kill-buffer): Likewise.
18571         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
18572         (thumbs-mode): Make buffer read-only.
18573         (thumbs-make-thumb): Unconditionally accept an existing file.
18574         (thumbs-insert-thumb): Add thumb-image-file property to the image.
18575         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
18576         (thumbs-show-thumbs-list): Error if images not supported.
18577         (thumbs-save-current-image): Improve prompt string.
18578         (thumbs-mode-map): Define u, R, x.
18579         (thumbs-unmark): New command.
18580         (thumbs-emboss-image): Minor cleanup.
18581         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
18582         (thumbs-rename-images): New command.
18583         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
18585         * thumbs.el (thumbs-current-image): New function.
18586         (thumbs-file-list, thumbs-file-alist): New functions.
18587         (thumbs-find-image): Delete arg L.
18588         Don't set up thumbs-fileL as buffer-local global var.
18589         (thumbs-find-image-at-point): Use thumbs-current-image.
18590         (thumbs-set-image-at-point-to-root-window): Likewise.
18591         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
18592         Record and warn about errors.  Update thumbs-markedL for deletions.
18593         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
18594         (thumbs-redraw-buffer): Use thumbs-file-list.
18595         (thumbs-mark): Use thumbs-current-image.
18596         (thumbs-show-name): Use thumbs-current-image.
18598         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
18599         and imenu--last-menubar-index-alist.
18601         * subr.el (with-selected-window): Undo previous change.
18603 2004-05-29  John Paul Wallington  <jpw@gnu.org>
18605         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
18606         (thumbs-mouse-find-image): New command.
18607         (thumbs-mode-map): Bind it to mouse-2.
18608         (thumbs-mode): Make mode-class special.
18609         (thumbs-view-image-mode): Likewise.
18611 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
18613         * flymake.el: New file.
18615 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
18617         * files.el (find-file-noselect-1): Do not bind
18618         `inhibit-read-only' to t during execution of
18619         `find-file-not-found-functions'.
18621 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18623         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
18624         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
18626 2004-05-28  Juri Linkov  <juri@jurta.org>
18628         * simple.el (eval-expression-print-format): New fun.
18630         * simple.el (eval-expression):
18631         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18632         * emacs-lisp/edebug.el (edebug-compute-previous-result)
18633         (edebug-eval-expression): Print additionally the value returned by
18634         `eval-expression-print-format'.
18636         * emacs-lisp/lisp.el (insert-pair-alist): New var.
18637         (insert-pair): Make arguments optional.  Find character pair
18638         from `insert-pair-alist' according to the last input event.
18639         (insert-parentheses): Make arguments optional.
18640         (raise-sexp, delete-pair): New funs.
18642         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
18643         (emacs-lisp-mode-map, lisp-interaction-mode-map):
18644         Bind C-M-q to `indent-pp-sexp'.
18646         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
18647         `pp-to-string' modified to be able to format text with newlines.
18648         (pp-to-string): Move the buffer-formatting part of the code to
18649         `pp-buffer'.  Call `pp-buffer'.
18651         * info.el (Info-desktop-buffer-misc-data): Don't save information
18652         about virtual files.
18653         (Info-restore-desktop-buffer): Restore Info buffers in prepared
18654         buffers with names obtained from the desktop file instead of the
18655         default *info* buffer.
18657 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18659         * subr.el (with-selected-window): Only save/restore the selected
18660         window.
18662         * progmodes/compile.el (compilation-error-regexp-alist):
18663         Use expand-file-name and data-directory.
18665         * progmodes/grep.el (grep-tree): Rework previous fix.
18667         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
18668         after the user marked text with the mouse.
18670         * startup.el (command-line): Keep the first regexp of
18671         auto-save-file-name-transforms intact.
18673 2004-05-28  Juanma Barranquero  <lektu@terra.es>
18675         * cus-edit.el (customize-face, customize-face-other-window)
18676         (custom-face-edit-delete): Make arguments match their use in
18677         docstring.
18678         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
18679         docstring.
18681         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
18682         not `cvs-butlast'.
18684         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
18685         `nbutlast' are in subr.el).
18687         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
18688         (set-w32-system-coding-system): Doc fixes.
18690         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
18691         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
18692         Make arguments match their use in docstring.
18693         (artist-draw-region-trim-line-endings)
18694         (artist-mouse-choose-operation): Fix typo in docstring.
18695         (artist-key-set-point-common): Doc fix.
18697 2004-05-28  Simon Josefsson  <jas@extundo.com>
18699         * mail/smtpmail.el (smtpmail-open-stream):
18700         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
18702 2004-05-26  Simon Josefsson  <jas@extundo.com>
18704         * starttls.el: Merge with my GNUTLS based starttls.el.
18705         (starttls-gnutls-program, starttls-use-gnutls)
18706         (starttls-extra-arguments, starttls-process-connection-type)
18707         (starttls-connect, starttls-failure, starttls-success): New variables.
18708         (starttls-program, starttls-extra-args): Doc fix.
18709         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
18710         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
18711         and pass on to corresponding *-gnutls function if it is set.
18713 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
18715         * autorevert.el (auto-revert-handler): Disable auto-reverting of
18716         remote files.
18718 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
18720         * files.el (file-name-non-special): There are more operations
18721         which need handling: `find-backup-file-name',
18722         `insert-file-contents', `verify-visited-file-modtime',
18723         `write-region'.  Rename t value of method to `add'.  Add new
18724         methods `quote' and `unquote-then-quote' to file-arg-indices.
18726 2004-05-25  Juri Linkov  <juri@jurta.org>
18728         * info.el (Info-toc): Call Info-mode on intermediate buffer.
18729         (Info-index-nodes): Enclose code in condition-case to catch errors.
18730         (Info-index-node): Don't search all index nodes if request is only
18731         for the current node and file is not in the cache of index nodes.
18732         (Info-mode-map): Bind Info-copy-current-node-name to `w'
18733         for consistency with dired-copy-filename-as-kill.
18734         Bind `S' to Info-search-case-sensitively.
18735         (Info-copy-current-node-name): New arg.  With zero prefix arg put
18736         the name inside a function call to `info'.  Display copied text in
18737         the echo area.
18739 2004-05-25  Sam Steingold  <sds@gnu.org>
18741         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
18742         strip the package prefix from the symbol name, if any.
18743         Make it the `find-tag-default-function' for `lisp-mode'.
18745 2004-05-25  John Paul Wallington  <jpw@gnu.org>
18747         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
18748         instead of obsolete `process-kill-without-query'.
18750         * textmodes/texinfmt.el (texinfo-indexvar-alist):
18751         Declare as variable, not constant.
18753 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
18755         * files.el (find-file-noselect-1): Fix bug introduced by
18756         Revision 1.694.  As a side effect, `inhibit-read-only'
18757         is again, by default, t during execution of
18758         `find-file-not-found-functions'.
18759         (insert-directory): Check that lines were really inserted by
18760         the --dired switch, before erasing them.
18762 2004-05-24  Nick Roberts  <nickrob@gnu.org>
18764         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
18765         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
18766         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
18767         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
18768         gud-minor-mode (gdbmi).
18770 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
18772         * net/browse-url.el (browse-url-interactive-arg): Enable user to
18773         explicitly select the text to be taken as URL.
18775 2004-05-23  Juri Linkov  <juri@jurta.org>
18777         * info.el (Info-index-nodes): New var and fun.
18778         (Info-goto-index, Info-index, info-apropos)
18779         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
18780         (Info-index): Fix docstring.  Store and restore Info-history-list.
18781         (Info-complete-nodes): New var.
18782         (Info-complete-menu-item): Use it.
18783         (Info-index-node): New fun.
18784         (Info-final-node, Info-forward-node, Info-backward-node)
18785         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
18786         Use Info-index-node.
18787         (Info-extract-menu-item, Info-extract-menu-counting): Set second
18788         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
18789         (Info-find-node-2): If a node with period in its name not found,
18790         try to find a node without the name part after period.
18791         (Info-select-node): Call Info-fontify-node only if
18792         Info-fontify-maximum-menu-size is not nil.
18793         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
18794         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
18795         Preserve Info-history-list.
18796         (Info-toc): Set Info-current-file.
18797         (Info-build-toc): Move point to the beginning of the buffer.
18798         Add main-file variable.
18799         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
18800         Use backslashed representation of the control character ^_.
18802         * textmodes/texinfmt.el (texinfo-print-index): Print index line
18803         numbers in the new Texinfo 4.7 format.
18805         * add-log.el (change-log-font-lock-keywords): Remove `:' from
18806         regexps for function and variable names.
18808         * descr-text.el (describe-property-list): Add [show] button for
18809         `syntax-table' property with action to pp to a separate buffer.
18810         (describe-char): Replace search-forward by re-search-forward with
18811         whitespace regexp after "character:" to not fail in too narrow windows.
18813         * simple.el (next-error-find-buffer): Add a rule to return
18814         next-error capable buffer if one window on the selected frame
18815         displays such buffer.
18817 2004-05-23  Nick Roberts  <nickrob@gnu.org>
18819         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
18820         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
18821         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
18822         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
18823         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
18824         Handle new value for gud-minor-mode (gdbmi).
18825         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
18826         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
18827         Change from local to global gdb variable set.
18828         (gdb-ann3): Initialize above gdb variable set.
18829         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
18830         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
18831         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
18832         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
18833         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
18834         (gdb-info-locals-handler, gdb-invalidate-assembler)
18835         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
18836         set as global variables.
18837         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
18838         Handle gdbmi.
18839         (gdb-info-breakpoints-custom): Fix regexp.
18840         (def-gdb-var): Delete.
18842         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
18843         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
18844         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
18845         a new mode.  The file (gdb-mi.el) for this mode will be included
18846         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
18847         primary interface.
18849 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
18851         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
18852         interpreted as a directory.
18854 2004-05-22  Richard M. Stallman  <rms@gnu.org>
18856         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
18857         as a close quote.
18859         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
18861         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
18862         Use assoc-string, not assoc-ignore-case.
18864         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
18866         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
18867         If moving back then fwd gets a defun that ends before point,
18868         try again moving fwd then back.
18870         * files.el (file-name-non-special): Allow t in file-arg-indices
18871         to mean requote the return value.  Use `identity' as an element
18872         rather than as the whole value.
18874         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
18876 2004-05-22  Juanma Barranquero  <lektu@terra.es>
18878         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
18879         `help-make-usage'.
18880         (help-highlight-arguments): Skip function name before searching
18881         for arguments.
18883 2004-05-21  Juanma Barranquero  <lektu@terra.es>
18885         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
18886         Don't mention in the docstring these arguments meant for
18887         internal (recursive) use only.
18888         (allout-char-spec): Comment out (it's not implemented).
18889         (allout-old-expose-topic, allout-exposure): Fix docstring and add
18890         obsolescence declaration.
18891         (allout-flatten-exposed-to-buffer)
18892         (allout-indented-exposed-to-buffer): Fix typos in docstring.
18893         (my-mark-marker): Doc fix.
18894         (produce-allout-mode-map, allout-sibling-index)
18895         (allout-isearch-expose, allout-distinctive-bullet)
18896         (allout-open-topic, allout-reindent-body)
18897         (allout-rebullet-heading, allout-process-exposed)
18898         (allout-insert-listified, allout-latex-verb-quote)
18899         (allout-insert-latex-header, allout-insert-latex-trailer):
18900         Make arguments match their use in docstring.
18901         (allout-primary-bullet, allout-old-style-prefixes)
18902         (allout-inhibit-protection, allout-init, allout-mode)
18903         (allout-before-change-protect, allout-flag-region):
18904         Use "Emacs" instead of "emacs" in docstrings.
18906 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
18908         * international/characters.el: Modify syntax of more characters.
18910 2004-05-21  Masatake YAMATO  <jet@gyve.org>
18912         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
18913         (etags-tags-completion-table): Show parsing progress.
18915 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
18917         * locate.el (locate-prompt-for-command): Shorten first line of
18918         docstring.
18919         (locate-mode): Expand docstring and include keymap summary.
18921         * files.el (find-file-noselect-1): Limit the scope of the
18922         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
18923         is, by default, nil during the execution of
18924         `find-file-not-found-functions' and `find-file-hook'.
18926 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
18928         * facemenu.el (facemenu-color-name-equal): New function.
18929         (list-colors-display): Use it to compare colors instead of
18930         facemenu-color-equal.
18932 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
18934         * compare-w.el (compare-windows-face): Use min-colors instead of
18935         checking for tty or pc types.
18937 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18939         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18940         (completion-setup-function): Use with-current-buffer.
18941         Properly save excursion.  Simplify.
18942         Don't assume there is necessarily a `mouse-face' property somewhere.
18944         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18946         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
18948         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18949         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18950         Use with-current-buffer.
18951         (byte-goto-log-buffer): Delete.
18952         (byte-compile-log-file): Call compilation-forget-errors.
18954 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
18956         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18957         output messages into the search result.
18959 2004-05-19  Masatake YAMATO  <jet@gyve.org>
18961         * wid-edit.el (widget-radio-button-notify): Revert my last
18962         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18964 2004-05-19  Kenichi Handa  <handa@m17n.org>
18966         * international/characters.el: Fix syntax (open/close) of CJK chars.
18968 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
18970         * help-mode.el (help-go-back): Don't depend on position of back button.
18972 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18974         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18975         files don't contain an accidental additional /.
18977         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18978         in source buffer.
18980 2004-05-18  Masatake YAMATO  <jet@gyve.org>
18982         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18983         to widget-apply.  :action method assumes 2 arguments, not 3.
18985 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
18987         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18988         New constants.
18989         (hs-special-modes-alist): Add an f90-mode entry.
18991 2004-05-17  Sam Steingold  <sds@gnu.org>
18993         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18994         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
18996 2004-05-16  Kim F. Storm  <storm@cua.dk>
18998         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
19000 2004-05-15  John Wiegley  <johnw@newartisans.com>
19002         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
19003         (eshell-output-object-to-target): Improve output speed 20% by not
19004         calling `eshell-stringify' if something is already known to be a
19005         string.
19007 2004-05-15  Alex Ott  <ott@jet.msk.su>
19009         * textmodes/ispell.el (ispell-local-dictionary-alist):
19010         Add windows-1251 to the choice of coding systems.
19011         (ispell-dictionary-alist-6): Add support for "russianw.aff",
19012         encoded in cp1251.
19014 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
19016         * progmodes/compile.el (compilation-warning-face)
19017         (compilation-info-face): Use min-colors.
19019 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19021         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
19022         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
19023         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
19024         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
19025         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
19026         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
19027         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
19028         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
19029         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
19030         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
19031         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
19032         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
19033         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
19034         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
19036 2004-05-15  Kim F. Storm  <storm@cua.dk>
19038         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
19039         Use it to set triggered-p element of timer.
19040         (timer-event-handler): Set triggered-p element non-nil while running
19041         the timer function.
19043 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19045         * descr-text.el (describe-char-unicode-data)
19046         (describe-char-unicodedata-file): Re-enable the unicode code now that
19047         the licensing issues have been cleared in the unicode-4 license.
19048         (describe-text-properties-1): Remove unused `overlay' var.
19049         (describe-char): Remove unused var `buffer'.
19051 2004-05-14  David Ponce  <david@dponce.com>
19053         * tree-widget.el: New file.
19055 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
19057         * language/european.el ("Brazilian Portuguese"): Add support for
19058         Brazilian Portuguese.
19060 2004-05-13  John Wiegley  <johnw@newartisans.com>
19062         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
19063         `recentf-mode' if this variable has been customized to t.
19065         * eshell/esh-test.el (eshell-test): Call the function
19066         `emacs-version' rather than trying to build a custom version string.
19068 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19070         * net/telnet.el (telnet-mode): Use define-derived-mode.
19071         Don't modify the global value of comint-prompt-regexp.
19073 2004-05-13  John Paul Wallington  <jpw@gnu.org>
19075         * version.el (emacs-version): Check for `gtk' feature before
19076         `x-toolkit' feature.
19078 2004-05-13  Juanma Barranquero  <lektu@terra.es>
19080         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
19081         arguments in the docstring, they're used only in recursive calls.
19083         * help-fns.el (help-arg-highlighting-function)
19084         (help-argument-name): Delete.
19085         (help-default-arg-highlight): New function.
19086         (help-do-arg-highlighting): Use it.
19088 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
19090         * calendar/appt.el (appt-disp-window):
19091         Use `calendar-set-mode-line' for a centered mode-line.
19093 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
19095         * calendar/appt.el (appt-disp-window): Do not split window
19096         excessively when `split-height-threshold' is low.
19098 2004-05-12  Nick Roberts  <nickrob@gnu.org>
19100         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
19101         kill-buffer-hook here and make it local.
19102         (gud-kill-buffer-hook): Use kill-process for a sure kill.
19104 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
19106         * progmodes/compile.el (compilation-set-window-height):
19107         Use save-excursion to protect against misplaced marker.
19109 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19111         * custom.el (defface): Document that type can have value gtk.
19113         * faces.el (face-spec-set-match-display): Handle type gtk in display.
19115 2004-05-12  Kenichi Handa  <handa@m17n.org>
19117         * descr-text.el: Require quail at compile time.
19118         (describe-char): If an input method is on and it supports the
19119         character, show how to input it.
19121         * international/quail.el (quail-install-decode-map): Accept a
19122         char-table whose subtype is `quail-decode-map'.
19123         (quail-store-decode-map-key, quail-gen-decode-map1)
19124         (quail-gen-decode-map, quail-find-key1, quail-find-key)
19125         (quail-show-key): New functions.
19127 2004-05-12  Juanma Barranquero  <lektu@terra.es>
19129         * generic.el (define-generic-mode): Remove redundant arglist info.
19131         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
19132         Make arguments match their use in docstring.
19133         (help-arg-highlighting-function): New variable.
19134         (help-argument-name): Mention it in the docstring.
19135         (help-do-arg-highlight): Use it.  Expand regexp to accept also
19136         ARG-xxx and xxx-ARG references.
19138 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
19140         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
19141         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
19142         and "mailto:addr1?to=addr2" equal.
19144 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19146         * man.el (Man-getpage-in-background): Use shell-file-name
19147         and shell-command-switch variables instead of hard-coded values.
19149 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
19151         * iimage.el: New file.
19153 2004-05-11  Juanma Barranquero  <lektu@terra.es>
19155         * custom.el (custom-initialize-default, defcustom):
19156         Fix typo in docstring.
19158         * files.el (set-visited-file-name, file-expand-wildcards):
19159         Fix docstring.
19161 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19163         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
19165         * subr.el (eventp): Be more discriminating with integers.
19167 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
19169         * progmodes/compile.el (compile): Add universal prefix arg.
19170         (compilation-error-regexp-alist-alist): Add edg patterns.
19172 2004-05-10  Sam Steingold  <sds@gnu.org>
19174         * textmodes/ispell.el (ispell-message):
19175         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
19177 2004-05-10  Dave Love  <fx@gnu.org>
19179         * progmodes/python.el (help-buffer): Autoload when compiling.
19180         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
19181         (run-python): Prepend to any existing PYTHONPATH.
19183 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
19185         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
19186         for pending breakpoints.
19188 2004-05-10  Richard M. Stallman  <rms@gnu.org>
19190         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
19191         directly without calling any functions in Rmail.
19192         (unrmail-unprune): Function deleted.
19194 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19196         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
19197         C-c C-z binding.
19199 2004-05-10  Kenichi Handa  <handa@m17n.org>
19201         * descr-text.el (describe-char): Fix previous change.  Don't make
19202         a unibyte character to multibyte in the *Help* buffer.
19204 2004-05-10  Miles Bader  <miles@gnu.org>
19206         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
19207         buffer an error if the debugger process is actually running.
19209 2004-05-10  Juanma Barranquero  <lektu@terra.es>
19211         * help-fns.el (help-argument-name): Default to italic.
19212         (help-highlight-arguments): Return always (usage . doc), even when
19213         usage is nil.
19215         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
19216         (define-ibuffer-filter): Add usage info.
19217         (define-ibuffer-op): Add usage info (but CL-style defaults for
19218         keyword args are not shown).
19220         * subr.el (remove-overlays, read-passwd): Fix docstring.
19221         (start-process-shell-command): Fix docstring.  Put usage info in a
19222         format usable by `describe-function'.
19223         (open-network-stream, open-network-stream-nowait)
19224         (open-network-stream-server): Fix docstring.
19226 2004-05-09  Jason Rumney  <jasonr@gnu.org>
19228         * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
19229         Only define cp125* if windows-125* is already defined.
19231         * language/korean.el (cp949): Add alias.
19233         * language/chinese.el (cp936, cp950): Add aliases.
19235         * language/japanese.el (cp932): Add alias.
19237         * term/w32-win.el: Require code-pages.
19239         * international/mule-cmds.el (set-locale-environment):
19240         On MS-Windows use ansi code-page for default coding-systems.
19241         Set up paper sizes for Windows 3 letter languages.
19243         * international/code-pages.el (cp932, cp936, cp949, cp950):
19244         Add aliases.  Also add cp125* if not already defined.
19246 2004-05-09  Juanma Barranquero  <lektu@terra.es>
19248         * help-fns.el (help-highlight-arguments): Don't try to highlight
19249         missing or autoloaded arglists.  Accept structured arguments, like
19250         the first ones of `do' and `flet'.
19252         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
19253         (cvs-get-marked): Remove redundant arglist info.
19255         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
19256         Don't use CL-style default args.
19258 2004-05-08  Andreas Schwab  <schwab@suse.de>
19260         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
19262         * international/subst-ksc.el: Fix references to utf-translate-cjk
19263         into utf-translate-cjk-mode.
19264         * international/subst-big5.el: Likewise.
19265         * international/subst-gb2312.el: Likewise.
19266         * international/subst-jis.el: Likewise.
19267         * international/utf-16.el: Likewise.
19268         * international/utf-8.el: Likewise.
19270 2004-05-08  John Wiegley  <johnw@newartisans.com>
19272         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
19273         "virtual buffers" (off by default), which makes it possible to
19274         switch to the "virtual" buffers of recently visited files.  When a
19275         buffer name search fails, and this option is on, iswitchb will
19276         look at the list of recently visited files, and permit matching
19277         against those names.  When the user hits RET on a match, it will
19278         revisit that file.
19279         (iswitchb-read-buffer): Add two optional arguments, which makes
19280         isearchb.el possible.
19281         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
19282         (iswitchb-next-match): Add support for virtual buffers.
19284         * isearchb.el: This module extends iswitchb to provide "as you
19285         type" buffer selection.
19287         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
19288         Ignore the read-only property when flyspell highlighting is on.
19289         Not ignoring it leads to a series of confusing errors.
19290         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
19291         but also make sure to call flyspell-incorrect-hook.
19292         (flyspell-maybe-correct-transposition): Perform transposition test
19293         by bit twiddling a string, rather than using a temp buffer.
19294         (flyspell-maybe-correct-doubling): Use a string rather than a temp
19295         buffer.  This is also the original version of the code, which
19296         could not be checked in before due to a previous lack of
19297         assignment papers.  This version has seen heavy usage on my system
19298         for several years now.
19300         * calendar/cal-bahai.el: New file, which adds support for the
19301         Baha'i calendar to Emacs.  This calendar is based on a solar year
19302         of 19 months of 19 days, with 4 intercalary days.  Each year
19303         begins on March 21, with the calendar starting in 1844.
19305         * calendar/cal-menu.el, calendar/calendar.el
19306         * calendar/diary-lib.el, calendar/holidays.el:
19307         Added support for using cal-bahai.el.
19309         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
19310         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
19311         function can be used outside of eshell buffers.
19312         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
19314 2004-05-08  Juanma Barranquero  <lektu@terra.es>
19316         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
19317         word constituent so FOO-ARG is not recognized as an arg.
19318         (help-highlight-arguments): Don't skip lists in mandatory arguments.
19320         * simple.el (next-error): Fix typo in docstring.
19321         (open-line): Make argument names match their use in docstring.
19322         (split-line): Fix docstring.
19324         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
19325         usable by `describe-function'.
19326         (gensym, gentemp, typep, ignore-errors): Make argument names match
19327         their use in docstring.
19329         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
19330         argument to `help-setup-xref'.
19332 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
19334         Version 2.0.40 of Tramp released.
19336         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
19337         Use symbol-function to invoke functions only known on some Emacs
19338         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
19339         Scaldeferri <kevin@scaldeferri.com>.
19340         (tramp-do-copy-or-rename-file-via-buffer): Rename from
19341         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
19342         consistent with the other tramp-do-* functions.
19343         (tramp-do-copy-or-rename-file): Calls adjusted.
19344         (tramp-process-initial-commands): Avoid liveness check on shell --
19345         we know that it must be alive since we're opening a connection at
19346         this moment.
19347         (tramp-last-cmd): New internal variable.
19348         (tramp-process-echoes): New tunable.
19349         (tramp-send-command): Set tramp-last-cmd.
19350         (tramp-wait-for-output): Delete echo, if applicable.
19351         (tramp-read-passwd): Construct the key for the password cache in a
19352         way that works for multi methods, too.
19353         (tramp-bug): Add backup-directory-alist and
19354         bkup-backup-directory-info to bug reports, with Tramp counterparts.
19356 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
19358         * net/tramp*.el: Suppress byte-compiler warnings where possible.
19360         * net/tramp.el (tramp-out-of-band-prompt-regexp)
19361         (tramp-actions-copy-out-of-band): New defcustoms.
19362         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
19363         used instead of a synchronous one.  Allows password entering.
19364         (tramp-action-out-of-band): New defun.
19365         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
19366         Remove restriction with password from doc string.
19367         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
19368         `tramp-out-of-band-prompt-regexp',
19369         `tramp-actions-copy-out-of-band', `password-cache' and
19370         `password-cache-expiry'.
19371         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
19372         password caching.
19373         (tramp-touch): FILE can be a local file, too.
19374         (TODO): Remove items done.
19375         (tramp-handle-insert-directory): Properly quote file name also if
19376         not full-directory-p.  Handle wildcard case.  Reported by Andreas
19377         Schwab <schwab@suse.de>.
19378         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
19379         new file.
19380         (tramp-handle-file-local-copy, tramp-handle-write-region):
19381         The permissions of the temporary file are set if filename exists.
19382         Reported by Ted Stern <stern@cray.com>.
19383         (tramp-backup-directory-alist)
19384         (tramp-bkup-backup-directory-info): New defcustoms.
19385         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
19386         (tramp-handle-find-backup-file-name): New function.
19387         Implements Tramp's find-backup-file-name.
19389         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
19390         for `find-backup-file-name'.
19392         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
19393         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
19395 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
19397         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
19399 2004-05-07  Juanma Barranquero  <lektu@terra.es>
19401         * subr.el (lambda): Add arglist description to docstring.
19402         (declare): Fix typo in docstring.
19403         (open-network-stream): Fix docstring.
19404         (process-kill-without-query): Fix docstring and add obsolescence info.
19405         (last, butlast, nbutlast): Make arguments match their use in docstring.
19406         (insert-buffer-substring-no-properties): Likewise.
19407         (insert-buffer-substring-as-yank): Likewise.
19408         (split-string): Fix docstring.
19410         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19411         Make argument names match their use in docstring.
19413         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
19415 2004-05-06  Nick Roberts  <nickrob@gnu.org>
19417         * progmodes/gdb-ui.el: Improve/extend documentation strings.
19418         Fit first sentence on one line for apropos-command.
19420 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19422         Changes largely merged in from Dave Love's code.
19423         * progmodes/python.el: Doc fixes.
19424         (python-mode-map): Add python-complete-symbol.
19425         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
19426         (python-comment-indent, python-complete-symbol)
19427         (python-symbol-completions, python-partial-symbol)
19428         (python-try-complete): New.
19429         (python-indent-line): Remove optional arg.  Use python-block-end-p.
19430         (python-check): Bind compilation-error-regexp-alist.
19431         (inferior-python-mode): Use rx.  Move keybindings to top level.
19432         Set comint-input-filter.
19433         (python-preoutput-filter): Use rx.
19434         (python-input-filter): Re-introduce.
19435         (python-proc): Start new process if necessary.
19436         Check python-buffer non-nil.
19437         (view-return-to-alist): Defvar.
19438         (python-send-receive): New.
19439         (python-eldoc-function): Use it.
19440         (python-mode-running): Don't defvar.
19441         (python-mode): Set comment-indent-function.
19442         Maybe update hippie-expand-try-functions-list.
19443         (python-indentation-levels): Initialize differently.
19444         (python-block-end-p): New.
19445         (python-indent-line): Use it.
19446         (python-compilation-regexp-alist): Augment.
19447         (run-python): Import `emacs' module to Python rather than loading
19448         code directly.  Set python-buffer differently.
19449         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
19450         Use python-proc.
19451         (python-send-command): Go to end of comint buffer.
19452         (python-load-file): Use python-proc, emacs.eimport.
19453         (python-describe-symbol): Simplify interactive form.
19454         Use emacs.help.  Do use temp-buffer-show-hook.
19455         Call print-help-return-message.
19456         (hippie-exp): Require when compiling.
19457         (python-preoutput-continuation): Use rx.
19459         * diff-mode.el (diff-make-unified): Fix regexp.
19461 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
19463         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
19464         filter groups from the buffer when rebuilding the Ibuffer buffer
19465         and `ibuffer-show-empty-filter-groups' is nil.
19467 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19469         * ps-print.el (ps-print-quote): Call ps-value-string.
19470         (ps-setup): Call ps-comment-string.
19471         (ps-value-string, ps-comment-string): New funs.
19473 2004-05-06  Juanma Barranquero  <lektu@terra.es>
19475         * ehelp.el (electric-help-command-loop): Check whether the last
19476         character is visible, not (point-max).
19478         * help-fns.el (help-argument-name): Default to bold; don't inherit
19479         from font-lock-variable-name-face.
19480         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
19482 2004-05-05  Kenichi Handa  <handa@m17n.org>
19484         * descr-text.el (describe-char): Copy the character with text
19485         properties and overlays into the first line, and call
19486         describe-text-properties on it.
19488 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
19490         * iswitchb.el (iswitchb-global-map): Fix typo.
19491         Remove unwanted ###autoloads from source file.
19493 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
19495         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
19496         in run-hooks.  Use substitute-command-keys in message.
19497         (wdired-abort-changes): Add message.
19499 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
19501         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
19502         (sql-emacs20-p): Remove.
19503         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
19504         (sql-builtin-face, sql-doc-face): Remove.
19505         (sql-mode-ansi-font-lock-keywords)
19506         (sql-mode-oracle-font-lock-keywords)
19507         (sql-mode-postgres-font-lock-keywords)
19508         (sql-mode-linter-font-lock-keywords)
19509         (sql-mode-ms-font-lock-keywords)
19510         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
19511         (sql-product-font-lock): Fix font-lock reset when font rules change.
19512         (sql-highlight-product): Remove incorrect font-lock reset logic.
19514 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
19516         * ses.el (ses-set-parameter): Fix typo.
19518 2004-05-04  Kim F. Storm  <storm@cua.dk>
19520         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
19521         Must expand directory for completion to work; and don't mess with
19522         process-environment.
19523         (ido-read-file-name): If command has ido property, don't use ido
19524         if value is ignore, or read as directory if value is dir.
19525         Set ido ignore property for dired-do-rename command.
19527 2004-05-04  Juanma Barranquero  <lektu@terra.es>
19529         * ehelp.el (electric-help-command-loop, electric-help-undefined)
19530         (electric-help-help): Check against unmapped commands.
19532         * help-fns.el (help-argument-name): New face, inheriting from
19533         font-lock-variable-name-face, to highlight function arguments in
19534         `describe-function' and `describe-key'.
19535         (help-do-arg-highlight): Auxiliary function to highlight a given
19536         list of arguments in a string.
19537         (help-highlight-arguments): Highlight the function arguments and
19538         all uses of them in the docstring.
19539         (describe-function-1): Use it.  Do docstring output via `insert',
19540         not 'princ', so text attributes are preserved.
19542         * winner.el (winner-mode-map): Move `winner-undo' and
19543         `winner-redo' to C-c <left> and C-c <right>, respectively (the
19544         previous bindings conflict with `prev-buffer', `next-buffer').
19546 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19548         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
19549         (bibtex-entry-update): New command bound to C-c C-u.
19550         (bibtex-text-in-string): Fix regexp.
19551         (bibtex-assoc-of-regexp): Remove.
19552         (bibtex-progress-message): Fix docstring.
19553         (bibtex-inside-field): Use if.
19554         (bibtex-assoc-regexp): New function.
19555         (bibtex-format-entry): Make code more robust so that it formats
19556         also old entries.
19557         (bibtex-autokey-demangle-title): Merge with obsolete function
19558         bibtex-assoc-of-regexp.
19559         (bibtex-field-list): New function.
19560         (bibtex-entry): Use bibtex-field-list.
19561         (bibtex-parse-entry): Fix docstring.
19562         (bibtex-print-help-message): Use bibtex-field-list.
19563         (bibtex-make-field): Use bibtex-field-list.
19564         (bibtex-entry-index): Bugfix.  Return crossref key if required.
19565         (bibtex-lessp): Fix docstring.
19567 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
19569         * select.el (xselect-convert-to-string): Move comment to intended line.
19571 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19573         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
19574         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
19576 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19578         * term/x-win.el (x-clipboard-yank): Don't exit on error from
19579         x-get-selection.
19581 2004-05-03  Jason Rumney  <jasonr@gnu.org>
19583         * makefile.nt: Remove.
19585 2004-05-03  Kim F. Storm  <storm@cua.dk>
19587         * emulation/cua-base.el (cua--update-indications): Fix last change.
19588         (cua-mode): Deactivate mark when cua-mode is enabled.
19590 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
19592         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
19594 2004-05-03  Nick Roberts  <nickrob@gnu.org>
19596         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
19597         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
19598         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
19599         window over visible frames.
19600         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
19602 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19604         * progmodes/compile.el (compilation-gcpro): New var.
19605         (compilation-fake-loc): Use it.
19606         (compilation-forget-errors): Reset it.
19608 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
19610         * diff-mode.el (diff-header-face, diff-file-header-face):
19611         Use min-colors.
19613 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19615         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
19616         (bibtex-clean-entry): Disentangle code.
19617         (bibtex-realign): New function.
19618         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
19619         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
19620         Remove undocumented optional arg called-by-convert-alien.
19621         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
19622         for sorting instead of bibtex-sort-buffer.
19624 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
19626         * progmodes/compile.el (compilation-start): In the
19627         no-async-subprocesses branch, call sit-for to give redisplay a
19628         chance to show the updated process status in the mode line, and
19629         fontify the buffer explicitly after the process exits.
19631 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19633         * progmodes/python.el (python-compilation-line-number): Remove.
19634         (python-compilation-regexp-alist): Don't use it any more.
19635         (python-orig-start, python-input-filter): Remove.
19636         (inferior-python-mode): Don't set up comint-input-filter-functions.
19637         (python-send-region): Use compilation-fake-loc.
19639         * progmodes/compile.el (compilation-messages-start): New var.
19640         (compilation-mode): Don't setup next-error-function here.
19641         (compilation-setup): Set it up here instead (for minor modes as well).
19642         Make compilation-messages-start buffer local.
19643         (compilation-next-error-function): Use it.
19644         (compilation-forget-errors): Set compilation-messages-start.
19646 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
19648         * ielm.el (ielm-prompt-read-only): Update docstring.
19650         * comint.el (comint-prompt-read-only): Update docstring.
19651         (comint-update-fence, comint-kill-whole-line)
19652         (comint-kill-region): New functions.
19654         * simple.el (kill-whole-line): Use "p" instead of "P" in
19655         interactive form.
19657 2004-05-01  Juanma Barranquero  <lektu@terra.es>
19659         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
19660         format arglist so default values in CL-style argument lists are
19661         correctly shown.
19663 2004-05-01  Jason Rumney  <jasonr@gnu.org>
19665         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
19667 2004-05-01  Kenichi Handa  <handa@m17n.org>
19669         * international/titdic-cnv.el (miscdic-convert): Don't generate a
19670         quail file if it is up to date.
19672 2004-04-30  Juri Linkov  <juri@jurta.org>
19674         * cus-edit.el (custom-mode-map):
19675         Add key binding `C-x C-s' to `Custom-save'.
19677         * outline.el (outline-blank-line): New var.
19678         (outline-next-preface, outline-show-heading)
19679         (outline-end-of-subtree): Use it.
19681         * dired-aux.el (dired-touch-initial): New fun.
19682         (dired-do-chxxx): Call it for op-symbol `touch'.
19683         (dired-diff): Use `dired-dwim-target-directory'
19684         if current dired buffer has no buffer mark.
19686         * bindings.el (propertized-buffer-identification):
19687         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
19688         Add C-M-arrow keys for consistency.
19690         * files.el (confirm-kill-emacs):
19691         Change group from top-level `emacs' to `convenience'.
19693         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
19694         Push mark on the first call of successive command calls.
19695         (insert-pair): New fun created from `insert-parentheses' with
19696         `open' and `close' arguments added.  Enclose active regions
19697         in paired characters.  Compare adjacent characters syntax with
19698         inserted characters syntax before inserting a space.
19699         (insert-parentheses): Call `insert-pair' with ?\( ?\).
19701         * delsel.el: Don't put `delete-selection' property
19702         on `insert-parentheses' symbol to take advantage of
19703         region handling in `insert-pair' function.
19704         Suggested by Stephan Stahl <stahl@eos.franken.de>.
19706 2004-04-30  Kim F. Storm  <storm@cua.dk>
19708         * emulation/cua-base.el: Add support for changing cursor types;
19709         based on patch from Michael Mauger.
19710         (cua-normal-cursor-color, cua-read-only-cursor-color)
19711         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
19712         Customization cursor type and/or cursor color.
19713         (cua--update-indications): Handle cursor type changes.
19714         (cua-mode): Update cursor indications if enabled.
19716         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
19718         * mouse.el (mouse-drag-copy-region): New defcustom.
19719         (mouse-set-region, mouse-drag-region-1): Use it.
19721         * simple.el (kill-ring-save): If region face background color is
19722         unspecified (if no highlighting), show extent of fully visible
19723         region even if transient-mark-mode is enabled.
19725         * emulation/cua-base.el (cua--standard-movement-commands):
19726         Add cua-scroll-up and cua-scroll-down.
19727         (cua-scroll-up, cua-scroll-down): New commands.
19728         (cua--init-keymaps): Remap scroll-up and scroll-down.
19730         * emulation/cua-rect.el (cua--convert-rectangle-as):
19731         New defmacro.
19732         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
19733         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
19734         New commands (suggested by Jordan Breeding).
19736 2004-04-30  Juanma Barranquero  <lektu@terra.es>
19738         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
19740 2004-04-30  Mario Lang  <mlang@delysid.org>
19742         * diff.el (diff-switches): Fix typo in docstring.
19744 2004-04-30  Alex Schroeder  <alex@gnu.org>
19746         * xml.el (xml-debug-print-internal): Don't add newline and
19747         indentation to text nodes and write empty elements as empty tags
19748         instead of opening and closing tags.
19749         (xml-debug-print): Take optional indent-string argument.
19750         (xml-print): Alias for xml-debug-print.
19752 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19754         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
19755         than duplicate call to `line-beginning-position'.
19757         * progmodes/f90.el (f90-get-present-comment-type):
19758         Return whitespace, as well as comment chars, for consistent filling
19759         of comment blocks.  Use `match-string-no-properties'.
19760         (f90-break-line): Trim trailing whitespace when filling comments.
19762 2004-04-30  Dave Love  <fx@gnu.org>
19764         * calendar/diary-lib.el (diary-outlook-formats): New variable.
19765         (diary-from-outlook-internal, diary-from-outlook)
19766         (diary-from-outlook-gnus, diary-from-outlook-rmail):
19767         New functions to import diary entries from Outlook-format
19768         appointments in mail messages.
19770 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19772         * progmodes/python.el (python-send-command): New fun.
19773         (python-send-region, python-load-file): Use it.
19775         * progmodes/compile.el (compilation-last-buffer): Add var alias.
19777         * help-fns.el (help-C-file-name): Use new subr-name.
19778         Prepend `src/' to the file name.
19779         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
19780         (describe-function-1, describe-variable): Only find a C source file
19781         name if DOC is already loaded.
19783         * help-mode.el (help-function-def, help-variable-def):
19784         Use the new find-function-search-for-symbol functionality.
19785         Allow FILE to be `C-source'.
19787         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
19788         (find-function-C-source): New fun.
19789         (find-function-search-for-symbol): Use it.
19791 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
19793         * progmodes/sql.el (sql-product-alist): Rename variable
19794         `sql-product-support'.  Add Postgres login parameters.
19795         (sql-set-product, sql-product-feature): Update with renamed variable.
19796         (sql-connect-postgres): Add username prompt.
19797         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
19798         Make patterns less product specific.
19799         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
19800         (sql-mode-abbrev-table): Modify initialization.
19801         (sql-builtin-face): Add variable.
19802         (sql-keywords-re): Add macro.
19803         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
19804         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
19805         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
19806         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
19807         (sql-mode-linter-font-lock-keywords)
19808         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
19809         (sql-mode-sybase-font-lock-keywords)
19810         (sql-mode-informix-font-lock-keywords)
19811         (sql-mode-interbase-font-lock-keywords)
19812         (sql-mode-ingres-font-lock-keywords)
19813         (sql-mode-solid-font-lock-keywords)
19814         (sql-mode-sqlite-font-lock-keywords)
19815         (sql-mode-db2-font-lock-keywords): Default to nil.
19816         (sql-product-font-lock): Always highlight ANSI keywords.
19817         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
19818         (sql-send-string): Add function.
19820 2004-04-29  Dave Love  <fx@gnu.org>
19822         * progmodes/cfengine.el (cfengine-beginning-of-defun)
19823         (cfengine-end-of-defun): Ensure progress through buffer.
19825         * info-look.el (cfengine-mode): Accept a terminal ().
19827 2004-04-29  Juri Linkov  <juri@jurta.org>
19829         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
19830         instead of isearch-yank-word-or-char.  Add new key bindings for
19831         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
19832         (isearch-del-char): New fun.
19833         (isearch-forward, isearch-edit-string): Update docstring.
19834         (isearch-yank-char): Doc fix.
19835         (isearch-other-meta-char): Restore point after scrolling.
19837         * progmodes/compile.el (compilation-context-lines): Add nil option
19838         to disable compilation output window scrolling.
19839         (compilation-set-window): Use it.
19841         * outline.el (outline-next-preface, outline-show-heading):
19842         Don't leave unhidden blank line before heading.
19843         (outline-end-of-subtree): Include last newline into subtree.
19844         (hide-entry): Leave point at beginning of heading instead of end.
19845         (outline-up-heading): Push mark for the first call of successive
19846         command calls.
19848 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
19850         * comint.el (comint-prompt-read-only): New variable.
19851         (comint-output-filter): Implement it.
19853         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
19854         (ielm-prompt-internal): New variable.
19855         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
19856         (ielm-send-input): Delete unused variable `buf'.
19857         (ielm-eval-input): Use `ielm-prompt-internal'.
19858         (inferior-emacs-lisp-mode): Use new variables
19859         `comint-prompt-read-only' and `ielm-prompt-internal'.
19860         Get rid of obsolete variable `directory-sep-char'.
19861         (ielm): Use `zerop'.
19863 2004-04-29  John Paul Wallington  <jpw@gnu.org>
19865         * thumbs.el (toplevel): Require cl at compile time.
19866         Remove conditional definitions of `ignore-errors' and `caddar'
19867         because they occur at run time.
19869 2004-04-28  Nick Roberts  <nickrob@gnu.org>
19871         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
19872         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
19873         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
19874         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
19876         * progmodes/gud.el (gud-common-init): Throw an error if program is
19877         already running under gdb.
19879 2004-04-28  John Paul Wallington  <jpw@gnu.org>
19881         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
19882         (thumbs-show-image-num): Move assignment of
19883         `thumbs-current-image-filename' within scope of `i'.
19884         (thumbs-emboss-image): Don't use `evenp'.
19886 2004-04-28  Richard M. Stallman  <rms@gnu.org>
19888         * progmodes/compile.el (compilation-context-lines): Default now 0.
19890 2004-04-28  Juanma Barranquero  <lektu@terra.es>
19892         Use `time-less-p' from calendar/time-date.el instead of defining
19893         custom versions of it.
19895         * pcomplete.el (pcomplete-time-less-p): Remove.
19897         * thumbs.el (time-less-p): Remove.
19899         * calendar/timeclock.el (timeclock-time-less-p): Remove.
19900         (timeclock-generate-report): Use `time-less-p'.
19902         * emacs-lisp/autoload.el (autoload-before-p): Remove.
19903         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
19905 2004-04-28  Masatake YAMATO  <jet@gyve.org>
19907         * subr.el (remove-overlays): Make arguments optional.
19909         * wid-edit.el (widget-specify-button): Put evaporate to the
19910         overlay for sample.
19911         (widget-specify-sample): Put evaporate to the overlay for sample.
19912         (widget-specify-doc): Put evaporate to the overlay for documentation.
19914 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
19916         * info.el (info-apropos): Make it an index node.  Align node names
19917         like makeinfo.
19919 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
19921         * net/browse-url.el (browse-url-netscape-sentinel)
19922         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
19923         (browse-url-epiphany-sentinel, browse-url-mosaic):
19924         Use browse-url-*-program instead of a literal program name.
19926 2004-04-27  Kevin Ryde  <user42@zip.com.au>
19928         * eshell/em-alias.el:
19929         * eshell/em-dirs.el:
19930         * eshell/em-hist.el:
19931         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
19932         features when M-x customize-group loads modules before the main
19933         eshell.el.
19935 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
19937         * subr.el (momentary-string-display): Support EXIT-CHAR that is
19938         either a character representation of an event or an event
19939         description list.
19941         * type-break.el: Capitalize Emacs and Lisp.
19942         (type-break-good-break-interval, type-break-demo-boring-stats)
19943         (type-break-terse-messages, type-break-file-name): New defcustoms.
19944         (type-break-post-command-hook)
19945         (type-break-warning-countdown-string): Quote variable names in doc.
19946         (type-break-interval-start, type-break-auto-save-file-name): New vars.
19947         (type-break-mode): Document type-break-good-break-interval and the
19948         "session" file.  Schedule break according to the session file.
19949         Kill session file buffer on exit.  Organize for save-some-buffers
19950         to always save the session file.
19951         (type-break-mode-line-message-mode, type-break-query-mode):
19952         Uppercase arguments.
19953         (type-break-file-time, type-break-file-keystroke-count, timep)
19954         (type-break-choose-file, type-break-get-previous-time)
19955         (type-break-get-previous-count): New defuns.
19956         (type-break): Avoid break querying after a completed break in the
19957         case where the query was initiated during user invocation of the
19958         break.  Optional terse messages.
19959         Use type-break-good-break-interval if type-break-good-rest-interval is
19960         nil.  File the break time.
19961         (type-break-schedule): New optional args for overriding the use of
19962         the current time.
19963         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19964         after a break.
19965         (type-break-check): File the keystroke count.
19966         (type-break-do-query): Prevent a second query when the break is
19967         interrupted.  Optional terse message.
19968         (type-break-keystroke-reset): Record the start of a typing interval.
19969         (type-break-demo-boring): Optional terse messages.  Display word
19970         per minute and keystroke counts according to
19971         type-break-demo-boring-stats.
19973 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
19975         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19976         directories, make sure they exist under archive-tmpdir.
19978 2004-04-27  Juri Linkov  <juri@jurta.org>
19980         * help.el (view-emacs-news): With argument, display info for the
19981         selected version by finding it among different NEWS files, and
19982         narrowing the buffer to the selected version.
19984         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19985         same-window-buffer-names.
19986         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
19987         non-numeric prefix argument, append the number to the buffer name
19988         for numeric prefix argument.
19989         (info-other-window): Bind same-window-regexps to nil.
19990         (Info-reference-name): Rename to Info-point-loc.
19991         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19992         and Info-find-index-name for stringy Info-point-loc.
19993         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
19994         without middle `.', but with final `.' and optional line number
19995         for it.  Set Info-point-loc for index nodes.
19996         (Info-index): Remove middle `.' from index entry regexp.
19997         Modify line number regexp.
19998         (Info-index-next): Decrement line number.
19999         (info-apropos): Remove middle `.' from index entry regexp.
20000         Add optional line number regexp at the end.  Add matched value
20001         for line number to the result list and insert it to the buffer.
20002         Replace match-string by match-string-no-properties.
20003         Reorder result list.
20004         (Info-fontify-node): Hide index line numbers.
20005         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
20006         empty matches.
20007         (Info-follow-reference): Use `str' instead of
20008         Info-following-node-name-re.
20009         (Info-toc): Use full file names.  Set Info-current-node to "Top".
20010         (Info-fontify-node): Compare file names without directory name.
20011         (Info-try-follow-nearest-node): Don't set Info-reference-name.
20012         Set second arg of Info-extract-menu-node-name for index nodes.
20013         (info-xref-visited): Use magenta3 instead of magenta4.
20014         (Info-mode): Add info-apropos to docstring.
20016         * log-view.el (log-view-diff): Replace interactive code "r"
20017         by a list to allow to call it even if region is not active.
20019         * paren.el (show-paren-highlight-openparen): New var.
20020         (show-paren-function): Turn on openparen highlighting when
20021         matching forward if show-paren-highlight-openparen is non-nil.
20023         * simple.el (kill-ring-save): Use blink-matching-delay instead of
20024         the constant value 1.
20025         (completions-common-part): Expand docstring.
20027         * textmodes/picture.el (picture-mode-map): Add arrow keys.
20029 2004-04-27  Kim F. Storm  <storm@cua.dk>
20031         * image.el (insert-sliced-image): Use line-height instead of
20032         line-spacing property on newline.
20034 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
20036         * desktop.el (desktop-buffer-misc-data-function): Rename to
20037         desktop-save-buffer and change docstring.
20038         (desktop-buffer-modes-to-save): Delete.
20039         (desktop-save-buffer-p): Use desktop-save-buffer instead of
20040         desktop-buffer-modes-to-save.
20041         (desktop-save): Rename desktop-buffer-misc-data-function to
20042         desktop-save-buffer and allow non-function value.
20043         (desktop-missing-file-warning): Correct docstring.
20045         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
20046         to desktop-save-buffer.
20048         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
20049         desktop-save-buffer.
20051         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
20053         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
20055 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
20057         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
20059 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
20061         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
20062         (ielm): Only go to the end of the buffer when starting a new process.
20064 2004-04-25  Juanma Barranquero  <lektu@terra.es>
20066         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
20067         mode line.  Bind `inhibit-read-only' to t before modifying
20068         properties of text in the buffer.
20069         (ielm): Force point to the end of buffer, even when running ielm
20070         from inside itself.
20072 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20074         * info.el (info-apropos): Reset Info-complete-cache.
20076 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
20078         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20079         Also recognize severe Irix et al. messages.
20080         (compilation-normalize-filename, compile-abbreviate-directory):
20081         Delete functions.
20082         (compilation-get-file-structure): New function inherits
20083         functionality of the two preceding ones.
20084         (compilation-internal-error-properties, compilation-fake-loc):
20085         Use it so that different paths to the same file share the same
20086         markers.  Also optimize finding adjacent marker slightly.
20088 2004-04-25  Kim F. Storm  <storm@cua.dk>
20090         * image.el (insert-sliced-image): Add line-spacing t property
20091         to newlines separating image lines.
20093 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
20095         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
20097         * ielm.el (ielm-prompt-read-only): New user option.
20098         (ielm-prompt): Expand docstring to describe new behavior.
20099         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
20100         mention it in the docstring.
20102 2004-04-24  Andreas Schwab  <schwab@suse.de>
20104         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
20106         * diff.el (diff): Set default-directory in diff buffer.
20108 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
20110         * mail/sendmail.el (mail-bury): Don't delete the frame where the
20111         mail was being composed if the terminal cannot display more than
20112         one frame; instead, switch to previous frame.
20114         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
20115         (rmail-start-mail): Support rmail-mail-new-frame even on
20116         terminals that can display only one frame at a time.
20118 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20120         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
20121         (checkdoc-output-font-lock-keywords): Remove error regexp.
20122         (checkdoc-output-mode-map): Remove.
20123         (checkdoc-output-mode): Derive from compilation-mode.
20124         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
20126         * dired.el (dired-mode-map): Add a menu entry for wdired.
20128         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
20129         (rx-bracket, rx-check-any, rx-any): Clean up name space.
20131         * wdired.el (wdired-mode-map): Move init into declaration.
20132         Fix `return' binding.
20133         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
20134         Use force-mode-line-update.
20135         (wdired-get-filename): Use `unless'.
20136         (wdired-preprocess-files): Don't assume names have no \n and use / for
20137         dir separator.
20138         (wdired-normalize-filename): Use replace-regexp-in-string.
20139         (wdired-load-hooks): Remove.
20140         (wdired-mode-hooks): Rename to wdired-mode-hook.
20142         * info-look.el: Add support for cfengine-mode.
20143         (info-lookup-setup-mode): Use dolist.
20145 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
20147         * wdired.el: New file.
20149 2004-04-23  Juanma Barranquero  <lektu@terra.es>
20151         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
20153         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
20154         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
20155         (pcomplete--help, pcomplete--here): Doc fixes.
20157 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
20159         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
20160         handles wrong-number-of-arguments in backend call.
20162         * vc.el (vc-print-log): Likewise.
20164 2004-04-20  Dave Love  <fx@gnu.org>
20166         * emacs-lisp/rx.el: Doc fixes.
20167         (rx-constituents): Add/extend many forms.
20168         (rx-check): Check form is a list.
20169         (bracket): Defvar.
20170         (rx-check-any, rx-any, rx-check-not): Modify.
20171         (rx-not): Simplify.
20172         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
20173         (rx-kleene): Use rx-trans-forms.
20174         (rx-quote-for-set): Delete.
20175         (rx): Allow multiple args.
20177 2004-04-23  Kenichi Handa  <handa@m17n.org>
20179         * international/mule-util.el (char-displayable-p): Simplify by
20180         using internal-char-font.
20182 2004-04-23  Juanma Barranquero  <lektu@terra.es>
20184         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
20186 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20188         * diff-mode.el (diff-next-error): New fun.
20189         (diff-mode): Use it.
20191         * simple.el (next-error): Change arg name.
20192         Add support for the documented C-u C-x ` usage.
20194         * frame.el (special-display-popup-frame, next-multiframe-window)
20195         (previous-multiframe-window): Only consider frames on same display.
20197 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
20199         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
20200         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
20202 2004-04-22  Kim F. Storm  <storm@cua.dk>
20204         * net/telnet.el (telnet): Add optional port arg.
20206 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20208         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20209         Minor sanity check on the `hyperlink' slot.
20211         * Makefile.in (recompile): Compile new files.
20213         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
20214         Add byte-recompile-directory's optional `arg'.
20216         * cvs-status.el (cvs-tree-use-charset): New var.
20217         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
20218         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
20219         (cvs-status-cvstrees): Use it.
20221         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
20222         Make it a normal major mode.
20223         (checkdoc-buffer-label): Make sure the file name is meaningful.
20224         (checkdoc-output-to-error-buffer): Remove.
20225         (checkdoc-error, checkdoc-start-section): Rewrite.
20227         * info.el (info-node, info-menu-5, info-xref, info-header-node)
20228         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20229         (Info-title-4-face): Use new syntax.
20230         (info-xref-visited): Inherit from info-xref.
20232         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
20234 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20236         * simple.el (next-error-last-buffer, next-error-function):
20237         New variables for the next-error framework.
20238         (next-error-buffer-p): New function.
20239         (next-error-find-buffer): Generalize compilation-find-buffer.
20240         (next-error, previous-error, first-error, next-error-no-select)
20241         (previous-error-no-select): Move from compile.el.
20243         * replace.el (occur-next-error, occur-1): Hook into the next-error
20244         framework.
20246         * progmodes/compile.el (compilation-start):
20247         Set next-error-last-buffer so next-error knows where to jump.
20248         (compilation-setup): Set the buffer-local variable
20249         next-error-function to 'compilation-next-error-function.
20250         (compilation-buffer-p, compilation-buffer-internal-p): Use an
20251         alternate way to find if a buffer is a compilation buffer, for
20252         next-error convenience.
20253         (next-error-no-select, previous-error-no-select, next-error)
20254         (previous-error, first-error): Move to simple.el.
20255         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
20256         (compilation-last-buffer): Remove.
20257         (compilation-start, compilation-next-error, compilation-setup)
20258         (compilation-next-error-function, compilation-find-buffer):
20259         Remove compilation-last-buffer use.
20261 2004-04-21  Juanma Barranquero  <lektu@terra.es>
20263         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
20264         (font-lock-warning-face): Fix spacing.
20266         * makefile.w32-in (WINS): Add url/ directory.
20268 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
20270         * desktop.el (desktop-buffer-mode-handlers): New variable.
20271         Alist of major mode specific functions to restore a desktop buffer.
20272         (desktop-buffer-handlers): Make variable obsolete.
20273         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
20274         Catch errors signaled in handlers.  Update buffer count.
20275         Evaluate desktop-buffer-point.
20276         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
20277         move to dired.el.
20278         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
20279         move to info.el.
20280         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
20281         move to mail/rmail.el.
20282         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
20283         to mh-e/mh-e.el.
20284         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
20285         On fail, print message (to message buffer) even if
20286         desktop-missing-file-warning is nil.
20287         (desktop-buffer-misc-data-function): New buffer local variable.
20288         Function returning major mode specific data.
20289         (desktop-buffer-misc-functions): Make variable obsolete.
20290         (desktop-save): Use desktop-buffer-misc-data-function.
20291         (desktop-buffer-dired-misc-data): Rename to
20292         dired-desktop-buffer-misc-data and move to dired.el.
20293         (desktop-buffer-info-misc-data): Rename to
20294         Info-desktop-buffer-misc-data and move to info.el.
20295         (desktop-read): Add message about number of buffers restored/failed.
20297         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
20298         Add parameters.  Pause to display error only when
20299         desktop-missing-file-warning is non-nil.
20300         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
20301         (dired-mode): Bind desktop-buffer-misc-data-function.
20303         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
20304         Add Parameters.
20305         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
20306         (Info-mode): Bind desktop-buffer-misc-data-function.
20308         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
20309         Add Parameters.
20311         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
20312         Add Parameters.
20314 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
20316         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
20317         the case of letters in case-insensitive expansions when the
20318         abbrev is preceded by characters with letter syntax.
20320 2004-04-21  Richard M. Stallman  <rms@gnu.org>
20322         * progmodes/cperl-mode.el (cperl-putback-char):
20323         Delete Emacs 18 definition.
20325         * international/mule.el (ctext-post-read-conversion):
20326         Use assoc-string, not assoc-ignore-case.
20328         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
20330         * emacs-lisp/easymenu.el (easy-menu-add):
20331         Do call x-popup-menu, but only if it's defined.
20333         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
20335         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
20336         Handle multiple args: compile like progn.
20338         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
20339         take all args as &rest arg.
20341         * autoinsert.el (auto-insert-alist): Insert the user's name in
20342         copyright notice, rather than Free Software Foundation.
20344 2004-04-21  Kenichi Handa  <handa@m17n.org>
20346         * descr-text.el (describe-char): Make it work on *Help* buffer.
20348 2004-04-21  Kim F. Storm  <storm@cua.dk>
20350         * image.el (insert-image): Add optional SLICE arg.
20351         (insert-sliced-image): New defun.
20353 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
20355         * subr.el (read-number): Check whether `default' is nil.
20357 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20359         * progmodes/compile.el (compilation-error-properties): Split into
20360         two.
20361         (compilation-internal-error-properties): New one.
20362         (compilation-compat-error-properties): Use it.  Fix the non-marker
20363         case.
20365 2004-04-20  Richard M. Stallman  <rms@gnu.org>
20367         * window.el (split-window-save-restore-data):
20368         Don't update the data if OLD-INFO is nil.
20370         * view.el (view-return-to-alist): Mark it permanent local.
20372         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
20374         * recentf.el (recentf-save-list): Catch and warn about errors.
20376         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
20377         so "Buffers" won't be pure.
20379         * help-mode.el (help-mode-finish): Set help-return-alist first
20380         thing, setting only the entry for the selected window.
20382         * help-fns.el (describe-function-1): If many non-control non-meta
20383         keys run the command, don't list all of them.
20385 2004-04-20  Juanma Barranquero  <lektu@terra.es>
20387         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
20388         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
20390         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
20392 2004-04-20  Kenichi Handa  <handa@m17n.org>
20394         * international/quail.el (quail-lookup-key): New optional arg
20395         NOT-RESET-INDICES.
20396         (quail-get-translations): Call quail-lookup-key with
20397         NOT-RESET-INDICES t.
20398         (quail-completion): Likewise.
20399         (quail-lookup-map-and-concat): Likewise.
20401 2004-04-20  Kenichi Handa  <handa@m17n.org>
20403         * international/quail.el (quail-update-translation): Don't insert
20404         such an unsupported multibyte char in a unibyte buffer.
20406 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
20408         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
20409         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
20410         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
20411         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
20412         (gdb-frame-assembler-buffer): Improve behavior with
20413         multiple frames.
20414         (gdb-display-buffer): Extend search to all visible frames.
20416 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
20418         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
20419         characters left after base64 decoding.
20420         (rmail-decode-region): Use -dos variety of `coding', to remove any
20421         ^M characters left after qp or base64 decoding.
20423 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20425         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
20426         messages.
20428 2004-04-19  Stephen Eglen  <stephen@gnu.org>
20430         * add-log.el (add-change-log-entry): Update doc string to mention
20431         add-log-full-name and add-log-mailing-address.
20433 2004-04-18  Juri Linkov  <juri@jurta.org>
20435         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
20436         (Info-find-node-2): Simplify error message.
20437         (Info-insert-dir): Use Info-following-node-name.
20438         (Info-goto-node): Remove *info-history* and *info-toc*.
20439         (Info-history): Create a node of the virtual history file.
20440         (Info-toc): Create a node of the virtual toc file.
20441         (Info-insert-toc): New arg `curr-file' for reference file names.
20442         (info-apropos): Remove redundant var binding for temp-file.
20443         (Info-index, Info-index-next, Info-mode): Doc fix.
20444         (Info-goto-emacs-command-node): Don't jump to *info* from
20445         non-*info* Info buffers.
20446         (Info-fontify-node): Don't show the file name of external
20447         references if `Info-hide-note-references' is `hide'.  Don't hide
20448         newlines at the end of paragraphs.
20450         * international/mule-diag.el (list-input-methods):
20451         Fix args to help-xref-button.
20453         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
20454         to put into effect local variables from TUTORIAL files.
20456         * textmodes/paragraphs.el (sentence-end) <function>: New fun
20457         with default value taken from the variable `sentence-end'.
20458         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
20459         Add nil const to :type.
20460         (sentence-end-without-period, sentence-end-double-space)
20461         (sentence-end-without-space): Doc fix.
20463         * textmodes/paragraphs.el (forward-sentence):
20464         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
20465         (fill-delete-newlines):
20466         * progmodes/cc-cmds.el (c-beginning-of-statement):
20467         Use function `sentence-end' instead of variable `sentence-end'.
20469 2004-04-18  Andreas Schwab  <schwab@suse.de>
20471         * progmodes/compile.el (compilation-start): Set window start to
20472         point-min if compilation-scroll-output is nil.
20474 2004-04-18  John Wiegley  <johnw@newartisans.com>
20476         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
20478 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
20480         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
20481         (gdb-info-breakpoints-custom): Revert previous change.
20482         (gdb-view-assembler): Update assembler if necessary.
20483         (gdb-frame-handler): Parse correctly for gdb-current-frame.
20484         (gdb-display-source-buffer): Update properly when both source and
20485         assembler are visible.
20487 2004-04-17  John Wiegley  <johnw@newartisans.com>
20489         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
20490         which limits the number of names shown in the minibuffer.  Off by
20491         default.
20492         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
20493         up iswitchb for users with a multitude of open buffers by showing
20494         only the first and last N/2 buffers in the completion list (which
20495         is enough to aid C-s/C-r, and to know that more characters are
20496         needed to refine the completion list).
20498 2004-04-17  Richard M. Stallman  <rms@gnu.org>
20500         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
20501         (file-truename): Expand all ~ constructs directly.
20502         (insert-directory): Delete any error msg output by the
20503         `insert-directory-program'.
20505         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
20506         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
20507         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
20508         (allout-init): Use find-file-hook, not find-file-hooks.
20509         (allout-mode): Eliminate Emacs 18 support.
20510         Use write-contents-functions, not local-write-file-hooks.
20512 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
20514         * progmodes/compile.el (compilation-error-properties): Fix for
20515         adding messages when there are already markers for their file.
20516         (compilation-fake-loc): New function.
20518 2004-04-16  Dave Love  <fx@gnu.org>
20520         * progmodes/python.el (python-compilation-line-number): Fix
20521         braindamage.
20522         (python-load-file): Fix python-orig-start setting.
20524         * progmodes/compile.el: Doc fixes.
20525         (compilation-error-regexp-alist-alist)
20526         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
20527         (compilation-assq): Wrap in eval-when-compile.
20528         (compilation-mode-font-lock-keywords): Don't use list*.
20529         (compilation-start): Avoid warning.
20530         (compilation-compat-error-properties)
20531         (compilation-directory-properties): Add keymap property.
20532         (compilation-parsing-end): Make it a marker for better compatibility.
20534         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
20536 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
20538         * xml.el: Doc fixes.
20539         (xml-get-children): Only looks at sub-tags and ignore strings.
20541         * xml.el (xml-parse-tag): Avoid overwriting node-name.
20543 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20545         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
20547 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
20549         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
20551         * vc.el (vc-print-log): Likewise.
20553 2004-04-16  Masatake YAMATO  <jet@gyve.org>
20555         * simple.el (completion-setup-function): Set an initial value to
20556         `element-common-end' before entering loop.  Set a value to
20557         `element-common-end' at the end of loop.  The bug is reported by
20558         Juri Linkov <juri@jurta.org> in emacs-devel list.
20559         (completions-common-part): Rename from completion-de-emphasis.
20560         (completions-first-difference): Rename from completion-emphasis.
20561         Suggested by RMS.
20563 2004-04-16  Juanma Barranquero  <lektu@terra.es>
20565         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
20566         (bookmark-edit-annotation-mode): Add mode name.
20568 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20570         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
20571         for nested conflict markers.
20572         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
20574 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
20576         * progmodes/gdb-ui.el (gdb-goto-info): New function.
20578         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
20580 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20582         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
20583         Give a backtrace if requested.
20585         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
20587         * progmodes/python.el (python-mouse-2-command, python-RET-command):
20588         Remove unused functions.
20589         (python-orig-start-line, python-orig-file): Remove.
20590         (python-orig-start): New var.
20591         (python-input-filter, python-compilation-line-number)
20592         (python-send-region, python-load-file): Use it.
20594         * info.el (info): Always jump to *info*.
20596         * subr.el (posn-set-point): New function.
20598         * mouse.el (mouse-set-point): Use it.
20600         * progmodes/compile.el (compile-goto-error): Use it.
20601         (compilation-button-map): New keymap.
20602         (compilation-error-properties): Use it.
20603         (compilation-shell-minor-mode-map): Don't bind mouse-2.
20605         * smerge-mode.el (smerge-popup-context-menu): Use it.
20607         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
20608         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
20609         mouse and non-mouse case.
20611         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
20612         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
20614         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
20615         Make it work for non-mouse events.
20617         * pcvs-info.el (cvs-status-map): Update binding name.
20619 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
20621         * xml.el (xml-maybe-do-ns): New function to handle namespace
20622         parsing of both attribute and element names.
20623         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
20624         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
20625         (xml-parse-tag): Update assumed namespaces.  Clean up namespace
20626         parsing.
20627         (xml-parse-attlist): Make it do its own namespace parsing.
20629 2004-04-14  Dave Love  <fx@gnu.org>
20631         * progmodes/python.el (run-python): Fix use of \n.
20632         (python-load-file): Remove `try' from Python fragment.
20633         (python-describe-symbol): Fix message.
20635         * comint.el: Doc fixes.
20636         (comint-last-input-start, comint-last-input-end)
20637         (comint-last-output-start): Give them values.
20638         (comint-arguments): Avoid warning.
20639         (comint-skip-prompt): Use line-end-position.
20640         (comint-backward-matching-input): Rename arg to agree with doc.
20641         (comint-extract-string): Use syntax-ppss.
20642         (comint-dynamic-simple-complete): Delete useless list construction.
20643         (comint-redirect-subvert-readonly): New.
20644         (comint-redirect-preoutput-filter): Use it.
20646         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20647         Correctly handle negative arguments when calling hook functions.
20649 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
20651         * info.el (info-apropos): Don't clobber Info-history-list.
20653 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
20655         * progmodes/compile.el (compilation-setup):
20656         Localize overlay-arrow-position.
20657         (compilation-sentinel): Restructure code equivalently.
20658         (compilation-next-error): Find message on same line after point if
20659         not found before point.
20660         (compile-mouse-goto-error): Restore function so that compilation
20661         buffer need not be current and use compile-goto-error.
20662         (compile-goto-error): Restore function.
20663         (next-error): Set overlay-arrow-position.
20664         (compilation-forget-errors): Don't localize already local
20665         compilation-locs and remove FIXME about refontifying.
20667 2004-04-14  Kim F. Storm  <storm@cua.dk>
20669         * startup.el (emacs-quick-startup): New defvar (set by -Q).
20670         (command-line): New option -Q.  Like -q --no-site-file, but in
20671         addition it also disables menu-bar, tool-bar, scroll-bars,
20672         tool-tips, and the blinking cursor.
20673         (command-line-1): Skip startup screen if -Q.
20674         (fancy-splash-head): Use ":align-to center" prop to center splash
20675         image.
20677         * emulation/cua-base.el (cua-read-only-cursor-color)
20678         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
20680 2004-04-13  Dave Love  <fx@gnu.org>
20682         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
20683         (syntax): Don't require.
20684         (python) <defgroup>: Add :version.
20685         (python-quote-syntax): Re-written.
20686         (inferior-python-mode): Move stuff here from run-python and add
20687         some more.
20688         (python-preoutput-continuation, python-preoutput-result)
20689         (python-dotty-syntax-table): New.
20690         (python-describe-symbol): Use them.
20691         (run-python): Move stuff to inferior-python-mode.  Modify code
20692         loaded into Python.
20693         (python-send-region): Use python-proc, python-send-string.
20694         (python-send-string): Send newlines too.  Callers changed.
20695         (python-load-file): Re-written.
20696         (python-eldoc-function): New.
20697         (info-look): Don't require.
20698         (python-after-info-look): New.  A modified version of former
20699         top-level code for use with eval-after-load.
20700         (python-maybe-jython, python-guess-indent): Use widened buffer.
20701         (python-fill-paragraph): Re-written.
20702         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
20703         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
20705 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20707         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
20708         Set compilation-error-regexp-alist earlier.
20710         * progmodes/compile.el (compilation-minor-mode-map)
20711         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
20712         (compile-goto-error): Re-merge the mouse and non-mouse commands.
20714 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20716         * progmodes/compile.el (compile-goto-error): Select the buffer/window
20717         corresponding to the event.
20719 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
20721         * loadup.el: Add cygwin to system-type list, for unexec() support.
20723 2004-04-12  John Paul Wallington  <jpw@gnu.org>
20725         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
20726         (ibuffer-restore-window-config-on-quit): New variable to replace
20727         `ibuffer-delete-window-on-quit'.  Update all references.
20728         (ibuffer-prev-window-config): New variable.
20729         (ibuffer-quit): Restore previous window configuration instead of
20730         deleting window.
20731         (ibuffer): Save window configuration before showing Ibuffer buffer.
20733         * help.el (describe-mode): Doc fix.
20735 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20737         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
20738         not to treat nil as a function.
20740         * vc-arch.el (vc-arch-root): Be a bit more careful.
20741         (vc-arch-register): Save the buffer if we modified it.
20742         (vc-arch-delete-rej-if-obsolete): Save excursion.
20743         (vc-arch-find-file-hook): Use the simpler after-save-hook.
20744         (vc-arch-responsible-p, vc-arch-init-version): New functions.
20746         * net/ldap.el (ldap-search): Use list*.
20748 2004-04-12  Juri Linkov  <juri@jurta.org>
20750         * info.el (Info-follow-reference): Allow multiline reference name.
20752 2004-04-11  Dave Love  <fx@gnu.org>
20754         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
20756         * progmodes/python.el: New file.
20758 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
20760         * vc-hooks.el (vc-arg-list): Function removed.
20761         (vc-default-workfile-unchanged-p): Use condition-case to check for
20762         backward compatibility.
20764         * vc.el (vc-print-log): Use condition-case to check for backward
20765         compatibility.
20767 2004-04-11  Juri Linkov  <juri@jurta.org>
20769         * dired.el (dired-faces): New defgroup.
20770         (dired-header, dired-mark, dired-marked, dired-flagged)
20771         (dired-warning, dired-directory, dired-symlink, dired-ignored):
20772         New faces.
20773         (dired-header-face, dired-mark-face, dired-marked-face)
20774         (dired-flagged-face, dired-warning-face, dired-directory-face)
20775         (dired-symlink-face, dired-ignored-face): New face variables.
20776         (dired-font-lock-keywords): Use them instead of font-lock faces.
20777         Split the rule for dired marks into 3 separate rules: for marks,
20778         marked file names and flagged file names.
20780         * help-mode.el (help-make-xrefs): Add a final newline to the
20781         *Help* buffer.
20783 2004-04-11  John Paul Wallington  <jpw@gnu.org>
20785         * replace.el (occur-engine): Distinguish between one and several
20786         matches in the matches per buffer heading.
20788 2004-04-11  Kim F. Storm  <storm@cua.dk>
20790         * ido.el (ido-confirm-unique-completion): New defcustom.
20791         (ido-complete): Use it.
20792         (ido-write-file): Set it to t unconditionally.
20794 2004-04-10  Miles Bader  <miles@gnu.org>
20796         RCS keyword removal (only non-comment changes are enumerated here):
20798         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
20799         (byte-compile-insert-header): Don't use `byte-compile-version'.
20800         * forms.el (forms-version): Variable removed.
20801         (forms-mode): Don't use `forms-version'.
20802         * recentf.el (recentf-version): Variable removed.
20803         * progmodes/delphi.el (delphi-version): Variable removed.
20804         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
20806 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20808         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
20810 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
20812         * info.el (info-apropos): Improve menu item regexp.
20814 2004-04-09  Simon Josefsson  <jas@extundo.com>
20816         * mail/smtpmail.el: Add comment, based on report by
20817         kdc@rcn.com (Kevin D. Clark).
20819 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20821         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20822         Redo one more thing that I didn't notice Daniel had undone.
20824 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
20826         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
20827         (gdb-goto-breakpoint, gdb-display-buffer)
20828         (gdb-display-source-buffer, gdb-view-source-function)
20829         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
20830         (gdb-source-info, gdb-frame-handler): Don't specify a window
20831         for display.
20832         (gdb-info-breakpoints-custom): Remove superfluous update of
20833         assembler buffer.
20834         (gdb-many-windows): Make settable outside gdb.
20836 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
20838         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
20839         Derive from fundamental-mode rather than text-mode.
20841 2004-04-08  Juri Linkov  <juri@jurta.org>
20843         * info.el (Info-history): Doc fix.
20844         (Info-history-list): New var.
20845         (info-xref): Change magenta4 to blue, remove bold for dark and
20846         light backgrounds, change bold to underline for non-color classes.
20847         (info-xref-visited): New face.
20848         (Info-fontify-visited-nodes): New custom.
20849         (Info-hide-note-references): Add new value `hide'.  Doc fix.
20850         (Info-reference-name): New var.
20851         (Info-selection-hook): New custom.
20852         (Info-edit-mode-hook): New var.
20853         (Info-find-file): New fun.
20854         (Info-find-node): Move part of code to Info-find-file.
20855         (Info-find-node-2): Add anchors to Info-history-list.  Move point
20856         to the place with the reference name if name is defined.
20857         (Info-select-node): Add current node to Info-history-list.
20858         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
20859         (Info-search-whitespace-regexp): New custom.
20860         (Info-search-case-fold): New var.
20861         (Info-search): Add "case-sensitively" to the prompt.
20862         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
20863         (Info-search-case-sensitively, Info-search-next): New fun.
20864         (Info-up): Move point to the menu item of the current node.
20865         (Info-history): New fun.  Add *info-history* to
20866         same-window-buffer-names.
20867         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
20868         (Info-insert-toc): New fun.
20869         (Info-build-toc): New fun.
20870         (Info-follow-reference): Add new arg `fork'.  Doc fix.
20871         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
20872         with the same name prefer the reference closest to point.
20873         (Info-next-reference): Replace * by + in the *Note regexp.
20874         Add regexp for http:// and ftp://.  Skip the *Note prefix.
20875         (Info-prev-reference): Replace * by + in the *Note regexp.
20876         Add regexp for http:// and ftp://.  Skip the *Note prefix.
20877         (Info-follow-nearest-node): Add new arg `fork'.
20878         (Info-try-follow-nearest-node): Add new arg `fork'.
20879         Call browse-url for http:// and ftp:// references.
20880         Set Info-reference-name for index entries.
20881         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
20882         Info-search-next, Info-history, Info-toc, clone-buffer.
20883         (Info-menu-update): Replace * by + in the *Note regexp.
20884         (Info-mode): Add documentation for Info-history, Info-toc,
20885         Info-search-case-sensitively, Info-search-next, clone-buffer.
20886         (Info-fontify-menu-headers): Remove fun.  Move code to
20887         Info-fontify-node.
20888         (Info-fontify-node): Add docstring.  Add local vars
20889         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
20890         then fontify header line, titles, menu headers, http and ftp
20891         references, refill paragraphs.  If not-fontified-p is t or
20892         fontify-visited-p is t then fontify cross references, menu items.
20893         Fontify menu headers.  Fontify http and ftp references.
20894         Change regexp for cross references to require whitespace after *Note,
20895         add matching groups for file and node names.  Remove hack for quote.
20896         Use display property for Info-hide-note-references=t.  Use fifth
20897         or fourth match for help-echo.  Display visited nodes in a
20898         different face.  Unhide file names of external references.
20899         Unhide newlines.  Display visited menu items in a different face.
20901 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20903         * progmodes/compile.el: Require CL.
20904         (compilation-mode-font-lock-keywords): Re-install the "line as
20905         function" patch.
20907         * help-fns.el (help-C-source-directory): New var.
20908         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
20909         (describe-function-1, describe-variable): Use them.
20911         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
20912         to C source files specially.
20914 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
20916         * info.el (Info-hide-cookies-node): New function.
20917         (Info-select-node): Use it.
20918         (Info-display-images-node): Remove message with image file name.
20920 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
20922         * progmodes/compile.el (compilation-warning-face)
20923         (compilation-info-face, compilation-skip-threshold)
20924         (compilation-skip-visited, compilation-context-lines):
20925         Declare :version when added to Emacs.
20926         (compilation-error-regexp-alist-alist): Extend caml and irix.
20927         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
20928         (compilation-mode-font-lock-keywords): Temporarily undo line as
20929         function patch, which wasn't ready.
20931 2004-04-07  Kenichi Handa  <handa@m17n.org>
20933         * international/latin1-disp.el (latin1-display-setup): Check each
20934         character is displayable or not instead of calling
20935         latin1-display-check-font.
20937 2004-04-06  Kenichi Handa  <handa@m17n.org>
20939         * language/ethio-util.el (ethio-sera-being-called-by-w3):
20940         New variable.
20941         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20942         instead of sera-being-called-by-w3.
20943         (ethio-fidel-to-sera-buffer): Likewise.
20944         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20945         instead of sera-being-called-by-w3.
20946         (ethio-write-file): Likewise.
20948 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20950         * printing.el: Doc fix.
20952 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
20954         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20955         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20956         (gdb-setup-windows): Only use separate IO buffer if required.
20958 2004-04-06  Kim F. Storm  <storm@cua.dk>
20960         * term.el (term-is-xemacs): Remove.
20961         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20962         (term-window-width): New function.
20963         (term-mode, term-check-size): Use it.
20964         (term-mode): Disable overflow-newline-into-fringe in term buffer.
20966 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20968         * cus-edit.el (custom-add-parent-links): Change unbound variable
20969         `symbol' to `name'.
20971 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
20972         * info.el (info-apropos): New function.
20973         (Info-mode-menu): Add it.
20974         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20976         * help-mode.el (help-make-xrefs): Recognize aliased variable with
20977         inherited docstring.
20979         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20981 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20983         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20985         * progmodes/compile.el (font-lock): Don't require any more.
20986         (compilation-error-properties, compilation-start, compilation-sentinel)
20987         (compilation-filter, next-error): Use with-current-buffer.
20988         (compilation-skip-to-next-location, compilation-skip-threshold)
20989         (compilation-skip-visited): Move to silence the byte-compiler.
20990         (compilation-setup): Simplify.
20991         (compilation-next-error): Use line-(beginning|end)-position.
20992         Make sure `pt' is non-nil before using compilation-loop.
20993         (compile-goto-error): Add optional event arg.  Use it.
20994         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20995         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20996         Update the binding for mouse-2.
20997         (first-error): Set compilation-current-error to nil rather than bob.
20998         (compilation-parsing-end, compilation-parse-errors-function)
20999         (compilation-error-list, compilation-old-error-list):
21000         "New" compatibility variables.
21001         (compile-buffer-substring, compilation-compat-error-properties)
21002         (compilation-compat-parse-errors, compilation-forget-errors):
21003         New compatibility functions.
21004         (compilation-mode-font-lock-keywords): Use them.
21006 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
21008         * autorevert.el (auto-revert-handler): If point (or a window
21009         point) is at the end of the buffer, keep it there after
21010         reverting.  This allows to tail a file.
21011         Mention this in the `Commentary'.
21013         * format.el (format-write-file): Add optional argument CONFIRM
21014         and make it behave like the analogous argument to `write-file'.
21016 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21018         * progmodes/ebnf2ps.el: Doc fix.
21019         (ebnf-version): New version number (4.2).
21020         (ebnf-syntax): Customization and docstring fix.
21021         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
21022         Put autoloaded funs before first use.
21023         (ebnf-style-database): Add dtd entry.
21024         (ebnf-syntax-alist): Add dtd initialization.
21025         (ebnf-token-sequence): New fun.
21026         (ebnf-comment-table): Add new comment action character.
21027         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
21029         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
21030         Type Definition for XML).
21032         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
21033         * progmodes/ebnf-bnf.el (ebnf-sequence):
21034         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
21035         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
21036         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
21037         Code simplification: call ebnf-token-sequence.
21039 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
21041         * calendar/timeclock.el (timeclock-relative)
21042         (timeclock-get-project-function, timeclock-get-workday-function)
21043         (timeclock-query-out, timeclock-when-to-leave)
21044         (timeclock-when-to-leave-string, timeclock-log-data)
21045         (timeclock-generate-report, timeclock-in): Doc fixes.
21047 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21049         * url/: New dir.  Import the URL package from its repository.
21051 2004-04-03  Andreas Schwab  <schwab@suse.de>
21053         * diff-mode.el (diff-mode): Fix missing quote.
21055 2004-04-03  Juri Linkov  <juri@jurta.org>
21057         * descr-text.el (describe-property-list): Add `font-lock-face'.
21059         * dired.el (dired-font-lock-keywords): Fix permission regexps.
21061 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21063         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
21064         Use utf-16le on little endian machines and utf-16be otherwise.
21066 2004-04-02  David Kastrup  <dak@gnu.org>
21068         * net/browse-url.el (browse-url-generic): Use call-process
21069         instead of start-process to allow browsers that fork and detach.
21071 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
21073         * compile.el (compilation-current-error): New var.
21074         (compilation-setup, compile-mouse-goto-error)
21075         (compile-goto-error, next-error): Use it.
21076         (compilation-skip-to-next-location): Default to t, which gives
21077         contiguous skipping like old compile (where this was redundant).
21078         (compilation-next-error): Prevent previous-* commands from moving
21079         back to message at or just before point.
21081 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
21083         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
21084         (gdb-source-info): Don't display source at startup, if required.
21085         (gdb-show-main): New option.
21086         (gdba): Update documentation.
21087         (gdb-source): Cover case of auto-display output.
21089 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
21091         * autorevert.el: Delete obsolete autoloads and defvars.
21092         (auto-revert-check-vc-info): New user option.
21093         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21094         (auto-revert-handler-vc): Delete.
21095         (auto-revert-handler): Treat return value `fast' of
21096         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
21098         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
21099         return `fast'.
21101         * files.el (buffer-stale-function): Doc change.
21103 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21105         * printing.el: New tip on Tips section.
21106         (pr-version): New version number (6.7.4).
21107         (pr-shell-file-name): Initialization fix.
21109 2004-03-31  Juri Linkov  <juri@jurta.org>
21111         * dired.el: Add autoload for `dired-do-touch'.
21112         (dired-touch-program): New var.
21113         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
21114         (dired-no-confirm): Add `touch' to docstring.
21116         * dired-aux.el (dired-do-touch): New fun.
21117         (dired-do-chxxx): Add argument -t for touch operation.
21119         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
21120         `dired-move-to-filename-regexp'.
21122 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
21124         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
21126 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21128         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
21129         and only if the buffer was modified.
21131 2004-03-30  Kenichi Handa  <handa@m17n.org>
21133         * international/characters.el: Delete pairs for U+2308..U+230B.
21135 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
21137         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
21138         to detect the beginning of a level 2 or 3 annotation.
21140 2004-03-29  Kenichi Handa  <handa@m17n.org>
21142         * international/ucs-tables.el (ucs-insert): Fix the error message.
21144 2004-03-29  Kenichi Handa  <handa@m17n.org>
21146         * international/mule-util.el (char-displayable-p): Fix generation
21147         of XLFD file name.
21149         * Makefile.in (setwins, setwins_almost): Change directory to $wd
21150         before finding directories by `find'.
21152 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21154         * subr.el (interactive-form): Delete.  Now implemented in C.
21156         * pcvs.el (cvs-parse-process): Workaround for Darwin.
21158         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
21159         (vc-diff-label): New fun.
21160         (vc-diff-internal): Use it.
21162         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
21164 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21166         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
21168         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
21169         specify XML (EBNFX).
21171         * progmodes/ebnf2ps.el: Doc fix.
21172         (ebnf-version): New version number (4.1).
21173         (ebnf-syntax): Adjust customization.
21174         (ebnf-style-database): Add ebnfx entry.
21175         (ebnf-syntax-alist): Add ebnfx initialization.
21176         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
21178         * printing.el: Doc fix.
21179         (pr-version): New version number (6.7.3).
21180         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
21181         returns nil for mouse position.  Reported by Drew Adams
21182         <drew.adams@oracle.com>.
21183         (pr-update-menus): Modify interactive declaration.  Reported by Drew
21184         Adams <drew.adams@oracle.com>.
21186 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
21188         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
21189         (gud-gdba-marker-filter): Log the process input and output, if
21190         required.  From Stefan Monnier.
21191         (gdb-debug-log, gdb-enable-debug-log): New variables.
21192         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
21194 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21196         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
21197         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
21199 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
21201         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
21202         Call vc-find-file-hook here instead of in auto-revert-buffers.
21203         (auto-revert-buffers): Delete call to vc-find-file-hook.
21204         (auto-revert-verbose, global-auto-revert-non-file-buffers)
21205         (global-auto-revert-mode, auto-revert-set-timer)
21206         (auto-revert-handler, auto-revert-buffers): Doc fixes.
21208 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
21210         * woman.el (woman-change-fonts): Rename local variable
21211         woman-font-alist to font-alist to avoid a compiler warning.
21213 2004-03-27  Dave Love  <fx@gnu.org>
21215         * emacs-lisp/rx.el (rx): Doc fix.
21216         Fix copyright years.
21218         * strokes.el (strokes-global-set-stroke-string): New function.
21219         (strokes-list-strokes): Cope with strings, not just commands.
21220         Set foreground color of image.
21221         (strokes-global-set-stroke): Doc fix.
21223 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
21225         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
21226         Auto Revert mode.
21227         (Buffer-menu-files-only): New variable.
21228         (Buffer-menu-toggle-files-only): New function.
21229         (Buffer-menu-mode-map): Bind it to `T'.
21230         (Buffer-menu-mode): Mention `T' in docstring.
21231         Set buffer-stale-function.
21232         (list-buffers-noselect): Mark buffer non-modified and set
21233         Buffer-menu-files-only.
21235         * dired.el (buffer-stale-function): Remove no longer needed defvar.
21237         * autorevert.el (auto-revert-handler): Print revert message
21238         before, rather than after, reverting.
21239         (buffer-stale-function): Move to files.el.
21241         * files.el (buffer-stale-function): Move here from autorevert.el.
21243 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21245         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
21247         * calc/calc.el (calc-mode-map): Use mapc.
21249         * apropos.el (apropos-mode): Don't autoload.
21250         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
21251         (apropos): Use it.
21252         (apropos-print): Add optional `text' argument.
21253         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
21254         Don't assume point-min == 1.
21256         * bs.el (bs-buffer-list): Use buffer-local-value.
21257         (bs--set-toggle-to-show): Use with-current-buffer.
21259         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
21260         New funs.
21261         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
21263         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
21265         * dabbrev.el (dabbrev-expand): Fix regexp construction.
21266         (dabbrev--find-expansion): Use pop.
21267         (dabbrev--search): Use match-string-no-properties.
21269         * dired.el (dired-mode): Use run-mode-hooks.
21270         (dired-move-to-end-of-filename): Use match-string.
21272         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
21273         is bound before using it.
21274         (ediff-verbose-p): Make it into a var since it's not constant.
21276         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
21278         * faces.el (read-face-font): Don't cons up unnecessarily.
21279         (header-line, tool-bar): Share common parts.
21281         * files.el (file-relative-name): Use compare-strings.
21283         * finder.el (finder-mode): Follow coding convention.
21285         * subr.el (read-number): New function.
21287         * ses.el (ses-read-number): Move to subr.el.
21288         (ses-set-header-row): Use read-number.
21290 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
21292         * vc-hooks.el (vc-arg-list): New function, which handles both
21293         compiled and uncompiled code.
21294         (vc-default-workfile-unchanged-p): Use it.
21296         * vc.el (vc-print-log): Undo prev change, use new function
21297         vc-arg-list from vc-hooks.el.
21299 2004-03-26  Masatake YAMATO  <jet@gyve.org>
21301         * simple.el (completion-setup-function): Emphasize the
21302         first uncommon characters in the completions; and de-emphasize
21303         the common prefix substrings.
21304         (completion-emphasis): New face.
21305         (completion-de-emphasis): New face.
21307 2004-03-25  Juanma Barranquero  <lektu@terra.es>
21309         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
21310         Comment out (it's unused and unfinished code).
21312 2004-03-25  Sam Steingold  <sds@gnu.org>
21314         * vc.el (vc-print-log): Fix a bug in the last patch:
21315         backend-function may be a byte-compiled object, not a lambda.
21317 2004-03-25  Juri Linkov  <juri@jurta.org>
21319         * descr-text.el (describe-property-list): Add a button
21320         for `face' property that calls `describe-face'.
21321         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
21323         * international/mule.el (keyboard-coding-system):
21324         * kmacro.el (kmacro-call-macro): Fix docstring.
21326         * dired.el: Fix comments.
21328         * textmodes/fill.el (fill): Fix Info link.
21330         * font-lock.el (fast-lock, lazy-lock):
21331         * jit-lock.el (jit-lock): Remove links to removed Support Modes
21332         Info node.
21334         * eshell/eshell.el (eshell): Fix broken info-link.
21336         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
21337         * eshell/em-banner.el (eshell-banner):
21338         * eshell/em-smart.el (eshell-smart):
21339         * eshell/esh-cmd.el (eshell-cmd):
21340         Comment out broken info-links to incomplete Info manual.
21342         * info-xref.el: Fix commentary.
21344 2004-03-25  Kevin Ryde  <user42@zip.com.au>
21346         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
21347         Remove spurious node duplicate suppression, doesn't work, not wanted.
21348         (info-xref-output): Take format style args, add "sit-for 0" to let
21349         user see the results as they progress.
21350         (info-xref-check-all-custom): New function.
21352 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
21354         * gdb-ui.el: Moved to progmodes.
21356 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21358         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
21360 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21362         * calendar/appt.el (appt-check): Remove superfluous progn.
21363         When finished with diary buffer: if it was not being displayed
21364         before, kill it; otherwise restore its original state.
21365         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
21367         * calendar/calendar.el (calendar-set-mode-line): Use total
21368         available mode-line width, rather than frame-width.
21370         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
21371         after mode change so effect not lost.
21373 2004-03-23  Dave Love  <fx@gnu.org>
21375         * dired.el (dired) <defgroup>: Add link to manual.
21376         (dired-font-lock-keywords): Add highlighting on unusual permissions.
21377         (dired-revert): Use dolist.
21378         (dired-mode-map): Add U binding.
21379         (dired-mode): Add font-lock-beginning-of-syntax-function.
21380         (dired-garbage-files-regexp): Make it a defcustom.
21382 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21384         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
21385         is equivalent to nil.
21386         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
21387         (vc-arch-mode-line-string): Accept `added' state.
21388         (vc-arch-state): Use inode-sigs if available.
21389         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
21390         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
21391         (vc-arch-tagline-re): New var.
21392         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
21393         New functions.
21394         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
21395         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
21397         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
21398         (vc-file-not-found-hook): Use it.
21400         * diff-mode.el (diff-default-read-only): Change default.
21401         (diff-mode-hook): Make it a defcustom.  Add some options.
21402         (diff-mode-map): Bind diff-refine-hook.
21403         (diff-yank-handler): New var.
21404         (diff-yank-function): New fun.
21405         (diff-font-lock-keywords): Use them.
21406         (diff-end-of-file): Handle case where file-header looks like diff text.
21407         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
21408         (diff-file-kill): Delete a subsequent empty line, if applicable.
21409         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
21410         (diff-find-file-name): Use it.
21411         (diff-tell-file-name): New command.
21412         (diff-mode): Be careful with view-mode.
21413         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
21414         New functions, for use in diff-mode-hook.
21415         (diff-find-source-location): Catch "regex too large" errors.
21416         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
21417         (diff-refine-hunk): New command.
21419         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
21420         (smerge-context-menu-map): Remove unused var.
21421         (smerge-keep-all): Preserve markers.
21422         (smerge-keep-n): New fun.
21423         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21424         (smerge-keep-current, smerge-ediff): Use it.
21425         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
21426         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
21427         (smerge-resolve): Resolve trivial 3-part conflicts.
21429 2004-03-23  Juri Linkov  <juri@jurta.org>
21431         * man.el (Man-width): New var.
21432         (Man-getpage-in-background): Use it.
21433         (Man-support-local-filenames): New var and fun.
21434         (Man-build-man-command): Don't add a second %s.
21435         (Man-fontify-manpage): Clean up message.
21436         (Man-mode): Set outline-regexp, outline-level,
21437         imenu-generic-expression.
21439         * woman.el (woman-fill-frame): Doc fix.
21440         (woman-decode-region): Use window-width instead of frame-width.
21442         * abbrevlist.el (list-one-abbrev-table):
21443         * descr-text.el (describe-char):
21444         * international/mule-diag.el (describe-current-coding-system):
21445         * international/quail.el (quail-insert-decode-map):
21446         Use window-width instead of frame-width.
21448         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
21449         (jka-compr-mode-alist-additions): Add tbz.
21450         (jka-compr-write-region, jka-compr-insert-file-contents):
21451         Add message for undefined compress-program.
21452         (jka-compr-write-region): Remove redundant var bindings.
21454         * dired-x.el (dired-guess-shell-alist-default): Add choices for
21455         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
21456         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
21457         (dired-man): Use dired-guess-shell-command.
21458         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
21459         Change default nil to t.
21461         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
21462         (dired-compare-directories): Add default value for empty input.
21464         * help-at-pt.el: Move suggestions for key bindings to Commentary.
21466         * time.el (display-time-string-forms): Fix help-echo date format.
21468 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
21470         * autorevert.el (global-auto-revert-non-file-buffers): Expand
21471         docstring.
21472         (buffer-stale-function): New variable.
21473         (auto-revert-list-diff, auto-revert-dired-file-list)
21474         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
21475         (auto-revert-handler): Take over some functionality of deleted
21476         functions.
21477         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
21479         * dired.el (dired-directory-changed-p): New fun, extracted from
21480         dired-internal-noselect.
21481         (dired-buffer-stale-p): New fun.
21482         (dired-internal-noselect): Use dired-directory-changed-p.
21483         Eliminate revert messages.
21484         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
21486 2004-03-23  Kenichi Handa  <handa@m17n.org>
21488         * international/characters.el: Setup syntaxes for more parentheses
21489         Unicode characters.
21491         * international/mule-cmds.el (select-safe-coding-system):
21492         Merge coding-system and auto-cs before comparing them.
21494 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21496         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
21498         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21499         normal-auto-fill-function and comment-indent-function.
21500         The default values now work just as well.
21501         Don't set font-lock-beginning-of-syntax-function since we already set
21502         syntax-begin-function.
21503         (lisp-outline-level): Put ;;;###autoload at same level as (.
21504         (prin1-char): Quote special chars.
21506         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
21507         than with-no-warnings.
21509         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
21510         if the source location can't be found.
21511         (edebug-compute-previous-result): Use prin1-char.
21513         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
21514         (debug-ignored-errors): Add an entry.
21516         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
21517         (byte-compile-file): Output warning when deleting a file.
21519         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
21520         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
21522         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
21523         (byte-compile-inline-expand): Use backquote.
21524         (byte-optimize-pure-func): Rename from byte-optimize-concat.
21525         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
21527         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
21529         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
21531 2004-03-22  Juri Linkov  <juri@jurta.org>
21533         * finder.el (finder-known-keywords): Fix data, tex, unix.
21535         * play/landmark.el: Fix keywords.
21537         * language/ethio-util.el (ethio-find-file): Doc fix.
21539         * emacs-lisp/warnings.el: Doc fix.
21541         * textmodes/ispell.el (ispell-help): Doc fix.
21543 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
21545         * format.el (format-insert-file): Always return a list of two
21546         elements, like insert-file-contents does.
21548 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
21550         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
21551         and vc-BACKEND-diff.
21552         (vc-print-log): If the print-log implementation supports it, use
21553         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
21554         (vc-version-diff, vc-diff-internal): Doc fixes.
21556         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
21557         implementation supports it, let diff output go to *vc*,
21558         not *vc-diff*, since this is an internal call.
21560         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
21562         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
21564         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
21566 2004-03-21  Dave Love  <fx@gnu.org>
21568         * progmodes/cfengine.el (cfengine-mode):
21569         Set parse-sexp-ignore-comments.
21571         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
21573 2004-03-21  Juanma Barranquero  <lektu@terra.es>
21575         * allout.el (allout-mode): Fix docstring.
21577 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
21579         * files.el (insert-directory): Fix bug if SWITCHES is a list.
21581         * autorevert.el (auto-revert-interval): Make new value take
21582         effect immediately when set through Custom.
21583         (auto-revert-set-timer): Add interactive declaration.
21585 2004-03-19  David Ponce  <david@dponce.com>
21587         * ruler-mode.el (ruler-mode-header-line-format-old):
21588         Don't `make-variable-buffer-local'.
21589         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
21590         (ruler-mode-header-line-format): Simply funcall the above.
21591         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
21592         to save/restore a previous header line format.
21593         (ruler-mode-space): Don't depend on a numeric WIDTH value.
21594         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
21595         fringes and margins width.
21596         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
21598 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21600         * log-edit.el (log-edit-font-lock-keywords): Typo.
21602         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
21603         (tex-send-tex-command): Rather than here.
21604         (tex-compilation-parse-errors): Simplify.
21606         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
21608         * time.el (display-time-string-forms): Add help-echo with date on time.
21610         * composite.el (compose-region): Use restore-buffer-modified-p.
21612         * disp-table.el (standard-display-8bit): Simplify.
21614         * server.el (server-process-filter): Delete temp frame.
21616         * add-log.el (add-change-log-entry): Simplify.
21618 2004-03-19  Kim F. Storm  <storm@cua.dk>
21620         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
21621         (hexl-follow-line): Don't require 'fringe.
21623         * progmodes/compile.el (compilation-start): Always set
21624         compilation-last-buffer and return it.
21626 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
21628         * simple.el (clone-buffer): Doc fix.
21630 2004-03-18  Juanma Barranquero  <lektu@terra.es>
21632         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
21634 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21636         * log-edit.el (log-edit-font-lock-keywords): New var.
21637         (log-edit-mode): Use it.
21639 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
21641         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
21642         properly for watching in speedbar.
21644 2004-03-17  Masatake YAMATO  <jet@gyve.org>
21646         * smerge-mode.el (smerge-popup-context-menu):
21647         Put `unwind-protect' around `overlay-put' and `popup-menu'.
21649 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21651         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
21652         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
21653         Take sealed revisions into account.
21654         (vc-arch-checkin): Extract a summary line from the message.
21656 2004-03-16  Masatake YAMATO  <jet@gyve.org>
21658         * register.el (register): Provide `register' feature.
21660 2004-03-15  Masatake YAMATO  <jet@gyve.org>
21662         Added context menu support in smerge mode.
21663         Most of the part is written by Stefan Monnier.
21665         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
21666         New keymap and menu.
21667         (smerge-text-properties): New function.
21668         (smerge-remove-props): New function.
21669         (smerge-popup-context-menu): New function.
21670         (smerge-resolve): Call `smerge-remove-props'.
21671         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
21672         (smerge-keep-current): Ditto.
21673         (smerge-kill-current): New function.
21674         (smerge-match-conflict): Put text properties.
21675         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
21677 2004-03-15  David Ponce  <david@dponce.com>
21679         * ruler-mode.el (ruler-mode-left-fringe-cols)
21680         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
21681         (ruler-mode-right-scroll-bar-cols): Remove.
21682         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
21683         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
21684         Use fringe-columns and scroll-bar-columns.
21686 2004-03-15  Masatake YAMATO  <jet@gyve.org>
21688         * hl-line.el (hl-line-range-function): New variable.
21689         (hl-line-move): New function.
21690         (global-hl-line-highlight): Use `hl-line-move'.
21691         (hl-line-highlight): Ditto.
21693         * scroll-bar.el (scroll-bar-columns):
21694         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
21696         * ruler-mode.el (top-level): Require scroll-bar and fringe.
21697         (ruler-mode-left-fringe-cols)
21698         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
21699         (ruler-mode-right-scroll-bar-cols)
21700         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
21701         (ruler-mode-ruler-function): New variable.
21702         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
21703         if the value for `ruler-mode-ruler-function' is given.
21705         * hexl.el (hexl-mode-hook): Make the hook customizable.
21706         (hexl-address-area, hexl-ascii-area): New customize variables.
21707         (hexlify-buffer): Put font-lock-faces on the address area and
21708         the ascii area.
21709         (hexl-activate-ruler): New function.
21710         (hexl-follow-line): New function.
21711         (hexl-highlight-line-range): New function.
21712         (hexl-mode-ruler): New function.
21714 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21716         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
21717         (vc-default-find-file-hook): New fun.
21718         (vc-find-file-hook): Call new find-file-hook operation.
21720         * vc-arch.el: New file.
21722 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
21724         * info-look.el (info-lookup): Reuse an existing Info window.
21726 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
21728         * woman.el (woman-preserve-ascii): Default value changed to t and
21729         doc string revised.
21731 2004-03-12  Richard M. Stallman  <rms@gnu.org>
21733         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
21734         Fix minor bug.
21736         * replace.el (occur-engine): Change message for count of matches.
21738         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
21739         For strings, do compare text properties.
21741 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
21743         * progmodes/compile.el (compile-auto-highlight)
21744         (compilation-error-list, compilation-old-error-list)
21745         (compilation-parse-errors-function, compilation-parsing-end)
21746         (compilation-error-message, compilation-directory-stack)
21747         (compilation-enter-directory-regexp-alist)
21748         (compilation-leave-directory-regexp-alist)
21749         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
21750         (compilation-current-file, compilation-regexps): Remove vars.
21752         (compile-error-at-point, compilation-error-filedata)
21753         (compilation-error-filedata-file-name, compile-reinitialize-errors)
21754         (compilation-next-error-locus, compilation-forget-errors)
21755         (count-regexp-groupings, compilation-parse-errors)
21756         (compile-collect-regexps, compile-buffer-substring): Remove funs.
21758         (compile-internal): Make obsolete.
21760         (compilation-first-column, compilation-error)
21761         (compilation-directory-matcher, compilation-page-delimiter)
21762         (compilation-mode-font-lock-keywords, compilation-debug)
21763         (compilation-error-face, compilation-warning-face)
21764         (compilation-info-face, compilation-line-face)
21765         (compilation-column-face, compilation-enter-directory-face)
21766         (compilation-leave-directory-face, compilation-skip-threshold)
21767         (compilation-skip-visited, compilation-context-lines): New vars.
21769         (compilation-warning-face, compilation-info-face)
21770         (compilation-message-face): New faces.
21772         (compilation-error-regexp-alist-alist): New constant.
21774         (compilation-face, compilation-directory-properties)
21775         (compilation-assq, compilation-error-properties, compilation-start)
21776         (define-compilation-mode, compilation-loop)
21777         (compilation-set-window): New functions.
21779         (compile): Additional argument for interactive compiles like TeX.
21781         * progmodes/grep.el (kill-grep): Move here from compile.el
21782         (grep-error, grep-hit-face, grep-error-face)
21783         (grep-mode-font-lock-keywords): New variables.
21784         (grep-regexp-alist): Simplify regexp and add `binary' case.
21785         (grep-mode): New mode.
21786         (grep-process-setup): Simplify.
21788 2004-03-11  Jason Rumney  <jasonr@gnu.org>
21790         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
21791         letters on DOS/Windows.
21793 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21795         * server.el (server-name): New var.
21796         (server-socket-dir): New var to replace server-socket-name.
21797         (server-start): Use them.
21799 2004-03-11  Simon Josefsson  <jas@extundo.com>
21801         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
21802         died to avoid infloop.  Reported by Jonathan Glauner
21803         <jglauner@sbum.org>.
21805 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21807         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
21808         (smerge-mode-menu): Use it to deactivate menu entries.
21809         (smerge-keep-current): New fun.
21810         (smerge-keep-current): Use it.
21812 2004-03-10  John Paul Wallington  <jpw@gnu.org>
21814         * foldout.el (foldout-fold-list, foldout-modeline-string):
21815         Declare them as variables, not constants.
21817 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21819         * ps-print.el: Modification to print *Messages* buffer.
21820         (ps-print-version): New version 6.6.4.
21821         (ps-message-log-max): New fun.
21822         (ps-spool-without-faces, ps-spool-with-faces)
21823         (ps-count-lines-preprint): Code fix.
21825         * printing.el: New tips in Tips section.
21827 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21829         * delim-col.el: Doc fix.
21831         * printing.el: Doc fix.  New doc section (Tips).
21833 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21835         * type-break.el (type-break-emacs-variant): Remove.
21836         (type-break-run-at-time, type-break-cancel-function-timers):
21837         Use fboundp rather than version name and number.
21839 2004-03-09  Masatake YAMATO  <jet@gyve.org>
21841         * hexl.el (hexl-mode): Use `make-local-variable' instead of
21842         `make-variable-buffer-local'.
21844 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
21846         * find-dired.el (find-dired): Call `shell-command' instead of
21847         `start-process-shell-command'.  By this, Tramp takes over
21848         handling of remote directories.
21850 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21852         * newcomment.el (comment-use-global-state): New var.
21853         (comment-search-forward): Use it.
21855         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
21857         * cus-edit.el (fill) <defgroup>: Move to fill.el.
21859         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
21860         (enable-kinsoku): Make it a defcustom.
21861         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
21862         paragraph to same-comment-start-marker.
21864 2004-03-07  Dave Love  <fx@gnu.org>
21866         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
21867         (browse-url-mail): Use it.
21869         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
21870         (rfc2368-unhexify-string): Use replace-regexp-in-string.
21872 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
21874         * woman.el (woman-man.conf-path): Doc fix.
21875         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
21877 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
21879         * sort.el (sort-columns): Remove ms-dos from the list of systems
21880         where the external `sort' command is not used.
21882 2004-03-07  Kim F. Storm  <storm@cua.dk>
21884         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
21885         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
21886         from overlay-arrow-variable-list.
21887         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
21889 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
21891         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
21892         overlay arrow string properly for the assembler buffer.
21894 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21896         * mail/sendmail.el (mail-mode): Fix last change.
21898 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
21900         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
21901         for the assembler buffer.
21902         (gdb-assembler-custom): Position the overlay arrow.
21903         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
21905 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21907         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
21909         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
21910         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
21912         * mail/sendmail.el (mail-mode): Set comment-start-skip.
21914         * newcomment.el (uncomment-region): Allow non-terminated comment.
21915         (comment-normalize-vars): Check the user-specified comstart marker.
21917 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21919         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
21920         Otherwise, do use it if the region only contains font-lock text
21921         properties.
21923 2004-03-04  Masatake YAMATO  <jet@gyve.org>
21925         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
21926         as the callback function for eldoc.
21927         (hexl-print-current-point-info): New function.
21928         (hexl-current-address): Print the address in both decimal
21929         and hexadecimal format.
21931 2004-03-04  Richard M. Stallman  <rms@gnu.org>
21933         * mail/rmail.el (rmail-convert-to-babyl-format):
21934         Specify t for UNIBYTE when calling mail-unquote-printable-region.
21936         * mail/mail-utils.el (mail-unquote-printable-region):
21937         New arg UNIBYTE.
21939         * startup.el (command-switch-alist): Doc fix.
21941         * simple.el (undo): Temporarily set this-command to `undo-start',
21942         then set it to `undo' once undo-start returns without error.
21944         * simple.el (minibuffer-history-sexp-flag): Doc fix.
21946         * simple.el (kill-line): Don't disregard trailing whitespace
21947         in eol condition, if show-trailing-whitespace is set.
21949         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21950         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21951         When disabling, restore old values only if mouse-sel-has-been-enabled.
21953         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21954         (isearch-{-char): New function.
21955         (isearch-mode-map): Bind { to isearch-{-char.
21957         * font-lock.el (lisp-font-lock-keywords-2):
21958         Turn off the CL with-... and do-... general patterns.
21959         Instead, recognize several specific with... and do... constructs.
21961         * files.el (switch-to-buffer-other-window):
21962         Bind same-window-buffer-names and same-window-regexps to nil.
21963         (switch-to-buffer-other-frame): Likewise.
21965 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21967         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21968         recognizing leading comment on code line.
21970 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21972         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21973         hidden files/directories.
21975 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21977         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21978         only comment-start (in case the mode hasn't set it).
21980         * Makefile.in (AUTOGENEL): New var.
21981         (bootstrap-prepare): Rename from bootstrap-clean.
21982         Don't remove elc files.
21983         (maintainer-clean): New target.
21985         * xml.el (xml-get-attribute-or-nil): Simplify.
21987 2004-03-02  Juri Linkov  <juri@jurta.org>
21989         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21990         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21991         URL to prevent their substitution with the environment variable
21992         values by browsers.
21994 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21996         * ps-print.el: Doc fix.
21997         (ps-print-version): New version number (6.6.3).
21998         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21999         Docstring fix.
22000         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
22001         before printing.
22002         (ps-time-stamp-yyyy-mm-dd): New fun.
22003         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
22005 2004-03-02  Kim F. Storm  <storm@cua.dk>
22007         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
22009 2004-03-01  Juanma Barranquero  <lektu@terra.es>
22011         * allout.el (allout-rebullet-heading): Fix typo in docstring.
22013         * desktop.el (desktop-file-version)
22014         (desktop-after-read-hook): Fix typos.
22015         (desktop-clear-preserve-buffers): Remove redundant info in
22016         docstring already shown by the obsolescence message.
22017         (desktop-truncate, desktop-internal-v2s)
22018         (desktop-value-to-string): Change argument name to match docstring.
22020         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
22022         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
22023         docstring.
22025 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22027         * printing.el: Replace "As Is..." in PostScript file print/preview by
22028         "No Preprocessing...".  Suggested by Colin Marquardt
22029         <_marquardt_@zmd.de>.
22030         (pr-insert-section-4): Adjust buffer interface.
22032 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
22034         Version 2.0.39 of Tramp released.
22036         * net/tramp.el (tramp-handle-file-local-copy)
22037         (tramp-handle-write-region, tramp-open-connection-rsh):
22038         Variable name typo.  Small change.  From Patrick Tullmann
22039         <tullmann@flux.utah.edu>.
22040         (tramp-process-connection-type): New variable.
22041         (tramp-maybe-open-connection): Use it.
22042         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
22043         (tramp-touch): Set last-modified time of a remote file.
22044         (tramp-handle-write-region): Say which function is used when encoding.
22046 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
22048         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
22049         case of non-existing filename, too.  Reported by Christoph Bauer
22050         <c_bauer@informatik.uni-kl.de>.
22051         (tramp-smb-get-file-entries): The directory in question should
22052         have permissions "drwxrwxrwx".  Just virtual, because we don't
22053         know the real permissions.  Don't we know?
22054         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
22055         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
22056         (tramp-smb-wait-for-output): Optimize algorithm getting pending
22057         output.  If it was received chunkwise, there have been problems.
22058         Remove the "prompt not found" error message; it is obvious.
22059         Simplify algorithm.
22060         (tramp-smb-process-running): Remove.  Since we acknowledge the
22061         virtual prompt for shares, there's no need for distinction of
22062         reading shares (process ends afterwards) and interactive mode of
22063         smblient.
22064         (tramp-smb-open-connection): Setting process sentinel removed.
22065         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
22066         "NT_STATUS_NETWORK_ACCESS_DENIED".
22067         (tramp-smb-maybe-open-connection): Set `process-connection-type'
22068         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
22069         (top-level): Setting default value in `tramp-default-method-alist'
22070         corrected.  Order of USER and HOST have been wrong.
22071         Nobody complained for months ...
22072         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
22073         (tramp-smb-open-connection): Clear password cache if login has failed.
22075         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
22076         `tramp-unified-filenames'.
22077         (tramp-completion-mode): Make test for XEmacs explicitly.
22078         `event-to-character' can exists in Emacs packages too.
22079         Reported by Matt Swift <swift@alum.mit.edu>.
22080         (tramp-buffer-name): Buffer name must contain the user if exists.
22081         Reported by Adrian Phillips <a.phillips@met.no>.
22082         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
22083         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
22084         (tramp-do-copy-or-rename-file-out-of-band): Rename from
22085         `tramp-do-copy-or-rename-file-one-local', because it handles also
22086         the case both files use the same out-of-band method.
22087         Implementation added.
22088         (tramp-handle-file-local-copy, tramp-handle-write-region):
22089         Out-of-band handling removed.  `copy-file' called instead, which
22090         calls `tramp-do-copy-or-rename-file-out-of-band'.
22091         (tramp-action-password): Check for out-of-band method removed.
22092         This function is used for 'login-program.
22093         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
22094         appropriate.
22095         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
22096         and `tramp-parse-sknownhosts'.
22097         (tramp-completion-function-alist): It's a defvar now, because we
22098         want to apply the optimized `tramp-set-completion-function'
22099         instead of a static list.
22100         (tramp-set-completion-function): Implementation tuned.
22101         Avoid double entries, and entries where the function or the
22102         file/directory doesn't exist.
22103         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
22104         for SSH2.
22105         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
22106         (tramp-handle-dired-compress-file): New function.
22107         (tramp-async-proc): New variable.
22108         (tramp-handle-shell-command): Adding asynchronous processes.
22109         They are far from being perfect, but it works at least for
22110         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
22111         (top-level): Require password.el if visible.  Should be mandatory
22112         once No Gnus has found its way into (X)Emacs.
22113         (tramp-read-passwd): Invoke `password-read' if available,
22114         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
22115         fallback any longer.
22116         (tramp-clear-passwd): New function.
22117         (tramp-process-actions, tramp-process-multi-actions):
22118         Clear password cache if login has failed.
22120         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
22121         its own module.
22122         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
22123         `ange-ftp-ftp-name-res'.  There could be incorrect values from
22124         previous calls in case the "ftp" method is used in the Tramp file
22125         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22127 2004-02-28  Richard M. Stallman  <rms@gnu.org>
22129         * term.el (term-mouse-paste): Call mouse-set-point.
22131         * thumbs.el: New file.
22133 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22135         * progmodes/ebnf-abn.el: Doc fix.
22137         * progmodes/ebnf-bnf.el: Doc fix.
22138         (ebnf-repeat): Code fix.
22140         * progmodes/ebnf2ps.el: Doc fix.
22141         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
22143 2004-02-28  Juri Linkov  <juri@jurta.org>
22145         * ffap.el (dired-at-point): Additional writability test for
22146         relative directory names.
22147         (dired-at-point-prompter): Treat directories as a directory, get
22148         the directory component from files.
22149         (ffap-string-at-point): Return string from region if region is active.
22150         (ffap-file-at-point): Remove redundant code.
22152 2004-02-28  Kim F. Storm  <storm@cua.dk>
22154         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
22155         Initialize margin area images to nil.
22156         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
22157         (breakpoint-enabled-bitmap-face)
22158         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
22159         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
22160         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
22161         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
22162         (gdb-reset): Use gdb-remove-breakpoint-icons.
22163         (gdb-put-string): Add dprop arg to specify alternative display
22164         property (for setting fringe bitmap).
22165         (gdb-remove-strings): Doc fix.
22166         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
22167         icon in fringe (if available), or else as icon or text in display
22168         margin.  Creates necessary icons in breakpoint-bitmap,
22169         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
22170         Also make left window margin if required.
22171         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
22172         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
22173         no longer needed.
22174         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
22175         gdb-put-breakpoint-icon.
22176         (gdb-assembler-mode): Don't set left-margin-width here.
22178 2004-02-27  Kevin Ryde  <user42@zip.com.au>
22180         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
22181         comma, so that it DTRT in macros.
22183 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22185         * progmodes/sh-script.el (sh-shell-arg)
22186         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
22187         (sh-leading-keywords, sh-other-keywords): Fix custom type.
22189 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
22191         * faces.el (face-spec-set-match-display): Add a new attribute,
22192         `min-colors'.
22193         (region, highlight, secondary-selection): Use `min-colors'.
22195         * custom.el (defface): Add documentation for `min-colors'.
22197         * font-lock.el (font-lock-comment-face, font-lock-string-face)
22198         (font-lock-keyword-face, font-lock-function-name-face)
22199         (font-lock-variable-name-face, font-lock-constant-face):
22200         Use `min-colors'.
22202         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
22204 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22206         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
22207         define assq-delete-all if it's not defined.
22208         (ebnf-generate-region): Code fix.
22210         * printing.el: Doc fix.
22211         (pr-version): New version number (6.7.2).
22212         (pr-command): Return empty string if command is an empty string.
22214 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22216         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
22218         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
22219         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
22220         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
22221         "tt" ["test"] ).  Reported by Markus Dreyer
22222         <mdreyer@ix.urz.uni-heidelberg.de>.
22223         (ebnf-version): New version number (4.0).
22224         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
22225         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
22226         (ebnf-delete-style): New commands.
22227         (ebnf-directory, ebnf-file): New funs.
22228         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
22229         (ebnf-production-name-p, ebnf-stop-on-error): New options.
22230         (ebnf-syntax-alist): New var.
22231         (ebnf-element-width): New fun replacing ebnf-list-width.
22232         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
22233         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
22234         (ebnf-prologue): Adjust vars.
22235         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
22236         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
22237         (ebnf-check-style-values, ebnf-generate-production)
22238         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
22239         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
22240         (ebnf-token-repeat): Code fix.
22242         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
22243         %right, %left and %prec.  Suggested by Matthew K. Junker
22244         <junker@alum.mit.edu>.
22245         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
22247         * progmodes/ebnf-iso.el: Doc fix.
22248         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
22249         (ebnf-iso-lex): Code fix.
22251         * progmodes/ebnf-bnf.el: Doc fix.
22252         (ebnf-bnf-lex): Code fix.
22254         * progmodes/ebnf-otz.el: Doc fix.
22256 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
22258         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
22259         (abbrev-prefix-mark): Doc fix.
22261 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
22263         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
22264         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
22265         (gdb-var-delete): Make interactive (really).
22266         (gdb-edit-value): Make non-interactive.
22268         * progmodes/gud.el (gud-speedbar-menu-items):
22269         Add gdb-var-delete and, indirectly, gdb-edit-value.
22270         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
22271         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
22272         (gud-gdb-marker-filter): Add comment for annotations.
22274 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22276         * calendar/calendar.el (generate-calendar)
22277         (calendar-read-date): Prevent display of BC calendars once more -
22278         reverts 2003-10-01 change.
22279         (generate-calendar-month): Doc fix.
22281 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
22283         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
22284         return value of increment-calendar-month.
22286 2004-02-21  Stephen Compall  <s11@member.fsf.org>
22288         * saveplace.el (save-place-forget-unreadable-files)
22289         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
22290         (save-place-forget-unreadable-files): New function.
22291         (save-place-alist-to-file): Use it to filter out files that are
22292         no longer readable.
22294         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
22295         current Texinfo environment, using the same method as in
22296         `texinfo-insert-@end', and insert a space rather than a newline if
22297         point in a @table environment.
22299 2004-02-21  Juri Linkov  <juri@jurta.org>
22301         * ffap.el (ffap-file-at-point): Try parent directories.
22303 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
22305         * vcursor.el (vcursor-modifiers): New defcustom.
22306         (vcursor-cs-binding): Use vcursor-modifiers instead of a
22307         hard-coded list.
22309 2004-02-21  Masatake YAMATO  <jet@gyve.org>
22311         * play/animate.el (animate-birthday-present): Accept names other
22312         than `Sarah', too.
22314 2004-02-21  Juri Linkov  <juri@jurta.org>
22316         * startup.el: Remove table of command line arguments from the
22317         Commentary section.
22319 2004-02-20  John Wiegley  <johnw@newartisans.com>
22321         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
22322         again" modifier from 'e' to 'E', since 'e' is also used by the
22323         "file extension" modifier.
22325 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
22327         * help-fns.el (describe-categories): Doc fix.
22329 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22331         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
22332         temporary file for buffer already visiting one.  This change makes
22333         output likely to be directly usable by patch program.
22334         Suggested by Adrian Aichner  <adrian@xemacs.org>
22336 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
22338         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
22339         case of variables defined in compound statements.
22340         (gdb-setup-windows, gdb-source-info, gdb-source-info):
22341         Simplify constructions using switch-to-buffer.
22343 2004-02-19  Simon Josefsson  <jas@extundo.com>
22345         * play/morse.el: Fix typo.
22346         (morse-code): Add @.
22348 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22350         * calendar/appt.el (appt-display-format): Change default to
22351         'ignore, for backwards compatibility.
22352         (appt-display-message): If appt-display-format is 'ignore,
22353         respect old vars appt-msg-window and appt-visible.
22354         (appt-activate): Don't depend on return value of cancel-timer.
22356         * calendar/calendar.el (calendar-holidays): Doc fix.
22358         * calendar/cal-coptic.el (coptic-prompt-for-date):
22359         Use assoc-string instead of assoc-ignore-case.
22360         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
22361         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
22362         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
22363         * calendar/cal-islam.el (calendar-goto-islamic-date)
22364         (mark-islamic-diary-entries): Ditto.
22365         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
22366         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
22367         (calendar-read-mayan-tzolkin-date): Ditto.
22368         * calendar/calendar.el (calendar-read-date): Ditto.
22369         * calendar/diary-lib.el (mark-diary-entries): Ditto.
22371 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22373         * progmodes/executable.el (executable-command-find-posix-p):
22374         Fix choice of the directory.
22376 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
22378         * simple.el (interprogram-cut-function)
22379         (interprogram-paste-function, kill-new, kill-append):
22380         Doc fixes.
22381         (kill-region): Make it return nil.  Doc fix.
22382         (yank-pop): Make its argument optional.
22383         (yank): Make ARG `-' equivalent to `-1'.
22385 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
22387         * mail/rmail.el (rmail-get-new-mail): Don't reference
22388         rmail-use-spam-filter if rmail-spam-filter is not loaded.
22390 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
22392         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
22393         if one of global-auto-revert-non-file-buffers or autorevert-mode
22394         is non-nil.
22396 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22398         * subr.el (delete-dups): A better implementation from Karl Heuer
22399         <kwzh@gnu.org>.
22401 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
22403         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
22404         correct place.
22405         * progmodes/icon.el (icon-indent-command): Ditto.
22406         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
22408 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22410         * progmodes/grep.el (grep-compute-defaults): Undo change from
22411         2004-01-29: don't use executable-command-find-posix-p.
22413 2004-02-16  Richard Sharman  <rsharman@pobox.com>
22415         * hilit-chg.el: Use require instead of eval-and-compile.
22416         (highlight-compare-buffers): New function.
22418 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
22420         * man.el (Man-fontify-manpage): Render section headings in
22421         `Man-overstrike-face' even when overstrike was not used by man
22422         formatter for section headings.
22424 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
22426         * rmail-spam-filter.el (vm-use-spam-filter)
22427         (rsf-min-region-length-added-to-spam-list): New variables.
22428         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
22429         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
22430         spam testing.  Don't delete spam message if automatic deletion
22431         after output via variable rmail-delete-after-output is turned on.
22432         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
22433         rsf-bbdb-dont-create-entries-for-spam.
22434         (check-field): New function, extracted from code in
22435         rmail-spam-filter to ease addition of header fields like content-type.
22436         (message-content-type): New variable to check the content-type:
22437         field added, also in defcustom of rsf-definitions-alist.
22438         (rmail-spam-filter): Replace repeated test code for header fields
22439         by calls to check-field; change the call to
22440         rmail-output-to-rmail-file such that rmail-current-message stays
22441         the same to avoid wrong deletion of unseen flags.
22442         (rsf-add-contents-type): New function to convert old format
22443         of rmail-spam-definitions-alist into new one.
22444         Change prefixes of all variables and functions from
22445         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
22447 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22449         * loadhist.el (unload-hook-features-list): New defvar.
22451 2004-02-16  Dave Love  <fx@gnu.org>
22453         * loadhist.el (unload-feature): Doc fix.  Rename flist to
22454         unload-hook-features-list.
22456 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
22458         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
22459         cookie.  Don't check if we are looking-at open-formula.
22461 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22463         * subr.el (match-string-no-properties): Use substring-no-properties.
22465 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22467         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
22468         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
22469         Use lower-case "rx" in all error message.
22471 2004-02-16  Dave Love  <fx@gnu.org>
22473         * emacs-lisp/rx.el (rx-or): Put group around result.
22474         (rx-constituents): Add backref.
22475         (rx-syntax): Add string-delimiter, comment-delimiter.
22476         (rx-categories): Add combining-diacritic.
22477         (rx-check-not, rx-greedy, rx): Doc fix.
22478         (rx-backref, rx-check-backref): New.
22480 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
22482         * newcomment.el (uncomment-region): Allow eob as comment end.
22484 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
22486         * filecache.el: All message and error commands now use prefix
22487         "Filecache:" to make it easy to read *Messages* buffer.
22489 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
22491         * autorevert.el: Add support to detect changed dired and VC buffers.
22492         (auto-revert-active-p, auto-revert-list-diff)
22493         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
22494         (auto-revert-handler, auto-revert-active-p): New functions.
22495         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
22496         and `auto-revert-active-p'.
22497         (eval-when-compile): Defvar dired-directory and vc-mode.
22498         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
22499         (auto-revert-handler-vc): New functions.
22501 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22503         * progmodes/compile.el (compilation-directory): New defvar.
22504         (compile): Save current directory in compilation-directory.
22505         (recompile): Bind default-directory to compilation-directory if
22506         that is non-nil.
22508 2004-02-16  Dave Love  <fx@gnu.org>
22510         * newcomment.el (comment-insert-comment-function)
22511         (comment-region-function, uncomment-region-function): New.
22512         (comment-indent): Use comment-insert-comment-function.
22513         (uncomment-region): Use uncomment-region-function.
22514         (comment-region): Use comment-region-function.
22516         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
22518 2004-02-16  Richard Stallman  <rms@gnu.org>
22520         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
22521         loaddefs* and ldefs-boot*.
22523 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22525         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
22526         and email address at the beginning and end of the address.
22528         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
22529         anchored at the beginning of the email address.
22531 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
22533         * international/ccl.el (ccl-compile-write): Pass `left' to
22534         ccl-embed-code to generate correct code of write-expr-register.
22536 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
22538         * progmodes/grep.el (grep-compute-defaults): Fix typos.
22540 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22542         * x-dnd.el: Mention support for Motif in commentary.
22543         (x-dnd-handle-drag-n-drop-event): Ditto.
22545 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
22547         * ses.el: Use "ses--" prefixes for buffer-local variables.
22548         Use (point-min) instead of 1, even when we know the buffer
22549         is unnarrowed.
22550         (ses-build-load-map): Delete.  Distribute its content to defconsts for
22551         the three maps.
22552         (ses-menu, ses-header-line-menu): New menus.
22553         (ses-mode-map): Use them.
22554         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
22556 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
22558         * Makefile.in: Fix the CC Mode recompile kludge so it works
22559         when building in a different directory.
22561 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
22563         * simple.el (kill-new): Put yank-handler property on the entire string.
22565 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22567         * diff.el: Don't use compile any more, use diff-mode instead.
22568         (diff-regexp-alist, diff-old-file, diff-new-file)
22569         (diff-parse-differences, diff-process-setup): Remove.
22570         (diff-sentinel): New fun.
22571         (diff): Use it.  Run the process ourselves.
22572         Use diff-mode for the rest of the processing.
22574         * diff.el (diff): Simplify code handling `switch'.
22576 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22578         * pcvs-defs.el (cvs-menu): Add `tag'.
22580 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
22582         * simple.el (kill-append): Doc fix.
22584         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22585         Adapt outline-regexp to the new conventions for commenting out code.
22587 2004-02-11  John Paul Wallington  <jpw@gnu.org>
22589         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
22591 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22593         * diff.el (diff-switches): New fun.
22594         (diff, diff-backup): Use it.
22595         (diff): Clean up the args construction.  Use backquote.
22596         Use listp instead of consp to avoid putting a nil arg.
22597         (diff): Add a revert-buffer function.
22599 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22601         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
22602         handled by x-dnd-handle-file-name.
22603         (x-dnd-known-types): Add COMPOUND_TEXT.
22604         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
22605         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
22606         x-dnd-empty-state.
22607         (x-dnd-forget-drop): Ditto.
22608         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
22609         (x-dnd-handle-one-url): Return private when inserting text.
22610         (x-dnd-insert-ctext): New function.
22611         (x-dnd-handle-file-name): New function for FILE_NAME.
22612         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
22613         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
22614         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
22616 2004-02-10  Kenichi Handa  <handa@m17n.org>
22618         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
22619         instead of while loop.
22621 2004-02-10  Miles Bader  <miles@gnu.org>
22623         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
22625 2004-02-09  Kenichi Handa  <handa@m17n.org>
22627         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
22628         have end-of-line.
22630 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
22632         * Makefile.in: Added extra dependencies in the recompile target
22633         needed to cope with the compile time macro expansions in CC Mode.
22635 2004-02-09  Kim F. Storm  <storm@cua.dk>
22637         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
22638         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
22639         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
22640         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
22641         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
22642         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
22643         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
22644         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
22645         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
22646         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
22647         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
22649 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22651         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
22652         Don't allow shrink if there's a window on our right.
22654         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
22655         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
22656         Bring together declaration and initialization.
22657         (prolog-mode-variables): Don't set the syntax table.
22658         Don't set paragraph-start and comment-indent-function.
22659         Add /*..*/ to the comment regexps.
22660         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
22661         (prolog-mode-map): Don't bind TAB.
22662         (prolog-mode): Set the syntax table.
22663         (prolog-comment-indent): Remove.
22664         (inferior-prolog-mode-map): Initialize in the declaration.
22665         (inferior-prolog-mode-syntax-table)
22666         (inferior-prolog-mode-abbrev-table): New vars.
22667         (inferior-prolog-mode): Derive from comint-mode.
22668         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
22669         minibuffer windows.
22671         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
22672         in file names, as long as it is unambiguous.
22674 2004-02-08  Andreas Schwab  <schwab@suse.de>
22676         * textmodes/reftex-toc.el
22677         (reftex-toc-load-all-files-for-promotion): Remove useless use of
22678         format.  Doc fix.
22680         * textmodes/refer.el (refer-find-entry-internal): Remove extra
22681         format string arguments.
22683         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
22684         string argument.
22686         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
22688         * play/zone.el (zone-call): Fix format string.
22690         * net/webjump.el (webjump-builtin): Add missing format string argument.
22692         * midnight.el (midnight-delay-set): Remove extra format string
22693         argument.
22695         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
22697         * hexl.el (hexl-insert-char): Add missing format string argument.
22699         * format.el (format-decode): Fix format string.
22701         * emulation/vi.el (vi-mode): Remove extra format string argument.
22702         (vi-repeat-last-search): Likewise.
22703         (vi-reverse-last-search): Likewise.
22704         (vi-goto-mark): Likewise.
22705         (vi-reverse-last-find-char): Likewise.
22706         (vi-repeat-last-find-char): Likewise.
22707         (vi-locate-def): Likewise.
22709         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
22711         * ediff-util.el (ediff-toggle-read-only): Remove extra format
22712         string argument.
22713         (ediff-toggle-regexp-match): Likewise.
22715         * dired-aux.el (dired-do-query-replace-regexp): Add missing
22716         format string argument.
22718         * calc/calc-map.el (calc-get-operator): Remove extra format
22719         string argument.
22721         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
22723         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
22724         string argument.
22726         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
22728         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
22730         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
22732         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
22733         (cl-struct-setf-expander): Likewise.
22735         * vc.el (with-vc-file): Fix unsafe uses of error.
22736         (vc-cancel-version): Likewise.
22738 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
22740         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
22741         thousands separator; fixes <class>:<line-number> regexp for
22742         non-english locales.
22744 2004-02-08  Andreas Schwab  <schwab@suse.de>
22746         * view.el (view-mode-enable): Revert previous change.
22748 2004-02-07  Kim F. Storm  <storm@cua.dk>
22750         * simple.el (line-number-at-pos): Rename from line-at-pos.
22751         Uses changed (what-line and vc-annotate-warp-version).
22753 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22755         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
22756         (diff-mode): Remove aborted attempt at support for compile.el.
22757         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
22759 2004-02-06  Andreas Schwab  <schwab@suse.de>
22761         * view.el (view-mode-enable): Add view-mode-map to
22762         minor-mode-overriding-map-alist.
22764 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22766         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
22768 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22770         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
22771         with point inside rather than after the paragraph.
22773 2004-02-04  Sam Steingold  <sds@gnu.org>
22775         * mail/smtpmail.el (smtpmail-try-auth-methods):
22776         Do not try authentication when no mechanism is available.
22777         Pass port-name as defaultport to `netrc-machine'.
22779 2004-02-04  Stephen Eglen  <stephen@gnu.org>
22781         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
22782         to show how minibuffer height can be constrained.
22784 2004-02-04  John Paul Wallington  <jpw@gnu.org>
22786         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
22788 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22790         * x-dnd.el: New file for drag and drop.
22792         * term/x-win.el: require x-dnd, set after-make-frame-functions
22793         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
22794         drag-n-drop event.
22796         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
22797         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
22798         (dired-dnd-handle-file): New functions for drag and drop support.
22799         (dired-mode): Initialize drag and drop if x-dnd present.
22801 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22803         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
22804         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
22805         (cperl-mode): Set fill-paragraph-function.
22806         (cperl-fill-paragraph): Make it non-interactive.
22808 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
22810         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
22812 2004-02-02  David Kastrup  <dak@gnu.org>
22814         * replace.el (perform-replace): Allow 'literal argument in
22815         regexp-flag to indicate literal replacement.
22816         (query-replace-regexp-eval): Use it.
22818 2004-02-01  Andreas Schwab  <schwab@suse.de>
22820         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
22822 2004-02-01  Stephen Eglen  <stephen@gnu.org>
22824         * info-look.el: Add support for maxima-mode.  Update commentary
22825         because info-lookup-symbol is now bound to C-h S.
22827 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
22829         * simple.el (edit-and-eval-command): Bind print-level and
22830         minibuffer-history-sexp-flag around call to read-from-minibuffer.
22831         Correct initial position in command-history.
22833 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
22835         * files.el (read-directory-name): Adapt the docstring to recent
22836         change in Fread_file_name.
22838 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
22840         * ses.el (ses-print-cell): If print format too wide for column
22841         width, truncate decimal places if that helps to avoid "#####" fill.
22842         * ses.el (ses-initial-column-width): Revert previous change.
22844 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22846         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
22847         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
22848         Add edebug info.
22849         (jit-lock-mode): Setup/cancel the new timer.
22850         (jit-lock-context-fontify): New fun.  Extracted from
22851         context fontification code of jit-lock-stealth-fontify.
22852         (jit-lock-stealth-fontify): Don't do context fontification any more.
22854         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
22855         (jit-lock-fontify-now): Handle the `quit' case.
22856         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
22858 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
22860         * progmodes/executable.el (executable-command-find-posix-p):
22861         New.  Check if find handles arguments Posix-style.
22863         * progmodes/grep.el (grep-compute-defaults):
22864         Use executable-command-find-posix-p.
22865         (grep-find): Check `grep-find-command'.
22867         * filecache.el (file-cache-find-posix-p): Delete.
22868         (file-cache-add-directory-using-find):
22869         Use `executable-command-find-posix-p'.
22871 2004-01-29  Dave Love  <fx@gnu.org>
22873         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
22874         Iterate the hook function if arg is given.
22875         (mark-defun, narrow-to-defun): Change order of finding the limits.
22877         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
22878         (byte-compile-format-warn): New.
22879         (byte-compile-callargs-warn): Use it.
22880         (Format, message, error): Add byte-compile-format-like property.
22881         (byte-compile-maybe-guarded): New.
22882         (byte-compile-if, byte-compile-cond): Use it.
22883         (byte-compile-lambda): Compile interactive forms,
22884         just to make warnings about them.
22886 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
22888         * ses.el (ses-initial-column-width): Increase to 14, so it will
22889         work well with the default printer of "%.7g" for extreme values
22890         like "-1.234567e+07".
22892 2004-01-29  Kenichi Handa  <handa@m17n.org>
22894         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
22896 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
22898         * dos-w32.el: Added support for the `default-printer-name' function.
22900 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * server.el (server-socket-name): Don't use the hostname in the
22903         socket name since /tmp is local to the host anyway.
22905         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
22906         robust check of widening and fix var-naming.
22908 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
22910         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
22911         or rmail-spam- to rsf- in all function and variable names.
22912         (rsf-min-region-to-spam-list): New variable.
22913         (rsf-bbdb-auto-delete-spam-entries): Rename from
22914         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
22915         scanned together with the recipients field for spam testing; Don't
22916         delete spam message if rmail-delete-after-output is non-nil;
22917         (rsf-check-field): New function, extracted from code in
22918         rmail-spam-filter to ease addition of header fields like
22919         content-type:;
22920         (message-content-type): New variable.  The content-type: field was
22921         added also in defcustom of rsf-definitions-alist;
22922         (rmail-spam-filter): Replace repeated test code for header fields
22923         by calls to check-field; change the call to
22924         rmail-output-to-rmail-file such that rmail-current-message stays
22925         the same to avoid wrong deletion of unseen flags.
22926         (rmail-use-spam-filter): Add autoload cookie.
22928 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
22930         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
22931         (file-cache-add-directory-using-find): Add Cygwin support.
22932         (file-cache-find-command-posix-flag): New user variable.
22934         * filecache.el (file-cache-add-directory): Check for
22935         directories an remove them from dir-files.
22937 2004-01-27  Richard M. Stallman  <rms@gnu.org>
22939         * man.el (Man-fontify-manpage): Clean up message.
22941 2004-01-27  Kenichi Handa  <handa@m17n.org>
22943         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22944         (sentence-end): Define using sentence-end-without-space.
22946         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22947         a sentence ends with one of a character in sentence-end-without-space.
22949 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22951         * font-lock.el (font-lock): Add jit-lock as explicit group member.
22952         (jit-lock): Group declaration moved to jit-lock.el.
22953         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22954         when necessary.
22956         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22957         (jit-lock-context-unfontify-pos): Rename from
22958         jit-lock-first-unfontify-pos.
22959         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22961 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22963         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22964         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22965         (fortran-fill): When filling a string, adjust re-search-backward
22966         argument for special case of string just on fill-column.
22967         When filling non-string, allow one extra char if
22968         fortran-break-before-delimiters is non-nil.
22969         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22970         Use fortran-break-delimiters-re and fortran-no-break-re to
22971         correctly handle cases such as "**".
22973         * progmodes/f90.el (f90-break-delimiters): Doc fix.
22974         (f90-no-break-re): Add some extra tokens.  Doc fix.
22976 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
22978         * mail/rmail-spam-filter.el:
22979         Use two semicolons as Commentary line prefix.
22980         Add ";;; Code:" stylized comment.
22981         Delete end-of-line whitespace.
22982         Wrap (require 'cl) with `eval-when-compile'.
22984 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
22986         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22987         at the top level of vc.el.
22989 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
22991         * vc.el (vc-current-line): Function removed.  This is now done by
22992         the new function line-at-pos in simple.el.
22993         (vc-annotate-warp-version): Use line-at-pos instead of
22994         vc-current-line.
22996 2004-01-22  Kim F. Storm  <storm@cua.dk>
22998         * simple.el (line-at-pos): New defun.
22999         (what-line): Use it.  Optimize by only counting lines in narrowed
23000         region once.
23002 2004-01-22  Kenichi Handa  <handa@m17n.org>
23004         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
23005         point (register r1) only for charset mule-unicode-0100-24ff.
23007 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23009         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
23010         trailing white space and ensure a final newline.
23012         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
23013         Add autoload cookie.
23015 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
23017         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
23018         activate view-mode explicitly.
23020 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23022         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
23023         menu-bar-enable-clipboard and make Paste use clipboard first.
23025 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23027         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
23028         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
23029         (vc-mcvs-cvs): Remove.
23030         (vc-mcvs-command): Remove use of assert.
23032         * outline.el (outline-insert-heading): Tighten up match.
23033         (outline-demote, outline-move-subtree-down): Don't assume anything
23034         about outline-regexp.
23036         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
23037         (texinfo-show-structure): Explicitly add ^, and simplify.
23039 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
23041         * calendar/appt.el (appt-check): Restore usage of
23042         appt-issue-message deleted in previous change.
23043         (top-level): Activate package when loaded (needed for backwards
23044         compatibility).
23046 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23048         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
23049         following previous change to smtpmail-send-data.
23051 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
23053         * vc.el (vc-default-previous-version): Doc enhancement.
23054         (vc-default-next-version): New function.
23055         (vc-print-log): New arg FOCUS-REV.
23056         (vc-annotate-mode): Derive from view-mode.
23057         (vc-annotate): New args REVISION, DISPLAY-MODE.
23058         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
23059         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
23060         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
23061         (vc-annotate-show-diff-revision-at-line, vc-current-line)
23062         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
23064         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
23066 2004-01-19  Karl Berry  <karl@gnu.org>
23068         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
23069         or "TexInfo".
23071 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
23073         * subr.el (delete-dups): New function.
23075 2004-01-19  Karl Berry  <karl@gnu.org>
23077         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
23078         with ^, since that's what texinfo-show-structure
23079         documentation says (plus it works much better in texinfo.txi).
23081 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
23083         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
23085 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
23087         * progmodes/which-func.el (which-function-mode): Don't cancel
23088         which-func-update-timer if not set.
23090 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
23092         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
23093         Remove spurious left square bracket in XX:XXam regexp.
23095 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
23097         * progmodes/cc-defs.el: Do not require cl at run time.
23099 2004-01-16  Richard M. Stallman  <rms@gnu.org>
23101         * emacs-lisp/cl.el (cl-cannot-unload): New function.
23102         (cl-unload-hook): Defvar this to run cl-cannot-unload.
23104         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
23105         Call rmail-spam-filter.  Delete and expunge spam.
23106         Print number of spam messages deleted.
23107         Save and restore the deletion status of old messages when reading
23108         new mail with spam filter, so that expunging spam does not expunge
23109         msgs deleted by the user.
23110         (rmail-only-expunge): Add an optional argument dont-show to
23111         prevent showing message after expunge.
23113 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
23115         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
23116         * subr.el (declare): New macro.
23118 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
23120         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
23122 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23124         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23125         Test window-system rather than system-type (for X11/Mac).
23127 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
23129         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
23131 2004-01-12  Richard M. Stallman  <rms@gnu.org>
23133         * mail/rmail.el (rmail-convert-to-babyl-format):
23134         Use mail-unquote-printable-region.
23135         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
23136         (rmail-hex-char-to-integer): Functions deleted.
23138         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
23139         (mail-unquote-printable-region): New arg NOERROR.
23140         For invalid encoding, either signal an error to just return nil.
23142 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23144         * calendar/appt.el: Update copyright and commentary.
23145         (appt-issue-message): Make obsolete.
23146         (appt-visible, appt-msg-window): Make obsolete, in favor of
23147         appt-display-format.
23148         (appt-display-mode-line, appt-display-duration)
23149         (appt-display-diary, appt-time-msg-list, appt-mode-string)
23150         (appt-prev-comp-time, appt-display-count, appt-timer)
23151         (appt-convert-time): Doc change.
23152         (appt-disp-window-function, appt-delete-window-function):
23153         Use defcustom rather than defvar.
23154         (appt-display-format): New variable.
23155         (appt-display-message): New function with display code from appt-check.
23156         (appt-check): Add optional FORCE argument.  Doc change.
23157         Add appt-make-list to diary-hook if displaying diary.
23158         Remove checking of view-diary-entries-initially.
23159         Message display section removed to new function appt-display-message.
23160         (appt-display-window): Doc change.  Remove unused internal var
23161         this-buffer.  Do not beep, since appt-display-message does that.
23162         (appt-make-list): Doc change.  Use caar.
23163         (appt-sort-list): Simplify by using builtin sort function.
23164         (appt-update-list): New function for updating appts when diary is
23165         saved.
23166         (appt-activate): New autoloaded function to toggle package
23167         functionality.
23169         * calendar/cal-x.el: (calendar-one-frame-setup)
23170         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
23172         * calendar/calendar.el: Update copyright.
23173         (view-diary-entries-initially, european-calendar-style): Doc change.
23174         (calendar-setup): Make defcustom rather than defvar.
23175         (mark-visible-calendar-date): Initialize temp-face and faceinfo
23176         in let binding so local to function.
23178         * calendar/diary-lib.el: Update copyright.
23179         (diary, diary-entry-time): Doc change.
23180         (list-diary-entries): Doc change.  Trivial logic change.
23181         (fancy-diary-display): Restore make-face command mistakenly
23182         deleted 2003-05-08.
23183         (show-all-diary-entries): Allow to pop-up frame if needed.
23185 2004-01-09  John Paul Wallington  <jpw@gnu.org>
23187         * bindings.el (mode-line-change-eol): Add EVENT parameter.
23188         Temporarily select EVENT's window for changing eol type.
23190 2004-01-09  Deepak Goel  <deego@gnufans.org>
23192         * calendar/diary-lib.el (diary-entry-time):
23193         Also accept time in the form XX[.XX][am/pm/AM/PM].
23194         (fancy-diary-font-lock-keywords): Likewise.
23195         (diary-font-lock-keywords): Likewise.
23196         * calendar/appt.el (appt-add): Likewise.
23197         (appt-make-list): Likewise.
23198         (appt-convert-time): Likewise.
23200 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
23202         * gdb-ui.el (gdb-ann3): Revert previous change.
23203         (gdb-source-info): Allow for case of where compilation directory
23204         is not recorded.
23206 2004-01-08  John Paul Wallington  <jpw@gnu.org>
23208         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
23210 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
23212         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
23214         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
23215         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
23216         problems.
23217         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
23219 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
23221         * files.el (write-file-functions, write-contents-functions):
23222         Clarify docstrings.
23224 2004-01-07  Kenichi Handa  <handa@m17n.org>
23226         * international/mule.el (set-auto-coding): Fix for the case that
23227         end-of-line is only CR.
23229 2004-01-07  Kim F. Storm  <storm@cua.dk>
23231         * subr.el (event-start, event-end): Doc fix.
23232         (posn-string, posn-image): New defuns.
23233         (posn-object): Return either image or string object.
23234         (posn-object-x-y): Return 8th element of position.
23235         (posn-object-width-height): New defun.
23237 2004-01-06  Andreas Schwab  <schwab@suse.de>
23239         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
23240         output.
23242 2004-01-05  Karl Berry  <karl@gnu.org>
23244         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
23245         / and *, too.
23247 2003-12-31  Simon Josefsson  <jas@extundo.com>
23249         * files.el (before-save-hook): Add.
23250         (basic-save-buffer): Use before-save-hook.
23252         * emacs-lisp/copyright.el: Fix comment to recommend
23253         before-save-hook instead of write-file-functions.
23255 2004-01-05  Richard M. Stallman  <rms@gnu.org>
23257         * finder.el (finder-commentary): Call delete-other-windows.
23259         * net/ange-ftp.el (ange-ftp-file-attributes):
23260         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
23262 2004-01-04  Karl Berry  <karl@gnu.org>
23264         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
23265         comment characters % and # in the copyright year notice,
23266         as well as ;.
23268 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
23270         * wid-edit.el (default): Define dummy :value-delete.
23271         Reported by Jesper Harder <harder@ifa.au.dk>.
23273 2004-01-03  Richard M. Stallman  <rms@gnu.org>
23275         * progmodes/compile.el (compile-internal): Use point, not point-min,
23276         for set-window-point.
23278         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
23280         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
23282         * progmodes/grep.el (grep-mode-map):
23283         Don't remap next-line, previous-line.
23285 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
23287         * speedbar.el (speedbar-edit-line): Change regexp to position
23288         the cursor on the first character of this line's button.
23290 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
23292         * subr.el (functionp): Doc fix.
23294 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23296         * progmodes/idlwave.el (idlwave-make-tags):
23297         * textmodes/flyspell.el (flyspell-large-region):.
23298         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
23299         * emulation/viper-util.el (viper-glob-unix-files):
23300         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
23301         * man.el (Man-init-defvars):
23302         * jka-compr.el (jka-compr-call-process):
23303         * files.el (get-free-disk-space,insert-directory):
23304         * ediff-ptch.el (ediff-test-patch-utility):
23305         * ediff-diff.el (ediff-test-utility):
23306         * dired-aux.el (dired-check-process):
23307         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
23308         test the return value of call-process, because it can be a string.
23310 2003-12-31  John Paul Wallington  <jpw@gnu.org>
23312         * bindings.el (completion-ignored-extensions): Add .pfsl.
23314 2003-12-31  Kim F. Storm  <storm@cua.dk>
23316         * ido.el (ido-nonreadable-directory-p): New defun to check for
23317         nonreadable directory without activating tramp (to avoid problems
23318         with checking incomplete tramp paths).
23319         (ido-set-current-directory, ido-file-internal)
23320         (ido-file-name-all-completions1): Use it.
23322 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
23324         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
23325         documentation if the anchor (or node) name is preceded by `info
23326         anchor' or `Info anchor' in addition to earlier `info node' and
23327         `Info node'.
23328         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
23330 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
23332         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
23333         error in arguments to base64-decode-region.  Remove ^M characters
23334         after decoding base64.
23336 2003-12-30  Simon Josefsson  <jas@extundo.com>
23338         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
23339         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
23340         have only been distributed with Emacs for some years.
23341         (texinfo-mode-hook): Customize.
23343 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
23345         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
23346         cleaner (suggested by Richard Stallman).
23348         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
23349         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
23350         file-name clashes on 8+3 DOS filesystems.
23352         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
23353         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
23354         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
23355         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
23356         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
23357         file-name clashes on 8+3 filesystems.
23359         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
23360         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
23361         file-name clashes on 8+3 DOS filesystems.
23363 2003-12-29  Richard M. Stallman  <rms@gnu.org>
23365         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
23366         Upcase the character.
23368         * textmodes/flyspell.el (mail-mode-flyspell-verify):
23369         Search for header separator alone on a line, literally,
23370         and search for it backward, not forward.
23371         (flyspell-abbrev-table): Always use global-abbrev-table
23372         if there is no local one.
23374         * progmodes/sh-script.el (sh-get-indent-info):
23375         Don't move point back if at bob.
23377         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
23379         * play/handwrite.el (handwrite): Make the handwrite credit message
23380         a comment rather than an output command.
23382         * obsolete/sc.el: Display message that this file is obsolete.
23384         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
23386         * mail/rfc822.el (rfc822-address-start): Declare variable.
23387         Renamed from address-start.  All uses changed.
23389         * term.el (term-exec): Set up sentinel.
23390         (term-sentinel): New function.
23391         (term-handle-exit): New function.
23393         * subr.el (assoc-ignore-case, assoc-ignore-representation):
23394         Use assoc-string, and mark them obsolete.
23395         (delay-mode-hooks): Mark as permanent local.
23397         * simple.el (sendmail-user-agent-compose): Use assoc-string.
23399         * register.el (copy-rectangle-to-register): Doc fix.
23401         * info.el (Info-insert-dir): Use assoc-string.
23403         * info-look.el (info-lookup): Use assoc-string.
23405         * frame.el (pop-up-frame-function): Use quote, not `function'.
23406         (frame-notice-user-settings): Calculate ADJUSTED-TOP
23407         copying with lists as coordinate values.
23409         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
23411         * find-dired.el (kill-find): New command.
23412         (find-dired): Make buffer read-only.
23413         Set up a keymap with C-c C-k running kill-find.
23414         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
23416         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
23418         * filecache.el (file-cache-ignore-case): New variable.
23419         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
23421         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
23422         (comint-dynamic-complete-as-filename): Rename local vars.
23423         (comint-dynamic-list-filename-completions): Likewise.
23425         * comint.el (comint-dynamic-list-completions-config): New var.
23426         (comint-dynamic-list-completions): Handle both SPC and TAB right.
23428         * comint.el (comint-file-name-chars): Add [].
23429         (comint-word): Use skip-chars-backward, not search.
23431         * shell.el (shell-file-name-chars): Add [].
23433         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
23435         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
23437         * generic.el (define-generic-mode): Doc fix.
23439 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23441         * files.el (kill-some-buffers): Doc fix.
23443 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
23445         * comint.el (comint-watch-for-password-prompt): Pass `string' as
23446         arg to send-invisible
23447         (send-invisible): Doc fix.  The argument is now a prompt, not the
23448         string to send.
23449         (comint-read-noecho): Doc fix.
23451 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
23453         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
23454         "@", as required by some ISP hosting service.  Fix defcustom
23455         argument syntax errors that prevented use of customization.
23457 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23459         * xml.el (xml-get-attribute-or-nil): Doc fix.
23461 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
23463         * net/zone-mode.el (zone-mode): Use write-file-functions, not
23464         write-file-hooks.
23466 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23468         * autorevert.el (auto-revert-interval): Doc fix.
23470 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
23472         * xml.el (xml-get-attribute-or-nil): New function, like
23473         xml-get-attribute, but returns nil if the attribute was not found.
23474         (xml-get-attribute): Convert to defsubst, uses
23475         xml-get-attribute-or-nil.
23477 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23479         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
23481 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
23483         * custom.el (custom-declare-theme): Use `value' when putting
23484         properties on `theme'.
23486 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
23488         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
23489         for each yank-handler segment.
23490         (insert-for-yank-1): New function, with the body of the previous
23491         insert-for-yank.
23493         * textmodes/table.el (table-yank-handler): New defcustom.
23494         (table--put-cell-indicator-property): Put yank-handler property
23495         that indicates the yank handler for the table cell.
23497 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23499         * generic-x.el (etc-modules-conf-generic-mode): A more complete
23500         set of keywords.
23502 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23504         * international/mule-cmds.el (reset-language-environment)
23505         (set-language-environment): Don't invoke fontset-related functions
23506         if fontset-list is not fboundp.
23508 2003-12-29  Kenichi Handa  <handa@m17n.org>
23510         * international/mule-cmds.el (reset-language-environment):
23511         Call set-overriding-fontspec-internal with nil.
23512         (set-language-environment): Call set-overriding-fontspec-internal
23513         if the language environment specify `overriding-fontspec'.
23514         (language-info-alist): Doc added.
23516         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
23517         characters of mule-unicode-0100-24ff.
23518         (ccl-encode-windows-1251-font): New CCL program.
23519         ("Bulgarian"): Specify overriding-fontspec.
23520         ("Belarusian"): Likewise.
23522 2003-12-28  Sam Steingold  <sds@gnu.org>
23524         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
23525         parameter ID-FORMAT to conform with the 2003-11-30 patch.
23527 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
23529         * progmodes/gud.el (gud-gdb-command-name): Set default to
23530         "gdb --annotate=3".
23531         (gud-gdb-marker-filter): Look out for annotations.
23532         (gdb-first-pre-prompt): New variable.
23533         Remove trailing white space.
23535         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
23536         if necessary.
23537         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
23538         annotations are detected.
23539         (gud-gdba-marker-filter): Use global variable gud-marker-acc
23540         instead of a local one to allow transition from
23541         gud-gdb-marker-filter.
23542         Remove trailing white space.
23544 2003-12-27  Kim F. Storm  <storm@cua.dk>
23546         * ido.el: Handle non-readable directories.
23547         (ido-decorations): Add 9th element for non-readable directory.
23548         (ido-directory-nonreadable): New dynamic var.
23549         (ido-set-current-directory): Set it.
23550         (ido-read-buffer, ido-file-internal):
23551         (ido-read-file-name, ido-read-directory-name): Let-bind it.
23552         (ido-file-name-all-completions1): Return empty list for
23553         non-readable directory.
23554         (ido-exhibit): Print [Not readable] if directory is not readable.
23555         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
23556         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
23557         Use it.
23559 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
23561         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
23562         calls to directory-files-and-attributes and file-attributes.
23563         (ls-lisp-format): Remove system dependent handling of user and
23564         group id's.
23566 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
23568         * ffap.el (ffap-read-file-or-url): Revert previous change.
23570 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
23572         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
23573         new list of included files called `files-with-node-lines', that
23574         only have node lines.  This way @include commands can include any
23575         file, such as version and update files without node lines, not
23576         just files that are chapters.
23578 2003-12-25  Andreas Schwab  <schwab@suse.de>
23580         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
23581         file not found.
23583 2003-12-08  Miles Bader  <miles@gnu.org>
23585         * dired.el (dired-between-files): Always use dired-move-to-filename,
23586         which is more robust in non-english locales.
23588 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23590         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
23592 2003-12-24  Andreas Schwab  <schwab@suse.de>
23594         * shell.el (shell-file-name-quote-list): Add backslash.
23596         * comint.el (comint-quote-filename): Correctly handle backslash
23597         in comint-file-name-quote-list.
23599 2003-12-24  Kenichi Handa  <handa@m17n.org>
23601         * international/mule-cmds.el (set-default-coding-systems):
23602         Call ucs-set-table-for-input for all buffers that don't have local
23603         value of buffer-file-coding-system.
23605         * international/ucs-tables.el (ucs-set-table-for-input):
23606         If translation-table-for-encode is a symbol, get its
23607         translation-table property.
23609 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
23611         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
23612         to `completing-read' on a recently fixed bug.
23614         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
23615         instead of SPACE, to get the list of possible fringe modes.
23616         SPACE only works if both `partial-completion-mode' and
23617         `completion-auto-help' are nil.
23619         * complete.el (PC-is-complete-p): Delete.
23620         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
23621         calls to `test-completion'.
23623 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
23625         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
23626         to edit values when there are no children.
23628         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
23629         a mode called "Assembler" already exists.
23630         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
23631         (gud-watch): Use format option.  Remove font properties from string.
23632         (gdb-var-create-handler, gdb-var-list-children-handler):
23633         Don't bother about properties as there are none.
23634         (gdb-var-create-handler, gdb-var-list-children-handler)
23635         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
23636         with two arguments.
23637         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
23638         Let speedbar show value changes with a different font.
23639         (gdb-edit-value): New defun.
23640         (gdb-clear-partial-output, gdb-clear-inferior-io)
23641         (def-gdb-auto-update-handler): Use erase-buffer.
23642         (gdb-frame-handler): Display watch expressions in
23643         FUNCTION::VARIABLE format if required.
23645 2003-12-23  John Paul Wallington  <jpw@gnu.org>
23647         * info.el (Info-unescape-quotes, Info-split-parameter-string)
23648         (Info-goto-emacs-command-node): Doc fixes.
23650 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
23652         * cus-edit.el (custom-add-parent-links): Define "many".
23654 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
23656         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
23657         (widget-child-validate, widget-type-value-create)
23658         (widget-type-default-get, widget-type-match): New functions.
23659         (lazy): New widget.
23660         (menu-choice, checklist, radio-button-choice, editable-list)
23661         (group, documentation-string): Remove redundant (per 2003-10-25
23662         change) calls to `widget-children-value-delete'.
23663         (widget-choice-value-get, widget-choice-value-inline): Remove.
23664         (menu-choice): Update widget.
23666 2003-12-03  Kenichi Handa  <handa@m17n.org>
23668         * language/cyrillic.el: Register "microsoft-cp1251" in
23669         ctext-non-standard-encodings-alist.
23670         ("Bulgarian"): Add ctext-non-standard-encodings.
23671         ("Belarusian"): Likewise.
23673         * international/mule-conf.el (compound-text-with-extensions):
23674         Change the type to 2 (iso-2022 base).
23676         * international/mule.el (ctext-non-standard-encodings-alist):
23677         Change the format.
23678         (ctext-non-standard-encodings): New variable.
23679         (ctext-post-read-conversion): Fully re-written.
23680         (ctext-non-standard-designations-alist): Delete it.
23681         (ctext-non-standard-encodings-table): New function.
23682         (ctext-pre-write-conversion): Fully re-written.
23684 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
23686         * cus-edit.el (custom-add-parent-links): Add documentation links
23687         for parent, if the item has none of its own.
23689 2003-11-30  Richard M. Stallman  <rms@gnu.org>
23691         * dired-aux.el (dired-do-query-replace-regexp):
23692         Report files visited read-only.
23694 2003-11-30  Juri Linkov  <juri@jurta.org>
23696         * dired-aux.el (dired-compare-directories): New command.
23697         (dired-file-set-difference, dired-files-attributes): New functions.
23699 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
23700         Version 2.0.38 of Tramp released.
23702         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
23703         Charles Curley <charlescurley@charlescurley.com>.
23704         (tramp-multi-connection-function-alist): Add ssht entry which adds
23705         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
23706         Aichner.
23707         (tramp-get-method-parameter): New function to retrieve a method
23708         parameter.  This allows for omission of method parameters.
23709         Callers adjusted.
23711 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
23713         * net/tramp.el: Add new optional parameter ID-FORMAT to
23714         `file-attributes'.  Calls of `file-attributes' won't use this
23715         parameter for backward compatibility reasons.
23716         (tramp-perl-file-attributes): Add a new parameter to Perl script
23717         in order to handle uid/gid as strings, if desired.
23718         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
23719         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
23720         order to make the function more general.
23721         (tramp-handle-file-attributes): Replace proprietary optional
23722         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
23723         (tramp-handle-file-attributes-with-perl): Handle parameter
23724         NONNUMERIC if set.  This wasn't done in the past.
23725         (tramp-post-connection): Apply second parameter "$2" if
23726         `tramp-remote-perl' is called.
23728         * net/tramp-smb.el (tramp-smb-handle-delete-file):
23729         Correct cut'n'waste error (`filename' instead of `directory').
23730         (tramp-smb-handle-directory-files-and-attributes)
23731         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
23732         introduced parameter ID-FORMAT.
23733         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
23734         error (`directory' instead of `ldir').
23736         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
23737         `file-attributes' has a second parameter.  If yes, apply it with
23738         value "'integer".  Otherwise, don't use that parameter (default is
23739         integer format).
23741 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
23743         * help.el (help-map): Bind `display-local-help' to `C-h .'.
23744         (help-for-help): Add `C-h .' to the listed Help options.
23745         Remove trailing whitespace.
23747         * help-at-pt.el: New file.
23749 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
23751         * subr.el (noreturn, 1value): New macros for test coverage.
23752         See `testcover.el'.
23754         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
23755         `1value'.
23757         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
23758         for macro `1value'.
23759         (testcover-1value): New function.  Checks that a 1value form
23760         actually returns only one value.  Requested by RMS.
23762 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
23764         * gdb-ui.el (gud-watch, gdb-var-create-handler)
23765         (gdb-var-list-children, gdb-var-list-children-handler)
23766         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
23767         gdb commands that use mi to keep them out of the command history.
23769 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23771         * cus-start.el (all): Add use-file-dialog.
23773 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23775         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
23777 2003-11-27  Kim F. Storm  <storm@cua.dk>
23779         * subr.el (posn-object-x-y): New defun.
23781 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23783         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
23784         Don't use `space' for \\\n.
23785         Be more selective as to which # are comment-starters.
23787 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
23789         * subr.el (number-sequence): Improve handling of floating point
23790         arguments (suggested by Kim Storm).  Allow negative arguments.
23792 2003-11-26  Kenichi Handa  <handa@m17n.org>
23794         * international/mule-cmds.el (standard-display-european-internal):
23795         Cancel the standard-display-table setting for ` and '.
23797 2003-11-26  Kim F. Storm  <storm@cua.dk>
23799         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
23800         New defcustoms to add ffap-like functionality to ido.
23801         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
23802         (ido-no-final-slash): New defun.
23803         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
23804         (ido-read-file-name): ): Toggle VC checking via
23805         vc-handled-backends instead of vc-master-templates.
23806         (ido-file-internal): Handle ido-use-url-at-point and
23807         ido-use-filename-at-point via code borrowed from ffap-guesser.
23808         Handle new ido-exit code ffap.
23809         (ido-sort-list): Ignore final slash when sorting file names.
23811 2003-11-25  Kim F. Storm  <storm@cua.dk>
23813         * emulation/cua-base.el (cua--standard-movement-commands):
23814         Add forward-sentence and backward-sentence.
23816 2003-11-25  Stephen Eglen  <stephen@gnu.org>
23818         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
23819         iswitchb-exit is set to 'usefirst when user selects buffer at head
23820         of list using RET.  (Selecting buffers at the head of the list was
23821         broken if the substring was also a complete buffername.)
23823 2003-11-23  Kim F. Storm  <storm@cua.dk>
23825         * progmodes/compile.el (grep-command, grep-use-null-device)
23826         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
23827         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
23828         (grep-regexp-alist, grep-program, find-program)
23829         (grep-find-use-xargs, grep-history, grep-find-history)
23830         (grep-process-setup, grep-compute-defaults)
23831         (grep-default-command, grep, grep-tag-default, grep-find)
23832         (grep-expand-command-macros, grep-tree-last-regexp)
23833         (grep-tree-last-files, grep-tree): Move grep variables, functions
23834         and commands to new file grep.el.
23835         (compilation-mode-map): Remove grep commands from Compile sub-menu.
23836         (compilation-process-setup-function): Doc fix.
23837         (compilation-highlight-regexp, compilation-highlight-overlay): New
23838         defvars used for highlighting current compile error in source buffer.
23839         (compile-internal): New optional args HIGHLIGHT-REGEXP and
23840         LOCAL-MAP which overrides compilation-highlight-regexp and
23841         compilation-mode-map for this compilation.
23842         Delay calling compilation-set-window-height until after running
23843         compilation-process-setup-function so it can buffer-local override
23844         compilation-window-height.
23845         Check buffer-local value of compilation-scroll-output.
23846         (compilation-set-window-height): Use buffer-local value of
23847         compilation-window-height.
23848         (compilation-revert-buffer): Don't pass (undefined)
23849         preserve-modes arg to revert-buffer.
23850         (next-error-no-select, previous-error-no-select): New commands.
23851         (compilation-goto-locus): Temporarily highlight current match in
23852         source buffer using compilation-highlight-regexp.
23854         * progmodes/grep.el: New file with grep code from compile.el.
23855         (grep): New defcustom group.
23856         (grep-window-height): New defcustom, like compilation-window-height.
23857         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
23858         (grep-scroll-output): New defcustom, like compilation-scroll-output.
23859         (grep-command, grep-use-null-device, grep-find-command)
23860         (grep-tree-files-aliases, grep-tree-ignore-case)
23861         (grep-tree-ignore-CVS-directories): Move to grep custom group.
23862         (grep-setup-hook): New hook variable.
23863         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
23864         (grep-last-buffer): New defvar, override compilation-last-buffer.
23865         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
23866         Call compile-internal with args highlight-regexp and grep-mode-map.
23868 2003-11-23  Kim F. Storm  <storm@cua.dk>
23870         * subr.el (event-start, event-end): Doc fix.
23871         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
23872         (posn-area, posn-actual-col-row, posn-object): New defuns.
23873         (posn-col-row): Simplify doc.  Rewrite to use cond.
23874         (posn-point): Also return buffer position for events outside text
23875         area (that info is now present in the event position).
23877         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
23878         mouse-set-point so that hscroll still works now that clicks on
23879         fringes generate specific mouse events.
23880         (mouse-set-point): Note that it now works in fringes and margins
23881         too due to new semantics of posn-point in fringes and margins.
23883         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
23884         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
23886 2003-11-20  Kim F. Storm  <storm@cua.dk>
23888         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
23889         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
23890         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
23891         to 100 for icons to avoid increasing line height when shown.
23893 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23895         * newcomment.el (comment-normalize-vars): Initialize properly if
23896         comment-start was nil.
23898 2003-11-19  Andreas Schwab  <schwab@suse.de>
23900         * simple.el (set-variable): Fix indentation.
23902 2003-11-17  Kenichi Handa  <handa@m17n.org>
23904         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
23905         Fix docstring.
23907 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23909         * international/latin1-disp.el (latin1-display): Fix docstring.
23911 2003-11-16  John Wiegley  <johnw@newartisans.com>
23913         * eshell/em-ls.el (eshell-ls-file): There are times with
23914         size-width is nil and uncomputed (when directories are created in
23915         dired, for example); in this case, 4 is reasonable default value,
23916         although it may caused skewed new entries (which could be avoided
23917         by returning the original value of 8 in all cases, but 99% of the
23918         time this is a waste of whitespace).
23920 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23922         * cc-engine.el (c-guess-continued-construct)
23923         (c-guess-basic-syntax): Check a little more carefully if it's a
23924         function declaration when an unknown construct followed by a block
23925         is found inside a statement context.  This avoids macros followed
23926         by blocks to be taken as function declarations.
23928         (c-guess-continued-construct): Change the analysis of a statement
23929         continuation with a brace open to `substatement-block', for
23930         consistency with recognized statements.
23932         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
23933         start is in a position so that `c-beginning-of-statement-1' jumped
23934         to the beginning of the same statement.
23936         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23937         Don't accept binary operators in the arglist if we're in a function
23938         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
23939         template recognition in cases like "if (a < b || c > d)".
23941         (c-restricted-<>-arglists): New more appropriate name for
23942         `c-disallow-comma-in-<>-arglists'.
23944         Accessing functions updated for the variable name change.
23946         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23947         match data could get clobbered if NOT-INSIDE-TOKEN is used.
23949         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23950         labels.
23952         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23953         instead of duplicating parts of it.  This fixes bogus label
23954         recognition.
23956         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23957         of checking the context in which to apply the minimum indentation,
23958         so that it isn't enforced in e.g. namespace blocks.
23960         * cc-vars.el (c-inside-block-syms): New constant used by
23961         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
23962         to somewhat reduce the risk of becoming stale.
23964         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23965         cc-cmds to cc-engine to allow use from cc-align.
23967         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23968         qualified identifiers containing "::".
23970         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23971         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23973         * cc-vars.el (c-emacs-features): Use a space in front of the name
23974         of the temporary buffer.  That also avoids dumping problems in
23975         XEmacs due to undo info being left around after the buffer is killed.
23977         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23978         arglist to see if it's a K&R style declaration.
23980         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23981         before returning `knr-argdecl-intro'.
23983 2003-11-16  John Wiegley  <johnw@newartisans.com>
23985         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23986         field in a long-listing always 8 characters, use `size-width',
23987         which has already been computed.
23989 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
23991         * subr.el (minor-mode-list): Add `hs-minor-mode'.
23993 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
23995         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23996         Support operation while narrowed, with `diff-restrict-view'.
23998 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
24000         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24001         Take additional optional arg NARROWFUN.  For the generated functions:
24002         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
24003         include frags that arrange to check for and save narrowing state before
24004         the move and then conditionally call NARROWFUN after the move.
24006 2003-11-14  John Wiegley  <johnw@newartisans.com>
24008         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
24009         that was optional, but obviously missing based on surrounding code.
24011         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
24012         string arguments to numbers unless the whole argument was seen as
24013         a number.
24015 2003-11-14  Kenichi Handa  <handa@m17n.org>
24017         * international/mule.el (ctext-non-standard-encodings-alist):
24018         Fix coding systems.
24020 2003-11-10  Kenichi Handa  <handa@m17n.org>
24022         * language/kannada.el ("Kannada"): Add sample-text.
24024         * language/knd-util.el (kannada-compose-region)
24025         (kannada-compose-string, kannada-post-read-conversion):
24026         Add autoload cookie.
24028         * international/quail.el (quail-completion): Change the message
24029         "corresponding translations" to "corresponding characters".
24031 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
24033         * descr-text.el (describe-char): Fix typo.
24035 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
24037         These changes are to support Kannada language/script.
24039         * Makefile.in (DONTCOMPILE): Add kannada.el.
24041         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
24043         * loadup.el: Preload kannada.el.
24045         * language/ind-util.el (ucs-kannada-to-is13194-alist)
24046         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
24047         New variables.
24049         * language/kannada.el: New file.
24051         * language/knd-util.el: New file.
24053 2003-11-07  Andreas Schwab  <schwab@suse.de>
24055         * progmodes/autoconf.el (autoconf-font-lock-keywords):
24056         Also highlight AH_*.
24058         * xml.el (xml-parse-dtd): Fix misplaced paren.
24060 2003-11-07  Kenichi Handa  <handa@m17n.org>
24062         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
24064 2003-11-05  Juri Linkov  <juri@jurta.org>
24066         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
24067         (desktop-buffer-file): Use saved buffer-file-coding-system
24068         for file reading.  Set auto-insert to nil to prevent automatic
24069         insertion into restored empty files.
24071 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
24073         * files.el (risky-local-variable-p): Make second argument optional.
24075 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24077         * subr.el (add-hook): Fix last change.
24079 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
24081         * mail/rmail.el (rmail-convert-to-babyl-format):
24082         If base64-decode-region signals an error, catch it and silently
24083         ignore it.
24085 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
24087         * xml.el (xml-parse-region): Allow comments to appear after the
24088         topmost element has closed.
24089         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
24090         (xml-ns-expand-attr): New functions to do namespace handling.
24091         (xml-intern-attrlist): Back-compatible handling of attribute names.
24092         (xml-parse-tag): Move namespace handling to separate functions.
24093         Now produces elements in the form ((:ns . "element") (attr-list)
24094         children) instead of ('ns:element (attr-list) children).
24095         (xml-parse-attlist): Fix attribute parsing.
24096         (xml-parse-dtd): Change parsing so that it produces strings
24097         instead of interned symbols.
24099 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
24101         * dired.el (dired-ls-sorting-switches): Doc fix.
24103 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
24105         * emacs-lisp/rx.el (rx-or): Fix the case of
24106         "(rx (and ?a (or ?b ?c) ?d))".
24108 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
24110         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
24111         (texinfo-format-region): Use it.
24112         (texinfo-format-buffer-1): Ditto.
24114 2003-11-01  Alan Mackenzie  <acm@muc.de>
24116         Changes to allow scrolling whilst in isearch mode:
24117         * isearch.el (isearch-unread-key-sequence): New function,
24118         extracted from isearch-other-meta-char.
24119         (top level): (put 'foo 'isearch-scroll) on all Emacs's
24120         "scrollable" standard functions.
24121         (isearch-allow-scroll): New customizable variable.
24122         (isearch-string-out-of-window, isearch-back-into-window)
24123         (isearch-reread-key-sequence-naturally)
24124         (isearch-lookup-scroll-key): New functions.
24125         (isearch-other-meta-char): Doc string and functionality enhanced.
24126         Now accepts a prefix argument.
24127         (isearch-lazy-highlight-window-end): New variable.
24128         (isearch-lazy-highlight-new-loop): Pay attention to the window's
24129         end (thru isearch-lazy-highlight-window-end), not only its start.
24131         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
24132         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
24133         (universal-argument, universal-argument-more, negative-argument)
24134         (digit-argument, universal-argument-other-key): Minor changes.
24136 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
24138         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
24139         recursively if the last message is deleted, thus avoiding an
24140         infinite loop.
24142 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24144         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
24145         (tex-main-file): Don't add .tex if the extension is already present.
24146         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
24148 2003-10-29  Lute Kamstra  <lute@gnu.org>
24150         * progmodes/octave-inf.el (inferior-octave-prompt):
24151         Recognize version number in prompt.
24153 2003-10-28  Dave Love  <fx@gnu.org>
24155         * international/characters.el: Fix some Unicode ranges.
24157 2003-10-28  Kenichi Handa  <handa@m17n.org>
24159         * disp-table.el (standard-display-8bit)
24160         (standard-display-default, standard-display-ascii)
24161         (standard-display-g1, standard-display-graphic)
24162         (standard-display-underline): Assure that standard-display-table
24163         is a display table.
24165 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24167         * simple.el (reindent-then-newline-and-indent): Delete space *after*
24168         reindenting the first line.
24170 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
24172         * wid-edit.el (widget-default-delete): Always delete child widgets.
24174 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24176         * newcomment.el (comment-indent): Don't call indent-according-to-mode
24177         if the line has code.
24178         Don't try to line up with something that's too far left.
24180         * progmodes/octave-mod.el (octave-comment-start): Simplify.
24181         (octave-mode-syntax-table): Add % as a comment starter.
24182         (octave-point): Remove.
24183         (octave-in-comment-p, octave-in-string-p)
24184         (octave-not-in-string-or-comment-p, calculate-octave-indent)
24185         (octave-blink-matching-block-open, octave-auto-fill):
24186         Use line-(beginning|end)-position instead.
24188 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
24190         * emacs-lisp/authors.el (authors-aliases): Add correct realname
24191         for Francesco Potort\e,Al\e(B.
24193 2003-10-23  Dave Love  <fx@gnu.org>
24195         * international/mule-cmds.el (locale-charset-to-coding-system):
24196         Don't rely on nil being a coding system.
24198         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
24199         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
24200         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
24202 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
24204         * gdb-ui.el (gdb-current-language): New variable.
24205         (gdb-update-flag): Remove variable.
24206         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
24207         (gdb-take-last-elt): Remove function.
24208         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
24209         (gdb-post-prompt): Check for variable object changes here.
24211         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
24212         object changes in gdb-ui.el.
24214 2003-10-21  Richard M. Stallman  <rms@gnu.org>
24216         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
24218         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
24219         Don't check for foo*/ wildcard form here.
24220         (insert-directory): Recognize foo*/ as a wildcard.
24221         Separate wildcard-regexp variable from the arg, wildcard.
24223         * subr.el (add-hook): Correctly detect when make-local-hook was used.
24224         (remove-hook): Correctly handle strange cases about local hooks.
24226 2003-10-21  David Ponce  <david@dponce.com>
24228         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
24229         argument REAL, to return a real number instead of a rounded
24230         integer value.  Define as inline function.
24231         (ruler-mode-right-fringe-cols): Likewise.
24232         (ruler-mode-scroll-bar-cols): New function.
24233         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
24234         (ruler-mode-right-scroll-bar-cols): Likewise.
24235         (ruler-mode-space): New function.
24236         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
24237         scroll bar mode and margins in a more robust way.
24239 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
24241         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
24242         (antlr-c-init-language-vars): New function.
24243         (antlr-mode): Use it with cc-mode before v5.29.
24244         (antlr-c-common-init): Don't set some local vars here.
24245         (antlr-mode): Set them here.
24246         (antlr-c-forward-sws): New function alias.
24247         (antlr-mode): Redefine with cc-mode before v5.30.
24248         (antlr-skip-sexps): Use it.
24249         (antlr-skip-exception-part): Ditto.
24250         (antlr-skip-file-prelude): Ditto.
24251         (antlr-outside-rule-p): Ditto.
24252         (antlr-end-of-body): Ditto.
24253         (antlr-option-kind): Ditto.
24254         (antlr-insert-option-area): Ditto.
24255         (antlr-file-dependencies): Ditto.
24257 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24259         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
24260         Move backward only if point was not inside an entry.
24262 2003-10-21  Richard M. Stallman  <rms@gnu.org>
24264         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
24266 2003-10-21  Juri Linkov  <juri@jurta.org>
24268         * compare-w.el: Automatically skip non-matching text to resync.
24269         (compare-windows-whitespace): Doc fix.
24270         (compare-windows-sync, compare-windows-sync-string-size)
24271         (compare-windows-recenter, compare-ignore-whitespace)
24272         (compare-windows-highlight, compare-windows-face): New variables.
24273         (compare-windows): Use compare-windows-sync.
24274         (compare-windows-highlight, compare-windows-dehighlight)
24275         (compare-windows-sync-regexp)
24276         (compare-windows-sync-default-function): New functions.
24278 2003-10-21  Juri Linkov  <juri@jurta.org>
24280         * diff.el (diff-parse-differences): Don't visit the files now;
24281         instead, just record the error locus.
24283 2003-10-21  Dave Love  <fx@gnu.org>
24285         * progmodes/cfengine.el: New file.
24287 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24289         * complete.el (PC-do-completion): Do not forget to use `pred' as the
24290         default-directory when completing file names.
24292 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
24294         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
24295         followed by the word `face', it gets treated as a face, even if
24296         it is also defined as a variable or a function.
24298 2003-10-20  Dave Love  <fx@gnu.org>
24300         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24301         Avoid incf in macro expansion.
24303 2003-10-20  John Paul Wallington  <jpw@gnu.org>
24305         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
24306         `evenp' so we don't implicitly require cl library at runtime.
24308 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
24310         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
24311         (help-make-xrefs): Only make cross-references for faces if
24312         preceded or followed by the word `face'.  Do not make a
24313         cross-reference for variables without variable documentation,
24314         unless preceded by the word `variable' or `option'.  Update doc
24315         string accordingly.
24317 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
24319         * progmodes/hideshow.el: Rewrite one-armed `if'
24320         constructs using either `when' or `unless'.
24321         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
24323 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
24325         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
24326         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
24327         instead of 12x12.
24329 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
24331         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
24332         message while converting to Babyl.
24334 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
24336         * allout.el (allout-mode): Doc fix.
24338 2003-10-16  Lute Kamstra  <lute@gnu.org>
24340         * subr.el (force-mode-line-update): Fix docstring.
24342 2003-10-14  Dave Love  <fx@gnu.org>
24344         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
24345         (default-input-method): Add :link, improve :type.
24346         (locale-charset-language-names): Fix utf-8 pattern.
24347         (locale-charset-match-p, locale-charset-alist)
24348         (locale-charset-to-coding-system): New.
24349         (set-locale-environment): Deal with codeset part of locale specs.
24351 2003-10-14  Lute Kamstra  <lute@gnu.org>
24353         * fringe.el (fringe-mode): Use active voice in docstring.
24354         (set-fringe-style): Ditto.
24356 2003-10-13  Lute Kamstra  <lute@gnu.org>
24358         * fringe.el (fringe-mode): Fix docstring.
24359         (set-fringe-style): Ditto.
24361 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
24363         * ediff-mult.el (ediff-filegroup-action):
24364         Use ediff-default-filtering-regexp.
24366         * ediff-util.el (ediff-recenter): Don't call
24367         ediff-restore-highlighting twice.
24368         (ediff-select-difference): Set current difference.
24369         (ediff-unselect-and-select-difference): Add comment.
24371         * ediff.el (ediff-directories,ediff-directory-revisions)
24372         (ediff-directories3,ediff-merge-directories)
24373         (ediff-merge-directories-with-ancestor)
24374         (ediff-merge-directory-revisions)
24375         (ediff-merge-directory-revisions-with-ancestor):
24376         Use ediff-default-filtering-regexp.
24378 2003-10-12  Andreas Schwab  <schwab@suse.de>
24380         * international/mule-cmds.el (locale-charset-language-names):
24381         Simplify regex by removing unused grouping.
24383 2003-10-10  Dave Love  <fx@gnu.org>
24385         * bindings.el: Don't bind stop.
24387 2003-10-08  Miles Bader  <miles@gnu.org>
24389         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
24390         face instead of attempting to emulate it.
24392 2003-10-07  Kenichi Handa  <handa@m17n.org>
24394         * international/mule-diag.el (list-coding-systems-1): List coding
24395         systems that are loaded automatically.
24397         * international/code-pages.el (iso-8859-11): Add autoload cookie.
24399         * international/mule.el (autoload-coding-system): New function.
24401 2003-10-07  Andreas Schwab  <schwab@suse.de>
24403         * log-edit.el (log-edit-changelog-entries): Prefer local value of
24404         change-log-default-name in the buffer visiting the file.
24406 2003-10-06  Dave Love  <fx@gnu.org>
24408         * files.el (find-file-hook): Customize.
24409         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
24411         * bindings.el (completion-ignored-extensions): Remove .log.
24412         (global-map): Add again, open, stop keys.
24414 2003-10-05  Richard M. Stallman  <rms@gnu.org>
24416         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
24417         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
24418         Use sh-modify directly.
24419         (sh-select): Use sh-append, not eval.
24421         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
24423         * info.el (Info-following-node-name): New function.
24425         * loadhist.el (unload-feature-special-hooks):
24426         Rename from loadhist-hook-functions.
24427         (loadhist-hook-functions): Now an alias.
24429 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
24431         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
24432         file-name clashes on 8+3 filesystems.
24434         * Makefile.in (DONTCOMPILE, bootstrap-clean):
24435         Rename loaddefs-boot.el to ldefs-boot.el
24437         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
24438         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
24440 2003-10-03  Lute Kamstra  <lute@gnu.org>
24442         * info.el (Info-mode): Revert previous change.
24443         (Info-escape-percent): New function.
24444         (Info-fontify-node): Use it.
24446 2003-10-02  Andreas Schwab  <schwab@suse.de>
24448         * loaddefs-boot.el: Regenerated.
24450 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
24452         * ffap.el: Remove defadvice related code from CVS since `complete'
24453         provides a `PC-completion-as-file-name-predicate' variable that
24454         ffap can override.
24456 2003-10-02  Kenichi Handa  <handa@m17n.org>
24458         * international/utf-8.el (ccl-decode-mule-utf-8):
24459         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
24461         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
24462         * international/subst-big5.el: Likewise.
24463         * international/subst-gb2312.el: Likewise.
24464         * international/subst-ksc.el: Likewise.
24466 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
24468         * calendar/calendar.el (increment-calendar-month)
24469         (calendar-leap-year-p, calendar-absolute-from-gregorian)
24470         (generate-calendar, calendar-read-date, calendar-interval)
24471         (calendar-day-of-week): Handle years BC.
24472         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
24474 2003-10-01  Dave Love  <fx@gnu.org>
24476         * language/cyrillic.el (cp1251): Alias for windows-1251.
24478         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
24479         bootstrap.
24481 2003-10-01  Lute Kamstra  <lute@gnu.org>
24483         * files.el: Fix typo.
24484         * imenu.el (imenu--generic-function): Docstring fix.
24486 2003-09-30  Richard M. Stallman  <rms@gnu.org>
24488         * dired.el (dired-mode): Handle dired-directory as a list.
24490 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
24492         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
24494         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
24496         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
24497         Replace gud-display with gud-watch.
24498         (gud-speedbar-buttons): Add stuff for watching expressions
24499         in the speedbar when using M-x gdba.  Use dolist on old part
24500         of this function.
24502         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
24503         (gdb-update-flag): New variables.
24504         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
24505         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
24506         (gud-watch, gdb-var-create-handler) : New functions.
24507         (gdb-var-list-children, gdb-var-list-children-handler)
24508         (gdb-var-create-regexp, gdb-var-update-regexp)
24509         (gdb-var-list-children-regexp): New constants.
24510         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
24511         (gdb-annotation-rules): Reduce annotation set (level 3).
24512         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
24513         (gdb-post-prompt): Don't update GDB buffers every time speedbar
24514         updates.
24515         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
24516         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
24517         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
24518         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
24519         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
24520         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
24521         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
24522         (gud-display, gud-display1)
24523         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
24524         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
24525         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
24526         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
24527         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
24528         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
24529         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
24530         (gdb-display-display-buffer, gdb-toggle-display)
24531         (gdb-delete-display, gdb-expressions-popup-menu)
24532         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
24533         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
24534         to display buffer.
24536 2003-09-30  Richard M. Stallman  <rms@gnu.org>
24538         * progmodes/ada-mode.el (ada-mode): Don't use advice.
24539         Instead, set which-func-functions.
24541         * progmodes/which-func.el (which-func-modes): Add ada-mode.
24542         (which-func-functions): New variable.
24543         (which-function): Use that.
24545         * info.el (Info-mode): Double each `%' in header line.
24547         * emacs-lisp/lisp-mnt.el (lm-with-file):
24548         When FILE is nil, run BODY in current buffer.
24550         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
24552         * help.el (describe-mode): Start with a brief list of minor modes.
24553         Find them thru minor-mode-list so as to find them all.
24554         Show them in alphabetical order.
24556         * mail/sendmail.el (mail-aliases): Doc fix.
24558         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
24560 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
24562         * mail/rmailsum.el (rmail-make-summary-line-1):
24563         Change comma after last label to a space.
24564         (rmail-summary-font-lock-keywords): Adapt to that change.
24566 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
24568         * progmodes/scheme.el (scheme-mode-variables): When setting
24569         `font-lock-defaults', also specify that "#" should
24570         be interpreted with `word' syntax.
24571         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
24573 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
24575         * desktop.el: A lot of comments updated.
24576         (desktop-save-mode): Minor mode introduced.
24577         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
24578         (desktop-load-default): Function made obsolete.
24579         (desktop-locals-to-save): Variable made customizable.
24580         (desktop-read): Optional parameter `dirname' added.
24581         (desktop-change-dir, desktop-revert): Parameter `dirname' in
24582         `desktop-read' used.
24583         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
24585 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
24587         * whitespace.el (whitespace-clean-msg): Add user customizable message
24588         for displaying ``clean'' output.
24589         (whitespace-buffer): Use `whitespace-clean-msg'.
24590         (whitespace-global-mode): Fix typo.
24592 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
24594         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
24596 2003-09-29  Lute Kamstra  <lute@gnu.org>
24598         * bindings.el (mode-line-modes): Remove superfluous :propertize
24599         construct in initialization.
24600         (mode-line-position): Change cons cell into proper list in
24601         initialization.
24603 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
24605         * international/mule.el (decode-coding-inserted-region): Use car
24606         of the return value of find-operation-coding-system.
24608 2003-09-29  Kenichi Handa  <handa@m17n.org>
24610         * descr-text.el (describe-char): Fix previous change.
24612 2003-09-28  Kenichi Handa  <handa@m17n.org>
24614         * descr-text.el (describe-char-display): New function.
24615         (describe-char): Pay attention to display table on describing how
24616         a character is displayed.
24618         * international/mule-cmds.el (encoded-string-description):
24619         Prepend "0x" to each encoded byte.
24621 2003-09-28  Andreas Schwab  <schwab@suse.de>
24623         * find-file.el (ff-special-constructs): Add autoload cookie.
24625 2003-09-28  Kevin Ryde  <user42@zip.com.au>
24627         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
24628         makeinfo appends to duplicate index entries.
24630 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
24632         * dired-x.el (dired-clean-tex): Doc fix.
24634         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
24635         using a Chinese tutorial.
24637 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24639         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
24640         between "MAIL FROM:" and "RCPT TO:" and the following address.
24642 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24644         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
24646 2003-09-28  David Ponce  <david@dponce.com>
24648         * recentf.el (recentf-initialize-file-name-history): New defcustom.
24649         (recentf-load-list): When `recentf-initialize-file-name-history'
24650         is non-nil, initialize an empty `file-name-history' with the
24651         recent list.
24653 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
24655         * man.el (Man-default-man-entry): Remove the leading `*' from the
24656         word at point.
24658 2003-09-26  Lute Kamstra  <lute@gnu.org>
24660         * bindings.el (mode-line-position): Mention size indication in
24661         docstring.
24663 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
24665         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
24667         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
24668         because it's autoloaded now.
24670 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
24672         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
24673         (sh-font-lock-keywords, sh-feature): Fix previous change of
24674         sh-feature to avoid infloop with sh-font-lock-keywords.
24676 2003-09-25  Kim F. Storm  <storm@cua.dk>
24678         * frame.el (frame-current-scroll-bars): New defun.
24680         * window.el (window-current-scroll-bars): New defun.
24682 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24684         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
24685         cause errors when the state cache contains info on parts that have
24686         been narrowed out.
24688 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24690         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
24691         `c-setup-paragraph-variables' has to be used when this variable is
24692         changed; it doesn't work to reinitialize the mode since that
24693         typically clobbers the variable.
24695         * progmodes/cc-styles.el (c-setup-paragraph-variables):
24696         Make it interactive.
24698 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24700         * progmodes/cc-fonts.el (c-font-lock-declarations):
24701         Fix recognition of constructors and destructors for classes whose
24702         names are matched by `*-font-lock-extra-types'.
24704         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
24705         followed by an identifier in C++ then it's a type.
24707 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24709         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
24710         problem that primarily affected XEmacs.  Don't use faces to find
24711         unterminated strings since Emacs and XEmacs fontify strings
24712         differently - this function should now work better in XEmacs.
24714 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24716         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
24717         `expand-abbrev' workaround which caused braces to misbehave inside
24718         macros.
24720         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
24721         handling.  This bug could cause interactive font locking to bail out.
24723 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24725         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24726         Handle paren-style types in Pike.  Also fixed some cases of
24727         insufficient handling of unbalanced parens.
24729 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
24731         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
24732         common shell prompts that are not common filename or URL characters.
24733         (ffap-file-at-point): Use the new regexp to strip the prompts from
24734         the file names.  This is an issue mostly for user prompts that
24735         don't have a trailing space and find-file-at-point is invoked from
24736         within a shell inside Emacs.
24738 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
24740         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
24741         stamps numerically, rather than textually.
24743 2003-09-24  Kenichi Handa  <handa@m17n.org>
24745         * language/devan-util.el (devanagari-post-read-conversion):
24746         * language/mlm-util.el (malayalam-post-read-conversion):
24747         * language/tml-util.el (tamil-post-read-conversion):
24748         Add autoload cookie.
24750         * international/utf-8.el (utf-8-post-read-conversion):
24751         Call post-read-conversion functions for Devanagari, Malayalam,
24752         and Tamil.
24754 2003-09-23  Dave Love  <fx@gnu.org>
24756         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
24758 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
24760         * progmodes/gud.el (perldb): Add gud-until to list of commands.
24761         Update gud-remove.
24763 2003-09-22  Richard M. Stallman  <rms@gnu.org>
24765         * progmodes/sh-script.el (sh-mode-default-syntax-table):
24766         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
24767         (sh-mode-syntax-table-input): New variable.
24768         (sh-require-final-newline): Don't use eval.
24769         (sh-builtins, sh-leading-keywords, sh-other-keywords)
24770         (sh-variables, sh-font-lock-keywords): Don't use eval.
24771         (sh-set-shell): When setting require-final-newline,
24772         treat value = `require-final-newline' as don't change it.
24773         Set sh-mode-syntax-table locally based on
24774         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
24776         * progmodes/compile.el (compile-internal):
24777         Call compilation-set-window-height before setting window start.
24779 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
24781         * emacs-lisp/bytecomp.el (byte-compile-log-file):
24782         Clear out byte-compile-last-warned-form.
24784 2003-09-22  Richard M. Stallman  <rms@gnu.org>
24786         * woman.el (woman-file-name, woman-follow-word):
24787         If current-word returns nil, use "".
24789         * simple.el (eval-expression): Bind standard-output in to-buffer case.
24791 2003-09-22  Richard M. Stallman  <rms@gnu.org>
24793         * emacs-lisp/lisp-mnt.el (lm-with-file):
24794         Don't visit the file, just use insert-file-contents in temp buffer.
24796 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
24798         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
24799         Add surrounding \\( and \\) around the header, as in
24800         for lm-history-header 'Change Log\\|History'.
24802 2003-09-22  John Paul Wallington  <jpw@gnu.org>
24804         * progmodes/ld-script.el: Add Commentary section,
24805         minor cleanup of file header.
24806         (ld-script-font-lock-keywords): Doc fix.
24807         (toplevel): Provide `ld-script' feature.
24809 2003-09-21  Kim F. Storm  <storm@cua.dk>
24811         * scroll-bar.el (set-scroll-bar-mode): Initialize to
24812         new built-in variable default-frame-scroll-bars.
24813         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
24814         scroll-bar-mode; notably, use it instead of t when we toggle
24815         scroll-bars on.
24816         (toggle-scroll-bar): Use default-frame-scroll-bars.
24818 2003-09-19  Masatake YAMATO  <jet@gyve.org>
24820         * pcvs.el (cvs-do-removal): Change the prompt depending on
24821         `filter' value.
24823 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
24825         * startup.el (command-line-1): Stop startup-echo-area-message
24826         being hidden by "Loading image..." message.
24827         (use-fancy-splash-screens-p, display-splash-screen):
24828         Move display-graphic-p test from latter to former.
24830         * progmodes/sh-script.el (sh-font-lock-keywords):
24831         Highlight escaped EOLs differently from other backslash constructs.
24833 2003-09-19  Richard M. Stallman  <rms@gnu.org>
24835         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
24836         New functions.
24837         (edebug-enter, edebug-outside-excursion): Use them.
24839         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
24840         Fix the condition for whether to print "In WHERE".
24842 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
24844         * finder.el (finder-mode-hook): New variable.
24845         (finder-mode): Run hook finder-mode-hook
24847 2003-09-18  Masatake YAMATO  <jet@gyve.org>
24849         * progmodes/ebrowse.el: Fix broken magic autoload comments.
24851 2003-09-17  Mario Lang  <mlang@delysid.org>
24853         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
24854         "p %e" to actually print the value in the GUD buffer.
24856 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
24858         From David Ponce <david.ponce@wanadoo.fr>:
24859         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
24860         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
24861         from loaddefs-boot.el if necessary.
24863 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
24865         * progmodes/gud.el (gud-find-class): Make jdb work again since
24866         cc-mode changed the syntactic information.
24868 2003-09-15  David Ponce  <david@dponce.com>
24870         * recentf.el: (recentf-exclude): Accept predicates too.
24871         (recentf-file-readable-p): New function.
24872         (recentf-include-p): Handle predicates in recentf-exclude.
24873         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
24874         (recentf-cleanup): Likewise.
24875         (recentf-save-list): Use write-file to handle backup of
24876         recentf-save-file.
24878 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
24880         * loaddefs-boot.el: Renamed from `loaddefs.el'
24881         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
24882         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
24883         necessary.
24885 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
24887         * electric.el (Electric-pop-up-window): For the `one-window' case,
24888         no longer disconcertingly move point in the original buffer.
24890 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24892         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
24894 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
24896         * dired.el (dired-mode-map): Fix typo.
24898 2003-09-11  Richard M. Stallman  <rms@gnu.org>
24900         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
24902 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
24904         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
24905         the function is less noisy.  Now only `kill-buffer' can ask questions.
24907 2003-09-10  Mario Lang  <mlang@delysid.org>
24909         * battery.el: Update Commentary and Copyright.
24910         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
24911         appear due to wrong ordering of the expressions in `or'.
24913 2003-09-09  Lute Kamstra  <lute@gnu.org>
24915         * misc.el (upcase-char): Fix docstring.
24916         (zap-up-to-char): New command.
24918 2003-09-08  David Ponce  <david@dponce.com>
24920         Ensure that recentf correctly updates the menu bar.
24921         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
24922         (recentf-menu-bar): New function.
24923         (recentf-clear-data): Use it
24924         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
24925         of easy-menu-change.
24927 2003-09-08  Lute Kamstra  <lute@gnu.org>
24929         * simple.el (size-indication-mode): New.
24930         * bindings.el (mode-line-position): Add buffer size indicator.
24932 2003-09-04  Mario Lang  <mlang@delysid.org>
24934         * battery.el (battery-linux-proc-acpi): New function.
24935         (battery-status-function): Modify default value calculation to also
24936         check for availability of ACPI.
24937         (battery-echo-area-format): Ditto.
24938         (battery-mode-line-format): Ditto.
24940 2003-09-06  Dave Love  <fx@gnu.org>
24942         * ielm.el (ielm-mode-hook): Add :options.
24944         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24945         (eldoc-print-current-symbol-info): Use it.
24947 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
24949         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24950         being displayed in GUD buffer.
24951         (gdb-idle-input-queue): Remove var.  Use just one queue.
24952         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24953         Remove functions.  Use just one queue.
24954         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24955         (gdb-invalidate-assembler, gdb-get-current-frame):
24956         Modify functions.  Use just one queue.
24958 2003-09-04  Dave Love  <fx@gnu.org>
24960         * cus-start.el: Add blink-cursor-alist.
24962         * ruler-mode.el (ruler-mode-fill-column-char)
24963         (ruler-mode-current-column-char): Use char-displayable-p,
24964         not window-system.
24966         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24968         * language/european.el (windows-1252): Move from code-pages.
24970         * language/cyrillic.el ("Windows-1251"): Delete.
24971         ("Bulgarian", "Belarusian"): Remove `features'.
24972         (windows-1251): Move from code-pages.
24974         * international/mule-diag.el (non-iso-charset-alist):
24975         Remove `codepage' stuff.
24976         (print-designation, list-coding-systems-1): Output fixes.
24978         * international/code-pages.el (cp-make-translation-table)
24979         (cp-valid-codes): Made defsubsts.
24980         (cp-fix-safe-chars): Delete.
24981         (mule-diag): Don't require.
24982         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24983         (top-level): Check for defined coding system when defining
24984         cp... aliases.  Change w32-add-charset-info test to avoid warning.
24985         (non-iso-charset-alist): Defvar when compiling.
24986         (cp-make-coding-system): Doc fix.
24988 2003-09-02  Jason Rumney  <jasonr@gnu.org>
24990         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24991         line-ends from CVS before doing conversion.
24993 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
24995         * calendar/diary-lib.el (diary-header-line-flag)
24996         (diary-header-line-format): New variables.
24997         (list-diary-entries): Use them to set header line in simple diary.
24999         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
25000         other than font-lock-string-face to highlight backslashes.
25002 2003-09-01  Jason Rumney  <jasonr@gnu.org>
25004         * international/titdic-cnv.el (tit-read-key-value): Include \r in
25005         regexp.
25007 2003-09-01  Dave Love  <fx@gnu.org>
25009         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
25011         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
25012         and :help; also line and column numbers labels.
25014         * international/mule-util.el (char-displayable-p): Move from
25015         latin1-disp, rename and autoload.
25017         * international/latin1-disp.el (latin1-char-displayable-p):
25018         Now obsolete alias.  Replace uses with char-displayable-p.
25019         (latin1-display-ucs-per-lynx): Fix last change.
25021         * international/mule-cmds.el (standard-display-european-internal):
25022         Don't use char code for Latin-1 NBSP.
25023         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
25024         U+2018, U+2019 for `'.
25025         (select-safe-coding-system): Message fix.
25027 2003-09-01  Kenichi Handa  <handa@m17n.org>
25029         * international/fontset.el (setup-default-fontset): For Thai
25030         font, specify "*" family.
25032 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25034         * progmodes/compile.el (previous-error): Accept a prefix
25035         argument, similarly to next-error.
25037 2003-08-31  Masatake YAMATO  <jet@gyve.org>
25039         * pcvs.el (cvs-do-removal): Use = instead of eq to check
25040         the number of files.  Bind the number of files to a local
25041         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
25043 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
25045         * vc-hooks.el (vc-make-version-backup): Fix the change made on
25046         2003-07-26: msdos-long-file-names is a function, not a variable.
25048 2003-08-29  Richard M. Stallman  <rms@gnu.org>
25050         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
25051         Do nothing with mail-personal-alias-file if it is nil.
25053         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
25054         Do nothing if mail-personal-alias-file is nil.
25056         * term.el (term-exec-1): Bind coding-system-for-read.
25058         * dired.el (dired-mouse-find-file-other-window):
25059         Use dired-view-command-alist here, as in dired-view-file.
25060         (dired-view-command-alist): Use %s to substitute file name.
25061         Handle .ps_pages, .eps, .jpg, .gif, .png.
25063 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
25065         * info.el (Info-mode-map): Bind S-tab and <backtab> to
25066         `Info-prev-reference', instead of M-tab.
25068 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
25070         * simple.el (blink-matching-open): Work correctly on chars that
25071         are designated as parens through the syntax-table text property.
25073 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
25075         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
25076         line break position in the middle of a non-kinsoku (e.g. latin)
25077         word, making it skip until either a space or a character with
25078         category "|".
25079         (kinsoku-longer): Test for end of buffer.
25081 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
25083         * mail/rmail.el (rmail-convert-to-babyl-format):
25084         Detect quoted-printable- and base64-encoded messages and decode them
25085         automatically.  Set the message's encoding from the charset=
25086         header, if any.  Decode base64-encoded messages in Mail format as well.
25088 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
25090         * mail/smtpmail.el: Fix previous change.
25091         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
25092         calling smtpmail-via-smtp.
25093         (smtpmail-via-smtp): Add fall-back values for envelope-from.
25095 2003-08-26  John Paul Wallington  <jpw@gnu.org>
25097         * image.el (image-jpeg-p): Don't search beyond length of data.
25099 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
25101         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
25102         misfeature in `expand-abbrev' which caused electric keywords like
25103         "else" to disappear if an open brace was typed directly afterwards.
25105 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
25107         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
25108         mandatory in `define-widget'.
25110         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
25111         Don't align the operators "!=", "<=" and ">=" as assignment operators.
25113         (c-assignment-operators): New language constant that only contains
25114         the assignment operators.
25116         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
25118 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
25120         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
25121         Safeguard against unbalanced sexps.
25123 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
25125         * version.el (emacs-version): Check for gtk.  Include gtk version info.
25127 2003-08-25  John Paul Wallington  <jpw@gnu.org>
25129         * man.el (Man-default-man-entry): Don't whizz past the section
25130         number before looking for it.
25132 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
25134         * progmodes/gud.el (gud-display-line): Don't set window-point if
25135         source buffer is not visible.  (Only happens with M-x gdba.)
25137         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
25138         documentation.
25139         (gdb-source, gdb-source-info): Update to assembler unnecessary
25140         as its done after each GDB command anyway.
25141         (gdb-pre-prompt): Use with-current-buffer.
25142         (gdb-insert-field): Add help-echo text.
25143         (gdb-invalidate-assembler): Re-display of assembler now done in
25144         gdb-info-breakpoints-custom.
25145         (gdb-info-breakpoints-custom): Force re-display of assembler to
25146         happen *after* update of breakpoints buffer.
25147         (gdb-display-source-buffer): Don't choke if gdb-source-window
25148         isn't visible.
25149         (gdb-put-string, gdb-put-arrow): Remove free variables.
25151 2003-08-24  John Paul Wallington  <jpw@gnu.org>
25153         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
25155         * man.el (Man-default-man-entry): Strip text properties when
25156         snarfing parts of entry because `format' preserves properties.
25158 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
25160         * files.el (file-newest-backup): Use `expand-file-name'.
25162         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
25163         Allow the diary to pop up a new frame, if needed.
25165         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
25166         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
25167         (smtpmail-send-it): Make treatment of envelope-from consistent with
25168         sendmail.el.
25170         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
25171         (sh-leading-keywords): Add the bash `time' reserved word.
25172         (sh-variables): Add some bash variables.
25173         (sh-add-completer): Fix nil branch of case statement.
25175 2003-08-24  Masatake YAMATO  <jet@gyve.org>
25177         * progmodes/ld-script.el: New file.
25179 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
25181         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
25183 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
25185         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
25186         Better explain obsolescence, and what to use instead.
25188 2003-08-23  Masatake YAMATO  <jet@gyve.org>
25190         * pcvs.el (cvs-do-removal): Show the deleted file name
25191         on the prompt.
25193 2003-08-20  Dave Love  <fx@gnu.org>
25195         * international/mule.el (make-coding-system)
25196         (set-buffer-file-coding-system): Doc fix.
25198         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
25200         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
25202         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
25204         * international/utf-16.el: Add mime-text-unsuitable coding system
25205         properties.
25207         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
25209         * cus-edit.el: Add some :links.
25210         (bib): Remove.
25212         * textmodes/bib-mode.el (bib): Add :group external.
25214 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
25216         * wid-edit.el (widget-echo-help): Make it handle expressions that
25217         evaluate to strings.
25219 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
25221         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
25223         Simplify selection of SQL products to define highlighting and
25224         interactive mode.  Includes detailed instructions on adding
25225         support for new products.
25227         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
25228         product for use in highlighting and interactive mode.
25229         (sql-interactive-product): New variable.  SQL product for
25230         sql-interactive-mode.
25231         (sql-product-support): New variable.  Specifies product-specific
25232         parameters to drive highlighting and interactive mode.
25233         (sql-imenu-generic-expression): Add more object types.
25234         (sql-sqlite-options): Correct comment.
25235         (sql-ms-program): Use "osql" rather than "isql".
25236         (sql-prompt-regexp, sql-prompt-length): Update comment.
25237         (sql-mode-menu): Add "Start SQLi session" entry.
25238         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
25239         (sql-mode-abbrev-table): Add abbreviations.  Support of
25240         SYSTEM-FLAG on define-abbrev.  Support was removed with last
25241         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
25242         (sql-mode-font-lock-object-name): Add font-lock pattern for object
25243         names.
25244         (sql-mode-ansi-font-lock-keywords): Set as default value.
25245         (sql-mode-oracle-font-lock-keywords): Set as default value.
25246         Support Oracle 9i keywords.
25247         (sql-mode-postgres-font-lock-keywords): Set as default value.
25248         (sql-mode-linter-font-lock-keywords): Set as default value.
25249         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
25250         SQLServer 2000.
25251         (sql-mode-sybase-font-lock-keywords)
25252         (sql-mode-interbase-font-lock-keywords)
25253         (sql-mode-sqlite-font-lock-keywords)
25254         (sql-mode-strong-font-lock-keywords)
25255         (sql-mode-mysql-font-lock-keywords)
25256         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
25257         keywords.
25258         (sql-mode-font-lock-defaults): Update comment.
25259         (sql-product-feature): New function.  Returns feature associated
25260         with a product from `sql-product-support' alist.
25261         (sql-product-font-lock): New function.  Set font-lock support
25262         based on `sql-product'.
25263         (sql-add-product-keywords): New function.  Add font-lock rules to
25264         product-specific keyword variables.
25265         (sql-set-product): New function.  Set `sql-product' and apply
25266         appropriate font-lock highlighting.
25267         (sql-highlight-product): New function.  Set font-lock support
25268         based on a product.  Also set mode name to include product name.
25269         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
25270         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
25271         Use `sql-set-product'.
25272         (sql-highlight-ms-keywords)
25273         (sql-highlight-sybase-keywords)
25274         (sql-highlight-interbase-keywords)
25275         (sql-highlight-strong-keywords)
25276         (sql-highlight-mysql-keywords)
25277         (sql-highlight-sqlite-keywords)
25278         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
25279         (sql-get-login): Prompt in the same order as the tokens.
25280         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
25281         (sql-product-interactive): New function.  Common portions of
25282         product-specific interactive mode wrappers.
25283         (sql-interactive-mode): Rewritten to use product features.
25284         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
25285         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
25286         (sql-db2, sql-linter): Use `sql-product-interactive'.
25287         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
25288         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
25289         (sql-connect-ingres, sql-connect-postgres)
25290         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
25291         New functions.  Format command line parameters and invoke comint on
25292         the appropriate interpreter.  Code was in the corresponding
25293         `sql-xyz' function before.
25294         (sql-connect-ms): New function.  Support -E argument to use
25295         operating system credentials for authentication.
25297 2003-08-18  Kenichi Handa  <handa@m17n.org>
25299         * international/mule.el (encode-char): Fix for the ASCII case.
25301 2003-08-15  Kenichi Handa  <handa@m17n.org>
25303         * international/fontset.el (setup-default-fontset): Change "*" to
25304         nil in the specifications of font family.
25306 2003-08-18  Kim F. Storm  <storm@cua.dk>
25308         * kmacro.el (kmacro-keymap): Group related bindings in
25309         initialization for clarity.  Bind C-s to start macro.
25310         Remove C-r binding.
25311         (kmacro-initial-counter-value): New defvar to hold initial counter
25312         value in case we set the value before defining a macro.
25313         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
25314         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
25315         not defining or executing macro.  Doc fix.
25316         (kmacro-add-counter): Clear kmacro-initial-counter-value.
25317         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
25318         temporarily view older elements on the macro ring without cycling
25319         the ring.
25320         (kmacro-display): Doc fix.
25321         (kmacro-exec-ring-item): New helper function.
25322         (kmacro-call-ring-2nd): Use it.
25323         (kmacro-call-ring-2nd-repeat): Doc fix.
25324         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
25325         (kmacro-end-or-call-macro): Execute last viewed macro (using
25326         kmacro-exec-ring-item) from ring if this follows
25327         kmacro-view-macro.  This allows us to find a macro on the ring
25328         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
25329         the ring to bring it to the head of the ring.
25330         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
25331         Allow binding to reserved keys without specifying C-x C-k prefix.
25332         Ask for confirmation if entered key sequence is already bound to
25333         a non-macro command.
25334         (kmacro-view-macro): Repeating command will show older elements
25335         on the macro ring; C-k will execute the last viewed macro.
25336         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
25337         property from 'ring to 'head.
25339 2003-08-17  Alan Shutko  <ats@acm.org>
25341         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
25342         keeping December out of the alist.
25344 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
25346         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
25347         * calendar/calendar.el (calendar-mode-map): Bind it to key.
25348         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
25349         (calendar-flatten): New function.
25350         (calendar-mouse-view-other-diary-entries)
25351         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
25352         in the menu title and to show multi-line diary entries correctly
25353         in the menu.
25355 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
25357         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
25358         defcustom, because the default was recently changed.
25360 2003-08-16  Richard M. Stallman  <rms@gnu.org>
25362         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
25364         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
25365         New subroutine, broken out of eval-last-sexp-1.
25366         (eval-last-sexp-1): Use eval-last-sexp-print-value.
25368         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
25370         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
25372         * simple.el (eval-expression): Use eval-last-sexp-print-value.
25374 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
25376         * progmodes/compile.el (compilation-error-regexp-alist):
25377         Add Java ANt error detection as described in document
25378         http://ant.apache.org/faq.html
25380 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
25382         * simple.el (backward-word, forward-to-indentation)
25383         (backward-to-indentation): Argument changed to optional.
25384         (next-line, previous-line): Use `or' instead of `unless'.
25386 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25388         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
25389         instead of a constant.
25391 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
25393         * shell.el (shell): With prefix-arg, suggest a new buffer name.
25395 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
25397         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
25398         (vc-sccs-workfile-version): Search the entire delta table, rather
25399         than just the first entry, because that might be a deleted version.
25401 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
25403         * menu-bar.el (menu-bar-options-menu): Supply a body for the
25404         [save-place] binding in the Options menu.  Have it require
25405         'saveplace' and then toggle the variable manually, to avoid an
25406         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
25407         for the bug report.
25409 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
25411         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
25412         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
25413         (gdb-info-threads-custom): Add help-echo text.
25414         (gdb-display-back): Don't use purecopy.
25415         (gdb-info-breakpoints-custom, gdb-reset)
25416         (gdb-assembler-custom): Use display-images-p to test if breakpoint
25417         icons can be displayed.
25419 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
25421         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
25423 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
25425         * bookmark.el (bookmark-completing-read):
25426         Return a string, instead of a list of one string.
25427         Use a popup menu if activated from the mouse.
25428         (bookmark-edit-annotation): Remove unused vars.
25429         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
25430         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
25431         to bookmark-completing-read.
25432         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
25433         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
25434         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
25435         and erase-buffer.
25436         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
25437         (bookmark-menu-jump, bookmark-menu-insert)
25438         (bookmark-popup-menu-and-apply-function)
25439         (bookmark-menu-popup-paned-bookmark-menu): Remove.
25440         (bookmark-menu-build-paned-menu): Remove by folding it into
25441         bookmark-menu-popup-paned-menu.
25442         (menu-bar-bookmark-map): Move the define-key statements here.
25443         Use the "non-menu" commands since they now pop up a menu if needed.
25444         (bookmark-exit-hook-internal): Simplify.
25446 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
25448         * reftex-toc.el (reftex-toc-rename-label): New function.
25449         (reftex-toc-check-docstruct): New function.
25451         * reftex.el (reftex-region-active-p): New function.
25453         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
25454         regexp to find the \bibliography macro.
25456         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
25457         which does not exist in LaTeX.
25458         (reftex-cite-format-builtin): Added amsrefs support.
25459         (reftex-toc-confirm-promotion): New option
25461         * reftex-toc.el
25462         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
25463         (reftex-toc-demote, reftex-toc-promote)
25464         (reftex-toc-do-promote, reftex-toc-promote-prepare)
25465         (reftex-toc-promote-action, reftex-toc-extract-section-number)
25466         (reftex-toc-newhead-from-alist)
25467         (reftex-toc-load-all-files-for-promotion): New functions.
25468         (reftex-toc-help): Added description of new keys.
25469         (reftex-toc-split-windows-fraction): New option.
25470         (reftex-recenter-toc-when-idle): Search *toc* window on all
25471         visible frames.
25472         (reftex-toc): Additional parameter REUSE
25473         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
25474         with REUSE argument.
25475         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
25476         the call of `reftex-toc'.
25477         (reftex-make-separate-toc-frame): New function .
25478         (reftex-toc-recenter): When called with triple prefix arg, call
25479         `reftex-make-separate-toc-frame' first.
25480         (reftex-toc-toggle-dedicated-frame): New command.
25481         (reftex-toc-quit): Adapted to delete frame when called in
25482         dedicated frame.
25484         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
25485         all enclosing macros.
25488 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25490         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
25491         first use.
25493 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25495         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
25497 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
25499         * calendar/calendar.el (list-diary-entries-hook)
25500         (diary-display-hook, nongregorian-diary-listing-hook)
25501         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
25502         Add some customize options for these hooks.
25503         (calendar-abbrev-construct): Don't try to take a substring longer
25504         than the original string.
25506 2003-08-05  Richard M. Stallman  <rms@gnu.org>
25508         * emacs-lisp/testcover.el (noreturn): Report error if does return.
25509         (testcover-reinstrument-clauses): Doc fix.
25511         * emacs-lisp/warnings.el: Doc fixes, args renamed.
25512         (warning-type-format): Rename from warning-group-format.
25514         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
25515         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
25516         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
25517         to prevent warnings about defvar for an obsolete variable.
25519         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
25520         warning-group-format renamed to warning-type-format.
25522         * subr.el (read-passwd): Use clear-string instead of fillarray.
25524         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
25525         Use vconcat instead of concat.
25526         (edmacro-sanitize-for-string): New function.
25528 2003-08-05  Dave Love  <fx@gnu.org>
25530         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
25531         line-number-display-limit-width.
25533         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
25535 2003-08-05  Kenichi Handa  <handa@m17n.org>
25537         * international/code-pages.el: Don't require mule-diag.
25539         * international/mule-diag.el (non-iso-charset-alist):
25540         Add autoload cookie.
25542         * language/devan-util.el (dev-glyph-order): Add an entry for the
25543         glyph code #xC4.
25545 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
25547         * calendar/calendar.el (diary-file, diary-file-name-prefix)
25548         (european-calendar-style, diary-date-forms)
25549         (calendar-day-name-array, calendar-month-name-array): Doc change.
25550         (generate-calendar-month): Adapt for new behavior of
25551         `calendar-day-name' function.
25552         (calendar-abbrev-length, calendar-day-abbrev-array)
25553         (calendar-month-abbrev-array): New variables.
25554         (calendar-abbrev-construct): New function.
25555         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
25556         rather than fixing abbrevs at some width.  Calling syntax change.
25557         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
25558         (calendar-date-string): Adapt for new behaviors of
25559         `calendar-day-name' and `calendar-month-name' functions.
25561         * calendar/diary-lib.el (list-diary-entries): Adapt for new
25562         behavior of `calendar-day-name' and `calendar-month-name' functions.
25563         (diary-name-pattern): Use abbrev arrays, rather than fixing
25564         abbrevs at three chars.  Calling syntax change.
25565         (mark-diary-entries): Adapt for new behaviors of
25566         `diary-name-pattern' and `calendar-make-alist' functions.
25567         (fancy-diary-font-lock-keywords): Adapt for new behavior of
25568         `diary-name-pattern' function.
25569         (font-lock-diary-date-forms): Use abbrev arrays, rather than
25570         fixing abbrevs at three chars.  Calling syntax change.
25571         (cal-hebrew, cal-islam): Require when compiling.
25572         (diary-font-lock-keywords): Adapt for new behavior of
25573         `font-lock-diary-date-forms' function.
25575         * calendar/cal-hebrew.el: Reposition some code so defined before used.
25576         (calendar-hebrew-month-name-array-common-year)
25577         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
25578         (list-hebrew-diary-entries): Adapt for new behaviors of
25579         `calendar-day-name' and `add-to-diary-list' functions.
25580         (mark-hebrew-diary-entries): Adapt for new behaviors of
25581         `diary-name-pattern' and `calendar-make-alist' functions.
25583         * calendar/cal-islam.el (calendar-islamic-month-name-array):
25584         Add doc string.
25585         (list-islamic-diary-entries): Adapt for new behaviors of
25586         `calendar-day-name' and `add-to-diary-list' functions.
25587         (mark-islamic-diary-entries): Adapt for new behaviors of
25588         `diary-name-pattern' and `calendar-make-alist' functions.
25590         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
25591         `calendar-month-name' function.
25593         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
25595         * calendar/solar.el (solar-seasons-data): Move definition before use.
25597         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
25598         (cal-tex-LaTeX-hourbox): Move definition before use.
25600         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
25601         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
25602         * lunar.el, solar.el (displayed-month, displayed-year):
25603         Define for compiler.
25605 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25607         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
25608         MODE.  Renamed from c-init-c-language-vars'.
25609         (c-initialize-cc-mode): Change accordingly.
25610         (c-common-init): Ditto.
25611         (c-mode): Ditto.
25612         (c++-mode): Use `c-init-language-vars-for'.
25613         (objc-mode): Ditto.
25614         (java-mode): Ditto.
25615         (idl-mode): Ditto.
25616         (pike-mode): Ditto.
25617         (awk-mode): Ditto.
25619 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25621         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
25622         or not the point moved.
25624         (c-search-decl-header-end): Don't trip up on operator identifiers
25625         in C++ and operators like == in all languages.
25627         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
25628         Detect leading labels correctly.
25630 2003-08-02  Andreas Schwab  <schwab@suse.de>
25632         * textmodes/ispell.el: Don't redo key bindings on loading, put
25633         them only in loaddefs.el.
25634         * bookmark.el: Likewise.
25635         * dabbrev.el: Likewise.
25636         * emerge.el: Likewise.
25638         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
25639         has more than one member.
25641         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
25643 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25645         * lpr.el (printify-region): It was ending conversion before the
25646         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
25648 2003-07-31  John Paul Wallington  <jpw@gnu.org>
25650         * net/browse-url.el (browse-url-epiphany): Doc fix.
25652 2003-07-30  Kenichi Handa  <handa@m17n.org>
25654         * international/fontset.el (setup-default-fontset):
25655         Change registry names of Akurti fonts.
25657 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25659         * comint.el (comint-read-noecho): Use `clear-string' instead of
25660         `fillarray'.
25662 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
25664         * outline.el (outline-mode-hook): Add defvar.
25666 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
25668         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
25669         Restore assembler in source window if that is what has been selected.
25670         (menu): Add gdb-restore-windows to menu.  Make gdba
25671         specific menus only visible from gdba.
25673 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
25675         * progmodes/compile.el (compilation-environment): New user variable.
25676         (compile-internal): Respect it.
25678 2003-07-23  Masatake YAMATO  <jet@gyve.org>
25680         * progmodes/gud.el (gdb-script-font-lock-keywords):
25681         Put `font-lock-function-name-face' on a symbol which includes
25682         `-' like `hook-run'.  Put font-lock-variable-name-face
25683         on a symbol starting with $.
25685 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
25687         * files.el (set-visited-file-name): Use truename for buffer-file-name.
25689 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
25691         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
25693 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
25695         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
25696         Use with-no-warnings.
25697         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
25698         rather than to find-file-not-found-hook, which doesn't exist.
25700 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
25702         * international/quail.el (quail-translate-key): Fix previous change.
25704 2003-07-25  John Paul Wallington  <jpw@gnu.org>
25706         * server.el (server-start): Check `server-process' is non-nil
25707         before killing it to avoid killing current buffer's process.
25709         * simple.el (choose-completion-string): Use `minibufferp';
25710         test `completion-reference-buffer' if `buffer' arg is nil.
25711         (push-mark): Use `when' and `unless'.
25712         (pop-mark): Use `when'.
25714         * mouse-sel.el (mouse-sel-get-selection-function):
25715         Check `x-last-selected-text-primary'.  Don't barf if it or
25716         `x-last-selected-text' aren't bound.
25718 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25720         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
25722 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
25724         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
25726 2003-07-23  John Paul Wallington  <jpw@gnu.org>
25728         * tooltip.el (defface tooltip): Inherit from variable-pitch.
25730 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25732         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
25733         string.  Defvar the derived hook.
25735         * macros.el (insert-kbd-macro): Escape double quote character.
25736         From Thomas W Murphy <twm@andrew.cmu.edu>.
25738 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
25740         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
25741         to match the specific mark rather than reusing comment-start-skip.
25743 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
25745         * progmodes/hideshow.el (hs-special-modes-alist):
25746         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
25748 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
25750         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
25751         value using ?\s.
25753 2003-07-21  John Paul Wallington  <jpw@gnu.org>
25755         * subr.el (with-selected-window): Add closing paren.
25757 2003-07-21  Richard M. Stallman  <rms@gnu.org>
25759         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
25760         (lisp-mode): Likewise.
25762         * subr.el (with-selected-window): Copy code form save-selected-window
25763         so as to call select-window with norecord arg.
25764         (dynamic-completion-table): Doc fix.
25765         (lazy-completion-table): Doc fix.
25767         * international/mule-cmds.el (set-locale-environment):
25768         langinfo renamed to locale-info.
25770         * international/mule.el (auto-coding-functions): Doc fix.
25772 2003-07-21  Kenichi Handa  <handa@m17n.org>
25774         * international/quail.el (quail-translate-key):
25775         Update quail-current-str correctly.
25777 2003-07-21  Andreas Schwab  <schwab@suse.de>
25779         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
25780         ?, to "_".
25782 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
25783         Version 2.0.36 of Tramp released.
25785         * net/tramp.el (tramp-default-password-end-of-line): Rename from
25786         tramp-password-end-of-line.
25787         (tramp-password-end-of-line): New method parameter.
25788         (tramp-get-password-end-of-line): Function to access method
25789         parameter `tramp-password-end-of-line', or variable
25790         `tramp-default-password-end-of-line' (default value).
25791         (tramp-methods): Add entries for new parameter
25792         tramp-password-end-of-line.
25793         (tramp-enter-password): Use new function
25794         `tramp-get-password-end-of-line'.
25795         (tramp-handle-insert-file-contents): Do not
25796         unconditionally inhibit the file operation file-local-copy, only
25797         do that when the inhibit-file-name-operation is currently
25798         insert-file-contents.  This fixes finding remote CVS-controlled
25799         files.  (It would barf on inserting the CVS/Entries file
25800         literally, because the file-local-copy handler wasn't called.)
25801         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
25802         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
25803         (tramp-initial-commands): New variable.
25804         (tramp-process-initial-commands): New function, using the variable.
25805         (tramp-open-connection-setup-interactive-shell): Call the new function.
25806         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
25807         method into the buffer name, never use nil.  Reported by Hanak
25808         David <dhanak@inf.bme.hu>.
25809         (tramp-open-connection-setup-interactive-shell): Erase buffer
25810         before sending "stty -onlcr".
25812         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
25814 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
25816         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
25818 2003-07-19  John Paul Wallington  <jpw@gnu.org>
25820         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
25821         (artist-draw-rect, artist-draw-square): Doc fixes.
25823         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
25825         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
25827 2003-07-19  Kenichi Handa  <handa@m17n.org>
25829         * international/kkc.el (kkc-show-conversion-list-update):
25830         Highlight the correct candidate in the message.
25832 2003-07-18  John Paul Wallington  <jpw@gnu.org>
25834         * simple.el (current-word): Don't include punctuation char when
25835         `really-word' arg is non-nil.
25837 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
25839         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
25840         moved to the directory obsolete.
25842 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
25844         * info.el (Info-menu-entry-name-re): Allow newlines in
25845         menu entry names.
25847         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
25848         syntax-ppss-after-change-function.
25849         (syntax-ppss-after-change-function): New alias.  Update uses.
25850         (syntax-ppss): Catch the case where the buffer is narrowed.
25852 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
25854         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
25855         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
25857 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
25859         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
25860         since it might be modified.
25862         * progmodes/cc-langs.el (c++-make-template-syntax-table)
25863         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
25864         names to these language constants.
25866 2003-07-15  Kim F. Storm  <storm@cua.dk>
25868         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
25869         All uses changed.
25871 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
25873         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
25874         Namespace support.
25876 2003-07-13  Juanma Barranquero  <lektu@terra.es>
25878         * frame.el (modify-all-frames-parameters): Reinstall (copyright
25879         papers received).
25881 2003-07-13  Karl Eichwalder  <ke@suse.de>
25883         * textmodes/po.el (po-find-charset): White space at the start of the
25884         Content-Type field body is non-mandatory.
25886 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
25888         * textmodes/texinfo.el (texinfo-section-list):
25889         Append appendixsection; a synonym for appendixsec.
25891 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
25893         * man.el (Man-translate-cleanup): New.
25894         (Man-translate-references): Call `Man-translate-cleanup' to clean
25895         leading, trailing and middle spaces.
25897 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
25899         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
25900         Handle `dired-directory' being a list.
25902 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25904         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
25905         it doesn't exist.
25907 2003-07-12  Richard M. Stallman  <rms@gnu.org>
25909         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
25911         * progmodes/cc-defs.el (c-make-keywords-re):
25912         Don't use delete-duplicates.
25913         (c-lang-const): Don't use mapcan.
25915         * apropos.el (apropos-show-scores): Make it customizable.
25916         Document new meaning.
25917         (apropos): Compute scores from symbols.
25918         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
25920 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25922         * ps-bdf.el: Fix copyright line.
25923         (bdf-directory-list): Fix initialization code.
25925 2003-07-11  John Paul Wallington  <jpw@gnu.org>
25927         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
25928         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
25929         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
25931 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
25933         * emacs-lisp/ring.el (ring-elements): Doc fix.
25935 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25937         * calendar/timeclock.el (timeclock-relative)
25938         (timeclock-ask-before-exiting, timeclock-use-display-time):
25939         Doc changes.
25940         (timeclock-modeline-display): Give a message if
25941         `timeclock-use-display-time' is non-nil but `display-time-mode'
25942         is not active.
25944 2003-07-11  Kenichi Handa  <handa@m17n.org>
25946         * international/mule-cmds.el (set-language-environment):
25947         Set current-language-environment to the correct string.
25949 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25951         * ps-print.el: Print line number correctly in a region.  Reported by
25952         Tim Allen <timallen@ls83.fsnet.co.uk>.
25953         (ps-print-version): New version number (6.6.2).
25954         (ps-printing-region): Code fix.
25956 2003-07-10  John Paul Wallington  <jpw@gnu.org>
25958         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25959         this function can be called from `add-completions-from-tags-table'.
25961 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
25963         * calendar/timeclock.el (timeclock-use-display-time)
25964         (timeclock-day-over-hook, timeclock-workday-remaining)
25965         (timeclock-status-string, timeclock-when-to-leave)
25966         (timeclock-when-to-leave-string, timeclock-log-data)
25967         (timeclock-find-discrep, timeclock-day-base)
25968         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25969         (timeclock-modeline-display): Set the variable
25970         `timeclock-modeline-display'.
25971         (timeclock-update-modeline): Doc fix.  Respect value of
25972         `timeclock-relative'.
25974 2003-07-09  Richard M. Stallman  <rms@gnu.org>
25976         * textmodes/reftex-parse.el (reftex-all-document-files):
25977         Add autoload cookie.
25979         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25980         (reftex-scanning-info-available-p): Add autoload cookie.
25982         * international/mule-cmds.el
25983         (set-display-table-and-terminal-coding-system): Delete duplicate
25984         aset on standard-display-table.
25986         * view.el (view-file): If existing buffer's major mode is special,
25987         don't go into view mode.
25989         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25991 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25993         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25994         buffer changes; there's third party code that calls this function
25995         directly.
25997 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25999         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
26000         (autodoc-font-lock-keywords): Don't byte compile on font lock
26001         initialization when running from byte compiled files.
26003 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
26005         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
26006         statement ends with auto-increment "++".
26008 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
26010         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
26011         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
26012         these are changed, so declare them as variables and not constants.
26014 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
26016         * subr.el (dolist, dotimes): Doc fix.
26018 2003-07-08  Kim F. Storm  <storm@cua.dk>
26020         * international/mule-cmds.el
26021         (set-display-table-and-terminal-coding-system): Don't break
26022         bootstrap if standard-display-table isn't setup yet.
26024 2003-07-07  Richard M. Stallman  <rms@gnu.org>
26026         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
26027         Give it a doc string, and autoload it.
26029         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
26030         Use with-no-warnings.
26032         * info.el (Info-search): If find invisible text, search again.
26034         * isearch.el (search-whitespace-regexp): Add a shy group around it.
26036         * man.el (Man-name-regexp): Match + as part of name.
26038         * simple.el (visible-mode): Rename from vis-mode.
26039         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
26041         * simple.el (current-word): New arg REALLY-WORD specifies
26042         don't include punctuation chars.
26044         * emacs-lisp/debug.el (debug, debugger-env-macro):
26045         Use with-no-warnings while accessing and binding unread-command-char.
26047         * international/mule-cmds.el
26048         (set-display-table-and-terminal-coding-system): Use explicit loop
26049         instead of calling standard-display-default.
26051         * net/ange-ftp.el (ange-ftp-file-symlink-p):
26052         Use condition-case to catch error in ange-ftp-get-files.
26054         * net/browse-url.el (browse-url-browser-function):
26055         Add alternative for Epiphany.
26056         (browse-url-epiphany-program, browse-url-epiphany-arguments)
26057         (browse-url-epiphany-startup-arguments)
26058         (browse-url-epiphany-new-window-is-tab): New variables.
26059         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
26061         * progmodes/compile.el (compile-auto-highlight): Default now t.
26062         (compile): Doc fix.
26063         (compilation-next-error): Fix previous change.
26065         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
26067         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
26069 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
26071         * gdb-ui.el (gdb-source-info): Display current frame when
26072         attaching to an existing process.
26073         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
26074         while laying out windows when attaching to an existing process.
26076 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
26078         * info.el (Info-menu): Use Info-menu-entry-name-re.
26080 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
26082         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
26083         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
26085         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
26086         to match the same text.
26088 2003-07-06  John Paul Wallington  <jpw@gnu.org>
26090         * vc.el (vc-annotate-offset): Move defvar up.
26092 2003-07-06  Kim F. Storm  <storm@cua.dk>
26094         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
26095         This should fix the infinite loop when extracting menu names.
26097 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
26099         * files.el (auto-mode-alist, interpreter-mode-alist):
26100         Remove entries to CC Mode modes to avoid duplicates; they are now added
26101         with autoload directives in cc-mode.el.
26103 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
26105         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
26106         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
26107         these are changed, so declare them as variables and not constants.
26109         * progmodes/cc-mode.el: Fix some autoload problems: Try to
26110         ensure that the entry for ".c" extension comes before the one for
26111         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
26112         Fix incorrect entries that were added to `interpreter-mode-alist'.
26113         Move the autoload directives for AWK to the top level since they
26114         aren't recognized anywhere else.  Do not use the new AWK mode doc
26115         in the autoload form for the old AWK mode.
26117 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26119         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
26120         (bibtex-sort-ignore-string-entries): Default value t.
26121         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
26122         erroneously in previous version.
26123         (bibtex-string-files): Docstring reflects new parsing scheme.
26124         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
26125         docstring, add # as one of the chars to crush
26126         (bibtex-autokey-prefix-string, bibtex-autokey-names)
26127         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
26128         (bibtex-autokey-name-change-strings)
26129         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
26130         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
26131         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
26132         (bibtex-autokey-title-terminators)
26133         (bibtex-autokey-titlewords-stretch)
26134         (bibtex-autokey-titleword-ignore)
26135         (bibtex-autokey-titleword-case-convert)
26136         (bibtex-autokey-titleword-abbrevs)
26137         (bibtex-autokey-titleword-abbrevs)
26138         (bibtex-autokey-titleword-change-strings)
26139         (bibtex-autokey-titleword-length)
26140         (bibtex-autokey-titleword-separator)
26141         (bibtex-autokey-name-year-separator)
26142         (bibtex-autokey-year-title-separator)
26143         (bibtex-autokey-before-presentation-function)
26144         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
26145         Fix docstring.
26146         (bibtex-strings, bibtex-reference-keys):
26147         Use lazy-completion-table and make-variable-buffer-local.
26148         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
26149         (bibtex-braced-string-syntax-table)
26150         (bibtex-quoted-string-syntax-table): New variables.
26151         (bibtex-parse-nested-braces): Remove.
26152         (bibtex-parse-field-string): Use syntax table and forward-sexp.
26153         (bibtex-parse-association): Simplify.
26154         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
26155         (bibtex-parse-field-text): Simplify.
26156         (bibtex-search-forward-field, bibtex-search-backward-field):
26157         argument BOUND can take value t.
26158         (bibtex-start-of-field, bibtex-start-of-name-in-field)
26159         (bibtex-end-of-name-in-field, bibtex-end-of-field)
26160         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
26161         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
26162         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
26163         (bibtex-skip-to-valid-entry): Return buffer position of beginning
26164         and ending of entry.  Update for changes of bibtex-search-entry.
26165         Simplify.
26166         (bibtex-map-entries): FUN is called with three arguments.
26167         (bibtex-search-entry): Return a cons pair with buffer positions of
26168         beginning and end of entry.
26169         (bibtex-enclosing-field): Simplify.
26170         (bibtex-format-entry): Use booktitle to set a missing title.
26171         (bibtex-autokey-get-names): Fiddle with regexps.
26172         (bibtex-generate-autokey): Use identity.
26173         (bibtex-parse-keys): Use simplified parsing algorithm if
26174         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
26175         arguments.  Return alist of keys.
26176         (bibtex-parse-strings): Simplify.  Return alist of strings.
26177         (bibtex-complete-string-cleanup): Fix docstring.
26178         (bibtex-read-key): New function.
26179         (bibtex-mode): Fix docstring.  Do not parse for keys and
26180         strings when the mode is entered.  Set fill-paragraph-function to
26181         bibtex-fill-field.  Setup font-lock-mark-block-function the way
26182         font-lock intended.
26183         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
26184         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
26185         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
26186         (bibtex-Preamble): Avoid hard coded constants.
26187         (bibtex-make-field): Fix docstring.  Simplify.
26188         (bibtex-beginning-of-entry): Always return new position of point.
26189         (bibtex-end-of-entry): Rearrange cond clauses.
26190         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
26191         Update for changes of bibtex-map-entries.
26192         (bibtex-ispell-abstract): Do not move point.
26193         (bibtex-entry-index): Use downcase.  Simplify.
26194         (bibtex-lessp): Handle catch-all.
26195         (bibtex-find-crossref): Turn into a command.
26196         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
26197         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
26198         preamble entries.
26199         (bibtex-fill-field-bounds): New function.
26200         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
26201         (bibtex-fill-entry): Use bibtex-fill-field-bounds
26202         (bibtex-String): Use bibtex-strings.  Always obey
26203         bibtex-sort-ignore-string-entries.
26205 2003-07-05  John Paul Wallington  <jpw@gnu.org>
26207         * cus-theme.el (customize-create-theme):
26208         Call `customize-create-theme' in Reset widget's notify function.
26210         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
26211         (ibuffer-mark-interactive): Use `or' instead of `unless'.
26212         (define-ibuffer-column name): Add summarizer.
26213         (define-ibuffer-column size): Likewise.
26214         (define-ibuffer-column filename): Likewise.
26215         (define-ibuffer-column process): Likewise.  Change BODY's output too.
26216         (define-ibuffer-column filename-and-process): Likewise, likewise.
26217         (ibuffer): Remove local vars `already-in' and `need-update'.
26219         * ibuf-ext.el: Don't require `derived' at compile-time.
26221 2003-07-05  Kim F. Storm  <storm@cua.dk>
26223         * info.el: Disable paragraph refilling.
26224         (Info-refill-paragraphs): New defcustom.
26225         (Info-fontify-node): Use it.
26227 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
26229         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
26230         thingies from constructors created by defstruct.
26232         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
26233         the default value of the variable.
26234         (byte-code-meter): Move declaration to top level.
26236         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
26238         * info.el (Info-following-node-name-re): New fun.
26239         (Info-following-node-name): Remove.
26240         (Info-insert-dir): Use the new fun.
26241         (Info-extract-pointer): Don't save restriction; use new fun.
26242         (Info-menu-entry-name-re): New const.
26243         (Info-menu-entry-name-re): Use it along with new fun.
26244         (Info-node-spec-re): Use new fun.
26245         (Info-complete-menu-item, Info-fontify-node): Use new const.
26246         (Info-goto-node, Info-follow-reference, Info-menu-update):
26247         Use match-string.
26248         (Info-follow-reference): Use assoc-string.
26249         Use a list of strings for the completion table.
26250         (Info-fontify-node): Use match-string, line-end-position.
26251         Limit the search for `node:' to the first line.
26253         * newcomment.el (uncomment-region): Remove padding coming from
26254         comment-start rather than just from comment-padding.
26256         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
26257         (vc-cvs-stay-local-p): Use vc-stay-local-p.
26258         (vc-cvs-rename-file): Remove (use the default).
26259         (vc-cvs-register): Register parent dir if needed.
26260         (vc-cvs-could-register): Return non-nil if parent can be registered.
26261         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
26262         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
26264         * vc-svn.el (vc-svn-use-edit): Make it into a const.
26265         (vc-svn-update): Fix the arguments to `svn'.
26266         (vc-svn-diff-tree): Just use `vc-svn-diff'.
26267         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
26268         Simple implementations, assuming `name' is a URL.
26270         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
26271         set of chars allowed unquoted in a case pattern.
26273         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
26275         * font-lock.el (font-lock-extra-types-widget)
26276         (c-font-lock-extra-types, c++-font-lock-extra-types)
26277         (objc-font-lock-extra-types, java-font-lock-extra-types)
26278         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
26279         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
26280         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
26281         (font-lock-match-c++-structor-declaration)
26282         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
26283         (c++-font-lock-keywords-3, c++-font-lock-keywords)
26284         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
26285         (objc-font-lock-keywords-3, objc-font-lock-keywords)
26286         (java-font-lock-keywords-1, java-font-lock-keywords-2)
26287         (java-font-lock-keywords-3, java-font-lock-keywords)
26288         (java-font-lock-syntactic-face-function): Remove obsolete code
26289         and constants.  It's all in cc-fonts.el now.
26291 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
26293         * mail/sendmail.el (mail-specify-envelope-from)
26294         (mail-envelope-from): Doc fix.
26296 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
26298         * generic-x.el: Do away with the dependency on `c-emacs-features'
26299         when populating `rul-generic-mode-syntax-table'; we already know
26300         this isn't XEmacs.
26302 See ChangeLog.10 for earlier changes.
26304 ;; Local Variables:
26305 ;; coding: iso-2022-7bit
26306 ;; End:
26308     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
26309   Copying and distribution of this file, with or without modification,
26310   are permitted provided the copyright notice and this notice are preserved.
26312 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1