(vcursor-modifiers): New defcustom.
[emacs.git] / lisp / ChangeLog
blob2894f660197d51da1dfc368c00c69513efbd900e
1 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3         * vcursor.el (vcursor-modifiers): New defcustom.
4         (vcursor-cs-binding): Use vcursor-modifiers instead of a
5         hard-coded list.
7 2004-02-21  Masatake YAMATO  <jet@gyve.org>
9         * play/animate.el (animate-birthday-present): Accept names other
10         than `Sarah', too.
12 2004-02-21  Juri Linkov  <juri@jurta.org>
14         * startup.el: Remove table of command line arguments from the
15         Commentary section.
17 2004-02-20  John Wiegley  <johnw@newartisans.com>
19         * eshell/em-pred.el (eshell-modifier-alist): Changed the "eval
20         again" modifier from 'e' to 'E', since 'e' is also used by the
21         "file extension" modifier.
23 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
25         * help-fns.el (describe-categories): Doc fix.
27 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
30         temporary file for buffer already visiting one.  This change makes
31         output likely to be directly usable by patch program.
32         Suggested by Adrian Aichner  <adrian@xemacs.org>
34 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
36         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
37         case of variables defined in compound statements.
38         (gdb-setup-windows, gdb-source-info, gdb-source-info): Simplify
39         constructions using switch-to-buffer.
41 2004-02-19  Simon Josefsson  <jas@extundo.com>
43         * play/morse.el: Fix typo.
44         (morse-code): Add @.
46 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
48         * calendar/appt.el (appt-display-format): Change default to
49         'ignore, for backwards compatability.
50         (appt-display-message): If appt-display-format is 'ignore,
51         respect old vars appt-msg-window and appt-visible.
52         (appt-activate): Don't depend on return value of cancel-timer.
54         * calendar/calendar.el (calendar-holidays): Doc fix.
56         * calendar/cal-coptic.el (coptic-prompt-for-date):
57         Use assoc-string instead of assoc-ignore-case.
58         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
59         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
60         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
61         * calendar/cal-islam.el (calendar-goto-islamic-date)
62         (mark-islamic-diary-entries): Ditto.
63         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
64         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
65         (calendar-read-mayan-tzolkin-date): Ditto.
66         * calendar/calendar.el (calendar-read-date): Ditto.
67         * calendar/diary-lib.el (mark-diary-entries): Ditto.
69 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
71         * progmodes/executable.el (executable-command-find-posix-p):
72         Fix choice of the directory.
74 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
76         * simple.el (interprogram-cut-function)
77         (interprogram-paste-function, kill-new, kill-append):
78         Doc fixes.
79         (kill-region): Make it return nil.  Doc fix.
80         (yank-pop): Make its argument optional.
81         (yank): Make ARG `-' equivalent to `-1'.
83 2004-02-17  Eli Zaretskii  <eliz@elta.co.il>
85         * mail/rmail.el (rmail-get-new-mail): Don't reference
86         rmail-use-spam-filter if rmail-spam-filter is not loaded.
88 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
90         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
91         if one of global-auto-revert-non-file-buffers or autorevert-mode
92         is non-nil.
94 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
96         * subr.el (delete-dups): A better implementation from Karl Heuer
97         <kwzh@gnu.org>.
99 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
101         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
102         correct place.
103         * progmodes/icon.el (icon-indent-command): Ditto.
104         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
106 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
108         * progmodes/grep.el (grep-compute-defaults): Undo change from
109         2004-01-29: don't use executable-command-find-posix-p.
111 2004-02-16  Richard Sharman  <rsharman@pobox.com>
113         * hilit-chg.el: Use require instead of eval-and-compile.
114         (highlight-compare-buffers): New function.
116 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
118         * man.el (Man-fontify-manpage): Render section headings in
119         `Man-overstrike-face' even when overstrike was not used by man
120         formatter for section headings.
122 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
124         * rmail-spam-filter.el: (vm-use-spam-filter)
125         (rsf-min-region-length-added-to-spam-list): New variables.
126         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
127         rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
128         spam testing.  Don't delete spam message if automatic deletion
129         after output via variable rmail-delete-after-output is turned on.
130         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
131         rsf-bbdb-dont-create-entries-for-spam.
132         (check-field): New function, extracted from code in
133         rmail-spam-filter to ease addition of header fields like
134         content-type.
135         (message-content-type): New variable to check the content-type:
136         field added, also in defcustom of rsf-definitions-alist.
137         (rmail-spam-filter): Replace repeated test code for header fields
138         by calls to check-field; change the call to
139         rmail-output-to-rmail-file such that rmail-current-message stays
140         the same to avoid wrong deletion of unseen flags.
141         (rsf-add-contents-type): New function to convert old format
142         of rmail-spam-definitions-alist into new one.
143         Change prefixes of all variables and functions from
144         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
146 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
148         * loadhist.el (unload-hook-features-list): New defvar.
150 2004-02-16  Dave Love  <fx@gnu.org>
152         * loadhist.el (unload-feature): Doc fix.  Rename flist to
153         unload-hook-features-list.
155 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change).
157         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
158         cookie.  Don't check if we are looking-at open-formula.
160 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
162         * subr.el (match-string-no-properties): Use substring-no-properties.
164 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
166         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
167         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
168         Use lower-case "rx" in all error message.
170 2004-02-16  Dave Love  <fx@gnu.org>
172         * emacs-lisp/rx.el (rx-or): Put group around result.
173         (rx-constituents): Add backref.
174         (rx-syntax): Add string-delimiter, comment-delimiter.
175         (rx-categories): Add combining-diacritic.
176         (rx-check-not, rx-greedy, rx): Doc fix.
177         (rx-backref, rx-check-backref): New.
179 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
181         * newcomment.el (uncomment-region): Allow eob as comment end.
183 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>  (tiny change)
185         * filecache.el: All message and error commands now use prefix
186         "Filecache:" to make it easy to read *Messages* buffer.
188 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
190         Autorevert: Add support to detect changed dired buffers and for
191         VC controlled files.
192         * autorevert.el (auto-revert-active-p, auto-revert-list-diff)
193         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
194         (auto-revert-handler, auto-revert-active-p): New functions.
195         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
196         and `auto-revert-active-p'.
197         (eval-when-compile): Defvar dired-directory and vc-mode.
198         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
199         (auto-revert-handler-vc): New functions.
201 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
203         * progmodes/compile.el (compilation-directory): New defvar.
204         (compile): Save current directory in compilation-directory.
205         (recompile): Bind default-directory to compilation-directory if
206         that is non-nil.
208 2004-02-16  Dave Love  <fx@gnu.org>
210         * newcomment.el (comment-insert-comment-function)
211         (comment-region-function, uncomment-region-function): New.
212         (comment-indent): Use comment-insert-comment-function.
213         (uncomment-region): Use uncomment-region-function.
214         (comment-region): Use comment-region-function.
216         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
218 2004-02-16  Richard Stallman  <rms@gnu.org>
220         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
221         loaddefs* and ldefs-boot*.
223 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
225         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
226         and email address at the beginning and end of the address.
228         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
229         anchored at the beginning of the email address.
231 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
233         * international/ccl.el (ccl-compile-write): Pass `left' to
234         ccl-embed-code to generate correct code of write-expr-register.
236 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
238         * progmodes/grep.el (grep-compute-defaults): Fix typos.
240 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
242         * x-dnd.el: Mention support for Motif in commentary.
243         (x-dnd-handle-drag-n-drop-event): Ditto.
245 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
247         * ses.el: Use "ses--" prefixes for buffer-local variables.
248         Use (point-min) instead of 1, even when we know the buffer
249         is unnarrowed.
250         (ses-build-load-map): Delete.  Distribute its content to defconst's for
251         the three maps.
252         (ses-menu, ses-header-line-menu): New menus.
253         (ses-mode-map): Use them.
254         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
256 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
258         * Makefile.in: Fix the CC Mode recompile kludge so it works
259         when building in a different directory.
261 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
263         * simple.el (kill-new): Put yank-handler property on the entire string.
265 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
267         * diff.el: Don't use compile any more, use diff-mode instead.
268         (diff-regexp-alist, diff-old-file, diff-new-file)
269         (diff-parse-differences, diff-process-setup): Remove.
270         (diff-sentinel): New fun.
271         (diff): Use it.  Run the process ourselves.
272         Use diff-mode for the rest of the processing.
274         * diff.el (diff): Simplify code handling `switch'.
276 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * pcvs-defs.el (cvs-menu): Add `tag'.
280 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
282         * simple.el (kill-append): Doc fix.
284         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
285         Adapt outline-regexp to the new conventions for commenting out code.
287 2004-02-11  John Paul Wallington  <jpw@gnu.org>
289         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
291 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * diff.el (diff-switches): New fun.
294         (diff, diff-backup): Use it.
295         (diff): Clean up the args construction.  Use backquote.
296         Use listp instead of consp to avoid putting a nil arg.
298 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
300         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
301         handeled by x-dnd-handle-file-name.
302         (x-dnd-known-types): Add COMPOUND_TEXT.
303         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
304         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
305         x-dnd-empty-state.
306         (x-dnd-forget-drop): Ditto.
307         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
308         (x-dnd-handle-one-url): Return private when inserting text.
309         (x-dnd-insert-ctext): New function.
310         (x-dnd-handle-file-name): New function for FILE_NAME.
311         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
312         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
313         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
315 2004-02-10  Kenichi Handa  <handa@m17n.org>
317         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
318         instead of while loop.
320 2004-02-10  Miles Bader  <miles@gnu.org>
322         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
324 2004-02-09  Kenichi Handa  <handa@m17n.org>
326         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
327         have end-of-line.
329 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
331         * Makefile.in: Added extra dependencies in the recompile target
332         needed to cope with the compile time macro expansions in CC Mode.
334 2004-02-09  Kim F. Storm  <storm@cua.dk>
336         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
337         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
338         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
339         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
340         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
341         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
342         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
343         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
344         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
345         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
346         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
348 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
351         Don't allow shrink if there's a window on our right.
353         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
354         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
355         Bring together declaration and initialization.
356         (prolog-mode-variables): Don't set the syntax table.
357         Don't set paragraph-start and comment-indent-function.
358         Add /*..*/ to the comment regexps.
359         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
360         (prolog-mode-map): Don't bind TAB.
361         (prolog-mode): Set the syntax table.
362         (prolog-comment-indent): Remove.
363         (inferior-prolog-mode-map): Initialize in the declaration.
364         (inferior-prolog-mode-syntax-table)
365         (inferior-prolog-mode-abbrev-table): New vars.
366         (inferior-prolog-mode): Derive from comint-mode.
367         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
368         minibuffer windows.
370         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
371         in file names, as long as it is unabmiguous.
373 2004-02-08  Andreas Schwab  <schwab@suse.de>
375         * textmodes/reftex-toc.el
376         (reftex-toc-load-all-files-for-promotion): Remove useless use of
377         format.  Doc fix.
379         * textmodes/refer.el (refer-find-entry-internal): Remove extra
380         format string arguments.
382         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
383         string argument.
385         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
387         * play/zone.el (zone-call): Fix format string.
389         * net/webjump.el (webjump-builtin): Add missing format string argument.
391         * midnight.el (midnight-delay-set): Remove extra format string argument.
393         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
395         * hexl.el (hexl-insert-char): Add missing format string argument.
397         * format.el (format-decode): Fix format string.
399         * emulation/vi.el (vi-mode): Remove extra format string argument.
400         (vi-repeat-last-search): Likewise.
401         (vi-reverse-last-search): Likewise.
402         (vi-goto-mark): Likewise.
403         (vi-reverse-last-find-char): Likewise.
404         (vi-repeat-last-find-char): Likewise.
405         (vi-locate-def): Likewise.
407         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
409         * ediff-util.el (ediff-toggle-read-only): Remove extra format
410         string argument.
411         (ediff-toggle-regexp-match): Likewise.
413         * dired-aux.el (dired-do-query-replace-regexp): Add missing
414         format string argument.
416         * calc/calc-map.el (calc-get-operator): Remove extra format
417         string argument.
419         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
421         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
422         string argument.
424         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
426         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
428         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
430         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
431         (cl-struct-setf-expander): Likewise.
433         * vc.el (with-vc-file): Fix unsafe uses of error.
434         (vc-cancel-version): Likewise.
436 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
438         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
439         thousands separator; fixes <class>:<line-number> regexp for
440         non-english locales.
442 2004-02-08  Andreas Schwab  <schwab@suse.de>
444         * view.el (view-mode-enable): Revert previous change.
446 2004-02-07  Kim F. Storm  <storm@cua.dk>
448         * simple.el (line-number-at-pos): Rename from line-at-pos.
449         Uses changed (what-line and vc-annotate-warp-version).
451 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
454         (diff-mode): Remove aborted attempt at support for compile.el.
455         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
457 2004-02-06  Andreas Schwab  <schwab@suse.de>
459         * view.el (view-mode-enable): Add view-mode-map to
460         minor-mode-overriding-map-alist.
462 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
464         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
466 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
469         with point inside rather than after the paragraph.
471 2004-02-04  Sam Steingold  <sds@gnu.org>
473         * mail/smtpmail.el (smtpmail-try-auth-methods):
474         Do not try authentication when no mechanism is available.
475         Pass port-name as defaultport to `netrc-machine'.
477 2004-02-04  Stephen Eglen  <stephen@gnu.org>
479         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
480         to show how minibuffer height can be constrained.
482 2004-02-04  John Paul Wallington  <jpw@gnu.org>
484         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
486 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
488         * x-dnd.el: New file for drag and drop.
490         * term/x-win.el: require x-dnd, set after-make-frame-functions
491         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
492         drag-n-drop event.
494         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
495         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
496         (dired-dnd-handle-file): New functions for drag and drop support.
497         (dired-mode): Initialize drag and drop if x-dnd present.
499 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
502         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
503         (cperl-mode): Set fill-paragraph-function.
504         (cperl-fill-paragraph): Make it non-interactive.
506 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
508         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
510 2004-02-02  David Kastrup  <dak@gnu.org>
512         * replace.el (perform-replace): Allow 'literal argument in
513         regexp-flag to indicate literal replacement.
514         (query-replace-regexp-eval): Use it.
516 2004-02-01  Andreas Schwab  <schwab@suse.de>
518         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
520 2004-02-01  Stephen Eglen  <stephen@gnu.org>
522         * info-look.el: Add support for maxima-mode.  Update commentary
523         because info-lookup-symbol is now bound to C-h S.
525 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
527         * simple.el (edit-and-eval-command): Bind print-level and
528         minibuffer-history-sexp-flag around call to read-from-minibuffer.
529         Correct initial position in command-history.
531 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
533         * files.el (read-directory-name): Adapt the docstring to recent
534         change in Fread_file_name.
536 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
538         * ses.el (ses-print-cell): If print format too wide for column
539         width, truncate decimal places if that helps to avoid "#####" fill.
540         * ses.el (ses-initial-column-width): Revert previous change.
542 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
545         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
546         Add edebug info.
547         (jit-lock-mode): Setup/cancel the new timer.
548         (jit-lock-context-fontify): New fun.  Extracted from
549         context fontification code of jit-lock-stealth-fontify.
550         (jit-lock-stealth-fontify): Don't do context fontification any more.
552         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
553         (jit-lock-fontify-now): Handle the `quit' case.
554         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
556 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
558         * progmodes/executable.el (executable-command-find-posix-p):
559         New.  Check if find handles arguments Posix-style.
561         * progmodes/grep.el (grep-compute-defaults):
562         Use executable-command-find-posix-p.
563         (grep-find): Check `grep-find-command'.
565         * filecache.el (file-cache-find-posix-p): Delete.
566         (file-cache-add-directory-using-find):
567         Use `executable-command-find-posix-p'.
569 2004-01-29  Dave Love  <fx@gnu.org>
571         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
572         Iterate the hook function if arg is given.
573         (mark-defun, narrow-to-defun): Change order of finding the limits.
575         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
576         (byte-compile-format-warn): New.
577         (byte-compile-callargs-warn): Use it.
578         (Format, message, error): Add byte-compile-format-like property.
579         (byte-compile-maybe-guarded): New.
580         (byte-compile-if, byte-compile-cond): Use it.
581         (byte-compile-lambda): Compile interactive forms,
582         just to make warnings about them.
584 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
586         * ses.el (ses-initial-column-width): Increase to 14, so it will
587         work well with the default printer of "%.7g" for extreme values
588         like "-1.234567e+07".
590 2004-01-29  Kenichi Handa  <handa@m17n.org>
592         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
594 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
596         * dos-w32.el: Added support for the `default-printer-name' function.
598 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * server.el (server-socket-name): Don't use the hostname in the
601         socket name since /tmp is local to the host anyway.
603         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
604         robust check of widening and fix var-naming.
606 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
608         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
609         or rmail-spam- to rsf- in all function and variable names.
610         (rsf-min-region-to-spam-list): New variable.
611         (rsf-bbdb-auto-delete-spam-entries): Rename from
612         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
613         scanned together with the recipients field for spam testing; Don't
614         delete spam message if rmail-delete-after-output is non-nil;
615         (rsf-check-field): New function, extracted from code in
616         rmail-spam-filter to ease addition of header fields like
617         content-type:;
618         (message-content-type): New variable.  The content-type: field was
619         added also in defcustom of rsf-definitions-alist;
620         (rmail-spam-filter): Replace repeated test code for header fields
621         by calls to check-field; change the call to
622         rmail-output-to-rmail-file such that rmail-current-message stays
623         the same to avoid wrong deletion of unseen flags.
624         (rmail-use-spam-filter): Add autoload cookie.
626 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
628         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
629         (file-cache-add-directory-using-find): Add Cygwin support.
630         (file-cache-find-command-posix-flag): New user variable.
632         * filecache.el (file-cache-add-directory): Check for
633         directories an remove them from dir-files.
635 2004-01-27  Richard M. Stallman  <rms@gnu.org>
637         * man.el (Man-fontify-manpage): Clean up message.
639 2004-01-27  Kenichi Handa  <handa@m17n.org>
641         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
642         (sentence-end): Define using sentence-end-without-space.
644         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
645         a sentence ends with one of a character in sentence-end-without-space.
647 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * font-lock.el (font-lock): Add jit-lock as explicit group member.
650         (jit-lock): Group declaration moved to jit-lock.el.
651         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
652         when necessary.
654         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
655         (jit-lock-context-unfontify-pos): Rename from
656         jit-lock-first-unfontify-pos.
657         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
659 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
661         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
662         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
663         (fortran-fill): When filling a string, adjust re-search-backward
664         argument for special case of string just on fill-column.
665         When filling non-string, allow one extra char if
666         fortran-break-before-delimiters is non-nil.
667         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
668         Use fortran-break-delimiters-re and fortran-no-break-re to
669         correctly handle cases such as "**".
671         * progmodes/f90.el (f90-break-delimiters): Doc fix.
672         (f90-no-break-re): Add some extra tokens.  Doc fix.
674 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
676         * mail/rmail-spam-filter.el:
677         Use two semicolons as Commentary line prefix.
678         Add ";;; Code:" stylized comment.
679         Delete end-of-line whitespace.
680         Wrap (require 'cl) with `eval-when-compile'.
682 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
684         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
685         at the top level of vc.el.
687 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
689         * vc.el (vc-current-line): Function removed.  This is now done by
690         the new function line-at-pos in simple.el.
691         (vc-annotate-warp-version): Use line-at-pos instead of
692         vc-current-line.
694 2004-01-22  Kim F. Storm  <storm@cua.dk>
696         * simple.el (line-at-pos): New defun.
697         (what-line): Use it.  Optimize by only counting lines in narrowed
698         region once.
700 2004-01-22  Kenichi Handa  <handa@m17n.org>
702         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
703         point (register r1) only for charset mule-unicode-0100-24ff.
705 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
707         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
708         trailing white space and ensure a final newline.
710         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
711         Add autoload cookie.
713 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
715         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
716         activate view-mode explicitly.
718 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
720         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
721         use clipboard first.
723 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
726         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
727         (vc-mcvs-cvs): Remove.
728         (vc-mcvs-command): Remove use of assert.
730         * outline.el (outline-insert-heading): Tighten up match.
731         (outline-demote, outline-move-subtree-down): Don't assume anything
732         about outline-regexp.
734         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
735         (texinfo-show-structure): Explicitly add ^, and simplify.
737 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
739         * calendar/appt.el (appt-check): Restore usage of
740         appt-issue-message deleted in previous change.
741         (top-level): Activate package when loaded (needed for backwards
742         compatibility).
744 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
746         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
747         following previous change to smtpmail-send-data.
749 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
751         * vc.el (vc-default-previous-version): Doc enhancement.
752         (vc-default-next-version): New function.
753         (vc-print-log): New arg FOCUS-REV.
754         (vc-annotate-mode): Derive from view-mode.
755         (vc-annotate): New args REVISION, DISPLAY-MODE.
756         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
757         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
758         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
759         (vc-annotate-show-diff-revision-at-line, vc-current-line)
760         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
762         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
764 2004-01-19  Karl Berry  <karl@gnu.org>
766         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
767         or "TexInfo".
769 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
771         * subr.el (delete-dups): New function.
773 2004-01-19  Karl Berry  <karl@gnu.org>
775         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
776         with ^, since that's what texinfo-show-structure
777         documentation says (plus it works much better in texinfo.txi).
779 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
781         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
783 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
785         * progmodes/which-func.el (which-function-mode): Don't cancel
786         which-func-update-timer if not set.
788 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
790         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
791         Remove spurious left square bracket in XX:XXam regexp.
793 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
795         * progmodes/cc-defs.el: Do not require cl at run time.
797 2004-01-16  Richard M. Stallman  <rms@gnu.org>
799         * emacs-lisp/cl.el (cl-cannot-unload): New function.
800         (cl-unload-hook): Defvar this to run cl-cannot-unload.
802         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
803         Call rmail-spam-filter.  Delete and expunge spam.
804         Print number of spam messages deleted.
805         Save and restore the deletion status of old messages when reading
806         new mail with spam filter, so that expunging spam does not expunge
807         msgs deleted by the user.
808         (rmail-only-expunge): Add an optional argument dont-show to
809         prevent showing message after expunge.
811 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
813         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
814         * subr.el (declare): New macro.
816 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
818         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
820 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
823         Test window-system rather than system-type (for X11/Mac).
825 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
827         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
829 2004-01-12  Richard M. Stallman  <rms@gnu.org>
831         * mail/rmail.el (rmail-convert-to-babyl-format):
832         Use mail-unquote-printable-region.
833         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
834         (rmail-hex-char-to-integer): Functions deleted.
836         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
837         (mail-unquote-printable-region): New arg NOERROR.
838         For invalid encoding, either signal an error to just return nil.
840 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
842         * calendar/appt.el: Update copyright and commentary.
843         (appt-issue-message): Make obsolete.
844         (appt-visible, appt-msg-window): Make obsolete, in favour of
845         appt-display-format.
846         (appt-display-mode-line, appt-display-duration)
847         (appt-display-diary, appt-time-msg-list, appt-mode-string)
848         (appt-prev-comp-time, appt-display-count, appt-timer)
849         (appt-convert-time): Doc change.
850         (appt-disp-window-function, appt-delete-window-function):
851         Use defcustom rather than defvar.
852         (appt-display-format): New variable.
853         (appt-display-message): New function with display code from appt-check.
854         (appt-check): Add optional FORCE argument.  Doc change.
855         Add appt-make-list to diary-hook if displaying diary.
856         Remove checking of view-diary-entries-initially.
857         Message display section removed to new function appt-display-message.
858         (appt-display-window): Doc change.  Remove unused internal var
859         this-buffer.  Do not beep, since appt-display-message does that.
860         (appt-make-list): Doc change.  Use caar.
861         (appt-sort-list): Simplify by using builtin sort function.
862         (appt-update-list): New function for updating appts when diary is
863         saved.
864         (appt-activate): New autoloaded function to toggle package
865         functionality.
867         * calendar/cal-x.el: (calendar-one-frame-setup)
868         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
870         * calendar/calendar.el: Update copyright.
871         (view-diary-entries-initially, european-calendar-style): Doc change.
872         (calendar-setup): Make defcustom rather than defvar.
873         (mark-visible-calendar-date): Initialize temp-face and faceinfo
874         in let binding so local to function.
876         * calendar/diary-lib.el: Update copyright.
877         (diary, diary-entry-time): Doc change.
878         (list-diary-entries): Doc change.  Trivial logic change.
879         (fancy-diary-display): Restore make-face command mistakenly
880         deleted 2003-05-08.
881         (show-all-diary-entries): Allow to pop-up frame if needed.
883 2004-01-09  John Paul Wallington  <jpw@gnu.org>
885         * bindings.el (mode-line-change-eol): Add EVENT parameter.
886         Temporarily select EVENT's window for changing eol type.
888 2004-01-09  Deepak Goel  <deego@gnufans.org>
890         * calendar/diary-lib.el (diary-entry-time):
891         Also accept time in the form XX[.XX][am/pm/AM/PM].
892         (fancy-diary-font-lock-keywords): Likewise.
893         (diary-font-lock-keywords): Likewise.
894         * calendar/appt.el (appt-add): Likewise.
895         (appt-make-list): Likewise.
896         (appt-convert-time): Likewise.
898 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
900         * gdb-ui.el (gdb-ann3): Revert previous change.
901         (gdb-source-info): Allow for case of where compilation directory
902         is not recorded.
904 2004-01-08  John Paul Wallington  <jpw@gnu.org>
906         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
908 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
910         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
912         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
913         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
914         problems.
915         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
917 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
919         * files.el (write-file-functions, write-contents-functions):
920         Clarify docstrings.
922 2004-01-07  Kenichi Handa  <handa@m17n.org>
924         * international/mule.el (set-auto-coding): Fix for the case that
925         end-of-line is only CR.
927 2004-01-07  Kim F. Storm  <storm@cua.dk>
929         * subr.el (event-start, event-end): Doc fix.
930         (posn-string, posn-image): New defuns.
931         (posn-object): Return either image or string object.
932         (posn-object-x-y): Return 8th element of position.
933         (posn-object-width-height): New defun.
935 2004-01-06  Andreas Schwab  <schwab@suse.de>
937         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
938         output.
940 2004-01-05  Karl Berry  <karl@gnu.org>
942         * emacs-lisp/copyright.el (copyright-regexp): might as well allow
943         / and *, too.
945 2003-12-31  Simon Josefsson  <jas@extundo.com>
947         * files.el (before-save-hook): Add.
948         (basic-save-buffer): Use before-save-hook.
950         * emacs-lisp/copyright.el: Fix comment to recommend
951         before-save-hook instead of write-file-functions.
953 2004-01-05  Richard M. Stallman  <rms@gnu.org>
955         * finder.el (finder-commentary): Call delete-other-windows.
957         * net/ange-ftp.el (ange-ftp-file-attributes):
958         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
960 2004-01-04  Karl Berry  <karl@gnu.org>
962         * emacs-lisp/copyright.el (copyright-regexp): allow the common
963         comment characters % and # in the copyright year notice,
964         as well as ;.
966 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
968         * wid-edit.el (default): Define dummy :value-delete.
969         Reported by Jesper Harder <harder@ifa.au.dk>.
971 2004-01-03  Richard M. Stallman  <rms@gnu.org>
973         * progmodes/compile.el (compile-internal): Use point, not point-min,
974         for set-window-point.
976         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
978         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
980         * progmodes/grep.el (grep-mode-map):
981         Don't remap next-line, previous-line.
983 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
985         * speedbar.el (speedbar-edit-line): Change regexp to position
986         the cursor on the first character of this line's button.
988 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
990         * subr.el (functionp): Doc fix.
992 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
994         * progmodes/idlwave.el (idlwave-make-tags):
995         * textmodes/flyspell.el (flyspell-large-region):.
996         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
997         * emulation/viper-util.el (viper-glob-unix-files):
998         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
999         * man.el (Man-init-defvars):
1000         * jka-compr.el (jka-compr-call-process):
1001         * files.el (get-free-disk-space,insert-directory):
1002         * ediff-ptch.el (ediff-test-patch-utility):
1003         * ediff-diff.el (ediff-test-utility):
1004         * dired-aux.el (dired-check-process):
1005         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
1006         test the return value of call-process, because it can be a string.
1008 2003-12-31  John Paul Wallington  <jpw@gnu.org>
1010         * bindings.el (completion-ignored-extensions): Add .pfsl.
1012 2003-12-31  Kim F. Storm  <storm@cua.dk>
1014         * ido.el (ido-nonreadable-directory-p): New defun to check for
1015         nonreadable directory without activating tramp (to avoid problems
1016         with checking incomplete tramp paths.
1017         (ido-set-current-directory, ido-file-internal)
1018         (ido-file-name-all-completions1): Use it.
1020 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1022         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
1023         documentation if the anchor (or node) name is preceded by `info
1024         anchor' or `Info anchor' in addition to earlier `info node' and
1025         `Info node'.
1026         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
1028 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1030         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
1031         error in arguments to base64-decode-region.  Remove ^M characters
1032         after decoding base64.
1034 2003-12-30  Simon Josefsson  <jas@extundo.com>
1036         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
1037         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
1038         have only been distributed with Emacs for some years.
1039         (texinfo-mode-hook): Customize.
1041 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1043         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
1044         cleaner (suggested by Richard Stallman).
1046         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
1047         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
1048         file-name clashes on 8+3 DOS filesystems.
1050         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
1051         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
1052         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
1053         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
1054         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
1055         file-name clashes on 8+3 filesystems.
1057         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
1058         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
1059         file-name clashes on 8+3 DOS filesystems.
1061 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1063         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
1064         Upcase the character.
1066         * textmodes/flyspell.el (mail-mode-flyspell-verify):
1067         Search for header separator alone on a line, literally,
1068         and search for it backward, not forward.
1069         (flyspell-abbrev-table): Always use global-abbrev-table
1070         if there is no local one.
1072         * progmodes/sh-script.el (sh-get-indent-info):
1073         Don't move point back if at bob.
1075         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
1077         * play/handwrite.el (handwrite): Make the handwrite credit message
1078         a comment rather than an output command.
1080         * obsolete/sc.el: Display message that this file is obsolete.
1082         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
1084         * mail/rfc822.el (rfc822-address-start): Declare variable.
1085         Renamed from address-start.  All uses changed.
1087         * term.el (term-exec): Set up sentinel.
1088         (term-sentinel): New function.
1089         (term-handle-exit): New function.
1091         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1092         Use assoc-string, and mark them obsolete.
1093         (delay-mode-hooks): Mark as permanent local.
1095         * simple.el (sendmail-user-agent-compose): Use assoc-string.
1097         * register.el (copy-rectangle-to-register): Doc fix.
1099         * info.el (Info-insert-dir): Use assoc-string.
1101         * info-look.el (info-lookup): Use assoc-string.
1103         * frame.el (pop-up-frame-function): Use quote, not `function'.
1104         (frame-notice-user-settings): Calculate ADJUSTED-TOP
1105         copying with lists as coordinate values.
1107         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
1109         * find-dired.el (kill-find): New command.
1110         (find-dired): Make buffer read-only.
1111         Set up a keymap with C-c C-k running kill-find.
1112         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
1114         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
1116         * filecache.el (file-cache-ignore-case): New variable.
1117         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
1119         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
1120         (comint-dynamic-complete-as-filename): Rename local vars.
1121         (comint-dynamic-list-filename-completions): Likewise.
1123         * comint.el (comint-dynamic-list-completions-config): New var.
1124         (comint-dynamic-list-completions): Handle both SPC and TAB right.
1126         * comint.el (comint-file-name-chars): Add [].
1127         (comint-word): Use skip-chars-backward, not search.
1129         * shell.el (shell-file-name-chars): Add [].
1131         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
1133         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
1135         * generic.el (define-generic-mode): Doc fix.
1137 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1139         * files.el (kill-some-buffers): Doc fix.
1141 2003-12-29  David Herring <sdh6@ra.msstate.edu>  (tiny change)
1143         * comint.el (comint-watch-for-password-prompt): Pass `string' as
1144         arg to send-invisible
1145         (send-invisible): Doc fix.  The argument is now a prompt, not the
1146         string to send.
1147         (comint-read-noecho): Doc fix.
1149 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
1151         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
1152         "@", as required by some ISP hosting service.  Fix defcustom
1153         argument syntax errors that prevented use of customization.
1155 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1157         * xml.el (xml-get-attribute-or-nil): Doc fix.
1159 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
1161         * net/zone-mode.el (zone-mode): Use write-file-functions, not
1162         write-file-hooks.
1164 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1166         * autorevert.el (auto-revert-interval): Doc fix.
1168 2003-12-29  Mark A. Hershberger <mah@everybody.org>
1170         * xml.el (xml-get-attribute-or-nil): New function, like
1171         xml-get-attribute, but returns nil if the attribute was not found.
1172         (xml-get-attribute): Convert to defsubst, uses
1173         xml-get-attribute-or-nil.
1175 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1177         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1179 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
1181         * custom.el (custom-declare-theme): Use `value' when putting
1182         properties on `theme'.
1184 2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
1186         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
1187         for each yank-handler segment.
1188         (insert-for-yank-1): New function, with the body of the previous
1189         insert-for-yank.
1191         * textmodes/table.el (table-yank-handler): New defcustom.
1192         (table--put-cell-indicator-property): Put yank-handler property
1193         that indicates the yank handler for the table cell.
1195 2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
1197         * generic-x.el (etc-modules-conf-generic-mode): A more complete
1198         set of keywords.
1200 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1202         * international/mule-cmds.el (reset-language-environment)
1203         (set-language-environment): Don't invoke fontset-related functions
1204         if fontset-list is not fboundp.
1206 2003-12-29  Kenichi Handa  <handa@m17n.org>
1208         * international/mule-cmds.el (reset-language-environment):
1209         Call set-overriding-fontspec-internal with nil.
1210         (set-language-environment): Call set-overriding-fontspec-internal
1211         if the language environment specify `overriding-fontspec'.
1212         (language-info-alist): Doc added.
1214         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
1215         characters of mule-unicode-0100-24ff.
1216         (ccl-encode-windows-1251-font): New CCL program.
1217         ("Bulgarian"): Specify overriding-fontspec.
1218         ("Belarusian"): Likewise.
1220 2003-12-28  Sam Steingold  <sds@gnu.org>
1222         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
1223         parameter ID-FORMAT to conform with the 2003-11-30 patch.
1225 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
1227         * progmodes/gud.el (gud-gdb-command-name): Set default to
1228         "gdb --annotate=3".
1229         (gud-gdb-marker-filter): Look out for annotations.
1230         (gdb-first-pre-prompt): New variable.
1231         Remove trailing white space.
1233         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
1234         if necessary.
1235         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
1236         annotations are detected.
1237         (gud-gdba-marker-filter): Use global variable gud-marker-acc
1238         instead of a local one to allow transition from
1239         gud-gdb-marker-filter.
1240         Remove trailing white space.
1242 2003-12-27  Kim F. Storm  <storm@cua.dk>
1244         * ido.el: Handle non-readable directories.
1245         (ido-decorations): Add 9th element for non-readable directory.
1246         (ido-directory-nonreadable): New dynamic var.
1247         (ido-set-current-directory): Set it.
1248         (ido-read-buffer, ido-file-internal):
1249         (ido-read-file-name, ido-read-directory-name): Let-bind it.
1250         (ido-file-name-all-completions1): Return empty list for
1251         non-readable directory.
1252         (ido-exhibit): Print [Not readable] if directory is not readable.
1253         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
1254         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
1255         Use it.
1257 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
1259         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
1260         calls to directory-files-and-attributes and file-attributes.
1261         (ls-lisp-format): Remove system dependent handling of user and
1262         group id's.
1264 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
1266         * ffap.el (ffap-read-file-or-url): Revert previous change.
1268 2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
1270         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
1271         new list of included files called `files-with-node-lines', that
1272         only have node lines.  This way @include commands can include any
1273         file, such as version and update files without node lines, not
1274         just files that are chapters.
1276 2003-12-25  Andreas Schwab  <schwab@suse.de>
1278         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
1279         file not found.
1281 2003-12-08  Miles Bader  <miles@gnu.org>
1283         * dired.el (dired-between-files): Always use dired-move-to-filename,
1284         which is more robust in non-english locales.
1286 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1288         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
1290 2003-12-24  Andreas Schwab  <schwab@suse.de>
1292         * shell.el (shell-file-name-quote-list): Add backslash.
1294         * comint.el (comint-quote-filename): Correctly handle backslash
1295         in comint-file-name-quote-list.
1297 2003-12-24  Kenichi Handa  <handa@m17n.org>
1299         * international/mule-cmds.el (set-default-coding-systems):
1300         Call ucs-set-table-for-input for all buffers that don't have local
1301         value of buffer-file-coding-system.
1303         * international/ucs-tables.el (ucs-set-table-for-input):
1304         If translation-table-for-encode is a symbol, get its
1305         translation-table property.
1307 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
1309         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
1310         to `completing-read' on a recently fixed bug.
1312         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
1313         instead of SPACE, to get the list of possible fringe modes.
1314         SPACE only works if both `partial-completion-mode' and
1315         `completion-auto-help' are nil.
1317         * complete.el (PC-is-complete-p): Delete.
1318         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
1319         calls to `test-completion'.
1321 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
1323         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
1324         to edit values when there are no children.
1326         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
1327         a mode called "Assembler" already exists.
1328         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
1329         (gud-watch): Use format option. Remove font properties from string.
1330         (gdb-var-create-handler, gdb-var-list-children-handler):
1331         Don't bother about properties as there are none.
1332         (gdb-var-create-handler, gdb-var-list-children-handler)
1333         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
1334         with two arguments.
1335         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
1336         Let speedbar show value changes with a different font.
1337         (gdb-edit-value): New defun.
1338         (gdb-clear-partial-output, gdb-clear-inferior-io)
1339         (def-gdb-auto-update-handler): Use erase-buffer.
1340         (gdb-frame-handler): Display watch expressions in
1341         FUNCTION::VARIABLE format if required.
1343 2003-12-23  John Paul Wallington  <jpw@gnu.org>
1345         * info.el (Info-unescape-quotes, Info-split-parameter-string)
1346         (Info-goto-emacs-command-node): Doc fixes.
1348 2003-12-12  Jesper Harder <harder@ifa.au.dk>
1350         * cus-edit.el (custom-add-parent-links): Define "many".
1352 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
1354         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
1355         (widget-child-validate, widget-type-value-create)
1356         (widget-type-default-get, widget-type-match): New functions.
1357         (lazy): New widget.
1358         (menu-choice, checklist, radio-button-choice, editable-list)
1359         (group, documentation-string): Remove redundant (per 2003-10-25
1360         change) calls to `widget-children-value-delete'.
1361         (widget-choice-value-get, widget-choice-value-inline): Remove.
1362         (menu-choice): Update widget.
1364 2003-12-03  Kenichi Handa  <handa@m17n.org>
1366         * language/cyrillic.el: Register "microsoft-cp1251" in
1367         ctext-non-standard-encodings-alist.
1368         ("Bulgarian"): Add ctext-non-standard-encodings.
1369         ("Belarusian"): Likewise.
1371         * international/mule-conf.el (compound-text-with-extensions):
1372         Change the type to 2 (iso-2022 base).
1374         * international/mule.el (ctext-non-standard-encodings-alist):
1375         Change the format.
1376         (ctext-non-standard-encodings): New variable.
1377         (ctext-post-read-conversion): Fully re-written.
1378         (ctext-non-standard-designations-alist): Delete it.
1379         (ctext-non-standard-encodings-table): New function.
1380         (ctext-pre-write-conversion): Fully re-written.
1382 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1384         * cus-edit.el (custom-add-parent-links): Add documentation links
1385         for parent, if the item has none of its own.
1387 2003-11-30  Richard M. Stallman  <rms@gnu.org>
1389         * dired-aux.el (dired-do-query-replace-regexp):
1390         Report files visited read-only.
1392 2003-11-30  Juri Linkov  <juri@jurta.org>
1394         * dired-aux.el (dired-compare-directories): New command.
1395         (dired-file-set-difference, dired-files-attributes): New functions.
1397 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
1398         Version 2.0.38 of Tramp released.
1400         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
1401         Charles Curley <charlescurley@charlescurley.com>.
1402         (tramp-multi-connection-function-alist): Add ssht entry which adds
1403         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
1404         Aichner.
1405         (tramp-get-method-parameter): New function to retrieve a method
1406         parameter.  This allows for omission of method parameters.
1407         Callers adjusted.
1409 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
1411         * net/tramp.el: Add new optional parameter ID-FORMAT to
1412         `file-attributes'.  Calls of `file-attributes' won't use this
1413         parameter for backward compatibility reasons.
1414         (tramp-perl-file-attributes): Add a new parameter to Perl script
1415         in order to handle uid/gid as strings, if desired.
1416         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
1417         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
1418         order to make the function more general.
1419         (tramp-handle-file-attributes): Replace proprietary optional
1420         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
1421         (tramp-handle-file-attributes-with-perl): Handle parameter
1422         NONNUMERIC if set. This wasn't done in the past.
1423         (tramp-post-connection): Apply second parameter "$2" if
1424         `tramp-remote-perl' is called.
1426         * net/tramp-smb.el (tramp-smb-handle-delete-file):
1427         Correct cut'n'waste error (`filename' instead of `directory').
1428         (tramp-smb-handle-directory-files-and-attributes)
1429         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
1430         introduced parameter ID-FORMAT.
1431         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
1432         error (`directory' instead of `ldir').
1434         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
1435         `file-attributes' has a second parameter.  If yes, apply it with
1436         value "'integer".  Otherwise, don't use that parameter (default is
1437         integer format).
1440 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
1442         * help.el (help-map): Bind `display-local-help' to `C-h .'.
1443         (help-for-help): Add `C-h .' to the listed Help options.
1444         Remove trailing whitespace.
1446         * help-at-pt.el: New file.
1448 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
1450         * subr.el (noreturn, 1value): New macros for test coverage.
1451         See `testcover.el'.
1453         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
1455         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
1456         for macro `1value'.
1457         (testcover-1value): New function.  Checks that a 1value form
1458         actually returns only one value.  Requested by RMS.
1460 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
1462         * gdb-ui.el (gud-watch, gdb-var-create-handler)
1463         (gdb-var-list-children, gdb-var-list-children-handler)
1464         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
1465         gdb commands that use mi to keep them out of the command history.
1467 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1469         * cus-start.el (all): Add use-file-dialog.
1471 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
1475 2003-11-27  Kim F. Storm  <storm@cua.dk>
1477         * subr.el (posn-object-x-y): New defun.
1479 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1482         Don't use `space' for \\\n.
1483         Be more selective as to which # are comment-starters.
1485 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
1487         * subr.el (number-sequence): Improve handling of floating point
1488         arguments (suggested by Kim Storm).  Allow negative arguments.
1490 2003-11-26  Kenichi Handa  <handa@m17n.org>
1492         * international/mule-cmds.el (standard-display-european-internal):
1493         Cancel the standard-display-table setting for ` and '.
1495 2003-11-26  Kim F. Storm  <storm@cua.dk>
1497         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
1498         New defcustoms to add ffap-like functionality to ido.
1499         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
1500         (ido-no-final-slash): New defun.
1501         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
1502         (ido-read-file-name): ): Toggle VC checking via
1503         vc-handled-backends instead of vc-master-templates.
1504         (ido-file-internal): Handle ido-use-url-at-point and
1505         ido-use-filename-at-point via code borrowed from ffap-guesser.
1506         Handle new ido-exit code ffap.
1507         (ido-sort-list): Ignore final slash when sorting file names.
1509 2003-11-25  Kim F. Storm  <storm@cua.dk>
1511         * emulation/cua-base.el (cua--standard-movement-commands):
1512         Add forward-sentence and backward-sentence.
1514 2003-11-25  Stephen Eglen  <stephen@gnu.org>
1516         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
1517         iswitchb-exit is set to 'usefirst when user selects buffer at head
1518         of list using RET.  (Selecting buffers at the head of the list was
1519         broken if the substring was also a complete buffername.)
1521 2003-11-23  Kim F. Storm  <storm@cua.dk>
1523         * progmodes/compile.el (grep-command, grep-use-null-device)
1524         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
1525         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
1526         (grep-regexp-alist, grep-program, find-program)
1527         (grep-find-use-xargs, grep-history, grep-find-history)
1528         (grep-process-setup, grep-compute-defaults)
1529         (grep-default-command, grep, grep-tag-default, grep-find)
1530         (grep-expand-command-macros, grep-tree-last-regexp)
1531         (grep-tree-last-files, grep-tree): Move grep variables, functions
1532         and commands to new file grep.el.
1533         (compilation-mode-map): Remove grep commands from Compile sub-menu.
1534         (compilation-process-setup-function): Doc fix.
1535         (compilation-highlight-regexp, compilation-highlight-overlay): New
1536         defvars used for highlighting current compile error in source buffer.
1537         (compile-internal): New optional args HIGHLIGHT-REGEXP and
1538         LOCAL-MAP which overrides compilation-highlight-regexp and
1539         compilation-mode-map for this compilation.
1540         Delay calling compilation-set-window-height until after running
1541         compilation-process-setup-function so it can buffer-local override
1542         compilation-window-height.
1543         Check buffer-local value of compilation-scroll-output.
1544         (compilation-set-window-height): Use buffer-local value of
1545         compilation-window-height.
1546         (compilation-revert-buffer): Don't pass (undefined)
1547         preserve-modes arg to revert-buffer.
1548         (next-error-no-select, previous-error-no-select): New commands.
1549         (compilation-goto-locus): Temporarily highlight current match in
1550         source buffer using compilation-highlight-regexp.
1552         * progmodes/grep.el: New file with grep code from compile.el.
1553         (grep): New defcustom group.
1554         (grep-window-height): New defcustom, like compilation-window-height.
1555         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
1556         (grep-scroll-output): New defcustom, like compilation-scroll-output.
1557         (grep-command, grep-use-null-device, grep-find-command)
1558         (grep-tree-files-aliases, grep-tree-ignore-case)
1559         (grep-tree-ignore-CVS-directories): Move to grep custom group.
1560         (grep-setup-hook): New hook variable.
1561         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
1562         (grep-last-buffer): New defvar, override compilation-last-buffer.
1563         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
1564         Call compile-internal with args highlight-regexp and grep-mode-map.
1566 2003-11-23  Kim F. Storm  <storm@cua.dk>
1568         * subr.el (event-start, event-end): Doc fix.
1569         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
1570         (posn-area, posn-actual-col-row, posn-object): New defuns.
1571         (posn-col-row): Simplify doc.  Rewrite to use cond.
1572         (posn-point): Also return buffer position for events outside text
1573         area (that info is now present in the event position).
1575         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
1576         mouse-set-point so that hscroll still works now that clicks on
1577         fringes generate specific mouse events.
1578         (mouse-set-point): Note that it now works in fringes and margins
1579         too due to new semantics of posn-point in fringes and margins.
1581         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
1582         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
1584 2003-11-20  Kim F. Storm  <storm@cua.dk>
1586         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
1587         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
1588         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
1589         to 100 for icons to avoid increasing line height when shown.
1591 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1593         * newcomment.el (comment-normalize-vars): Initialize properly if
1594         comment-start was nil.
1596 2003-11-19  Andreas Schwab  <schwab@suse.de>
1598         * simple.el (set-variable): Fix indentation.
1600 2003-11-17  Kenichi Handa  <handa@m17n.org>
1602         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
1603         Fix docstring.
1605 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1607         * international/latin1-disp.el (latin1-display): Fix docstring.
1609 2003-11-16  John Wiegley  <johnw@newartisans.com>
1611         * eshell/em-ls.el (eshell-ls-file): There are times with
1612         size-width is nil and uncomputed (when directories are created in
1613         dired, for example); in this case, 4 is reasonable default value,
1614         although it may caused skewed new entries (which could be avoided
1615         by returning the original value of 8 in all cases, but 99% of the
1616         time this is a waste of whitespace).
1618 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1620         * cc-engine.el (c-guess-continued-construct)
1621         (c-guess-basic-syntax): Check a little more carefully if it's a
1622         function declaration when an unknown construct followed by a block
1623         is found inside a statement context.  This avoids macros followed
1624         by blocks to be taken as function declarations.
1626         (c-guess-continued-construct): Change the analysis of a statement
1627         continuation with a brace open to `substatement-block', for
1628         consistency with recognized statements.
1630         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
1631         start is in a position so that `c-beginning-of-statement-1' jumped
1632         to the beginning of the same statement.
1634         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
1635         Don't accept binary operators in the arglist if we're in a function
1636         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
1637         template recognition in cases like "if (a < b || c > d)".
1639         (c-restricted-<>-arglists): New more appropriate name for
1640         `c-disallow-comma-in-<>-arglists'.
1642         Accessing functions updated for the variable name change.
1644         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
1645         match data could get clobbered if NOT-INSIDE-TOKEN is used.
1647         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
1648         labels.
1650         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
1651         instead of duplicating parts of it.  This fixes bogus label
1652         recognition.
1654         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
1655         of checking the context in which to apply the minimum indentation,
1656         so that it isn't enforced in e.g. namespace blocks.
1658         * cc-vars.el (c-inside-block-syms): New constant used by
1659         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
1660         to somewhat reduce the risk of becoming stale.
1662         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
1663         cc-cmds to cc-engine to allow use from cc-align.
1665         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
1666         qualified identifiers containing "::".
1668         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
1669         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
1671         * cc-vars.el (c-emacs-features): Use a space in front of the name
1672         of the temporary buffer.  That also avoids dumping problems in
1673         XEmacs due to undo info being left around after the buffer is killed.
1675         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
1676         arglist to see if it's a K&R style declaration.
1678         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
1679         before returning `knr-argdecl-intro'.
1681 2003-11-16  John Wiegley  <johnw@newartisans.com>
1683         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
1684         field in a long-listing always 8 characters, use `size-width',
1685         which has already been computed.
1687 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
1689         * subr.el (minor-mode-list): Add `hs-minor-mode'.
1691 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1693         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
1694         Support operation while narrowed, with `diff-restrict-view'.
1696 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1698         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1699         Take additional optional arg NARROWFUN.  For the generated functions:
1700         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
1701         include frags that arrange to check for and save narrowing state before
1702         the move and then conditionally call NARROWFUN after the move.
1704 2003-11-14  John Wiegley  <johnw@newartisans.com>
1706         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
1707         that was optional, but obviously missing based on surrounding code.
1709         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
1710         string arguments to numbers unless the whole argument was seen as
1711         a number.
1713 2003-11-14  Kenichi Handa  <handa@m17n.org>
1715         * international/mule.el (ctext-non-standard-encodings-alist):
1716         Fix coding systems.
1718 2003-11-10  Kenichi Handa  <handa@m17n.org>
1720         * language/kannada.el ("Kannada"): Add sample-text.
1722         * language/knd-util.el (kannada-compose-region)
1723         (kannada-compose-string, kannada-post-read-conversion):
1724         Add autoload cookie.
1726         * international/quail.el (quail-completion): Change the message
1727         "corresponding translations" to "corresponding characters".
1729 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1731         * descr-text.el (describe-char): Fix typo.
1733 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1735         These changes are to support Kannada language/script.
1737         * Makefile.in (DONTCOMPILE): Add kannada.el.
1739         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
1741         * loadup.el: Preload kannada.el.
1743         * language/ind-util.el (ucs-kannada-to-is13194-alist)
1744         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
1745         New variables.
1747         * language/kannada.el: New file.
1749         * language/knd-util.el: New file.
1751 2003-11-07  Andreas Schwab  <schwab@suse.de>
1753         * progmodes/autoconf.el (autoconf-font-lock-keywords):
1754         Also highlight AH_*.
1756         * xml.el (xml-parse-dtd): Fix misplaced paren.
1758 2003-11-07  Kenichi Handa  <handa@m17n.org>
1760         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
1762 2003-11-05  Juri Linkov  <juri@jurta.org>
1764         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
1765         (desktop-buffer-file): Use saved buffer-file-coding-system
1766         for file reading.  Set auto-insert to nil to prevent automatic
1767         insertion into restored empty files.
1769 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
1771         * files.el (risky-local-variable-p): Make second argument optional.
1773 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * subr.el (add-hook): Fix last change.
1777 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
1779         * mail/rmail.el (rmail-convert-to-babyl-format):
1780         If base64-decode-region signals an error, catch it and silently
1781         ignore it.
1783 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
1785         * xml.el (xml-parse-region): Allow comments to appear after the
1786         topmost element has closed.
1787         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
1788         (xml-ns-expand-attr): New functions to do namespace handling.
1789         (xml-intern-attrlist): Back-compatible handling of attribute names.
1790         (xml-parse-tag): Move namespace handling to seperate functions.
1791         Now produces elements in the form ((:ns . "element") (attr-list)
1792         children) instead of ('ns:element (attr-list) children).
1793         (xml-parse-attlist): Fix attribute parsing.
1794         (xml-parse-dtd): Change parsing so that it produces strings
1795         instead of interned symbols.
1797 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
1799         * dired.el (dired-ls-sorting-switches): Doc fix.
1801 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
1803         * emacs-lisp/rx.el (rx-or): Fix the case of
1804         "(rx (and ?a (or ?b ?c) ?d))".
1806 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
1808         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
1809         (texinfo-format-region): Use it.
1810         (texinfo-format-buffer-1): Ditto.
1812 2003-11-01  Alan Mackenzie  <acm@muc.de>
1814         Changes to allow scrolling whilst in isearch mode:
1815         * isearch.el (isearch-unread-key-sequence): New function,
1816         extracted from isearch-other-meta-char.
1817         (top level): (put 'foo 'isearch-scroll) on all Emacs's
1818         "scrollable" standard functions.
1819         (isearch-allow-scroll): New customizable variable.
1820         (isearch-string-out-of-window, isearch-back-into-window)
1821         (isearch-reread-key-sequence-naturally)
1822         (isearch-lookup-scroll-key): New functions.
1823         (isearch-other-meta-char): Doc string and functionality enhanced.
1824         Now accepts a prefix argument.
1825         (isearch-lazy-highlight-window-end): New variable.
1826         (isearch-lazy-highlight-new-loop): Pay attention to the window's
1827         end (thru isearch-lazy-highlight-window-end), not only its start.
1829         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
1830         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
1831         (universal-argument, universal-argument-more, negative-argument)
1832         (digit-argument, universal-argument-other-key): Minor changes.
1834 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1836         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
1837         recursively if the last message is deleted, thus avoiding an
1838         infinite loop.
1840 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
1843         (tex-main-file): Don't add .tex if the extension is already present.
1844         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
1846 2003-10-29  Lute Kamstra  <lute@gnu.org>
1848         * progmodes/octave-inf.el (inferior-octave-prompt):
1849         Recognize version number in prompt.
1851 2003-10-28  Dave Love  <fx@gnu.org>
1853         * international/characters.el: Fix some Unicode ranges.
1855 2003-10-28  Kenichi Handa  <handa@m17n.org>
1857         * disp-table.el (standard-display-8bit)
1858         (standard-display-default, standard-display-ascii)
1859         (standard-display-g1, standard-display-graphic)
1860         (standard-display-underline): Assure that standard-display-table
1861         is a display table.
1863 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1865         * simple.el (reindent-then-newline-and-indent): Delete space *after*
1866         reindenting the first line.
1868 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1870         * wid-edit.el (widget-default-delete): Always delete child widgets.
1872 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1874         * newcomment.el (comment-indent): Don't call indent-according-to-mode
1875         if the line has code.
1876         Don't try to line up with something that's too far left.
1878         * progmodes/octave-mod.el (octave-comment-start): Simplify.
1879         (octave-mode-syntax-table): Add % as a comment starter.
1880         (octave-point): Remove.
1881         (octave-in-comment-p, octave-in-string-p)
1882         (octave-not-in-string-or-comment-p, calculate-octave-indent)
1883         (octave-blink-matching-block-open, octave-auto-fill):
1884         Use line-(beginning|end)-position instead.
1886 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1888         * emacs-lisp/authors.el (authors-aliases): Add correct realname
1889         for Francesco Potort\e,Al\e(B.
1891 2003-10-23  Dave Love  <fx@gnu.org>
1893         * international/mule-cmds.el (locale-charset-to-coding-system):
1894         Don't rely on nil being a coding system.
1896         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
1897         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
1898         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
1900 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
1902         * gdb-ui.el (gdb-current-language): New variable.
1903         (gdb-update-flag): Remove variable.
1904         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
1905         (gdb-take-last-elt): Remove function.
1906         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
1907         (gdb-post-prompt): Check for variable object changes here.
1909         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
1910         object changes in gdb-ui.el.
1912 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1914         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
1916         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
1917         Don't check for foo*/ wildcard form here.
1918         (insert-directory): Recognize foo*/ as a wildcard.
1919         Separate wildcard-regexp variable from the arg, wildcard.
1921         * subr.el (add-hook): Correctly detect when make-local-hook was used.
1922         (remove-hook): Correctly handle strange cases about local hooks.
1924 2003-10-21  David Ponce  <david@dponce.com>
1926         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
1927         argument REAL, to return a real number instead of a rounded
1928         integer value.  Define as inline function.
1929         (ruler-mode-right-fringe-cols): Likewise.
1930         (ruler-mode-scroll-bar-cols): New function.
1931         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
1932         (ruler-mode-right-scroll-bar-cols): Likewise.
1933         (ruler-mode-space): New function.
1934         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
1935         scroll bar mode and margins in a more robust way.
1937 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1939         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
1940         (antlr-c-init-language-vars): New function.
1941         (antlr-mode): Use it with cc-mode before v5.29.
1942         (antlr-c-common-init): Don't set some local vars here.
1943         (antlr-mode): Set them here.
1944         (antlr-c-forward-sws): New function alias.
1945         (antlr-mode): Redefine with cc-mode before v5.30.
1946         (antlr-skip-sexps): Use it.
1947         (antlr-skip-exception-part): Ditto.
1948         (antlr-skip-file-prelude): Ditto.
1949         (antlr-outside-rule-p): Ditto.
1950         (antlr-end-of-body): Ditto.
1951         (antlr-option-kind): Ditto.
1952         (antlr-insert-option-area): Ditto.
1953         (antlr-file-dependencies): Ditto.
1955 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1957         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
1958         Move backward only if point was not inside an entry.
1960 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1962         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
1964 2003-10-21  Juri Linkov  <juri@jurta.org>
1966         * compare-w.el: Automatically skip non-matching text to resync.
1967         (compare-windows-whitespace): Doc fix.
1968         (compare-windows-sync, compare-windows-sync-string-size)
1969         (compare-windows-recenter, compare-ignore-whitespace)
1970         (compare-windows-highlight, compare-windows-face): New variables.
1971         (compare-windows): Use compare-windows-sync.
1972         (compare-windows-highlight, compare-windows-dehighlight)
1973         (compare-windows-sync-regexp)
1974         (compare-windows-sync-default-function): New functions.
1976 2003-10-21  Juri Linkov  <juri@jurta.org>
1978         * diff.el (diff-parse-differences): Don't visit the files now;
1979         instead, just record the error locus.
1981 2003-10-21  Dave Love  <fx@gnu.org>
1983         * progmodes/cfengine.el: New file.
1985 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         * complete.el (PC-do-completion): Do not forget to use `pred' as the
1988         default-directory when completing file names.
1990 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
1992         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
1993         followed by the word `face', it gets treated as a face, even if
1994         it is also defined as a variable or a function.
1996 2003-10-20  Dave Love  <fx@gnu.org>
1998         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1999         Avoid incf in macro expansion.
2001 2003-10-20  John Paul Wallington  <jpw@gnu.org>
2003         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
2004         `evenp' so we don't implicitly require cl library at runtime.
2006 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
2008         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
2009         (help-make-xrefs): Only make cross-references for faces if
2010         preceded or followed by the word `face'.  Do not make a
2011         cross-reference for variables without variable documentation,
2012         unless preceded by the word `variable' or `option'.  Update doc
2013         string accordingly.
2015 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
2017         * progmodes/hideshow.el: Rewrite one-armed `if'
2018         constructs using either `when' or `unless'.
2019         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
2021 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
2023         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
2024         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
2025         instead of 12x12.
2027 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
2029         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
2030         message while converting to Babyl.
2032 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
2034         * allout.el (allout-mode): Doc fix.
2036 2003-10-16  Lute Kamstra  <lute@gnu.org>
2038         * subr.el (force-mode-line-update): Fix docstring.
2040 2003-10-14  Dave Love  <fx@gnu.org>
2042         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
2043         (default-input-method): Add :link, improve :type.
2044         (locale-charset-language-names): Fix utf-8 pattern.
2045         (locale-charset-match-p, locale-charset-alist)
2046         (locale-charset-to-coding-system): New.
2047         (set-locale-environment): Deal with codeset part of locale specs.
2049 2003-10-14  Lute Kamstra  <lute@gnu.org>
2051         * fringe.el (fringe-mode): Use active voice in docstring.
2052         (set-fringe-style): Ditto.
2054 2003-10-13  Lute Kamstra  <lute@gnu.org>
2056         * fringe.el (fringe-mode): Fix docstring.
2057         (set-fringe-style): Ditto.
2059 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2061         * ediff-mult.el (ediff-filegroup-action):
2062         Use ediff-default-filtering-regexp.
2064         * ediff-util.el (ediff-recenter): Don't call
2065         ediff-restore-highlighting twice.
2066         (ediff-select-difference): Set current difference.
2067         (ediff-unselect-and-select-difference): Add comment.
2069         * ediff.el (ediff-directories,ediff-directory-revisions)
2070         (ediff-directories3,ediff-merge-directories)
2071         (ediff-merge-directories-with-ancestor)
2072         (ediff-merge-directory-revisions)
2073         (ediff-merge-directory-revisions-with-ancestor):
2074         Use ediff-default-filtering-regexp.
2076 2003-10-12  Andreas Schwab  <schwab@suse.de>
2078         * international/mule-cmds.el (locale-charset-language-names):
2079         Simplify regex by removing unused grouping.
2081 2003-10-10  Dave Love  <fx@gnu.org>
2083         * bindings.el: Don't bind stop.
2085 2003-10-08  Miles Bader  <miles@gnu.org>
2087         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
2088         face instead of attempting to emulate it.
2090 2003-10-07  Kenichi Handa  <handa@m17n.org>
2092         * international/mule-diag.el (list-coding-systems-1): List coding
2093         systems that are loaded automatically.
2095         * international/code-pages.el (iso-8859-11): Add autoload cookie.
2097         * international/mule.el (autoload-coding-system): New function.
2099 2003-10-07  Andreas Schwab  <schwab@suse.de>
2101         * log-edit.el (log-edit-changelog-entries): Prefer local value of
2102         change-log-default-name in the buffer visiting the file.
2104 2003-10-06  Dave Love  <fx@gnu.org>
2106         * files.el (find-file-hook): Customize.
2107         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
2109         * bindings.el (completion-ignored-extensions): Remove .log.
2110         (global-map): Add again, open, stop keys.
2112 2003-10-05  Richard M. Stallman  <rms@gnu.org>
2114         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
2115         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
2116         Use sh-modify directly.
2117         (sh-select): Use sh-append, not eval.
2119         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
2121         * info.el (Info-following-node-name): New function.
2123         * loadhist.el (unload-feature-special-hooks):
2124         Rename from loadhist-hook-functions.
2125         (loadhist-hook-functions): Now an alias.
2127 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
2129         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
2130         file-name clashes on 8+3 filesystems.
2132         * Makefile.in (DONTCOMPILE, bootstrap-clean):
2133         Rename loaddefs-boot.el to ldefs-boot.el
2135         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
2136         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
2138 2003-10-03  Lute Kamstra  <lute@gnu.org>
2140         * info.el (Info-mode): Revert previous change.
2141         (Info-escape-percent): New function.
2142         (Info-fontify-node): Use it.
2144 2003-10-02  Andreas Schwab  <schwab@suse.de>
2146         * loaddefs-boot.el: Regenerated.
2148 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
2150         * ffap.el: Remove defadvice related code from CVS since `complete'
2151         provides a `PC-completion-as-file-name-predicate' variable that
2152         ffap can override.
2154 2003-10-02  Kenichi Handa  <handa@m17n.org>
2156         * international/utf-8.el (ccl-decode-mule-utf-8):
2157         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
2159         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
2160         * international/subst-big5.el: Likewise.
2161         * international/subst-gb2312.el: Likewise.
2162         * international/subst-ksc.el: Likewise.
2164 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
2166         * calendar/calendar.el (increment-calendar-month)
2167         (calendar-leap-year-p, calendar-absolute-from-gregorian)
2168         (generate-calendar, calendar-read-date, calendar-interval)
2169         (calendar-day-of-week): Handle years BC.
2170         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
2172 2003-10-01  Dave Love  <fx@gnu.org>
2174         * language/cyrillic.el (cp1251): Alias for windows-1251.
2176         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
2177         bootstrap.
2179 2003-10-01  Lute Kamstra  <lute@gnu.org>
2181         * files.el: Fix typo.
2182         * imenu.el (imenu--generic-function): Docstring fix.
2184 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2186         * dired.el (dired-mode): Handle dired-directory as a list.
2188 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
2190         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
2192         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
2194         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
2195         Replace gud-display with gud-watch.
2196         (gud-speedbar-buttons): Add stuff for watching expressions
2197         in the speedbar when using M-x gdba. Use dolist on old part
2198         of this function.
2200         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
2201         (gdb-update-flag): New variables.
2202         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
2203         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
2204         (gud-watch, gdb-var-create-handler) : New functions.
2205         (gdb-var-list-children, gdb-var-list-children-handler)
2206         (gdb-var-create-regexp, gdb-var-update-regexp)
2207         (gdb-var-list-children-regexp): New constants.
2208         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
2209         (gdb-annotation-rules): Reduce annotation set (level 3).
2210         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
2211         (gdb-post-prompt): Don't update GDB buffers every time speedbar
2212         updates.
2213         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
2214         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
2215         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
2216         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
2217         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
2218         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
2219         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
2220         (gud-display, gud-display1)
2221         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
2222         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
2223         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
2224         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
2225         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
2226         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
2227         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
2228         (gdb-display-display-buffer, gdb-toggle-display)
2229         (gdb-delete-display, gdb-expressions-popup-menu)
2230         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
2231         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
2232         to display buffer.
2234 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2236         * progmodes/ada-mode.el (ada-mode): Don't use advice.
2237         Instead, set which-func-functions.
2239         * progmodes/which-func.el (which-func-modes): Add ada-mode.
2240         (which-func-functions): New variable.
2241         (which-function): Use that.
2243         * info.el (Info-mode): Double each `%' in header line.
2245         * emacs-lisp/lisp-mnt.el (lm-with-file):
2246         When FILE is nil, run BODY in current buffer.
2248         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
2250         * help.el (describe-mode): Start with a brief list of minor modes.
2251         Find them thru minor-mode-list so as to find them all.
2252         Show them in alphabetical order.
2254         * mail/sendmail.el (mail-aliases): Doc fix.
2256         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
2258 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2260         * mail/rmailsum.el (rmail-make-summary-line-1):
2261         Change comma after last label to a space.
2262         (rmail-summary-font-lock-keywords): Adapt to that change.
2264 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
2266         * progmodes/scheme.el (scheme-mode-variables): When setting
2267         `font-lock-defaults', also specify that "#" should
2268         be interpreted with `word' syntax.
2269         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
2271 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
2273         * desktop.el: A lot of comments updated.
2274         (desktop-save-mode): Minor mode introduced.
2275         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
2276         (desktop-load-default): Function made obsolete.
2277         (desktop-locals-to-save): Variable made customizable.
2278         (desktop-read): Optional parameter `dirname' added.
2279         (desktop-change-dir, desktop-revert): Parameter `dirname' in
2280         `desktop-read' used.
2281         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
2283 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
2285         * whitespace.el (whitespace-clean-msg): Add user customizable message
2286         for displaying ``clean'' output.
2287         (whitespace-buffer): Use `whitespace-clean-msg'.
2288         (whitespace-global-mode): Fix typo.
2290 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
2292         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
2294 2003-09-29  Lute Kamstra  <lute@gnu.org>
2296         * bindings.el (mode-line-modes): Remove superfluous :propertize
2297         construct in initialization.
2298         (mode-line-position): Change cons cell into proper list in
2299         initialization.
2301 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
2303         * international/mule.el (decode-coding-inserted-region): Use car
2304         of the return value of find-operation-coding-system.
2306 2003-09-29  Kenichi Handa  <handa@m17n.org>
2308         * descr-text.el (describe-char): Fix previous change.
2310 2003-09-28  Kenichi Handa  <handa@m17n.org>
2312         * descr-text.el (describe-char-display): New function.
2313         (describe-char): Pay attention to display table on describing how
2314         a character is displayed.
2316         * international/mule-cmds.el (encoded-string-description):
2317         Prepend "0x" to each encoded byte.
2319 2003-09-28  Andreas Schwab  <schwab@suse.de>
2321         * find-file.el (ff-special-constructs): Add autoload cookie.
2323 2003-09-28  Kevin Ryde  <user42@zip.com.au>
2325         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
2326         makeinfo appends to duplicate index entries.
2328 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
2330         * dired-x.el (dired-clean-tex): Doc fix.
2332         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
2333         using a Chinese tutorial.
2335 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2337         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
2338         between "MAIL FROM:" and "RCPT TO:" and the following address.
2340 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2342         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
2344 2003-09-28  David Ponce  <david@dponce.com>
2346         * recentf.el (recentf-initialize-file-name-history): New defcustom.
2347         (recentf-load-list): When `recentf-initialize-file-name-history'
2348         is non-nil, initialize an empty `file-name-history' with the
2349         recent list.
2351 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
2353         * man.el (Man-default-man-entry): Remove the leading `*' from the
2354         word at point.
2356 2003-09-26  Lute Kamstra  <lute@gnu.org>
2358         * bindings.el (mode-line-position): Mention size indication in
2359         docstring.
2361 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
2363         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
2365         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
2366         because it's autoloaded now.
2368 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
2370         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
2371         (sh-font-lock-keywords, sh-feature): Fix previous change of
2372         sh-feature to avoid infloop with sh-font-lock-keywords.
2374 2003-09-25  Kim F. Storm  <storm@cua.dk>
2376         * frame.el (frame-current-scroll-bars): New defun.
2378         * window.el (window-current-scroll-bars): New defun.
2380 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2382         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
2383         cause errors when the state cache contains info on parts that have
2384         been narrowed out.
2386 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2388         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
2389         `c-setup-paragraph-variables' has to be used when this variable is
2390         changed; it doesn't work to reinitialize the mode since that
2391         typically clobbers the variable.
2393         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2394         Make it interactive.
2396 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2398         * progmodes/cc-fonts.el (c-font-lock-declarations):
2399         Fix recognition of constructors and destructors for classes whose
2400         names are matched by `*-font-lock-extra-types'.
2402         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
2403         followed by an identifier in C++ then it's a type.
2405 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2407         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
2408         problem that primarily affected XEmacs.  Don't use faces to find
2409         unterminated strings since Emacs and XEmacs fontify strings
2410         differently - this function should now work better in XEmacs.
2412 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2414         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
2415         `expand-abbrev' workaround which caused braces to misbehave inside
2416         macros.
2418         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
2419         handling.  This bug could cause interactive font locking to bail out.
2421 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2423         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2424         Handle paren-style types in Pike.  Also fixed some cases of
2425         insufficient handling of unbalanced parens.
2427 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
2429         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
2430         common shell prompts that are not common filename or URL characters.
2431         (ffap-file-at-point): Use the new regexp to strip the prompts from
2432         the file names. This is an issue mostly for user prompts that
2433         don't have a trailing space and find-file-at-point is invoked from
2434         within a shell inside emacs.
2436 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
2438         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
2439         stamps numerically, rather than textually.
2441 2003-09-24  Kenichi Handa  <handa@m17n.org>
2443         * language/devan-util.el (devanagari-post-read-conversion):
2444         * language/mlm-util.el (malayalam-post-read-conversion):
2445         * language/tml-util.el (tamil-post-read-conversion):
2446         Add autoload cookie.
2448         * international/utf-8.el (utf-8-post-read-conversion):
2449         Call post-read-conversion functions for Devanagari, Malayalam,
2450         and Tamil.
2452 2003-09-23  Dave Love  <fx@gnu.org>
2454         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
2456 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
2458         * progmodes/gud.el (perldb): Add gud-until to list of commands.
2459         Update gud-remove.
2461 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2463         * progmodes/sh-script.el (sh-mode-default-syntax-table):
2464         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
2465         (sh-mode-syntax-table-input): New variable.
2466         (sh-require-final-newline): Don't use eval.
2467         (sh-builtins, sh-leading-keywords, sh-other-keywords)
2468         (sh-variables, sh-font-lock-keywords): Don't use eval.
2469         (sh-set-shell): When setting require-final-newline,
2470         treat value = `require-final-newline' as don't change it.
2471         Set sh-mode-syntax-table locally based on
2472         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2474         * progmodes/compile.el (compile-internal):
2475         Call compilation-set-window-height before setting window start.
2477 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
2479         * emacs-lisp/bytecomp.el (byte-compile-log-file):
2480         Clear out byte-compile-last-warned-form.
2482 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2484         * woman.el (woman-file-name, woman-follow-word):
2485         If current-word returns nil, use "".
2487         * simple.el (eval-expression): Bind standard-output in to-buffer case.
2489 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2491         * emacs-lisp/lisp-mnt.el (lm-with-file):
2492         Don't visit the file, just use insert-file-contents in temp buffer.
2494 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
2496         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
2497         Add surrounding \\( and \\) around the header, as in
2498         for lm-history-header 'Change Log\\|History'.
2500 2003-09-22  John Paul Wallington  <jpw@gnu.org>
2502         * progmodes/ld-script.el: Add Commentary section,
2503         minor cleanup of file header.
2504         (ld-script-font-lock-keywords): Doc fix.
2505         (toplevel): Provide `ld-script' feature.
2507 2003-09-21  Kim F. Storm  <storm@cua.dk>
2509         * scroll-bar.el (set-scroll-bar-mode): Initialize to
2510         new built-in variable default-frame-scroll-bars.
2511         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
2512         scroll-bar-mode; notably, use it instead of t when we toggle
2513         scroll-bars on.
2514         (toggle-scroll-bar): Use default-frame-scroll-bars.
2516 2003-09-19  Masatake YAMATO  <jet@gyve.org>
2518         * pcvs.el (cvs-do-removal): Change the prompt depending on
2519         `filter' value.
2521 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2523         * startup.el (command-line-1): Stop startup-echo-area-message
2524         being hidden by "Loading image..." message.
2525         (use-fancy-splash-screens-p, display-splash-screen):
2526         Move display-graphic-p test from latter to former.
2528         * progmodes/sh-script.el (sh-font-lock-keywords):
2529         Highlight escaped EOLs differently from other backslash constructs.
2531 2003-09-19  Richard M. Stallman  <rms@gnu.org>
2533         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
2534         New functions.
2535         (edebug-enter, edebug-outside-excursion): Use them.
2537         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2538         Fix the condition for whether to print "In WHERE".
2540 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
2542         * finder.el (finder-mode-hook): New variable.
2543         (finder-mode): Run hook finder-mode-hook
2545 2003-09-18  Masatake YAMATO  <jet@gyve.org>
2547         * progmodes/ebrowse.el: Fix broken magic autoload comments.
2549 2003-09-17  Mario Lang  <mlang@delysid.org>
2551         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
2552         "p %e" to actually print the value in the GUD buffer.
2554 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
2556         From David Ponce <david.ponce@wanadoo.fr>:
2557         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
2558         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
2559         from loaddefs-boot.el if necessary.
2561 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
2563         * progmodes/gud.el (gud-find-class): Make jdb work again since
2564         cc-mode changed the syntactic information.
2566 2003-09-15  David Ponce  <david@dponce.com>
2568         * recentf.el: (recentf-exclude): Accept predicates too.
2569         (recentf-file-readable-p): New function.
2570         (recentf-include-p): Handle predicates in recentf-exclude.
2571         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
2572         (recentf-cleanup): Likewise.
2573         (recentf-save-list): Use write-file to handle backup of
2574         recentf-save-file.
2576 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
2578         * loaddefs-boot.el: Renamed from `loaddefs.el'
2579         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
2580         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
2581         necessary.
2583 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
2585         * electric.el (Electric-pop-up-window): For the `one-window' case,
2586         no longer disconcertingly move point in the original buffer.
2588 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
2592 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
2594         * dired.el (dired-mode-map): Fix typo.
2596 2003-09-11  Richard M. Stallman  <rms@gnu.org>
2598         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
2600 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2602         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
2603         the function is less noisy.  Now only `kill-buffer' can ask questions.
2605 2003-09-10  Mario Lang  <mlang@delysid.org>
2607         * battery.el: Update Commentary and Copyright.
2608         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
2609         appear due to wrong ordering of the expressions in `or'.
2611 2003-09-09  Lute Kamstra  <lute@gnu.org>
2613         * misc.el (upcase-char): Fix docstring.
2614         (zap-up-to-char): New command.
2616 2003-09-08  David Ponce  <david@dponce.com>
2618         Ensure that recentf correctly updates the menu bar.
2619         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
2620         (recentf-menu-bar): New function.
2621         (recentf-clear-data): Use it
2622         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
2623         of easy-menu-change.
2625 2003-09-08  Lute Kamstra  <lute@gnu.org>
2627         * simple.el (size-indication-mode): New.
2628         * bindings.el (mode-line-position): Add buffer size indicator.
2630 2003-09-04  Mario Lang  <mlang@delysid.org>
2632         * battery.el (battery-linux-proc-acpi): New function.
2633         (battery-status-function): Modify default value calculation to also
2634         check for availability of ACPI.
2635         (battery-echo-area-format): Ditto.
2636         (battery-mode-line-format): Ditto.
2638 2003-09-06  Dave Love  <fx@gnu.org>
2640         * ielm.el (ielm-mode-hook): Add :options.
2642         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
2643         (eldoc-print-current-symbol-info): Use it.
2645 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
2647         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
2648         being displayed in GUD buffer.
2649         (gdb-idle-input-queue): Remove var. Use just one queue.
2650         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
2651         Remove functions.  Use just one queue.
2652         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
2653         (gdb-invalidate-assembler, gdb-get-current-frame):
2654         Modify functions.  Use just one queue.
2656 2003-09-04  Dave Love  <fx@gnu.org>
2658         * cus-start.el: Add blink-cursor-alist.
2660         * ruler-mode.el (ruler-mode-fill-column-char)
2661         (ruler-mode-current-column-char): Use char-displayable-p,
2662         not window-system.
2664         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
2666         * language/european.el (windows-1252): Move from code-pages.
2668         * language/cyrillic.el ("Windows-1251"): Delete.
2669         ("Bulgarian", "Belarusian"): Remove `features'.
2670         (windows-1251): Move from code-pages.
2672         * international/mule-diag.el (non-iso-charset-alist):
2673         Remove `codepage' stuff.
2674         (print-designation, list-coding-systems-1): Output fixes.
2676         * international/code-pages.el (cp-make-translation-table)
2677         (cp-valid-codes): Made defsubsts.
2678         (cp-fix-safe-chars): Delete.
2679         (mule-diag): Don't require.
2680         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
2681         (top-level): Check for defined coding system when defining
2682         cp... aliases.  Change w32-add-charset-info test to avoid warning.
2683         (non-iso-charset-alist): Defvar when compiling.
2684         (cp-make-coding-system): Doc fix.
2686 2003-09-02  Jason Rumney  <jasonr@gnu.org>
2688         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
2689         line-ends from CVS before doing conversion.
2691 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
2693         * calendar/diary-lib.el (diary-header-line-flag)
2694         (diary-header-line-format): New variables.
2695         (list-diary-entries): Use them to set header line in simple diary.
2697         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
2698         other than font-lock-string-face to highlight backslashes.
2700 2003-09-01  Jason Rumney  <jasonr@gnu.org>
2702         * international/titdic-cnv.el (tit-read-key-value): Include \r in
2703         regexp.
2705 2003-09-01  Dave Love  <fx@gnu.org>
2707         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
2709         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
2710         and :help; also line and column numbers labels.
2712         * international/mule-util.el (char-displayable-p): Move from
2713         latin1-disp, rename and autoload.
2715         * international/latin1-disp.el (latin1-char-displayable-p):
2716         Now obsolete alias.  Replace uses with char-displayable-p.
2717         (latin1-display-ucs-per-lynx): Fix last change.
2719         * international/mule-cmds.el (standard-display-european-internal):
2720         Don't use char code for Latin-1 NBSP.
2721         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
2722         U+2018, U+2019 for `'.
2723         (select-safe-coding-system): Message fix.
2725 2003-09-01  Kenichi Handa  <handa@m17n.org>
2727         * international/fontset.el (setup-default-fontset): For Thai
2728         font, specify "*" family.
2730 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
2732         * progmodes/compile.el (previous-error): Accept a prefix
2733         argument, similarly to next-error.
2735 2003-08-31  Masatake YAMATO  <jet@gyve.org>
2737         * pcvs.el (cvs-do-removal): Use = instead of eq to check
2738         the number of files.  Bind the number of files to a local
2739         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
2741 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
2743         * vc-hooks.el (vc-make-version-backup): Fix the change made on
2744         2003-07-26: msdos-long-file-names is a function, not a variable.
2746 2003-08-29  Richard M. Stallman  <rms@gnu.org>
2748         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
2749         Do nothing with mail-personal-alias-file if it is nil.
2751         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
2752         Do nothing if mail-personal-alias-file is nil.
2754         * term.el (term-exec-1): Bind coding-system-for-read.
2756         * dired.el (dired-mouse-find-file-other-window):
2757         Use dired-view-command-alist here, as in dired-view-file.
2758         (dired-view-command-alist): Use %s to substitute file name.
2759         Handle .ps_pages, .eps, .jpg, .gif, .png.
2761 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2763         * info.el (Info-mode-map): Bind S-tab and <backtab> to
2764         `Info-prev-reference', instead of M-tab.
2766 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
2768         * simple.el (blink-matching-open): Work correctly on chars that
2769         are designated as parens through the syntax-table text property.
2771 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
2773         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
2774         line break position in the middle of a non-kinsoku (e.g. latin)
2775         word, making it skip until either a space or a character with
2776         category "|".
2777         (kinsoku-longer): Test for end of buffer.
2779 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
2781         * mail/rmail.el (rmail-convert-to-babyl-format):
2782         Detect quoted-printable- and base64-encoded messages and decode them
2783         automatically.  Set the message's encoding from the charset=
2784         header, if any.  Decode base64-encoded messages in Mail format as well.
2786 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2788         * mail/smtpmail.el Fix previous change:
2789         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
2790         calling smtpmail-via-smtp.
2791         (smtpmail-via-smtp): Add fall-back values for envelope-from.
2793 2003-08-26  John Paul Wallington  <jpw@gnu.org>
2795         * image.el (image-jpeg-p): Don't search beyond length of data.
2797 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2799         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
2800         misfeature in `expand-abbrev' which caused electric keywords like
2801         "else" to disappear if an open brace was typed directly afterwards.
2803 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2805         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
2806         mandatory in `define-widget'.
2808         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
2809         Don't align the operators "!=", "<=" and ">=" as assignment operators.
2811         (c-assignment-operators): New language constant that only contains
2812         the assignment operators.
2814         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
2816 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2818         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2819         Safeguard against unbalanced sexps.
2821 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
2823         * version.el (emacs-version): Check for gtk.  Include gtk version info.
2825 2003-08-25  John Paul Wallington  <jpw@gnu.org>
2827         * man.el (Man-default-man-entry): Don't whizz past the section
2828         number before looking for it.
2830 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
2832         * progmodes/gud.el (gud-display-line): Don't set window-point if
2833         source buffer is not visible. (Only happens with M-x gdba).
2835         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
2836         documentation.
2837         (gdb-source, gdb-source-info): Update to assembler unnecessary
2838         as its done after each GDB command anyway.
2839         (gdb-pre-prompt): Use with-current-buffer.
2840         (gdb-insert-field): Add help-echo text.
2841         (gdb-invalidate-assembler): Re-display of assembler now done in
2842         gdb-info-breakpoints-custom.
2843         (gdb-info-breakpoints-custom): Force re-display of assembler to
2844         happen *after* update of breakpoints buffer.
2845         (gdb-display-source-buffer): Don't choke if gdb-source-window
2846         isn't visible.
2847         (gdb-put-string, gdb-put-arrow): Remove free variables.
2849 2003-08-24  John Paul Wallington  <jpw@gnu.org>
2851         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
2853         * man.el (Man-default-man-entry): Strip text properties when
2854         snarfing parts of entry because `format' preserves properties.
2856 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2858         * files.el (file-newest-backup): Use `expand-file-name'.
2860         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
2861         Allow the diary to pop up a new frame, if needed.
2863         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
2864         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
2865         (smtpmail-send-it): Make treatment of envelope-from consistent with
2866         sendmail.el.
2868         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
2869         (sh-leading-keywords): Add the bash `time' reserved word.
2870         (sh-variables): Add some bash variables.
2871         (sh-add-completer): Fix nil branch of case statement.
2873 2003-08-24  Masatake YAMATO  <jet@gyve.org>
2875         * progmodes/ld-script.el: New file.
2877 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
2879         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
2881 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
2883         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
2884         Better explain obsolescence, and what to use instead.
2886 2003-08-23  Masatake YAMATO  <jet@gyve.org>
2888         * pcvs.el (cvs-do-removal): Show the deleted file name
2889         on the prompt.
2891 2003-08-20  Dave Love  <fx@gnu.org>
2893         * international/mule.el (make-coding-system)
2894         (set-buffer-file-coding-system): Doc fix.
2896         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
2898         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
2900         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
2902         * international/utf-16.el: Add mime-text-unsuitable coding system
2903         properties.
2905         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
2907         * cus-edit.el: Add some :links.
2908         (bib): Remove.
2910         * textmodes/bib-mode.el (bib): Add :group external.
2912 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
2914         * wid-edit.el (widget-echo-help): Make it handle expressions that
2915         evaluate to strings.
2917 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
2919         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
2921         Simplify selection of SQL products to define highlighting and
2922         interactive mode.  Includes detailed instructions on adding
2923         support for new products.
2925         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
2926         product for use in highlighting and interactive mode.
2927         (sql-interactive-product): New variable.  SQL product for
2928         sql-interactive-mode.
2929         (sql-product-support): New variable.  Specifies product-specific
2930         parameters to drive highlighting and interactive mode.
2931         (sql-imenu-generic-expression): Add more object types.
2932         (sql-sqlite-options): Correct comment.
2933         (sql-ms-program): Use "osql" rather than "isql".
2934         (sql-prompt-regexp, sql-prompt-length): Update comment.
2935         (sql-mode-menu): Add "Start SQLi session" entry.
2936         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
2937         (sql-mode-abbrev-table): Add abbreviations.  Support of
2938         SYSTEM-FLAG on define-abbrev.  Support was removed with last
2939         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
2940         (sql-mode-font-lock-object-name): Add font-lock pattern for object
2941         names.
2942         (sql-mode-ansi-font-lock-keywords): Set as default value.
2943         (sql-mode-oracle-font-lock-keywords): Set as default value.
2944         Support Oracle 9i keywords.
2945         (sql-mode-postgres-font-lock-keywords): Set as default value.
2946         (sql-mode-linter-font-lock-keywords): Set as default value.
2947         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
2948         SQLServer 2000.
2949         (sql-mode-sybase-font-lock-keywords)
2950         (sql-mode-interbase-font-lock-keywords)
2951         (sql-mode-sqlite-font-lock-keywords)
2952         (sql-mode-strong-font-lock-keywords)
2953         (sql-mode-mysql-font-lock-keywords)
2954         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
2955         keywords.
2956         (sql-mode-font-lock-defaults): Update comment.
2957         (sql-product-feature): New function.  Returns feature associated
2958         with a product from `sql-product-support' alist.
2959         (sql-product-font-lock): New function.  Set font-lock support
2960         based on `sql-product'.
2961         (sql-add-product-keywords): New function.  Add font-lock rules to
2962         product-specific keyword variables.
2963         (sql-set-product): New function.  Set `sql-product' and apply
2964         appropriate font-lock highlighting.
2965         (sql-highlight-product): New function.  Set font-lock support
2966         based on a product.  Also set mode name to include product name.
2967         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
2968         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
2969         Use `sql-set-product'.
2970         (sql-highlight-ms-keywords)
2971         (sql-highlight-sybase-keywords)
2972         (sql-highlight-interbase-keywords)
2973         (sql-highlight-strong-keywords)
2974         (sql-highlight-mysql-keywords)
2975         (sql-highlight-sqlite-keywords)
2976         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
2977         (sql-get-login): Prompt in the same order as the tokens.
2978         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
2979         (sql-product-interactive): New function.  Common portions of
2980         product-specific interactive mode wrappers.
2981         (sql-interactive-mode): Rewritten to use product features.
2982         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2983         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2984         (sql-db2, sql-linter): Use `sql-product-interactive'.
2985         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2986         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2987         (sql-connect-ingres, sql-connect-postgres)
2988         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2989         New functions.  Format command line parameters and invoke comint on
2990         the appropriate interpreter.  Code was in the corresponding
2991         `sql-xyz' function before.
2992         (sql-connect-ms): New function.  Support -E argument to use
2993         operating system credentials for authentication.
2995 2003-08-18  Kenichi Handa  <handa@m17n.org>
2997         * international/mule.el (encode-char): Fix for the ASCII case.
2999 2003-08-15  Kenichi Handa  <handa@m17n.org>
3001         * international/fontset.el (setup-default-fontset): Change "*" to
3002         nil in the specifications of font family.
3004 2003-08-18  Kim F. Storm  <storm@cua.dk>
3006         * kmacro.el (kmacro-keymap): Group related bindings in
3007         initialization for clarity.  Bind C-s to start macro.
3008         Remove C-r binding.
3009         (kmacro-initial-counter-value): New defvar to hold initial counter
3010         value in case we set the value before defining a macro.
3011         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
3012         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
3013         not defining or executing macro.  Doc fix.
3014         (kmacro-add-counter): Clear kmacro-initial-counter-value.
3015         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
3016         temporarily view older elements on the macro ring without cycling
3017         the ring.
3018         (kmacro-display): Doc fix.
3019         (kmacro-exec-ring-item): New helper function.
3020         (kmacro-call-ring-2nd): Use it.
3021         (kmacro-call-ring-2nd-repeat): Doc fix.
3022         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
3023         (kmacro-end-or-call-macro): Execute last viewed macro (using
3024         kmacro-exec-ring-item) from ring if this follows
3025         kmacro-view-macro.  This allows us to find a macro on the ring
3026         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
3027         the ring to bring it to the head of the ring.
3028         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
3029         Allow binding to reserved keys without specifying C-x C-k prefix.
3030         Ask for confirmation if entered key sequence is already bound to
3031         a non-macro command.
3032         (kmacro-view-macro): Repeating command will show older elements
3033         on the macro ring; C-k will execute the last viewed macro.
3034         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
3035         property from 'ring to 'head.
3037 2003-08-17  Alan Shutko  <ats@acm.org>
3039         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
3040         keeping December out of the alist.
3042 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3044         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
3045         * calendar/calendar.el (calendar-mode-map): Bind it to key.
3046         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
3047         (calendar-flatten): New function.
3048         (calendar-mouse-view-other-diary-entries)
3049         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
3050         in the menu title and to show multi-line diary entries correctly
3051         in the menu.
3053 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
3055         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
3056         defcustom, because the default was recently changed.
3058 2003-08-16  Richard M. Stallman  <rms@gnu.org>
3060         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
3062         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3063         New subroutine, broken out of eval-last-sexp-1.
3064         (eval-last-sexp-1): Use eval-last-sexp-print-value.
3066         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
3068         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
3070         * simple.el (eval-expression): Use eval-last-sexp-print-value.
3072 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
3074         * progmodes/compile.el (compilation-error-regexp-alist):
3075         Add Java ANt error detection as described in document
3076         http://ant.apache.org/faq.html
3078 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
3080         * simple.el (backward-word, forward-to-indentation)
3081         (backward-to-indentation):  Argument changed to optional.
3082         (next-line, previous-line): Use `or' instead of `unless'.
3084 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3086         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
3087         instead of a constant.
3089 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
3091         * shell.el (shell): With prefix-arg, suggest a new buffer name.
3093 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
3095         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
3096         (vc-sccs-workfile-version): Search the entire delta table, rather
3097         than just the first entry, because that might be a deleted version.
3099 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
3101         * menu-bar.el (menu-bar-options-menu): Supply a body for the
3102         [save-place] binding in the Options menu.  Have it require
3103         'saveplace' and then toggle the variable manually, to avoid an an
3104         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
3105         for the bug report.
3107 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
3109         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
3110         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
3111         (gdb-info-threads-custom): Add help-echo text.
3112         (gdb-display-back): Don't use purecopy.
3113         (gdb-info-breakpoints-custom, gdb-reset)
3114         (gdb-assembler-custom): Use display-images-p to test if breakpoint
3115         icons can be displayed.
3117 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
3119         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
3121 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
3123         * bookmark.el (bookmark-completing-read):
3124         Return a string, instead of a list of one string.
3125         Use a popup menu if activated from the mouse.
3126         (bookmark-edit-annotation): Remove unused vars.
3127         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
3128         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
3129         to bookmark-completing-read.
3130         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3131         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
3132         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
3133         and erase-buffer.
3134         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
3135         (bookmark-menu-jump, bookmark-menu-insert)
3136         (bookmark-popup-menu-and-apply-function)
3137         (bookmark-menu-popup-paned-bookmark-menu): Remove.
3138         (bookmark-menu-build-paned-menu): Remove by folding it into
3139         bookmark-menu-popup-paned-menu.
3140         (menu-bar-bookmark-map): Move the define-key statements here.
3141         Use the "non-menu" commands since they now pop up a menu if needed.
3142         (bookmark-exit-hook-internal): Simplify.
3144 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
3146         * reftex-toc.el (reftex-toc-rename-label): New function.
3147         (reftex-toc-check-docstruct): New function.
3149         * reftex.el (reftex-region-active-p): New function.
3151         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
3152         regexp to find the \bibliography macro.
3154         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
3155         which does not exist in LaTeX.
3156         (reftex-cite-format-builtin): Added amsrefs support.
3157         (reftex-toc-confirm-promotion): New option
3159         * reftex-toc.el
3160         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
3161         (reftex-toc-demote, reftex-toc-promote)
3162         (reftex-toc-do-promote, reftex-toc-promote-prepare)
3163         (reftex-toc-promote-action, reftex-toc-extract-section-number)
3164         (reftex-toc-newhead-from-alist)
3165         (reftex-toc-load-all-files-for-promotion): New functions.
3166         (reftex-toc-help): Added description of new keys.
3167         (reftex-toc-split-windows-fraction): New option.
3168         (reftex-recenter-toc-when-idle): Search *toc* window on all
3169         visible frames.
3170         (reftex-toc): Additional parameter REUSE
3171         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
3172         with REUSE argument.
3173         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
3174         the call of `reftex-toc'.
3175         (reftex-make-separate-toc-frame): New function .
3176         (reftex-toc-recenter): When called with triple prefix arg, call
3177         `reftex-make-separate-toc-frame' first.
3178         (reftex-toc-toggle-dedicated-frame): New command.
3179         (reftex-toc-quit): Adapted to delete frame when called in
3180         dedicated frame.
3182         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
3183         all enclosing macros.
3186 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3188         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
3189         first use.
3191 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3193         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
3195 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3197         * calendar/calendar.el (list-diary-entries-hook)
3198         (diary-display-hook, nongregorian-diary-listing-hook)
3199         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
3200         Add some customize options for these hooks.
3201         (calendar-abbrev-construct): Don't try to take a substring longer
3202         than the original string.
3204 2003-08-05  Richard M. Stallman  <rms@gnu.org>
3206         * emacs-lisp/testcover.el (noreturn): Report error if does return.
3207         (testcover-reinstrument-clauses): Doc fix.
3209         * emacs-lisp/warnings.el: Doc fixes, args renamed.
3210         (warning-type-format): Rename from warning-group-format.
3212         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
3213         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
3214         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
3215         to prevent warnings about defvar for an obsolete variable.
3217         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
3218         warning-group-format renamed to warning-type-format.
3220         * subr.el (read-passwd): Use clear-string instead of fillarray.
3222         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
3223         Use vconcat instead of concat.
3224         (edmacro-sanitize-for-string): New function.
3226 2003-08-05  Dave Love  <fx@gnu.org>
3228         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
3229         line-number-display-limit-width.
3231         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
3233 2003-08-05  Kenichi Handa  <handa@m17n.org>
3235         * international/code-pages.el: Don't require mule-diag.
3237         * international/mule-diag.el (non-iso-charset-alist):
3238         Add autoload cookie.
3240         * language/devan-util.el (dev-glyph-order): Add an entry for the
3241         glyph code #xC4.
3243 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3245         * calendar/calendar.el (diary-file, diary-file-name-prefix)
3246         (european-calendar-style, diary-date-forms)
3247         (calendar-day-name-array, calendar-month-name-array): Doc change.
3248         (generate-calendar-month): Adapt for new behaviour of
3249         `calendar-day-name' function.
3250         (calendar-abbrev-length, calendar-day-abbrev-array)
3251         (calendar-month-abbrev-array): New variables.
3252         (calendar-abbrev-construct): New function.
3253         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
3254         rather than fixing abbrevs at some width.  Calling syntax change.
3255         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
3256         (calendar-date-string): Adapt for new behaviours of
3257         `calendar-day-name' and `calendar-month-name' functions.
3259         * calendar/diary-lib.el (list-diary-entries): Adapt for new
3260         behaviour of `calendar-day-name' and `calendar-month-name' functions.
3261         (diary-name-pattern): Use abbrev arrays, rather than fixing
3262         abbrevs at three chars.  Calling syntax change.
3263         (mark-diary-entries):  Adapt for new behaviours of
3264         `diary-name-pattern' and `calendar-make-alist' functions.
3265         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
3266         `diary-name-pattern' function.
3267         (font-lock-diary-date-forms): Use abbrev arrays, rather than
3268         fixing abbrevs at three chars.  Calling syntax change.
3269         (cal-hebrew, cal-islam): Require when compiling.
3270         (diary-font-lock-keywords): Adapt for new behaviour of
3271         `font-lock-diary-date-forms' function.
3273         * calendar/cal-hebrew.el: Reposition some code so defined before used.
3274         (calendar-hebrew-month-name-array-common-year)
3275         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
3276         (list-hebrew-diary-entries): Adapt for new behaviours of
3277         `calendar-day-name' and `add-to-diary-list' functions.
3278         (mark-hebrew-diary-entries): Adapt for new behaviours of
3279         `diary-name-pattern' and `calendar-make-alist' functions.
3281         * calendar/cal-islam.el (calendar-islamic-month-name-array):
3282         Add doc string.
3283         (list-islamic-diary-entries): Adapt for new behaviours of
3284         `calendar-day-name' and `add-to-diary-list' functions.
3285         (mark-islamic-diary-entries): Adapt for new behaviours of
3286         `diary-name-pattern' and `calendar-make-alist' functions.
3288         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
3289         `calendar-month-name' function.
3291         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
3293         * calendar/solar.el (solar-seasons-data): Move definition before use.
3295         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
3296         (cal-tex-LaTeX-hourbox): Move definition before use.
3298         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
3299         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
3300         lunar.el, solar.el
3301         (displayed-month, displayed-year): Define for compiler.
3303 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3305         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
3306         MODE.  Renamed from c-init-c-language-vars'.
3307         (c-initialize-cc-mode): Change accordingly.
3308         (c-common-init): Ditto.
3309         (c-mode): Ditto.
3310         (c++-mode): Use `c-init-language-vars-for'.
3311         (objc-mode): Ditto.
3312         (java-mode): Ditto.
3313         (idl-mode): Ditto.
3314         (pike-mode): Ditto.
3315         (awk-mode): Ditto.
3317 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3319         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
3320         or not the point moved.
3322         (c-search-decl-header-end): Don't trip up on operator identifiers
3323         in C++ and operators like == in all languages.
3325         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
3326         Detect leading labels correctly.
3328 2003-08-02  Andreas Schwab  <schwab@suse.de>
3330         * textmodes/ispell.el: Don't redo key bindings on loading, put
3331         them only in loaddefs.el.
3332         * bookmark.el: Likewise.
3333         * dabbrev.el: Likewise.
3334         * emerge.el: Likewise.
3336         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
3337         has more than one member.
3339         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
3341 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3343         * lpr.el (printify-region): It was ending conversion before the
3344         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
3346 2003-07-31  John Paul Wallington  <jpw@gnu.org>
3348         * net/browse-url.el (browse-url-epiphany): Doc fix.
3350 2003-07-30  Kenichi Handa  <handa@m17n.org>
3352         * international/fontset.el (setup-default-fontset):
3353         Change registry names of Akurti fonts.
3355 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3357         * comint.el (comint-read-noecho): Use `clear-string' instead of
3358         `fillarray'.
3360 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
3362         * outline.el (outline-mode-hook): Add defvar.
3364 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
3366         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
3367         Restore assembler in source window if that is what has been selected.
3368         (menu): Add gdb-restore-windows to menu.  Make gdba
3369         specific menus only visible from gdba.
3371 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3373         * progmodes/compile.el (compilation-environment): New user variable.
3374         (compile-internal): Respect it.
3376 2003-07-23  Masatake YAMATO  <jet@gyve.org>
3378         * progmodes/gud.el (gdb-script-font-lock-keywords):
3379         Put `font-lock-function-name-face' on a symbol which includes
3380         `-' like `hook-run'.  Put font-lock-variable-name-face
3381         on a symbol starting with $.
3383 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
3385         * files.el (set-visited-file-name): Use truename for buffer-file-name.
3387 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3389         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
3391 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
3393         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
3394         Use with-no-warnings.
3395         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
3396         rather than to find-file-not-found-hook, which doesn't exist.
3398 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3400         * international/quail.el (quail-translate-key): Fix previous change.
3402 2003-07-25  John Paul Wallington  <jpw@gnu.org>
3404         * server.el (server-start): Check `server-process' is non-nil
3405         before killing it to avoid killing current buffer's process.
3407         * simple.el (choose-completion-string): Use `minibufferp';
3408         test `completion-reference-buffer' if `buffer' arg is nil.
3409         (push-mark): Use `when' and `unless'.
3410         (pop-mark): Use `when'.
3412         * mouse-sel.el (mouse-sel-get-selection-function):
3413         Check `x-last-selected-text-primary'.  Don't barf if it or
3414         `x-last-selected-text' aren't bound.
3416 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3418         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
3420 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
3422         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
3424 2003-07-23  John Paul Wallington  <jpw@gnu.org>
3426         * tooltip.el (defface tooltip): Inherit from variable-pitch.
3428 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3430         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
3431         string.  Defvar the derived hook.
3433         * macros.el (insert-kbd-macro): Escape double quote character.
3434         From Thomas W Murphy <twm@andrew.cmu.edu>.
3436 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
3438         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
3439         to match the specific mark rather than reusing comment-start-skip.
3441 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
3443         * progmodes/hideshow.el (hs-special-modes-alist):
3444         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
3446 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
3448         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
3449         value using ?\s.
3451 2003-07-21  John Paul Wallington  <jpw@gnu.org>
3453         * subr.el (with-selected-window): Add closing paren.
3455 2003-07-21  Richard M. Stallman  <rms@gnu.org>
3457         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
3458         (lisp-mode): Likewise.
3460         * subr.el (with-selected-window): Copy code form save-selected-window
3461         so as to call select-window with norecord arg.
3462         (dynamic-completion-table): Doc fix.
3463         (lazy-completion-table): Doc fix.
3465         * international/mule-cmds.el (set-locale-environment):
3466         langinfo renamed to locale-info.
3468         * international/mule.el (auto-coding-functions): Doc fix.
3470 2003-07-21  Kenichi Handa  <handa@m17n.org>
3472         * international/quail.el (quail-translate-key):
3473         Update quail-current-str correctly.
3475 2003-07-21  Andreas Schwab  <schwab@suse.de>
3477         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
3478         ?, to "_".
3480 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3481         Version 2.0.36 of Tramp released.
3483         * net/tramp.el (tramp-default-password-end-of-line): Rename from
3484         tramp-password-end-of-line.
3485         (tramp-password-end-of-line): New method parameter.
3486         (tramp-get-password-end-of-line): Function to access method
3487         parameter `tramp-password-end-of-line', or variable
3488         `tramp-default-password-end-of-line' (default value).
3489         (tramp-methods): Add entries for new parameter
3490         tramp-password-end-of-line.
3491         (tramp-enter-password): Use new function
3492         `tramp-get-password-end-of-line'.
3493         (tramp-handle-insert-file-contents): Do not
3494         unconditionally inhibit the file operation file-local-copy, only
3495         do that when the inhibit-file-name-operation is currently
3496         insert-file-contents.  This fixes finding remote CVS-controlled
3497         files.  (It would barf on inserting the CVS/Entries file
3498         literally, because the file-local-copy handler wasn't called.)
3499         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
3500         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
3501         (tramp-initial-commands): New variable.
3502         (tramp-process-initial-commands): New function, using the variable.
3503         (tramp-open-connection-setup-interactive-shell): Call the new function.
3504         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
3505         method into the buffer name, never use nil.  Reported by Hanak
3506         David <dhanak@inf.bme.hu>.
3507         (tramp-open-connection-setup-interactive-shell): Erase buffer
3508         before sending "stty -onlcr".
3510         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
3512 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
3514         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
3516 2003-07-19  John Paul Wallington  <jpw@gnu.org>
3518         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
3519         (artist-draw-rect, artist-draw-square): Doc fixes.
3521         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
3523         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
3525 2003-07-19  Kenichi Handa  <handa@m17n.org>
3527         * international/kkc.el (kkc-show-conversion-list-update):
3528         Highlight the correct candidate in the message.
3530 2003-07-18  John Paul Wallington  <jpw@gnu.org>
3532         * simple.el (current-word): Don't include punctuation char when
3533         `really-word' arg is non-nil.
3535 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
3537         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
3538         moved to the directory obsolete.
3540 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3542         * info.el (Info-menu-entry-name-re): Allow newlines in
3543         menu entry names.
3545         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
3546         syntax-ppss-after-change-function.
3547         (syntax-ppss-after-change-function): New alias.  Update uses.
3548         (syntax-ppss): Catch the case where the buffer is narrowed.
3550 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3552         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
3553         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
3555 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3557         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
3558         since it might be modified.
3560         * progmodes/cc-langs.el (c++-make-template-syntax-table)
3561         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
3562         names to these language constants.
3564 2003-07-15  Kim F. Storm  <storm@cua.dk>
3566         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
3567         All uses changed.
3569 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
3571         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
3572         Namespace support.
3574 2003-07-13  Juanma Barranquero  <lektu@terra.es>
3576         * frame.el (modify-all-frames-parameters): Reinstall (copyright
3577         papers received).
3579 2003-07-13  Karl Eichwalder  <ke@suse.de>
3581         * textmodes/po.el (po-find-charset): White space at the start of the
3582         Content-Type field body is non-mandatory.
3584 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3586         * textmodes/texinfo.el (texinfo-section-list):
3587         Append appendixsection; a synonym for appendixsec.
3589 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
3591         * man.el (Man-translate-cleanup): New.
3592         (Man-translate-references): Call `Man-translate-cleanup' to clean
3593         leading, trailing and middle spaces.
3595 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
3597         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
3598         Handle `dired-directory' being a list.
3600 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3602         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
3603         it doesn't exist.
3605 2003-07-12  Richard M. Stallman  <rms@gnu.org>
3607         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
3609         * progmodes/cc-defs.el (c-make-keywords-re):
3610         Don't use delete-duplicates.
3611         (c-lang-const): Don't use mapcan.
3613         * apropos.el (apropos-show-scores): Make it customizable.
3614         Document new meaning.
3615         (apropos): Compute scores from symbols.
3616         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
3618 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3620         * ps-bdf.el: Fix copyright line.
3621         (bdf-directory-list): Fix initialization code.
3623 2003-07-11  John Paul Wallington  <jpw@gnu.org>
3625         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
3626         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
3627         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
3629 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
3631         * emacs-lisp/ring.el (ring-elements): Doc fix.
3633 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3635         * calendar/timeclock.el (timeclock-relative)
3636         (timeclock-ask-before-exiting, timeclock-use-display-time):
3637         Doc changes.
3638         (timeclock-modeline-display): Give a message if
3639         `timeclock-use-display-time' is non-nil but `display-time-mode'
3640         is not active.
3642 2003-07-11  Kenichi Handa  <handa@m17n.org>
3644         * international/mule-cmds.el (set-language-environment):
3645         Set current-language-environment to the correct string.
3647 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3649         * ps-print.el: Print line number correctly in a region.  Reported by
3650         Tim Allen <timallen@ls83.fsnet.co.uk>
3651         (ps-print-version): New version number (6.6.2).
3652         (ps-printing-region): Code fix.
3654 2003-07-10  John Paul Wallington  <jpw@gnu.org>
3656         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
3657         this function can be called from `add-completions-from-tags-table'.
3659 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
3661         * calendar/timeclock.el (timeclock-use-display-time)
3662         (timeclock-day-over-hook, timeclock-workday-remaining)
3663         (timeclock-status-string, timeclock-when-to-leave)
3664         (timeclock-when-to-leave-string, timeclock-log-data)
3665         (timeclock-find-discrep, timeclock-day-base)
3666         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
3667         (timeclock-modeline-display): Set the variable
3668         `timeclock-modeline-display'.
3669         (timeclock-update-modeline): Doc fix.  Respect value of
3670         `timeclock-relative'.
3672 2003-07-09  Richard M. Stallman  <rms@gnu.org>
3674         * textmodes/reftex-parse.el (reftex-all-document-files):
3675         Add autoload cookie.
3677         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
3678         (reftex-scanning-info-available-p): Add autoload cookie.
3680         * international/mule-cmds.el
3681         (set-display-table-and-terminal-coding-system): Delete duplicate
3682         aset on standard-display-table.
3684         * view.el (view-file): If existing buffer's major mode is special,
3685         don't go into view mode.
3687         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
3689 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3691         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
3692         buffer changes; there's third party code that calls this function
3693         directly.
3695 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3697         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
3698         (autodoc-font-lock-keywords): Don't byte compile on font lock
3699         initialization when running from byte compiled files.
3701 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3703         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
3704         statement ends with auto-increment "++".
3706 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3708         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3709         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3710         these are changed, so declare them as variables and not constants.
3712 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
3714         * subr.el (dolist, dotimes):  Doc fix.
3716 2003-07-08  Kim F. Storm  <storm@cua.dk>
3718         * international/mule-cmds.el
3719         (set-display-table-and-terminal-coding-system): Don't break
3720         bootstrap if standard-display-table isn't setup yet.
3722 2003-07-07  Richard M. Stallman  <rms@gnu.org>
3724         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
3725         Give it a doc string, and autoload it.
3727         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
3728         Use with-no-warnings.
3730         * info.el (Info-search): If find invisible text, search again.
3732         * isearch.el (search-whitespace-regexp): Add a shy group around it.
3734         * man.el (Man-name-regexp): Match + as part of name.
3736         * simple.el (visible-mode): Rename from vis-mode.
3737         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
3739         * simple.el (current-word): New arg REALLY-WORD specifies
3740         don't include punctuation chars.
3742         * emacs-lisp/debug.el (debug, debugger-env-macro):
3743         Use with-no-warnings while accessing and binding unread-command-char.
3745         * international/mule-cmds.el
3746         (set-display-table-and-terminal-coding-system): Use explicit loop
3747         instead of calling standard-display-default.
3749         * net/ange-ftp.el (ange-ftp-file-symlink-p):
3750         Use condition-case to catch error in ange-ftp-get-files.
3752         * net/browse-url.el (browse-url-browser-function):
3753         Add alternative for Epiphany.
3754         (browse-url-epiphany-program, browse-url-epiphany-arguments)
3755         (browse-url-epiphany-startup-arguments)
3756         (browse-url-epiphany-new-window-is-tab): New variables.
3757         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
3759         * progmodes/compile.el (compile-auto-highlight): Default now t.
3760         (compile): Doc fix.
3761         (compilation-next-error): Fix previous change.
3763         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
3765         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
3767 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
3769         * gdb-ui.el (gdb-source-info): Display current frame when
3770         attaching to an existing process.
3771         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
3772         while laying out windows when attaching to an existing process.
3774 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
3776         * info.el (Info-menu): Use Info-menu-entry-name-re.
3778 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
3780         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
3781         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
3783         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
3784         to match the same text.
3786 2003-07-06  John Paul Wallington  <jpw@gnu.org>
3788         * vc.el (vc-annotate-offset): Move defvar up.
3790 2003-07-06  Kim F. Storm  <storm@cua.dk>
3792         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
3793         This should fix the infinite loop when extracting menu names.
3795 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3797         * files.el (auto-mode-alist, interpreter-mode-alist):
3798         Remove entries to CC Mode modes to avoid duplicates; they are now added
3799         with autoload directives in cc-mode.el.
3801 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3803         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3804         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3805         these are changed, so declare them as variables and not constants.
3807         * progmodes/cc-mode.el: Fix some autoload problems: Try to
3808         ensure that the entry for ".c" extension comes before the one for
3809         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
3810         Fix incorrect entries that were added to `interpreter-mode-alist'.
3811         Move the autoload directives for AWK to the top level since they
3812         aren't recognized anywhere else.  Do not use the new AWK mode doc
3813         in the autoload form for the old AWK mode.
3815 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3817         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
3818         (bibtex-sort-ignore-string-entries): Default value t.
3819         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
3820         erroneously in previous version.
3821         (bibtex-string-files): Docstring reflects new parsing scheme.
3822         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
3823         docstring, add # as one of the chars to crush
3824         (bibtex-autokey-prefix-string, bibtex-autokey-names)
3825         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
3826         (bibtex-autokey-name-change-strings)
3827         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
3828         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
3829         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
3830         (bibtex-autokey-title-terminators)
3831         (bibtex-autokey-titlewords-stretch)
3832         (bibtex-autokey-titleword-ignore)
3833         (bibtex-autokey-titleword-case-convert)
3834         (bibtex-autokey-titleword-abbrevs)
3835         (bibtex-autokey-titleword-abbrevs)
3836         (bibtex-autokey-titleword-change-strings)
3837         (bibtex-autokey-titleword-length)
3838         (bibtex-autokey-titleword-separator)
3839         (bibtex-autokey-name-year-separator)
3840         (bibtex-autokey-year-title-separator)
3841         (bibtex-autokey-before-presentation-function)
3842         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
3843         Fix docstring.
3844         (bibtex-strings, bibtex-reference-keys):
3845         Use lazy-completion-table and make-variable-buffer-local.
3846         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
3847         (bibtex-braced-string-syntax-table)
3848         (bibtex-quoted-string-syntax-table): New variables.
3849         (bibtex-parse-nested-braces): Remove.
3850         (bibtex-parse-field-string): Use syntax table and forward-sexp.
3851         (bibtex-parse-association): Simplify.
3852         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
3853         (bibtex-parse-field-text): Simplify.
3854         (bibtex-search-forward-field, bibtex-search-backward-field):
3855         argument BOUND can take value t.
3856         (bibtex-start-of-field, bibtex-start-of-name-in-field)
3857         (bibtex-end-of-name-in-field, bibtex-end-of-field)
3858         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
3859         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
3860         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
3861         (bibtex-skip-to-valid-entry): Return buffer position of beginning
3862         and ending of entry.  Update for changes of bibtex-search-entry.
3863         Simplify.
3864         (bibtex-map-entries): FUN is called with three arguments.
3865         (bibtex-search-entry): Return a cons pair with buffer positions of
3866         beginning and end of entry.
3867         (bibtex-enclosing-field): Simplify.
3868         (bibtex-format-entry): Use booktitle to set a missing title.
3869         (bibtex-autokey-get-names): Fiddle with regexps.
3870         (bibtex-generate-autokey): Use identity.
3871         (bibtex-parse-keys): Use simplified parsing algorithm if
3872         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
3873         arguments. Return alist of keys.
3874         (bibtex-parse-strings): Simplify. Return alist of strings.
3875         (bibtex-complete-string-cleanup): Fix docstring.
3876         (bibtex-read-key): New function.
3877         (bibtex-mode): Fix docstring. Do not parse for keys and
3878         strings when the mode is entered. Set fill-paragraph-function to
3879         bibtex-fill-field. Setup font-lock-mark-block-function the way
3880         font-lock intended.
3881         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
3882         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
3883         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
3884         (bibtex-Preamble): Avoid hard coded constants.
3885         (bibtex-make-field): Fix docstring. Simplify.
3886         (bibtex-beginning-of-entry): Always return new position of point.
3887         (bibtex-end-of-entry): Rearrange cond clauses.
3888         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
3889         Update for changes of bibtex-map-entries.
3890         (bibtex-ispell-abstract): Do not move point.
3891         (bibtex-entry-index): Use downcase. Simplify.
3892         (bibtex-lessp): Handle catch-all.
3893         (bibtex-find-crossref): Turn into a command.
3894         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
3895         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
3896         preamble entries.
3897         (bibtex-fill-field-bounds): New function.
3898         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
3899         (bibtex-fill-entry): Use bibtex-fill-field-bounds
3900         (bibtex-String): Use bibtex-strings.  Always obey
3901         bibtex-sort-ignore-string-entries.
3903 2003-07-05  John Paul Wallington  <jpw@gnu.org>
3905         * cus-theme.el (customize-create-theme):
3906         Call `customize-create-theme' in Reset widget's notify function.
3908         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
3909         (ibuffer-mark-interactive): Use `or' instead of `unless'.
3910         (define-ibuffer-column name): Add summarizer.
3911         (define-ibuffer-column size): Likewise.
3912         (define-ibuffer-column filename): Likewise.
3913         (define-ibuffer-column process): Likewise.  Change BODY's output too.
3914         (define-ibuffer-column filename-and-process): Likewise, likewise.
3915         (ibuffer): Remove local vars `already-in' and `need-update'.
3917         * ibuf-ext.el: Don't require `derived' at compile-time.
3919 2003-07-05  Kim F. Storm  <storm@cua.dk>
3921         * info.el: Disable paragraph refilling.
3922         (Info-refill-paragraphs): New defcustom.
3923         (Info-fontify-node): Use it.
3925 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
3927         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
3928         thingies from constructors created by defstruct.
3930         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
3931         the default value of the variable.
3932         (byte-code-meter): Move declaration to top level.
3934         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
3936         * info.el (Info-following-node-name-re): New fun.
3937         (Info-following-node-name): Remove.
3938         (Info-insert-dir): Use the new fun.
3939         (Info-extract-pointer): Don't save restriction; use new fun.
3940         (Info-menu-entry-name-re): New const.
3941         (Info-menu-entry-name-re): Use it along with new fun.
3942         (Info-node-spec-re): Use new fun.
3943         (Info-complete-menu-item, Info-fontify-node): Use new const.
3944         (Info-goto-node, Info-follow-reference, Info-menu-update):
3945         Use match-string.
3946         (Info-follow-reference): Use assoc-string.
3947         Use a list of strings for the completion table.
3948         (Info-fontify-node): Use match-string, line-end-position.
3949         Limit the search for `node:' to the first line.
3951         * newcomment.el (uncomment-region): Remove padding coming from
3952         comment-start rather than just from comment-padding.
3954         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
3955         (vc-cvs-stay-local-p): Use vc-stay-local-p.
3956         (vc-cvs-rename-file): Remove (use the default).
3957         (vc-cvs-register): Register parent dir if needed.
3958         (vc-cvs-could-register): Return non-nil if parent can be registered.
3959         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
3960         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
3962         * vc-svn.el (vc-svn-use-edit): Make it into a const.
3963         (vc-svn-update): Fix the arguments to `svn'.
3964         (vc-svn-diff-tree): Just use `vc-svn-diff'.
3965         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
3966         Simple implementations, assuming `name' is a URL.
3968         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
3969         set of chars allowed unquoted in a case pattern.
3971         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
3973         * font-lock.el (font-lock-extra-types-widget)
3974         (c-font-lock-extra-types, c++-font-lock-extra-types)
3975         (objc-font-lock-extra-types, java-font-lock-extra-types)
3976         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
3977         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
3978         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3979         (font-lock-match-c++-structor-declaration)
3980         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
3981         (c++-font-lock-keywords-3, c++-font-lock-keywords)
3982         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
3983         (objc-font-lock-keywords-3, objc-font-lock-keywords)
3984         (java-font-lock-keywords-1, java-font-lock-keywords-2)
3985         (java-font-lock-keywords-3, java-font-lock-keywords)
3986         (java-font-lock-syntactic-face-function): Remove obsolete code
3987         and constants.  It's all in cc-fonts.el now.
3989 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
3991         * mail/sendmail.el (mail-specify-envelope-from)
3992         (mail-envelope-from): Doc fix.
3994 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
3996         * generic-x.el: Do away with the dependency on `c-emacs-features'
3997         when populating `rul-generic-mode-syntax-table'; we already know
3998         this isn't XEmacs.
4000 See ChangeLog.10 for earlier changes.
4002 ;; Local Variables:
4003 ;; coding: iso-2022-7bit
4004 ;; End:
4006     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4007   Copying and distribution of this file, with or without modification,
4008   are permitted provided the copyright notice and this notice are preserved.
4010 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1