(emerge-restore-buffer-characteristics): Doc fix.
[emacs.git] / lisp / ChangeLog
blob456c48ce33c948735b9d27a221bab49f0df69644
1 2004-01-08  John Paul Wallington  <jpw@gnu.org>
3         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
7         * progmodes/gud.el (gdb-first-prompt): Renamed from
8         gdb-first-pre-prompt
10         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. Use GDB
11         command "set width 0" to prevent word wrapping problems.
12         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
14 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
16         * files.el (write-file-functions, write-contents-functions):
17         Clarify docstrings.
19 2004-01-07  Kenichi Handa  <handa@m17n.org>
21         * international/mule.el (set-auto-coding): Fix for the case that
22         end-of-line is only CR.
24 2004-01-07  Kim F. Storm  <storm@cua.dk>
26         * subr.el (event-start, event-end): Doc fix.
27         (posn-string, posn-image): New defuns.
28         (posn-object): Return either image or string object.
29         (posn-object-x-y): Return 8th element of position.
30         (posn-object-width-height): New defun.
32 2004-01-06  Andreas Schwab  <schwab@suse.de>
34         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
35         output.
37 2004-01-05  Karl Berry  <karl@gnu.org>
39         * emacs-lisp/copyright.el (copyright-regexp): might as well allow
40         / and *, too.
42 2003-12-31  Simon Josefsson  <jas@extundo.com>
44         * files.el (before-save-hook): Add.
45         (basic-save-buffer): Use before-save-hook.
47         * emacs-lisp/copyright.el: Fix comment to recommend
48         before-save-hook instead of write-file-functions.
50 2004-01-05  Richard M. Stallman  <rms@gnu.org>
52         * finder.el (finder-commentary): Call delete-other-windows.
54         * net/ange-ftp.el (ange-ftp-file-attributes):
55         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
57 2004-01-04  Karl Berry  <karl@gnu.org>
59         * emacs-lisp/copyright.el (copyright-regexp): allow the common
60         comment characters % and # in the copyright year notice,
61         as well as ;.
63 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
65         * wid-edit.el (default): Define dummy :value-delete.
66         Reported by Jesper Harder <harder@ifa.au.dk>.
68 2004-01-03  Richard M. Stallman  <rms@gnu.org>
70         * progmodes/compile.el (compile-internal): Use point, not point-min,
71         for set-window-point.
73         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
75         * emacs-lisp/lisp-mnt.el (lm-section-end): require outline.
77         * progmodes/grep.el (grep-mode-map):
78         Don't remap next-line, previous-line.
80 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
82         * speedbar.el (speedbar-edit-line): Change regexp to position
83         the cursor on the first character of this line's button.
85 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
87         * subr.el (functionp): Doc fix.
89 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
91         * progmodes/idlwave.el (idlwave-make-tags):
92         * textmodes/flyspell.el (flyspell-large-region):.
93         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
94         * emulation/viper-util.el (viper-glob-unix-files):
95         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
96         * man.el (Man-init-defvars):
97         * jka-compr.el (jka-compr-call-process):
98         * files.el (get-free-disk-space,insert-directory):
99         * ediff-ptch.el (ediff-test-patch-utility):
100         * ediff-diff.el (ediff-test-utility):
101         * dired-aux.el (dired-check-process):
102         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
103         test the return value of call-process, because it can be a string.
105 2003-12-31  John Paul Wallington  <jpw@gnu.org>
107         * bindings.el (completion-ignored-extensions): Add .pfsl.
109 2003-12-31  Kim F. Storm  <storm@cua.dk>
111         * ido.el (ido-nonreadable-directory-p): New defun to check for
112         nonreadable directory without activating tramp (to avoid problems
113         with checking incomplete tramp paths.
114         (ido-set-current-directory, ido-file-internal)
115         (ido-file-name-all-completions1): Use it.
117 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
119         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
120         documentation if the anchor (or node) name is preceded by `info
121         anchor' or `Info anchor' in addition to earlier `info node' and
122         `Info node'.
123         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
125 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
127         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
128         error in arguments to base64-decode-region.  Remove ^M characters
129         after decoding base64.
131 2003-12-30  Simon Josefsson  <jas@extundo.com>
133         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
134         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
135         have only been distributed with Emacs for some years.
136         (texinfo-mode-hook): Customize.
138 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
140         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
141         cleaner (suggested by Richard Stallman).
143         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
144         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
145         file-name clashes on 8+3 DOS filesystems.
147         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
148         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
149         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
150         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
151         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
152         file-name clashes on 8+3 filesystems.
154         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
155         from testcover-unsafep.el and testcover-ses.el to avoid file-name
156         clashes on 8+3 DOS filesystems.
158 2003-12-29  Richard M. Stallman  <rms@gnu.org>
160         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
161         Upcase the character.
163         * textmodes/flyspell.el (mail-mode-flyspell-verify):
164         Search for header separator alone on a line, literally,
165         and search for it backward, not forward.
166         (flyspell-abbrev-table): Always use global-abbrev-table
167         if there is no local one.
169         * progmodes/sh-script.el (sh-get-indent-info):
170         Don't move point back if at bob.
172         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
174         * play/handwrite.el (handwrite): Make the handwrite credit message
175         a comment rather than an output command.
177         * obsolete/sc.el: Display message that this file is obsolete.
179         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
181         * mail/rfc822.el (rfc822-address-start): Declare variable.
182         Renamed from address-start.  All uses changed.
184         * term.el (term-exec): Set up sentinel.
185         (term-sentinel): New function.
186         (term-handle-exit): New function.
188         * subr.el (assoc-ignore-case, assoc-ignore-representation): 
189         Use assoc-string, and mark them obsolete.
190         (delay-mode-hooks): Mark as permanent local.
192         * simple.el (sendmail-user-agent-compose): Use assoc-string.
194         * register.el (copy-rectangle-to-register): Doc fix.
196         * info.el (Info-insert-dir): Use assoc-string.
198         * info-look.el (info-lookup): Use assoc-string.
200         * frame.el (pop-up-frame-function): Use quote, not `function'.
201         (frame-notice-user-settings): Calculate ADJUSTED-TOP
202         copying with lists as coordinate values.
204         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
206         * find-dired.el (kill-find): New command.
207         (find-dired): Make buffer read-only.
208         Set up a keymap with C-c C-k running kill-find.
209         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
211         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
213         * filecache.el (file-cache-ignore-case): New variable.
214         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
216         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
217         (comint-dynamic-complete-as-filename): Rename local vars.
218         (comint-dynamic-list-filename-completions): Likewise.
220         * comint.el (comint-dynamic-list-completions-config): New var.
221         (comint-dynamic-list-completions): Handle both SPC and TAB right.
223         * comint.el (comint-file-name-chars): Add [].
224         (comint-word): Use skip-chars-backward, not search.
226         * shell.el (shell-file-name-chars): Add [].
228         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
230         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
232         * generic.el (define-generic-mode): Doc fix.
234 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
236         * files.el (kill-some-buffers): Doc fix.
238 2003-12-29  David Herring <sdh6@ra.msstate.edu>  (tiny change)
240         * comint.el (comint-watch-for-password-prompt): Pass `string' as
241         arg to send-invisible
242         (send-invisible): Doc fix.  The argument is now a prompt, not the
243         string to send.
244         (comint-read-noecho): Doc fix.
246 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
248         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
249         "@", as required by some ISP hosting service.  Fix defcustom
250         argument syntax errors that prevented use of customization.
252 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
254         * xml.el (xml-get-attribute-or-nil): Doc fix.
256 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
258         * net/zone-mode.el (zone-mode): Use write-file-functions, not
259         write-file-hooks.
261 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
263         * autorevert.el (auto-revert-interval): Doc fix.
265 2003-12-29  Mark A. Hershberger <mah@everybody.org>
267         * xml.el (xml-get-attribute-or-nil): New function, like
268         xml-get-attribute, but returns nil if the attribute was not found.
269         (xml-get-attribute): Converted to defsubst, uses
270         xml-get-attribute-or-nil.
272 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
274         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
276 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
278         * custom.el (custom-declare-theme): Use `value' when putting
279         properties on `theme'.
281 2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
283         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
284         for each yank-handler segment.
285         (insert-for-yank-1): New function, with the body of the previous
286         insert-for-yank.
288         * textmodes/table.el (table-yank-handler): New defcustom.
289         (table--put-cell-indicator-property): Put yank-handler property
290         that indicates the yank handler for the table cell.
292 2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
294         * generic-x.el (etc-modules-conf-generic-mode): A more complete
295         set of keywords.
297 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
299         * international/mule-cmds.el (reset-language-environment)
300         (set-language-environment): Don't invoke fontset-related functions
301         if fontset-list is not fboundp.
303 2003-12-29  Kenichi Handa  <handa@m17n.org>
305         * international/mule-cmds.el (reset-language-environment): Call
306         set-overriding-fontspec-internal with nil.
307         (set-language-environment): Call set-overriding-fontspec-internal
308         if the language environment specify `overriding-fontspec'.
309         (language-info-alist): Doc added.
311         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
312         characters of mule-unicode-0100-24ff.
313         (ccl-encode-windows-1251-font): New CCL program.
314         ("Bulgarian"): Specify overriding-fontspec.
315         ("Belarusian"): Likewise.
317 2003-12-28  Sam Steingold  <sds@gnu.org>
319         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
320         parameter ID-FORMAT to conform with the 2003-11-30 patch.
322 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
324         * progmodes/gud.el (gud-gdb-command-name): Set default to
325         "gdb --annotate=3".
326         (gud-gdb-marker-filter): Look out for annotations.
327         (gdb-first-pre-prompt): New variable.
328         Remove trailing white space.
330         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
331         if necessary.
332         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
333         annotations are detected.
334         (gud-gdba-marker-filter): Use global variable gud-marker-acc
335         instead of a local one to allow transition from
336         gud-gdb-marker-filter.
337         Remove trailing white space.
339 2003-12-27  Kim F. Storm  <storm@cua.dk>
341         * ido.el: Handle non-readable directories.
342         (ido-decorations): Add 9th element for non-readable directory.
343         (ido-directory-nonreadable): New dynamic var.
344         (ido-set-current-directory): Set it.
345         (ido-read-buffer, ido-file-internal):
346         (ido-read-file-name, ido-read-directory-name): Let-bind it.
347         (ido-file-name-all-completions1): Return empty list for
348         non-readable directory.
349         (ido-exhibit): Print [Not readable] if directory is not readable.
350         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
351         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
352         Use it.
354 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
356         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
357         calls to directory-files-and-attributes and file-attributes.
358         (ls-lisp-format): Remove system dependent handling of user and
359         group id's.
361 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
363         * ffap.el (ffap-read-file-or-url): Revert previous change.
365 2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
367         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
368         new list of included files called `files-with-node-lines', that
369         only have node lines.  This way @include commands can include any
370         file, such as version and update files without node lines, not
371         just files that are chapters.
373 2003-12-25  Andreas Schwab  <schwab@suse.de>
375         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
376         file not found.
378 2003-12-08  Miles Bader  <miles@gnu.org>
380         * dired.el (dired-between-files): Always use dired-move-to-filename,
381         which is more robust in non-english locales.
383 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
385         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
387 2003-12-24  Andreas Schwab  <schwab@suse.de>
389         * shell.el (shell-file-name-quote-list): Add backslash.
391         * comint.el (comint-quote-filename): Correctly handle backslash
392         in comint-file-name-quote-list.
394 2003-12-24  Kenichi Handa  <handa@m17n.org>
396         * international/mule-cmds.el (set-default-coding-systems): Call
397         ucs-set-table-for-input for all buffers that don't have local
398         value of buffer-file-coding-system.
400         * international/ucs-tables.el (ucs-set-table-for-input): If
401         translation-table-for-encode is a symbol, get its
402         translation-table property.
404 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
406         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
407         to `completing-read' on a recently fixed bug.
409         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
410         instead of SPACE, to get the list of possible fringe modes.  SPACE
411         only works if both `partial-completion-mode' and
412         `completion-auto-help' are nil.
414         * complete.el (PC-is-complete-p): delete.
415         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
416         calls to `test-completion'.
418 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
420         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
421         to edit values when there are no children.
423         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
424         a mode called "Assembler" already exists.
425         (gdb-use-colon-colon-notation, gdb-show-changed-values): New
426         options.
427         (gud-watch): Use format option. Remove font properties from
428         string.
429         (gdb-var-create-handler, gdb-var-list-children-handler): Don't
430         bother about properties as there are none.
431         (gdb-var-create-handler, gdb-var-list-children-handler)
432         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
433         with two arguments.
434         (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let
435         speedbar show value changes with a different font.
436         (gdb-edit-value): New defun.
437         (gdb-clear-partial-output, gdb-clear-inferior-io)
438         (def-gdb-auto-update-handler): Use erase-buffer.
439         (gdb-frame-handler): Display watch expressions in
440         FUNCTION::VARIABLE format if required.
442 2003-12-23  John Paul Wallington  <jpw@gnu.org>
444         * info.el (Info-unescape-quotes, Info-split-parameter-string)
445         (Info-goto-emacs-command-node): Doc fixes.
447 2003-12-12  Jesper Harder <harder@ifa.au.dk>
449         * cus-edit.el (custom-add-parent-links): Define "many".
451 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
453         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
454         (widget-child-validate, widget-type-value-create)
455         (widget-type-default-get, widget-type-match): New functions.
456         (lazy): New widget.
457         (menu-choice, checklist, radio-button-choice, editable-list)
458         (group, documentation-string): Removed redundant (per 2003-10-25
459         change) calls to `widget-children-value-delete'.
460         (widget-choice-value-get, widget-choice-value-inline): Removed
461         functions.
462         (menu-choice): Updated widget.
464 2003-12-03  Kenichi Handa  <handa@m17n.org>
466         * language/cyrillic.el: Register "microsoft-cp1251" in
467         ctext-non-standard-encodings-alist.
468         ("Bulgarian"): Add ctext-non-standard-encodings.
469         ("Belarusian"): Likewise.
471         * international/mule-conf.el (compound-text-with-extensions):
472         Change the type to 2 (iso-2022 base).
474         * international/mule.el (ctext-non-standard-encodings-alist):
475         Change the format.
476         (ctext-non-standard-encodings): New variable.
477         (ctext-post-read-conversion): Fully re-written.
478         (ctext-non-standard-designations-alist): Delete it.
479         (ctext-non-standard-encodings-table): New function.
480         (ctext-pre-write-conversion): Fully re-written.
482 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
484         * cus-edit.el (custom-add-parent-links): Add documentation links
485         for parent, if the item has none of its own.
487 2003-11-30  Richard M. Stallman  <rms@gnu.org>
489         * dired-aux.el (dired-do-query-replace-regexp):
490         Report files visited read-only.
492 2003-11-30  Juri Linkov  <juri@jurta.org>
494         * dired-aux.el (dired-compare-directories): New command.
495         (dired-file-set-difference, dired-files-attributes): New functions.
497 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
498         Version 2.0.38 of Tramp released.
500         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
501         Charles Curley <charlescurley@charlescurley.com>.
502         (tramp-multi-connection-function-alist): Add ssht entry which adds
503         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
504         Aichner.
505         (tramp-get-method-parameter): New function to retrieve a method
506         parameter.  This allows for omission of method parameters.
507         Callers adjusted.
509 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
511         * net/tramp.el: Add new optional parameter ID-FORMAT to
512         `file-attributes'.  Calls of `file-attributes' won't use this
513         parameter for backward compatibility reasons.
514         (tramp-perl-file-attributes): Add a new parameter to Perl script
515         in order to handle uid/gid as strings, if desired.
516         (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
517         `file-attributes' instead of `tramp-handle-file-attributes' in
518         order to make the function more general.
519         (tramp-handle-file-attributes): Replace proprietary optional
520         parameter NONNUMERIC by the recently (Emacs 21.4) introduced
521         ID-FORMAT.
522         (tramp-handle-file-attributes-with-perl): Handle parameter
523         NONNUMERIC if set. This wasn't done in the past.
524         (tramp-post-connection): Apply second parameter "$2" if
525         `tramp-remote-perl' is called.
527         * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
528         cut'n'waste error (`filename' instead of `directory').
529         (tramp-smb-handle-directory-files-and-attributes)
530         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
531         introduced parameter ID-FORMAT.
532         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
533         error (`directory' instead of `ldir').
535         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
536         `file-attributes' has a second parameter.  If yes, apply it with
537         value "'integer".  Otherwise, don't use that parameter (default is
538         integer format).
541 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
543         * help.el (help-map): Bind `display-local-help' to `C-h .'.
544         (help-for-help): Add `C-h .' to the listed Help options.
545         Remove trailing whitespace.
547         * help-at-pt.el: New file.
549 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
551         * subr.el (noreturn, 1value): New macros for test coverage.  See
552         `testcover.el'.
554         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
556         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
557         for macro `1value'.
558         (testcover-1value): New function.  Checks that a 1value form
559         actually returns only one value.  Requested by RMS.
561 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
563         * gdb-ui.el (gud-watch, gdb-var-create-handler)
564         (gdb-var-list-children, gdb-var-list-children-handler)
565         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
566         gdb commands that use mi to keep them out of the command history.
568 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
570         * cus-start.el (all): Add use-file-dialog.
572 2003-11-27  Kim F. Storm  <storm@cua.dk>
574         * subr.el (posn-object-x-y): New defun.
576 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
578         * subr.el (number-sequence): Improve handling of floating point
579         arguments (suggested by Kim Storm).  Allow negative arguments.
581 2003-11-26  Kenichi Handa  <handa@m17n.org>
583         * international/mule-cmds.el (standard-display-european-internal):
584         Cancel the standard-display-table setting for ` and '.
586 2003-11-26  Kim F. Storm  <storm@cua.dk>
588         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
589         New defcustoms to add ffap-like functionality to ido.
590         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
591         (ido-no-final-slash): New defun.
592         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
593         (ido-read-file-name): ): Toggle VC checking via
594         vc-handled-backends instead of vc-master-templates.
595         (ido-file-internal): Handle ido-use-url-at-point and
596         ido-use-filename-at-point via code borrowed from ffap-guesser.
597         Handle new ido-exit code ffap.
598         (ido-sort-list): Ignore final slash when sorting file names.
600 2003-11-25  Kim F. Storm  <storm@cua.dk>
602         * emulation/cua-base.el (cua--standard-movement-commands):
603         Add forward-sentence and backward-sentence.
605 2003-11-25  Stephen Eglen  <stephen@gnu.org>
607         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
608         iswitchb-exit is set to 'usefirst when user selects buffer at head
609         of list using RET.  (Selecting buffers at the head of the list was
610         broken if the substring was also a complete buffername.)
612 2003-11-23  Kim F. Storm  <storm@cua.dk>
614         * progmodes/compile.el (grep-command, grep-use-null-device)
615         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
616         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
617         (grep-regexp-alist, grep-program, find-program)
618         (grep-find-use-xargs, grep-history, grep-find-history)
619         (grep-process-setup, grep-compute-defaults)
620         (grep-default-command, grep, grep-tag-default, grep-find)
621         (grep-expand-command-macros, grep-tree-last-regexp)
622         (grep-tree-last-files, grep-tree): Move grep variables, functions
623         and commands to new file grep.el.
624         (compilation-mode-map): Remove grep commands from Compile sub-menu.
625         (compilation-process-setup-function): Doc fix.
626         (compilation-highlight-regexp, compilation-highlight-overlay): New
627         defvars used for highlighting current compile error in source buffer.
628         (compile-internal): New optional args HIGHLIGHT-REGEXP and
629         LOCAL-MAP which overrides compilation-highlight-regexp and
630         compilation-mode-map for this compilation.
631         Delay calling compilation-set-window-height until after running
632         compilation-process-setup-function so it can buffer-local override
633         compilation-window-height.
634         Check buffer-local value of compilation-scroll-output.
635         (compilation-set-window-height): Use buffer-local value of
636         compilation-window-height.
637         (compilation-revert-buffer): Don't pass (undefined)
638         preserve-modes arg to revert-buffer.
639         (next-error-no-select, previous-error-no-select): New commands.
640         (compilation-goto-locus): Temporarily highlight current match in
641         source buffer using compilation-highlight-regexp.
643         * progmodes/grep.el: New file with grep code from compile.el.
644         (grep): New defcustom group.
645         (grep-window-height): New defcustom, like compilation-window-height.
646         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
647         (grep-scroll-output): New defcustom, like compilation-scroll-output.
648         (grep-command, grep-use-null-device, grep-find-command)
649         (grep-tree-files-aliases, grep-tree-ignore-case)
650         (grep-tree-ignore-CVS-directories): Move to grep custom group.
651         (grep-setup-hook): New hook variable.
652         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
653         (grep-last-buffer): New defvar, override compilation-last-buffer.
654         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
655         Call compile-internal with args highlight-regexp and grep-mode-map.
657 2003-11-23  Kim F. Storm  <storm@cua.dk>
659         * subr.el (event-start, event-end): Doc fix.
660         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
661         (posn-area, posn-actual-col-row, posn-object): New defuns.
662         (posn-col-row): Simplify doc.  Rewrite to use cond.
663         (posn-point): Also return buffer position for events outside text
664         area (that info is now present in the event position).
666         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
667         mouse-set-point so that hscroll still works now that clicks on
668         fringes generate specific mouse events.
669         (mouse-set-point): Note that it now works in fringes and margins
670         too due to new semantics of posn-point in fringes and margins.
672         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
673         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
675 2003-11-20  Kim F. Storm  <storm@cua.dk>
677         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
678         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
679         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
680         to 100 for icons to avoid increasing line height when shown.
682 2003-11-19  Andreas Schwab  <schwab@suse.de>
684         * simple.el (set-variable): Fix indentation.
686 2003-11-17  Kenichi Handa  <handa@m17n.org>
688         * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
689         docstring.
691 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
693         * international/latin1-disp.el (latin1-display): Fix docstring.
695 2003-11-16  John Wiegley  <johnw@newartisans.com>
697         * eshell/em-ls.el (eshell-ls-file): There are times with
698         size-width is nil and uncomputed (when directories are created in
699         dired, for example); in this case, 4 is reasonable default value,
700         although it may caused skewed new entries (which could be avoided
701         by returning the original value of 8 in all cases, but 99% of the
702         time this is a waste of whitespace).
704 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
706         * cc-engine.el (c-guess-continued-construct,
707         c-guess-basic-syntax): Check a little more carefully if it's a
708         function declaration when an unknown construct followed by a block
709         is found inside a statement context.  This avoids macros followed
710         by blocks to be taken as function declarations.
712         (c-guess-continued-construct): Changed the analysis of a statement
713         continuation with a brace open to `substatement-block', for
714         consistency with recognized statements.
716         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
717         start is in a position so that `c-beginning-of-statement-1' jumped
718         to the beginning of the same statement.
720         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
721         accept binary operators in the arglist if we're in a function call
722         context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
723         template recognition in cases like "if (a < b || c > d)".
725         (c-restricted-<>-arglists): New more appropriate name for
726         `c-disallow-comma-in-<>-arglists'.
728         Accessing functions updated for the variable name change.
730         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
731         match data could get clobbered if NOT-INSIDE-TOKEN is used.
733         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
734         labels.
736         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
737         instead of duplicating parts of it.  This fixes bogus label
738         recognition.
740         * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
741         of checking the context in which to apply the minimum indentation,
742         so that it isn't enforced in e.g. namespace blocks.
744         * cc-vars.el (c-inside-block-syms): New constant used by
745         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
746         to somewhat reduce the risk of becoming stale.
748         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
749         cc-cmds to cc-engine to allow use from cc-align.
751         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
752         qualified identifiers containing "::".
754         * cc-defs.el (c-make-keywords-re): Added kludge for bug in
755         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
757         * cc-vars.el (c-emacs-features): Use a space in front of the name
758         of the temporary buffer.  That also avoids dumping problems in
759         XEmacs due to undo info being left around after the buffer is
760         killed.
762         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
763         arglist to see if it's a K&R style declaration.
765         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
766         before returning `knr-argdecl-intro'.
768 2003-11-16  John Wiegley  <johnw@newartisans.com>
770         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
771         field in a long-listing always 8 characters, use `size-width',
772         which has already been computed.
774 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
776         * subr.el (minor-mode-list): Add `hs-minor-mode'.
778 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
780         * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
781         operation while narrowed, with `diff-restrict-view'.
783 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
785         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
786         additional optional arg NARROWFUN.  For the generated functions: Add
787         local var `was-narrowed-p'.  Also, if NARROWFUN is specified, include
788         frags that arrange to check for and save narrowing state before the
789         move and then conditionally call NARROWFUN after the move.
791 2003-11-14  John Wiegley  <johnw@newartisans.com>
793         * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
794         that was optional, but obviously missing based on surrounding
795         code.
797         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
798         string arguments to numbers unless the whole argument was seen as
799         a number.
801 2003-11-14  Kenichi Handa  <handa@m17n.org>
803         * international/mule.el (ctext-non-standard-encodings-alist): Fix
804         coding systems.
806 2003-11-10  Kenichi Handa  <handa@m17n.org>
808         * language/kannada.el ("Kannada"): Add sample-text.
810         * language/knd-util.el (kannada-compose-region)
811         (kannada-compose-string, kannada-post-read-conversion): Add
812         autoload cookie.
814         * international/quail.el (quail-completion): Change the message
815         "corresponding translations" to "corresponding characters".
817 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
819         * descr-text.el (describe-char): Fix typo.
821 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
823         These changes are to support Kannada language/script.
825         * Makefile.in (DONTCOMPILE): Add kannada.el.
827         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
829         * loadup.el: Preload kannada.el.
831         * language/ind-util.el (ucs-kannada-to-is13194-alist)
832         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
833         New variables.
835         * language/kannada.el: New file.
837         * language/knd-util.el: New file.
839 2003-11-07  Andreas Schwab  <schwab@suse.de>
841         * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
842         highlight AH_*.
844         * xml.el (xml-parse-dtd): Fix misplaced paren.
846 2003-11-07  Kenichi Handa  <handa@m17n.org>
848         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
850 2003-11-05  Juri Linkov  <juri@jurta.org>
852         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
853         (desktop-buffer-file): Use saved buffer-file-coding-system
854         for file reading.  Set auto-insert to nil to prevent automatic
855         insertion into restored empty files.
857 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
859         * files.el (risky-local-variable-p): Make second argument optional.
861 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
863         * mail/rmail.el (rmail-convert-to-babyl-format): If
864         base64-decode-region signals an error, catch it and silently
865         ignore it.
867 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
869         * xml.el (xml-parse-region): Allow comments to appear after the
870         topmost element has closed.
871         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
872         (xml-ns-expand-attr): New functions to do namespace handling.   
873         (xml-intern-attrlist): Back-compatible handling of attribute
874         names.
875         (xml-parse-tag): Move namespace handling to seperate functions.
876         Now produces elements in the form ((:ns . "element") (attr-list)
877         children) instead of ('ns:element (attr-list) children).
878         (xml-parse-attlist): Fix attribute parsing.
879         (xml-parse-dtd): Change parsing so that it produces strings
880         instead of interned symbols.
882 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
884         * dired.el (dired-ls-sorting-switches): Doc fix.
886 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
888         * emacs-lisp/rx.el (rx-or): Fix the case of
889         "(rx (and ?a (or ?b ?c) ?d))".
891 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
893         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
894         (texinfo-format-region): Use it.
895         (texinfo-format-buffer-1): Ditto.
897 2003-11-01  Alan Mackenzie  <acm@muc.de>
899         Changes to allow scrolling whilst in isearch mode:
900         * isearch.el (isearch-unread-key-sequence): New function,
901         extracted from isearch-other-meta-char.
902         (top level): (put 'foo 'isearch-scroll) on all Emacs's
903         "scrollable" standard functions.
904         (isearch-allow-scroll): New customizable variable.
905         (isearch-string-out-of-window, isearch-back-into-window)
906         (isearch-reread-key-sequence-naturally)
907         (isearch-lookup-scroll-key): New functions.
908         (isearch-other-meta-char): Doc string and functionality enhanced.
909         Now accepts a prefix argument.
910         (isearch-lazy-highlight-window-end): New variable.
911         (isearch-lazy-highlight-new-loop): Pay attention to the window's
912         end (thru isearch-lazy-highlight-window-end), not only its start.
914         * simple.el (overriding-map-is-bound, saved-overriding-map): New
915         variables.
916         (ensure-overriding-map-is-bound, restore-overriding-map): New
917         functions.
918         (universal-argument, universal-argument-more, negative-argument)
919         (digit-argument, universal-argument-other-key): Minor changes.
921 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
923         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
924         recursively if the last message is deleted, thus avoiding an
925         infinite loop.
927 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
930         (tex-main-file): Don't add .tex if the extension is already present.
931         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
933 2003-10-29  Lute Kamstra  <lute@gnu.org>
935         * progmodes/octave-inf.el (inferior-octave-prompt):
936         Recognize version number in prompt.
938 2003-10-28  Dave Love  <fx@gnu.org>
940         * international/characters.el: Fix some Unicode ranges.
942 2003-10-28  Kenichi Handa  <handa@m17n.org>
944         * disp-table.el (standard-display-8bit)
945         (standard-display-default, standard-display-ascii)
946         (standard-display-g1, standard-display-graphic)
947         (standard-display-underline): Assure that standard-display-table
948         is a display table.
950 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * simple.el (reindent-then-newline-and-indent): Delete space *after*
953         reindenting the first line.
955 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
957         * wid-edit.el (widget-default-delete): Always delete child widgets.
959 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * newcomment.el (comment-indent): Don't call indent-according-to-mode
962         if the line has code.
963         Don't try to line up with something that's too far left.
965         * progmodes/octave-mod.el (octave-comment-start): Simplify.
966         (octave-mode-syntax-table): Add % as a comment starter.
967         (octave-point): Remove.
968         (octave-in-comment-p, octave-in-string-p)
969         (octave-not-in-string-or-comment-p, calculate-octave-indent)
970         (octave-blink-matching-block-open, octave-auto-fill):
971         Use line-(beginning|end)-position instead.
973 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
975         * emacs-lisp/authors.el (authors-aliases): Add correct realname
976         for Francesco Potort\e,Al\e(B.
978 2003-10-23  Dave Love  <fx@gnu.org>
980         * international/mule-cmds.el (locale-charset-to-coding-system):
981         Don't rely on nil being a coding system.
983         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
984         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
985         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
987 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
989         * gdb-ui.el (gdb-current-language): New variable.
990         (gdb-update-flag): Remove variable.
991         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
992         (gdb-take-last-elt): Remove function.
993         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
994         (gdb-post-prompt): Check for variable object changes here.
996         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
997         object changes in gdb-ui.el.
999 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1001         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
1003         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
1004         Don't check for foo*/ wildcard form here.
1005         (insert-directory): Recognize foo*/ as a wildcard.
1006         Separate wildcard-regexp variable from the arg, wildcard.
1008         * subr.el (add-hook): Correctly detect when make-local-hook was used.
1009         (remove-hook): Correctly handle strange cases about local hooks.
1011 2003-10-21  David Ponce  <david@dponce.com>
1013         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
1014         argument REAL, to return a real number instead of a rounded
1015         integer value.  Define as inline function.
1016         (ruler-mode-right-fringe-cols): Likewise.
1017         (ruler-mode-scroll-bar-cols): New function.
1018         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
1019         (ruler-mode-right-scroll-bar-cols): Likewise.
1020         (ruler-mode-space): New function.
1021         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
1022         scroll bar mode and margins in a more robust way.
1024 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1026         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
1027         (antlr-c-init-language-vars): New function.
1028         (antlr-mode): Use it with cc-mode before v5.29.
1029         (antlr-c-common-init): Don't set some local vars here.
1030         (antlr-mode): Set them here.
1031         (antlr-c-forward-sws): New function alias.
1032         (antlr-mode): Redefine with cc-mode before v5.30.
1033         (antlr-skip-sexps): Use it.
1034         (antlr-skip-exception-part): Ditto.
1035         (antlr-skip-file-prelude): Ditto.
1036         (antlr-outside-rule-p): Ditto.
1037         (antlr-end-of-body): Ditto.
1038         (antlr-option-kind): Ditto.
1039         (antlr-insert-option-area): Ditto.
1040         (antlr-file-dependencies): Ditto.
1042 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1044         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
1045         Move backward only if point was not inside an entry.
1047 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1049         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
1051 2003-10-21  Juri Linkov  <juri@jurta.org>
1053         * compare-w.el: Automatically skip non-matching text to resync.
1054         (compare-windows-whitespace): Doc fix.
1055         (compare-windows-sync, compare-windows-sync-string-size)
1056         (compare-windows-recenter, compare-ignore-whitespace)
1057         (compare-windows-highlight, compare-windows-face): New variables.
1058         (compare-windows): Use compare-windows-sync.
1059         (compare-windows-highlight, compare-windows-dehighlight)
1060         (compare-windows-sync-regexp)
1061         (compare-windows-sync-default-function): New functions.
1063 2003-10-21  Juri Linkov  <juri@jurta.org>
1065         * diff.el (diff-parse-differences): Don't visit the files now;
1066         instead, just record the error locus.
1068 2003-10-21  Dave Love  <fx@gnu.org>
1070         * progmodes/cfengine.el: New file.
1072 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * complete.el (PC-do-completion): Do not forget to use `pred' as the
1075         default-directory when completing file names.
1077 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
1079         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
1080         followed by the word `face', it gets treated as a face, even if
1081         it is also defined as a variable or a function.
1083 2003-10-20  Dave Love  <fx@gnu.org>
1085         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1086         Avoid incf in macro expansion.
1088 2003-10-20  John Paul Wallington  <jpw@gnu.org>
1090         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
1091         `evenp' so we don't implicitly require cl library at runtime.
1093 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
1095         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
1096         (help-make-xrefs): Only make cross-references for faces if
1097         preceded or followed by the word `face'.  Do not make a
1098         cross-reference for variables without variable documentation,
1099         unless preceded by the word `variable' or `option'.  Update doc
1100         string accordingly.
1102 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1104         * progmodes/hideshow.el: Rewrite one-armed `if'
1105         constructs using either `when' or `unless'.
1106         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
1108 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
1110         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
1111         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
1112         instead of 12x12.
1114 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
1116         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
1117         message while converting to Babyl.
1119 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
1121         * allout.el (allout-mode): Doc fix.
1123 2003-10-16  Lute Kamstra  <lute@gnu.org>
1125         * subr.el (force-mode-line-update): Fix docstring.
1127 2003-10-14  Dave Love  <fx@gnu.org>
1129         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
1130         (default-input-method): Add :link, improve :type.
1131         (locale-charset-language-names): Fix utf-8 pattern.
1132         (locale-charset-match-p, locale-charset-alist)
1133         (locale-charset-to-coding-system): New.
1134         (set-locale-environment): Deal with codeset part of locale specs.
1136 2003-10-14  Lute Kamstra  <lute@gnu.org>
1138         * fringe.el (fringe-mode): Use active voice in docstring.
1139         (set-fringe-style): Ditto.
1141 2003-10-13  Lute Kamstra  <lute@gnu.org>
1143         * fringe.el (fringe-mode): Fix docstring.
1144         (set-fringe-style): Ditto.
1146 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1148         * ediff-mult.el (ediff-filegroup-action):
1149         Use ediff-default-filtering-regexp.
1151         * ediff-util.el (ediff-recenter): Don't call
1152         ediff-restore-highlighting twice.
1153         (ediff-select-difference): Set current difference.
1154         (ediff-unselect-and-select-difference): Add comment.
1156         * ediff.el (ediff-directories,ediff-directory-revisions)
1157         (ediff-directories3,ediff-merge-directories)
1158         (ediff-merge-directories-with-ancestor)
1159         (ediff-merge-directory-revisions)
1160         (ediff-merge-directory-revisions-with-ancestor):
1161         Use ediff-default-filtering-regexp.
1163 2003-10-12  Andreas Schwab  <schwab@suse.de>
1165         * international/mule-cmds.el (locale-charset-language-names):
1166         Simplify regex by removing unused grouping.
1168 2003-10-10  Dave Love  <fx@gnu.org>
1170         * bindings.el: Don't bind stop.
1172 2003-10-08  Miles Bader  <miles@gnu.org>
1174         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
1175         face instead of attempting to emulate it.
1177 2003-10-07  Kenichi Handa  <handa@m17n.org>
1179         * international/mule-diag.el (list-coding-systems-1): List coding
1180         systems that are loaded automatically.
1182         * international/code-pages.el (iso-8859-11): Add autoload cookie.
1184         * international/mule.el (autoload-coding-system): New function.
1186 2003-10-07  Andreas Schwab  <schwab@suse.de>
1188         * log-edit.el (log-edit-changelog-entries): Prefer local value of
1189         change-log-default-name in the buffer visiting the file.
1191 2003-10-06  Dave Love  <fx@gnu.org>
1193         * files.el (find-file-hook): Customize.
1194         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
1196         * bindings.el (completion-ignored-extensions): Remove .log.
1197         (global-map): Add again, open, stop keys.
1199 2003-10-05  Richard M. Stallman  <rms@gnu.org>
1201         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
1202         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
1203         Use sh-modify directly.
1204         (sh-select): Use sh-append, not eval.
1206         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
1208         * info.el (Info-following-node-name): New function.
1210         * loadhist.el (unload-feature-special-hooks):
1211         Rename from loadhist-hook-functions.
1212         (loadhist-hook-functions): Now an alias.
1214 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
1216         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
1217         file-name clashes on 8+3 filesystems.
1219         * Makefile.in (DONTCOMPILE, bootstrap-clean):
1220         Rename loaddefs-boot.el to ldefs-boot.el
1222         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
1223         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
1225 2003-10-03  Lute Kamstra  <lute@gnu.org>
1227         * info.el (Info-mode): Revert previous change.
1228         (Info-escape-percent): New function.
1229         (Info-fontify-node): Use it.
1231 2003-10-02  Andreas Schwab  <schwab@suse.de>
1233         * loaddefs-boot.el: Regenerated.
1235 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
1237         * ffap.el: Remove defadvice related code from CVS since `complete'
1238         provides a `PC-completion-as-file-name-predicate' variable that
1239         ffap can override.
1241 2003-10-02  Kenichi Handa  <handa@m17n.org>
1243         * international/utf-8.el (ccl-decode-mule-utf-8):
1244         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
1246         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
1247         * international/subst-big5.el: Likewise.
1248         * international/subst-gb2312.el: Likewise.
1249         * international/subst-ksc.el: Likewise.
1251 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
1253         * calendar/calendar.el (increment-calendar-month)
1254         (calendar-leap-year-p, calendar-absolute-from-gregorian)
1255         (generate-calendar, calendar-read-date, calendar-interval)
1256         (calendar-day-of-week): Handle years BC.
1257         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
1259 2003-10-01  Dave Love  <fx@gnu.org>
1261         * language/cyrillic.el (cp1251): Alias for windows-1251.
1263         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
1264         bootstrap.
1266 2003-10-01  Lute Kamstra  <lute@gnu.org>
1268         * files.el: Fix typo.
1269         * imenu.el (imenu--generic-function): Docstring fix.
1271 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1273         * dired.el (dired-mode): Handle dired-directory as a list.
1275 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
1277         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
1279         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
1281         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
1282         Replace gud-display with gud-watch.
1283         (gud-speedbar-buttons): Add stuff for watching expressions
1284         in the speedbar when using M-x gdba. Use dolist on old part
1285         of this function.
1287         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
1288         (gdb-update-flag): New variables.
1289         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
1290         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
1291         (gud-watch, gdb-var-create-handler) : New functions.
1292         (gdb-var-list-children, gdb-var-list-children-handler)
1293         (gdb-var-create-regexp, gdb-var-update-regexp)
1294         (gdb-var-list-children-regexp): New constants.
1295         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
1296         (gdb-annotation-rules): Reduce annotation set (level 3).
1297         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
1298         (gdb-post-prompt): Don't update GDB buffers every time speedbar
1299         updates.
1300         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
1301         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
1302         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
1303         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
1304         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
1305         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
1306         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
1307         (gud-display, gud-display1)
1308         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
1309         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
1310         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
1311         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
1312         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
1313         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
1314         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
1315         (gdb-display-display-buffer, gdb-toggle-display)
1316         (gdb-delete-display, gdb-expressions-popup-menu)
1317         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
1318         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
1319         to display buffer.
1321 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1323         * progmodes/ada-mode.el (ada-mode): Don't use advice.
1324         Instead, set which-func-functions.
1326         * progmodes/which-func.el (which-func-modes): Add ada-mode.
1327         (which-func-functions): New variable.
1328         (which-function): Use that.
1330         * info.el (Info-mode): Double each `%' in header line.
1332         * emacs-lisp/lisp-mnt.el (lm-with-file):
1333         When FILE is nil, run BODY in current buffer.
1335         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
1337         * help.el (describe-mode): Start with a brief list of minor modes.
1338         Find them thru minor-mode-list so as to find them all.
1339         Show them in alphabetical order.
1341         * mail/sendmail.el (mail-aliases): Doc fix.
1343         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
1345 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1347         * mail/rmailsum.el (rmail-make-summary-line-1):
1348         Change comma after last label to a space.
1349         (rmail-summary-font-lock-keywords): Adapt to that change.
1351 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
1353         * progmodes/scheme.el (scheme-mode-variables): When setting
1354         `font-lock-defaults', also specify that "#" should
1355         be interpreted with `word' syntax.
1356         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
1358 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
1360         * desktop.el: A lot of comments updated.
1361         (desktop-save-mode): Minor mode introduced.
1362         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
1363         (desktop-load-default): Function made obsolete.
1364         (desktop-locals-to-save): Variable made customizable.
1365         (desktop-read): Optional parameter `dirname' added.
1366         (desktop-change-dir, desktop-revert): Parameter `dirname' in
1367         `desktop-read' used.
1368         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
1370 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
1372         * whitespace.el (whitespace-clean-msg): Add user customizable message
1373         for displaying ``clean'' output.
1374         (whitespace-buffer): Use `whitespace-clean-msg'.
1375         (whitespace-global-mode): Fix typo.
1377 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
1379         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
1381 2003-09-29  Lute Kamstra  <lute@gnu.org>
1383         * bindings.el (mode-line-modes): Remove superfluous :propertize
1384         construct in initialization.
1385         (mode-line-position): Change cons cell into proper list in
1386         initialization.
1388 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
1390         * international/mule.el (decode-coding-inserted-region): Use car
1391         of the return value of find-operation-coding-system.
1393 2003-09-29  Kenichi Handa  <handa@m17n.org>
1395         * descr-text.el (describe-char): Fix previous change.
1397 2003-09-28  Kenichi Handa  <handa@m17n.org>
1399         * descr-text.el (describe-char-display): New function.
1400         (describe-char): Pay attention to display table on describing how
1401         a character is displayed.
1403         * international/mule-cmds.el (encoded-string-description):
1404         Prepend "0x" to each encoded byte.
1406 2003-09-28  Andreas Schwab  <schwab@suse.de>
1408         * find-file.el (ff-special-constructs): Add autoload cookie.
1410 2003-09-28  Kevin Ryde  <user42@zip.com.au>
1412         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
1413         makeinfo appends to duplicate index entries.
1415 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
1417         * dired-x.el (dired-clean-tex): Doc fix.
1419         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
1420         using a Chinese tutorial.
1422 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1424         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
1425         between "MAIL FROM:" and "RCPT TO:" and the following address.
1427 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1429         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
1431 2003-09-28  David Ponce  <david@dponce.com>
1433         * recentf.el (recentf-initialize-file-name-history): New defcustom.
1434         (recentf-load-list): When `recentf-initialize-file-name-history'
1435         is non-nil, initialize an empty `file-name-history' with the
1436         recent list.
1438 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
1440         * man.el (Man-default-man-entry): Remove the leading `*' from the
1441         word at point.
1443 2003-09-26  Lute Kamstra  <lute@gnu.org>
1445         * bindings.el (mode-line-position): Mention size indication in
1446         docstring.
1448 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
1450         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
1452         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
1453         because it's autoloaded now.
1455 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
1457         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
1458         (sh-font-lock-keywords, sh-feature): Fix previous change of
1459         sh-feature to avoid infloop with sh-font-lock-keywords.
1461 2003-09-25  Kim F. Storm  <storm@cua.dk>
1463         * frame.el (frame-current-scroll-bars): New defun.
1465         * window.el (window-current-scroll-bars): New defun.
1467 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1469         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
1470         cause errors when the state cache contains info on parts that have
1471         been narrowed out.
1473 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1475         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
1476         `c-setup-paragraph-variables' has to be used when this variable is
1477         changed; it doesn't work to reinitialize the mode since that
1478         typically clobbers the variable.
1480         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1481         Make it interactive.
1483 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1485         * progmodes/cc-fonts.el (c-font-lock-declarations):
1486         Fix recognition of constructors and destructors for classes whose
1487         names are matched by `*-font-lock-extra-types'.
1489         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
1490         followed by an identifier in C++ then it's a type.
1492 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1494         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
1495         problem that primarily affected XEmacs.  Don't use faces to find
1496         unterminated strings since Emacs and XEmacs fontify strings
1497         differently - this function should now work better in XEmacs.
1499 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1501         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
1502         `expand-abbrev' workaround which caused braces to misbehave inside
1503         macros.
1505         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1506         handling.  This bug could cause interactive font locking to bail out.
1508 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1510         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1511         Handle paren-style types in Pike.  Also fixed some cases of
1512         insufficient handling of unbalanced parens.
1514 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
1516         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1517         common shell prompts that are not common filename or URL characters.
1518         (ffap-file-at-point): Use the new regexp to strip the prompts from
1519         the file names. This is an issue mostly for user prompts that
1520         don't have a trailing space and find-file-at-point is invoked from
1521         within a shell inside emacs.
1523 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
1525         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1526         stamps numerically, rather than textually.
1528 2003-09-24  Kenichi Handa  <handa@m17n.org>
1530         * language/devan-util.el (devanagari-post-read-conversion):
1531         * language/mlm-util.el (malayalam-post-read-conversion):
1532         * language/tml-util.el (tamil-post-read-conversion):
1533         Add autoload cookie.
1535         * international/utf-8.el (utf-8-post-read-conversion):
1536         Call post-read-conversion functions for Devanagari, Malayalam,
1537         and Tamil.
1539 2003-09-23  Dave Love  <fx@gnu.org>
1541         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1543 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
1545         * progmodes/gud.el (perldb): Add gud-until to list of commands.
1546         Update gud-remove.
1548 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1550         * progmodes/sh-script.el (sh-mode-default-syntax-table):
1551         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
1552         (sh-mode-syntax-table-input): New variable.
1553         (sh-require-final-newline): Don't use eval.
1554         (sh-builtins, sh-leading-keywords, sh-other-keywords)
1555         (sh-variables, sh-font-lock-keywords): Don't use eval.
1556         (sh-set-shell): When setting require-final-newline,
1557         treat value = `require-final-newline' as don't change it.
1558         Set sh-mode-syntax-table locally based on
1559         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1561         * progmodes/compile.el (compile-internal):
1562         Call compilation-set-window-height before setting window start.
1564 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
1566         * emacs-lisp/bytecomp.el (byte-compile-log-file):
1567         Clear out byte-compile-last-warned-form.
1569 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1571         * woman.el (woman-file-name, woman-follow-word):
1572         If current-word returns nil, use "".
1574         * simple.el (eval-expression): Bind standard-output in to-buffer case.
1576 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1578         * emacs-lisp/lisp-mnt.el (lm-with-file):
1579         Don't visit the file, just use insert-file-contents in temp buffer.
1581 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
1583         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1584         Add surrounding \\( and \\) around the header, as in
1585         for lm-history-header 'Change Log\\|History'.
1587 2003-09-22  John Paul Wallington  <jpw@gnu.org>
1589         * progmodes/ld-script.el: Add Commentary section,
1590         minor cleanup of file header.
1591         (ld-script-font-lock-keywords): Doc fix.
1592         (toplevel): Provide `ld-script' feature.
1594 2003-09-21  Kim F. Storm  <storm@cua.dk>
1596         * scroll-bar.el (set-scroll-bar-mode): Initialize to
1597         new built-in variable default-frame-scroll-bars.
1598         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1599         scroll-bar-mode; notably, use it instead of t when we toggle
1600         scroll-bars on.
1601         (toggle-scroll-bar): Use default-frame-scroll-bars.
1603 2003-09-19  Masatake YAMATO  <jet@gyve.org>
1605         * pcvs.el (cvs-do-removal): Change the prompt depending on
1606         `filter' value.
1608 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1610         * startup.el (command-line-1): Stop startup-echo-area-message
1611         being hidden by "Loading image..." message.
1612         (use-fancy-splash-screens-p, display-splash-screen):
1613         Move display-graphic-p test from latter to former.
1615         * progmodes/sh-script.el (sh-font-lock-keywords):
1616         Highlight escaped EOLs differently from other backslash constructs.
1618 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1620         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1621         New functions.
1622         (edebug-enter, edebug-outside-excursion): Use them.
1624         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1625         Fix the condition for whether to print "In WHERE".
1627 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
1629         * finder.el (finder-mode-hook): New variable.
1630         (finder-mode): Run hook finder-mode-hook
1632 2003-09-18  Masatake YAMATO  <jet@gyve.org>
1634         * progmodes/ebrowse.el: Fix broken magic autoload comments.
1636 2003-09-17  Mario Lang  <mlang@delysid.org>
1638         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1639         "p %e" to actually print the value in the GUD buffer.
1641 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
1643         From David Ponce <david.ponce@wanadoo.fr>:
1644         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1645         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1646         from loaddefs-boot.el if necessary.
1648 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
1650         * progmodes/gud.el (gud-find-class): Make jdb work again since
1651         cc-mode changed the syntactic information.
1653 2003-09-15  David Ponce  <david@dponce.com>
1655         * recentf.el: (recentf-exclude): Accept predicates too.
1656         (recentf-file-readable-p): New function.
1657         (recentf-include-p): Handle predicates in recentf-exclude.
1658         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
1659         (recentf-cleanup): Likewise.
1660         (recentf-save-list): Use write-file to handle backup of
1661         recentf-save-file.
1663 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
1665         * loaddefs-boot.el: Renamed from `loaddefs.el'
1666         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1667         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1668         necessary.
1670 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
1672         * electric.el (Electric-pop-up-window): For the `one-window' case,
1673         no longer disconcertingly move point in the original buffer.
1675 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1677         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1679 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1681         * dired.el (dired-mode-map): Fix typo.
1683 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1685         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1687 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1689         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1690         the function is less noisy.  Now only `kill-buffer' can ask questions.
1692 2003-09-10  Mario Lang  <mlang@delysid.org>
1694         * battery.el: Update Commentary and Copyright.
1695         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1696         appear due to wrong ordering of the expressions in `or'.
1698 2003-09-09  Lute Kamstra  <lute@gnu.org>
1700         * misc.el (upcase-char): Fix docstring.
1701         (zap-up-to-char): New command.
1703 2003-09-08  David Ponce  <david@dponce.com>
1705         Ensure that recentf correctly updates the menu bar.
1706         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1707         (recentf-menu-bar): New function.
1708         (recentf-clear-data): Use it
1709         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
1710         of easy-menu-change.
1712 2003-09-08  Lute Kamstra  <lute@gnu.org>
1714         * simple.el (size-indication-mode): New.
1715         * bindings.el (mode-line-position): Add buffer size indicator.
1717 2003-09-04  Mario Lang  <mlang@delysid.org>
1719         * battery.el (battery-linux-proc-acpi): New function.
1720         (battery-status-function): Modify default value calculation to also
1721         check for availability of ACPI.
1722         (battery-echo-area-format): Ditto.
1723         (battery-mode-line-format): Ditto.
1725 2003-09-06  Dave Love  <fx@gnu.org>
1727         * ielm.el (ielm-mode-hook): Add :options.
1729         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1730         (eldoc-print-current-symbol-info): Use it.
1732 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
1734         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1735         being displayed in GUD buffer.
1736         (gdb-idle-input-queue): Remove var. Use just one queue.
1737         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1738         Remove functions.  Use just one queue.
1739         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1740         (gdb-invalidate-assembler, gdb-get-current-frame):
1741         Modify functions.  Use just one queue.
1743 2003-09-04  Dave Love  <fx@gnu.org>
1745         * cus-start.el: Add blink-cursor-alist.
1747         * ruler-mode.el (ruler-mode-fill-column-char)
1748         (ruler-mode-current-column-char): Use char-displayable-p,
1749         not window-system.
1751         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1753         * language/european.el (windows-1252): Move from code-pages.
1755         * language/cyrillic.el ("Windows-1251"): Delete.
1756         ("Bulgarian", "Belarusian"): Remove `features'.
1757         (windows-1251): Move from code-pages.
1759         * international/mule-diag.el (non-iso-charset-alist):
1760         Remove `codepage' stuff.
1761         (print-designation, list-coding-systems-1): Output fixes.
1763         * international/code-pages.el (cp-make-translation-table)
1764         (cp-valid-codes): Made defsubsts.
1765         (cp-fix-safe-chars): Delete.
1766         (mule-diag): Don't require.
1767         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1768         (top-level): Check for defined coding system when defining
1769         cp... aliases.  Change w32-add-charset-info test to avoid warning.
1770         (non-iso-charset-alist): Defvar when compiling.
1771         (cp-make-coding-system): Doc fix.
1773 2003-09-02  Jason Rumney  <jasonr@gnu.org>
1775         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1776         line-ends from CVS before doing conversion.
1778 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
1780         * calendar/diary-lib.el (diary-header-line-flag)
1781         (diary-header-line-format): New variables.
1782         (list-diary-entries): Use them to set header line in simple diary.
1784         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1785         other than font-lock-string-face to highlight backslashes.
1787 2003-09-01  Jason Rumney  <jasonr@gnu.org>
1789         * international/titdic-cnv.el (tit-read-key-value): Include \r in
1790         regexp.
1792 2003-09-01  Dave Love  <fx@gnu.org>
1794         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1796         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1797         and :help; also line and column numbers labels.
1799         * international/mule-util.el (char-displayable-p): Move from
1800         latin1-disp, rename and autoload.
1802         * international/latin1-disp.el (latin1-char-displayable-p):
1803         Now obsolete alias.  Replace uses with char-displayable-p.
1804         (latin1-display-ucs-per-lynx): Fix last change.
1806         * international/mule-cmds.el (standard-display-european-internal):
1807         Don't use char code for Latin-1 NBSP.
1808         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
1809         U+2018, U+2019 for `'.
1810         (select-safe-coding-system): Message fix.
1812 2003-09-01  Kenichi Handa  <handa@m17n.org>
1814         * international/fontset.el (setup-default-fontset): For Thai
1815         font, specify "*" family.
1817 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
1819         * progmodes/compile.el (previous-error): Accept a prefix
1820         argument, similarly to next-error.
1822 2003-08-31  Masatake YAMATO  <jet@gyve.org>
1824         * pcvs.el (cvs-do-removal): Use = instead of eq to check
1825         the number of files.  Bind the number of files to a local
1826         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1828 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
1830         * vc-hooks.el (vc-make-version-backup): Fix the change made on
1831         2003-07-26: msdos-long-file-names is a function, not a variable.
1833 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1835         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1836         Do nothing with mail-personal-alias-file if it is nil.
1838         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1839         Do nothing if mail-personal-alias-file is nil.
1841         * term.el (term-exec-1): Bind coding-system-for-read.
1843         * dired.el (dired-mouse-find-file-other-window):
1844         Use dired-view-command-alist here, as in dired-view-file.
1845         (dired-view-command-alist): Use %s to substitute file name.
1846         Handle .ps_pages, .eps, .jpg, .gif, .png.
1848 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1850         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1851         `Info-prev-reference', instead of M-tab.
1853 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1855         * simple.el (blink-matching-open): Work correctly on chars that
1856         are designated as parens through the syntax-table text property.
1858 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1860         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1861         line break position in the middle of a non-kinsoku (e.g. latin)
1862         word, making it skip until either a space or a character with
1863         category "|".
1864         (kinsoku-longer): Test for end of buffer.
1866 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1868         * mail/rmail.el (rmail-convert-to-babyl-format):
1869         Detect quoted-printable- and base64-encoded messages and decode them
1870         automatically.  Set the message's encoding from the charset=
1871         header, if any.  Decode base64-encoded messages in Mail format as well.
1873 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1875         * mail/smtpmail.el Fix previous change:
1876         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1877         calling smtpmail-via-smtp.
1878         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1880 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1882         * image.el (image-jpeg-p): Don't search beyond length of data.
1884 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1886         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1887         misfeature in `expand-abbrev' which caused electric keywords like
1888         "else" to disappear if an open brace was typed directly afterwards.
1890 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1892         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1893         mandatory in `define-widget'.
1895         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1896         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1898         (c-assignment-operators): New language constant that only contains
1899         the assignment operators.
1901         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1903 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1905         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1906         Safeguard against unbalanced sexps.
1908 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1910         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1912 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1914         * man.el (Man-default-man-entry): Don't whizz past the section
1915         number before looking for it.
1917 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1919         * progmodes/gud.el (gud-display-line): Don't set window-point if
1920         source buffer is not visible. (Only happens with M-x gdba).
1922         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1923         documentation.
1924         (gdb-source, gdb-source-info): Update to assembler unnecessary
1925         as its done after each GDB command anyway.
1926         (gdb-pre-prompt): Use with-current-buffer.
1927         (gdb-insert-field): Add help-echo text.
1928         (gdb-invalidate-assembler): Re-display of assembler now done in
1929         gdb-info-breakpoints-custom.
1930         (gdb-info-breakpoints-custom): Force re-display of assembler to
1931         happen *after* update of breakpoints buffer.
1932         (gdb-display-source-buffer): Don't choke if gdb-source-window
1933         isn't visible.
1934         (gdb-put-string, gdb-put-arrow): Remove free variables.
1936 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1938         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1940         * man.el (Man-default-man-entry): Strip text properties when
1941         snarfing parts of entry because `format' preserves properties.
1943 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1945         * files.el (file-newest-backup): Use `expand-file-name'.
1947         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1948         Allow the diary to pop up a new frame, if needed.
1950         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1951         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1952         (smtpmail-send-it): Make treatment of envelope-from consistent with
1953         sendmail.el.
1955         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1956         (sh-leading-keywords): Add the bash `time' reserved word.
1957         (sh-variables): Add some bash variables.
1958         (sh-add-completer): Fix nil branch of case statement.
1960 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1962         * progmodes/ld-script.el: New file.
1964 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1966         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1968 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1970         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1971         Better explain obsolescence, and what to use instead.
1973 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1975         * pcvs.el (cvs-do-removal): Show the deleted file name
1976         on the prompt.
1978 2003-08-20  Dave Love  <fx@gnu.org>
1980         * international/mule.el (make-coding-system)
1981         (set-buffer-file-coding-system): Doc fix.
1983         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1985         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1987         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1989         * international/utf-16.el: Add mime-text-unsuitable coding system
1990         properties.
1992         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1994         * cus-edit.el: Add some :links.
1995         (bib): Remove.
1997         * textmodes/bib-mode.el (bib): Add :group external.
1999 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
2001         * wid-edit.el (widget-echo-help): Make it handle expressions that
2002         evaluate to strings.
2004 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
2006         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
2008         Simplify selection of SQL products to define highlighting and
2009         interactive mode.  Includes detailed instructions on adding
2010         support for new products.
2012         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
2013         product for use in highlighting and interactive mode.
2014         (sql-interactive-product): New variable.  SQL product for
2015         sql-interactive-mode.
2016         (sql-product-support): New variable.  Specifies product-specific
2017         parameters to drive highlighting and interactive mode.
2018         (sql-imenu-generic-expression): Add more object types.
2019         (sql-sqlite-options): Correct comment.
2020         (sql-ms-program): Use "osql" rather than "isql".
2021         (sql-prompt-regexp, sql-prompt-length): Update comment.
2022         (sql-mode-menu): Add "Start SQLi session" entry.
2023         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
2024         (sql-mode-abbrev-table): Add abbreviations.  Support of
2025         SYSTEM-FLAG on define-abbrev.  Support was removed with last
2026         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
2027         (sql-mode-font-lock-object-name): Add font-lock pattern for object
2028         names.
2029         (sql-mode-ansi-font-lock-keywords): Set as default value.
2030         (sql-mode-oracle-font-lock-keywords): Set as default value.
2031         Support Oracle 9i keywords.
2032         (sql-mode-postgres-font-lock-keywords): Set as default value.
2033         (sql-mode-linter-font-lock-keywords): Set as default value.
2034         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
2035         SQLServer 2000.
2036         (sql-mode-sybase-font-lock-keywords)
2037         (sql-mode-interbase-font-lock-keywords)
2038         (sql-mode-sqlite-font-lock-keywords)
2039         (sql-mode-strong-font-lock-keywords)
2040         (sql-mode-mysql-font-lock-keywords)
2041         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
2042         keywords.
2043         (sql-mode-font-lock-defaults): Update comment.
2044         (sql-product-feature): New function.  Returns feature associated
2045         with a product from `sql-product-support' alist.
2046         (sql-product-font-lock): New function.  Set font-lock support
2047         based on `sql-product'.
2048         (sql-add-product-keywords): New function.  Add font-lock rules to
2049         product-specific keyword variables.
2050         (sql-set-product): New function.  Set `sql-product' and apply
2051         appropriate font-lock highlighting.
2052         (sql-highlight-product): New function.  Set font-lock support
2053         based on a product.  Also set mode name to include product name.
2054         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
2055         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
2056         Use `sql-set-product'.
2057         (sql-highlight-ms-keywords)
2058         (sql-highlight-sybase-keywords)
2059         (sql-highlight-interbase-keywords)
2060         (sql-highlight-strong-keywords)
2061         (sql-highlight-mysql-keywords)
2062         (sql-highlight-sqlite-keywords)
2063         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
2064         (sql-get-login): Prompt in the same order as the tokens.
2065         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
2066         (sql-product-interactive): New function.  Common portions of
2067         product-specific interactive mode wrappers.
2068         (sql-interactive-mode): Rewritten to use product features.
2069         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2070         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2071         (sql-db2, sql-linter): Use `sql-product-interactive'.
2072         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2073         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2074         (sql-connect-ingres, sql-connect-postgres)
2075         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2076         New functions.  Format command line parameters and invoke comint on
2077         the appropriate interpreter.  Code was in the corresponding
2078         `sql-xyz' function before.
2079         (sql-connect-ms): New function.  Support -E argument to use
2080         operating system credentials for authentication.
2082 2003-08-18  Kenichi Handa  <handa@m17n.org>
2084         * international/mule.el (encode-char): Fix for the ASCII case.
2086 2003-08-15  Kenichi Handa  <handa@m17n.org>
2088         * international/fontset.el (setup-default-fontset): Change "*" to
2089         nil in the specifications of font family.
2091 2003-08-18  Kim F. Storm  <storm@cua.dk>
2093         * kmacro.el (kmacro-keymap): Group related bindings in
2094         initialization for clarity.  Bind C-s to start macro.
2095         Remove C-r binding.
2096         (kmacro-initial-counter-value): New defvar to hold initial counter
2097         value in case we set the value before defining a macro.
2098         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
2099         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
2100         not defining or executing macro.  Doc fix.
2101         (kmacro-add-counter): Clear kmacro-initial-counter-value.
2102         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
2103         temporarily view older elements on the macro ring without cycling
2104         the ring.
2105         (kmacro-display): Doc fix.
2106         (kmacro-exec-ring-item): New helper function.
2107         (kmacro-call-ring-2nd): Use it.
2108         (kmacro-call-ring-2nd-repeat): Doc fix.
2109         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
2110         (kmacro-end-or-call-macro): Execute last viewed macro (using
2111         kmacro-exec-ring-item) from ring if this follows
2112         kmacro-view-macro.  This allows us to find a macro on the ring
2113         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
2114         the ring to bring it to the head of the ring.
2115         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
2116         Allow binding to reserved keys without specifying C-x C-k prefix.
2117         Ask for confirmation if entered key sequence is already bound to
2118         a non-macro command.
2119         (kmacro-view-macro): Repeating command will show older elements
2120         on the macro ring; C-k will execute the last viewed macro.
2121         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
2122         property from 'ring to 'head.
2124 2003-08-17  Alan Shutko  <ats@acm.org>
2126         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
2127         keeping December out of the alist.
2129 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2131         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
2132         * calendar/calendar.el (calendar-mode-map): Bind it to key.
2133         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
2134         (calendar-flatten): New function.
2135         (calendar-mouse-view-other-diary-entries)
2136         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
2137         in the menu title and to show multi-line diary entries correctly
2138         in the menu.
2140 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
2142         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
2143         defcustom, because the default was recently changed.
2145 2003-08-16  Richard M. Stallman  <rms@gnu.org>
2147         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
2149         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2150         New subroutine, broken out of eval-last-sexp-1.
2151         (eval-last-sexp-1): Use eval-last-sexp-print-value.
2153         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
2155         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
2157         * simple.el (eval-expression): Use eval-last-sexp-print-value.
2159 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
2161         * progmodes/compile.el (compilation-error-regexp-alist):
2162         Add Java ANt error detection as described in document
2163         http://ant.apache.org/faq.html
2165 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
2167         * simple.el (backward-word, forward-to-indentation)
2168         (backward-to-indentation):  Argument changed to optional.
2169         (next-line, previous-line): Use `or' instead of `unless'.
2171 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2173         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
2174         instead of a constant.
2176 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
2178         * shell.el (shell): With prefix-arg, suggest a new buffer name.
2180 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
2182         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
2183         (vc-sccs-workfile-version): Search the entire delta table, rather
2184         than just the first entry, because that might be a deleted version.
2186 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
2188         * menu-bar.el (menu-bar-options-menu): Supply a body for the
2189         [save-place] binding in the Options menu.  Have it require
2190         'saveplace' and then toggle the variable manually, to avoid an an
2191         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
2192         for the bug report.
2194 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
2196         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
2197         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
2198         (gdb-info-threads-custom): Add help-echo text.
2199         (gdb-display-back): Don't use purecopy.
2200         (gdb-info-breakpoints-custom, gdb-reset)
2201         (gdb-assembler-custom): Use display-images-p to test if breakpoint
2202         icons can be displayed.
2204 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
2206         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
2208 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
2210         * bookmark.el (bookmark-completing-read):
2211         Return a string, instead of a list of one string.
2212         Use a popup menu if activated from the mouse.
2213         (bookmark-edit-annotation): Remove unused vars.
2214         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
2215         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
2216         to bookmark-completing-read.
2217         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2218         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
2219         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
2220         and erase-buffer.
2221         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
2222         (bookmark-menu-jump, bookmark-menu-insert)
2223         (bookmark-popup-menu-and-apply-function)
2224         (bookmark-menu-popup-paned-bookmark-menu): Remove.
2225         (bookmark-menu-build-paned-menu): Remove by folding it into
2226         bookmark-menu-popup-paned-menu.
2227         (menu-bar-bookmark-map): Move the define-key statements here.
2228         Use the "non-menu" commands since they now pop up a menu if needed.
2229         (bookmark-exit-hook-internal): Simplify.
2231 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
2233         * reftex-toc.el (reftex-toc-rename-label): New function.
2234         (reftex-toc-check-docstruct): New function.
2236         * reftex.el (reftex-region-active-p): New function.
2238         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
2239         regexp to find the \bibliography macro.
2241         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
2242         which does not exist in LaTeX.
2243         (reftex-cite-format-builtin): Added amsrefs support.
2244         (reftex-toc-confirm-promotion): New option
2246         * reftex-toc.el
2247         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
2248         (reftex-toc-demote, reftex-toc-promote)
2249         (reftex-toc-do-promote, reftex-toc-promote-prepare)
2250         (reftex-toc-promote-action, reftex-toc-extract-section-number)
2251         (reftex-toc-newhead-from-alist)
2252         (reftex-toc-load-all-files-for-promotion): New functions.
2253         (reftex-toc-help): Added description of new keys.
2254         (reftex-toc-split-windows-fraction): New option.
2255         (reftex-recenter-toc-when-idle): Search *toc* window on all
2256         visible frames.
2257         (reftex-toc): Additional parameter REUSE
2258         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
2259         with REUSE argument.
2260         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
2261         the call of `reftex-toc'.
2262         (reftex-make-separate-toc-frame): New function .
2263         (reftex-toc-recenter): When called with triple prefix arg, call
2264         `reftex-make-separate-toc-frame' first.
2265         (reftex-toc-toggle-dedicated-frame): New command.
2266         (reftex-toc-quit): Adapted to delete frame when called in
2267         dedicated frame.
2269         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
2270         all enclosing macros.
2273 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2275         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
2276         first use.
2278 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2280         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
2282 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
2284         * calendar/calendar.el (list-diary-entries-hook)
2285         (diary-display-hook, nongregorian-diary-listing-hook)
2286         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
2287         Add some customize options for these hooks.
2288         (calendar-abbrev-construct): Don't try to take a substring longer
2289         than the original string.
2291 2003-08-05  Richard M. Stallman  <rms@gnu.org>
2293         * emacs-lisp/testcover.el (noreturn): Report error if does return.
2294         (testcover-reinstrument-clauses): Doc fix.
2296         * emacs-lisp/warnings.el: Doc fixes, args renamed.
2297         (warning-type-format): Rename from warning-group-format.
2299         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
2300         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
2301         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
2302         to prevent warnings about defvar for an obsolete variable.
2304         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
2305         warning-group-format renamed to warning-type-format.
2307         * subr.el (read-passwd): Use clear-string instead of fillarray.
2309         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
2310         Use vconcat instead of concat.
2311         (edmacro-sanitize-for-string): New function.
2313 2003-08-05  Dave Love  <fx@gnu.org>
2315         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
2316         line-number-display-limit-width.
2318         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
2320 2003-08-05  Kenichi Handa  <handa@m17n.org>
2322         * international/code-pages.el: Don't require mule-diag.
2324         * international/mule-diag.el (non-iso-charset-alist):
2325         Add autoload cookie.
2327         * language/devan-util.el (dev-glyph-order): Add an entry for the
2328         glyph code #xC4.
2330 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2332         * calendar/calendar.el (diary-file, diary-file-name-prefix)
2333         (european-calendar-style, diary-date-forms)
2334         (calendar-day-name-array, calendar-month-name-array): Doc change.
2335         (generate-calendar-month): Adapt for new behaviour of
2336         `calendar-day-name' function.
2337         (calendar-abbrev-length, calendar-day-abbrev-array)
2338         (calendar-month-abbrev-array): New variables.
2339         (calendar-abbrev-construct): New function.
2340         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
2341         rather than fixing abbrevs at some width.  Calling syntax change.
2342         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
2343         (calendar-date-string): Adapt for new behaviours of
2344         `calendar-day-name' and `calendar-month-name' functions.
2346         * calendar/diary-lib.el (list-diary-entries): Adapt for new
2347         behaviour of `calendar-day-name' and `calendar-month-name' functions.
2348         (diary-name-pattern): Use abbrev arrays, rather than fixing
2349         abbrevs at three chars.  Calling syntax change.
2350         (mark-diary-entries):  Adapt for new behaviours of
2351         `diary-name-pattern' and `calendar-make-alist' functions.
2352         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
2353         `diary-name-pattern' function.
2354         (font-lock-diary-date-forms): Use abbrev arrays, rather than
2355         fixing abbrevs at three chars.  Calling syntax change.
2356         (cal-hebrew, cal-islam): Require when compiling.
2357         (diary-font-lock-keywords): Adapt for new behaviour of
2358         `font-lock-diary-date-forms' function.
2360         * calendar/cal-hebrew.el: Reposition some code so defined before used.
2361         (calendar-hebrew-month-name-array-common-year)
2362         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
2363         (list-hebrew-diary-entries): Adapt for new behaviours of
2364         `calendar-day-name' and `add-to-diary-list' functions.
2365         (mark-hebrew-diary-entries): Adapt for new behaviours of
2366         `diary-name-pattern' and `calendar-make-alist' functions.
2368         * calendar/cal-islam.el (calendar-islamic-month-name-array):
2369         Add doc string.
2370         (list-islamic-diary-entries): Adapt for new behaviours of
2371         `calendar-day-name' and `add-to-diary-list' functions.
2372         (mark-islamic-diary-entries): Adapt for new behaviours of
2373         `diary-name-pattern' and `calendar-make-alist' functions.
2375         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
2376         `calendar-month-name' function.
2378         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
2380         * calendar/solar.el (solar-seasons-data): Move definition before use.
2382         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
2383         (cal-tex-LaTeX-hourbox): Move definition before use.
2385         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
2386         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
2387         lunar.el, solar.el
2388         (displayed-month, displayed-year): Define for compiler.
2390 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2392         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
2393         MODE.  Renamed from c-init-c-language-vars'.
2394         (c-initialize-cc-mode): Change accordingly.
2395         (c-common-init): Ditto.
2396         (c-mode): Ditto.
2397         (c++-mode): Use `c-init-language-vars-for'.
2398         (objc-mode): Ditto.
2399         (java-mode): Ditto.
2400         (idl-mode): Ditto.
2401         (pike-mode): Ditto.
2402         (awk-mode): Ditto.
2404 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2406         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
2407         or not the point moved.
2409         (c-search-decl-header-end): Don't trip up on operator identifiers
2410         in C++ and operators like == in all languages.
2412         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
2413         Detect leading labels correctly.
2415 2003-08-02  Andreas Schwab  <schwab@suse.de>
2417         * textmodes/ispell.el: Don't redo key bindings on loading, put
2418         them only in loaddefs.el.
2419         * bookmark.el: Likewise.
2420         * dabbrev.el: Likewise.
2421         * emerge.el: Likewise.
2423         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
2424         has more than one member.
2426         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2428 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2430         * lpr.el (printify-region): It was ending conversion before the
2431         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
2433 2003-07-31  John Paul Wallington  <jpw@gnu.org>
2435         * net/browse-url.el (browse-url-epiphany): Doc fix.
2437 2003-07-30  Kenichi Handa  <handa@m17n.org>
2439         * international/fontset.el (setup-default-fontset):
2440         Change registry names of Akurti fonts.
2442 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2444         * comint.el (comint-read-noecho): Use `clear-string' instead of
2445         `fillarray'.
2447 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
2449         * outline.el (outline-mode-hook): Add defvar.
2451 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
2453         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
2454         Restore assembler in source window if that is what has been selected.
2455         (menu): Add gdb-restore-windows to menu.  Make gdba
2456         specific menus only visible from gdba.
2458 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2460         * progmodes/compile.el (compilation-environment): New user variable.
2461         (compile-internal): Respect it.
2463 2003-07-23  Masatake YAMATO  <jet@gyve.org>
2465         * progmodes/gud.el (gdb-script-font-lock-keywords):
2466         Put `font-lock-function-name-face' on a symbol which includes
2467         `-' like `hook-run'.  Put font-lock-variable-name-face
2468         on a symbol starting with $.
2470 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
2472         * files.el (set-visited-file-name): Use truename for buffer-file-name.
2474 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2476         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
2478 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
2480         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
2481         Use with-no-warnings.
2482         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
2483         rather than to find-file-not-found-hook, which doesn't exist.
2485 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2487         * international/quail.el (quail-translate-key): Fix previous change.
2489 2003-07-25  John Paul Wallington  <jpw@gnu.org>
2491         * server.el (server-start): Check `server-process' is non-nil
2492         before killing it to avoid killing current buffer's process.
2494         * simple.el (choose-completion-string): Use `minibufferp';
2495         test `completion-reference-buffer' if `buffer' arg is nil.
2496         (push-mark): Use `when' and `unless'.
2497         (pop-mark): Use `when'.
2499         * mouse-sel.el (mouse-sel-get-selection-function):
2500         Check `x-last-selected-text-primary'.  Don't barf if it or
2501         `x-last-selected-text' aren't bound.
2503 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2505         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2507 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
2509         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2511 2003-07-23  John Paul Wallington  <jpw@gnu.org>
2513         * tooltip.el (defface tooltip): Inherit from variable-pitch.
2515 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2517         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2518         string.  Defvar the derived hook.
2520         * macros.el (insert-kbd-macro): Escape double quote character.
2521         From Thomas W Murphy <twm@andrew.cmu.edu>.
2523 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
2525         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2526         to match the specific mark rather than reusing comment-start-skip.
2528 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
2530         * progmodes/hideshow.el (hs-special-modes-alist):
2531         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
2533 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
2535         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2536         value using ?\s.
2538 2003-07-21  John Paul Wallington  <jpw@gnu.org>
2540         * subr.el (with-selected-window): Add closing paren.
2542 2003-07-21  Richard M. Stallman  <rms@gnu.org>
2544         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2545         (lisp-mode): Likewise.
2547         * subr.el (with-selected-window): Copy code form save-selected-window
2548         so as to call select-window with norecord arg.
2549         (dynamic-completion-table): Doc fix.
2550         (lazy-completion-table): Doc fix.
2552         * international/mule-cmds.el (set-locale-environment):
2553         langinfo renamed to locale-info.
2555         * international/mule.el (auto-coding-functions): Doc fix.
2557 2003-07-21  Kenichi Handa  <handa@m17n.org>
2559         * international/quail.el (quail-translate-key):
2560         Update quail-current-str correctly.
2562 2003-07-21  Andreas Schwab  <schwab@suse.de>
2564         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2565         ?, to "_".
2567 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2568         Version 2.0.36 of Tramp released.
2570         * net/tramp.el (tramp-default-password-end-of-line): Rename from
2571         tramp-password-end-of-line.
2572         (tramp-password-end-of-line): New method parameter.
2573         (tramp-get-password-end-of-line): Function to access method
2574         parameter `tramp-password-end-of-line', or variable
2575         `tramp-default-password-end-of-line' (default value).
2576         (tramp-methods): Add entries for new parameter
2577         tramp-password-end-of-line.
2578         (tramp-enter-password): Use new function
2579         `tramp-get-password-end-of-line'.
2580         (tramp-handle-insert-file-contents): Do not
2581         unconditionally inhibit the file operation file-local-copy, only
2582         do that when the inhibit-file-name-operation is currently
2583         insert-file-contents.  This fixes finding remote CVS-controlled
2584         files.  (It would barf on inserting the CVS/Entries file
2585         literally, because the file-local-copy handler wasn't called.)
2586         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2587         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2588         (tramp-initial-commands): New variable.
2589         (tramp-process-initial-commands): New function, using the variable.
2590         (tramp-open-connection-setup-interactive-shell): Call the new function.
2591         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2592         method into the buffer name, never use nil.  Reported by Hanak
2593         David <dhanak@inf.bme.hu>.
2594         (tramp-open-connection-setup-interactive-shell): Erase buffer
2595         before sending "stty -onlcr".
2597         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2599 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
2601         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2603 2003-07-19  John Paul Wallington  <jpw@gnu.org>
2605         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2606         (artist-draw-rect, artist-draw-square): Doc fixes.
2608         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2610         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2612 2003-07-19  Kenichi Handa  <handa@m17n.org>
2614         * international/kkc.el (kkc-show-conversion-list-update):
2615         Highlight the correct candidate in the message.
2617 2003-07-18  John Paul Wallington  <jpw@gnu.org>
2619         * simple.el (current-word): Don't include punctuation char when
2620         `really-word' arg is non-nil.
2622 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
2624         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2625         moved to the directory obsolete.
2627 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2629         * info.el (Info-menu-entry-name-re): Allow newlines in
2630         menu entry names.
2632         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2633         syntax-ppss-after-change-function.
2634         (syntax-ppss-after-change-function): New alias.  Update uses.
2635         (syntax-ppss): Catch the case where the buffer is narrowed.
2637 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2639         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2640         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2642 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2644         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2645         since it might be modified.
2647         * progmodes/cc-langs.el (c++-make-template-syntax-table)
2648         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2649         names to these language constants.
2651 2003-07-15  Kim F. Storm  <storm@cua.dk>
2653         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2654         All uses changed.
2656 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
2658         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2659         Namespace support.
2661 2003-07-13  Juanma Barranquero  <lektu@terra.es>
2663         * frame.el (modify-all-frames-parameters): Reinstall (copyright
2664         papers received).
2666 2003-07-13  Karl Eichwalder  <ke@suse.de>
2668         * textmodes/po.el (po-find-charset): White space at the start of the
2669         Content-Type field body is non-mandatory.
2671 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2673         * textmodes/texinfo.el (texinfo-section-list):
2674         Append appendixsection; a synonym for appendixsec.
2676 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
2678         * man.el (Man-translate-cleanup): New.
2679         (Man-translate-references): Call `Man-translate-cleanup' to clean
2680         leading, trailing and middle spaces.
2682 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
2684         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2685         Handle `dired-directory' being a list.
2687 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2689         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2690         it doesn't exist.
2692 2003-07-12  Richard M. Stallman  <rms@gnu.org>
2694         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2696         * progmodes/cc-defs.el (c-make-keywords-re):
2697         Don't use delete-duplicates.
2698         (c-lang-const): Don't use mapcan.
2700         * apropos.el (apropos-show-scores): Make it customizable.
2701         Document new meaning.
2702         (apropos): Compute scores from symbols.
2703         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2705 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2707         * ps-bdf.el: Fix copyright line.
2708         (bdf-directory-list): Fix initialization code.
2710 2003-07-11  John Paul Wallington  <jpw@gnu.org>
2712         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2713         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2714         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2716 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
2718         * emacs-lisp/ring.el (ring-elements): Doc fix.
2720 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2722         * calendar/timeclock.el (timeclock-relative)
2723         (timeclock-ask-before-exiting, timeclock-use-display-time):
2724         Doc changes.
2725         (timeclock-modeline-display): Give a message if
2726         `timeclock-use-display-time' is non-nil but `display-time-mode'
2727         is not active.
2729 2003-07-11  Kenichi Handa  <handa@m17n.org>
2731         * international/mule-cmds.el (set-language-environment):
2732         Set current-language-environment to the correct string.
2734 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2736         * ps-print.el: Print line number correctly in a region.  Reported by
2737         Tim Allen <timallen@ls83.fsnet.co.uk>
2738         (ps-print-version): New version number (6.6.2).
2739         (ps-printing-region): Code fix.
2741 2003-07-10  John Paul Wallington  <jpw@gnu.org>
2743         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2744         this function can be called from `add-completions-from-tags-table'.
2746 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
2748         * calendar/timeclock.el (timeclock-use-display-time)
2749         (timeclock-day-over-hook, timeclock-workday-remaining)
2750         (timeclock-status-string, timeclock-when-to-leave)
2751         (timeclock-when-to-leave-string, timeclock-log-data)
2752         (timeclock-find-discrep, timeclock-day-base)
2753         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2754         (timeclock-modeline-display): Set the variable
2755         `timeclock-modeline-display'.
2756         (timeclock-update-modeline): Doc fix.  Respect value of
2757         `timeclock-relative'.
2759 2003-07-09  Richard M. Stallman  <rms@gnu.org>
2761         * textmodes/reftex-parse.el (reftex-all-document-files):
2762         Add autoload cookie.
2764         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2765         (reftex-scanning-info-available-p): Add autoload cookie.
2767         * international/mule-cmds.el
2768         (set-display-table-and-terminal-coding-system): Delete duplicate
2769         aset on standard-display-table.
2771         * view.el (view-file): If existing buffer's major mode is special,
2772         don't go into view mode.
2774         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2776 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2778         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2779         buffer changes; there's third party code that calls this function
2780         directly.
2782 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2784         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2785         (autodoc-font-lock-keywords): Don't byte compile on font lock
2786         initialization when running from byte compiled files.
2788 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2790         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2791         statement ends with auto-increment "++".
2793 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2795         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2796         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2797         these are changed, so declare them as variables and not constants.
2799 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
2801         * subr.el (dolist, dotimes):  Doc fix.
2803 2003-07-08  Kim F. Storm  <storm@cua.dk>
2805         * international/mule-cmds.el
2806         (set-display-table-and-terminal-coding-system): Don't break
2807         bootstrap if standard-display-table isn't setup yet.
2809 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2811         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2812         Give it a doc string, and autoload it.
2814         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2815         Use with-no-warnings.
2817         * info.el (Info-search): If find invisible text, search again.
2819         * isearch.el (search-whitespace-regexp): Add a shy group around it.
2821         * man.el (Man-name-regexp): Match + as part of name.
2823         * simple.el (visible-mode): Rename from vis-mode.
2824         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2826         * simple.el (current-word): New arg REALLY-WORD specifies
2827         don't include punctuation chars.
2829         * emacs-lisp/debug.el (debug, debugger-env-macro):
2830         Use with-no-warnings while accessing and binding unread-command-char.
2832         * international/mule-cmds.el
2833         (set-display-table-and-terminal-coding-system): Use explicit loop
2834         instead of calling standard-display-default.
2836         * net/ange-ftp.el (ange-ftp-file-symlink-p):
2837         Use condition-case to catch error in ange-ftp-get-files.
2839         * net/browse-url.el (browse-url-browser-function):
2840         Add alternative for Epiphany.
2841         (browse-url-epiphany-program, browse-url-epiphany-arguments)
2842         (browse-url-epiphany-startup-arguments)
2843         (browse-url-epiphany-new-window-is-tab): New variables.
2844         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2846         * progmodes/compile.el (compile-auto-highlight): Default now t.
2847         (compile): Doc fix.
2848         (compilation-next-error): Fix previous change.
2850         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2852         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2854 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
2856         * gdb-ui.el (gdb-source-info): Display current frame when
2857         attaching to an existing process.
2858         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2859         while laying out windows when attaching to an existing process.
2861 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
2863         * info.el (Info-menu): Use Info-menu-entry-name-re.
2865 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
2867         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2868         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2870         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2871         to match the same text.
2873 2003-07-06  John Paul Wallington  <jpw@gnu.org>
2875         * vc.el (vc-annotate-offset): Move defvar up.
2877 2003-07-06  Kim F. Storm  <storm@cua.dk>
2879         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2880         This should fix the infinite loop when extracting menu names.
2882 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2884         * files.el (auto-mode-alist, interpreter-mode-alist):
2885         Remove entries to CC Mode modes to avoid duplicates; they are now added
2886         with autoload directives in cc-mode.el.
2888 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2890         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2891         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2892         these are changed, so declare them as variables and not constants.
2894         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2895         ensure that the entry for ".c" extension comes before the one for
2896         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2897         Fix incorrect entries that were added to `interpreter-mode-alist'.
2898         Move the autoload directives for AWK to the top level since they
2899         aren't recognized anywhere else.  Do not use the new AWK mode doc
2900         in the autoload form for the old AWK mode.
2902 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2904         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2905         (bibtex-sort-ignore-string-entries): Default value t.
2906         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2907         erroneously in previous version.
2908         (bibtex-string-files): Docstring reflects new parsing scheme.
2909         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2910         docstring, add # as one of the chars to crush
2911         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2912         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2913         (bibtex-autokey-name-change-strings)
2914         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2915         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2916         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2917         (bibtex-autokey-title-terminators)
2918         (bibtex-autokey-titlewords-stretch)
2919         (bibtex-autokey-titleword-ignore)
2920         (bibtex-autokey-titleword-case-convert)
2921         (bibtex-autokey-titleword-abbrevs)
2922         (bibtex-autokey-titleword-abbrevs)
2923         (bibtex-autokey-titleword-change-strings)
2924         (bibtex-autokey-titleword-length)
2925         (bibtex-autokey-titleword-separator)
2926         (bibtex-autokey-name-year-separator)
2927         (bibtex-autokey-year-title-separator)
2928         (bibtex-autokey-before-presentation-function)
2929         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2930         Fix docstring.
2931         (bibtex-strings, bibtex-reference-keys):
2932         Use lazy-completion-table and make-variable-buffer-local.
2933         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2934         (bibtex-braced-string-syntax-table)
2935         (bibtex-quoted-string-syntax-table): New variables.
2936         (bibtex-parse-nested-braces): Remove.
2937         (bibtex-parse-field-string): Use syntax table and forward-sexp.
2938         (bibtex-parse-association): Simplify.
2939         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2940         (bibtex-parse-field-text): Simplify.
2941         (bibtex-search-forward-field, bibtex-search-backward-field):
2942         argument BOUND can take value t.
2943         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2944         (bibtex-end-of-name-in-field, bibtex-end-of-field)
2945         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2946         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2947         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2948         (bibtex-skip-to-valid-entry): Return buffer position of beginning
2949         and ending of entry.  Update for changes of bibtex-search-entry.
2950         Simplify.
2951         (bibtex-map-entries): FUN is called with three arguments.
2952         (bibtex-search-entry): Return a cons pair with buffer positions of
2953         beginning and end of entry.
2954         (bibtex-enclosing-field): Simplify.
2955         (bibtex-format-entry): Use booktitle to set a missing title.
2956         (bibtex-autokey-get-names): Fiddle with regexps.
2957         (bibtex-generate-autokey): Use identity.
2958         (bibtex-parse-keys): Use simplified parsing algorithm if
2959         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2960         arguments. Return alist of keys.
2961         (bibtex-parse-strings): Simplify. Return alist of strings.
2962         (bibtex-complete-string-cleanup): Fix docstring.
2963         (bibtex-read-key): New function.
2964         (bibtex-mode): Fix docstring. Do not parse for keys and
2965         strings when the mode is entered. Set fill-paragraph-function to
2966         bibtex-fill-field. Setup font-lock-mark-block-function the way
2967         font-lock intended.
2968         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2969         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2970         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2971         (bibtex-Preamble): Avoid hard coded constants.
2972         (bibtex-make-field): Fix docstring. Simplify.
2973         (bibtex-beginning-of-entry): Always return new position of point.
2974         (bibtex-end-of-entry): Rearrange cond clauses.
2975         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2976         Update for changes of bibtex-map-entries.
2977         (bibtex-ispell-abstract): Do not move point.
2978         (bibtex-entry-index): Use downcase. Simplify.
2979         (bibtex-lessp): Handle catch-all.
2980         (bibtex-find-crossref): Turn into a command.
2981         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2982         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2983         preamble entries.
2984         (bibtex-fill-field-bounds): New function.
2985         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2986         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2987         (bibtex-String): Use bibtex-strings.  Always obey
2988         bibtex-sort-ignore-string-entries.
2990 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2992         * cus-theme.el (customize-create-theme):
2993         Call `customize-create-theme' in Reset widget's notify function.
2995         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2996         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2997         (define-ibuffer-column name): Add summarizer.
2998         (define-ibuffer-column size): Likewise.
2999         (define-ibuffer-column filename): Likewise.
3000         (define-ibuffer-column process): Likewise.  Change BODY's output too.
3001         (define-ibuffer-column filename-and-process): Likewise, likewise.
3002         (ibuffer): Remove local vars `already-in' and `need-update'.
3004         * ibuf-ext.el: Don't require `derived' at compile-time.
3006 2003-07-05  Kim F. Storm  <storm@cua.dk>
3008         * info.el: Disable paragraph refilling.
3009         (Info-refill-paragraphs): New defcustom.
3010         (Info-fontify-node): Use it.
3012 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
3014         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
3015         thingies from constructors created by defstruct.
3017         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
3018         the default value of the variable.
3019         (byte-code-meter): Move declaration to top level.
3021         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
3023         * info.el (Info-following-node-name-re): New fun.
3024         (Info-following-node-name): Remove.
3025         (Info-insert-dir): Use the new fun.
3026         (Info-extract-pointer): Don't save restriction; use new fun.
3027         (Info-menu-entry-name-re): New const.
3028         (Info-menu-entry-name-re): Use it along with new fun.
3029         (Info-node-spec-re): Use new fun.
3030         (Info-complete-menu-item, Info-fontify-node): Use new const.
3031         (Info-goto-node, Info-follow-reference, Info-menu-update):
3032         Use match-string.
3033         (Info-follow-reference): Use assoc-string.
3034         Use a list of strings for the completion table.
3035         (Info-fontify-node): Use match-string, line-end-position.
3036         Limit the search for `node:' to the first line.
3038         * newcomment.el (uncomment-region): Remove padding coming from
3039         comment-start rather than just from comment-padding.
3041         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
3042         (vc-cvs-stay-local-p): Use vc-stay-local-p.
3043         (vc-cvs-rename-file): Remove (use the default).
3044         (vc-cvs-register): Register parent dir if needed.
3045         (vc-cvs-could-register): Return non-nil if parent can be registered.
3046         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
3047         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
3049         * vc-svn.el (vc-svn-use-edit): Make it into a const.
3050         (vc-svn-update): Fix the arguments to `svn'.
3051         (vc-svn-diff-tree): Just use `vc-svn-diff'.
3052         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
3053         Simple implementations, assuming `name' is a URL.
3055         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
3056         set of chars allowed unquoted in a case pattern.
3058         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
3060         * font-lock.el (font-lock-extra-types-widget)
3061         (c-font-lock-extra-types, c++-font-lock-extra-types)
3062         (objc-font-lock-extra-types, java-font-lock-extra-types)
3063         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
3064         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
3065         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3066         (font-lock-match-c++-structor-declaration)
3067         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
3068         (c++-font-lock-keywords-3, c++-font-lock-keywords)
3069         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
3070         (objc-font-lock-keywords-3, objc-font-lock-keywords)
3071         (java-font-lock-keywords-1, java-font-lock-keywords-2)
3072         (java-font-lock-keywords-3, java-font-lock-keywords)
3073         (java-font-lock-syntactic-face-function): Remove obsolete code
3074         and constants.  It's all in cc-fonts.el now.
3076 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
3078         * mail/sendmail.el (mail-specify-envelope-from)
3079         (mail-envelope-from): Doc fix.
3081 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
3083         * generic-x.el: Do away with the dependency on `c-emacs-features'
3084         when populating `rul-generic-mode-syntax-table'; we already know
3085         this isn't XEmacs.
3087 See ChangeLog.10 for earlier changes.
3089 ;; Local Variables:
3090 ;; coding: iso-2022-7bit
3091 ;; End:
3093     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3094   Copying and distribution of this file, with or without modification,
3095   are permitted provided the copyright notice and this notice are preserved.
3097 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1