*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobc79a93632a6ed5b6e7de84c511a784a675bdc91d
1 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4         following previous change to smtpmail-send-data.
6 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
8         * vc.el (vc-default-previous-version): Doc enhancement.
9         (vc-default-next-version): New function.
10         (vc-print-log): New arg FOCUS-REV.
11         (vc-annotate-mode):  Derives from view-mode now.
12         (vc-annotate):  New args REVISION, DISPLAY-MODE.
13         (vc-annotate-prev-version): New function.
14         (vc-annotate-prev-version): New function.
15         (vc-annotate-next-version): New function.
16         (vc-annotate-workfile-version): New function.
17         (vc-annotate-extract-revision-at-line): New function.
18         (vc-annotate-revision-at-line): New function.
19         (vc-annotate-revision-previous-to-line): New function.
20         (vc-annotate-show-log-revision-at-line): New function.
21         (vc-annotate-show-diff-revision-at-line): New function.
22         (vc-current-line): New function.
23         (vc-annotate-warp-version): New function.
24         
25         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New
26         function.
28 2004-01-19  Karl Berry  <karl@gnu.org>
30         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
31         or "TexInfo".
33 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
35         * subr.el (delete-dups): New function.
37 2004-01-19  Karl Berry  <karl@gnu.org>
39         * textmodes/texinfo.el (texinfo-mode): define outline-regexp to start
40         with ^, since that's what texinfo-show-structure
41         documentation says (plus it works much better in texinfo.txi).
43 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
45         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious
46         newline.
48 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
50         * progmodes/which-func.el (which-function-mode): Don't cancel
51         which-func-update-timer if not set.
53 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
55         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
56         Remove spurious left square bracket in XX:XXam regexp.
58 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
60         * progmodes/cc-defs.el: Do not require cl at run time.
62 2004-01-16  Richard M. Stallman  <rms@gnu.org>
64         * emacs-lisp/cl.el (cl-cannot-unload): New function.
65         (cl-unload-hook): Defvar this to run cl-cannot-unload.
67         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
68         Call rmail-spam-filter.  Delete and expunge spam.
69         Print number of spam messages deleted.
70         Save and restore the deletion status of old messages when reading
71         new mail with spam filter, so that expunging spam does not expunge
72         msgs deleted by the user.
73         (rmail-only-expunge): added an optional argument dont-show to
74         prevent showing message after expunge.
76 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
78         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
79         * subr.el (declare): New macro.
81 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
83         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
85 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
88         Test window-system rather than system-type (for X11/Mac).
90 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
92         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
94 2004-01-12  Richard M. Stallman  <rms@gnu.org>
96         * mail/rmail.el (rmail-convert-to-babyl-format):
97         Use mail-unquote-printable-region.
98         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
99         (rmail-hex-char-to-integer): Functions deleted.
101         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
102         (mail-unquote-printable-region): New arg NOERROR.
103         For invalid encoding, either signal an error to just return nil.
105 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
107         * calendar/appt.el: Update copyright and commentary.
108         (appt-issue-message): Make obsolete.
109         (appt-visible, appt-msg-window): Make obsolete, in favour of
110         appt-display-format.
111         (appt-display-mode-line, appt-display-duration)
112         (appt-display-diary, appt-time-msg-list, appt-mode-string)
113         (appt-prev-comp-time, appt-display-count, appt-timer)
114         (appt-convert-time): Doc change.
115         (appt-disp-window-function, appt-delete-window-function):
116         Use defcustom rather than defvar.
117         (appt-display-format): New variable.
118         (appt-display-message): New function with display code from appt-check.
119         (appt-check): Add optional FORCE argument.  Doc change.
120         Add appt-make-list to diary-hook if displaying diary.
121         Remove checking of view-diary-entries-initially.
122         Message display section removed to new function appt-display-message.
123         (appt-display-window): Doc change.  Remove unused internal var
124         this-buffer.  Do not beep, since appt-display-message does that.
125         (appt-make-list): Doc change.  Use caar.
126         (appt-sort-list): Simplify by using builtin sort function.
127         (appt-update-list): New function for updating appts when diary is
128         saved.
129         (appt-activate): New autoloaded function to toggle package
130         functionality.
132         * calendar/cal-x.el: (calendar-one-frame-setup)
133         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
135         * calendar/calendar.el: Update copyright.
136         (view-diary-entries-initially, european-calendar-style): Doc change.
137         (calendar-setup): Make defcustom rather than defvar.
138         (mark-visible-calendar-date): Initialize temp-face and faceinfo
139         in let binding so local to function.
141         * calendar/diary-lib.el: Update copyright.
142         (diary, diary-entry-time): Doc change.
143         (list-diary-entries): Doc change.  Trivial logic change.
144         (fancy-diary-display): Restore make-face command mistakenly
145         deleted 2003-05-08.
146         (show-all-diary-entries): Allow to pop-up frame if needed.
148 2004-01-09  John Paul Wallington  <jpw@gnu.org>
150         * bindings.el (mode-line-change-eol): Add EVENT parameter.
151         Temporarily select EVENT's window for changing eol type.
153 2004-01-09  Deepak Goel  <deego@gnufans.org>
155         * calendar/diary-lib.el (diary-entry-time):
156         Also accept time in the form XX[.XX][am/pm/AM/PM].
157         (fancy-diary-font-lock-keywords): Likewise.
158         (diary-font-lock-keywords): Likewise.
159         * calendar/appt.el (appt-add): Likewise.
160         (appt-make-list): Likewise.
161         (appt-convert-time): Likewise.
163 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
165         * gdb-ui.el (gdb-ann3): Revert previous change.
166         (gdb-source-info): Allow for case of where compilation directory
167         is not recorded.
169 2004-01-08  John Paul Wallington  <jpw@gnu.org>
171         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
173 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
175         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
177         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
178         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
179         problems.
180         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
182 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
184         * files.el (write-file-functions, write-contents-functions):
185         Clarify docstrings.
187 2004-01-07  Kenichi Handa  <handa@m17n.org>
189         * international/mule.el (set-auto-coding): Fix for the case that
190         end-of-line is only CR.
192 2004-01-07  Kim F. Storm  <storm@cua.dk>
194         * subr.el (event-start, event-end): Doc fix.
195         (posn-string, posn-image): New defuns.
196         (posn-object): Return either image or string object.
197         (posn-object-x-y): Return 8th element of position.
198         (posn-object-width-height): New defun.
200 2004-01-06  Andreas Schwab  <schwab@suse.de>
202         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
203         output.
205 2004-01-05  Karl Berry  <karl@gnu.org>
207         * emacs-lisp/copyright.el (copyright-regexp): might as well allow
208         / and *, too.
210 2003-12-31  Simon Josefsson  <jas@extundo.com>
212         * files.el (before-save-hook): Add.
213         (basic-save-buffer): Use before-save-hook.
215         * emacs-lisp/copyright.el: Fix comment to recommend
216         before-save-hook instead of write-file-functions.
218 2004-01-05  Richard M. Stallman  <rms@gnu.org>
220         * finder.el (finder-commentary): Call delete-other-windows.
222         * net/ange-ftp.el (ange-ftp-file-attributes):
223         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
225 2004-01-04  Karl Berry  <karl@gnu.org>
227         * emacs-lisp/copyright.el (copyright-regexp): allow the common
228         comment characters % and # in the copyright year notice,
229         as well as ;.
231 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
233         * wid-edit.el (default): Define dummy :value-delete.
234         Reported by Jesper Harder <harder@ifa.au.dk>.
236 2004-01-03  Richard M. Stallman  <rms@gnu.org>
238         * progmodes/compile.el (compile-internal): Use point, not point-min,
239         for set-window-point.
241         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
243         * emacs-lisp/lisp-mnt.el (lm-section-end): require outline.
245         * progmodes/grep.el (grep-mode-map):
246         Don't remap next-line, previous-line.
248 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
250         * speedbar.el (speedbar-edit-line): Change regexp to position
251         the cursor on the first character of this line's button.
253 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
255         * subr.el (functionp): Doc fix.
257 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
259         * progmodes/idlwave.el (idlwave-make-tags):
260         * textmodes/flyspell.el (flyspell-large-region):.
261         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
262         * emulation/viper-util.el (viper-glob-unix-files):
263         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
264         * man.el (Man-init-defvars):
265         * jka-compr.el (jka-compr-call-process):
266         * files.el (get-free-disk-space,insert-directory):
267         * ediff-ptch.el (ediff-test-patch-utility):
268         * ediff-diff.el (ediff-test-utility):
269         * dired-aux.el (dired-check-process):
270         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
271         test the return value of call-process, because it can be a string.
273 2003-12-31  John Paul Wallington  <jpw@gnu.org>
275         * bindings.el (completion-ignored-extensions): Add .pfsl.
277 2003-12-31  Kim F. Storm  <storm@cua.dk>
279         * ido.el (ido-nonreadable-directory-p): New defun to check for
280         nonreadable directory without activating tramp (to avoid problems
281         with checking incomplete tramp paths.
282         (ido-set-current-directory, ido-file-internal)
283         (ido-file-name-all-completions1): Use it.
285 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
287         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
288         documentation if the anchor (or node) name is preceded by `info
289         anchor' or `Info anchor' in addition to earlier `info node' and
290         `Info node'.
291         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
293 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
295         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
296         error in arguments to base64-decode-region.  Remove ^M characters
297         after decoding base64.
299 2003-12-30  Simon Josefsson  <jas@extundo.com>
301         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
302         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
303         have only been distributed with Emacs for some years.
304         (texinfo-mode-hook): Customize.
306 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
308         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
309         cleaner (suggested by Richard Stallman).
311         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
312         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
313         file-name clashes on 8+3 DOS filesystems.
315         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
316         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
317         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
318         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
319         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
320         file-name clashes on 8+3 filesystems.
322         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
323         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
324         file-name clashes on 8+3 DOS filesystems.
326 2003-12-29  Richard M. Stallman  <rms@gnu.org>
328         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
329         Upcase the character.
331         * textmodes/flyspell.el (mail-mode-flyspell-verify):
332         Search for header separator alone on a line, literally,
333         and search for it backward, not forward.
334         (flyspell-abbrev-table): Always use global-abbrev-table
335         if there is no local one.
337         * progmodes/sh-script.el (sh-get-indent-info):
338         Don't move point back if at bob.
340         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
342         * play/handwrite.el (handwrite): Make the handwrite credit message
343         a comment rather than an output command.
345         * obsolete/sc.el: Display message that this file is obsolete.
347         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
349         * mail/rfc822.el (rfc822-address-start): Declare variable.
350         Renamed from address-start.  All uses changed.
352         * term.el (term-exec): Set up sentinel.
353         (term-sentinel): New function.
354         (term-handle-exit): New function.
356         * subr.el (assoc-ignore-case, assoc-ignore-representation):
357         Use assoc-string, and mark them obsolete.
358         (delay-mode-hooks): Mark as permanent local.
360         * simple.el (sendmail-user-agent-compose): Use assoc-string.
362         * register.el (copy-rectangle-to-register): Doc fix.
364         * info.el (Info-insert-dir): Use assoc-string.
366         * info-look.el (info-lookup): Use assoc-string.
368         * frame.el (pop-up-frame-function): Use quote, not `function'.
369         (frame-notice-user-settings): Calculate ADJUSTED-TOP
370         copying with lists as coordinate values.
372         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
374         * find-dired.el (kill-find): New command.
375         (find-dired): Make buffer read-only.
376         Set up a keymap with C-c C-k running kill-find.
377         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
379         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
381         * filecache.el (file-cache-ignore-case): New variable.
382         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
384         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
385         (comint-dynamic-complete-as-filename): Rename local vars.
386         (comint-dynamic-list-filename-completions): Likewise.
388         * comint.el (comint-dynamic-list-completions-config): New var.
389         (comint-dynamic-list-completions): Handle both SPC and TAB right.
391         * comint.el (comint-file-name-chars): Add [].
392         (comint-word): Use skip-chars-backward, not search.
394         * shell.el (shell-file-name-chars): Add [].
396         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
398         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
400         * generic.el (define-generic-mode): Doc fix.
402 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
404         * files.el (kill-some-buffers): Doc fix.
406 2003-12-29  David Herring <sdh6@ra.msstate.edu>  (tiny change)
408         * comint.el (comint-watch-for-password-prompt): Pass `string' as
409         arg to send-invisible
410         (send-invisible): Doc fix.  The argument is now a prompt, not the
411         string to send.
412         (comint-read-noecho): Doc fix.
414 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
416         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
417         "@", as required by some ISP hosting service.  Fix defcustom
418         argument syntax errors that prevented use of customization.
420 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
422         * xml.el (xml-get-attribute-or-nil): Doc fix.
424 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
426         * net/zone-mode.el (zone-mode): Use write-file-functions, not
427         write-file-hooks.
429 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
431         * autorevert.el (auto-revert-interval): Doc fix.
433 2003-12-29  Mark A. Hershberger <mah@everybody.org>
435         * xml.el (xml-get-attribute-or-nil): New function, like
436         xml-get-attribute, but returns nil if the attribute was not found.
437         (xml-get-attribute): Convert to defsubst, uses
438         xml-get-attribute-or-nil.
440 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
442         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
444 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
446         * custom.el (custom-declare-theme): Use `value' when putting
447         properties on `theme'.
449 2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
451         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
452         for each yank-handler segment.
453         (insert-for-yank-1): New function, with the body of the previous
454         insert-for-yank.
456         * textmodes/table.el (table-yank-handler): New defcustom.
457         (table--put-cell-indicator-property): Put yank-handler property
458         that indicates the yank handler for the table cell.
460 2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
462         * generic-x.el (etc-modules-conf-generic-mode): A more complete
463         set of keywords.
465 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
467         * international/mule-cmds.el (reset-language-environment)
468         (set-language-environment): Don't invoke fontset-related functions
469         if fontset-list is not fboundp.
471 2003-12-29  Kenichi Handa  <handa@m17n.org>
473         * international/mule-cmds.el (reset-language-environment):
474         Call set-overriding-fontspec-internal with nil.
475         (set-language-environment): Call set-overriding-fontspec-internal
476         if the language environment specify `overriding-fontspec'.
477         (language-info-alist): Doc added.
479         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
480         characters of mule-unicode-0100-24ff.
481         (ccl-encode-windows-1251-font): New CCL program.
482         ("Bulgarian"): Specify overriding-fontspec.
483         ("Belarusian"): Likewise.
485 2003-12-28  Sam Steingold  <sds@gnu.org>
487         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
488         parameter ID-FORMAT to conform with the 2003-11-30 patch.
490 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
492         * progmodes/gud.el (gud-gdb-command-name): Set default to
493         "gdb --annotate=3".
494         (gud-gdb-marker-filter): Look out for annotations.
495         (gdb-first-pre-prompt): New variable.
496         Remove trailing white space.
498         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
499         if necessary.
500         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
501         annotations are detected.
502         (gud-gdba-marker-filter): Use global variable gud-marker-acc
503         instead of a local one to allow transition from
504         gud-gdb-marker-filter.
505         Remove trailing white space.
507 2003-12-27  Kim F. Storm  <storm@cua.dk>
509         * ido.el: Handle non-readable directories.
510         (ido-decorations): Add 9th element for non-readable directory.
511         (ido-directory-nonreadable): New dynamic var.
512         (ido-set-current-directory): Set it.
513         (ido-read-buffer, ido-file-internal):
514         (ido-read-file-name, ido-read-directory-name): Let-bind it.
515         (ido-file-name-all-completions1): Return empty list for
516         non-readable directory.
517         (ido-exhibit): Print [Not readable] if directory is not readable.
518         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
519         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
520         Use it.
522 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
524         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
525         calls to directory-files-and-attributes and file-attributes.
526         (ls-lisp-format): Remove system dependent handling of user and
527         group id's.
529 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
531         * ffap.el (ffap-read-file-or-url): Revert previous change.
533 2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
535         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
536         new list of included files called `files-with-node-lines', that
537         only have node lines.  This way @include commands can include any
538         file, such as version and update files without node lines, not
539         just files that are chapters.
541 2003-12-25  Andreas Schwab  <schwab@suse.de>
543         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
544         file not found.
546 2003-12-08  Miles Bader  <miles@gnu.org>
548         * dired.el (dired-between-files): Always use dired-move-to-filename,
549         which is more robust in non-english locales.
551 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
553         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
555 2003-12-24  Andreas Schwab  <schwab@suse.de>
557         * shell.el (shell-file-name-quote-list): Add backslash.
559         * comint.el (comint-quote-filename): Correctly handle backslash
560         in comint-file-name-quote-list.
562 2003-12-24  Kenichi Handa  <handa@m17n.org>
564         * international/mule-cmds.el (set-default-coding-systems):
565         Call ucs-set-table-for-input for all buffers that don't have local
566         value of buffer-file-coding-system.
568         * international/ucs-tables.el (ucs-set-table-for-input):
569         If translation-table-for-encode is a symbol, get its
570         translation-table property.
572 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
574         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
575         to `completing-read' on a recently fixed bug.
577         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
578         instead of SPACE, to get the list of possible fringe modes.
579         SPACE only works if both `partial-completion-mode' and
580         `completion-auto-help' are nil.
582         * complete.el (PC-is-complete-p): Delete.
583         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
584         calls to `test-completion'.
586 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
588         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
589         to edit values when there are no children.
591         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
592         a mode called "Assembler" already exists.
593         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
594         (gud-watch): Use format option. Remove font properties from string.
595         (gdb-var-create-handler, gdb-var-list-children-handler):
596         Don't bother about properties as there are none.
597         (gdb-var-create-handler, gdb-var-list-children-handler)
598         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
599         with two arguments.
600         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
601         Let speedbar show value changes with a different font.
602         (gdb-edit-value): New defun.
603         (gdb-clear-partial-output, gdb-clear-inferior-io)
604         (def-gdb-auto-update-handler): Use erase-buffer.
605         (gdb-frame-handler): Display watch expressions in
606         FUNCTION::VARIABLE format if required.
608 2003-12-23  John Paul Wallington  <jpw@gnu.org>
610         * info.el (Info-unescape-quotes, Info-split-parameter-string)
611         (Info-goto-emacs-command-node): Doc fixes.
613 2003-12-12  Jesper Harder <harder@ifa.au.dk>
615         * cus-edit.el (custom-add-parent-links): Define "many".
617 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
619         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
620         (widget-child-validate, widget-type-value-create)
621         (widget-type-default-get, widget-type-match): New functions.
622         (lazy): New widget.
623         (menu-choice, checklist, radio-button-choice, editable-list)
624         (group, documentation-string): Remove redundant (per 2003-10-25
625         change) calls to `widget-children-value-delete'.
626         (widget-choice-value-get, widget-choice-value-inline): Remove.
627         (menu-choice): Update widget.
629 2003-12-03  Kenichi Handa  <handa@m17n.org>
631         * language/cyrillic.el: Register "microsoft-cp1251" in
632         ctext-non-standard-encodings-alist.
633         ("Bulgarian"): Add ctext-non-standard-encodings.
634         ("Belarusian"): Likewise.
636         * international/mule-conf.el (compound-text-with-extensions):
637         Change the type to 2 (iso-2022 base).
639         * international/mule.el (ctext-non-standard-encodings-alist):
640         Change the format.
641         (ctext-non-standard-encodings): New variable.
642         (ctext-post-read-conversion): Fully re-written.
643         (ctext-non-standard-designations-alist): Delete it.
644         (ctext-non-standard-encodings-table): New function.
645         (ctext-pre-write-conversion): Fully re-written.
647 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
649         * cus-edit.el (custom-add-parent-links): Add documentation links
650         for parent, if the item has none of its own.
652 2003-11-30  Richard M. Stallman  <rms@gnu.org>
654         * dired-aux.el (dired-do-query-replace-regexp):
655         Report files visited read-only.
657 2003-11-30  Juri Linkov  <juri@jurta.org>
659         * dired-aux.el (dired-compare-directories): New command.
660         (dired-file-set-difference, dired-files-attributes): New functions.
662 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
663         Version 2.0.38 of Tramp released.
665         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
666         Charles Curley <charlescurley@charlescurley.com>.
667         (tramp-multi-connection-function-alist): Add ssht entry which adds
668         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
669         Aichner.
670         (tramp-get-method-parameter): New function to retrieve a method
671         parameter.  This allows for omission of method parameters.
672         Callers adjusted.
674 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
676         * net/tramp.el: Add new optional parameter ID-FORMAT to
677         `file-attributes'.  Calls of `file-attributes' won't use this
678         parameter for backward compatibility reasons.
679         (tramp-perl-file-attributes): Add a new parameter to Perl script
680         in order to handle uid/gid as strings, if desired.
681         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
682         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
683         order to make the function more general.
684         (tramp-handle-file-attributes): Replace proprietary optional
685         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
686         (tramp-handle-file-attributes-with-perl): Handle parameter
687         NONNUMERIC if set. This wasn't done in the past.
688         (tramp-post-connection): Apply second parameter "$2" if
689         `tramp-remote-perl' is called.
691         * net/tramp-smb.el (tramp-smb-handle-delete-file):
692         Correct cut'n'waste error (`filename' instead of `directory').
693         (tramp-smb-handle-directory-files-and-attributes)
694         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
695         introduced parameter ID-FORMAT.
696         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
697         error (`directory' instead of `ldir').
699         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
700         `file-attributes' has a second parameter.  If yes, apply it with
701         value "'integer".  Otherwise, don't use that parameter (default is
702         integer format).
705 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
707         * help.el (help-map): Bind `display-local-help' to `C-h .'.
708         (help-for-help): Add `C-h .' to the listed Help options.
709         Remove trailing whitespace.
711         * help-at-pt.el: New file.
713 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
715         * subr.el (noreturn, 1value): New macros for test coverage.
716         See `testcover.el'.
718         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
720         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
721         for macro `1value'.
722         (testcover-1value): New function.  Checks that a 1value form
723         actually returns only one value.  Requested by RMS.
725 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
727         * gdb-ui.el (gud-watch, gdb-var-create-handler)
728         (gdb-var-list-children, gdb-var-list-children-handler)
729         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
730         gdb commands that use mi to keep them out of the command history.
732 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
734         * cus-start.el (all): Add use-file-dialog.
736 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
740 2003-11-27  Kim F. Storm  <storm@cua.dk>
742         * subr.el (posn-object-x-y): New defun.
744 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
746         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
747         Don't use `space' for \\\n.
748         Be more selective as to which # are comment-starters.
750 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
752         * subr.el (number-sequence): Improve handling of floating point
753         arguments (suggested by Kim Storm).  Allow negative arguments.
755 2003-11-26  Kenichi Handa  <handa@m17n.org>
757         * international/mule-cmds.el (standard-display-european-internal):
758         Cancel the standard-display-table setting for ` and '.
760 2003-11-26  Kim F. Storm  <storm@cua.dk>
762         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
763         New defcustoms to add ffap-like functionality to ido.
764         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
765         (ido-no-final-slash): New defun.
766         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
767         (ido-read-file-name): ): Toggle VC checking via
768         vc-handled-backends instead of vc-master-templates.
769         (ido-file-internal): Handle ido-use-url-at-point and
770         ido-use-filename-at-point via code borrowed from ffap-guesser.
771         Handle new ido-exit code ffap.
772         (ido-sort-list): Ignore final slash when sorting file names.
774 2003-11-25  Kim F. Storm  <storm@cua.dk>
776         * emulation/cua-base.el (cua--standard-movement-commands):
777         Add forward-sentence and backward-sentence.
779 2003-11-25  Stephen Eglen  <stephen@gnu.org>
781         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
782         iswitchb-exit is set to 'usefirst when user selects buffer at head
783         of list using RET.  (Selecting buffers at the head of the list was
784         broken if the substring was also a complete buffername.)
786 2003-11-23  Kim F. Storm  <storm@cua.dk>
788         * progmodes/compile.el (grep-command, grep-use-null-device)
789         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
790         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
791         (grep-regexp-alist, grep-program, find-program)
792         (grep-find-use-xargs, grep-history, grep-find-history)
793         (grep-process-setup, grep-compute-defaults)
794         (grep-default-command, grep, grep-tag-default, grep-find)
795         (grep-expand-command-macros, grep-tree-last-regexp)
796         (grep-tree-last-files, grep-tree): Move grep variables, functions
797         and commands to new file grep.el.
798         (compilation-mode-map): Remove grep commands from Compile sub-menu.
799         (compilation-process-setup-function): Doc fix.
800         (compilation-highlight-regexp, compilation-highlight-overlay): New
801         defvars used for highlighting current compile error in source buffer.
802         (compile-internal): New optional args HIGHLIGHT-REGEXP and
803         LOCAL-MAP which overrides compilation-highlight-regexp and
804         compilation-mode-map for this compilation.
805         Delay calling compilation-set-window-height until after running
806         compilation-process-setup-function so it can buffer-local override
807         compilation-window-height.
808         Check buffer-local value of compilation-scroll-output.
809         (compilation-set-window-height): Use buffer-local value of
810         compilation-window-height.
811         (compilation-revert-buffer): Don't pass (undefined)
812         preserve-modes arg to revert-buffer.
813         (next-error-no-select, previous-error-no-select): New commands.
814         (compilation-goto-locus): Temporarily highlight current match in
815         source buffer using compilation-highlight-regexp.
817         * progmodes/grep.el: New file with grep code from compile.el.
818         (grep): New defcustom group.
819         (grep-window-height): New defcustom, like compilation-window-height.
820         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
821         (grep-scroll-output): New defcustom, like compilation-scroll-output.
822         (grep-command, grep-use-null-device, grep-find-command)
823         (grep-tree-files-aliases, grep-tree-ignore-case)
824         (grep-tree-ignore-CVS-directories): Move to grep custom group.
825         (grep-setup-hook): New hook variable.
826         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
827         (grep-last-buffer): New defvar, override compilation-last-buffer.
828         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
829         Call compile-internal with args highlight-regexp and grep-mode-map.
831 2003-11-23  Kim F. Storm  <storm@cua.dk>
833         * subr.el (event-start, event-end): Doc fix.
834         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
835         (posn-area, posn-actual-col-row, posn-object): New defuns.
836         (posn-col-row): Simplify doc.  Rewrite to use cond.
837         (posn-point): Also return buffer position for events outside text
838         area (that info is now present in the event position).
840         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
841         mouse-set-point so that hscroll still works now that clicks on
842         fringes generate specific mouse events.
843         (mouse-set-point): Note that it now works in fringes and margins
844         too due to new semantics of posn-point in fringes and margins.
846         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
847         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
849 2003-11-20  Kim F. Storm  <storm@cua.dk>
851         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
852         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
853         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
854         to 100 for icons to avoid increasing line height when shown.
856 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
858         * newcomment.el (comment-normalize-vars): Initialize properly if
859         comment-start was nil.
861 2003-11-19  Andreas Schwab  <schwab@suse.de>
863         * simple.el (set-variable): Fix indentation.
865 2003-11-17  Kenichi Handa  <handa@m17n.org>
867         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
868         Fix docstring.
870 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
872         * international/latin1-disp.el (latin1-display): Fix docstring.
874 2003-11-16  John Wiegley  <johnw@newartisans.com>
876         * eshell/em-ls.el (eshell-ls-file): There are times with
877         size-width is nil and uncomputed (when directories are created in
878         dired, for example); in this case, 4 is reasonable default value,
879         although it may caused skewed new entries (which could be avoided
880         by returning the original value of 8 in all cases, but 99% of the
881         time this is a waste of whitespace).
883 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
885         * cc-engine.el (c-guess-continued-construct)
886         (c-guess-basic-syntax): Check a little more carefully if it's a
887         function declaration when an unknown construct followed by a block
888         is found inside a statement context.  This avoids macros followed
889         by blocks to be taken as function declarations.
891         (c-guess-continued-construct): Change the analysis of a statement
892         continuation with a brace open to `substatement-block', for
893         consistency with recognized statements.
895         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
896         start is in a position so that `c-beginning-of-statement-1' jumped
897         to the beginning of the same statement.
899         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
900         Don't accept binary operators in the arglist if we're in a function
901         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
902         template recognition in cases like "if (a < b || c > d)".
904         (c-restricted-<>-arglists): New more appropriate name for
905         `c-disallow-comma-in-<>-arglists'.
907         Accessing functions updated for the variable name change.
909         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
910         match data could get clobbered if NOT-INSIDE-TOKEN is used.
912         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
913         labels.
915         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
916         instead of duplicating parts of it.  This fixes bogus label
917         recognition.
919         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
920         of checking the context in which to apply the minimum indentation,
921         so that it isn't enforced in e.g. namespace blocks.
923         * cc-vars.el (c-inside-block-syms): New constant used by
924         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
925         to somewhat reduce the risk of becoming stale.
927         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
928         cc-cmds to cc-engine to allow use from cc-align.
930         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
931         qualified identifiers containing "::".
933         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
934         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
936         * cc-vars.el (c-emacs-features): Use a space in front of the name
937         of the temporary buffer.  That also avoids dumping problems in
938         XEmacs due to undo info being left around after the buffer is killed.
940         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
941         arglist to see if it's a K&R style declaration.
943         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
944         before returning `knr-argdecl-intro'.
946 2003-11-16  John Wiegley  <johnw@newartisans.com>
948         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
949         field in a long-listing always 8 characters, use `size-width',
950         which has already been computed.
952 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
954         * subr.el (minor-mode-list): Add `hs-minor-mode'.
956 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
958         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
959         Support operation while narrowed, with `diff-restrict-view'.
961 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
963         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
964         Take additional optional arg NARROWFUN.  For the generated functions:
965         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
966         include frags that arrange to check for and save narrowing state before
967         the move and then conditionally call NARROWFUN after the move.
969 2003-11-14  John Wiegley  <johnw@newartisans.com>
971         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
972         that was optional, but obviously missing based on surrounding code.
974         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
975         string arguments to numbers unless the whole argument was seen as
976         a number.
978 2003-11-14  Kenichi Handa  <handa@m17n.org>
980         * international/mule.el (ctext-non-standard-encodings-alist):
981         Fix coding systems.
983 2003-11-10  Kenichi Handa  <handa@m17n.org>
985         * language/kannada.el ("Kannada"): Add sample-text.
987         * language/knd-util.el (kannada-compose-region)
988         (kannada-compose-string, kannada-post-read-conversion):
989         Add autoload cookie.
991         * international/quail.el (quail-completion): Change the message
992         "corresponding translations" to "corresponding characters".
994 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
996         * descr-text.el (describe-char): Fix typo.
998 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1000         These changes are to support Kannada language/script.
1002         * Makefile.in (DONTCOMPILE): Add kannada.el.
1004         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
1006         * loadup.el: Preload kannada.el.
1008         * language/ind-util.el (ucs-kannada-to-is13194-alist)
1009         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
1010         New variables.
1012         * language/kannada.el: New file.
1014         * language/knd-util.el: New file.
1016 2003-11-07  Andreas Schwab  <schwab@suse.de>
1018         * progmodes/autoconf.el (autoconf-font-lock-keywords):
1019         Also highlight AH_*.
1021         * xml.el (xml-parse-dtd): Fix misplaced paren.
1023 2003-11-07  Kenichi Handa  <handa@m17n.org>
1025         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
1027 2003-11-05  Juri Linkov  <juri@jurta.org>
1029         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
1030         (desktop-buffer-file): Use saved buffer-file-coding-system
1031         for file reading.  Set auto-insert to nil to prevent automatic
1032         insertion into restored empty files.
1034 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
1036         * files.el (risky-local-variable-p): Make second argument optional.
1038 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * subr.el (add-hook): Fix last change.
1042 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
1044         * mail/rmail.el (rmail-convert-to-babyl-format):
1045         If base64-decode-region signals an error, catch it and silently
1046         ignore it.
1048 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
1050         * xml.el (xml-parse-region): Allow comments to appear after the
1051         topmost element has closed.
1052         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
1053         (xml-ns-expand-attr): New functions to do namespace handling.
1054         (xml-intern-attrlist): Back-compatible handling of attribute names.
1055         (xml-parse-tag): Move namespace handling to seperate functions.
1056         Now produces elements in the form ((:ns . "element") (attr-list)
1057         children) instead of ('ns:element (attr-list) children).
1058         (xml-parse-attlist): Fix attribute parsing.
1059         (xml-parse-dtd): Change parsing so that it produces strings
1060         instead of interned symbols.
1062 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
1064         * dired.el (dired-ls-sorting-switches): Doc fix.
1066 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
1068         * emacs-lisp/rx.el (rx-or): Fix the case of
1069         "(rx (and ?a (or ?b ?c) ?d))".
1071 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
1073         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
1074         (texinfo-format-region): Use it.
1075         (texinfo-format-buffer-1): Ditto.
1077 2003-11-01  Alan Mackenzie  <acm@muc.de>
1079         Changes to allow scrolling whilst in isearch mode:
1080         * isearch.el (isearch-unread-key-sequence): New function,
1081         extracted from isearch-other-meta-char.
1082         (top level): (put 'foo 'isearch-scroll) on all Emacs's
1083         "scrollable" standard functions.
1084         (isearch-allow-scroll): New customizable variable.
1085         (isearch-string-out-of-window, isearch-back-into-window)
1086         (isearch-reread-key-sequence-naturally)
1087         (isearch-lookup-scroll-key): New functions.
1088         (isearch-other-meta-char): Doc string and functionality enhanced.
1089         Now accepts a prefix argument.
1090         (isearch-lazy-highlight-window-end): New variable.
1091         (isearch-lazy-highlight-new-loop): Pay attention to the window's
1092         end (thru isearch-lazy-highlight-window-end), not only its start.
1094         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
1095         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
1096         (universal-argument, universal-argument-more, negative-argument)
1097         (digit-argument, universal-argument-other-key): Minor changes.
1099 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1101         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
1102         recursively if the last message is deleted, thus avoiding an
1103         infinite loop.
1105 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
1108         (tex-main-file): Don't add .tex if the extension is already present.
1109         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
1111 2003-10-29  Lute Kamstra  <lute@gnu.org>
1113         * progmodes/octave-inf.el (inferior-octave-prompt):
1114         Recognize version number in prompt.
1116 2003-10-28  Dave Love  <fx@gnu.org>
1118         * international/characters.el: Fix some Unicode ranges.
1120 2003-10-28  Kenichi Handa  <handa@m17n.org>
1122         * disp-table.el (standard-display-8bit)
1123         (standard-display-default, standard-display-ascii)
1124         (standard-display-g1, standard-display-graphic)
1125         (standard-display-underline): Assure that standard-display-table
1126         is a display table.
1128 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * simple.el (reindent-then-newline-and-indent): Delete space *after*
1131         reindenting the first line.
1133 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1135         * wid-edit.el (widget-default-delete): Always delete child widgets.
1137 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1139         * newcomment.el (comment-indent): Don't call indent-according-to-mode
1140         if the line has code.
1141         Don't try to line up with something that's too far left.
1143         * progmodes/octave-mod.el (octave-comment-start): Simplify.
1144         (octave-mode-syntax-table): Add % as a comment starter.
1145         (octave-point): Remove.
1146         (octave-in-comment-p, octave-in-string-p)
1147         (octave-not-in-string-or-comment-p, calculate-octave-indent)
1148         (octave-blink-matching-block-open, octave-auto-fill):
1149         Use line-(beginning|end)-position instead.
1151 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1153         * emacs-lisp/authors.el (authors-aliases): Add correct realname
1154         for Francesco Potort\e,Al\e(B.
1156 2003-10-23  Dave Love  <fx@gnu.org>
1158         * international/mule-cmds.el (locale-charset-to-coding-system):
1159         Don't rely on nil being a coding system.
1161         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
1162         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
1163         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
1165 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
1167         * gdb-ui.el (gdb-current-language): New variable.
1168         (gdb-update-flag): Remove variable.
1169         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
1170         (gdb-take-last-elt): Remove function.
1171         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
1172         (gdb-post-prompt): Check for variable object changes here.
1174         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
1175         object changes in gdb-ui.el.
1177 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1179         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
1181         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
1182         Don't check for foo*/ wildcard form here.
1183         (insert-directory): Recognize foo*/ as a wildcard.
1184         Separate wildcard-regexp variable from the arg, wildcard.
1186         * subr.el (add-hook): Correctly detect when make-local-hook was used.
1187         (remove-hook): Correctly handle strange cases about local hooks.
1189 2003-10-21  David Ponce  <david@dponce.com>
1191         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
1192         argument REAL, to return a real number instead of a rounded
1193         integer value.  Define as inline function.
1194         (ruler-mode-right-fringe-cols): Likewise.
1195         (ruler-mode-scroll-bar-cols): New function.
1196         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
1197         (ruler-mode-right-scroll-bar-cols): Likewise.
1198         (ruler-mode-space): New function.
1199         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
1200         scroll bar mode and margins in a more robust way.
1202 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1204         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
1205         (antlr-c-init-language-vars): New function.
1206         (antlr-mode): Use it with cc-mode before v5.29.
1207         (antlr-c-common-init): Don't set some local vars here.
1208         (antlr-mode): Set them here.
1209         (antlr-c-forward-sws): New function alias.
1210         (antlr-mode): Redefine with cc-mode before v5.30.
1211         (antlr-skip-sexps): Use it.
1212         (antlr-skip-exception-part): Ditto.
1213         (antlr-skip-file-prelude): Ditto.
1214         (antlr-outside-rule-p): Ditto.
1215         (antlr-end-of-body): Ditto.
1216         (antlr-option-kind): Ditto.
1217         (antlr-insert-option-area): Ditto.
1218         (antlr-file-dependencies): Ditto.
1220 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1222         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
1223         Move backward only if point was not inside an entry.
1225 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1227         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
1229 2003-10-21  Juri Linkov  <juri@jurta.org>
1231         * compare-w.el: Automatically skip non-matching text to resync.
1232         (compare-windows-whitespace): Doc fix.
1233         (compare-windows-sync, compare-windows-sync-string-size)
1234         (compare-windows-recenter, compare-ignore-whitespace)
1235         (compare-windows-highlight, compare-windows-face): New variables.
1236         (compare-windows): Use compare-windows-sync.
1237         (compare-windows-highlight, compare-windows-dehighlight)
1238         (compare-windows-sync-regexp)
1239         (compare-windows-sync-default-function): New functions.
1241 2003-10-21  Juri Linkov  <juri@jurta.org>
1243         * diff.el (diff-parse-differences): Don't visit the files now;
1244         instead, just record the error locus.
1246 2003-10-21  Dave Love  <fx@gnu.org>
1248         * progmodes/cfengine.el: New file.
1250 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * complete.el (PC-do-completion): Do not forget to use `pred' as the
1253         default-directory when completing file names.
1255 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
1257         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
1258         followed by the word `face', it gets treated as a face, even if
1259         it is also defined as a variable or a function.
1261 2003-10-20  Dave Love  <fx@gnu.org>
1263         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1264         Avoid incf in macro expansion.
1266 2003-10-20  John Paul Wallington  <jpw@gnu.org>
1268         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
1269         `evenp' so we don't implicitly require cl library at runtime.
1271 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
1273         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
1274         (help-make-xrefs): Only make cross-references for faces if
1275         preceded or followed by the word `face'.  Do not make a
1276         cross-reference for variables without variable documentation,
1277         unless preceded by the word `variable' or `option'.  Update doc
1278         string accordingly.
1280 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1282         * progmodes/hideshow.el: Rewrite one-armed `if'
1283         constructs using either `when' or `unless'.
1284         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
1286 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
1288         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
1289         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
1290         instead of 12x12.
1292 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
1294         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
1295         message while converting to Babyl.
1297 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
1299         * allout.el (allout-mode): Doc fix.
1301 2003-10-16  Lute Kamstra  <lute@gnu.org>
1303         * subr.el (force-mode-line-update): Fix docstring.
1305 2003-10-14  Dave Love  <fx@gnu.org>
1307         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
1308         (default-input-method): Add :link, improve :type.
1309         (locale-charset-language-names): Fix utf-8 pattern.
1310         (locale-charset-match-p, locale-charset-alist)
1311         (locale-charset-to-coding-system): New.
1312         (set-locale-environment): Deal with codeset part of locale specs.
1314 2003-10-14  Lute Kamstra  <lute@gnu.org>
1316         * fringe.el (fringe-mode): Use active voice in docstring.
1317         (set-fringe-style): Ditto.
1319 2003-10-13  Lute Kamstra  <lute@gnu.org>
1321         * fringe.el (fringe-mode): Fix docstring.
1322         (set-fringe-style): Ditto.
1324 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1326         * ediff-mult.el (ediff-filegroup-action):
1327         Use ediff-default-filtering-regexp.
1329         * ediff-util.el (ediff-recenter): Don't call
1330         ediff-restore-highlighting twice.
1331         (ediff-select-difference): Set current difference.
1332         (ediff-unselect-and-select-difference): Add comment.
1334         * ediff.el (ediff-directories,ediff-directory-revisions)
1335         (ediff-directories3,ediff-merge-directories)
1336         (ediff-merge-directories-with-ancestor)
1337         (ediff-merge-directory-revisions)
1338         (ediff-merge-directory-revisions-with-ancestor):
1339         Use ediff-default-filtering-regexp.
1341 2003-10-12  Andreas Schwab  <schwab@suse.de>
1343         * international/mule-cmds.el (locale-charset-language-names):
1344         Simplify regex by removing unused grouping.
1346 2003-10-10  Dave Love  <fx@gnu.org>
1348         * bindings.el: Don't bind stop.
1350 2003-10-08  Miles Bader  <miles@gnu.org>
1352         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
1353         face instead of attempting to emulate it.
1355 2003-10-07  Kenichi Handa  <handa@m17n.org>
1357         * international/mule-diag.el (list-coding-systems-1): List coding
1358         systems that are loaded automatically.
1360         * international/code-pages.el (iso-8859-11): Add autoload cookie.
1362         * international/mule.el (autoload-coding-system): New function.
1364 2003-10-07  Andreas Schwab  <schwab@suse.de>
1366         * log-edit.el (log-edit-changelog-entries): Prefer local value of
1367         change-log-default-name in the buffer visiting the file.
1369 2003-10-06  Dave Love  <fx@gnu.org>
1371         * files.el (find-file-hook): Customize.
1372         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
1374         * bindings.el (completion-ignored-extensions): Remove .log.
1375         (global-map): Add again, open, stop keys.
1377 2003-10-05  Richard M. Stallman  <rms@gnu.org>
1379         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
1380         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
1381         Use sh-modify directly.
1382         (sh-select): Use sh-append, not eval.
1384         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
1386         * info.el (Info-following-node-name): New function.
1388         * loadhist.el (unload-feature-special-hooks):
1389         Rename from loadhist-hook-functions.
1390         (loadhist-hook-functions): Now an alias.
1392 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
1394         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
1395         file-name clashes on 8+3 filesystems.
1397         * Makefile.in (DONTCOMPILE, bootstrap-clean):
1398         Rename loaddefs-boot.el to ldefs-boot.el
1400         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
1401         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
1403 2003-10-03  Lute Kamstra  <lute@gnu.org>
1405         * info.el (Info-mode): Revert previous change.
1406         (Info-escape-percent): New function.
1407         (Info-fontify-node): Use it.
1409 2003-10-02  Andreas Schwab  <schwab@suse.de>
1411         * loaddefs-boot.el: Regenerated.
1413 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
1415         * ffap.el: Remove defadvice related code from CVS since `complete'
1416         provides a `PC-completion-as-file-name-predicate' variable that
1417         ffap can override.
1419 2003-10-02  Kenichi Handa  <handa@m17n.org>
1421         * international/utf-8.el (ccl-decode-mule-utf-8):
1422         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
1424         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
1425         * international/subst-big5.el: Likewise.
1426         * international/subst-gb2312.el: Likewise.
1427         * international/subst-ksc.el: Likewise.
1429 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
1431         * calendar/calendar.el (increment-calendar-month)
1432         (calendar-leap-year-p, calendar-absolute-from-gregorian)
1433         (generate-calendar, calendar-read-date, calendar-interval)
1434         (calendar-day-of-week): Handle years BC.
1435         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
1437 2003-10-01  Dave Love  <fx@gnu.org>
1439         * language/cyrillic.el (cp1251): Alias for windows-1251.
1441         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
1442         bootstrap.
1444 2003-10-01  Lute Kamstra  <lute@gnu.org>
1446         * files.el: Fix typo.
1447         * imenu.el (imenu--generic-function): Docstring fix.
1449 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1451         * dired.el (dired-mode): Handle dired-directory as a list.
1453 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
1455         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
1457         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
1459         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
1460         Replace gud-display with gud-watch.
1461         (gud-speedbar-buttons): Add stuff for watching expressions
1462         in the speedbar when using M-x gdba. Use dolist on old part
1463         of this function.
1465         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
1466         (gdb-update-flag): New variables.
1467         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
1468         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
1469         (gud-watch, gdb-var-create-handler) : New functions.
1470         (gdb-var-list-children, gdb-var-list-children-handler)
1471         (gdb-var-create-regexp, gdb-var-update-regexp)
1472         (gdb-var-list-children-regexp): New constants.
1473         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
1474         (gdb-annotation-rules): Reduce annotation set (level 3).
1475         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
1476         (gdb-post-prompt): Don't update GDB buffers every time speedbar
1477         updates.
1478         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
1479         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
1480         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
1481         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
1482         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
1483         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
1484         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
1485         (gud-display, gud-display1)
1486         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
1487         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
1488         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
1489         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
1490         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
1491         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
1492         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
1493         (gdb-display-display-buffer, gdb-toggle-display)
1494         (gdb-delete-display, gdb-expressions-popup-menu)
1495         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
1496         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
1497         to display buffer.
1499 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1501         * progmodes/ada-mode.el (ada-mode): Don't use advice.
1502         Instead, set which-func-functions.
1504         * progmodes/which-func.el (which-func-modes): Add ada-mode.
1505         (which-func-functions): New variable.
1506         (which-function): Use that.
1508         * info.el (Info-mode): Double each `%' in header line.
1510         * emacs-lisp/lisp-mnt.el (lm-with-file):
1511         When FILE is nil, run BODY in current buffer.
1513         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
1515         * help.el (describe-mode): Start with a brief list of minor modes.
1516         Find them thru minor-mode-list so as to find them all.
1517         Show them in alphabetical order.
1519         * mail/sendmail.el (mail-aliases): Doc fix.
1521         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
1523 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1525         * mail/rmailsum.el (rmail-make-summary-line-1):
1526         Change comma after last label to a space.
1527         (rmail-summary-font-lock-keywords): Adapt to that change.
1529 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
1531         * progmodes/scheme.el (scheme-mode-variables): When setting
1532         `font-lock-defaults', also specify that "#" should
1533         be interpreted with `word' syntax.
1534         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
1536 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
1538         * desktop.el: A lot of comments updated.
1539         (desktop-save-mode): Minor mode introduced.
1540         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
1541         (desktop-load-default): Function made obsolete.
1542         (desktop-locals-to-save): Variable made customizable.
1543         (desktop-read): Optional parameter `dirname' added.
1544         (desktop-change-dir, desktop-revert): Parameter `dirname' in
1545         `desktop-read' used.
1546         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
1548 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
1550         * whitespace.el (whitespace-clean-msg): Add user customizable message
1551         for displaying ``clean'' output.
1552         (whitespace-buffer): Use `whitespace-clean-msg'.
1553         (whitespace-global-mode): Fix typo.
1555 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
1557         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
1559 2003-09-29  Lute Kamstra  <lute@gnu.org>
1561         * bindings.el (mode-line-modes): Remove superfluous :propertize
1562         construct in initialization.
1563         (mode-line-position): Change cons cell into proper list in
1564         initialization.
1566 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
1568         * international/mule.el (decode-coding-inserted-region): Use car
1569         of the return value of find-operation-coding-system.
1571 2003-09-29  Kenichi Handa  <handa@m17n.org>
1573         * descr-text.el (describe-char): Fix previous change.
1575 2003-09-28  Kenichi Handa  <handa@m17n.org>
1577         * descr-text.el (describe-char-display): New function.
1578         (describe-char): Pay attention to display table on describing how
1579         a character is displayed.
1581         * international/mule-cmds.el (encoded-string-description):
1582         Prepend "0x" to each encoded byte.
1584 2003-09-28  Andreas Schwab  <schwab@suse.de>
1586         * find-file.el (ff-special-constructs): Add autoload cookie.
1588 2003-09-28  Kevin Ryde  <user42@zip.com.au>
1590         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
1591         makeinfo appends to duplicate index entries.
1593 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
1595         * dired-x.el (dired-clean-tex): Doc fix.
1597         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
1598         using a Chinese tutorial.
1600 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1602         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
1603         between "MAIL FROM:" and "RCPT TO:" and the following address.
1605 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1607         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
1609 2003-09-28  David Ponce  <david@dponce.com>
1611         * recentf.el (recentf-initialize-file-name-history): New defcustom.
1612         (recentf-load-list): When `recentf-initialize-file-name-history'
1613         is non-nil, initialize an empty `file-name-history' with the
1614         recent list.
1616 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
1618         * man.el (Man-default-man-entry): Remove the leading `*' from the
1619         word at point.
1621 2003-09-26  Lute Kamstra  <lute@gnu.org>
1623         * bindings.el (mode-line-position): Mention size indication in
1624         docstring.
1626 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
1628         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
1630         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
1631         because it's autoloaded now.
1633 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
1635         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
1636         (sh-font-lock-keywords, sh-feature): Fix previous change of
1637         sh-feature to avoid infloop with sh-font-lock-keywords.
1639 2003-09-25  Kim F. Storm  <storm@cua.dk>
1641         * frame.el (frame-current-scroll-bars): New defun.
1643         * window.el (window-current-scroll-bars): New defun.
1645 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1647         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
1648         cause errors when the state cache contains info on parts that have
1649         been narrowed out.
1651 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1653         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
1654         `c-setup-paragraph-variables' has to be used when this variable is
1655         changed; it doesn't work to reinitialize the mode since that
1656         typically clobbers the variable.
1658         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1659         Make it interactive.
1661 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1663         * progmodes/cc-fonts.el (c-font-lock-declarations):
1664         Fix recognition of constructors and destructors for classes whose
1665         names are matched by `*-font-lock-extra-types'.
1667         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
1668         followed by an identifier in C++ then it's a type.
1670 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1672         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
1673         problem that primarily affected XEmacs.  Don't use faces to find
1674         unterminated strings since Emacs and XEmacs fontify strings
1675         differently - this function should now work better in XEmacs.
1677 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1679         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
1680         `expand-abbrev' workaround which caused braces to misbehave inside
1681         macros.
1683         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1684         handling.  This bug could cause interactive font locking to bail out.
1686 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1688         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1689         Handle paren-style types in Pike.  Also fixed some cases of
1690         insufficient handling of unbalanced parens.
1692 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
1694         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1695         common shell prompts that are not common filename or URL characters.
1696         (ffap-file-at-point): Use the new regexp to strip the prompts from
1697         the file names. This is an issue mostly for user prompts that
1698         don't have a trailing space and find-file-at-point is invoked from
1699         within a shell inside emacs.
1701 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
1703         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1704         stamps numerically, rather than textually.
1706 2003-09-24  Kenichi Handa  <handa@m17n.org>
1708         * language/devan-util.el (devanagari-post-read-conversion):
1709         * language/mlm-util.el (malayalam-post-read-conversion):
1710         * language/tml-util.el (tamil-post-read-conversion):
1711         Add autoload cookie.
1713         * international/utf-8.el (utf-8-post-read-conversion):
1714         Call post-read-conversion functions for Devanagari, Malayalam,
1715         and Tamil.
1717 2003-09-23  Dave Love  <fx@gnu.org>
1719         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1721 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
1723         * progmodes/gud.el (perldb): Add gud-until to list of commands.
1724         Update gud-remove.
1726 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1728         * progmodes/sh-script.el (sh-mode-default-syntax-table):
1729         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
1730         (sh-mode-syntax-table-input): New variable.
1731         (sh-require-final-newline): Don't use eval.
1732         (sh-builtins, sh-leading-keywords, sh-other-keywords)
1733         (sh-variables, sh-font-lock-keywords): Don't use eval.
1734         (sh-set-shell): When setting require-final-newline,
1735         treat value = `require-final-newline' as don't change it.
1736         Set sh-mode-syntax-table locally based on
1737         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1739         * progmodes/compile.el (compile-internal):
1740         Call compilation-set-window-height before setting window start.
1742 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
1744         * emacs-lisp/bytecomp.el (byte-compile-log-file):
1745         Clear out byte-compile-last-warned-form.
1747 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1749         * woman.el (woman-file-name, woman-follow-word):
1750         If current-word returns nil, use "".
1752         * simple.el (eval-expression): Bind standard-output in to-buffer case.
1754 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1756         * emacs-lisp/lisp-mnt.el (lm-with-file):
1757         Don't visit the file, just use insert-file-contents in temp buffer.
1759 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
1761         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1762         Add surrounding \\( and \\) around the header, as in
1763         for lm-history-header 'Change Log\\|History'.
1765 2003-09-22  John Paul Wallington  <jpw@gnu.org>
1767         * progmodes/ld-script.el: Add Commentary section,
1768         minor cleanup of file header.
1769         (ld-script-font-lock-keywords): Doc fix.
1770         (toplevel): Provide `ld-script' feature.
1772 2003-09-21  Kim F. Storm  <storm@cua.dk>
1774         * scroll-bar.el (set-scroll-bar-mode): Initialize to
1775         new built-in variable default-frame-scroll-bars.
1776         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1777         scroll-bar-mode; notably, use it instead of t when we toggle
1778         scroll-bars on.
1779         (toggle-scroll-bar): Use default-frame-scroll-bars.
1781 2003-09-19  Masatake YAMATO  <jet@gyve.org>
1783         * pcvs.el (cvs-do-removal): Change the prompt depending on
1784         `filter' value.
1786 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1788         * startup.el (command-line-1): Stop startup-echo-area-message
1789         being hidden by "Loading image..." message.
1790         (use-fancy-splash-screens-p, display-splash-screen):
1791         Move display-graphic-p test from latter to former.
1793         * progmodes/sh-script.el (sh-font-lock-keywords):
1794         Highlight escaped EOLs differently from other backslash constructs.
1796 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1798         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1799         New functions.
1800         (edebug-enter, edebug-outside-excursion): Use them.
1802         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1803         Fix the condition for whether to print "In WHERE".
1805 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
1807         * finder.el (finder-mode-hook): New variable.
1808         (finder-mode): Run hook finder-mode-hook
1810 2003-09-18  Masatake YAMATO  <jet@gyve.org>
1812         * progmodes/ebrowse.el: Fix broken magic autoload comments.
1814 2003-09-17  Mario Lang  <mlang@delysid.org>
1816         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1817         "p %e" to actually print the value in the GUD buffer.
1819 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
1821         From David Ponce <david.ponce@wanadoo.fr>:
1822         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1823         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1824         from loaddefs-boot.el if necessary.
1826 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
1828         * progmodes/gud.el (gud-find-class): Make jdb work again since
1829         cc-mode changed the syntactic information.
1831 2003-09-15  David Ponce  <david@dponce.com>
1833         * recentf.el: (recentf-exclude): Accept predicates too.
1834         (recentf-file-readable-p): New function.
1835         (recentf-include-p): Handle predicates in recentf-exclude.
1836         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
1837         (recentf-cleanup): Likewise.
1838         (recentf-save-list): Use write-file to handle backup of
1839         recentf-save-file.
1841 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
1843         * loaddefs-boot.el: Renamed from `loaddefs.el'
1844         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1845         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1846         necessary.
1848 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
1850         * electric.el (Electric-pop-up-window): For the `one-window' case,
1851         no longer disconcertingly move point in the original buffer.
1853 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1855         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1857 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1859         * dired.el (dired-mode-map): Fix typo.
1861 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1863         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1865 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1867         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1868         the function is less noisy.  Now only `kill-buffer' can ask questions.
1870 2003-09-10  Mario Lang  <mlang@delysid.org>
1872         * battery.el: Update Commentary and Copyright.
1873         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1874         appear due to wrong ordering of the expressions in `or'.
1876 2003-09-09  Lute Kamstra  <lute@gnu.org>
1878         * misc.el (upcase-char): Fix docstring.
1879         (zap-up-to-char): New command.
1881 2003-09-08  David Ponce  <david@dponce.com>
1883         Ensure that recentf correctly updates the menu bar.
1884         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1885         (recentf-menu-bar): New function.
1886         (recentf-clear-data): Use it
1887         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
1888         of easy-menu-change.
1890 2003-09-08  Lute Kamstra  <lute@gnu.org>
1892         * simple.el (size-indication-mode): New.
1893         * bindings.el (mode-line-position): Add buffer size indicator.
1895 2003-09-04  Mario Lang  <mlang@delysid.org>
1897         * battery.el (battery-linux-proc-acpi): New function.
1898         (battery-status-function): Modify default value calculation to also
1899         check for availability of ACPI.
1900         (battery-echo-area-format): Ditto.
1901         (battery-mode-line-format): Ditto.
1903 2003-09-06  Dave Love  <fx@gnu.org>
1905         * ielm.el (ielm-mode-hook): Add :options.
1907         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1908         (eldoc-print-current-symbol-info): Use it.
1910 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
1912         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1913         being displayed in GUD buffer.
1914         (gdb-idle-input-queue): Remove var. Use just one queue.
1915         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1916         Remove functions.  Use just one queue.
1917         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1918         (gdb-invalidate-assembler, gdb-get-current-frame):
1919         Modify functions.  Use just one queue.
1921 2003-09-04  Dave Love  <fx@gnu.org>
1923         * cus-start.el: Add blink-cursor-alist.
1925         * ruler-mode.el (ruler-mode-fill-column-char)
1926         (ruler-mode-current-column-char): Use char-displayable-p,
1927         not window-system.
1929         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1931         * language/european.el (windows-1252): Move from code-pages.
1933         * language/cyrillic.el ("Windows-1251"): Delete.
1934         ("Bulgarian", "Belarusian"): Remove `features'.
1935         (windows-1251): Move from code-pages.
1937         * international/mule-diag.el (non-iso-charset-alist):
1938         Remove `codepage' stuff.
1939         (print-designation, list-coding-systems-1): Output fixes.
1941         * international/code-pages.el (cp-make-translation-table)
1942         (cp-valid-codes): Made defsubsts.
1943         (cp-fix-safe-chars): Delete.
1944         (mule-diag): Don't require.
1945         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1946         (top-level): Check for defined coding system when defining
1947         cp... aliases.  Change w32-add-charset-info test to avoid warning.
1948         (non-iso-charset-alist): Defvar when compiling.
1949         (cp-make-coding-system): Doc fix.
1951 2003-09-02  Jason Rumney  <jasonr@gnu.org>
1953         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1954         line-ends from CVS before doing conversion.
1956 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
1958         * calendar/diary-lib.el (diary-header-line-flag)
1959         (diary-header-line-format): New variables.
1960         (list-diary-entries): Use them to set header line in simple diary.
1962         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1963         other than font-lock-string-face to highlight backslashes.
1965 2003-09-01  Jason Rumney  <jasonr@gnu.org>
1967         * international/titdic-cnv.el (tit-read-key-value): Include \r in
1968         regexp.
1970 2003-09-01  Dave Love  <fx@gnu.org>
1972         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1974         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1975         and :help; also line and column numbers labels.
1977         * international/mule-util.el (char-displayable-p): Move from
1978         latin1-disp, rename and autoload.
1980         * international/latin1-disp.el (latin1-char-displayable-p):
1981         Now obsolete alias.  Replace uses with char-displayable-p.
1982         (latin1-display-ucs-per-lynx): Fix last change.
1984         * international/mule-cmds.el (standard-display-european-internal):
1985         Don't use char code for Latin-1 NBSP.
1986         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
1987         U+2018, U+2019 for `'.
1988         (select-safe-coding-system): Message fix.
1990 2003-09-01  Kenichi Handa  <handa@m17n.org>
1992         * international/fontset.el (setup-default-fontset): For Thai
1993         font, specify "*" family.
1995 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
1997         * progmodes/compile.el (previous-error): Accept a prefix
1998         argument, similarly to next-error.
2000 2003-08-31  Masatake YAMATO  <jet@gyve.org>
2002         * pcvs.el (cvs-do-removal): Use = instead of eq to check
2003         the number of files.  Bind the number of files to a local
2004         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
2006 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
2008         * vc-hooks.el (vc-make-version-backup): Fix the change made on
2009         2003-07-26: msdos-long-file-names is a function, not a variable.
2011 2003-08-29  Richard M. Stallman  <rms@gnu.org>
2013         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
2014         Do nothing with mail-personal-alias-file if it is nil.
2016         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
2017         Do nothing if mail-personal-alias-file is nil.
2019         * term.el (term-exec-1): Bind coding-system-for-read.
2021         * dired.el (dired-mouse-find-file-other-window):
2022         Use dired-view-command-alist here, as in dired-view-file.
2023         (dired-view-command-alist): Use %s to substitute file name.
2024         Handle .ps_pages, .eps, .jpg, .gif, .png.
2026 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2028         * info.el (Info-mode-map): Bind S-tab and <backtab> to
2029         `Info-prev-reference', instead of M-tab.
2031 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
2033         * simple.el (blink-matching-open): Work correctly on chars that
2034         are designated as parens through the syntax-table text property.
2036 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
2038         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
2039         line break position in the middle of a non-kinsoku (e.g. latin)
2040         word, making it skip until either a space or a character with
2041         category "|".
2042         (kinsoku-longer): Test for end of buffer.
2044 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
2046         * mail/rmail.el (rmail-convert-to-babyl-format):
2047         Detect quoted-printable- and base64-encoded messages and decode them
2048         automatically.  Set the message's encoding from the charset=
2049         header, if any.  Decode base64-encoded messages in Mail format as well.
2051 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2053         * mail/smtpmail.el Fix previous change:
2054         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
2055         calling smtpmail-via-smtp.
2056         (smtpmail-via-smtp): Add fall-back values for envelope-from.
2058 2003-08-26  John Paul Wallington  <jpw@gnu.org>
2060         * image.el (image-jpeg-p): Don't search beyond length of data.
2062 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2064         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
2065         misfeature in `expand-abbrev' which caused electric keywords like
2066         "else" to disappear if an open brace was typed directly afterwards.
2068 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2070         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
2071         mandatory in `define-widget'.
2073         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
2074         Don't align the operators "!=", "<=" and ">=" as assignment operators.
2076         (c-assignment-operators): New language constant that only contains
2077         the assignment operators.
2079         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
2081 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2083         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2084         Safeguard against unbalanced sexps.
2086 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
2088         * version.el (emacs-version): Check for gtk.  Include gtk version info.
2090 2003-08-25  John Paul Wallington  <jpw@gnu.org>
2092         * man.el (Man-default-man-entry): Don't whizz past the section
2093         number before looking for it.
2095 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
2097         * progmodes/gud.el (gud-display-line): Don't set window-point if
2098         source buffer is not visible. (Only happens with M-x gdba).
2100         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
2101         documentation.
2102         (gdb-source, gdb-source-info): Update to assembler unnecessary
2103         as its done after each GDB command anyway.
2104         (gdb-pre-prompt): Use with-current-buffer.
2105         (gdb-insert-field): Add help-echo text.
2106         (gdb-invalidate-assembler): Re-display of assembler now done in
2107         gdb-info-breakpoints-custom.
2108         (gdb-info-breakpoints-custom): Force re-display of assembler to
2109         happen *after* update of breakpoints buffer.
2110         (gdb-display-source-buffer): Don't choke if gdb-source-window
2111         isn't visible.
2112         (gdb-put-string, gdb-put-arrow): Remove free variables.
2114 2003-08-24  John Paul Wallington  <jpw@gnu.org>
2116         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
2118         * man.el (Man-default-man-entry): Strip text properties when
2119         snarfing parts of entry because `format' preserves properties.
2121 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2123         * files.el (file-newest-backup): Use `expand-file-name'.
2125         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
2126         Allow the diary to pop up a new frame, if needed.
2128         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
2129         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
2130         (smtpmail-send-it): Make treatment of envelope-from consistent with
2131         sendmail.el.
2133         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
2134         (sh-leading-keywords): Add the bash `time' reserved word.
2135         (sh-variables): Add some bash variables.
2136         (sh-add-completer): Fix nil branch of case statement.
2138 2003-08-24  Masatake YAMATO  <jet@gyve.org>
2140         * progmodes/ld-script.el: New file.
2142 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
2144         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
2146 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
2148         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
2149         Better explain obsolescence, and what to use instead.
2151 2003-08-23  Masatake YAMATO  <jet@gyve.org>
2153         * pcvs.el (cvs-do-removal): Show the deleted file name
2154         on the prompt.
2156 2003-08-20  Dave Love  <fx@gnu.org>
2158         * international/mule.el (make-coding-system)
2159         (set-buffer-file-coding-system): Doc fix.
2161         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
2163         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
2165         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
2167         * international/utf-16.el: Add mime-text-unsuitable coding system
2168         properties.
2170         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
2172         * cus-edit.el: Add some :links.
2173         (bib): Remove.
2175         * textmodes/bib-mode.el (bib): Add :group external.
2177 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
2179         * wid-edit.el (widget-echo-help): Make it handle expressions that
2180         evaluate to strings.
2182 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
2184         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
2186         Simplify selection of SQL products to define highlighting and
2187         interactive mode.  Includes detailed instructions on adding
2188         support for new products.
2190         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
2191         product for use in highlighting and interactive mode.
2192         (sql-interactive-product): New variable.  SQL product for
2193         sql-interactive-mode.
2194         (sql-product-support): New variable.  Specifies product-specific
2195         parameters to drive highlighting and interactive mode.
2196         (sql-imenu-generic-expression): Add more object types.
2197         (sql-sqlite-options): Correct comment.
2198         (sql-ms-program): Use "osql" rather than "isql".
2199         (sql-prompt-regexp, sql-prompt-length): Update comment.
2200         (sql-mode-menu): Add "Start SQLi session" entry.
2201         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
2202         (sql-mode-abbrev-table): Add abbreviations.  Support of
2203         SYSTEM-FLAG on define-abbrev.  Support was removed with last
2204         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
2205         (sql-mode-font-lock-object-name): Add font-lock pattern for object
2206         names.
2207         (sql-mode-ansi-font-lock-keywords): Set as default value.
2208         (sql-mode-oracle-font-lock-keywords): Set as default value.
2209         Support Oracle 9i keywords.
2210         (sql-mode-postgres-font-lock-keywords): Set as default value.
2211         (sql-mode-linter-font-lock-keywords): Set as default value.
2212         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
2213         SQLServer 2000.
2214         (sql-mode-sybase-font-lock-keywords)
2215         (sql-mode-interbase-font-lock-keywords)
2216         (sql-mode-sqlite-font-lock-keywords)
2217         (sql-mode-strong-font-lock-keywords)
2218         (sql-mode-mysql-font-lock-keywords)
2219         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
2220         keywords.
2221         (sql-mode-font-lock-defaults): Update comment.
2222         (sql-product-feature): New function.  Returns feature associated
2223         with a product from `sql-product-support' alist.
2224         (sql-product-font-lock): New function.  Set font-lock support
2225         based on `sql-product'.
2226         (sql-add-product-keywords): New function.  Add font-lock rules to
2227         product-specific keyword variables.
2228         (sql-set-product): New function.  Set `sql-product' and apply
2229         appropriate font-lock highlighting.
2230         (sql-highlight-product): New function.  Set font-lock support
2231         based on a product.  Also set mode name to include product name.
2232         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
2233         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
2234         Use `sql-set-product'.
2235         (sql-highlight-ms-keywords)
2236         (sql-highlight-sybase-keywords)
2237         (sql-highlight-interbase-keywords)
2238         (sql-highlight-strong-keywords)
2239         (sql-highlight-mysql-keywords)
2240         (sql-highlight-sqlite-keywords)
2241         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
2242         (sql-get-login): Prompt in the same order as the tokens.
2243         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
2244         (sql-product-interactive): New function.  Common portions of
2245         product-specific interactive mode wrappers.
2246         (sql-interactive-mode): Rewritten to use product features.
2247         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2248         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2249         (sql-db2, sql-linter): Use `sql-product-interactive'.
2250         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2251         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2252         (sql-connect-ingres, sql-connect-postgres)
2253         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2254         New functions.  Format command line parameters and invoke comint on
2255         the appropriate interpreter.  Code was in the corresponding
2256         `sql-xyz' function before.
2257         (sql-connect-ms): New function.  Support -E argument to use
2258         operating system credentials for authentication.
2260 2003-08-18  Kenichi Handa  <handa@m17n.org>
2262         * international/mule.el (encode-char): Fix for the ASCII case.
2264 2003-08-15  Kenichi Handa  <handa@m17n.org>
2266         * international/fontset.el (setup-default-fontset): Change "*" to
2267         nil in the specifications of font family.
2269 2003-08-18  Kim F. Storm  <storm@cua.dk>
2271         * kmacro.el (kmacro-keymap): Group related bindings in
2272         initialization for clarity.  Bind C-s to start macro.
2273         Remove C-r binding.
2274         (kmacro-initial-counter-value): New defvar to hold initial counter
2275         value in case we set the value before defining a macro.
2276         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
2277         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
2278         not defining or executing macro.  Doc fix.
2279         (kmacro-add-counter): Clear kmacro-initial-counter-value.
2280         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
2281         temporarily view older elements on the macro ring without cycling
2282         the ring.
2283         (kmacro-display): Doc fix.
2284         (kmacro-exec-ring-item): New helper function.
2285         (kmacro-call-ring-2nd): Use it.
2286         (kmacro-call-ring-2nd-repeat): Doc fix.
2287         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
2288         (kmacro-end-or-call-macro): Execute last viewed macro (using
2289         kmacro-exec-ring-item) from ring if this follows
2290         kmacro-view-macro.  This allows us to find a macro on the ring
2291         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
2292         the ring to bring it to the head of the ring.
2293         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
2294         Allow binding to reserved keys without specifying C-x C-k prefix.
2295         Ask for confirmation if entered key sequence is already bound to
2296         a non-macro command.
2297         (kmacro-view-macro): Repeating command will show older elements
2298         on the macro ring; C-k will execute the last viewed macro.
2299         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
2300         property from 'ring to 'head.
2302 2003-08-17  Alan Shutko  <ats@acm.org>
2304         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
2305         keeping December out of the alist.
2307 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2309         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
2310         * calendar/calendar.el (calendar-mode-map): Bind it to key.
2311         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
2312         (calendar-flatten): New function.
2313         (calendar-mouse-view-other-diary-entries)
2314         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
2315         in the menu title and to show multi-line diary entries correctly
2316         in the menu.
2318 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
2320         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
2321         defcustom, because the default was recently changed.
2323 2003-08-16  Richard M. Stallman  <rms@gnu.org>
2325         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
2327         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2328         New subroutine, broken out of eval-last-sexp-1.
2329         (eval-last-sexp-1): Use eval-last-sexp-print-value.
2331         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
2333         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
2335         * simple.el (eval-expression): Use eval-last-sexp-print-value.
2337 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
2339         * progmodes/compile.el (compilation-error-regexp-alist):
2340         Add Java ANt error detection as described in document
2341         http://ant.apache.org/faq.html
2343 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
2345         * simple.el (backward-word, forward-to-indentation)
2346         (backward-to-indentation):  Argument changed to optional.
2347         (next-line, previous-line): Use `or' instead of `unless'.
2349 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2351         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
2352         instead of a constant.
2354 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
2356         * shell.el (shell): With prefix-arg, suggest a new buffer name.
2358 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
2360         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
2361         (vc-sccs-workfile-version): Search the entire delta table, rather
2362         than just the first entry, because that might be a deleted version.
2364 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
2366         * menu-bar.el (menu-bar-options-menu): Supply a body for the
2367         [save-place] binding in the Options menu.  Have it require
2368         'saveplace' and then toggle the variable manually, to avoid an an
2369         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
2370         for the bug report.
2372 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
2374         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
2375         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
2376         (gdb-info-threads-custom): Add help-echo text.
2377         (gdb-display-back): Don't use purecopy.
2378         (gdb-info-breakpoints-custom, gdb-reset)
2379         (gdb-assembler-custom): Use display-images-p to test if breakpoint
2380         icons can be displayed.
2382 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
2384         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
2386 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
2388         * bookmark.el (bookmark-completing-read):
2389         Return a string, instead of a list of one string.
2390         Use a popup menu if activated from the mouse.
2391         (bookmark-edit-annotation): Remove unused vars.
2392         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
2393         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
2394         to bookmark-completing-read.
2395         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2396         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
2397         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
2398         and erase-buffer.
2399         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
2400         (bookmark-menu-jump, bookmark-menu-insert)
2401         (bookmark-popup-menu-and-apply-function)
2402         (bookmark-menu-popup-paned-bookmark-menu): Remove.
2403         (bookmark-menu-build-paned-menu): Remove by folding it into
2404         bookmark-menu-popup-paned-menu.
2405         (menu-bar-bookmark-map): Move the define-key statements here.
2406         Use the "non-menu" commands since they now pop up a menu if needed.
2407         (bookmark-exit-hook-internal): Simplify.
2409 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
2411         * reftex-toc.el (reftex-toc-rename-label): New function.
2412         (reftex-toc-check-docstruct): New function.
2414         * reftex.el (reftex-region-active-p): New function.
2416         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
2417         regexp to find the \bibliography macro.
2419         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
2420         which does not exist in LaTeX.
2421         (reftex-cite-format-builtin): Added amsrefs support.
2422         (reftex-toc-confirm-promotion): New option
2424         * reftex-toc.el
2425         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
2426         (reftex-toc-demote, reftex-toc-promote)
2427         (reftex-toc-do-promote, reftex-toc-promote-prepare)
2428         (reftex-toc-promote-action, reftex-toc-extract-section-number)
2429         (reftex-toc-newhead-from-alist)
2430         (reftex-toc-load-all-files-for-promotion): New functions.
2431         (reftex-toc-help): Added description of new keys.
2432         (reftex-toc-split-windows-fraction): New option.
2433         (reftex-recenter-toc-when-idle): Search *toc* window on all
2434         visible frames.
2435         (reftex-toc): Additional parameter REUSE
2436         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
2437         with REUSE argument.
2438         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
2439         the call of `reftex-toc'.
2440         (reftex-make-separate-toc-frame): New function .
2441         (reftex-toc-recenter): When called with triple prefix arg, call
2442         `reftex-make-separate-toc-frame' first.
2443         (reftex-toc-toggle-dedicated-frame): New command.
2444         (reftex-toc-quit): Adapted to delete frame when called in
2445         dedicated frame.
2447         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
2448         all enclosing macros.
2451 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2453         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
2454         first use.
2456 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2458         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
2460 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
2462         * calendar/calendar.el (list-diary-entries-hook)
2463         (diary-display-hook, nongregorian-diary-listing-hook)
2464         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
2465         Add some customize options for these hooks.
2466         (calendar-abbrev-construct): Don't try to take a substring longer
2467         than the original string.
2469 2003-08-05  Richard M. Stallman  <rms@gnu.org>
2471         * emacs-lisp/testcover.el (noreturn): Report error if does return.
2472         (testcover-reinstrument-clauses): Doc fix.
2474         * emacs-lisp/warnings.el: Doc fixes, args renamed.
2475         (warning-type-format): Rename from warning-group-format.
2477         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
2478         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
2479         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
2480         to prevent warnings about defvar for an obsolete variable.
2482         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
2483         warning-group-format renamed to warning-type-format.
2485         * subr.el (read-passwd): Use clear-string instead of fillarray.
2487         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
2488         Use vconcat instead of concat.
2489         (edmacro-sanitize-for-string): New function.
2491 2003-08-05  Dave Love  <fx@gnu.org>
2493         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
2494         line-number-display-limit-width.
2496         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
2498 2003-08-05  Kenichi Handa  <handa@m17n.org>
2500         * international/code-pages.el: Don't require mule-diag.
2502         * international/mule-diag.el (non-iso-charset-alist):
2503         Add autoload cookie.
2505         * language/devan-util.el (dev-glyph-order): Add an entry for the
2506         glyph code #xC4.
2508 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2510         * calendar/calendar.el (diary-file, diary-file-name-prefix)
2511         (european-calendar-style, diary-date-forms)
2512         (calendar-day-name-array, calendar-month-name-array): Doc change.
2513         (generate-calendar-month): Adapt for new behaviour of
2514         `calendar-day-name' function.
2515         (calendar-abbrev-length, calendar-day-abbrev-array)
2516         (calendar-month-abbrev-array): New variables.
2517         (calendar-abbrev-construct): New function.
2518         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
2519         rather than fixing abbrevs at some width.  Calling syntax change.
2520         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
2521         (calendar-date-string): Adapt for new behaviours of
2522         `calendar-day-name' and `calendar-month-name' functions.
2524         * calendar/diary-lib.el (list-diary-entries): Adapt for new
2525         behaviour of `calendar-day-name' and `calendar-month-name' functions.
2526         (diary-name-pattern): Use abbrev arrays, rather than fixing
2527         abbrevs at three chars.  Calling syntax change.
2528         (mark-diary-entries):  Adapt for new behaviours of
2529         `diary-name-pattern' and `calendar-make-alist' functions.
2530         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
2531         `diary-name-pattern' function.
2532         (font-lock-diary-date-forms): Use abbrev arrays, rather than
2533         fixing abbrevs at three chars.  Calling syntax change.
2534         (cal-hebrew, cal-islam): Require when compiling.
2535         (diary-font-lock-keywords): Adapt for new behaviour of
2536         `font-lock-diary-date-forms' function.
2538         * calendar/cal-hebrew.el: Reposition some code so defined before used.
2539         (calendar-hebrew-month-name-array-common-year)
2540         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
2541         (list-hebrew-diary-entries): Adapt for new behaviours of
2542         `calendar-day-name' and `add-to-diary-list' functions.
2543         (mark-hebrew-diary-entries): Adapt for new behaviours of
2544         `diary-name-pattern' and `calendar-make-alist' functions.
2546         * calendar/cal-islam.el (calendar-islamic-month-name-array):
2547         Add doc string.
2548         (list-islamic-diary-entries): Adapt for new behaviours of
2549         `calendar-day-name' and `add-to-diary-list' functions.
2550         (mark-islamic-diary-entries): Adapt for new behaviours of
2551         `diary-name-pattern' and `calendar-make-alist' functions.
2553         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
2554         `calendar-month-name' function.
2556         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
2558         * calendar/solar.el (solar-seasons-data): Move definition before use.
2560         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
2561         (cal-tex-LaTeX-hourbox): Move definition before use.
2563         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
2564         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
2565         lunar.el, solar.el
2566         (displayed-month, displayed-year): Define for compiler.
2568 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2570         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
2571         MODE.  Renamed from c-init-c-language-vars'.
2572         (c-initialize-cc-mode): Change accordingly.
2573         (c-common-init): Ditto.
2574         (c-mode): Ditto.
2575         (c++-mode): Use `c-init-language-vars-for'.
2576         (objc-mode): Ditto.
2577         (java-mode): Ditto.
2578         (idl-mode): Ditto.
2579         (pike-mode): Ditto.
2580         (awk-mode): Ditto.
2582 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2584         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
2585         or not the point moved.
2587         (c-search-decl-header-end): Don't trip up on operator identifiers
2588         in C++ and operators like == in all languages.
2590         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
2591         Detect leading labels correctly.
2593 2003-08-02  Andreas Schwab  <schwab@suse.de>
2595         * textmodes/ispell.el: Don't redo key bindings on loading, put
2596         them only in loaddefs.el.
2597         * bookmark.el: Likewise.
2598         * dabbrev.el: Likewise.
2599         * emerge.el: Likewise.
2601         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
2602         has more than one member.
2604         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2606 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2608         * lpr.el (printify-region): It was ending conversion before the
2609         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
2611 2003-07-31  John Paul Wallington  <jpw@gnu.org>
2613         * net/browse-url.el (browse-url-epiphany): Doc fix.
2615 2003-07-30  Kenichi Handa  <handa@m17n.org>
2617         * international/fontset.el (setup-default-fontset):
2618         Change registry names of Akurti fonts.
2620 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2622         * comint.el (comint-read-noecho): Use `clear-string' instead of
2623         `fillarray'.
2625 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
2627         * outline.el (outline-mode-hook): Add defvar.
2629 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
2631         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
2632         Restore assembler in source window if that is what has been selected.
2633         (menu): Add gdb-restore-windows to menu.  Make gdba
2634         specific menus only visible from gdba.
2636 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2638         * progmodes/compile.el (compilation-environment): New user variable.
2639         (compile-internal): Respect it.
2641 2003-07-23  Masatake YAMATO  <jet@gyve.org>
2643         * progmodes/gud.el (gdb-script-font-lock-keywords):
2644         Put `font-lock-function-name-face' on a symbol which includes
2645         `-' like `hook-run'.  Put font-lock-variable-name-face
2646         on a symbol starting with $.
2648 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
2650         * files.el (set-visited-file-name): Use truename for buffer-file-name.
2652 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2654         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
2656 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
2658         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
2659         Use with-no-warnings.
2660         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
2661         rather than to find-file-not-found-hook, which doesn't exist.
2663 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2665         * international/quail.el (quail-translate-key): Fix previous change.
2667 2003-07-25  John Paul Wallington  <jpw@gnu.org>
2669         * server.el (server-start): Check `server-process' is non-nil
2670         before killing it to avoid killing current buffer's process.
2672         * simple.el (choose-completion-string): Use `minibufferp';
2673         test `completion-reference-buffer' if `buffer' arg is nil.
2674         (push-mark): Use `when' and `unless'.
2675         (pop-mark): Use `when'.
2677         * mouse-sel.el (mouse-sel-get-selection-function):
2678         Check `x-last-selected-text-primary'.  Don't barf if it or
2679         `x-last-selected-text' aren't bound.
2681 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2683         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2685 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
2687         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2689 2003-07-23  John Paul Wallington  <jpw@gnu.org>
2691         * tooltip.el (defface tooltip): Inherit from variable-pitch.
2693 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2695         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2696         string.  Defvar the derived hook.
2698         * macros.el (insert-kbd-macro): Escape double quote character.
2699         From Thomas W Murphy <twm@andrew.cmu.edu>.
2701 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
2703         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2704         to match the specific mark rather than reusing comment-start-skip.
2706 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
2708         * progmodes/hideshow.el (hs-special-modes-alist):
2709         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
2711 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
2713         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2714         value using ?\s.
2716 2003-07-21  John Paul Wallington  <jpw@gnu.org>
2718         * subr.el (with-selected-window): Add closing paren.
2720 2003-07-21  Richard M. Stallman  <rms@gnu.org>
2722         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2723         (lisp-mode): Likewise.
2725         * subr.el (with-selected-window): Copy code form save-selected-window
2726         so as to call select-window with norecord arg.
2727         (dynamic-completion-table): Doc fix.
2728         (lazy-completion-table): Doc fix.
2730         * international/mule-cmds.el (set-locale-environment):
2731         langinfo renamed to locale-info.
2733         * international/mule.el (auto-coding-functions): Doc fix.
2735 2003-07-21  Kenichi Handa  <handa@m17n.org>
2737         * international/quail.el (quail-translate-key):
2738         Update quail-current-str correctly.
2740 2003-07-21  Andreas Schwab  <schwab@suse.de>
2742         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2743         ?, to "_".
2745 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2746         Version 2.0.36 of Tramp released.
2748         * net/tramp.el (tramp-default-password-end-of-line): Rename from
2749         tramp-password-end-of-line.
2750         (tramp-password-end-of-line): New method parameter.
2751         (tramp-get-password-end-of-line): Function to access method
2752         parameter `tramp-password-end-of-line', or variable
2753         `tramp-default-password-end-of-line' (default value).
2754         (tramp-methods): Add entries for new parameter
2755         tramp-password-end-of-line.
2756         (tramp-enter-password): Use new function
2757         `tramp-get-password-end-of-line'.
2758         (tramp-handle-insert-file-contents): Do not
2759         unconditionally inhibit the file operation file-local-copy, only
2760         do that when the inhibit-file-name-operation is currently
2761         insert-file-contents.  This fixes finding remote CVS-controlled
2762         files.  (It would barf on inserting the CVS/Entries file
2763         literally, because the file-local-copy handler wasn't called.)
2764         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2765         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2766         (tramp-initial-commands): New variable.
2767         (tramp-process-initial-commands): New function, using the variable.
2768         (tramp-open-connection-setup-interactive-shell): Call the new function.
2769         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2770         method into the buffer name, never use nil.  Reported by Hanak
2771         David <dhanak@inf.bme.hu>.
2772         (tramp-open-connection-setup-interactive-shell): Erase buffer
2773         before sending "stty -onlcr".
2775         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2777 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
2779         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2781 2003-07-19  John Paul Wallington  <jpw@gnu.org>
2783         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2784         (artist-draw-rect, artist-draw-square): Doc fixes.
2786         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2788         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2790 2003-07-19  Kenichi Handa  <handa@m17n.org>
2792         * international/kkc.el (kkc-show-conversion-list-update):
2793         Highlight the correct candidate in the message.
2795 2003-07-18  John Paul Wallington  <jpw@gnu.org>
2797         * simple.el (current-word): Don't include punctuation char when
2798         `really-word' arg is non-nil.
2800 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
2802         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2803         moved to the directory obsolete.
2805 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2807         * info.el (Info-menu-entry-name-re): Allow newlines in
2808         menu entry names.
2810         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2811         syntax-ppss-after-change-function.
2812         (syntax-ppss-after-change-function): New alias.  Update uses.
2813         (syntax-ppss): Catch the case where the buffer is narrowed.
2815 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2817         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2818         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2820 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2822         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2823         since it might be modified.
2825         * progmodes/cc-langs.el (c++-make-template-syntax-table)
2826         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2827         names to these language constants.
2829 2003-07-15  Kim F. Storm  <storm@cua.dk>
2831         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2832         All uses changed.
2834 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
2836         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2837         Namespace support.
2839 2003-07-13  Juanma Barranquero  <lektu@terra.es>
2841         * frame.el (modify-all-frames-parameters): Reinstall (copyright
2842         papers received).
2844 2003-07-13  Karl Eichwalder  <ke@suse.de>
2846         * textmodes/po.el (po-find-charset): White space at the start of the
2847         Content-Type field body is non-mandatory.
2849 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2851         * textmodes/texinfo.el (texinfo-section-list):
2852         Append appendixsection; a synonym for appendixsec.
2854 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
2856         * man.el (Man-translate-cleanup): New.
2857         (Man-translate-references): Call `Man-translate-cleanup' to clean
2858         leading, trailing and middle spaces.
2860 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
2862         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2863         Handle `dired-directory' being a list.
2865 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2867         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2868         it doesn't exist.
2870 2003-07-12  Richard M. Stallman  <rms@gnu.org>
2872         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2874         * progmodes/cc-defs.el (c-make-keywords-re):
2875         Don't use delete-duplicates.
2876         (c-lang-const): Don't use mapcan.
2878         * apropos.el (apropos-show-scores): Make it customizable.
2879         Document new meaning.
2880         (apropos): Compute scores from symbols.
2881         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2883 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2885         * ps-bdf.el: Fix copyright line.
2886         (bdf-directory-list): Fix initialization code.
2888 2003-07-11  John Paul Wallington  <jpw@gnu.org>
2890         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2891         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2892         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2894 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
2896         * emacs-lisp/ring.el (ring-elements): Doc fix.
2898 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2900         * calendar/timeclock.el (timeclock-relative)
2901         (timeclock-ask-before-exiting, timeclock-use-display-time):
2902         Doc changes.
2903         (timeclock-modeline-display): Give a message if
2904         `timeclock-use-display-time' is non-nil but `display-time-mode'
2905         is not active.
2907 2003-07-11  Kenichi Handa  <handa@m17n.org>
2909         * international/mule-cmds.el (set-language-environment):
2910         Set current-language-environment to the correct string.
2912 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2914         * ps-print.el: Print line number correctly in a region.  Reported by
2915         Tim Allen <timallen@ls83.fsnet.co.uk>
2916         (ps-print-version): New version number (6.6.2).
2917         (ps-printing-region): Code fix.
2919 2003-07-10  John Paul Wallington  <jpw@gnu.org>
2921         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2922         this function can be called from `add-completions-from-tags-table'.
2924 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
2926         * calendar/timeclock.el (timeclock-use-display-time)
2927         (timeclock-day-over-hook, timeclock-workday-remaining)
2928         (timeclock-status-string, timeclock-when-to-leave)
2929         (timeclock-when-to-leave-string, timeclock-log-data)
2930         (timeclock-find-discrep, timeclock-day-base)
2931         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2932         (timeclock-modeline-display): Set the variable
2933         `timeclock-modeline-display'.
2934         (timeclock-update-modeline): Doc fix.  Respect value of
2935         `timeclock-relative'.
2937 2003-07-09  Richard M. Stallman  <rms@gnu.org>
2939         * textmodes/reftex-parse.el (reftex-all-document-files):
2940         Add autoload cookie.
2942         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2943         (reftex-scanning-info-available-p): Add autoload cookie.
2945         * international/mule-cmds.el
2946         (set-display-table-and-terminal-coding-system): Delete duplicate
2947         aset on standard-display-table.
2949         * view.el (view-file): If existing buffer's major mode is special,
2950         don't go into view mode.
2952         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2954 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2956         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2957         buffer changes; there's third party code that calls this function
2958         directly.
2960 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2962         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2963         (autodoc-font-lock-keywords): Don't byte compile on font lock
2964         initialization when running from byte compiled files.
2966 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2968         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2969         statement ends with auto-increment "++".
2971 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2973         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2974         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2975         these are changed, so declare them as variables and not constants.
2977 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
2979         * subr.el (dolist, dotimes):  Doc fix.
2981 2003-07-08  Kim F. Storm  <storm@cua.dk>
2983         * international/mule-cmds.el
2984         (set-display-table-and-terminal-coding-system): Don't break
2985         bootstrap if standard-display-table isn't setup yet.
2987 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2989         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2990         Give it a doc string, and autoload it.
2992         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2993         Use with-no-warnings.
2995         * info.el (Info-search): If find invisible text, search again.
2997         * isearch.el (search-whitespace-regexp): Add a shy group around it.
2999         * man.el (Man-name-regexp): Match + as part of name.
3001         * simple.el (visible-mode): Rename from vis-mode.
3002         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
3004         * simple.el (current-word): New arg REALLY-WORD specifies
3005         don't include punctuation chars.
3007         * emacs-lisp/debug.el (debug, debugger-env-macro):
3008         Use with-no-warnings while accessing and binding unread-command-char.
3010         * international/mule-cmds.el
3011         (set-display-table-and-terminal-coding-system): Use explicit loop
3012         instead of calling standard-display-default.
3014         * net/ange-ftp.el (ange-ftp-file-symlink-p):
3015         Use condition-case to catch error in ange-ftp-get-files.
3017         * net/browse-url.el (browse-url-browser-function):
3018         Add alternative for Epiphany.
3019         (browse-url-epiphany-program, browse-url-epiphany-arguments)
3020         (browse-url-epiphany-startup-arguments)
3021         (browse-url-epiphany-new-window-is-tab): New variables.
3022         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
3024         * progmodes/compile.el (compile-auto-highlight): Default now t.
3025         (compile): Doc fix.
3026         (compilation-next-error): Fix previous change.
3028         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
3030         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
3032 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
3034         * gdb-ui.el (gdb-source-info): Display current frame when
3035         attaching to an existing process.
3036         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
3037         while laying out windows when attaching to an existing process.
3039 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
3041         * info.el (Info-menu): Use Info-menu-entry-name-re.
3043 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
3045         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
3046         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
3048         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
3049         to match the same text.
3051 2003-07-06  John Paul Wallington  <jpw@gnu.org>
3053         * vc.el (vc-annotate-offset): Move defvar up.
3055 2003-07-06  Kim F. Storm  <storm@cua.dk>
3057         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
3058         This should fix the infinite loop when extracting menu names.
3060 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3062         * files.el (auto-mode-alist, interpreter-mode-alist):
3063         Remove entries to CC Mode modes to avoid duplicates; they are now added
3064         with autoload directives in cc-mode.el.
3066 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3068         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3069         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3070         these are changed, so declare them as variables and not constants.
3072         * progmodes/cc-mode.el: Fix some autoload problems: Try to
3073         ensure that the entry for ".c" extension comes before the one for
3074         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
3075         Fix incorrect entries that were added to `interpreter-mode-alist'.
3076         Move the autoload directives for AWK to the top level since they
3077         aren't recognized anywhere else.  Do not use the new AWK mode doc
3078         in the autoload form for the old AWK mode.
3080 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3082         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
3083         (bibtex-sort-ignore-string-entries): Default value t.
3084         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
3085         erroneously in previous version.
3086         (bibtex-string-files): Docstring reflects new parsing scheme.
3087         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
3088         docstring, add # as one of the chars to crush
3089         (bibtex-autokey-prefix-string, bibtex-autokey-names)
3090         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
3091         (bibtex-autokey-name-change-strings)
3092         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
3093         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
3094         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
3095         (bibtex-autokey-title-terminators)
3096         (bibtex-autokey-titlewords-stretch)
3097         (bibtex-autokey-titleword-ignore)
3098         (bibtex-autokey-titleword-case-convert)
3099         (bibtex-autokey-titleword-abbrevs)
3100         (bibtex-autokey-titleword-abbrevs)
3101         (bibtex-autokey-titleword-change-strings)
3102         (bibtex-autokey-titleword-length)
3103         (bibtex-autokey-titleword-separator)
3104         (bibtex-autokey-name-year-separator)
3105         (bibtex-autokey-year-title-separator)
3106         (bibtex-autokey-before-presentation-function)
3107         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
3108         Fix docstring.
3109         (bibtex-strings, bibtex-reference-keys):
3110         Use lazy-completion-table and make-variable-buffer-local.
3111         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
3112         (bibtex-braced-string-syntax-table)
3113         (bibtex-quoted-string-syntax-table): New variables.
3114         (bibtex-parse-nested-braces): Remove.
3115         (bibtex-parse-field-string): Use syntax table and forward-sexp.
3116         (bibtex-parse-association): Simplify.
3117         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
3118         (bibtex-parse-field-text): Simplify.
3119         (bibtex-search-forward-field, bibtex-search-backward-field):
3120         argument BOUND can take value t.
3121         (bibtex-start-of-field, bibtex-start-of-name-in-field)
3122         (bibtex-end-of-name-in-field, bibtex-end-of-field)
3123         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
3124         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
3125         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
3126         (bibtex-skip-to-valid-entry): Return buffer position of beginning
3127         and ending of entry.  Update for changes of bibtex-search-entry.
3128         Simplify.
3129         (bibtex-map-entries): FUN is called with three arguments.
3130         (bibtex-search-entry): Return a cons pair with buffer positions of
3131         beginning and end of entry.
3132         (bibtex-enclosing-field): Simplify.
3133         (bibtex-format-entry): Use booktitle to set a missing title.
3134         (bibtex-autokey-get-names): Fiddle with regexps.
3135         (bibtex-generate-autokey): Use identity.
3136         (bibtex-parse-keys): Use simplified parsing algorithm if
3137         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
3138         arguments. Return alist of keys.
3139         (bibtex-parse-strings): Simplify. Return alist of strings.
3140         (bibtex-complete-string-cleanup): Fix docstring.
3141         (bibtex-read-key): New function.
3142         (bibtex-mode): Fix docstring. Do not parse for keys and
3143         strings when the mode is entered. Set fill-paragraph-function to
3144         bibtex-fill-field. Setup font-lock-mark-block-function the way
3145         font-lock intended.
3146         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
3147         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
3148         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
3149         (bibtex-Preamble): Avoid hard coded constants.
3150         (bibtex-make-field): Fix docstring. Simplify.
3151         (bibtex-beginning-of-entry): Always return new position of point.
3152         (bibtex-end-of-entry): Rearrange cond clauses.
3153         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
3154         Update for changes of bibtex-map-entries.
3155         (bibtex-ispell-abstract): Do not move point.
3156         (bibtex-entry-index): Use downcase. Simplify.
3157         (bibtex-lessp): Handle catch-all.
3158         (bibtex-find-crossref): Turn into a command.
3159         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
3160         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
3161         preamble entries.
3162         (bibtex-fill-field-bounds): New function.
3163         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
3164         (bibtex-fill-entry): Use bibtex-fill-field-bounds
3165         (bibtex-String): Use bibtex-strings.  Always obey
3166         bibtex-sort-ignore-string-entries.
3168 2003-07-05  John Paul Wallington  <jpw@gnu.org>
3170         * cus-theme.el (customize-create-theme):
3171         Call `customize-create-theme' in Reset widget's notify function.
3173         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
3174         (ibuffer-mark-interactive): Use `or' instead of `unless'.
3175         (define-ibuffer-column name): Add summarizer.
3176         (define-ibuffer-column size): Likewise.
3177         (define-ibuffer-column filename): Likewise.
3178         (define-ibuffer-column process): Likewise.  Change BODY's output too.
3179         (define-ibuffer-column filename-and-process): Likewise, likewise.
3180         (ibuffer): Remove local vars `already-in' and `need-update'.
3182         * ibuf-ext.el: Don't require `derived' at compile-time.
3184 2003-07-05  Kim F. Storm  <storm@cua.dk>
3186         * info.el: Disable paragraph refilling.
3187         (Info-refill-paragraphs): New defcustom.
3188         (Info-fontify-node): Use it.
3190 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
3192         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
3193         thingies from constructors created by defstruct.
3195         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
3196         the default value of the variable.
3197         (byte-code-meter): Move declaration to top level.
3199         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
3201         * info.el (Info-following-node-name-re): New fun.
3202         (Info-following-node-name): Remove.
3203         (Info-insert-dir): Use the new fun.
3204         (Info-extract-pointer): Don't save restriction; use new fun.
3205         (Info-menu-entry-name-re): New const.
3206         (Info-menu-entry-name-re): Use it along with new fun.
3207         (Info-node-spec-re): Use new fun.
3208         (Info-complete-menu-item, Info-fontify-node): Use new const.
3209         (Info-goto-node, Info-follow-reference, Info-menu-update):
3210         Use match-string.
3211         (Info-follow-reference): Use assoc-string.
3212         Use a list of strings for the completion table.
3213         (Info-fontify-node): Use match-string, line-end-position.
3214         Limit the search for `node:' to the first line.
3216         * newcomment.el (uncomment-region): Remove padding coming from
3217         comment-start rather than just from comment-padding.
3219         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
3220         (vc-cvs-stay-local-p): Use vc-stay-local-p.
3221         (vc-cvs-rename-file): Remove (use the default).
3222         (vc-cvs-register): Register parent dir if needed.
3223         (vc-cvs-could-register): Return non-nil if parent can be registered.
3224         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
3225         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
3227         * vc-svn.el (vc-svn-use-edit): Make it into a const.
3228         (vc-svn-update): Fix the arguments to `svn'.
3229         (vc-svn-diff-tree): Just use `vc-svn-diff'.
3230         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
3231         Simple implementations, assuming `name' is a URL.
3233         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
3234         set of chars allowed unquoted in a case pattern.
3236         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
3238         * font-lock.el (font-lock-extra-types-widget)
3239         (c-font-lock-extra-types, c++-font-lock-extra-types)
3240         (objc-font-lock-extra-types, java-font-lock-extra-types)
3241         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
3242         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
3243         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3244         (font-lock-match-c++-structor-declaration)
3245         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
3246         (c++-font-lock-keywords-3, c++-font-lock-keywords)
3247         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
3248         (objc-font-lock-keywords-3, objc-font-lock-keywords)
3249         (java-font-lock-keywords-1, java-font-lock-keywords-2)
3250         (java-font-lock-keywords-3, java-font-lock-keywords)
3251         (java-font-lock-syntactic-face-function): Remove obsolete code
3252         and constants.  It's all in cc-fonts.el now.
3254 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
3256         * mail/sendmail.el (mail-specify-envelope-from)
3257         (mail-envelope-from): Doc fix.
3259 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
3261         * generic-x.el: Do away with the dependency on `c-emacs-features'
3262         when populating `rul-generic-mode-syntax-table'; we already know
3263         this isn't XEmacs.
3265 See ChangeLog.10 for earlier changes.
3267 ;; Local Variables:
3268 ;; coding: iso-2022-7bit
3269 ;; End:
3271     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3272   Copying and distribution of this file, with or without modification,
3273   are permitted provided the copyright notice and this notice are preserved.
3275 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1