*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob7029193eec9995f81d3acdafd3ce536918eff014
1 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3         * calendar/appt.el: Update copyright and commentary.
4         (appt-issue-message): Delete (see appt-activate).
5         (appt-visible, appt-msg-window): Make obsolete, in favour of
6         appt-display-format.
7         (appt-display-mode-line, appt-display-duration)
8         (appt-display-diary, appt-time-msg-list, appt-mode-string)
9         (appt-prev-comp-time, appt-display-count, appt-timer)
10         (appt-convert-time): Doc change.
11         (appt-disp-window-function, appt-delete-window-function): Use
12         defcustom rather than defvar.
13         (appt-display-format): New variable.
14         (appt-display-message): New function with display code from
15         appt-check.
16         (appt-check): Add optional FORCE argument.  Doc change.  Add
17         appt-make-list to diary-hook if displaying diary.  Remove
18         checking of view-diary-entries-initially.  Message
19         display section removed to new function appt-display-message.
20         (appt-display-window): Doc change.  Remove unused internal var
21         this-buffer.  Do not beep, since appt-display-message does that.
22         (appt-make-list): Doc change.  Use caar.
23         (appt-sort-list): Simplify by using builtin sort function.
24         (appt-update-list): New function for updating appts when diary is
25         saved.
26         (appt-activate): New autoloaded function to toggle package
27         functionality.
29         * calendar/cal-x.el: (calendar-one-frame-setup)
30         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc
31         change.
33         * calendar/calendar.el: Update copyright.
34         (view-diary-entries-initially, european-calendar-style): Doc
35         change.
36         (calendar-setup): Make defcustom rather than defvar.
37         (mark-visible-calendar-date): Initialize temp-face and faceinfo
38         in let binding so local to function.
40         * calendar/diary-lib.el: Update copyright.
41         (diary, diary-entry-time): Doc change.
42         (list-diary-entries): Doc change.  Trivial logic change.
43         (fancy-diary-display): Restore make-face command mistakenly
44         deleted 2003-05-08.
45         (show-all-diary-entries): Allow to pop-up frame if needed.
47 2004-01-09  John Paul Wallington  <jpw@gnu.org>
49         * bindings.el (mode-line-change-eol): Add EVENT parameter.
50         Temporarily select EVENT's window for changing eol type.
52 2004-01-09  Deepak Goel  <deego@gnufans.org>
54         * calendar/diary-lib.el (diary-entry-time):
55         Also accept time in the form XX[.XX][am/pm/AM/PM].
56         (fancy-diary-font-lock-keywords): Likewise.
57         (diary-font-lock-keywords): Likewise.
58         * calendar/appt.el (appt-add): Likewise.
59         (appt-make-list): Likewise.
60         (appt-convert-time): Likewise.
62 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
64         * gdb-ui.el (gdb-ann3): Revert previous change.
65         (gdb-source-info): Allow for case of where compilation directory
66         is not recorded.
68 2004-01-08  John Paul Wallington  <jpw@gnu.org>
70         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
72 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
74         * progmodes/gud.el (gdb-first-prompt): Renamed from
75         gdb-first-pre-prompt
77         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
78         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
79         problems.
80         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
82 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
84         * files.el (write-file-functions, write-contents-functions):
85         Clarify docstrings.
87 2004-01-07  Kenichi Handa  <handa@m17n.org>
89         * international/mule.el (set-auto-coding): Fix for the case that
90         end-of-line is only CR.
92 2004-01-07  Kim F. Storm  <storm@cua.dk>
94         * subr.el (event-start, event-end): Doc fix.
95         (posn-string, posn-image): New defuns.
96         (posn-object): Return either image or string object.
97         (posn-object-x-y): Return 8th element of position.
98         (posn-object-width-height): New defun.
100 2004-01-06  Andreas Schwab  <schwab@suse.de>
102         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
103         output.
105 2004-01-05  Karl Berry  <karl@gnu.org>
107         * emacs-lisp/copyright.el (copyright-regexp): might as well allow
108         / and *, too.
110 2003-12-31  Simon Josefsson  <jas@extundo.com>
112         * files.el (before-save-hook): Add.
113         (basic-save-buffer): Use before-save-hook.
115         * emacs-lisp/copyright.el: Fix comment to recommend
116         before-save-hook instead of write-file-functions.
118 2004-01-05  Richard M. Stallman  <rms@gnu.org>
120         * finder.el (finder-commentary): Call delete-other-windows.
122         * net/ange-ftp.el (ange-ftp-file-attributes):
123         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
125 2004-01-04  Karl Berry  <karl@gnu.org>
127         * emacs-lisp/copyright.el (copyright-regexp): allow the common
128         comment characters % and # in the copyright year notice,
129         as well as ;.
131 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
133         * wid-edit.el (default): Define dummy :value-delete.
134         Reported by Jesper Harder <harder@ifa.au.dk>.
136 2004-01-03  Richard M. Stallman  <rms@gnu.org>
138         * progmodes/compile.el (compile-internal): Use point, not point-min,
139         for set-window-point.
141         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
143         * emacs-lisp/lisp-mnt.el (lm-section-end): require outline.
145         * progmodes/grep.el (grep-mode-map):
146         Don't remap next-line, previous-line.
148 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
150         * speedbar.el (speedbar-edit-line): Change regexp to position
151         the cursor on the first character of this line's button.
153 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
155         * subr.el (functionp): Doc fix.
157 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
159         * progmodes/idlwave.el (idlwave-make-tags):
160         * textmodes/flyspell.el (flyspell-large-region):.
161         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
162         * emulation/viper-util.el (viper-glob-unix-files):
163         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
164         * man.el (Man-init-defvars):
165         * jka-compr.el (jka-compr-call-process):
166         * files.el (get-free-disk-space,insert-directory):
167         * ediff-ptch.el (ediff-test-patch-utility):
168         * ediff-diff.el (ediff-test-utility):
169         * dired-aux.el (dired-check-process):
170         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
171         test the return value of call-process, because it can be a string.
173 2003-12-31  John Paul Wallington  <jpw@gnu.org>
175         * bindings.el (completion-ignored-extensions): Add .pfsl.
177 2003-12-31  Kim F. Storm  <storm@cua.dk>
179         * ido.el (ido-nonreadable-directory-p): New defun to check for
180         nonreadable directory without activating tramp (to avoid problems
181         with checking incomplete tramp paths.
182         (ido-set-current-directory, ido-file-internal)
183         (ido-file-name-all-completions1): Use it.
185 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
187         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
188         documentation if the anchor (or node) name is preceded by `info
189         anchor' or `Info anchor' in addition to earlier `info node' and
190         `Info node'.
191         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
193 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
195         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
196         error in arguments to base64-decode-region.  Remove ^M characters
197         after decoding base64.
199 2003-12-30  Simon Josefsson  <jas@extundo.com>
201         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
202         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
203         have only been distributed with Emacs for some years.
204         (texinfo-mode-hook): Customize.
206 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
208         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
209         cleaner (suggested by Richard Stallman).
211         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
212         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
213         file-name clashes on 8+3 DOS filesystems.
215         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
216         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
217         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
218         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
219         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
220         file-name clashes on 8+3 filesystems.
222         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
223         from testcover-unsafep.el and testcover-ses.el to avoid file-name
224         clashes on 8+3 DOS filesystems.
226 2003-12-29  Richard M. Stallman  <rms@gnu.org>
228         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
229         Upcase the character.
231         * textmodes/flyspell.el (mail-mode-flyspell-verify):
232         Search for header separator alone on a line, literally,
233         and search for it backward, not forward.
234         (flyspell-abbrev-table): Always use global-abbrev-table
235         if there is no local one.
237         * progmodes/sh-script.el (sh-get-indent-info):
238         Don't move point back if at bob.
240         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
242         * play/handwrite.el (handwrite): Make the handwrite credit message
243         a comment rather than an output command.
245         * obsolete/sc.el: Display message that this file is obsolete.
247         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
249         * mail/rfc822.el (rfc822-address-start): Declare variable.
250         Renamed from address-start.  All uses changed.
252         * term.el (term-exec): Set up sentinel.
253         (term-sentinel): New function.
254         (term-handle-exit): New function.
256         * subr.el (assoc-ignore-case, assoc-ignore-representation):
257         Use assoc-string, and mark them obsolete.
258         (delay-mode-hooks): Mark as permanent local.
260         * simple.el (sendmail-user-agent-compose): Use assoc-string.
262         * register.el (copy-rectangle-to-register): Doc fix.
264         * info.el (Info-insert-dir): Use assoc-string.
266         * info-look.el (info-lookup): Use assoc-string.
268         * frame.el (pop-up-frame-function): Use quote, not `function'.
269         (frame-notice-user-settings): Calculate ADJUSTED-TOP
270         copying with lists as coordinate values.
272         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
274         * find-dired.el (kill-find): New command.
275         (find-dired): Make buffer read-only.
276         Set up a keymap with C-c C-k running kill-find.
277         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
279         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
281         * filecache.el (file-cache-ignore-case): New variable.
282         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
284         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
285         (comint-dynamic-complete-as-filename): Rename local vars.
286         (comint-dynamic-list-filename-completions): Likewise.
288         * comint.el (comint-dynamic-list-completions-config): New var.
289         (comint-dynamic-list-completions): Handle both SPC and TAB right.
291         * comint.el (comint-file-name-chars): Add [].
292         (comint-word): Use skip-chars-backward, not search.
294         * shell.el (shell-file-name-chars): Add [].
296         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
298         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
300         * generic.el (define-generic-mode): Doc fix.
302 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
304         * files.el (kill-some-buffers): Doc fix.
306 2003-12-29  David Herring <sdh6@ra.msstate.edu>  (tiny change)
308         * comint.el (comint-watch-for-password-prompt): Pass `string' as
309         arg to send-invisible
310         (send-invisible): Doc fix.  The argument is now a prompt, not the
311         string to send.
312         (comint-read-noecho): Doc fix.
314 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
316         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
317         "@", as required by some ISP hosting service.  Fix defcustom
318         argument syntax errors that prevented use of customization.
320 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
322         * xml.el (xml-get-attribute-or-nil): Doc fix.
324 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
326         * net/zone-mode.el (zone-mode): Use write-file-functions, not
327         write-file-hooks.
329 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
331         * autorevert.el (auto-revert-interval): Doc fix.
333 2003-12-29  Mark A. Hershberger <mah@everybody.org>
335         * xml.el (xml-get-attribute-or-nil): New function, like
336         xml-get-attribute, but returns nil if the attribute was not found.
337         (xml-get-attribute): Converted to defsubst, uses
338         xml-get-attribute-or-nil.
340 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
342         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
344 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
346         * custom.el (custom-declare-theme): Use `value' when putting
347         properties on `theme'.
349 2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
351         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
352         for each yank-handler segment.
353         (insert-for-yank-1): New function, with the body of the previous
354         insert-for-yank.
356         * textmodes/table.el (table-yank-handler): New defcustom.
357         (table--put-cell-indicator-property): Put yank-handler property
358         that indicates the yank handler for the table cell.
360 2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
362         * generic-x.el (etc-modules-conf-generic-mode): A more complete
363         set of keywords.
365 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
367         * international/mule-cmds.el (reset-language-environment)
368         (set-language-environment): Don't invoke fontset-related functions
369         if fontset-list is not fboundp.
371 2003-12-29  Kenichi Handa  <handa@m17n.org>
373         * international/mule-cmds.el (reset-language-environment): Call
374         set-overriding-fontspec-internal with nil.
375         (set-language-environment): Call set-overriding-fontspec-internal
376         if the language environment specify `overriding-fontspec'.
377         (language-info-alist): Doc added.
379         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
380         characters of mule-unicode-0100-24ff.
381         (ccl-encode-windows-1251-font): New CCL program.
382         ("Bulgarian"): Specify overriding-fontspec.
383         ("Belarusian"): Likewise.
385 2003-12-28  Sam Steingold  <sds@gnu.org>
387         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
388         parameter ID-FORMAT to conform with the 2003-11-30 patch.
390 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
392         * progmodes/gud.el (gud-gdb-command-name): Set default to
393         "gdb --annotate=3".
394         (gud-gdb-marker-filter): Look out for annotations.
395         (gdb-first-pre-prompt): New variable.
396         Remove trailing white space.
398         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
399         if necessary.
400         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
401         annotations are detected.
402         (gud-gdba-marker-filter): Use global variable gud-marker-acc
403         instead of a local one to allow transition from
404         gud-gdb-marker-filter.
405         Remove trailing white space.
407 2003-12-27  Kim F. Storm  <storm@cua.dk>
409         * ido.el: Handle non-readable directories.
410         (ido-decorations): Add 9th element for non-readable directory.
411         (ido-directory-nonreadable): New dynamic var.
412         (ido-set-current-directory): Set it.
413         (ido-read-buffer, ido-file-internal):
414         (ido-read-file-name, ido-read-directory-name): Let-bind it.
415         (ido-file-name-all-completions1): Return empty list for
416         non-readable directory.
417         (ido-exhibit): Print [Not readable] if directory is not readable.
418         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
419         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
420         Use it.
422 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
424         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
425         calls to directory-files-and-attributes and file-attributes.
426         (ls-lisp-format): Remove system dependent handling of user and
427         group id's.
429 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
431         * ffap.el (ffap-read-file-or-url): Revert previous change.
433 2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
435         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
436         new list of included files called `files-with-node-lines', that
437         only have node lines.  This way @include commands can include any
438         file, such as version and update files without node lines, not
439         just files that are chapters.
441 2003-12-25  Andreas Schwab  <schwab@suse.de>
443         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
444         file not found.
446 2003-12-08  Miles Bader  <miles@gnu.org>
448         * dired.el (dired-between-files): Always use dired-move-to-filename,
449         which is more robust in non-english locales.
451 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
453         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
455 2003-12-24  Andreas Schwab  <schwab@suse.de>
457         * shell.el (shell-file-name-quote-list): Add backslash.
459         * comint.el (comint-quote-filename): Correctly handle backslash
460         in comint-file-name-quote-list.
462 2003-12-24  Kenichi Handa  <handa@m17n.org>
464         * international/mule-cmds.el (set-default-coding-systems): Call
465         ucs-set-table-for-input for all buffers that don't have local
466         value of buffer-file-coding-system.
468         * international/ucs-tables.el (ucs-set-table-for-input): If
469         translation-table-for-encode is a symbol, get its
470         translation-table property.
472 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
474         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
475         to `completing-read' on a recently fixed bug.
477         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
478         instead of SPACE, to get the list of possible fringe modes.  SPACE
479         only works if both `partial-completion-mode' and
480         `completion-auto-help' are nil.
482         * complete.el (PC-is-complete-p): delete.
483         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
484         calls to `test-completion'.
486 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
488         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
489         to edit values when there are no children.
491         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
492         a mode called "Assembler" already exists.
493         (gdb-use-colon-colon-notation, gdb-show-changed-values): New
494         options.
495         (gud-watch): Use format option. Remove font properties from
496         string.
497         (gdb-var-create-handler, gdb-var-list-children-handler): Don't
498         bother about properties as there are none.
499         (gdb-var-create-handler, gdb-var-list-children-handler)
500         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
501         with two arguments.
502         (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let
503         speedbar show value changes with a different font.
504         (gdb-edit-value): New defun.
505         (gdb-clear-partial-output, gdb-clear-inferior-io)
506         (def-gdb-auto-update-handler): Use erase-buffer.
507         (gdb-frame-handler): Display watch expressions in
508         FUNCTION::VARIABLE format if required.
510 2003-12-23  John Paul Wallington  <jpw@gnu.org>
512         * info.el (Info-unescape-quotes, Info-split-parameter-string)
513         (Info-goto-emacs-command-node): Doc fixes.
515 2003-12-12  Jesper Harder <harder@ifa.au.dk>
517         * cus-edit.el (custom-add-parent-links): Define "many".
519 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
521         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
522         (widget-child-validate, widget-type-value-create)
523         (widget-type-default-get, widget-type-match): New functions.
524         (lazy): New widget.
525         (menu-choice, checklist, radio-button-choice, editable-list)
526         (group, documentation-string): Removed redundant (per 2003-10-25
527         change) calls to `widget-children-value-delete'.
528         (widget-choice-value-get, widget-choice-value-inline): Removed
529         functions.
530         (menu-choice): Updated widget.
532 2003-12-03  Kenichi Handa  <handa@m17n.org>
534         * language/cyrillic.el: Register "microsoft-cp1251" in
535         ctext-non-standard-encodings-alist.
536         ("Bulgarian"): Add ctext-non-standard-encodings.
537         ("Belarusian"): Likewise.
539         * international/mule-conf.el (compound-text-with-extensions):
540         Change the type to 2 (iso-2022 base).
542         * international/mule.el (ctext-non-standard-encodings-alist):
543         Change the format.
544         (ctext-non-standard-encodings): New variable.
545         (ctext-post-read-conversion): Fully re-written.
546         (ctext-non-standard-designations-alist): Delete it.
547         (ctext-non-standard-encodings-table): New function.
548         (ctext-pre-write-conversion): Fully re-written.
550 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
552         * cus-edit.el (custom-add-parent-links): Add documentation links
553         for parent, if the item has none of its own.
555 2003-11-30  Richard M. Stallman  <rms@gnu.org>
557         * dired-aux.el (dired-do-query-replace-regexp):
558         Report files visited read-only.
560 2003-11-30  Juri Linkov  <juri@jurta.org>
562         * dired-aux.el (dired-compare-directories): New command.
563         (dired-file-set-difference, dired-files-attributes): New functions.
565 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
566         Version 2.0.38 of Tramp released.
568         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
569         Charles Curley <charlescurley@charlescurley.com>.
570         (tramp-multi-connection-function-alist): Add ssht entry which adds
571         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
572         Aichner.
573         (tramp-get-method-parameter): New function to retrieve a method
574         parameter.  This allows for omission of method parameters.
575         Callers adjusted.
577 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
579         * net/tramp.el: Add new optional parameter ID-FORMAT to
580         `file-attributes'.  Calls of `file-attributes' won't use this
581         parameter for backward compatibility reasons.
582         (tramp-perl-file-attributes): Add a new parameter to Perl script
583         in order to handle uid/gid as strings, if desired.
584         (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
585         `file-attributes' instead of `tramp-handle-file-attributes' in
586         order to make the function more general.
587         (tramp-handle-file-attributes): Replace proprietary optional
588         parameter NONNUMERIC by the recently (Emacs 21.4) introduced
589         ID-FORMAT.
590         (tramp-handle-file-attributes-with-perl): Handle parameter
591         NONNUMERIC if set. This wasn't done in the past.
592         (tramp-post-connection): Apply second parameter "$2" if
593         `tramp-remote-perl' is called.
595         * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
596         cut'n'waste error (`filename' instead of `directory').
597         (tramp-smb-handle-directory-files-and-attributes)
598         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
599         introduced parameter ID-FORMAT.
600         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
601         error (`directory' instead of `ldir').
603         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
604         `file-attributes' has a second parameter.  If yes, apply it with
605         value "'integer".  Otherwise, don't use that parameter (default is
606         integer format).
609 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
611         * help.el (help-map): Bind `display-local-help' to `C-h .'.
612         (help-for-help): Add `C-h .' to the listed Help options.
613         Remove trailing whitespace.
615         * help-at-pt.el: New file.
617 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
619         * subr.el (noreturn, 1value): New macros for test coverage.  See
620         `testcover.el'.
622         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
624         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
625         for macro `1value'.
626         (testcover-1value): New function.  Checks that a 1value form
627         actually returns only one value.  Requested by RMS.
629 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
631         * gdb-ui.el (gud-watch, gdb-var-create-handler)
632         (gdb-var-list-children, gdb-var-list-children-handler)
633         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
634         gdb commands that use mi to keep them out of the command history.
636 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
638         * cus-start.el (all): Add use-file-dialog.
640 2003-11-27  Kim F. Storm  <storm@cua.dk>
642         * subr.el (posn-object-x-y): New defun.
644 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
646         * subr.el (number-sequence): Improve handling of floating point
647         arguments (suggested by Kim Storm).  Allow negative arguments.
649 2003-11-26  Kenichi Handa  <handa@m17n.org>
651         * international/mule-cmds.el (standard-display-european-internal):
652         Cancel the standard-display-table setting for ` and '.
654 2003-11-26  Kim F. Storm  <storm@cua.dk>
656         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
657         New defcustoms to add ffap-like functionality to ido.
658         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
659         (ido-no-final-slash): New defun.
660         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
661         (ido-read-file-name): ): Toggle VC checking via
662         vc-handled-backends instead of vc-master-templates.
663         (ido-file-internal): Handle ido-use-url-at-point and
664         ido-use-filename-at-point via code borrowed from ffap-guesser.
665         Handle new ido-exit code ffap.
666         (ido-sort-list): Ignore final slash when sorting file names.
668 2003-11-25  Kim F. Storm  <storm@cua.dk>
670         * emulation/cua-base.el (cua--standard-movement-commands):
671         Add forward-sentence and backward-sentence.
673 2003-11-25  Stephen Eglen  <stephen@gnu.org>
675         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
676         iswitchb-exit is set to 'usefirst when user selects buffer at head
677         of list using RET.  (Selecting buffers at the head of the list was
678         broken if the substring was also a complete buffername.)
680 2003-11-23  Kim F. Storm  <storm@cua.dk>
682         * progmodes/compile.el (grep-command, grep-use-null-device)
683         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
684         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
685         (grep-regexp-alist, grep-program, find-program)
686         (grep-find-use-xargs, grep-history, grep-find-history)
687         (grep-process-setup, grep-compute-defaults)
688         (grep-default-command, grep, grep-tag-default, grep-find)
689         (grep-expand-command-macros, grep-tree-last-regexp)
690         (grep-tree-last-files, grep-tree): Move grep variables, functions
691         and commands to new file grep.el.
692         (compilation-mode-map): Remove grep commands from Compile sub-menu.
693         (compilation-process-setup-function): Doc fix.
694         (compilation-highlight-regexp, compilation-highlight-overlay): New
695         defvars used for highlighting current compile error in source buffer.
696         (compile-internal): New optional args HIGHLIGHT-REGEXP and
697         LOCAL-MAP which overrides compilation-highlight-regexp and
698         compilation-mode-map for this compilation.
699         Delay calling compilation-set-window-height until after running
700         compilation-process-setup-function so it can buffer-local override
701         compilation-window-height.
702         Check buffer-local value of compilation-scroll-output.
703         (compilation-set-window-height): Use buffer-local value of
704         compilation-window-height.
705         (compilation-revert-buffer): Don't pass (undefined)
706         preserve-modes arg to revert-buffer.
707         (next-error-no-select, previous-error-no-select): New commands.
708         (compilation-goto-locus): Temporarily highlight current match in
709         source buffer using compilation-highlight-regexp.
711         * progmodes/grep.el: New file with grep code from compile.el.
712         (grep): New defcustom group.
713         (grep-window-height): New defcustom, like compilation-window-height.
714         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
715         (grep-scroll-output): New defcustom, like compilation-scroll-output.
716         (grep-command, grep-use-null-device, grep-find-command)
717         (grep-tree-files-aliases, grep-tree-ignore-case)
718         (grep-tree-ignore-CVS-directories): Move to grep custom group.
719         (grep-setup-hook): New hook variable.
720         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
721         (grep-last-buffer): New defvar, override compilation-last-buffer.
722         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
723         Call compile-internal with args highlight-regexp and grep-mode-map.
725 2003-11-23  Kim F. Storm  <storm@cua.dk>
727         * subr.el (event-start, event-end): Doc fix.
728         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
729         (posn-area, posn-actual-col-row, posn-object): New defuns.
730         (posn-col-row): Simplify doc.  Rewrite to use cond.
731         (posn-point): Also return buffer position for events outside text
732         area (that info is now present in the event position).
734         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
735         mouse-set-point so that hscroll still works now that clicks on
736         fringes generate specific mouse events.
737         (mouse-set-point): Note that it now works in fringes and margins
738         too due to new semantics of posn-point in fringes and margins.
740         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
741         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
743 2003-11-20  Kim F. Storm  <storm@cua.dk>
745         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
746         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
747         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
748         to 100 for icons to avoid increasing line height when shown.
750 2003-11-19  Andreas Schwab  <schwab@suse.de>
752         * simple.el (set-variable): Fix indentation.
754 2003-11-17  Kenichi Handa  <handa@m17n.org>
756         * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
757         docstring.
759 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
761         * international/latin1-disp.el (latin1-display): Fix docstring.
763 2003-11-16  John Wiegley  <johnw@newartisans.com>
765         * eshell/em-ls.el (eshell-ls-file): There are times with
766         size-width is nil and uncomputed (when directories are created in
767         dired, for example); in this case, 4 is reasonable default value,
768         although it may caused skewed new entries (which could be avoided
769         by returning the original value of 8 in all cases, but 99% of the
770         time this is a waste of whitespace).
772 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
774         * cc-engine.el (c-guess-continued-construct,
775         c-guess-basic-syntax): Check a little more carefully if it's a
776         function declaration when an unknown construct followed by a block
777         is found inside a statement context.  This avoids macros followed
778         by blocks to be taken as function declarations.
780         (c-guess-continued-construct): Changed the analysis of a statement
781         continuation with a brace open to `substatement-block', for
782         consistency with recognized statements.
784         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
785         start is in a position so that `c-beginning-of-statement-1' jumped
786         to the beginning of the same statement.
788         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
789         accept binary operators in the arglist if we're in a function call
790         context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
791         template recognition in cases like "if (a < b || c > d)".
793         (c-restricted-<>-arglists): New more appropriate name for
794         `c-disallow-comma-in-<>-arglists'.
796         Accessing functions updated for the variable name change.
798         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
799         match data could get clobbered if NOT-INSIDE-TOKEN is used.
801         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
802         labels.
804         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
805         instead of duplicating parts of it.  This fixes bogus label
806         recognition.
808         * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
809         of checking the context in which to apply the minimum indentation,
810         so that it isn't enforced in e.g. namespace blocks.
812         * cc-vars.el (c-inside-block-syms): New constant used by
813         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
814         to somewhat reduce the risk of becoming stale.
816         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
817         cc-cmds to cc-engine to allow use from cc-align.
819         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
820         qualified identifiers containing "::".
822         * cc-defs.el (c-make-keywords-re): Added kludge for bug in
823         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
825         * cc-vars.el (c-emacs-features): Use a space in front of the name
826         of the temporary buffer.  That also avoids dumping problems in
827         XEmacs due to undo info being left around after the buffer is
828         killed.
830         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
831         arglist to see if it's a K&R style declaration.
833         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
834         before returning `knr-argdecl-intro'.
836 2003-11-16  John Wiegley  <johnw@newartisans.com>
838         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
839         field in a long-listing always 8 characters, use `size-width',
840         which has already been computed.
842 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
844         * subr.el (minor-mode-list): Add `hs-minor-mode'.
846 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
848         * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
849         operation while narrowed, with `diff-restrict-view'.
851 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
853         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
854         additional optional arg NARROWFUN.  For the generated functions: Add
855         local var `was-narrowed-p'.  Also, if NARROWFUN is specified, include
856         frags that arrange to check for and save narrowing state before the
857         move and then conditionally call NARROWFUN after the move.
859 2003-11-14  John Wiegley  <johnw@newartisans.com>
861         * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
862         that was optional, but obviously missing based on surrounding
863         code.
865         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
866         string arguments to numbers unless the whole argument was seen as
867         a number.
869 2003-11-14  Kenichi Handa  <handa@m17n.org>
871         * international/mule.el (ctext-non-standard-encodings-alist): Fix
872         coding systems.
874 2003-11-10  Kenichi Handa  <handa@m17n.org>
876         * language/kannada.el ("Kannada"): Add sample-text.
878         * language/knd-util.el (kannada-compose-region)
879         (kannada-compose-string, kannada-post-read-conversion): Add
880         autoload cookie.
882         * international/quail.el (quail-completion): Change the message
883         "corresponding translations" to "corresponding characters".
885 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
887         * descr-text.el (describe-char): Fix typo.
889 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
891         These changes are to support Kannada language/script.
893         * Makefile.in (DONTCOMPILE): Add kannada.el.
895         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
897         * loadup.el: Preload kannada.el.
899         * language/ind-util.el (ucs-kannada-to-is13194-alist)
900         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
901         New variables.
903         * language/kannada.el: New file.
905         * language/knd-util.el: New file.
907 2003-11-07  Andreas Schwab  <schwab@suse.de>
909         * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
910         highlight AH_*.
912         * xml.el (xml-parse-dtd): Fix misplaced paren.
914 2003-11-07  Kenichi Handa  <handa@m17n.org>
916         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
918 2003-11-05  Juri Linkov  <juri@jurta.org>
920         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
921         (desktop-buffer-file): Use saved buffer-file-coding-system
922         for file reading.  Set auto-insert to nil to prevent automatic
923         insertion into restored empty files.
925 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
927         * files.el (risky-local-variable-p): Make second argument optional.
929 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
931         * mail/rmail.el (rmail-convert-to-babyl-format): If
932         base64-decode-region signals an error, catch it and silently
933         ignore it.
935 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
937         * xml.el (xml-parse-region): Allow comments to appear after the
938         topmost element has closed.
939         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
940         (xml-ns-expand-attr): New functions to do namespace handling.
941         (xml-intern-attrlist): Back-compatible handling of attribute
942         names.
943         (xml-parse-tag): Move namespace handling to seperate functions.
944         Now produces elements in the form ((:ns . "element") (attr-list)
945         children) instead of ('ns:element (attr-list) children).
946         (xml-parse-attlist): Fix attribute parsing.
947         (xml-parse-dtd): Change parsing so that it produces strings
948         instead of interned symbols.
950 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
952         * dired.el (dired-ls-sorting-switches): Doc fix.
954 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
956         * emacs-lisp/rx.el (rx-or): Fix the case of
957         "(rx (and ?a (or ?b ?c) ?d))".
959 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
961         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
962         (texinfo-format-region): Use it.
963         (texinfo-format-buffer-1): Ditto.
965 2003-11-01  Alan Mackenzie  <acm@muc.de>
967         Changes to allow scrolling whilst in isearch mode:
968         * isearch.el (isearch-unread-key-sequence): New function,
969         extracted from isearch-other-meta-char.
970         (top level): (put 'foo 'isearch-scroll) on all Emacs's
971         "scrollable" standard functions.
972         (isearch-allow-scroll): New customizable variable.
973         (isearch-string-out-of-window, isearch-back-into-window)
974         (isearch-reread-key-sequence-naturally)
975         (isearch-lookup-scroll-key): New functions.
976         (isearch-other-meta-char): Doc string and functionality enhanced.
977         Now accepts a prefix argument.
978         (isearch-lazy-highlight-window-end): New variable.
979         (isearch-lazy-highlight-new-loop): Pay attention to the window's
980         end (thru isearch-lazy-highlight-window-end), not only its start.
982         * simple.el (overriding-map-is-bound, saved-overriding-map): New
983         variables.
984         (ensure-overriding-map-is-bound, restore-overriding-map): New
985         functions.
986         (universal-argument, universal-argument-more, negative-argument)
987         (digit-argument, universal-argument-other-key): Minor changes.
989 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
991         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
992         recursively if the last message is deleted, thus avoiding an
993         infinite loop.
995 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
997         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
998         (tex-main-file): Don't add .tex if the extension is already present.
999         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
1001 2003-10-29  Lute Kamstra  <lute@gnu.org>
1003         * progmodes/octave-inf.el (inferior-octave-prompt):
1004         Recognize version number in prompt.
1006 2003-10-28  Dave Love  <fx@gnu.org>
1008         * international/characters.el: Fix some Unicode ranges.
1010 2003-10-28  Kenichi Handa  <handa@m17n.org>
1012         * disp-table.el (standard-display-8bit)
1013         (standard-display-default, standard-display-ascii)
1014         (standard-display-g1, standard-display-graphic)
1015         (standard-display-underline): Assure that standard-display-table
1016         is a display table.
1018 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * simple.el (reindent-then-newline-and-indent): Delete space *after*
1021         reindenting the first line.
1023 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1025         * wid-edit.el (widget-default-delete): Always delete child widgets.
1027 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * newcomment.el (comment-indent): Don't call indent-according-to-mode
1030         if the line has code.
1031         Don't try to line up with something that's too far left.
1033         * progmodes/octave-mod.el (octave-comment-start): Simplify.
1034         (octave-mode-syntax-table): Add % as a comment starter.
1035         (octave-point): Remove.
1036         (octave-in-comment-p, octave-in-string-p)
1037         (octave-not-in-string-or-comment-p, calculate-octave-indent)
1038         (octave-blink-matching-block-open, octave-auto-fill):
1039         Use line-(beginning|end)-position instead.
1041 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1043         * emacs-lisp/authors.el (authors-aliases): Add correct realname
1044         for Francesco Potort\e,Al\e(B.
1046 2003-10-23  Dave Love  <fx@gnu.org>
1048         * international/mule-cmds.el (locale-charset-to-coding-system):
1049         Don't rely on nil being a coding system.
1051         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
1052         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
1053         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
1055 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
1057         * gdb-ui.el (gdb-current-language): New variable.
1058         (gdb-update-flag): Remove variable.
1059         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
1060         (gdb-take-last-elt): Remove function.
1061         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
1062         (gdb-post-prompt): Check for variable object changes here.
1064         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
1065         object changes in gdb-ui.el.
1067 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1069         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
1071         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
1072         Don't check for foo*/ wildcard form here.
1073         (insert-directory): Recognize foo*/ as a wildcard.
1074         Separate wildcard-regexp variable from the arg, wildcard.
1076         * subr.el (add-hook): Correctly detect when make-local-hook was used.
1077         (remove-hook): Correctly handle strange cases about local hooks.
1079 2003-10-21  David Ponce  <david@dponce.com>
1081         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
1082         argument REAL, to return a real number instead of a rounded
1083         integer value.  Define as inline function.
1084         (ruler-mode-right-fringe-cols): Likewise.
1085         (ruler-mode-scroll-bar-cols): New function.
1086         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
1087         (ruler-mode-right-scroll-bar-cols): Likewise.
1088         (ruler-mode-space): New function.
1089         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
1090         scroll bar mode and margins in a more robust way.
1092 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1094         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
1095         (antlr-c-init-language-vars): New function.
1096         (antlr-mode): Use it with cc-mode before v5.29.
1097         (antlr-c-common-init): Don't set some local vars here.
1098         (antlr-mode): Set them here.
1099         (antlr-c-forward-sws): New function alias.
1100         (antlr-mode): Redefine with cc-mode before v5.30.
1101         (antlr-skip-sexps): Use it.
1102         (antlr-skip-exception-part): Ditto.
1103         (antlr-skip-file-prelude): Ditto.
1104         (antlr-outside-rule-p): Ditto.
1105         (antlr-end-of-body): Ditto.
1106         (antlr-option-kind): Ditto.
1107         (antlr-insert-option-area): Ditto.
1108         (antlr-file-dependencies): Ditto.
1110 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1112         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
1113         Move backward only if point was not inside an entry.
1115 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1117         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
1119 2003-10-21  Juri Linkov  <juri@jurta.org>
1121         * compare-w.el: Automatically skip non-matching text to resync.
1122         (compare-windows-whitespace): Doc fix.
1123         (compare-windows-sync, compare-windows-sync-string-size)
1124         (compare-windows-recenter, compare-ignore-whitespace)
1125         (compare-windows-highlight, compare-windows-face): New variables.
1126         (compare-windows): Use compare-windows-sync.
1127         (compare-windows-highlight, compare-windows-dehighlight)
1128         (compare-windows-sync-regexp)
1129         (compare-windows-sync-default-function): New functions.
1131 2003-10-21  Juri Linkov  <juri@jurta.org>
1133         * diff.el (diff-parse-differences): Don't visit the files now;
1134         instead, just record the error locus.
1136 2003-10-21  Dave Love  <fx@gnu.org>
1138         * progmodes/cfengine.el: New file.
1140 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * complete.el (PC-do-completion): Do not forget to use `pred' as the
1143         default-directory when completing file names.
1145 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
1147         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
1148         followed by the word `face', it gets treated as a face, even if
1149         it is also defined as a variable or a function.
1151 2003-10-20  Dave Love  <fx@gnu.org>
1153         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1154         Avoid incf in macro expansion.
1156 2003-10-20  John Paul Wallington  <jpw@gnu.org>
1158         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
1159         `evenp' so we don't implicitly require cl library at runtime.
1161 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
1163         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
1164         (help-make-xrefs): Only make cross-references for faces if
1165         preceded or followed by the word `face'.  Do not make a
1166         cross-reference for variables without variable documentation,
1167         unless preceded by the word `variable' or `option'.  Update doc
1168         string accordingly.
1170 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1172         * progmodes/hideshow.el: Rewrite one-armed `if'
1173         constructs using either `when' or `unless'.
1174         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
1176 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
1178         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
1179         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
1180         instead of 12x12.
1182 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
1184         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
1185         message while converting to Babyl.
1187 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
1189         * allout.el (allout-mode): Doc fix.
1191 2003-10-16  Lute Kamstra  <lute@gnu.org>
1193         * subr.el (force-mode-line-update): Fix docstring.
1195 2003-10-14  Dave Love  <fx@gnu.org>
1197         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
1198         (default-input-method): Add :link, improve :type.
1199         (locale-charset-language-names): Fix utf-8 pattern.
1200         (locale-charset-match-p, locale-charset-alist)
1201         (locale-charset-to-coding-system): New.
1202         (set-locale-environment): Deal with codeset part of locale specs.
1204 2003-10-14  Lute Kamstra  <lute@gnu.org>
1206         * fringe.el (fringe-mode): Use active voice in docstring.
1207         (set-fringe-style): Ditto.
1209 2003-10-13  Lute Kamstra  <lute@gnu.org>
1211         * fringe.el (fringe-mode): Fix docstring.
1212         (set-fringe-style): Ditto.
1214 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1216         * ediff-mult.el (ediff-filegroup-action):
1217         Use ediff-default-filtering-regexp.
1219         * ediff-util.el (ediff-recenter): Don't call
1220         ediff-restore-highlighting twice.
1221         (ediff-select-difference): Set current difference.
1222         (ediff-unselect-and-select-difference): Add comment.
1224         * ediff.el (ediff-directories,ediff-directory-revisions)
1225         (ediff-directories3,ediff-merge-directories)
1226         (ediff-merge-directories-with-ancestor)
1227         (ediff-merge-directory-revisions)
1228         (ediff-merge-directory-revisions-with-ancestor):
1229         Use ediff-default-filtering-regexp.
1231 2003-10-12  Andreas Schwab  <schwab@suse.de>
1233         * international/mule-cmds.el (locale-charset-language-names):
1234         Simplify regex by removing unused grouping.
1236 2003-10-10  Dave Love  <fx@gnu.org>
1238         * bindings.el: Don't bind stop.
1240 2003-10-08  Miles Bader  <miles@gnu.org>
1242         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
1243         face instead of attempting to emulate it.
1245 2003-10-07  Kenichi Handa  <handa@m17n.org>
1247         * international/mule-diag.el (list-coding-systems-1): List coding
1248         systems that are loaded automatically.
1250         * international/code-pages.el (iso-8859-11): Add autoload cookie.
1252         * international/mule.el (autoload-coding-system): New function.
1254 2003-10-07  Andreas Schwab  <schwab@suse.de>
1256         * log-edit.el (log-edit-changelog-entries): Prefer local value of
1257         change-log-default-name in the buffer visiting the file.
1259 2003-10-06  Dave Love  <fx@gnu.org>
1261         * files.el (find-file-hook): Customize.
1262         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
1264         * bindings.el (completion-ignored-extensions): Remove .log.
1265         (global-map): Add again, open, stop keys.
1267 2003-10-05  Richard M. Stallman  <rms@gnu.org>
1269         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
1270         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
1271         Use sh-modify directly.
1272         (sh-select): Use sh-append, not eval.
1274         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
1276         * info.el (Info-following-node-name): New function.
1278         * loadhist.el (unload-feature-special-hooks):
1279         Rename from loadhist-hook-functions.
1280         (loadhist-hook-functions): Now an alias.
1282 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
1284         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
1285         file-name clashes on 8+3 filesystems.
1287         * Makefile.in (DONTCOMPILE, bootstrap-clean):
1288         Rename loaddefs-boot.el to ldefs-boot.el
1290         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
1291         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
1293 2003-10-03  Lute Kamstra  <lute@gnu.org>
1295         * info.el (Info-mode): Revert previous change.
1296         (Info-escape-percent): New function.
1297         (Info-fontify-node): Use it.
1299 2003-10-02  Andreas Schwab  <schwab@suse.de>
1301         * loaddefs-boot.el: Regenerated.
1303 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
1305         * ffap.el: Remove defadvice related code from CVS since `complete'
1306         provides a `PC-completion-as-file-name-predicate' variable that
1307         ffap can override.
1309 2003-10-02  Kenichi Handa  <handa@m17n.org>
1311         * international/utf-8.el (ccl-decode-mule-utf-8):
1312         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
1314         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
1315         * international/subst-big5.el: Likewise.
1316         * international/subst-gb2312.el: Likewise.
1317         * international/subst-ksc.el: Likewise.
1319 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
1321         * calendar/calendar.el (increment-calendar-month)
1322         (calendar-leap-year-p, calendar-absolute-from-gregorian)
1323         (generate-calendar, calendar-read-date, calendar-interval)
1324         (calendar-day-of-week): Handle years BC.
1325         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
1327 2003-10-01  Dave Love  <fx@gnu.org>
1329         * language/cyrillic.el (cp1251): Alias for windows-1251.
1331         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
1332         bootstrap.
1334 2003-10-01  Lute Kamstra  <lute@gnu.org>
1336         * files.el: Fix typo.
1337         * imenu.el (imenu--generic-function): Docstring fix.
1339 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1341         * dired.el (dired-mode): Handle dired-directory as a list.
1343 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
1345         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
1347         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
1349         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
1350         Replace gud-display with gud-watch.
1351         (gud-speedbar-buttons): Add stuff for watching expressions
1352         in the speedbar when using M-x gdba. Use dolist on old part
1353         of this function.
1355         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
1356         (gdb-update-flag): New variables.
1357         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
1358         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
1359         (gud-watch, gdb-var-create-handler) : New functions.
1360         (gdb-var-list-children, gdb-var-list-children-handler)
1361         (gdb-var-create-regexp, gdb-var-update-regexp)
1362         (gdb-var-list-children-regexp): New constants.
1363         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
1364         (gdb-annotation-rules): Reduce annotation set (level 3).
1365         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
1366         (gdb-post-prompt): Don't update GDB buffers every time speedbar
1367         updates.
1368         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
1369         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
1370         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
1371         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
1372         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
1373         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
1374         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
1375         (gud-display, gud-display1)
1376         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
1377         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
1378         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
1379         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
1380         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
1381         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
1382         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
1383         (gdb-display-display-buffer, gdb-toggle-display)
1384         (gdb-delete-display, gdb-expressions-popup-menu)
1385         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
1386         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
1387         to display buffer.
1389 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1391         * progmodes/ada-mode.el (ada-mode): Don't use advice.
1392         Instead, set which-func-functions.
1394         * progmodes/which-func.el (which-func-modes): Add ada-mode.
1395         (which-func-functions): New variable.
1396         (which-function): Use that.
1398         * info.el (Info-mode): Double each `%' in header line.
1400         * emacs-lisp/lisp-mnt.el (lm-with-file):
1401         When FILE is nil, run BODY in current buffer.
1403         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
1405         * help.el (describe-mode): Start with a brief list of minor modes.
1406         Find them thru minor-mode-list so as to find them all.
1407         Show them in alphabetical order.
1409         * mail/sendmail.el (mail-aliases): Doc fix.
1411         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
1413 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1415         * mail/rmailsum.el (rmail-make-summary-line-1):
1416         Change comma after last label to a space.
1417         (rmail-summary-font-lock-keywords): Adapt to that change.
1419 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
1421         * progmodes/scheme.el (scheme-mode-variables): When setting
1422         `font-lock-defaults', also specify that "#" should
1423         be interpreted with `word' syntax.
1424         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
1426 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
1428         * desktop.el: A lot of comments updated.
1429         (desktop-save-mode): Minor mode introduced.
1430         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
1431         (desktop-load-default): Function made obsolete.
1432         (desktop-locals-to-save): Variable made customizable.
1433         (desktop-read): Optional parameter `dirname' added.
1434         (desktop-change-dir, desktop-revert): Parameter `dirname' in
1435         `desktop-read' used.
1436         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
1438 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
1440         * whitespace.el (whitespace-clean-msg): Add user customizable message
1441         for displaying ``clean'' output.
1442         (whitespace-buffer): Use `whitespace-clean-msg'.
1443         (whitespace-global-mode): Fix typo.
1445 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
1447         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
1449 2003-09-29  Lute Kamstra  <lute@gnu.org>
1451         * bindings.el (mode-line-modes): Remove superfluous :propertize
1452         construct in initialization.
1453         (mode-line-position): Change cons cell into proper list in
1454         initialization.
1456 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
1458         * international/mule.el (decode-coding-inserted-region): Use car
1459         of the return value of find-operation-coding-system.
1461 2003-09-29  Kenichi Handa  <handa@m17n.org>
1463         * descr-text.el (describe-char): Fix previous change.
1465 2003-09-28  Kenichi Handa  <handa@m17n.org>
1467         * descr-text.el (describe-char-display): New function.
1468         (describe-char): Pay attention to display table on describing how
1469         a character is displayed.
1471         * international/mule-cmds.el (encoded-string-description):
1472         Prepend "0x" to each encoded byte.
1474 2003-09-28  Andreas Schwab  <schwab@suse.de>
1476         * find-file.el (ff-special-constructs): Add autoload cookie.
1478 2003-09-28  Kevin Ryde  <user42@zip.com.au>
1480         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
1481         makeinfo appends to duplicate index entries.
1483 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
1485         * dired-x.el (dired-clean-tex): Doc fix.
1487         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
1488         using a Chinese tutorial.
1490 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1492         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
1493         between "MAIL FROM:" and "RCPT TO:" and the following address.
1495 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1497         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
1499 2003-09-28  David Ponce  <david@dponce.com>
1501         * recentf.el (recentf-initialize-file-name-history): New defcustom.
1502         (recentf-load-list): When `recentf-initialize-file-name-history'
1503         is non-nil, initialize an empty `file-name-history' with the
1504         recent list.
1506 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
1508         * man.el (Man-default-man-entry): Remove the leading `*' from the
1509         word at point.
1511 2003-09-26  Lute Kamstra  <lute@gnu.org>
1513         * bindings.el (mode-line-position): Mention size indication in
1514         docstring.
1516 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
1518         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
1520         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
1521         because it's autoloaded now.
1523 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
1525         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
1526         (sh-font-lock-keywords, sh-feature): Fix previous change of
1527         sh-feature to avoid infloop with sh-font-lock-keywords.
1529 2003-09-25  Kim F. Storm  <storm@cua.dk>
1531         * frame.el (frame-current-scroll-bars): New defun.
1533         * window.el (window-current-scroll-bars): New defun.
1535 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1537         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
1538         cause errors when the state cache contains info on parts that have
1539         been narrowed out.
1541 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1543         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
1544         `c-setup-paragraph-variables' has to be used when this variable is
1545         changed; it doesn't work to reinitialize the mode since that
1546         typically clobbers the variable.
1548         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1549         Make it interactive.
1551 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1553         * progmodes/cc-fonts.el (c-font-lock-declarations):
1554         Fix recognition of constructors and destructors for classes whose
1555         names are matched by `*-font-lock-extra-types'.
1557         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
1558         followed by an identifier in C++ then it's a type.
1560 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1562         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
1563         problem that primarily affected XEmacs.  Don't use faces to find
1564         unterminated strings since Emacs and XEmacs fontify strings
1565         differently - this function should now work better in XEmacs.
1567 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1569         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
1570         `expand-abbrev' workaround which caused braces to misbehave inside
1571         macros.
1573         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1574         handling.  This bug could cause interactive font locking to bail out.
1576 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1578         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1579         Handle paren-style types in Pike.  Also fixed some cases of
1580         insufficient handling of unbalanced parens.
1582 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
1584         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1585         common shell prompts that are not common filename or URL characters.
1586         (ffap-file-at-point): Use the new regexp to strip the prompts from
1587         the file names. This is an issue mostly for user prompts that
1588         don't have a trailing space and find-file-at-point is invoked from
1589         within a shell inside emacs.
1591 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
1593         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1594         stamps numerically, rather than textually.
1596 2003-09-24  Kenichi Handa  <handa@m17n.org>
1598         * language/devan-util.el (devanagari-post-read-conversion):
1599         * language/mlm-util.el (malayalam-post-read-conversion):
1600         * language/tml-util.el (tamil-post-read-conversion):
1601         Add autoload cookie.
1603         * international/utf-8.el (utf-8-post-read-conversion):
1604         Call post-read-conversion functions for Devanagari, Malayalam,
1605         and Tamil.
1607 2003-09-23  Dave Love  <fx@gnu.org>
1609         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1611 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
1613         * progmodes/gud.el (perldb): Add gud-until to list of commands.
1614         Update gud-remove.
1616 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1618         * progmodes/sh-script.el (sh-mode-default-syntax-table):
1619         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
1620         (sh-mode-syntax-table-input): New variable.
1621         (sh-require-final-newline): Don't use eval.
1622         (sh-builtins, sh-leading-keywords, sh-other-keywords)
1623         (sh-variables, sh-font-lock-keywords): Don't use eval.
1624         (sh-set-shell): When setting require-final-newline,
1625         treat value = `require-final-newline' as don't change it.
1626         Set sh-mode-syntax-table locally based on
1627         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1629         * progmodes/compile.el (compile-internal):
1630         Call compilation-set-window-height before setting window start.
1632 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
1634         * emacs-lisp/bytecomp.el (byte-compile-log-file):
1635         Clear out byte-compile-last-warned-form.
1637 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1639         * woman.el (woman-file-name, woman-follow-word):
1640         If current-word returns nil, use "".
1642         * simple.el (eval-expression): Bind standard-output in to-buffer case.
1644 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1646         * emacs-lisp/lisp-mnt.el (lm-with-file):
1647         Don't visit the file, just use insert-file-contents in temp buffer.
1649 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
1651         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1652         Add surrounding \\( and \\) around the header, as in
1653         for lm-history-header 'Change Log\\|History'.
1655 2003-09-22  John Paul Wallington  <jpw@gnu.org>
1657         * progmodes/ld-script.el: Add Commentary section,
1658         minor cleanup of file header.
1659         (ld-script-font-lock-keywords): Doc fix.
1660         (toplevel): Provide `ld-script' feature.
1662 2003-09-21  Kim F. Storm  <storm@cua.dk>
1664         * scroll-bar.el (set-scroll-bar-mode): Initialize to
1665         new built-in variable default-frame-scroll-bars.
1666         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1667         scroll-bar-mode; notably, use it instead of t when we toggle
1668         scroll-bars on.
1669         (toggle-scroll-bar): Use default-frame-scroll-bars.
1671 2003-09-19  Masatake YAMATO  <jet@gyve.org>
1673         * pcvs.el (cvs-do-removal): Change the prompt depending on
1674         `filter' value.
1676 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1678         * startup.el (command-line-1): Stop startup-echo-area-message
1679         being hidden by "Loading image..." message.
1680         (use-fancy-splash-screens-p, display-splash-screen):
1681         Move display-graphic-p test from latter to former.
1683         * progmodes/sh-script.el (sh-font-lock-keywords):
1684         Highlight escaped EOLs differently from other backslash constructs.
1686 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1688         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1689         New functions.
1690         (edebug-enter, edebug-outside-excursion): Use them.
1692         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1693         Fix the condition for whether to print "In WHERE".
1695 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
1697         * finder.el (finder-mode-hook): New variable.
1698         (finder-mode): Run hook finder-mode-hook
1700 2003-09-18  Masatake YAMATO  <jet@gyve.org>
1702         * progmodes/ebrowse.el: Fix broken magic autoload comments.
1704 2003-09-17  Mario Lang  <mlang@delysid.org>
1706         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1707         "p %e" to actually print the value in the GUD buffer.
1709 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
1711         From David Ponce <david.ponce@wanadoo.fr>:
1712         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1713         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1714         from loaddefs-boot.el if necessary.
1716 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
1718         * progmodes/gud.el (gud-find-class): Make jdb work again since
1719         cc-mode changed the syntactic information.
1721 2003-09-15  David Ponce  <david@dponce.com>
1723         * recentf.el: (recentf-exclude): Accept predicates too.
1724         (recentf-file-readable-p): New function.
1725         (recentf-include-p): Handle predicates in recentf-exclude.
1726         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
1727         (recentf-cleanup): Likewise.
1728         (recentf-save-list): Use write-file to handle backup of
1729         recentf-save-file.
1731 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
1733         * loaddefs-boot.el: Renamed from `loaddefs.el'
1734         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1735         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1736         necessary.
1738 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
1740         * electric.el (Electric-pop-up-window): For the `one-window' case,
1741         no longer disconcertingly move point in the original buffer.
1743 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1745         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1747 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1749         * dired.el (dired-mode-map): Fix typo.
1751 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1753         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1755 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1757         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1758         the function is less noisy.  Now only `kill-buffer' can ask questions.
1760 2003-09-10  Mario Lang  <mlang@delysid.org>
1762         * battery.el: Update Commentary and Copyright.
1763         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1764         appear due to wrong ordering of the expressions in `or'.
1766 2003-09-09  Lute Kamstra  <lute@gnu.org>
1768         * misc.el (upcase-char): Fix docstring.
1769         (zap-up-to-char): New command.
1771 2003-09-08  David Ponce  <david@dponce.com>
1773         Ensure that recentf correctly updates the menu bar.
1774         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1775         (recentf-menu-bar): New function.
1776         (recentf-clear-data): Use it
1777         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
1778         of easy-menu-change.
1780 2003-09-08  Lute Kamstra  <lute@gnu.org>
1782         * simple.el (size-indication-mode): New.
1783         * bindings.el (mode-line-position): Add buffer size indicator.
1785 2003-09-04  Mario Lang  <mlang@delysid.org>
1787         * battery.el (battery-linux-proc-acpi): New function.
1788         (battery-status-function): Modify default value calculation to also
1789         check for availability of ACPI.
1790         (battery-echo-area-format): Ditto.
1791         (battery-mode-line-format): Ditto.
1793 2003-09-06  Dave Love  <fx@gnu.org>
1795         * ielm.el (ielm-mode-hook): Add :options.
1797         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1798         (eldoc-print-current-symbol-info): Use it.
1800 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
1802         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1803         being displayed in GUD buffer.
1804         (gdb-idle-input-queue): Remove var. Use just one queue.
1805         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1806         Remove functions.  Use just one queue.
1807         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1808         (gdb-invalidate-assembler, gdb-get-current-frame):
1809         Modify functions.  Use just one queue.
1811 2003-09-04  Dave Love  <fx@gnu.org>
1813         * cus-start.el: Add blink-cursor-alist.
1815         * ruler-mode.el (ruler-mode-fill-column-char)
1816         (ruler-mode-current-column-char): Use char-displayable-p,
1817         not window-system.
1819         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1821         * language/european.el (windows-1252): Move from code-pages.
1823         * language/cyrillic.el ("Windows-1251"): Delete.
1824         ("Bulgarian", "Belarusian"): Remove `features'.
1825         (windows-1251): Move from code-pages.
1827         * international/mule-diag.el (non-iso-charset-alist):
1828         Remove `codepage' stuff.
1829         (print-designation, list-coding-systems-1): Output fixes.
1831         * international/code-pages.el (cp-make-translation-table)
1832         (cp-valid-codes): Made defsubsts.
1833         (cp-fix-safe-chars): Delete.
1834         (mule-diag): Don't require.
1835         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1836         (top-level): Check for defined coding system when defining
1837         cp... aliases.  Change w32-add-charset-info test to avoid warning.
1838         (non-iso-charset-alist): Defvar when compiling.
1839         (cp-make-coding-system): Doc fix.
1841 2003-09-02  Jason Rumney  <jasonr@gnu.org>
1843         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1844         line-ends from CVS before doing conversion.
1846 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
1848         * calendar/diary-lib.el (diary-header-line-flag)
1849         (diary-header-line-format): New variables.
1850         (list-diary-entries): Use them to set header line in simple diary.
1852         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1853         other than font-lock-string-face to highlight backslashes.
1855 2003-09-01  Jason Rumney  <jasonr@gnu.org>
1857         * international/titdic-cnv.el (tit-read-key-value): Include \r in
1858         regexp.
1860 2003-09-01  Dave Love  <fx@gnu.org>
1862         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1864         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1865         and :help; also line and column numbers labels.
1867         * international/mule-util.el (char-displayable-p): Move from
1868         latin1-disp, rename and autoload.
1870         * international/latin1-disp.el (latin1-char-displayable-p):
1871         Now obsolete alias.  Replace uses with char-displayable-p.
1872         (latin1-display-ucs-per-lynx): Fix last change.
1874         * international/mule-cmds.el (standard-display-european-internal):
1875         Don't use char code for Latin-1 NBSP.
1876         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
1877         U+2018, U+2019 for `'.
1878         (select-safe-coding-system): Message fix.
1880 2003-09-01  Kenichi Handa  <handa@m17n.org>
1882         * international/fontset.el (setup-default-fontset): For Thai
1883         font, specify "*" family.
1885 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
1887         * progmodes/compile.el (previous-error): Accept a prefix
1888         argument, similarly to next-error.
1890 2003-08-31  Masatake YAMATO  <jet@gyve.org>
1892         * pcvs.el (cvs-do-removal): Use = instead of eq to check
1893         the number of files.  Bind the number of files to a local
1894         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1896 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
1898         * vc-hooks.el (vc-make-version-backup): Fix the change made on
1899         2003-07-26: msdos-long-file-names is a function, not a variable.
1901 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1903         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1904         Do nothing with mail-personal-alias-file if it is nil.
1906         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1907         Do nothing if mail-personal-alias-file is nil.
1909         * term.el (term-exec-1): Bind coding-system-for-read.
1911         * dired.el (dired-mouse-find-file-other-window):
1912         Use dired-view-command-alist here, as in dired-view-file.
1913         (dired-view-command-alist): Use %s to substitute file name.
1914         Handle .ps_pages, .eps, .jpg, .gif, .png.
1916 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1918         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1919         `Info-prev-reference', instead of M-tab.
1921 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1923         * simple.el (blink-matching-open): Work correctly on chars that
1924         are designated as parens through the syntax-table text property.
1926 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1928         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1929         line break position in the middle of a non-kinsoku (e.g. latin)
1930         word, making it skip until either a space or a character with
1931         category "|".
1932         (kinsoku-longer): Test for end of buffer.
1934 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1936         * mail/rmail.el (rmail-convert-to-babyl-format):
1937         Detect quoted-printable- and base64-encoded messages and decode them
1938         automatically.  Set the message's encoding from the charset=
1939         header, if any.  Decode base64-encoded messages in Mail format as well.
1941 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1943         * mail/smtpmail.el Fix previous change:
1944         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1945         calling smtpmail-via-smtp.
1946         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1948 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1950         * image.el (image-jpeg-p): Don't search beyond length of data.
1952 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1954         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1955         misfeature in `expand-abbrev' which caused electric keywords like
1956         "else" to disappear if an open brace was typed directly afterwards.
1958 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1960         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1961         mandatory in `define-widget'.
1963         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1964         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1966         (c-assignment-operators): New language constant that only contains
1967         the assignment operators.
1969         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1971 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1973         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1974         Safeguard against unbalanced sexps.
1976 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1978         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1980 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1982         * man.el (Man-default-man-entry): Don't whizz past the section
1983         number before looking for it.
1985 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1987         * progmodes/gud.el (gud-display-line): Don't set window-point if
1988         source buffer is not visible. (Only happens with M-x gdba).
1990         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1991         documentation.
1992         (gdb-source, gdb-source-info): Update to assembler unnecessary
1993         as its done after each GDB command anyway.
1994         (gdb-pre-prompt): Use with-current-buffer.
1995         (gdb-insert-field): Add help-echo text.
1996         (gdb-invalidate-assembler): Re-display of assembler now done in
1997         gdb-info-breakpoints-custom.
1998         (gdb-info-breakpoints-custom): Force re-display of assembler to
1999         happen *after* update of breakpoints buffer.
2000         (gdb-display-source-buffer): Don't choke if gdb-source-window
2001         isn't visible.
2002         (gdb-put-string, gdb-put-arrow): Remove free variables.
2004 2003-08-24  John Paul Wallington  <jpw@gnu.org>
2006         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
2008         * man.el (Man-default-man-entry): Strip text properties when
2009         snarfing parts of entry because `format' preserves properties.
2011 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2013         * files.el (file-newest-backup): Use `expand-file-name'.
2015         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
2016         Allow the diary to pop up a new frame, if needed.
2018         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
2019         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
2020         (smtpmail-send-it): Make treatment of envelope-from consistent with
2021         sendmail.el.
2023         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
2024         (sh-leading-keywords): Add the bash `time' reserved word.
2025         (sh-variables): Add some bash variables.
2026         (sh-add-completer): Fix nil branch of case statement.
2028 2003-08-24  Masatake YAMATO  <jet@gyve.org>
2030         * progmodes/ld-script.el: New file.
2032 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
2034         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
2036 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
2038         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
2039         Better explain obsolescence, and what to use instead.
2041 2003-08-23  Masatake YAMATO  <jet@gyve.org>
2043         * pcvs.el (cvs-do-removal): Show the deleted file name
2044         on the prompt.
2046 2003-08-20  Dave Love  <fx@gnu.org>
2048         * international/mule.el (make-coding-system)
2049         (set-buffer-file-coding-system): Doc fix.
2051         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
2053         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
2055         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
2057         * international/utf-16.el: Add mime-text-unsuitable coding system
2058         properties.
2060         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
2062         * cus-edit.el: Add some :links.
2063         (bib): Remove.
2065         * textmodes/bib-mode.el (bib): Add :group external.
2067 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
2069         * wid-edit.el (widget-echo-help): Make it handle expressions that
2070         evaluate to strings.
2072 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
2074         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
2076         Simplify selection of SQL products to define highlighting and
2077         interactive mode.  Includes detailed instructions on adding
2078         support for new products.
2080         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
2081         product for use in highlighting and interactive mode.
2082         (sql-interactive-product): New variable.  SQL product for
2083         sql-interactive-mode.
2084         (sql-product-support): New variable.  Specifies product-specific
2085         parameters to drive highlighting and interactive mode.
2086         (sql-imenu-generic-expression): Add more object types.
2087         (sql-sqlite-options): Correct comment.
2088         (sql-ms-program): Use "osql" rather than "isql".
2089         (sql-prompt-regexp, sql-prompt-length): Update comment.
2090         (sql-mode-menu): Add "Start SQLi session" entry.
2091         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
2092         (sql-mode-abbrev-table): Add abbreviations.  Support of
2093         SYSTEM-FLAG on define-abbrev.  Support was removed with last
2094         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
2095         (sql-mode-font-lock-object-name): Add font-lock pattern for object
2096         names.
2097         (sql-mode-ansi-font-lock-keywords): Set as default value.
2098         (sql-mode-oracle-font-lock-keywords): Set as default value.
2099         Support Oracle 9i keywords.
2100         (sql-mode-postgres-font-lock-keywords): Set as default value.
2101         (sql-mode-linter-font-lock-keywords): Set as default value.
2102         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
2103         SQLServer 2000.
2104         (sql-mode-sybase-font-lock-keywords)
2105         (sql-mode-interbase-font-lock-keywords)
2106         (sql-mode-sqlite-font-lock-keywords)
2107         (sql-mode-strong-font-lock-keywords)
2108         (sql-mode-mysql-font-lock-keywords)
2109         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
2110         keywords.
2111         (sql-mode-font-lock-defaults): Update comment.
2112         (sql-product-feature): New function.  Returns feature associated
2113         with a product from `sql-product-support' alist.
2114         (sql-product-font-lock): New function.  Set font-lock support
2115         based on `sql-product'.
2116         (sql-add-product-keywords): New function.  Add font-lock rules to
2117         product-specific keyword variables.
2118         (sql-set-product): New function.  Set `sql-product' and apply
2119         appropriate font-lock highlighting.
2120         (sql-highlight-product): New function.  Set font-lock support
2121         based on a product.  Also set mode name to include product name.
2122         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
2123         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
2124         Use `sql-set-product'.
2125         (sql-highlight-ms-keywords)
2126         (sql-highlight-sybase-keywords)
2127         (sql-highlight-interbase-keywords)
2128         (sql-highlight-strong-keywords)
2129         (sql-highlight-mysql-keywords)
2130         (sql-highlight-sqlite-keywords)
2131         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
2132         (sql-get-login): Prompt in the same order as the tokens.
2133         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
2134         (sql-product-interactive): New function.  Common portions of
2135         product-specific interactive mode wrappers.
2136         (sql-interactive-mode): Rewritten to use product features.
2137         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2138         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2139         (sql-db2, sql-linter): Use `sql-product-interactive'.
2140         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2141         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2142         (sql-connect-ingres, sql-connect-postgres)
2143         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2144         New functions.  Format command line parameters and invoke comint on
2145         the appropriate interpreter.  Code was in the corresponding
2146         `sql-xyz' function before.
2147         (sql-connect-ms): New function.  Support -E argument to use
2148         operating system credentials for authentication.
2150 2003-08-18  Kenichi Handa  <handa@m17n.org>
2152         * international/mule.el (encode-char): Fix for the ASCII case.
2154 2003-08-15  Kenichi Handa  <handa@m17n.org>
2156         * international/fontset.el (setup-default-fontset): Change "*" to
2157         nil in the specifications of font family.
2159 2003-08-18  Kim F. Storm  <storm@cua.dk>
2161         * kmacro.el (kmacro-keymap): Group related bindings in
2162         initialization for clarity.  Bind C-s to start macro.
2163         Remove C-r binding.
2164         (kmacro-initial-counter-value): New defvar to hold initial counter
2165         value in case we set the value before defining a macro.
2166         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
2167         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
2168         not defining or executing macro.  Doc fix.
2169         (kmacro-add-counter): Clear kmacro-initial-counter-value.
2170         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
2171         temporarily view older elements on the macro ring without cycling
2172         the ring.
2173         (kmacro-display): Doc fix.
2174         (kmacro-exec-ring-item): New helper function.
2175         (kmacro-call-ring-2nd): Use it.
2176         (kmacro-call-ring-2nd-repeat): Doc fix.
2177         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
2178         (kmacro-end-or-call-macro): Execute last viewed macro (using
2179         kmacro-exec-ring-item) from ring if this follows
2180         kmacro-view-macro.  This allows us to find a macro on the ring
2181         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
2182         the ring to bring it to the head of the ring.
2183         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
2184         Allow binding to reserved keys without specifying C-x C-k prefix.
2185         Ask for confirmation if entered key sequence is already bound to
2186         a non-macro command.
2187         (kmacro-view-macro): Repeating command will show older elements
2188         on the macro ring; C-k will execute the last viewed macro.
2189         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
2190         property from 'ring to 'head.
2192 2003-08-17  Alan Shutko  <ats@acm.org>
2194         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
2195         keeping December out of the alist.
2197 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2199         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
2200         * calendar/calendar.el (calendar-mode-map): Bind it to key.
2201         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
2202         (calendar-flatten): New function.
2203         (calendar-mouse-view-other-diary-entries)
2204         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
2205         in the menu title and to show multi-line diary entries correctly
2206         in the menu.
2208 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
2210         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
2211         defcustom, because the default was recently changed.
2213 2003-08-16  Richard M. Stallman  <rms@gnu.org>
2215         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
2217         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2218         New subroutine, broken out of eval-last-sexp-1.
2219         (eval-last-sexp-1): Use eval-last-sexp-print-value.
2221         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
2223         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
2225         * simple.el (eval-expression): Use eval-last-sexp-print-value.
2227 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
2229         * progmodes/compile.el (compilation-error-regexp-alist):
2230         Add Java ANt error detection as described in document
2231         http://ant.apache.org/faq.html
2233 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
2235         * simple.el (backward-word, forward-to-indentation)
2236         (backward-to-indentation):  Argument changed to optional.
2237         (next-line, previous-line): Use `or' instead of `unless'.
2239 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2241         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
2242         instead of a constant.
2244 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
2246         * shell.el (shell): With prefix-arg, suggest a new buffer name.
2248 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
2250         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
2251         (vc-sccs-workfile-version): Search the entire delta table, rather
2252         than just the first entry, because that might be a deleted version.
2254 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
2256         * menu-bar.el (menu-bar-options-menu): Supply a body for the
2257         [save-place] binding in the Options menu.  Have it require
2258         'saveplace' and then toggle the variable manually, to avoid an an
2259         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
2260         for the bug report.
2262 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
2264         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
2265         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
2266         (gdb-info-threads-custom): Add help-echo text.
2267         (gdb-display-back): Don't use purecopy.
2268         (gdb-info-breakpoints-custom, gdb-reset)
2269         (gdb-assembler-custom): Use display-images-p to test if breakpoint
2270         icons can be displayed.
2272 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
2274         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
2276 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
2278         * bookmark.el (bookmark-completing-read):
2279         Return a string, instead of a list of one string.
2280         Use a popup menu if activated from the mouse.
2281         (bookmark-edit-annotation): Remove unused vars.
2282         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
2283         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
2284         to bookmark-completing-read.
2285         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2286         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
2287         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
2288         and erase-buffer.
2289         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
2290         (bookmark-menu-jump, bookmark-menu-insert)
2291         (bookmark-popup-menu-and-apply-function)
2292         (bookmark-menu-popup-paned-bookmark-menu): Remove.
2293         (bookmark-menu-build-paned-menu): Remove by folding it into
2294         bookmark-menu-popup-paned-menu.
2295         (menu-bar-bookmark-map): Move the define-key statements here.
2296         Use the "non-menu" commands since they now pop up a menu if needed.
2297         (bookmark-exit-hook-internal): Simplify.
2299 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
2301         * reftex-toc.el (reftex-toc-rename-label): New function.
2302         (reftex-toc-check-docstruct): New function.
2304         * reftex.el (reftex-region-active-p): New function.
2306         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
2307         regexp to find the \bibliography macro.
2309         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
2310         which does not exist in LaTeX.
2311         (reftex-cite-format-builtin): Added amsrefs support.
2312         (reftex-toc-confirm-promotion): New option
2314         * reftex-toc.el
2315         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
2316         (reftex-toc-demote, reftex-toc-promote)
2317         (reftex-toc-do-promote, reftex-toc-promote-prepare)
2318         (reftex-toc-promote-action, reftex-toc-extract-section-number)
2319         (reftex-toc-newhead-from-alist)
2320         (reftex-toc-load-all-files-for-promotion): New functions.
2321         (reftex-toc-help): Added description of new keys.
2322         (reftex-toc-split-windows-fraction): New option.
2323         (reftex-recenter-toc-when-idle): Search *toc* window on all
2324         visible frames.
2325         (reftex-toc): Additional parameter REUSE
2326         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
2327         with REUSE argument.
2328         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
2329         the call of `reftex-toc'.
2330         (reftex-make-separate-toc-frame): New function .
2331         (reftex-toc-recenter): When called with triple prefix arg, call
2332         `reftex-make-separate-toc-frame' first.
2333         (reftex-toc-toggle-dedicated-frame): New command.
2334         (reftex-toc-quit): Adapted to delete frame when called in
2335         dedicated frame.
2337         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
2338         all enclosing macros.
2341 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2343         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
2344         first use.
2346 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2348         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
2350 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
2352         * calendar/calendar.el (list-diary-entries-hook)
2353         (diary-display-hook, nongregorian-diary-listing-hook)
2354         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
2355         Add some customize options for these hooks.
2356         (calendar-abbrev-construct): Don't try to take a substring longer
2357         than the original string.
2359 2003-08-05  Richard M. Stallman  <rms@gnu.org>
2361         * emacs-lisp/testcover.el (noreturn): Report error if does return.
2362         (testcover-reinstrument-clauses): Doc fix.
2364         * emacs-lisp/warnings.el: Doc fixes, args renamed.
2365         (warning-type-format): Rename from warning-group-format.
2367         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
2368         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
2369         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
2370         to prevent warnings about defvar for an obsolete variable.
2372         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
2373         warning-group-format renamed to warning-type-format.
2375         * subr.el (read-passwd): Use clear-string instead of fillarray.
2377         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
2378         Use vconcat instead of concat.
2379         (edmacro-sanitize-for-string): New function.
2381 2003-08-05  Dave Love  <fx@gnu.org>
2383         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
2384         line-number-display-limit-width.
2386         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
2388 2003-08-05  Kenichi Handa  <handa@m17n.org>
2390         * international/code-pages.el: Don't require mule-diag.
2392         * international/mule-diag.el (non-iso-charset-alist):
2393         Add autoload cookie.
2395         * language/devan-util.el (dev-glyph-order): Add an entry for the
2396         glyph code #xC4.
2398 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2400         * calendar/calendar.el (diary-file, diary-file-name-prefix)
2401         (european-calendar-style, diary-date-forms)
2402         (calendar-day-name-array, calendar-month-name-array): Doc change.
2403         (generate-calendar-month): Adapt for new behaviour of
2404         `calendar-day-name' function.
2405         (calendar-abbrev-length, calendar-day-abbrev-array)
2406         (calendar-month-abbrev-array): New variables.
2407         (calendar-abbrev-construct): New function.
2408         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
2409         rather than fixing abbrevs at some width.  Calling syntax change.
2410         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
2411         (calendar-date-string): Adapt for new behaviours of
2412         `calendar-day-name' and `calendar-month-name' functions.
2414         * calendar/diary-lib.el (list-diary-entries): Adapt for new
2415         behaviour of `calendar-day-name' and `calendar-month-name' functions.
2416         (diary-name-pattern): Use abbrev arrays, rather than fixing
2417         abbrevs at three chars.  Calling syntax change.
2418         (mark-diary-entries):  Adapt for new behaviours of
2419         `diary-name-pattern' and `calendar-make-alist' functions.
2420         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
2421         `diary-name-pattern' function.
2422         (font-lock-diary-date-forms): Use abbrev arrays, rather than
2423         fixing abbrevs at three chars.  Calling syntax change.
2424         (cal-hebrew, cal-islam): Require when compiling.
2425         (diary-font-lock-keywords): Adapt for new behaviour of
2426         `font-lock-diary-date-forms' function.
2428         * calendar/cal-hebrew.el: Reposition some code so defined before used.
2429         (calendar-hebrew-month-name-array-common-year)
2430         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
2431         (list-hebrew-diary-entries): Adapt for new behaviours of
2432         `calendar-day-name' and `add-to-diary-list' functions.
2433         (mark-hebrew-diary-entries): Adapt for new behaviours of
2434         `diary-name-pattern' and `calendar-make-alist' functions.
2436         * calendar/cal-islam.el (calendar-islamic-month-name-array):
2437         Add doc string.
2438         (list-islamic-diary-entries): Adapt for new behaviours of
2439         `calendar-day-name' and `add-to-diary-list' functions.
2440         (mark-islamic-diary-entries): Adapt for new behaviours of
2441         `diary-name-pattern' and `calendar-make-alist' functions.
2443         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
2444         `calendar-month-name' function.
2446         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
2448         * calendar/solar.el (solar-seasons-data): Move definition before use.
2450         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
2451         (cal-tex-LaTeX-hourbox): Move definition before use.
2453         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
2454         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
2455         lunar.el, solar.el
2456         (displayed-month, displayed-year): Define for compiler.
2458 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2460         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
2461         MODE.  Renamed from c-init-c-language-vars'.
2462         (c-initialize-cc-mode): Change accordingly.
2463         (c-common-init): Ditto.
2464         (c-mode): Ditto.
2465         (c++-mode): Use `c-init-language-vars-for'.
2466         (objc-mode): Ditto.
2467         (java-mode): Ditto.
2468         (idl-mode): Ditto.
2469         (pike-mode): Ditto.
2470         (awk-mode): Ditto.
2472 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2474         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
2475         or not the point moved.
2477         (c-search-decl-header-end): Don't trip up on operator identifiers
2478         in C++ and operators like == in all languages.
2480         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
2481         Detect leading labels correctly.
2483 2003-08-02  Andreas Schwab  <schwab@suse.de>
2485         * textmodes/ispell.el: Don't redo key bindings on loading, put
2486         them only in loaddefs.el.
2487         * bookmark.el: Likewise.
2488         * dabbrev.el: Likewise.
2489         * emerge.el: Likewise.
2491         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
2492         has more than one member.
2494         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2496 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2498         * lpr.el (printify-region): It was ending conversion before the
2499         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
2501 2003-07-31  John Paul Wallington  <jpw@gnu.org>
2503         * net/browse-url.el (browse-url-epiphany): Doc fix.
2505 2003-07-30  Kenichi Handa  <handa@m17n.org>
2507         * international/fontset.el (setup-default-fontset):
2508         Change registry names of Akurti fonts.
2510 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2512         * comint.el (comint-read-noecho): Use `clear-string' instead of
2513         `fillarray'.
2515 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
2517         * outline.el (outline-mode-hook): Add defvar.
2519 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
2521         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
2522         Restore assembler in source window if that is what has been selected.
2523         (menu): Add gdb-restore-windows to menu.  Make gdba
2524         specific menus only visible from gdba.
2526 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2528         * progmodes/compile.el (compilation-environment): New user variable.
2529         (compile-internal): Respect it.
2531 2003-07-23  Masatake YAMATO  <jet@gyve.org>
2533         * progmodes/gud.el (gdb-script-font-lock-keywords):
2534         Put `font-lock-function-name-face' on a symbol which includes
2535         `-' like `hook-run'.  Put font-lock-variable-name-face
2536         on a symbol starting with $.
2538 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
2540         * files.el (set-visited-file-name): Use truename for buffer-file-name.
2542 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2544         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
2546 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
2548         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
2549         Use with-no-warnings.
2550         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
2551         rather than to find-file-not-found-hook, which doesn't exist.
2553 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2555         * international/quail.el (quail-translate-key): Fix previous change.
2557 2003-07-25  John Paul Wallington  <jpw@gnu.org>
2559         * server.el (server-start): Check `server-process' is non-nil
2560         before killing it to avoid killing current buffer's process.
2562         * simple.el (choose-completion-string): Use `minibufferp';
2563         test `completion-reference-buffer' if `buffer' arg is nil.
2564         (push-mark): Use `when' and `unless'.
2565         (pop-mark): Use `when'.
2567         * mouse-sel.el (mouse-sel-get-selection-function):
2568         Check `x-last-selected-text-primary'.  Don't barf if it or
2569         `x-last-selected-text' aren't bound.
2571 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2573         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2575 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
2577         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2579 2003-07-23  John Paul Wallington  <jpw@gnu.org>
2581         * tooltip.el (defface tooltip): Inherit from variable-pitch.
2583 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2585         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2586         string.  Defvar the derived hook.
2588         * macros.el (insert-kbd-macro): Escape double quote character.
2589         From Thomas W Murphy <twm@andrew.cmu.edu>.
2591 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
2593         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2594         to match the specific mark rather than reusing comment-start-skip.
2596 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
2598         * progmodes/hideshow.el (hs-special-modes-alist):
2599         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
2601 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
2603         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2604         value using ?\s.
2606 2003-07-21  John Paul Wallington  <jpw@gnu.org>
2608         * subr.el (with-selected-window): Add closing paren.
2610 2003-07-21  Richard M. Stallman  <rms@gnu.org>
2612         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2613         (lisp-mode): Likewise.
2615         * subr.el (with-selected-window): Copy code form save-selected-window
2616         so as to call select-window with norecord arg.
2617         (dynamic-completion-table): Doc fix.
2618         (lazy-completion-table): Doc fix.
2620         * international/mule-cmds.el (set-locale-environment):
2621         langinfo renamed to locale-info.
2623         * international/mule.el (auto-coding-functions): Doc fix.
2625 2003-07-21  Kenichi Handa  <handa@m17n.org>
2627         * international/quail.el (quail-translate-key):
2628         Update quail-current-str correctly.
2630 2003-07-21  Andreas Schwab  <schwab@suse.de>
2632         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2633         ?, to "_".
2635 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2636         Version 2.0.36 of Tramp released.
2638         * net/tramp.el (tramp-default-password-end-of-line): Rename from
2639         tramp-password-end-of-line.
2640         (tramp-password-end-of-line): New method parameter.
2641         (tramp-get-password-end-of-line): Function to access method
2642         parameter `tramp-password-end-of-line', or variable
2643         `tramp-default-password-end-of-line' (default value).
2644         (tramp-methods): Add entries for new parameter
2645         tramp-password-end-of-line.
2646         (tramp-enter-password): Use new function
2647         `tramp-get-password-end-of-line'.
2648         (tramp-handle-insert-file-contents): Do not
2649         unconditionally inhibit the file operation file-local-copy, only
2650         do that when the inhibit-file-name-operation is currently
2651         insert-file-contents.  This fixes finding remote CVS-controlled
2652         files.  (It would barf on inserting the CVS/Entries file
2653         literally, because the file-local-copy handler wasn't called.)
2654         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2655         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2656         (tramp-initial-commands): New variable.
2657         (tramp-process-initial-commands): New function, using the variable.
2658         (tramp-open-connection-setup-interactive-shell): Call the new function.
2659         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2660         method into the buffer name, never use nil.  Reported by Hanak
2661         David <dhanak@inf.bme.hu>.
2662         (tramp-open-connection-setup-interactive-shell): Erase buffer
2663         before sending "stty -onlcr".
2665         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2667 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
2669         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2671 2003-07-19  John Paul Wallington  <jpw@gnu.org>
2673         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2674         (artist-draw-rect, artist-draw-square): Doc fixes.
2676         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2678         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2680 2003-07-19  Kenichi Handa  <handa@m17n.org>
2682         * international/kkc.el (kkc-show-conversion-list-update):
2683         Highlight the correct candidate in the message.
2685 2003-07-18  John Paul Wallington  <jpw@gnu.org>
2687         * simple.el (current-word): Don't include punctuation char when
2688         `really-word' arg is non-nil.
2690 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
2692         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2693         moved to the directory obsolete.
2695 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2697         * info.el (Info-menu-entry-name-re): Allow newlines in
2698         menu entry names.
2700         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2701         syntax-ppss-after-change-function.
2702         (syntax-ppss-after-change-function): New alias.  Update uses.
2703         (syntax-ppss): Catch the case where the buffer is narrowed.
2705 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2707         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2708         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2710 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2712         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2713         since it might be modified.
2715         * progmodes/cc-langs.el (c++-make-template-syntax-table)
2716         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2717         names to these language constants.
2719 2003-07-15  Kim F. Storm  <storm@cua.dk>
2721         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2722         All uses changed.
2724 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
2726         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2727         Namespace support.
2729 2003-07-13  Juanma Barranquero  <lektu@terra.es>
2731         * frame.el (modify-all-frames-parameters): Reinstall (copyright
2732         papers received).
2734 2003-07-13  Karl Eichwalder  <ke@suse.de>
2736         * textmodes/po.el (po-find-charset): White space at the start of the
2737         Content-Type field body is non-mandatory.
2739 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2741         * textmodes/texinfo.el (texinfo-section-list):
2742         Append appendixsection; a synonym for appendixsec.
2744 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
2746         * man.el (Man-translate-cleanup): New.
2747         (Man-translate-references): Call `Man-translate-cleanup' to clean
2748         leading, trailing and middle spaces.
2750 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
2752         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2753         Handle `dired-directory' being a list.
2755 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2757         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2758         it doesn't exist.
2760 2003-07-12  Richard M. Stallman  <rms@gnu.org>
2762         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2764         * progmodes/cc-defs.el (c-make-keywords-re):
2765         Don't use delete-duplicates.
2766         (c-lang-const): Don't use mapcan.
2768         * apropos.el (apropos-show-scores): Make it customizable.
2769         Document new meaning.
2770         (apropos): Compute scores from symbols.
2771         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2773 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2775         * ps-bdf.el: Fix copyright line.
2776         (bdf-directory-list): Fix initialization code.
2778 2003-07-11  John Paul Wallington  <jpw@gnu.org>
2780         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2781         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2782         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2784 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
2786         * emacs-lisp/ring.el (ring-elements): Doc fix.
2788 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2790         * calendar/timeclock.el (timeclock-relative)
2791         (timeclock-ask-before-exiting, timeclock-use-display-time):
2792         Doc changes.
2793         (timeclock-modeline-display): Give a message if
2794         `timeclock-use-display-time' is non-nil but `display-time-mode'
2795         is not active.
2797 2003-07-11  Kenichi Handa  <handa@m17n.org>
2799         * international/mule-cmds.el (set-language-environment):
2800         Set current-language-environment to the correct string.
2802 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2804         * ps-print.el: Print line number correctly in a region.  Reported by
2805         Tim Allen <timallen@ls83.fsnet.co.uk>
2806         (ps-print-version): New version number (6.6.2).
2807         (ps-printing-region): Code fix.
2809 2003-07-10  John Paul Wallington  <jpw@gnu.org>
2811         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2812         this function can be called from `add-completions-from-tags-table'.
2814 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
2816         * calendar/timeclock.el (timeclock-use-display-time)
2817         (timeclock-day-over-hook, timeclock-workday-remaining)
2818         (timeclock-status-string, timeclock-when-to-leave)
2819         (timeclock-when-to-leave-string, timeclock-log-data)
2820         (timeclock-find-discrep, timeclock-day-base)
2821         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2822         (timeclock-modeline-display): Set the variable
2823         `timeclock-modeline-display'.
2824         (timeclock-update-modeline): Doc fix.  Respect value of
2825         `timeclock-relative'.
2827 2003-07-09  Richard M. Stallman  <rms@gnu.org>
2829         * textmodes/reftex-parse.el (reftex-all-document-files):
2830         Add autoload cookie.
2832         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2833         (reftex-scanning-info-available-p): Add autoload cookie.
2835         * international/mule-cmds.el
2836         (set-display-table-and-terminal-coding-system): Delete duplicate
2837         aset on standard-display-table.
2839         * view.el (view-file): If existing buffer's major mode is special,
2840         don't go into view mode.
2842         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2844 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2846         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2847         buffer changes; there's third party code that calls this function
2848         directly.
2850 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2852         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2853         (autodoc-font-lock-keywords): Don't byte compile on font lock
2854         initialization when running from byte compiled files.
2856 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2858         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2859         statement ends with auto-increment "++".
2861 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2863         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2864         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2865         these are changed, so declare them as variables and not constants.
2867 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
2869         * subr.el (dolist, dotimes):  Doc fix.
2871 2003-07-08  Kim F. Storm  <storm@cua.dk>
2873         * international/mule-cmds.el
2874         (set-display-table-and-terminal-coding-system): Don't break
2875         bootstrap if standard-display-table isn't setup yet.
2877 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2879         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2880         Give it a doc string, and autoload it.
2882         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2883         Use with-no-warnings.
2885         * info.el (Info-search): If find invisible text, search again.
2887         * isearch.el (search-whitespace-regexp): Add a shy group around it.
2889         * man.el (Man-name-regexp): Match + as part of name.
2891         * simple.el (visible-mode): Rename from vis-mode.
2892         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2894         * simple.el (current-word): New arg REALLY-WORD specifies
2895         don't include punctuation chars.
2897         * emacs-lisp/debug.el (debug, debugger-env-macro):
2898         Use with-no-warnings while accessing and binding unread-command-char.
2900         * international/mule-cmds.el
2901         (set-display-table-and-terminal-coding-system): Use explicit loop
2902         instead of calling standard-display-default.
2904         * net/ange-ftp.el (ange-ftp-file-symlink-p):
2905         Use condition-case to catch error in ange-ftp-get-files.
2907         * net/browse-url.el (browse-url-browser-function):
2908         Add alternative for Epiphany.
2909         (browse-url-epiphany-program, browse-url-epiphany-arguments)
2910         (browse-url-epiphany-startup-arguments)
2911         (browse-url-epiphany-new-window-is-tab): New variables.
2912         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2914         * progmodes/compile.el (compile-auto-highlight): Default now t.
2915         (compile): Doc fix.
2916         (compilation-next-error): Fix previous change.
2918         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2920         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2922 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
2924         * gdb-ui.el (gdb-source-info): Display current frame when
2925         attaching to an existing process.
2926         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2927         while laying out windows when attaching to an existing process.
2929 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
2931         * info.el (Info-menu): Use Info-menu-entry-name-re.
2933 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
2935         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2936         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2938         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2939         to match the same text.
2941 2003-07-06  John Paul Wallington  <jpw@gnu.org>
2943         * vc.el (vc-annotate-offset): Move defvar up.
2945 2003-07-06  Kim F. Storm  <storm@cua.dk>
2947         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2948         This should fix the infinite loop when extracting menu names.
2950 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2952         * files.el (auto-mode-alist, interpreter-mode-alist):
2953         Remove entries to CC Mode modes to avoid duplicates; they are now added
2954         with autoload directives in cc-mode.el.
2956 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2958         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2959         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2960         these are changed, so declare them as variables and not constants.
2962         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2963         ensure that the entry for ".c" extension comes before the one for
2964         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2965         Fix incorrect entries that were added to `interpreter-mode-alist'.
2966         Move the autoload directives for AWK to the top level since they
2967         aren't recognized anywhere else.  Do not use the new AWK mode doc
2968         in the autoload form for the old AWK mode.
2970 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2972         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2973         (bibtex-sort-ignore-string-entries): Default value t.
2974         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2975         erroneously in previous version.
2976         (bibtex-string-files): Docstring reflects new parsing scheme.
2977         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2978         docstring, add # as one of the chars to crush
2979         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2980         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2981         (bibtex-autokey-name-change-strings)
2982         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2983         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2984         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2985         (bibtex-autokey-title-terminators)
2986         (bibtex-autokey-titlewords-stretch)
2987         (bibtex-autokey-titleword-ignore)
2988         (bibtex-autokey-titleword-case-convert)
2989         (bibtex-autokey-titleword-abbrevs)
2990         (bibtex-autokey-titleword-abbrevs)
2991         (bibtex-autokey-titleword-change-strings)
2992         (bibtex-autokey-titleword-length)
2993         (bibtex-autokey-titleword-separator)
2994         (bibtex-autokey-name-year-separator)
2995         (bibtex-autokey-year-title-separator)
2996         (bibtex-autokey-before-presentation-function)
2997         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2998         Fix docstring.
2999         (bibtex-strings, bibtex-reference-keys):
3000         Use lazy-completion-table and make-variable-buffer-local.
3001         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
3002         (bibtex-braced-string-syntax-table)
3003         (bibtex-quoted-string-syntax-table): New variables.
3004         (bibtex-parse-nested-braces): Remove.
3005         (bibtex-parse-field-string): Use syntax table and forward-sexp.
3006         (bibtex-parse-association): Simplify.
3007         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
3008         (bibtex-parse-field-text): Simplify.
3009         (bibtex-search-forward-field, bibtex-search-backward-field):
3010         argument BOUND can take value t.
3011         (bibtex-start-of-field, bibtex-start-of-name-in-field)
3012         (bibtex-end-of-name-in-field, bibtex-end-of-field)
3013         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
3014         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
3015         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
3016         (bibtex-skip-to-valid-entry): Return buffer position of beginning
3017         and ending of entry.  Update for changes of bibtex-search-entry.
3018         Simplify.
3019         (bibtex-map-entries): FUN is called with three arguments.
3020         (bibtex-search-entry): Return a cons pair with buffer positions of
3021         beginning and end of entry.
3022         (bibtex-enclosing-field): Simplify.
3023         (bibtex-format-entry): Use booktitle to set a missing title.
3024         (bibtex-autokey-get-names): Fiddle with regexps.
3025         (bibtex-generate-autokey): Use identity.
3026         (bibtex-parse-keys): Use simplified parsing algorithm if
3027         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
3028         arguments. Return alist of keys.
3029         (bibtex-parse-strings): Simplify. Return alist of strings.
3030         (bibtex-complete-string-cleanup): Fix docstring.
3031         (bibtex-read-key): New function.
3032         (bibtex-mode): Fix docstring. Do not parse for keys and
3033         strings when the mode is entered. Set fill-paragraph-function to
3034         bibtex-fill-field. Setup font-lock-mark-block-function the way
3035         font-lock intended.
3036         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
3037         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
3038         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
3039         (bibtex-Preamble): Avoid hard coded constants.
3040         (bibtex-make-field): Fix docstring. Simplify.
3041         (bibtex-beginning-of-entry): Always return new position of point.
3042         (bibtex-end-of-entry): Rearrange cond clauses.
3043         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
3044         Update for changes of bibtex-map-entries.
3045         (bibtex-ispell-abstract): Do not move point.
3046         (bibtex-entry-index): Use downcase. Simplify.
3047         (bibtex-lessp): Handle catch-all.
3048         (bibtex-find-crossref): Turn into a command.
3049         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
3050         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
3051         preamble entries.
3052         (bibtex-fill-field-bounds): New function.
3053         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
3054         (bibtex-fill-entry): Use bibtex-fill-field-bounds
3055         (bibtex-String): Use bibtex-strings.  Always obey
3056         bibtex-sort-ignore-string-entries.
3058 2003-07-05  John Paul Wallington  <jpw@gnu.org>
3060         * cus-theme.el (customize-create-theme):
3061         Call `customize-create-theme' in Reset widget's notify function.
3063         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
3064         (ibuffer-mark-interactive): Use `or' instead of `unless'.
3065         (define-ibuffer-column name): Add summarizer.
3066         (define-ibuffer-column size): Likewise.
3067         (define-ibuffer-column filename): Likewise.
3068         (define-ibuffer-column process): Likewise.  Change BODY's output too.
3069         (define-ibuffer-column filename-and-process): Likewise, likewise.
3070         (ibuffer): Remove local vars `already-in' and `need-update'.
3072         * ibuf-ext.el: Don't require `derived' at compile-time.
3074 2003-07-05  Kim F. Storm  <storm@cua.dk>
3076         * info.el: Disable paragraph refilling.
3077         (Info-refill-paragraphs): New defcustom.
3078         (Info-fontify-node): Use it.
3080 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
3082         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
3083         thingies from constructors created by defstruct.
3085         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
3086         the default value of the variable.
3087         (byte-code-meter): Move declaration to top level.
3089         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
3091         * info.el (Info-following-node-name-re): New fun.
3092         (Info-following-node-name): Remove.
3093         (Info-insert-dir): Use the new fun.
3094         (Info-extract-pointer): Don't save restriction; use new fun.
3095         (Info-menu-entry-name-re): New const.
3096         (Info-menu-entry-name-re): Use it along with new fun.
3097         (Info-node-spec-re): Use new fun.
3098         (Info-complete-menu-item, Info-fontify-node): Use new const.
3099         (Info-goto-node, Info-follow-reference, Info-menu-update):
3100         Use match-string.
3101         (Info-follow-reference): Use assoc-string.
3102         Use a list of strings for the completion table.
3103         (Info-fontify-node): Use match-string, line-end-position.
3104         Limit the search for `node:' to the first line.
3106         * newcomment.el (uncomment-region): Remove padding coming from
3107         comment-start rather than just from comment-padding.
3109         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
3110         (vc-cvs-stay-local-p): Use vc-stay-local-p.
3111         (vc-cvs-rename-file): Remove (use the default).
3112         (vc-cvs-register): Register parent dir if needed.
3113         (vc-cvs-could-register): Return non-nil if parent can be registered.
3114         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
3115         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
3117         * vc-svn.el (vc-svn-use-edit): Make it into a const.
3118         (vc-svn-update): Fix the arguments to `svn'.
3119         (vc-svn-diff-tree): Just use `vc-svn-diff'.
3120         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
3121         Simple implementations, assuming `name' is a URL.
3123         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
3124         set of chars allowed unquoted in a case pattern.
3126         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
3128         * font-lock.el (font-lock-extra-types-widget)
3129         (c-font-lock-extra-types, c++-font-lock-extra-types)
3130         (objc-font-lock-extra-types, java-font-lock-extra-types)
3131         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
3132         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
3133         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3134         (font-lock-match-c++-structor-declaration)
3135         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
3136         (c++-font-lock-keywords-3, c++-font-lock-keywords)
3137         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
3138         (objc-font-lock-keywords-3, objc-font-lock-keywords)
3139         (java-font-lock-keywords-1, java-font-lock-keywords-2)
3140         (java-font-lock-keywords-3, java-font-lock-keywords)
3141         (java-font-lock-syntactic-face-function): Remove obsolete code
3142         and constants.  It's all in cc-fonts.el now.
3144 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
3146         * mail/sendmail.el (mail-specify-envelope-from)
3147         (mail-envelope-from): Doc fix.
3149 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
3151         * generic-x.el: Do away with the dependency on `c-emacs-features'
3152         when populating `rul-generic-mode-syntax-table'; we already know
3153         this isn't XEmacs.
3155 See ChangeLog.10 for earlier changes.
3157 ;; Local Variables:
3158 ;; coding: iso-2022-7bit
3159 ;; End:
3161     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3162   Copying and distribution of this file, with or without modification,
3163   are permitted provided the copyright notice and this notice are preserved.
3165 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1